@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;
}

.mountainspeed sup {
  font-size: 50%;
  vertical-align: top;
  position: relative;
  top: -0.05em;
}


/* font */
.mountainspeed .en {
  font-family: "CircularPro-Book", sans-serif;
}
.mountainspeed .enb {
  font-family: "CircularPro-Black", sans-serif;
}
.mountainspeed p {
  color: #000;
  line-height: 1.64;
}


/* navi */
.mountainspeed_nav {
  width: 100%;
  padding: 12px 0;
  background-color: #1b1b17;
}
.mountainspeed_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 + .mountainspeed .mountainspeed_nav.fixed {
  transform: translate(0, 0);
  transition: opacity .4s ease, background-color .4s ease, transform .4s ease;
}
ul.mountainspeed_navList {
  display: flex;
  justify-content: center;
}
ul.mountainspeed_navList li.__navItem {
  width: 33%;
  text-align: center;
  border-left: #e3e3e2 1px solid;
}
ul.mountainspeed_navList li.__navItem:first-of-type {
  padding-left: 1em;
  text-align: left;
  border-left: none;
}
ul.mountainspeed_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.mountainspeed_navList .__navItem:first-of-type a {
  padding: 4px 0;
  color: #8FB52D;
  font-size: 33px;
}
@media screen and (max-width: 799px) {
.mountainspeed_nav {
  padding: 7px 0;
}
.mountainspeed_nav.fixed {
  transform: translate(0, 60px);
}
.pane-header.disable + .block-gmenu + .pane-main .mountainspeed .mountainspeed_nav.fixed {
  transform: translate(0, 0);
}
ul.mountainspeed_navList .__navItem a {
  padding: 15px 0 13px;
  font-size: 13px;
}
ul.mountainspeed_navList .__navItem:first-of-type a {
  padding: 3px 0;
  font-size: 20px;
}
}


/* title */
h2.mountainspeed_title {
  margin: 0;
  padding-top: 110px;
  height: 340px;
  text-align: center;
  position: relative;
  font-size: 96px;
  font-family: "CircularPro-Black", sans-serif;
  color: #fff;
}
.mountainspeed_title:after {
  content: url("../img/lead_bg_white-pc.png");
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .7;
  transform: translate(-100%,340px);
  transition: all ease 1.6s;
}
.mountainspeed_title.pass:after {
  transform: translate(100%,-1060px);
  transition: all ease 1.6s;
}
.mountainspeed_project h2.mountainspeed_title.title01 {
  background: url("../img/project_titlebg-pc.png") no-repeat;
  background-size: cover;
  background-color: #1b1b17;
  overflow: hidden;
}
@media screen and (max-width: 799px) {
h2.mountainspeed_title {
  padding-top: 32px;
  height: 100px;
  font-size: 30px;
}
.mountainspeed_title:after {
  content: url("../img/lead_bg_white-sp.png");
  transform: translate(-100%,100px);
}
.mountainspeed_title.pass:after {
  transform: translate(100%,-780px);
}
.mountainspeed_project h2.mountainspeed_title.title01 {
  background: url("../img/project_titlebg-sp.png") no-repeat;
  background-size: cover;
}
}


/* index page */
.mountainspeed_hero {
  background-color: #1b1b17;
}
.mountainspeed_hero img {
  width: 100%;
  max-width: none;
}

.mountainspeed_project {
  margin-top: -65px;
  padding-top: 65px;
}
.projectMvWrap {
  width: 100%;
  display: flex;
  background-color: #1b1b17;
}
.projectMvWrap .projectMvImg01 {
  width: calc(854/1280*100%);
}
.projectMvWrap .projectMvImg02 {
  width: calc(426/1280*100%);
}
.projectMvWrap .slick-slide img {
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 799px) {
.mountainspeed {
  margin-bottom: -40px;
}
.mountainspeed_project {
  margin-top: -60px;
  padding-top: 60px;
}
.projectMvWrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.projectMvWrap .projectMvImg01 {
  width: 100%;
}
  
.projectMvWrap .projectMvImg02 {
  width: 100%;
}
}



