@charset "utf-8";
/* CSS Document */


/*----------------------------------
 フォント
----------------------------------*/
@font-face {
  font-family: "HardwearDisplay";
  src: url("../font/HardwearDisplay-Light.otf") format("opentype");
  font-weight: 300;
}

@font-face {
  font-family: "HardwearDisplay";
  src: url("../font/HardwearDisplay-Medium.otf") format("opentype");
  font-weight: 500;
}

@font-face {
  font-family: "HardwearDisplay";
  src: url("../font/HardwearDisplay-SemiBold.otf") format("opentype");
  font-weight: 600;
}

@font-face {
  font-family: "HardwearDisplay";
  src: url("../font/HardwearDisplay-Bold.otf") format("opentype");
  font-weight: 700;
}

.min {
  font-family: Noto Serif JP,'Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.hard {
  font-family: 'HardwearDisplay',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}


/*----------------------------------
 デバイス
----------------------------------*/

@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 .mtnspeed {
  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 .mtnspeed {
    font-size: 1.8rem;
    min-width: 1320px;
    letter-spacing: 0;
  }
}

.mtnspeed a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #000;
}

.mtnspeed a:hover {
  opacity: 1;
  text-decoration: none;
}

@media screen and (min-width: 800px) {
  .mtnspeed a:hover {
    opacity: 0.7;
  }
}

.mtnspeed img {
  max-width: 100%;
  vertical-align: bottom;
}

.mtnspeed .slick-dots button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.mtnspeed .wrapper {
  position: relative;
  overflow: inherit;
}
.mtnspeed .secInner {
  overflow: hidden;
}

*:focus {
  outline: none;
}


.mtnspeed .sup {
  font-size: 50%;
  vertical-align: top;
  position: relative;
  top: -0.05em;
}


/* font */
.mtnspeed .en {
  font-family: "CircularPro-Book", sans-serif;
  color: #000;
}
.mtnspeed .enb {
  font-family: "CircularPro-Black", sans-serif;
  color: #000;
}
.mtnspeed p {
  line-height: 1.64;
}


/* slider */
.mtnspeed .slick-dots {
    margin: 0 auto;
    position: absolute;
    bottom: -36px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}
