@charset "utf-8";
/* CSS Document */


/*----------------------------------
 フォント
----------------------------------*/
@font-face {
  font-family: "CircularPro-Book";
  font-display: swap;
  src: url("../font/CircularPro-Book.woff") format("woff");
  src: url("../font/CircularPro-Book.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "CircularPro-Black";
  font-display: swap;
  src: url("../font/CircularPro-Black.woff") format("woff");
  src: url("../font/CircularPro-Black.ttf") format("truetype");
  font-weight: 900;
}

@font-face {
  font-family: "CircularPro-BlackItalic";
  font-display: swap;
  src: url("../font/CircularPro-BlackItalic.otf") format("opentype");
  font-weight: 900;
}

@font-face {
  font-family: "CircularPro-Medium";
  font-display: swap;
  src: url("../font/CircularPro-Medium.otf") format("opentype");
  font-weight: 900;
}


/*----------------------------------
 デバイス
----------------------------------*/

@media screen and (min-width: 800px) {
.only-sp {
  display: none;
}
.only-pc {
  display: block;
}
}
@media screen and (max-width: 799px) {
.only-sp {
  display: block;
}
.only-pc {
  display: none;
}
}

body {
  position: relative;
  color: #333;
  font-family: "Noto Sans JP","source-han-sans-japanese", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(10px, 1vw, 14px);
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 1.46;
}

@media screen and (min-width: 800px) {
  body {
    font-size: 1.8rem;
    min-width: 1280px;
    letter-spacing: 0;
  }
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #333;
}

a:hover {
  opacity: 1;
  text-decoration: none;
}

@media screen and (min-width: 800px) {
  a:hover {
    opacity: 0.7;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

*:focus {
  outline: none;
}

.summitseeker sup {
  font-size: 50%;
  vertical-align: top;
  position: relative;
  top: -0.05em;
}


/* font */
.summitseeker .en {
  font-family: "CircularPro-Book", sans-serif;
}
.summitseeker .enb {
  font-family: "CircularPro-Black", sans-serif;
}
.summitseeker p {
  color: #000;
  line-height: 1.64;
}


/* navi */
.summitseeker_nav {
  width: 100%;
  padding: 12px 0;
  background-color: #181b21;
}
.summitseeker_nav.fixed {
  position: fixed;
  top: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 9999;
  transform: translate(0, 65px);
  transition: opacity .4s ease, background-color .4s ease, transform .4s ease;
}
.pane-header.disable + .summitseeker .summitseeker_nav.fixed {
  transform: translate(0, 0);
  transition: opacity .4s ease, background-color .4s ease, transform .4s ease;
}
ul.summitseeker_navList {
  display: flex;
  justify-content: center;
}
ul.summitseeker_navList li.__navItem {
  width: 33%;
  text-align: center;
  border-left: #fff 1px solid;
}
ul.summitseeker_navList li.__navItem:first-of-type {
  padding-left: 1em;
  text-align: left;
  border-left: none;
}
ul.summitseeker_navList .__navItem a {
  padding: 10px 0;
  display: block;
  color: #fff;
  font-size: 21px;
  position: relative;
  font-family: "CircularPro-Black", sans-serif;
  line-height: 1;
}
ul.summitseeker_navList .__navItem:first-of-type a {
  padding: 4px 0;
  color: #e94d29;
  font-size: 33px;
}
@media screen and (max-width: 799px) {
.summitseeker_nav {
  padding: 7px 0;
}
.summitseeker_nav.fixed {
  transform: translate(0, 60px);
}
.pane-header.disable + .block-gmenu + .pane-main .summitseeker .summitseeker_nav.fixed {
  transform: translate(0, 0);
}
ul.summitseeker_navList .__navItem a {
  padding: 15px 0 13px;
  font-size: 13px;
}
ul.summitseeker_navList .__navItem:first-of-type a {
  padding: 3px 0;
  font-size: 20px;
}
}


/* movie */
.summitseeker .movieArea {
  position: relative;
  width: 100%;
  max-width: 1920px;
  line-height: 1;
  padding-top: 56.25%;
  margin: 0 auto;
}
.summitseeker .movieArea video {
  width: 100%;
}
.summitseeker .movieArea iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
@media screen and (max-width: 800px) {
.summitseeker .hero-movie .movieArea {
  padding-top: 169%;
}
}
*/

/* title */
h2.summitseeker_title {
  margin: 0;
  padding-top: 110px;
  height: 340px;
  text-align: center;
  position: relative;
  font-size: 96px;
  font-family: "CircularPro-Black", sans-serif;
  color: #fff;
}
.summitseeker_project h2.summitseeker_title.title01 {
  background: url("../img/project_titlebg-pc.png") no-repeat;
  background-size: cover;
  background-color: #252932;
  overflow: hidden;
}
@media screen and (max-width: 799px) {
h2.summitseeker_title {
  padding-top: 32px;
  height: 100px;
  font-size: 30px;
}
.summitseeker_project h2.summitseeker_title.title01 {
  background: url("../img/project_titlebg-sp.png") no-repeat;
  background-size: cover;
}
}


/* index page */
.summitseeker_hero {
  background-color: #252932;
}
.summitseeker_heroInner {
  z-index: 1;
  position: relative;
}
.summitseeker_hero .hero-logo {
  width: 581px;
  height: 164px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  position: absolute;
}
.summitseeker_hero .hero-movie {
  position: relative;
}
.hawthorne .hawthorne-hero-video .__video {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 55.25%;
    overflow: hidden;
}
@media screen and (max-width: 799px) {
.summitseeker_hero .hero-logo {
  width: calc(327/750*100vw);
  height: calc(81/750*100vw);
}
.hawthorne .hawthorne-hero-video .__video {
    padding-top: 172%;
}
}

.summitseeker_project {
  margin-top: -65px;
  padding-top: 65px;
}
@media screen and (max-width: 799px) {
.summitseeker {
  margin-bottom: -40px;
}
.summitseeker_project {
  margin-top: -60px;
  padding-top: 60px;
}
}



.summitseeker .projectLeadArea {
  width: 100%;
  padding: 66px 0;
  color: #fff;
  background-color: #252932;
  font-weight: normal;
}
.summitseeker .projectLeadArea .leadLabel {
  margin-bottom: 40px;
  text-align: center;
  font-size: 50px;
  color: #fff;
}
.summitseeker .projectLeadArea .leadText {
  margin-bottom: 50px;
  text-align: center;
  font-size: 25px;
  color: #fff;
}
.summitseeker .projectLeadArea .leadMovie {
  width: 100%;
  max-width: 656px;
  margin: 0 auto 40px;
}
.summitseeker .projectLeadArea .leadLink {
  width: 100%;
  max-width: 656px;
  margin: 1em auto 0;
  padding-top: 1em;
  text-align: center;
  border-top: #000 4px solid;
}
.summitseeker .projectLeadArea .leadLink a {
  color: #fff;
}
.summitseeker .projectLeadArea .leadLink a .icon {
  margin-left: 0.6em;
  display: inline-block;
  position: relative;
  top: 4px;
}
@media screen and (max-width: 799px) {
.summitseeker .projectLeadArea {
  padding: 24px 0 20px;
  background-image: url("../img/project_bg01-sp.png");
}
.summitseeker .projectLeadArea .leadLabel {
  margin-bottom: 10px;
  text-align: center;
  font-size: 19px;
  color: #fff;
}
.summitseeker .projectLeadArea .leadText {
  margin-bottom: 32px;
  font-size: 11px;
}
.summitseeker .projectLeadArea .leadMovie {
  max-width: 270px;
  margin: 0 auto 20px;
}
.summitseeker .projectLeadArea .leadLink {
  max-width: 270px;
  border-top: #000 2px solid;
}
.summitseeker .projectLeadArea .leadLink a .icon {
  width: 16px;
  height: 16px;
  top: 0;
}
}
.summitseeker_project .projectAreaLead {
  width: 100%;
  max-width: 880px;
  padding: 30px 0 0;
  margin: 0 auto 0.2em;
  text-align: left;
  font-size: 96px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #000;
  border-top: #000 4px solid;
}
.summitseeker_project .projectAreaLead.enb {
  font-family: "CircularPro-BlackItalic", sans-serif;
}

.summitseeker .routemapArea {
  width: 100%;
  padding-bottom: 50px;
  background-color: #4a5365;
}
.summitseeker .routemapArea .routemapAreaInner {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
.summitseeker_project .routemapArea .projectAreaLead {
  border-top: none;
}
.summitseeker .routemapArea .copyrightText {
  width: 100%;
  margin-bottom: 8px;
  text-align: right;
}
.summitseeker .routemapArea .copyrightText p {
  font-size: 16px;
  color: #fff;
}
.summitseeker .routemapArea .map01 {
  width: 100%;
  margin-bottom: 2em;
}
.summitseeker .routemapArea .mapBox {
  width: 100%;
  margin-bottom: 3em;
  display: flex;
  justify-content: space-between;
}
.summitseeker .routemapArea .map02 {
  width: 681px;
}
.summitseeker .routemapArea .map03 {
  width: 167px;
}
.summitseeker .routemapArea .routeArea {
  width: 100%;
  margin-bottom: 1em;
}
.summitseeker .routemapArea .routeArea ul.routeList {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.summitseeker .routemapArea .routeArea ul.routeList li {
  width: 200px;
  margin-right: 26px;
  margin-bottom: 1em;
  color: #fff;
}
.summitseeker .routemapArea .routeArea ul.routeList li:last-of-type {
  margin-right: 0;
}
.summitseeker .routemapArea .routeArea ul.routeList li figcaption {
  margin: 0.8em 0 0.6em;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.summitseeker .routemapArea .routeArea ul.routeList li figcaption .num {
  margin-right: 0.2em;
}
.summitseeker .routemapArea .routeArea ul.routeList li p.text {
  margin-top: 0.4em;
  color: #fff;
  font-size: 20px;
}
.summitseeker_project .routemapLink {
  width: 100%;
  margin-top: 60px;
  border-top: #d4d4d1 1px solid;
  text-align: center;
}
.summitseeker_project .routemapLink a.itemBtn {
  width: auto;
  margin: 0 auto;
  padding:  0.6em 1.2em  0.6em 1.2em;
  font-size: 20px;
  color: #fff;
  background-color: #4a5365;
  border: #fff 1px solid;
  border-radius: 100px;
  display: inline-block;
  transition: all ease .3s;
  text-align: center;
  transform: translateY(-50%);
  line-height: 1;
}
.summitseeker_project .routemapLink a.itemBtn .icon {
  width: 18px;
  margin-left: 0.8em;
  position: relative;
  background: url("../img/icon_blank_on.png") no-repeat center center;
  background-size: 18px;
  display: inline-block;
}
@media screen and (min-width: 800px) {
.summitseeker_project .routemapLink a.itemBtn:hover {
  color: #4a5365;
  background-color: #fff;
  transition: all ease .3s;
  opacity: 1;
}
.summitseeker_project .routemapLink a.itemBtn .icon img {
  opacity: 1;
  transition: all ease .3s;
}
.summitseeker_project .routemapLink a.itemBtn:hover .icon img {
  opacity: 0;
  transition: all ease .3s;
}
.summitseeker .routemapArea .copyrightText {
  padding-right: 200px;
}
}
@media screen and (max-width: 799px) {
.summitseeker_project .projectAreaLead {
  width: calc(540/750*100%);
  max-width: none;
  padding: 10px 0 10px;
  font-size: 30px;
  border-top: #000 2px solid;
}
.summitseeker_project .routemapArea .projectAreaLead {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}
.summitseeker .routemapArea {
  width: 100%;
  padding-bottom: 20px;
  background-color: #4a5365;
}
.summitseeker .routemapArea .routemapAreaInner {
  width: calc(540/750*100%);
  max-width: none;
  margin: 0 auto;
}
.summitseeker .routemapArea .copyrightText {
  margin-top: -6px;
  margin-bottom: 4px;
}
.summitseeker .routemapArea .copyrightText p {
  font-size: 10px;
}
.summitseeker .routemapArea .mapBox {
  margin-bottom: 0;
  display: block;
}
.summitseeker .routemapArea .map02 {
  width: 100%;
  margin-bottom: 0.5em;
}
.summitseeker .routemapArea .map03 {
  width: 100%;
  margin-bottom: 0.5em;
}
.summitseeker .routemapArea .routeArea {
  margin-bottom: 1em;
}
.summitseeker .routemapArea .routeArea ul.routeList li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 1.5em;
}
.summitseeker .routemapArea .routeArea ul.routeList li:nth-child(even) {
  margin-right: 0;
}
.summitseeker_project .routemapLink {
  margin-top: 24px;
}
.summitseeker_project .routemapLink a.itemBtn {
  font-size: 10px;
}
.summitseeker_project .routemapLink a.itemBtn .icon {
  width: 10px;
  background: url("../img/icon_blank_on.png") no-repeat center center;
  background-size: 10px 10px;
}
.summitseeker .routemapArea .routeArea ul.routeList li figcaption {
  font-size: 12px;
}
.summitseeker .routemapArea .routeArea ul.routeList li p.text {
  font-size: 10px;
}
}

.summitseeker .memberArea {
  width: 100%;
  padding-bottom: 70px;
  background-color: #4a5365;
}
.summitseeker .memberArea .memberContBlock {
  margin-bottom: 60px;
}
.summitseeker .memberArea .memberContBlock:last-of-type {
  margin-bottom: 0;
}
.memberContArea .memberContBlockInner {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  display: flex;
}
@media screen and (min-width: 800px) {
.memberContArea .memberContBlockInner {
  justify-content: space-between;
}
}
.memberContArea .memberContBlockInner > div {
  flex-shrink: 0;
}
.memberContArea .memberContBlock:nth-child(even) .memberContBlockInner {
  flex-direction: row-reverse;
}
.summitseeker_project .memberContBlockInner .memberImg,
.summitseeker_project .memberContBlockInner .memberSubimg {
  width: 420px;
  max-width: none;
  object-fit: cover;
}
.summitseeker_project .memberContBlockInner .memberTextArea {
  width: 420px;
  margin: 0 0 0 40px;
  padding: 24px 0 0;
  border-top: #fff 1px solid;
}
@media screen and (min-width: 800px) {
.summitseeker_project .memberContBlock .memberImg .only-pc {
  width: 580px;
}
.summitseeker_project .memberContBlock:nth-child(even) .memberImg .only-pc {
  margin-left: -90px;
}
.summitseeker_project .memberContBlock .memberImg .slick-slider .next-arrow.slick-arrow {
  right: 20px;
}
.summitseeker_project .memberContBlock .memberImg .slick-slider .prev-arrow.slick-arrow {
  display: none !important;
}
.summitseeker_project .memberContBlock:nth-child(even) .memberContBlockInner .memberTextArea {
  margin: 0 40px 0 0;
}
}
.summitseeker_project .memberContBlockInner .memberTextArea .memberTextAreaInner {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.summitseeker_project .memberContBlockInner .memberTextArea p {
  color: #fff;
}
.summitseeker_project .memberContBlockInner .memberTextArea .memberTextName {
  margin-bottom: 0.6em;
}
.summitseeker_project .memberContBlockInner .memberTextArea .memberTextName .name {
  font-size: 50px;
  font-family: "CircularPro-Medium", sans-serif;
  line-height: 1;
  color: #fff;
}
.summitseeker_project .memberContBlockInner .memberTextArea .memberTextName .job {
  margin-top: 0.8em;
  font-size: 30px;
  font-family: "CircularPro-Medium", sans-serif;
  line-height: 1;
}
.summitseeker_project .memberContBlockInner .memberTextArea .memberText .text {
  font-size: 20px;
  line-height: 1.64;
  font-weight: normal;
  text-align: justify;
}
@media screen and (max-width: 799px) {
.summitseeker .memberArea {
  padding-bottom: 35px;
}
.summitseeker .memberArea .memberContBlock {
  width: calc(540/750*100%);
  margin: 0 auto 32px;
}
.summitseeker_project .memberContBlock .memberImg .slick-slider .next-arrow.slick-arrow {
  width: 8px;
  right: 6px;
}
.summitseeker_project .memberContBlock .memberImg .slick-slider .prev-arrow.slick-arrow {
  display: none !important;
}
.summitseeker_project .memberContBlockInner .memberImg,
.summitseeker_project .memberContBlockInner .memberSubimg {
  width: calc(260/540*100%);
}
.summitseeker_project .memberContBlockInner .memberTextArea {
  width: calc(260/540*100%);
  margin: 0 0 0 calc(20/540*100%);
  padding: 10px 0 0;
}
.summitseeker_project .memberContBlock:nth-child(even) .memberContBlockInner .memberTextArea {
  margin: 0 calc(20/540*100%) 0 0;
}
.summitseeker_project .memberContBlockInner .memberTextArea .memberTextName .name {
  font-size: 16px;
}
.summitseeker_project .memberContBlockInner .memberTextArea .memberTextName .job {
  margin-top: 0.6em;
  font-size: 10px;
}
.summitseeker_project .memberContBlockInner .memberTextArea .memberText .text {
  font-size: 10px;
  line-height: 1.46;
}
}

.memberImg,
.memberSubimg {
  position: relative;
  z-index: 1;
}
.memberImg .imgFirst,
.memberSubimg .imgFirst {
  animation: fade01 linear 8s alternate infinite;
  height: 100%;
  object-fit: cover;
}
.memberImg .imgSecond,
.memberSubimg .imgSecond {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  animation: fade02 linear 8s alternate infinite;
  opacity: 0;
  height: 100%;
  object-fit: cover;
}
@keyframes fade01 {
  0%{
    opacity: 1;
  }
  40%{
    opacity: 1;
  }
  60%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}
@keyframes fade02 {
  0%{
    opacity: 0;
  }
  40%{
    opacity: 0;
  }
  60%{
    opacity: 1;
  }
  100%{
    opacity: 1;
  }
}

.summitseeker .glArea {
  width: 100%;
  padding-bottom: 0;
  background-color: #4a5365;
}
.summitseeker .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.summitseeker .slick-arrow.prev-arrow {
  left: 0
}
.summitseeker .slick-arrow.next-arrow {
  right: 0
}
.summitseeker ul.slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -26px;
  z-index: 1;
}
.summitseeker ul.slick-dots li {
  display: block;
  margin: 0 4px;
}
.summitseeker ul.slick-dots li button {
  border: none;
  cursor: pointer;
  outline: none;
  width: 10px;
  height: 10px;
  padding: 0;
  appearance: none;
  border-radius: 10px;
  background-color: #818794;
  font-size: 0;
  line-height: 1;
}
@media screen and (max-width: 799px) {
.summitseeker ul.slick-dots {
  bottom: -16px;
}
.summitseeker ul.slick-dots li button {
  width: 8px;
  height: 8px;
}
}
.summitseeker ul.slick-dots li.slick-active button {
  background-color: #fff;
}
@media screen and (min-width: 800px) {
.summitseeker .slide-arrow:hover {
  opacity: .7;
  cursor: pointer;
}
}
@media screen and (max-width: 799px) {
.summitseeker .slick-arrow {
  width: 20px;
}
}
.summitseeker .gearTextArea {
  width: 100%;
  max-width: 880px;
  margin: 1em auto 0;
  min-height: 13.7em;
  color: #fff;
}
.summitseeker .gearTextArea .geadrText {
  display: none;
}
.summitseeker .gearTextArea .geadrText.current {
  display: block;
}
.summitseeker .gearTextArea .geadrText .geadrTextInner {
  display: block;
}
@media screen and (min-width: 800px) {
.summitseeker .gearTextArea .geadrText .geadrTextInner {
  margin-left: 140px;
}
.summitseeker .gearTextArea {
  padding-bottom: 2em;
  border-bottom: #000 4px solid;
}
}
.summitseeker .gearTextArea .geadrText .text {
  width: 100%;
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
  border-bottom: #eae9e8 1px solid;
  font-size: 20px;
  font-weight: normal;
  display: block;
  color: #fff;
  text-align: center;
}
.summitseeker .gearTextArea .geadrText ul.gearList {
  width: 100%;
  display: block;
  word-break : break-all;
  line-height: 1.64;
  text-align: justify;
}
.summitseeker .gearTextArea .geadrText ul.gearList li {
  margin-right: 0.4em;
  font-size: 18px;
  display: inline;
  font-weight: normal;
}
.summitseeker .gearTextArea .geadrText ul.gearList li .dot {
  padding: 0 0.3em;
  font-size: 70%;
}
.summitseeker .num {
  font-weight: bold;
}
.summitseeker .num:after {
  content: ".";
}
.gearThumbArea {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 40px 0 0;
}
@media screen and (min-width: 800px) {
.gearSliderAreaWrap {
  max-width: 930px;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
}
.gearThumbArea {
  padding-top: 0;
  position: absolute;
  top: -4px;
  width: auto;
}
.summitseeker .gearTextArea .geadrText ul.gearList li .dot {
  position: relative;
  top: -0.15em;
}
}
.gearThumbArea ul.gearThumb {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gearThumbArea ul.gearThumb li {
  width: 100px;
  position: relative;
  opacity: .5;
}
.gearThumbArea ul.gearThumb li .name {
  margin: 0.4em auto 1em;
  font-size: 18px;
  font-family: "CircularPro-Medium", sans-serif;
  text-align: center;
  line-height: 1.1;
}
.gearThumbArea ul.gearThumb li:last-of-type {
  margin-right: 0;
}
.gearThumbArea ul.gearThumb li .img {
  border: rgba(255,255,255,0) 4px solid;
}
.gearThumbArea ul.gearThumb li.current {
  opacity: 1;
}
.gearThumbArea ul.gearThumb li.current .img {
  border: #fff 4px solid;
}
.gearThumbArea ul.gearThumb li.current .name {
  color: #fff;
}
@media screen and (min-width: 800px) {
.gearThumbArea ul.gearThumb li:hover {
  opacity: .7;
  cursor: pointer;
}
}
.summitseeker_project .layeringArea .projectAreaLead {
  border-top: none;
  padding-bottom: 4px;
}
/*.summitseeker_project .layeringImg > div {
  display: none;
}
.summitseeker_project .layeringImg > div.current {
  display: block;
}*/
.summitseeker_project .layeringImg .img img {
  width: 100%;
  max-width: none;
}
.summitseeker_project .layeringImg .text {
  margin-top: 1.5em;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  line-height: 1.64;
  color: #fff;
}
.summitseeker .interviewArea {
  margin-top: 60px;
}
.summitseeker .interviewArea .interviewMovie {
  padding-bottom: 100px;
  background-color: #252932;
}
.summitseeker .interviewArea .interviewMovie .interviewMovieInner {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.summitseeker .interviewArea .interviewMovie .interviewLead {
  padding-top: 1em;
  margin-bottom: 0.8em;
  font-size: 40px;
  color: #fff;
}
.summitseeker .interviewArea .interviewMovie .text {
  margin-bottom: 2.4em;
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 799px) {
.summitseeker .gearTextArea {
  width: calc(540/750*100%);
  max-width: none;
  min-height: inherit;
}
.summitseeker .gearTextArea .geadrText .geadrTextInner {
  display: block;
}
.summitseeker .gearTextArea .geadrText .text {
  width: 100%;
  padding-right: 0;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-right: none;
  border-bottom: #eae9e8 1px solid;
  font-size: 11px;
  letter-spacing: -0.04em;
  text-align: center;
}
.summitseeker .gearTextArea .geadrText ul.gearList {
  width: 100%;
  padding-left: 0;
}
.summitseeker .gearTextArea .geadrText ul.gearList li {
  font-size: 10px;
}
.gearThumbArea {
  width: calc(540/750*100%);
  max-width: none;
  margin: 0 auto;
  padding: 0;
}
.gearThumbArea ul.gearThumb {
  padding: 12px 0 25px;
  border-bottom: #000 2px solid;
  flex-direction: row;
}
.gearThumbArea ul.gearThumb li {
  width: 60px;
  margin-right: 8px;
  position: relative;
}
.gearThumbArea ul.gearThumb li .name {
  font-size: 10px;
}
.gearThumbArea ul.gearThumb li .img {
  border: rgba(255,255,255,0) 2px solid;
}
.gearThumbArea ul.gearThumb li.current .img {
  border: #fff 2px solid;
}
.summitseeker_project .layeringImg .img {
  width: calc(540/750*100%);
  margin: 0 auto;
}
.summitseeker_project .layeringImg .text {
  width: calc(540/750*100%);
  margin: 1.5em auto 0;
  font-size: 10px;
}
.summitseeker .interviewArea {
  margin-top: 30px;
}
.summitseeker_project .interviewArea .projectAreaLead {
  padding-bottom: 0;
}
.summitseeker .interviewArea .interviewMovie {
  padding-bottom: 32px;
}
.summitseeker .interviewArea .interviewMovie .interviewMovieInner {
  width: calc(540/750*100%);
  margin: 0 auto;
}
.summitseeker .interviewArea .interviewMovie .interviewLead {
  padding-top: 1.4em;
  margin-bottom: 0.8em;
  font-size: 14px;
}
.summitseeker .interviewArea .interviewMovie .text {
  margin-bottom: 2.4em;
  font-size: 10px;
}
}

.summitseeker_product {
  margin-top: -65px;
  padding-top: 65px;
}
.summitseeker_productInner {
  background: url("../img/product_bg01-pc.gif") repeat-y;
  background-size: cover;
}
.summitseeker_product h2.summitseeker_title.title02 {
  background: url("../img/product_titlebg-pc.png") no-repeat;
  background-size: cover;
  overflow: hidden;
  background-color: #252932;
}
.summitseeker_product .lead01 {
  padding-top: 40px;
  margin-bottom: 12px;
  font-size: 29px;
  text-align: center;
}
.summitseeker_product .text01 {
  margin-bottom: 50px;
  font-size: 18px;
  text-align: center;
}
.summitseeker_product .productArea {
  margin-bottom: 90px;
}
.summitseeker_product .productArea .productImg {
  width: 100%;
  max-width: 880px;
  margin: 0 auto 20px;
  text-align: center;
}
.summitseeker_product .productArea .outline {
  width: 880px;
  margin: 0 auto 8px;
  font-size: 21px;
  text-align: center;
}
.summitseeker_product .productArea .outlineName {
  margin-bottom: 32px;
  font-size: 20px;
  text-align: center;
  font-family: "CircularPro-Medium", sans-serif;
}
.summitseeker_product .productArea .productInfoArea {
  width: 880px;
  margin: 0 auto;
  padding: 56px 0 46px;
  border-top: #898989 1px solid;
  border-bottom: #898989 1px solid;
}
.summitseeker_product .productArea .productInfoArea .productInfoAreaInner {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.summitseeker_product .productArea .productInfoArea .productInfoLeft {
  width: 440px;
}
.summitseeker_product .productArea .productInfoArea .productInfoRight {
  width: 410px;
}
.summitseeker_product .productArea .productInfoArea .itemThumb {
  width: 100%;
  padding-bottom: 48px;
  position: relative;
  text-align: center;
}
.summitseeker_product .productArea .productInfoArea .itemThumb .color {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
}
.summitseeker_product .productArea .productInfoArea .itemName {
  margin: 0 auto;
  padding: 0;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
}
.summitseeker_product .productArea .productInfoArea .itemPrice {
  margin-bottom: 50px;
  font-size: 20px;
  text-align: center;
}
.summitseeker_product .productArea .productInfoArea .itemText {
  margin-bottom: 22px;
  font-size: 18px;
  text-align: justify;
  letter-spacing: -0.04em;
}
.summitseeker_product .productArea .productInfoArea ul.itemImgList {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.summitseeker_product .productArea .productInfoArea ul.itemImgList li {
  width: 190px;
  text-align: center;
}
.summitseeker_product .productArea .productInfoArea ul.itemImgList li .itemImgText {
  margin-top: 8px;
  font-size: 18px;
  letter-spacing: -0.04em;
  white-space: nowrap;
  line-height: 1.32;
}
.summitseeker_product .productArea .productInfoArea ul.itemImgList li .caution {
  margin-top: px;
  font-size: 12px;
  white-space: nowrap;
}
.summitseeker_product .itemBtnArea {
  margin: -26px auto 0;
  text-align: center;
}
.summitseeker_product .itemBtnArea a {
  width: 250px;
  margin: 0 auto;
  padding: 0.8em 3em;
  font-size: 18px;
  color: #fff;
  background-color: #4a5365;
  border: #4a5365 1px solid;
  border-radius: 100px;
  display: block;
  transition: all ease .3s;
}
.summitseeker_product .itemBtnArea a.notYet {
  pointer-events: none;
}
.summitseeker_product .linkArea {
  width: 880px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: -60px auto 0;
}
.summitseeker_product .linkImg {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.summitseeker_product .linkText {
  padding-bottom: 56px;
  font-size: 21px;
  text-align: center;
  border-bottom: #898989 1px solid;
}
.summitseeker_product .productInfoDoubleArea {
  width: 100%;
  position: relative;
}
.summitseeker_product .productInfoDoubleArea .productInfoContArea {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 800px) {
.summitseeker_product a:hover {
  color: #4a5365;
  background-color: #fff;
  transition: all ease .3s;
  opacity: 1;
}
.summitseeker_product .productArea.product01 .productInfoArea .itemThumb {
  width: 526px;
  margin-left: -50px;
}
.summitseeker_product .productArea.product01 .productInfoAreaInner {
  margin-top: -70px;
}
.summitseeker_product .productArea.product01 .productInfoArea .productInfoRight {
  padding-top: 60px;
}
.summitseeker_product .productArea.product02 .productInfoArea .itemThumb {
  width: 566px;
  margin-left: -70px;
}
.summitseeker_product .productArea.product02 .productInfoAreaInner {
  margin-top: -140px;
}
.summitseeker_product .productArea.product02 .productInfoArea .productInfoRight {
  padding-top: 130px;
}
.summitseeker_product .productArea.product03 .productInfoAreaInner {
  margin-top: -30px;
}
.summitseeker_product .productArea.product03 .productInfoArea .productInfoRight {
  padding-top: 40px;
}
.summitseeker_product .productArea.product05 .productInfoArea .productInfoAreaInner {
  margin: -100px auto 60px;
  align-items: flex-start;
}
.summitseeker_product .productArea.product05 .productInfoArea .itemThumb {
  width: 646px;
  margin-left: -120px;
}
.summitseeker_product .productArea.product05 .productInfoArea .productInfoRight {
  padding-top: 160px;
}
.summitseeker_product .productArea.product05 .productInfoArea .itemPrice {
  margin-bottom: 200px;
}
.summitseeker_product .productArea.product05 .productInfoArea .productInfoRight .itemText {
  width: 420px;
  position: absolute;
  top: 460px;
  left: 0;
}
.summitseeker_product .productInfoDoubleArea .productInfoShot {
  width: 460px;
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  margin: auto;
}
.summitseeker_product .productInfoDoubleArea .productInfoContArea .productInfo01 {
  width: 250px;
  margin-left: -20px;
}
.summitseeker_product .productInfoDoubleArea .productInfoContArea .productInfo02 {
  width: 250px;
  margin-right: -20px;
}
.summitseeker_product .productInfoDoubleArea .productInfoContArea .productInfo01 .itemText ,
.summitseeker_product .productInfoDoubleArea .productInfoContArea .productInfo02 .itemText ,
.summitseeker_product .productInfoDoubleArea .productInfoContArea .productInfo01 .itemImgList ,
.summitseeker_product .productInfoDoubleArea .productInfoContArea .productInfo02 .itemImgList {
  padding: 0 20px;
}
.summitseeker_product .productInfoDoubleArea .productInfoContArea .productInfo01 .itemBtnArea ,
.summitseeker_product .productInfoDoubleArea .productInfoContArea .productInfo02 .itemBtnArea {
  margin-top: 30px;
  margin-bottom: -29px;
}
.summitseeker_product .productArea.product05 .productInfoArea {
  padding-bottom: 0;
}
}
@media screen and (max-width: 799px) {
.summitseeker_product {
  margin-top: -60px;
  padding-top: 60px;
}
.summitseeker_productInner {
  background: url("../img/product_bg01-sp.gif") repeat-y;
  background-size: cover;
}
.summitseeker_product h2.summitseeker_title.title02 {
  background: url("../img/product_titlebg-sp.png") no-repeat;
  background-size: cover;
  background-color: #252932;
}
.summitseeker_product .lead01 {
  padding-top: 22px;
  margin-bottom: 10px;
  font-size: 19px;
}
.summitseeker_product .text01 {
  margin-bottom: 25px;
  font-size: 11px;
}
.summitseeker_product .productArea {
  margin-bottom: 30px;
}
.summitseeker_product .productArea .productImg {
  margin-bottom: 10px;
}
.summitseeker_product .productArea .outline {
  width: calc(540/750*100%);
  margin: 0 auto 4px;
  font-size: 13px;
}
.summitseeker_product .productArea .outlineName {
  margin-bottom: 26px;
  font-size: 10px;
}
.summitseeker_product .productArea .productInfoArea {
  width: calc(540/750*100%);
  padding: 0 0 28px;
}
.summitseeker_product .productArea .productInfoArea .productInfoAreaInner {
  display: block;
}
.summitseeker_product .productArea .productInfoArea .productInfoLeft {
  width: 100%;
}
.summitseeker_product .productArea .productInfoArea .productInfoRight {
  width: 100%;
  margin-top: -66px;
}
.summitseeker_product .productArea.product01 .productInfoArea .productInfoRight {
  margin-top: -80px;
}
.summitseeker_product .productArea.product03 .productInfoArea .itemThumb {
  margin-top: -50px;
}
.summitseeker_product .productArea.product03 .productInfoArea .productInfoRight {
  margin-top: -80px;
}
.summitseeker_product .productArea.product03 .productInfoArea .itemThumb .color {
  bottom: 16px;
}
.summitseeker_product .productArea .productInfoArea .itemThumb {
  width: 100%;
  margin-top: -28px;
  padding-bottom: 90px;
  position: relative;
  text-align: center;
}
.summitseeker_product .productArea.product05 .productInfoArea .itemThumb {
  width: 120%;
  margin-top: -24px;
  margin-left: -10%;
}
.summitseeker_product .productArea .productInfoArea .itemThumb > img {
  width: 70%;
}
.summitseeker_product .productArea.product05 .productInfoArea .itemThumb > img {
  width: 100%;
}
.summitseeker_product .productArea.product05 .productInfoArea .productInfoRight {
  margin-top: -86px;
}
.summitseeker_product .productArea .productInfoArea .itemThumb .color {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.summitseeker_product .productArea .productInfoArea .itemThumb .color img {
  transform: scale(0.6);
}
.summitseeker_product .productArea .productInfoArea .itemName {
  margin: 0 auto;
  font-size: 15px;
}
.summitseeker_product .productArea .productInfoArea .itemPrice {
  margin-bottom: 4px;
  font-size: 10px;
  white-space: nowrap;
}
.summitseeker_product .productArea .productInfoArea .colorchip {
  margin-bottom: 18px;
  text-align: center;
}
.summitseeker_product .productArea .productInfoArea .colorchip img {
  transform: scale(0.6);
}
.summitseeker_product .productArea .productInfoArea .itemText {
  margin-top: 40px;
  margin-bottom: 14px;
  padding-top: 12px;
  border-top: #898989 1px solid;
  font-size: 10px;
}
.summitseeker_product .productArea.product05 .productInfoArea .itemText {
  margin-top: 0;
}
.summitseeker_product .productArea .productInfoArea ul.itemImgList li {
  width: calc(250/540*100%);
  text-align: center;
}
.summitseeker_product .productArea .productInfoArea ul.itemImgList li .itemImgText {
  margin-top: 8px;
  font-size: 10px;
  line-height: 1.32;
}
.summitseeker_product .productArea .productInfoArea ul.itemImgList li .caution {
  margin-top: 2px;
  font-size: 10px;
}
.summitseeker_product .itemBtnArea {
  margin: -13px auto 0;
}
.summitseeker_product .itemBtnArea a {
  width: 130px;
  font-size: 10px;
}
.summitseeker_product .product05 .itemBtnArea a {
  width: 100%;
  max-width: 130px;
  padding: 0.8em 1em;
}
.summitseeker_product .linkArea {
  width: calc(540/750*100%);
  padding-bottom: 20px;
}
.summitseeker_product .linkImg {
  margin-bottom: 10px;
}
.summitseeker_product .linkText {
  padding-bottom: 28px;
  font-size: 12px;
  text-align: left;
}
.summitseeker_product .productInfoDoubleArea .productInfoContArea {
  margin-top: -86px;
}
.summitseeker_product .productInfoDoubleArea .productInfoContArea .productInfo01 {
  width: 46%;
  margin-right: 8%;
}
.summitseeker_product .productInfoDoubleArea .productInfoContArea .productInfo02 {
  width: 46%;
}
}

.summitseeker .__pagetop {
  padding-bottom: 80px;
  text-align: center;
}
.summitseeker .__pagetop a {
  display: inline-block;
}
.summitseeker .__pagetop a .icon {
  margin-left: 0.6em;
  display: inline-block;
  position: relative;
  top: 4px;
}
@media screen and (min-width: 800px) {
.summitseeker .__pagetop a:hover {
  color: inherit;
  background-color: inherit;
  transition: all ease .3s;
  opacity: .6;
}
}
@media screen and (max-width: 799px) {
.summitseeker .__pagetop a .icon {
  width: 16px;
  height: 16px;
  top: 0;
}
.summitseeker .__pagetop {
  padding-bottom: 30px;
}
}

.summitseeker .glArea .gearSliderArea {
  overflow: visible;
}
.summitseeker .glArea .gearSliderArea .gearSlider {
  margin: 0 auto;
  max-width: 740px;
  overflow: visible;
}
.summitseeker .glArea .gearSliderArea .slick-list {
  overflow: hidden;
}
.summitseeker .glArea .gearSliderArea .slick-slide {
  padding: 0;
  overflow: hidden;
}
.summitseeker .slick-slider .slick-arrow {
  opacity: 0.8;
  transition: opacity ease .3s;
  z-index: 8;
}
.summitseeker .slick-slider .slick-arrow:hover {
  opacity: 0.5;
}
.summitseeker .slick-slider .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 800px) {
.summitseeker .glArea .gearSliderArea .gearSlider {
  margin-left: 140px;
}
.summitseeker .glArea .slick-slider .slick-arrow {
  width: 50px;
}
.summitseeker .glArea .slick-slider .prev-arrow.slick-arrow {
  margin-left: -25px;
}
.summitseeker .glArea .slick-slider .next-arrow.slick-arrow {
  margin-right: -25px;
}
}
@media screen and (max-width: 799px) {
  .summitseeker .glArea .gearSliderArea .slick-arrow {
    opacity: 1 !important;
  }
  .summitseeker .glArea .gearSliderArea .slick-arrow.slick-disabled {
    opacity: 0 !important;
  }
  .summitseeker .glArea .gearSliderArea .prev-arrow {
    left: calc(30/750*100%);
  }
  .summitseeker .glArea .gearSliderArea .next-arrow {
    right: calc(30/750*100%);
  }
  .summitseeker .glArea .gearSliderArea .slick-slide {
    padding: 0;
    width: 100%;
  }
}

.summitseeker .eventtext01 {
  width: 880px;
  margin: 0 auto 50px;
}
.summitseeker .imgEvent {
  width: 880px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.summitseeker_product .eventtext01 a:hover {
  background-color: inherit;
}
@media screen and (min-width: 800px) {
.summitseeker_product .imgEvent a:hover {
  opacity: 0.7;
  transition: opacity ease .3s;
}
}
@media screen and (max-width: 799px) {
.summitseeker .imgEvent {
  width: calc(540/750*100%);
  margin: 0 auto;
  padding-bottom: 30px;
}
.summitseeker_product .eventtext01 {
  width: calc(540/750*100%);
  margin: 0 auto 1em;
  text-align: left;
}
}