.mountainspeed .projectLeadArea {
  width: 100%;
  padding: 66px 0;
  color: #fff;
  background-color: #1b1b17;
  background-image: url("../img/project_bg01-pc.png");
  background-size: cover;
  font-weight: normal;
}
.mountainspeed .projectLeadArea .leadText {
  margin-bottom: 20px;
  text-align: center;
  font-size: 28px;
  color: #fff;
}
.mountainspeed .projectLeadArea .leadLink {
  width: 100%;
  max-width: 656px;
  margin: 1em auto 0;
  padding-top: 1em;
  text-align: center;
  border-top: #000 4px solid;
}
.mountainspeed .projectLeadArea .leadLink a {
  color: #fff;
}
.mountainspeed .projectLeadArea .leadLink a .icon {
  margin-left: 0.6em;
  display: inline-block;
  position: relative;
  top: 4px;
}
@media screen and (max-width: 799px) {
.mountainspeed .projectLeadArea {
  padding: 24px 0 20px;
  background-image: url("../img/project_bg01-sp.png");
}
.mountainspeed .projectLeadArea .leadText {
  margin-bottom: 12px;
  font-size: 12px;
}
.mountainspeed .projectLeadArea .leadLink {
  max-width: 270px;
  border-top: #000 2px solid;
}
.mountainspeed .projectLeadArea .leadLink a .icon {
  width: 16px;
  height: 16px;
  top: 0;
}
}
.mountainspeed_project .projectAreaLead {
  width: 100%;
  max-width: 880px;
  padding: 30px 0 40px;
  margin: 0 auto;
  text-align: left;
  font-size: 96px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #000;
  border-top: #000 4px solid;
}
.mountainspeed_project .projectAreaLead.enb {
  font-family: "CircularPro-BlackItalic", sans-serif;
}

.mountainspeed .routemapArea {
  width: 100%;
  padding-bottom: 30px;
  background-color: #545246;
}
.mountainspeed .routemapArea .routemapAreaInner {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
.mountainspeed_project .routemapArea .projectAreaLead {
  border-top: none;
}
.mountainspeed .routemapArea .copyrightText {
  width: 100%;
  margin-bottom: 8px;
  text-align: right;
}
.mountainspeed .routemapArea .copyrightText p {
  font-size: 16px;
  color: #fff;
}
.mountainspeed .routemapArea .map01 {
  width: 100%;
  margin-bottom: 2em;
}
.mountainspeed .routemapArea .map02 {
  width: 100%;
  margin-bottom: 2em;
}
.mountainspeed .routemapArea .map03 {
  width: 100%;
  margin-bottom: 4em;
}
.mountainspeed .routemapArea .routeArea {
  width: 100%;
  margin-bottom: 1em;
}
.mountainspeed .routemapArea .routeArea ul.routeList {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.mountainspeed .routemapArea .routeArea ul.routeList li {
  width: 224px;
  margin-right: 42px;
  margin-bottom: 1em;
  color: #fff;
}
.mountainspeed .routemapArea .routeArea ul.routeList li figcaption {
  margin: 0.8em 0 0.6em;
  color: #fff;
  font-weight: bold;
}
.mountainspeed .routemapArea .routeArea ul.routeList li figcaption .num {
  margin-right: 0.2em;
}
.mountainspeed .routemapArea .routeArea ul.routeList li p.text {
  margin-top: 0.4em;
  color: #fff;
}
.mountainspeed_project .routemapLink {
  width: 100%;
  margin-top: 60px;
  border-top: #d4d4d1 1px solid;
  text-align: center;
}
.mountainspeed_project .routemapLink a.itemBtn {
  width: auto;
  margin: 0 auto;
  padding:  1em 2em 1em 2em;
  font-size: 20px;
  color: #fff;
  background-color: #545246;
  border: #fff 1px solid;
  border-radius: 100px;
  display: inline-block;
  transition: all ease .3s;
  text-align: center;
  transform: translateY(-50%);
  line-height: 1;
}
.mountainspeed_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) {
.mountainspeed_project .routemapLink a.itemBtn:hover {
  color: #545246;
  background-color: #fff;
  transition: all ease .3s;
  opacity: 1;
}
.mountainspeed_project .routemapLink a.itemBtn .icon img {
  opacity: 1;
  transition: all ease .3s;
}
.mountainspeed_project .routemapLink a.itemBtn:hover .icon img {
  opacity: 0;
  transition: all ease .3s;
}
.mountainspeed .routemapArea .routeArea ul.routeList li:nth-child(3n) {
  margin-right: 0;
}
}
@media screen and (max-width: 799px) {
.mountainspeed_project .projectAreaLead {
  width: calc(540/750*100%);
  max-width: none;
  padding: 10px 0 10px;
  font-size: 30px;
  border-top: #000 2px solid;
}
.mountainspeed_project .routemapArea .projectAreaLead {
  width: 100%;
}
.mountainspeed .routemapArea {
  width: 100%;
  padding-bottom: 20px;
  background-color: #545246;
}
.mountainspeed .routemapArea .routemapAreaInner {
  width: calc(540/750*100%);
  max-width: none;
  margin: 0 auto;
}
.mountainspeed .routemapArea .copyrightText {
  margin-bottom: 4px;
}
.mountainspeed .routemapArea .copyrightText p {
  font-size: 10px;
}
.mountainspeed .routemapArea .map01 {
  margin-bottom: 1em;
}
.mountainspeed .routemapArea .map02 {
  margin-bottom: 1.5em;
}
.mountainspeed .routemapArea .map03 {
  margin-bottom: 2em;
}
.mountainspeed .routemapArea .routeArea {
  margin-bottom: 1em;
}
.mountainspeed .routemapArea .routeArea ul.routeList li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 1.5em;
}
.mountainspeed .routemapArea .routeArea ul.routeList li:nth-child(even) {
  margin-right: 0;
}
.mountainspeed_project .routemapLink {
  margin-top: 24px;
}
.mountainspeed_project .routemapLink a.itemBtn {
  font-size: 10px;
}
.mountainspeed_project .routemapLink a.itemBtn .icon {
  width: 10px;
  background: url("../img/icon_blank_on.png") no-repeat center center;
  background-size: 10px 10px;
}
}