.mtnspeed .slick-dots button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-size: 0;
}
.mtnspeed .slick-dots button {
  width: 16px;
  height: 16px;
  margin: 0 4px;
  display: block;
  font-size: 0;
  line-height: 0;
  background-color: #aeaeae;
  border-radius: 100px;
}
.mtnspeed .slick-dots .slick-active button {
    background-color: #000;
}
@media screen and (max-width: 799px) {
.mtnspeed .slick-dots {


  bottom: calc(-48/780*100vw);
}
.mtnspeed .slick-dots button {
  width: 8px;
  height: 8px;
  margin: 0 2px;
}
}
.mtnspeed .slick-slider .slick-arrow {
  opacity: 1;
  transition: opacity ease .3s;
  z-index: 8;
  position: absolute;
}
.mtnspeed .slick-slider .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.mtnspeed .slider {
  margin: 0 auto;
}
.mtnspeed .slick-slide img{
  margin: 0 auto;
  max-width: none;
  width: 100%;
}
.mtnspeed .mtnspeed_productSlideArea .mtnspeed_productSlideThumb .slick-slide {
  position: relative;
}
.mtnspeed .mtnspeed_productSlideArea .mtnspeed_productSlideThumb .slick-slide.slick-current:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.3);
}
.mtnspeed .slide-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f3fd30;
}
.mtnspeed .slide-arrow.prev-arrow:before {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 6px;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  transform: rotate(-135deg);
  display: block;
}
.mtnspeed .slide-arrow.next-arrow:before {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  transform: rotate(45deg);
  display: block;
}
@media (hover: hover) {
.mtnspeed .slick-slider .slick-arrow:hover {
  background-color: #000;
  cursor: pointer;
}
.mtnspeed .slick-slider .slide-arrow.prev-arrow:hover:before,
.mtnspeed .slick-slider .slide-arrow.next-arrow:hover:before {
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
}
}
@media screen and (min-width: 800px) {
.mtnspeed .mtnspeed_productSlideArea {
  margin-top: 40px;
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.mtnspeed .mtnspeed_productSlideArea .mtnspeed_productSlideMain {
  width: 636px;
  height: 600px;
  margin-right: 50px;
}
.mtnspeed .mtnspeed_productSlideArea .mtnspeed_productSlideThumb {
  width: 180px;
  margin-top: 43px;
}
.mtnspeed .mtnspeed_productSlideArea .mtnspeed_productSlideThumb .slick-slide {
  margin: 10px 0;
}
.mtnspeed .slick-slider .slick-arrow.prev-arrow {
  width: 40px;
  height: 40px;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.mtnspeed .slick-slider .slick-arrow.next-arrow {
  width: 40px;
  height: 40px;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.mtnspeed .mtnspeed_productSlideThumbSlick.slick-slider .slick-arrow.prev-arrow {
  width: 28px;
  left: 50%;
  top: 0;
  transform: translate(-50%,-30%) rotate(90deg);
}
.mtnspeed .mtnspeed_productSlideThumbSlick.slick-slider .slick-arrow.next-arrow {
  width: 28px;
  right: auto;
  left: 50%;
  top: auto;
  bottom: -18px;
  transform: translate(-50%,0%) rotate(90deg);
}
}
@media screen and (max-width: 799px) {
.mtnspeed .mtnspeed_productSlideArea {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.mtnspeed .mtnspeed_productSlideArea .mtnspeed_productSlideMain {
  width: 100%;
  height: auto;
  margin-right: 0;
  margin-bottom: 20px;
}
.mtnspeed .mtnspeed_productSlideArea .mtnspeed_productSlideThumb {
  width: 106%;
  margin-bottom: 20px;
  margin-left: -3%;
}
.mtnspeed .mtnspeed_productSlideArea .mtnspeed_productSlideThumb .slick-slide {
  margin: 0 10px;
}
  .mtnspeed .slick-slide img.mtnspeed_productSlidePt {
    padding-top: 0;
  }
  .mtnspeed .glArea .gearSliderArea .slick-arrow {
    opacity: 1 !important;
  }
  .mtnspeed .glArea .gearSliderArea .slick-arrow.slick-disabled {
    opacity: 0 !important;
  }
  .mtnspeed .slick-slider .slick-arrow.prev-arrow {
    width: calc(50/750*100vw);
    height: calc(50/750*100vw);
    left: calc(40/750*100vw);
    top: 50%;
    transform: translateY(-100%);
  }
  .mtnspeed .slick-slider .slick-arrow.next-arrow {
    width: calc(50/750*100vw);
    height: calc(50/750*100vw);
    right: calc(40/750*100vw);
    top: 50%;
    transform: translateY(-100%);
  }
  .mtnspeed .mtnspeed_productSlideThumbSlick.slick-slider .slick-arrow.prev-arrow {
    width: 14px;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
  }
  .mtnspeed .mtnspeed_productSlideThumbSlick.slick-slider .slick-arrow.next-arrow {
    width: 14px;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
  }
  .mtnspeed .slide-arrow.prev-arrow:before {
    width: calc(20/750*100vw);
    height: calc(20/750*100vw);
    margin-left: 4px;
  }
  .mtnspeed .slide-arrow.next-arrow:before {
    width: calc(20/750*100vw);
    height: calc(20/750*100vw);
    margin-left: -4px;
  }
}


/* navi */
.mtnspeed_nav {
  width: 100%;
  padding: 0;
  background-color: rgba(255,255,255,.5);
}
.mtnspeed_nav.fixed {
  position: fixed;
  top: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 9999;
  transform: translate(0, 80px);
  transition: opacity .4s ease, background-color .4s ease, transform .4s ease;
}
.pane-header.disable + .mtnspeed .mtnspeed_nav.fixed {
  transform: translate(0, 0);
  transition: opacity .4s ease, background-color .4s ease, transform .4s ease;
}
.mtnspeed_nav .mtnspeed_navInner {
  position: relative;
}
ul.mtnspeed_navList {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul.mtnspeed_sabnavList {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
ul.mtnspeed_navList li.__navItem {
  text-align: center;
  position: relative;
}
ul.mtnspeed_navList li.__subnavItem {
  width: 100%;
  position: relative;
}
ul.mtnspeed_navList li.__subnavItem:before {
  content: "";
  width: 1px;
  height: 60px;
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  background-color: #000;
}
ul.mtnspeed_navList li.__subnavItem:last-child:after {
  content: "";
  width: 1px;
  height: 60px;
  display: block;
  position: absolute;
  right: 0;
  top: 15px;
  background-color: #000;
}
ul.mtnspeed_navList > .__navItem a {
  margin: 0 auto;
  display: block;
  line-height: 1;
}
ul.mtnspeed_navList > .__navItem > a img {
  width: 251px;
}
ul.mtnspeed_navList .__subnavItem a {
  padding: 31px 0;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 800px) {
ul.mtnspeed_navList .__navItem > a:hover {
  background-color: #f3fd30;
  opacity: 1;
}
ul.mtnspeed_navList .__subnavItem a:hover {
  background-color: #f3fd30;
  opacity: 1;
}
}
ul.mtnspeed_navList > .__navItem:nth-child(1) > a {
  width: 444px;
  padding: 18px 0 17px;
  text-align: center;
}
ul.mtnspeed_navList li.__navItem:nth-child(2) {
  width: calc(100% - 444px);
  padding: 0 calc(100/1920*100%) 0 0;
  text-align: left;
}
/* @media screen and (max-width: 1237px) and (min-width: 768px) {
ul.mtnspeed_navList .__navItem:first-of-type a {
  padding: 0 0.5em 0;
}
}*/

ul.mtnspeed_navList .__subnavItem.__navItemActive > a {
  background-color: rgba(0,0,0,.7);
}
ul.mtnspeed_navList .__navItem.mtnspeed_logo a {
  width: 222px;
  margin: 0 auto;
  padding: 28px 0 22px;
}
.mtnspeed .__snaviArea {
  width: 100%;
  position: absolute;
  top: auto;
  right: 0;
  z-index: 2;
  display: none;
}
.mtnspeed ul.__snavList {
  padding: 1.2em 0;
  background-color: rgba(0,0,0,.7);
}
.mtnspeed ul.mtnspeed_navList .__navItem .__snavItem a {
  padding: 1.2em 1em 1.2em 1em;
  color: #fff;
  font-size: 30px;
  text-align: left;
}
.mtnspeed ul.mtnspeed_navList .__navItem .__subnavItem.small .__snavItem a {
  padding: 1.2em 1em 1.2em 1em;
  color: #fff;
  font-size: 18px;
  text-align: left;
}
@media screen and (min-width: 800px) and (max-width: 1400px) {
ul.mtnspeed_navList .__subnavItem a {
  padding: 31px 0;
  font-size: calc(36/1920*100vw);
}
}
@media screen and (max-width: 799px) {
.mtnspeed_nav {
  padding: 0;
  position: relative;
  z-index: 1;
}
.mtnspeed_nav.fixed {
  transform: translate(0, 64px);
}
.pane-header.disable + .block-gmenu + .pane-main .mtnspeed .mtnspeed_nav.fixed {
  transform: translate(0, 0);
}
.mtnspeed ul.mtnspeed_navList {
  justify-content: space-between;
}
.mtnspeed ul.mtnspeed_navList .__navItem .mtnspeed_sabnavList a {
  padding: 17px 0 16px;
  font-size: 12px;
}
ul.mtnspeed_navList li.__navItem:nth-child(1) {
  width: calc(210/750*100vw);
  padding: 0;
  text-align: center;
}
ul.mtnspeed_navList li.__navItem:nth-child(1) > a {
  padding: calc(25/750*100vw) calc(27/750*100vw) calc(18/750*100vw);
  width: 100%;
}
ul.mtnspeed_navList li.__navItem:nth-child(2) {
  width: calc(540/750*100vw);
  padding: 0 calc(30/759*100vw) 0 0;
  text-align: center;
}
ul.mtnspeed_sabnavList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
ul.mtnspeed_sabnavList:before {
  content: "";
  width: calc(100% - (16/750*100vw));
  height: 1px;
  margin: 0 auto;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 45px;
  background-color: #000;
}
ul.mtnspeed_navList li.__subnavItem:nth-child(1),
ul.mtnspeed_navList li.__subnavItem:nth-child(2),
ul.mtnspeed_navList li.__subnavItem:nth-child(3) {
  width: 50%;
}
ul.mtnspeed_navList li.__subnavItem:nth-child(4),
ul.mtnspeed_navList li.__subnavItem:nth-child(5) {
  width: 50%;
}
ul.mtnspeed_navList li.__subnavItem:before {
  content: "";
  height: 30px;
  top: 7px;
}
ul.mtnspeed_navList li.__subnavItem:nth-child(2):after,
ul.mtnspeed_navList li.__subnavItem:last-child:after {
  content: "";
  width: 1px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  top: 7px;
  background-color: #000;
}
}


/* item btn */
.mtnspeed .itemBtnArea {
  margin: -26px auto 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.mtnspeed .itemBtnArea a {
  width: 260px;
  margin: 0 auto;
  padding: 0.7em 2em;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.04em;
  color: #fff;
  background-color: #100f10;
  background: linear-gradient(135deg, transparent 8px, #100f10 0) top left,
  linear-gradient(-135deg, transparent 8px, #100f10 0) top right,
  linear-gradient(-45deg, transparent 8px, #100f10 0) bottom right,
  linear-gradient(45deg, transparent 8px, #100f10 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  display: block;
  transition: none;
}
.mtnspeed .itemBtnArea a.notYet {
  pointer-events: none;
}
@media screen and (min-width: 800px) {
.mtnspeed .itemBtnArea a:hover {
  background-color: #f3fd30;
  background: linear-gradient(135deg, transparent 8px, #f3fd30 0) top left,
  linear-gradient(-135deg, transparent 8px, #f3fd30 0) top right,
  linear-gradient(-45deg, transparent 8px, #f3fd30 0) bottom right,
  linear-gradient(45deg, transparent 8px, #f3fd30 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  color: #333;
  opacity: 1;
}
}
@media screen and (max-width: 799px) {
.mtnspeed .itemBtnArea {
  margin: -13px auto 0;
}
.mtnspeed .itemBtnArea a {
  width: 130px;
  padding: 1.1em 1em;
  font-size: 12px;
}
}




/* hero */
.mtnspeed {
  background-color: #f9f6f6;
}
.mtnspeed_hero {
  background-color: #475a25;
}
.mtnspeed_heroInner {
  width: 100%;
  margin: 0 auto;
}
.mtnspeed_hero img {
  width: 100%;
}
@media screen and (max-width: 799px) {
.mtnspeed_heroInner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.mtnspeed_hero img {
  padding: 0;
}
}


/* about */
.mtnspeed_About {
  margin-top: -65px;
  padding-top: 65px;
}
.mtnspeed_About .mtnspeed_AboutInner {
  padding: 200px 0 190px;
  background: url(/img/usr/freepage/mtnspeed/img/about_bg-pc.jpg) no-repeat;
  background-size: cover;
}
.mtnspeed_About .textBox .text {
  margin-bottom: 1em;
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  color: #F3FD30;
}
.mtnspeed_About .textBox .stext {
  font-size: 23px;
  font-weight: 600;
  text-align: center;
  color: #F3FD30;
  line-height: 1.8;
}
.mtnspeed_About .imgBox {
  padding-top: 90px;
  position: relative;
}
.mtnspeed_About .imgBox img {
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 799px) and (max-width: 1280px){
.mtnspeed_About .imgBox .imgBoxText {
  font-size: 172px;
}
}
@media screen and (max-width: 799px) {
.mtnspeed_About .mtnspeed_AboutInner {
  padding: 6em 0;
  background: url(/img/usr/freepage/mtnspeed/img/about_bg-sp.jpg) no-repeat;
  background-size: cover;
}
.mtnspeed_About .textBox .text {
  margin-bottom: 1.64em;
  font-size: calc(34/780*100vw);
}
.mtnspeed_About .textBox .stext {
  font-size: calc(24/780*100vw);
}
.mtnspeed_About .imgBox {
  padding-top: calc(50/780*100vw);
}
}


/* comment */
.mtnspeed_Comment .mtnspeed_CommentInner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 140px 0 120px;
}
.mtnspeed_Comment .flexArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mtnspeed_Comment .textBox {
  width: calc(700/1320*100%);
  padding: 2em 0;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.mtnspeed_Comment .textBox:before {
  content: "";
  width: 3.5em;
  height: 3.5em;
  border-top: #333 1px solid;
  border-left: #333 1px solid;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.mtnspeed_Comment .textBox:after {
  content: "";
  width: 3.5em;
  height: 3.5em;
  border-bottom: #333 1px solid;
  border-right: #333 1px solid;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.mtnspeed_Comment .textBox p {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.8;
}
.mtnspeed_Comment .imgBox {
  width: calc(500/1320*100%);
}
.mtnspeed_Comment .img {
  margin-bottom: 1.46em;
}
.mtnspeed_Comment .name {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
.mtnspeed_Comment .job {
  margin-top: -0.2em;
  margin-bottom: 1em;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.mtnspeed_Comment .prof {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 799px) {
.mtnspeed_Comment .mtnspeed_CommentInner {
  padding: calc(110/780*100vw) 0 calc(90/780*100vw);
}
.mtnspeed_Comment .flexArea {
  display: block;
}
.mtnspeed_Comment .textBox {
  width: calc(560/780*100vw);
  padding: 1.5em 0;
  margin: 0 auto calc(90/780*100vw);
}
.mtnspeed_Comment .textBox:before {
  width: 3.5em;
  height: 3.5em;
}
.mtnspeed_Comment .textBox:after {
  width: 3.5em;
  height: 3.5em;
}
.mtnspeed_Comment .textBox p {
  font-size: calc(24/780*100vw);
}
.mtnspeed_Comment .imgBox {
  width: calc(600/780*100vw);
  margin: 0 auto;
}
.mtnspeed_Comment .img {
  margin-bottom: 1.46em;
}
.mtnspeed_Comment .name {
  font-size: calc(44/780*100vw);
}
.mtnspeed_Comment .job {
  margin-top: -0.4em;
  margin-bottom: 1em;
  font-size: calc(30/780*100vw);
}
.mtnspeed_Comment .prof {
  font-size: calc(20/780*100vw);
}
}


/* products */
.mtnspeed_Prodcts {
  margin-top: -170px;
  padding-top: 170px;
}
.mtnspeed_Prodcts .secInner {
  background-color: #475a25;
}
.mtnspeed_Prodcts .firstLead {
  margin: 0;
  padding: 1em 0;
  text-align: center;
  font-size: 100px;
  font-weight: 700;
  line-height: 1.2;
  color: #F3FD30;
  background: url(/img/usr/freepage/mtnspeed/img/product_bg01-pc.png) no-repeat;
  background-size: cover;
}
.mhw_s24_productPhotoArea,
.mhw_s24_productContArea {
  position: relative;
}
.mhw_s24_productArea {
  padding: calc(144 / 1920* 100vw) 0 0;
  max-width: 1320px;
  margin: 0 auto;
}
.mhw_s24_productArea .mhw_s24_productPhotoImg {
  width: 100%;
  position: relative;
  z-index: 1;
}
.mhw_s24_productContArea {
  padding: calc(80/1920*100vw) 0 0;
  background-color: #475a25;
}
.mhw_s24_productContArea .mhw_s24_productContItem {
  margin: 0 auto 16px;
  padding: 0;
  font-size: 120px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.04em;
  color: #F3FD30;
  line-height: 0.85;
}
.mhw_s24_productContArea .mhw_s24_productContLead {
  margin-bottom: 0.8em;
  text-align: center;
  font-size: calc(28/1920*100vw);
  line-height: 1.46;
  font-weight: bold;
  color: #F3FD30;
}
.mhw_s24_productContArea .itemBtnCont {
  max-width: 490px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 0 calc(30/1920*100vw);
}
.mhw_s24_productContArea .itemCat {
  margin-bottom: 0.4em;
  text-align: center;
  font-size: calc(28/1920*100vw);
  font-weight: 700;
  line-height: 1.46;
  color: #F3FD30;
}
.mhw_s24_productContArea .mhw_s24_productContName {
  margin-bottom: 1.5em;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.46;
  color: #F3FD30;
}
.mhw_s24_productContArea .mhw_s24_productContPrice {
  margin-bottom: 0.6em;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.46;
  color: #F3FD30;
}
.mhw_s24_productContArea .mhw_s24_productContPrice .tax {
  font-size: 20px;
}
.mhw_s24_productContArea .itemBtnArea {
  margin: 0 auto 4.6em;
}
.mhw_s24_productContArea .itemBtnArea a {
  width: calc(238/1920*100vw);
  border: none;
  font-size: calc(22/1920*100vw);
  white-space: nowrap;
  letter-spacing: -0.02em;
  color: #100F10;
  background-color: #fff;
  background: linear-gradient(135deg, transparent 0.5em, #fff 0) top left,
  linear-gradient(-135deg, transparent 0.5em, #fff 0) top right,
  linear-gradient(-45deg, transparent 0.5em, #fff 0) bottom right,
  linear-gradient(45deg, transparent 0.5em, #fff 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}
@media (hover: hover) {
.mhw_s24_productContArea .itemBtnArea a:hover {
  background-color: #f3fd30;
  background: linear-gradient(135deg, transparent 0.5em, #f3fd30 0) top left,
  linear-gradient(-135deg, transparent 0.5em, #f3fd30 0) top right,
  linear-gradient(-45deg, transparent 0.5em, #f3fd30 0) bottom right,
  linear-gradient(45deg, transparent 0.5em, #f3fd30 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  opacity: 1;
}
}
.mhw_s24_productContArea .mhw_s24_productContText {
  width: 100%;
  max-width: 824px;
  padding: 0 0 40px;
  margin: 0 auto;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  color: #F3FD30;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 800px) {
.mhw_s24_productArea {
  display: block;
}
.mhw_s24_productContArea .mhw_s24_productContItem .only-pc {
  display: inline-block;
}
.mhw_s24_productPhotoArea,
.mhw_s24_productContArea {
  width: 100%;
  height: auto;
  position: relative;
}
.mhw_s24_productPhotoArea {
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.mhw_s24_productArea.odd .mhw_s24_productPhotoArea {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.mhw_s24_productArea01 .mhw_s24_productPhotoArea .mhw_s24_productPhotoImg {
  width: 100%;
  position: relative;
}
.mhw_s24_productArea01 .mhw_s24_productPhotoArea .mhw_s24_productPhotoImg img {
  width: 100%;
}
}
@media screen and (max-width: 799px) {
.mtnspeed_Prodcts {
  margin-top: -105px;
  padding-top: 105px;
}
.mhw_s24_productPhotoArea {
  padding: 0;
  height: auto;
  width: calc(700/780*100vw);
  margin: 0 auto;
  text-align: center;
}
.mtnspeed_Prodcts .firstLead {
  margin: 0 auto;
  padding: 1.4em 0;
  font-size: calc(86/750*100vw);
  background: url(/img/usr/freepage/mtnspeed/img/product_bg01-sp.png) no-repeat;
  background-size: cover;
}
.mhw_s24_productArea.mhw_s24_productArea01 .mhw_s24_productPhotoArea {
  width: calc(700/780*100vw);
  padding: 0;
  margin: 0 auto;
}
.mhw_s24_productArea .mhw_s24_productPhotoImg {
  border-bottom: none;
}
.mhw_s24_productArea.mhw_s24_productArea02 .mhw_s24_productPhotoImg {
  border-top: none;
}
.mhw_s24_productArea.mhw_s24_productArea02 .mhw_s24_productPhotoArea {
  padding: 0;
}
.mhw_s24_productPhotoArea img {
  width: 100%;
  margin: 0 auto;
}
.mhw_s24_productContArea {
  padding: calc(80/750*100vw) 0 calc(20/750*100vw);
}
.mhw_s24_productContArea .mhw_s24_productContItem {
  margin-bottom: 0.2em;
  font-size: calc(118/750*100vw);
}
.mhw_s24_productContArea .mhw_s24_productContLead {
  font-size: calc(26/750*100vw);
}
.mhw_s24_productContArea .itemBtnArea {
  margin: 0 auto 4em;
}
.mhw_s24_productContArea .mhw_s24_productContName {
  font-size: calc(20/750*100vw);
}
.mhw_s24_productContArea .mhw_s24_productContPrice {
  margin-bottom: 0.2em;
  font-size: calc(30/750*100vw);
}
.mhw_s24_productContArea .mhw_s24_productContPrice .tax {
  font-size: calc(20/750*100vw);
}
.mhw_s24_productContArea .mhw_s24_productContText {
  padding: 0;
  width: calc(650/750*100vw);
  margin: 0 auto;
  font-size: calc(22/750*100vw);
}
.mhw_s24_productContArea .itemCat {
  font-size: calc(28/750*100vw);
}
.mhw_s24_productContArea .itemBtnCont {
  max-width: calc(510/750*100vw);
}
.mhw_s24_productContArea .itemBtnArea a {
  width: calc(232/750*100vw);
  font-size: calc(22/750*100vw);
  background-color: #fff;
  background: linear-gradient(135deg, transparent 8px, #fff 0) top left,
  linear-gradient(-135deg, transparent 8px, #fff 0) top right,
  linear-gradient(-45deg, transparent 8px, #fff 0) bottom right,
  linear-gradient(45deg, transparent 8px, #fff 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}
.mhw_s24_productArea {
  padding: calc(40 / 780* 100vw) 0;
  overflow: hidden;
}
}

.mtnspeed .mtnspeed_tech {
  width: 100%;
  max-width: 824px;
  margin: 0 auto 100px;
  padding: 40px 0 50px;
  border-top: #F3FD30 2px solid;
  border-bottom: #F3FD30 2px solid;
}
.mtnspeed .mtnspeed_tech .techTitle {
  font-size: 70px;
  font-weight: 700;
  color: #F3FD30;
  text-align: center;
}
.mtnspeed .mtnspeed_tech .techLead {
  margin: 0.4em 0 0.4em;
  font-size: 28px;
  font-weight: 700;
  color: #F3FD30;
  text-align: center;
}
.mtnspeed .mtnspeed_tech .techText {
  font-size: 20px;
  font-weight: 600;
  color: #F3FD30;
}
.mtnspeed .techLogo {
  margin: 0 auto 40px;
  text-align: center;
}
.mtnspeed .techFlexArea {
  padding-top: 36px;
  border-top: #202020 2px solid;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.mtnspeed .techFlexArea .techbox {
  width: 380px;
  text-align: center;
}
.mtnspeed .techFlexArea .techImgText {
  margin-top: 0.2em;
  font-size: 24px;
  font-weight: 700;
}
.mtnspeed .techFlexArea .techLead {
  margin-bottom: 0.6em;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.46;
}
.mtnspeed .techFlexArea .techText {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 799px) {
.mtnspeed .mtnspeed_tech {
  width: calc(700/780*100vw);
  margin: 0 auto calc(100/780*100vw);
  padding: calc(40/780*100vw) 0 calc(60/780*100vw);
}
.mtnspeed .mtnspeed_tech .techTitle {
  font-size: calc(70/780*100vw);
}
.mtnspeed .mtnspeed_tech .techLead {
  margin: 0.4em 0 0.4em;
  font-size: calc(28/780*100vw);
}
.mtnspeed .mtnspeed_tech .techText {
  font-size: calc(24/780*100vw);
}
.mtnspeed .techLogo {
  margin: 0 auto calc(40/780*100vw);
}
.mtnspeed .techLogo img {
  width: calc(500/780*100vw);
}
.mtnspeed .techFlexArea {
  padding-top:  calc(82/780*100vw);
  display: block;
}
.mtnspeed .techFlexArea .techbox {
  width: 100%;
  margin-bottom: calc(50/780*100vw);
}
.mtnspeed .techFlexArea .techbox:last-of-type {
  margin-bottom: 0;
}
.mtnspeed .techFlexArea .techbox img {
  width: calc(450/780*100vw);
  margin: 0 auto;
}
.mtnspeed .techFlexArea .techImgText {
  margin-top: 0.2em;
  font-size: calc(24/780*100vw);
}
.mtnspeed .techFlexArea .techLead {
  margin-bottom: 0.6em;
  font-size: calc(28/780*100vw);
}
.mtnspeed .techFlexArea .techText {
  font-size: calc(24/780*100vw);
}
}


.mtnspeed .mtnspeed_DetailInner {
  background-color: #475a25;
}
.mtnspeed .detailList {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 0 150px;
  background-color: #475a25;
}
.mtnspeed .detailList li.detailArea {
  height: 410px;
  margin-bottom: 40px;
  position: relative;
}
.mtnspeed .detailList li.detailArea:last-of-type {
  margin-bottom: 0;
}
.mtnspeed .detailList li.detailArea .detailNum {
  width: calc(120/1320*100%);
  max-width: 120px;
  height: 120px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((820/1320*100%) - 60px);
}
.mtnspeed .detailList li.detailArea:nth-child(even) .detailNum {
  left: calc((500/1320*100%) - 60px);
}
.mtnspeed .detailList li.detailArea .detailBox {
  display: flex;
}
.mtnspeed .detailList li.detailArea:nth-child(even) .detailBox {
  flex-direction: row-reverse;
}
.mtnspeed .detailList li.detailArea .detailBox .detailImg {
  width: calc(820/1320*100%);
}
.mtnspeed .detailList li.detailArea .detailBox .detailText {
  width: calc(500/1320*100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.mtnspeed .detailList li.detailArea .detailBox .detailText p {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  color: #F3FD30;
  line-height: 1.46;
}
.mtnspeed .detailList li.detailArea .detailBox .detailText p .small {
  font-size: 66%;
}
@media screen and (max-width: 799px) {
.mtnspeed .detailList {
  width: calc(700/780*100vw);
  margin: calc(40/780*100vw) auto;
  padding-bottom: calc(80/780*100vw);
}
.mtnspeed .detailList li.detailArea {
  margin-bottom: calc(40/780*100vw);
  height: auto;
}
.mtnspeed .detailList li.detailArea .detailNum,
.mtnspeed .detailList li.detailArea:nth-child(even) .detailNum {
  width: calc(90/780*100vw);
  height: calc(90/780*100vw);
  margin: auto;
  left: 0;
  right: 0;
  top: calc(420/780*100vw);
  bottom: auto;
}
.mtnspeed .detailList li.detailArea .detailBox {
  display: block;
}
.mtnspeed .detailList li.detailArea .detailBox .detailImg {
  width: 100%;
  height: auto;
}
.mtnspeed .detailList li.detailArea .detailBox .detailText {
  width: 100%;
  height: calc(236/780*100vw);
}
.mtnspeed .detailList li.detailArea .detailBox .detailText p {
  padding-top: 1em;
  font-size: calc(38/780*100vw);
}
.mtnspeed .detailList li.detailArea .detailBox .detailText p .small {
  font-size: 80%;
}
}


/* items */
.mtnspeed .secInner.mtnspeed_ItemInner {
  width: 1320px;
  margin: 0 auto;
  padding: 150px 0 260px;
  overflow: inherit;
}
.mtnspeed .itemLead {
  margin-bottom: 0.4em;
  padding: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
}
.mtnspeed .itemBoxList {
  display: flex;
}
.mtnspeed .itemBoxList .itemBox {
  width: calc(33.33/100*100%);
  position: relative;
}
.mtnspeed .itemBoxList .itemBox .itemText {
  position: absolute;
  left: 20px;
  top: 20px;
}
.mtnspeed .itemBoxList .itemBox .itemName {
  margin-bottom: 0.2em;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.mtnspeed .itemBoxList .itemBox .itemNum {
  margin-bottom: 0.4em;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.mtnspeed .itemBoxList .itemBox .itemNameJ {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.mtnspeed .itemBoxList .itemBox .itemBtnArea {
  margin: 0 auto;
  width: 150px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
}
.mtnspeed .itemBoxList .itemBtnArea a {
  width: 150px;
  margin: 0 auto;
  padding: 0.7em 1em;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -0.04em;
  color: #000;
  background-color: #fff;
  background: linear-gradient(135deg, transparent 8px, #fff 0) top left,
  linear-gradient(-135deg, transparent 8px, #fff 0) top right,
  linear-gradient(-45deg, transparent 8px, #fff 0) bottom right,
  linear-gradient(45deg, transparent 8px, #fff 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  display: block;
  transition: none;
}
.mtnspeed .itemBoxList .itemBtnArea a.notYet {
  pointer-events: none;
}
@media screen and (min-width: 800px) {
.mtnspeed .itemBoxList .itemBtnArea a:hover {
  background-color: #f3fd30;
  background: linear-gradient(135deg, transparent 8px, #f3fd30 0) top left,
  linear-gradient(-135deg, transparent 8px, #f3fd30 0) top right,
  linear-gradient(-45deg, transparent 8px, #f3fd30 0) bottom right,
  linear-gradient(45deg, transparent 8px, #f3fd30 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  color: #333;
  opacity: 1;
}
}
@media screen and (max-width: 799px) {
.mtnspeed .secInner.mtnspeed_ItemInner {
  width: 100%;
  margin: 0 auto;
  padding: calc(170 / 780* 100vw) 0 calc(120 / 780* 100vw);
}
.mtnspeed .itemLead {
  margin-bottom: calc(120/780*100vw);
  font-size: calc(70/780*100vw);
  text-align: center;
}
.mtnspeed .itemBoxList {
  display: block;
}
.mtnspeed .itemBoxList .itemBox {
  width: 100%;
}
.mtnspeed .itemImgSlide li .itemBoxList .itemBox .itemText,
.mtnspeed .itemImgSlide li:nth-child(even) .itemBoxList .itemBox:nth-child(even) .itemText {
  position: absolute;
  left: calc(110/780*100vw);
  top: calc(50/780*100vw);
}
.mtnspeed .itemImgSlide li .itemBoxList .itemBox:nth-child(even) .itemText,
.mtnspeed .itemImgSlide li:nth-child(even) .itemBoxList .itemBox:nth-child(odd) .itemText {
  left: calc(412/780*100vw);
}
.mtnspeed .itemImgSlide li .itemBoxList .itemBox .itemBtnArea,
.mtnspeed .itemImgSlide li:nth-child(even) .itemBoxList .itemBox:nth-child(even) .itemBtnArea {
  margin: 0;
  width: calc(200/780*100vw);
  left: calc(110/780*100vw);
  right: auto;
  bottom: calc(32/780*100vw);
}
.mtnspeed .itemImgSlide li .itemBoxList .itemBox:nth-child(even) .itemBtnArea,
.mtnspeed .itemImgSlide li:nth-child(even) .itemBoxList .itemBox:nth-child(odd) .itemBtnArea {
  left: calc(412/780*100vw);
}
.mtnspeed .itemBoxList .itemBox .itemName {
  margin-bottom: 0.2em;
  font-size: calc(40/780*100vw);
  letter-spacing: -0.02em;
}
.mtnspeed .itemBoxList .itemBox .itemNum {
  margin-bottom: 0.4em;
  font-size: calc(24/780*100vw);
}
.mtnspeed .itemBoxList .itemBox .itemNameJ {
  font-size: calc(20/780*100vw);
}
.mtnspeed .itemBoxList .itemBtnArea a {
  width: calc(200/780*100vw);
  padding: 0.7em 1em;
  font-size: calc(20/780*100vw);
  background-color: #fff;
  background: linear-gradient(135deg, transparent 6px, #fff 0) top left,
  linear-gradient(-135deg, transparent 6px, #fff 0) top right,
  linear-gradient(-45deg, transparent 6px, #fff 0) bottom right,
  linear-gradient(45deg, transparent 6px, #fff 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  display: block;
  transition: none;
}
}


/* slider */
.mtnspeed .slick-slider .slick-arrow {
  opacity: 1;
  transition: opacity ease .3s;
  z-index: 8;
  position: absolute;
}
.mtnspeed .slick-slider .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.mtnspeed .slider {
  margin: 0 auto;
}
.mtnspeed .slick-slide img{
  margin: 0 auto;
}
.mtnspeed .mtnspeed_productSlideArea .mtnspeed_productSlideThumb .slick-slide {
  position: relative;
}
.mtnspeed .mtnspeed_productSlideArea .mtnspeed_productSlideThumb .slick-slide.slick-current:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.3);
}
.mtnspeed .slide-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
.mtnspeed .slide-arrow.prev-arrow:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 6px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  transform: rotate(-135deg);
  display: block;
}
.mtnspeed .slide-arrow.next-arrow:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: -6px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  transform: rotate(45deg);
  display: block;
}
@media (hover: hover) {
.mtnspeed .slick-slider .slick-arrow:hover {
  background-color: #f3fd30;
  cursor: pointer;
}
.mtnspeed .slick-slider .slide-arrow.prev-arrow:hover:before,
.mtnspeed .slick-slider .slide-arrow.next-arrow:hover:before {
  border-top: #000 2px solid;
  border-right: #000 2px solid;
}
}
@media screen and (min-width: 800px) {
.mtnspeed .mtnspeed_productSlideArea {
  margin-top: 40px;
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.mtnspeed .mtnspeed_productSlideArea .mtnspeed_productSlideMain {
  width: 636px;
  height: 600px;
  margin-right: 50px;
}
.mtnspeed .mtnspeed_productSlideArea .mtnspeed_productSlideThumb {
  width: 180px;
  margin-top: 43px;
}
.mtnspeed .mtnspeed_productSlideArea .mtnspeed_productSlideThumb .slick-slide {
  margin: 10px 0;
}
.mtnspeed .slick-slider .slick-arrow.prev-arrow {
  width: 50px;
  height: 50px;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
}
.mtnspeed .slick-slider .slick-arrow.next-arrow {
  width: 50px;
  height: 50px;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
}
.mtnspeed .mtnspeed_productSlideThumbSlick.slick-slider .slick-arrow.prev-arrow {
  width: 28px;
  left: 50%;
  top: 0;
  transform: translate(-50%,-30%) rotate(90deg);
}
.mtnspeed .mtnspeed_productSlideThumbSlick.slick-slider .slick-arrow.next-arrow {
  width: 28px;
  right: auto;
  left: 50%;
  top: auto;
  bottom: -18px;
  transform: translate(-50%,0%) rotate(90deg);
}
}
@media screen and (max-width: 799px) {
.mtnspeed .mtnspeed_productSlideArea {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.mtnspeed .mtnspeed_productSlideArea .mtnspeed_productSlideMain {
  width: 100%;
  height: auto;
  margin-right: 0;
  margin-bottom: 20px;
}
.mtnspeed .mtnspeed_productSlideArea .mtnspeed_productSlideThumb {
  width: 106%;
  margin-bottom: 20px;
  margin-left: -3%;
}
.mtnspeed .mtnspeed_productSlideArea .mtnspeed_productSlideThumb .slick-slide {
  margin: 0 10px;
}
  .mtnspeed .slick-slide img.mtnspeed_productSlidePt {
    padding-top: 0;
  }
  .mtnspeed .glArea .gearSliderArea .slick-arrow {
    opacity: 1 !important;
  }
  .mtnspeed .glArea .gearSliderArea .slick-arrow.slick-disabled {
    opacity: 0 !important;
  }
  .mtnspeed .slick-slider .slick-arrow.prev-arrow {
    width: calc(50/750*100vw);
    height: calc(50/750*100vw);
    left: calc(40/780*100vw);
    top: 50%;
    transform: translateY(-100%);
  }
  .mtnspeed .slick-slider .slick-arrow.next-arrow {
    width: calc(50/750*100vw);
    height: calc(50/750*100vw);
    right: calc(40/780*100vw);
    top: 50%;
    transform: translateY(-100%);
  }
  .mtnspeed .mtnspeed_productSlideThumbSlick.slick-slider .slick-arrow.prev-arrow {
    width: 14px;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
  }
  .mtnspeed .mtnspeed_productSlideThumbSlick.slick-slider .slick-arrow.next-arrow {
    width: 14px;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
  }
  .mtnspeed .slide-arrow.prev-arrow:before {
    width: calc(20/750*100vw);
    height: calc(20/750*100vw);
    margin-left: 4px;
  }
  .mtnspeed .slide-arrow.next-arrow:before {
    width: calc(20/750*100vw);
    height: calc(20/750*100vw);
    margin-left: -4px;
  }
}


.mtnspeed .__btn {
  text-align: right;
}
.mtnspeed .__pagetop {
  padding: 60px 0 100px;
}
.mtnspeed .__pagetop a {
  margin-right: 100px;
  font-weight: bold;
  color: #000;
}
.mtnspeed .__pagetop a .icon {
  margin-left: 1.4em;
  position: relative;
  top: 25px;
  display: inline-block;
}
@media screen and (min-width: 800px) {
.mtnspeed .__pagetop a:hover {
  background-color: inherit;
  transition: all ease .3s;
  opacity: .6;
}
}
@media screen and (max-width: 799px) {
.mtnspeed .__pagetop a .icon {
  width: 35px;
  height: 35px;
  top: 10px;
}
.mtnspeed .__pagetop {
  padding: 40px 0 80px;
  background: url("../img/btm_bg-sp.png") no-repeat center;
  background-size: cover;
}
.mtnspeed .__pagetop a {
  margin-right: 25px;
}
  .pane-main {
    padding-bottom: 0;
  }
}

.mhw_f23_btmImgInner img {
  width: 100%;
  max-width: none;
}