.mountainspeed .memberArea {
  width: 100%;
  padding-bottom: 70px;
  background-color: #545246;
}
.mountainspeed .memberArea .memberContBlock {
  margin-bottom: 70px;
}
.mountainspeed .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;
}
.mountainspeed_project .memberContBlockInner .memberImg,
.mountainspeed_project .memberContBlockInner .memberSubimg {
  width: 490px;
  max-width: none;
  object-fit: cover;
}
.mountainspeed_project .memberContBlockInner .memberTextArea {
  width: 270px;
  margin: 0 0 0 28px;
  padding: 24px 0 0;
  border-top: #fff 1px solid;
}
@media screen and (min-width: 800px) {
.mountainspeed_project .memberContBlock .memberImg .only-pc {
  width: 580px;
}
.mountainspeed_project .memberContBlock:nth-child(even) .memberImg .only-pc {
  margin-left: -90px;
}
.mountainspeed_project .memberContBlock .memberImg .slick-slider .next-arrow.slick-arrow {
  right: 46px;
}
.mountainspeed_project .memberContBlock .memberImg .slick-slider .prev-arrow.slick-arrow {
  left: 46px;
}
.mountainspeed_project .memberContBlock .memberImg .slick-slider .next-arrow.slick-arrow {
  display: none !important;
}
.mountainspeed_project .memberContBlock:nth-child(even) .memberImg .slick-slider .next-arrow.slick-arrow {
  display: block!important;
}
.mountainspeed_project .memberContBlock:nth-child(even) .memberImg .slick-slider .prev-arrow.slick-arrow {
  display: none !important;
}
.mountainspeed_project .memberContBlock:nth-child(even) .memberContBlockInner .memberTextArea {
  margin: 0 28px 0 0;
}
}
.mountainspeed_project .memberContBlockInner .memberTextArea .memberTextAreaInner {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.mountainspeed_project .memberContBlockInner .memberTextArea p {
  color: #fff;
}
.mountainspeed_project .memberContBlockInner .memberTextArea .memberTextName {
  margin-bottom: 0.6em;
}
.mountainspeed_project .memberContBlockInner .memberTextArea .memberTextName .name {
  font-size: 45px;
  font-family: "CircularPro-Medium", sans-serif;
  line-height: 1;
  color: #fff;
}
.mountainspeed_project .memberContBlockInner .memberTextArea .memberTextName .job {
  margin-top: 0.8em;
  font-size: 30px;
  font-family: "CircularPro-Medium", sans-serif;
  line-height: 1;
}
.mountainspeed_project .memberContBlockInner .memberTextArea .memberText .text {
  font-size: 18px;
  line-height: 1.64;
  font-weight: normal;
  text-align: justify;
}
@media screen and (max-width: 799px) {
.mountainspeed .memberArea {
  padding-bottom: 35px;
}
.mountainspeed .memberArea .memberContBlock {
  margin-bottom: 35px;
}
.mountainspeed_project .memberContBlockInner .memberImg img {
  position: absolute;
}
.mountainspeed_project .memberContBlockInner .memberImg,
.mountainspeed_project .memberContBlockInner .memberSubimg {
  width: calc(375/750*100%);
}
.mountainspeed_project .memberContBlockInner .memberImg img,
.mountainspeed_project .memberContBlockInner .memberSubimg img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.mountainspeed_project .memberContBlockInner .memberTextArea {
  width: calc(250/750*100%);
  margin: 0 calc(20/1280*100%);
  padding: 10px 0 0;
}
.mountainspeed_project .memberContBlockInner .memberTextArea .memberTextName .name {
  font-size: 13px;
}
.mountainspeed_project .memberContBlockInner .memberTextArea .memberTextName .job {
  margin-top: 0.6em;
  font-size: 9px;
}
.mountainspeed_project .memberContBlockInner .memberTextArea .memberText .text {
  font-size: 9px;
  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;
  }
}

.mountainspeed .glArea {
  width: 100%;
  padding-bottom: 56px;
  background-color: #545246;
}
.mountainspeed .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.mountainspeed .slick-arrow.prev-arrow {
  left: 0
}
.mountainspeed .slick-arrow.next-arrow {
  right: 0
}
@media screen and (min-width: 800px) {
.mountainspeed .slide-arrow:hover {
  opacity: .7;
  cursor: pointer;
}
}
@media screen and (max-width: 799px) {
.mountainspeed .glArea {
  padding-bottom: 28px;
}
.mountainspeed .slick-arrow {
  width: 20px;
}
}
.mountainspeed .gearTextArea {
  width: 100%;
  max-width: 880px;
  margin: 2em auto;
  min-height: 13.7em;
  color: #fff;
}
.mountainspeed .gearTextArea .geadrText {
  display: none;
}
.mountainspeed .gearTextArea .geadrText.current {
  display: block;
}
.mountainspeed .gearTextArea .geadrText .geadrTextInner {
  display: flex;
}
.mountainspeed .gearTextArea .geadrText .text {
  width: 390px;
  padding-right: 1em;
  border-right: #eae9e8 1px solid;
  font-size: 21px;
  font-weight: normal;
  display: block;
  color: #fff;
}
.mountainspeed .gearTextArea .geadrText ul.gearList {
  width: 490px;
  padding-left: 1em;
  display: block;
  word-break : break-all;
  line-height: 1.64;
  text-align: justify;
}
.mountainspeed .gearTextArea .geadrText ul.gearList li {
  margin-right: 0.4em;
  font-size: 18px;
  display: inline;
  font-weight: normal;
}
.mountainspeed .num {
  font-weight: bold;
}
.mountainspeed .num:after {
  content: ".";
}
.gearThumbArea {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 40px 0 0;
}
.gearThumbArea ul.gearThumb {
  padding: 38px 0;
  border-top: #000 4px solid;
  border-bottom: #000 4px solid;
  display: flex;
  justify-content: center;
}
.gearThumbArea ul.gearThumb li {
  width: 128px;
  margin-right: 46px;
  position: relative;
}
.gearThumbArea ul.gearThumb li .name {
  margin: 0.4em auto 1em;
  font-size: 20px;
  font-family: "CircularPro-Medium", sans-serif;
  text-align: center;
  line-height: 1.2;
}
.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 .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;
}
}
.gearThumbArea ul.gearThumb li.current:before {
  content: "";
  width: 10px;
  height: 51px;
  background: url("../img/img_hook.png") no-repeat;
  background-size: cover;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -44px;
  display: block;
}
.gearThumbArea ul.gearThumb li.current:after {
  content: "";
  width: 10px;
  height: 51px;
  background: url("../img/img_hook.png") no-repeat;
  background-size: cover;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -44px;
  display: block;
}
.mountainspeed_project .layeringArea .projectAreaLead {
  border-top: none;
}
.mountainspeed_project .layeringImg > div {
  display: none;
}
.mountainspeed_project .layeringImg > div.current {
  display: block;
}
.mountainspeed_project .layeringImg .img img {
  width: 100%;
  max-width: none;
}
.mountainspeed_project .layeringImg .text {
  margin-top: 1.5em;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  line-height: 1.64;
  color: #fff;
}
@media screen and (max-width: 799px) {
.mountainspeed .gearTextArea {
  width: calc(540/750*100%);
  max-width: none;
  min-height: inherit;
}
.mountainspeed .gearTextArea .geadrText .geadrTextInner {
  display: block;
}
.mountainspeed .gearTextArea .geadrText .text {
  width: 100%;
  padding-right: 0;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-right: none;
  border-bottom: #eae9e8 1px solid;
  font-size: 10px;
  letter-spacing: -0.04em;
  text-align: center;
}
.mountainspeed .gearTextArea .geadrText ul.gearList {
  width: 100%;
  padding-left: 0;
}
.mountainspeed .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: 25px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}
.gearThumbArea ul.gearThumb li {
  width: 80px;
  margin-right: 14px;
  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;
}
.gearThumbArea ul.gearThumb li.current:before {
  width: 7px;
  height: 36px;
  top: -30px;
}
.gearThumbArea ul.gearThumb li.current:after {
  width: 7px;
  height: 36px;
  bottom: -30px;
}
.mountainspeed_project .layeringImg .img {
  width: calc(540/750*100%);
  margin: 0 auto;
}
.mountainspeed_project .layeringImg .text {
  width: calc(540/750*100%);
  margin: 1.5em auto 0;
  font-size: 9px;
}
}

.mountainspeed_product {
  margin-top: -65px;
  padding-top: 65px;
}
.mountainspeed_productInner {
  background: url("../img/product_bg01-pc.gif") repeat-y;
  background-size: cover;
}
.mountainspeed_product h2.mountainspeed_title.title02 {
  background: url("../img/product_titlebg-pc.png") no-repeat;
  background-size: cover;
  overflow: hidden;
}
.mountainspeed_product .lead01 {
  padding-top: 40px;
  margin-bottom: 12px;
  font-size: 29px;
  text-align: center;
}
.mountainspeed_product .text01 {
  margin-bottom: 50px;
  font-size: 18px;
  text-align: center;
}
.mountainspeed_product .productArea {
  margin-bottom: 90px;
}
.mountainspeed_product .productArea .productImg {
  width: 100%;
  max-width: 880px;
  margin: 0 auto 20px;
  text-align: center;
}
.mountainspeed_product .productArea .outline {
  width: 880px;
  margin: 0 auto 8px;
  font-size: 21px;
  text-align: center;
}
.mountainspeed_product .productArea .outlineName {
  margin-bottom: 32px;
  font-size: 20px;
  text-align: center;
  font-family: "CircularPro-Medium", sans-serif;
}
.mountainspeed_product .productArea .productInfoArea {
  width: 880px;
  margin: 0 auto;
  padding: 56px 0 46px;
  border-top: #898989 1px solid;
  border-bottom: #898989 1px solid;
}
.mountainspeed_product .productArea .productInfoArea .productInfoAreaInner {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.mountainspeed_product .productArea .productInfoArea .productInfoLeft {
  width: 440px;
}
.mountainspeed_product .productArea .productInfoArea .productInfoRight {
  width: 410px;
}
.mountainspeed_product .productArea .productInfoArea .itemThumb {
  width: 100%;
  padding-bottom: 48px;
  position: relative;
  text-align: center;
}
.mountainspeed_product .productArea .productInfoArea .itemThumb .color {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.mountainspeed_product .productArea .productInfoArea .itemName {
  margin: 0 auto;
  padding: 0;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
}
.mountainspeed_product .productArea .productInfoArea .itemPrice {
  margin-bottom: 50px;
  font-size: 20px;
  text-align: center;
}
.mountainspeed_product .productArea .productInfoArea .itemText {
  margin-bottom: 22px;
  font-size: 18px;
  text-align: justify;
  letter-spacing: -0.04em;
}
.mountainspeed_product .productArea .productInfoArea ul.itemImgList {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.mountainspeed_product .productArea .productInfoArea ul.itemImgList li {
  width: 190px;
  text-align: center;
}
.mountainspeed_product .productArea.product05 .productInfoArea ul.itemImgList li {
  width: 210px;
}
.mountainspeed_product .productArea .productInfoArea ul.itemImgList li .itemImgText {
  margin-top: 8px;
  font-size: 18px;
  letter-spacing: -0.04em;
  white-space: nowrap;
  line-height: 1.32;
}
.mountainspeed_product .productArea .productInfoArea ul.itemImgList li .caution {
  margin-top: px;
  font-size: 12px;
  white-space: nowrap;
}
.mountainspeed_product .itemBtnArea {
  margin: -26px auto 0;
  text-align: center;
}
.mountainspeed_product .itemBtnArea a {
  width: 250px;
  margin: 0 auto;
  padding: 0.8em 3em;
  font-size: 18px;
  color: #fff;
  background-color: #545246;
  border: #545246 1px solid;
  border-radius: 100px;
  display: block;
  transition: all ease .3s;
}
.mountainspeed_product .itemBtnArea a.notYet {
  pointer-events: none;
}
.mountainspeed_product .linkArea {
  width: 880px;
  padding-bottom: 60px;
  margin: 0 auto;
}
.mountainspeed_product .linkImg {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.mountainspeed_product .linkText {
  padding-bottom: 56px;
  font-size: 21px;
  text-align: center;
  border-bottom: #898989 1px solid;
}
.mountainspeed_product .productInfoDoubleArea {
  width: 100%;
  position: relative;
}
.mountainspeed_product .productInfoDoubleArea .productInfoContArea {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 800px) {
.mountainspeed_product a:hover {
  color: #545246;
  background-color: #fff;
  transition: all ease .3s;
  opacity: 1;
}
.mountainspeed_product .productArea.product01 .productInfoArea .itemThumb {
  width: 526px;
  margin-left: -50px;
}
.mountainspeed_product .productArea.product01 .productInfoAreaInner {
  margin-top: -70px;
}
.mountainspeed_product .productArea.product01 .productInfoArea .productInfoRight {
  padding-top: 60px;
}
.mountainspeed_product .productInfoDoubleArea .productInfoShot {
  width: 460px;
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  margin: auto;
}
.mountainspeed_product .productInfoDoubleArea .productInfoContArea .productInfo01 {
  width: 250px;
  margin-left: -20px;
}
.mountainspeed_product .productInfoDoubleArea .productInfoContArea .productInfo02 {
  width: 250px;
  margin-right: -20px;
}
.mountainspeed_product .productInfoDoubleArea .productInfoContArea .productInfo01 .itemText ,
.mountainspeed_product .productInfoDoubleArea .productInfoContArea .productInfo02 .itemText ,
.mountainspeed_product .productInfoDoubleArea .productInfoContArea .productInfo01 .itemImgList ,
.mountainspeed_product .productInfoDoubleArea .productInfoContArea .productInfo02 .itemImgList {
  padding: 0 20px;
}
.mountainspeed_product .productInfoDoubleArea .productInfoContArea .productInfo01 .itemBtnArea ,
.mountainspeed_product .productInfoDoubleArea .productInfoContArea .productInfo02 .itemBtnArea {
  margin-top: 30px;
  margin-bottom: -29px;
}
.mountainspeed_product .productArea.product05 .productInfoArea {
  padding-bottom: 0;
}
.mountainspeed_product .productArea.product05 {
  margin-bottom: 120px;
}
}
@media screen and (max-width: 799px) {
.mountainspeed_product {
  margin-top: -60px;
  padding-top: 60px;
}
.mountainspeed_productInner {
  background: url("../img/product_bg01-sp.gif") repeat-y;
  background-size: cover;
}
.mountainspeed_product h2.mountainspeed_title.title02 {
  background: url("../img/product_titlebg-sp.png") no-repeat;
  background-size: cover;
}
.mountainspeed_product .lead01 {
  padding-top: 22px;
  margin-bottom: 10px;
  font-size: 15px;
}
.mountainspeed_product .text01 {
  margin-bottom: 25px;
  font-size: 9px;
}
.mountainspeed_product .productArea {
  margin-bottom: 30px;
}
.mountainspeed_product .productArea .productImg {
  margin-bottom: 10px;
}
.mountainspeed_product .productArea .outline {
  width: calc(540/750*100%);
  margin: 0 auto 4px;
  font-size: 12px;
}
.mountainspeed_product .productArea .outlineName {
  margin-bottom: 26px;
  font-size: 10px;
}
.mountainspeed_product .productArea .productInfoArea {
  width: calc(540/750*100%);
  padding: 0 0 28px;
}
.mountainspeed_product .productArea.product05 .productInfoArea {
  padding-bottom: 0;
  border-bottom: none;
}
.mountainspeed_product .productArea .productInfoArea .productInfoAreaInner {
  display: block;
}
.mountainspeed_product .productArea .productInfoArea .productInfoLeft {
  width: 100%;
}
.mountainspeed_product .productArea .productInfoArea .productInfoRight {
  width: 100%;
  margin-top: -66px;
}
.mountainspeed_product .productArea .productInfoArea .itemThumb {
  width: 100%;
  margin-top: -14px;
  padding-bottom: 90px;
  position: relative;
  text-align: center;
}
.mountainspeed_product .productArea.product05 .productInfoArea .itemThumb {
  margin-top: -24px;
}
.mountainspeed_product .productArea .productInfoArea .itemThumb > img {
  width: 70%;
}
.mountainspeed_product .productArea .productInfoArea .itemThumb .color {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.mountainspeed_product .productArea .productInfoArea .itemThumb .color img {
  transform: scale(0.6);
}
.mountainspeed_product .productArea .productInfoArea .itemName {
  margin: 0 auto;
  font-size: 14px;
}
.mountainspeed_product .productArea .productInfoArea .itemPrice {
  margin-bottom: 4px;
  font-size: 11px;
  white-space: nowrap;
}
.mountainspeed_product .productArea .productInfoArea .colorchip {
  margin-bottom: 18px;
  text-align: center;
}
.mountainspeed_product .productArea .productInfoArea .colorchip img {
  transform: scale(0.6);
}
.mountainspeed_product .productArea .productInfoArea .itemText {
  margin-top: 40px;
  margin-bottom: 14px;
  padding-top: 12px;
  border-top: #898989 1px solid;
  font-size: 11px;
}
.mountainspeed_product .productArea.product05 .productInfoArea .itemText {
  margin-top: 0;
}
.mountainspeed_product .productArea .productInfoArea ul.itemImgList li {
  width: calc(250/540*100%);
  text-align: center;
}
.mountainspeed_product .productArea.product05 .productInfoArea ul.itemImgList li {
  width: 100%;
}
.mountainspeed_product .productArea .productInfoArea ul.itemImgList li .itemImgText {
  margin-top: 8px;
  font-size: 11px;
  line-height: 1.32;
}
.mountainspeed_product .productArea .productInfoArea ul.itemImgList li .caution {
  margin-top: 2px;
  font-size: 10px;
}
.mountainspeed_product .itemBtnArea {
  margin: -13px auto 0;
}
.mountainspeed_product .product05 .itemBtnArea {
    margin: 1.5em auto 0;
}
.mountainspeed_product .itemBtnArea a {
  width: 130px;
  font-size: 10px;
}
.mountainspeed_product .product05 .itemBtnArea a {
  width: 100%;
  max-width: 130px;
  padding: 0.8em 1em;
}
.mountainspeed_product .linkArea {
  width: calc(540/750*100%);
  padding-bottom: 20px;
}
.mountainspeed_product .linkImg {
  margin-bottom: 10px;
}
.mountainspeed_product .linkText {
  padding-bottom: 28px;
  font-size: 12px;
  text-align: left;
}
.mountainspeed_product .productInfoDoubleArea .productInfoContArea {
  margin-top: -86px;
}
.mountainspeed_product .productInfoDoubleArea .productInfoContArea .productInfo01 {
  width: 46%;
  margin-right: 8%;
}
.mountainspeed_product .productInfoDoubleArea .productInfoContArea .productInfo02 {
  width: 46%;
}
}

.mountainspeed .__pagetop {
  padding-bottom: 80px;
  text-align: center;
}
.mountainspeed .__pagetop a {
  display: inline-block;
}
.mountainspeed .__pagetop a .icon {
  margin-left: 0.6em;
  display: inline-block;
  position: relative;
  top: 4px;
}
@media screen and (min-width: 800px) {
.mountainspeed .__pagetop a:hover {
  color: inherit;
  background-color: inherit;
  transition: all ease .3s;
  opacity: .6;
}
}
@media screen and (max-width: 799px) {
.mountainspeed .__pagetop a .icon {
  width: 16px;
  height: 16px;
  top: 0;
}
.mountainspeed .__pagetop {
  padding-bottom: 30px;
}
}

.mountainspeed .glArea .gearSliderArea {
  overflow: hidden;
}
.mountainspeed .glArea .gearSliderArea .gearSlider {
  margin: 0 auto;
  max-width: 930px;
  overflow: visible;
}
.mountainspeed .glArea .gearSliderArea .slick-list {
  overflow: inherit;
}
.mountainspeed .glArea .gearSliderArea .slick-slide {
  padding: 0 25px;
}
.mountainspeed .slick-slider .slick-arrow {
  opacity: 0.8;
  transition: opacity ease .3s;
  z-index: 8;
}
.mountainspeed .slick-slider .slick-arrow:hover {
  opacity: 0.5;
}
.mountainspeed .slick-slider .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 799px) {
  .mountainspeed .glArea .gearSliderArea .slick-arrow {
    opacity: 1 !important;
  }
  .mountainspeed .glArea .gearSliderArea .slick-arrow.slick-disabled {
    opacity: 0 !important;
  }
  .mountainspeed .glArea .gearSliderArea .prev-arrow {
    left: calc(30/750*100%);
  }
  .mountainspeed .glArea .gearSliderArea .next-arrow {
    right: calc(30/750*100%);
  }
  .mountainspeed .glArea .gearSliderArea .slick-slide {
    padding: 0;
    width: 100%;
  }
}

.mountainspeed .eventtext01 {
  width: 880px;
  margin: 0 auto 50px;
}
.mountainspeed .imgEvent {
  width: 880px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.mountainspeed_product .eventtext01 a:hover {
  background-color: inherit;
}
@media screen and (min-width: 800px) {
.mountainspeed_product .imgEvent a:hover {
  opacity: 0.7;
  transition: opacity ease .3s;
}
}
@media screen and (max-width: 799px) {
.mountainspeed .imgEvent {
  width: calc(540/750*100%);
  margin: 0 auto;
  padding-bottom: 30px;
}
.mountainspeed_product .eventtext01 {
  width: calc(540/750*100%);
  margin: 0 auto 1em;
  text-align: left;
}
}