@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

html {
  font-size: 62.5%;
  /*標準サイズ*/
}

:root {
  --vh: 1vh;
}

body {
  color: #333;
  font-family: 'Noto Sans JP', "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  height: 100%;
}

img {
  vertical-align: bottom;
}

.buy_pc {
  display: table-cell;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  background: #cc0000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.buy_pc:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fd6e6e;
}

.buy_pc a {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 12px !important;
  line-height: 16px;
  text-decoration: none;
  width: 60px;
}

/* --------------------------

	表示非表示 
	
-------------------------------	*/
@media screen and (min-width: 831px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 830px) {
  .pc {
    display: none !important;
  }
}

#floatNav {
  z-index: 99999;
}

a {
  text-decoration: none;
}

.bg-top {
  background: url(../img/kv_bg2.png) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 830px) {
  .bg-top {
    background: url(../img/kv_bgsp.png) no-repeat;
    background-size: cover;
  }
}

.arrow-box {
  width: 31px;
  height: 56px;
  position: absolute;
}

@media screen and (max-width: 830px) {
  .arrow-box {
    width: 5.34vw;
    height: 9.35vw;
  }
}

.prev {
  background: url(../img/arrowl.png) center center no-repeat;
  background-size: contain;
  top: 12.5rem;
  left: 8rem;
  z-index: 100;
}

@media screen and (max-width: 830px) {
  .prev {
    top: 24vw;
    left: 10vw;
  }
}

.next {
  background: url(../img/arrowr.png) center center no-repeat;
  background-size: contain;
  top: 12.5rem;
  right: 8rem;
  z-index: 100;
}

@media screen and (max-width: 830px) {
  .next {
    top: 24vw;
    right: 10vw;
  }
}

@media screen and (min-width: 831px) and (max-width: 830px) {
  .prev {
    top: 190px;
    left: 14vw;
  }
}

@media screen and (min-width: 831px) and (max-width: 830px) {
  .next {
    top: 190px;
    right: 14vw;
  }
}

.c-tab-button-outer {
  display: none;
}

@media screen and (min-width: 831px) {
  .c-tab-button-outer {
    display: block;
  }
  .c-tab-select-outer {
    display: none;
  }
}

.cmn-copy__ttl {
  font-size: 5rem;
  font-weight: 900;
  padding-top: 3.4rem;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 830px) {
  .cmn-copy__ttl {
    font-size: 2.4rem;
    font-weight: 900;
    padding-top: 4rem;
  }
}

.cmn-copy__txt {
  margin-top: 8rem;
  font-size: 2rem;
  font-weight: 900;
  line-height: 4.8rem;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 830px) {
  .cmn-copy__txt {
    margin-top: 4rem;
    font-size: 1.4rem;
    font-weight: 900;
    line-height: 2.5rem;
    padding: 0 2.5rem;
  }
}

.cmn-copy-w__ttl {
  font-size: 5rem;
  font-weight: 900;
  color: #ffffff;
  padding-top: 3rem;
  text-align: center;
}

@media screen and (max-width: 830px) {
  .cmn-copy-w__ttl {
    font-size: 2.4rem;
    font-weight: 900;
    padding-top: 4rem;
  }
}

.cmn-copy-w__txt {
  margin-top: 8rem;
  font-size: 2rem;
  font-weight: 900;
  line-height: 4.8rem;
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 830px) {
  .cmn-copy-w__txt {
    margin-top: 4rem;
    font-size: 1.4rem;
    font-weight: 900;
    line-height: 2.5rem;
    padding: 0 2.5rem;
  }
}

.cmn-copy-w__txt span {
  font-size: 1.4rem;
}

@media screen and (max-width: 830px) {
  .cmn-copy-w__txt span {
    font-size: 1rem;
  }
}

dl {
  margin: 0 auto;
  margin-top: 8rem;
  max-width: 1100px;
  font-size: 1.8rem;
  text-align: left;
}

@media screen and (max-width: 830px) {
  dl {
    font-size: 1.4rem;
  }
}

dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dfdfdf;
}

@media screen and (max-width: 830px) {
  dl div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 0;
    padding-left: 1rem;
  }
}

dl dt,
dl dd {
  padding: 34px 0;
  line-height: 2;
}

@media screen and (max-width: 830px) {
  dl dt,
  dl dd {
    padding: 5px 0;
  }
}

dt {
  width: 380px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (max-width: 830px) {
  dt {
    width: 40%;
  }
}

dl {
  word-break: break-all;
}

.txt-hide {
  display: none;
  margin-top: 0 !important;
}

.txt-hide2 {
  display: none;
  margin-top: 0 !important;
}

button.more {
  width: 90%;
  margin: 20px auto;
  display: block;
  font-weight: bold;
  background-color: #efefef;
  color: #000;
  padding: 15px 0;
  border: 1px solid lightgray;
  outline: 0;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 3rem;
  -erbkit-transition: .5s;
}

button.more::after {
  content: "もっと見る";
  -webkit-transition: .2s;
  transition: .2s;
  -erbkit-transition: .2s;
}

button.more.on-click::after {
  content: "閉じる";
}

button.more2 {
  width: 90%;
  margin: 20px auto;
  display: block;
  font-weight: bold;
  background-color: #efefef;
  color: #000;
  padding: 15px 0;
  border: 1px solid lightgray;
  outline: 0;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 3rem;
  -erbkit-transition: .5s;
}

button.more2::after {
  content: "もっと見る";
  -webkit-transition: .2s;
  transition: .2s;
  -erbkit-transition: .2s;
}

button.more2.on-click::after {
  content: "閉じる";
}

.accordion-container .accordion-title {
  position: relative;
  margin: 0;
  padding: 1em 1em 1em 2em;
  background-color: #414040;
  font-size: 1.25em;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open {
  background-color: #1c8180;
}

.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  /*横線*/
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.accordion-container .accordion-title.open::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
  opacity: 0;
}

.accordion-container .accordion-title.color2:hover,
.accordion-container .accordion-title.color2:active,
.accordion-title.color2.open {
  background-color: #9b1b1f;
}

.accordion-container .accordion-title.color3:hover,
.accordion-container .accordion-title.color3:active,
.accordion-title3.open {
  background-color: #2a4bbc;
}

.accordion-content {
  display: none;
}

.accordion-content__inner__img {
  width: 80%;
  margin: 0 auto;
  margin-top: 5rem;
}

.accordion-content__inner__img img {
  width: 100%;
}

.accordion-content__inner__img2 {
  width: 80%;
  margin: 0 auto;
  margin-top: 8rem;
  margin-bottom: 4rem;
}

.accordion-content__inner__img2 img {
  width: 100%;
}

/* CSS for CodePen */
.accordion-container {
  width: 90%;
  margin: 0 auto;
  margin-top: 5rem;
  max-width: 500px;
}

.main-wrapper .kv {
  background: url(../img/kv-bg.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 10rem;
}

@media screen and (max-width: 830px) {
  .main-wrapper .kv {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.main-wrapper .kv__inner__mv {
  margin: 0 auto;
  max-width: 665px;
}

@media screen and (max-width: 830px) {
  .main-wrapper .kv__inner__mv {
    max-width: inherit;
  }
}

.main-wrapper .kv__inner__mv img {
  width: 100%;
}

.main-wrapper .about {
  padding-top: 7rem;
  padding-bottom: 14rem;
  background-color: #282626;
  background: url(../img/about-bg.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 830px) {
  .main-wrapper .about {
    padding-bottom: 4rem;
    padding-top: 2rem;
  }
}

.main-wrapper .about__inner .tab-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 900;
  max-width: 1250px;
  margin: 0 auto;
  margin-top: 8rem;
}

@media screen and (max-width: 830px) {
  .main-wrapper .about__inner .tab-area {
    max-width: 65%;
  }
}

.main-wrapper .about__inner .tab-area .tab {
  width: 37rem;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-bottom: 2px solid #939393;
  padding: 1.8rem 0;
  background-color: #414040;
}

@media screen and (max-width: 830px) {
  .main-wrapper .about__inner .tab-area .tab {
    width: 9rem;
  }
}

.main-wrapper .about__inner .tab-area .tab.active {
  color: #fff;
  border: none;
  border-bottom: 2px solid #939393;
  background-color: #1c9292;
}

.main-wrapper .about__inner .tab-area .tab2 {
  width: 37rem;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-bottom: 2px solid #939393;
  padding: 1.8rem 0;
  background-color: #414040;
}

@media screen and (max-width: 830px) {
  .main-wrapper .about__inner .tab-area .tab2 {
    width: 9rem;
  }
}

.main-wrapper .about__inner .tab-area .tab2.active {
  color: #fff;
  border: none;
  border-bottom: 2px solid #939393;
  background-color: #9b1b1f;
}

.main-wrapper .about__inner .tab-area .tab3 {
  width: 37rem;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-bottom: 2px solid #939393;
  padding: 1.8rem 0;
  background-color: #414040;
}

@media screen and (max-width: 830px) {
  .main-wrapper .about__inner .tab-area .tab3 {
    width: 9rem;
  }
}

.main-wrapper .about__inner .tab-area .tab3.active {
  color: #fff;
  border: none;
  border-bottom: 2px solid #939393;
  background-color: #2a4bbc;
}

.main-wrapper .about__inner .content-area {
  text-align: center;
}

.main-wrapper .about__inner .content-area .content {
  display: none;
}

.main-wrapper .about__inner .content-area .content .about-bord__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
}

.main-wrapper .about__inner .content-area .content .about-bord__inner__img {
  max-width: 400px;
  margin: 5rem;
  margin-top: 6rem;
}

@media screen and (max-width: 830px) {
  .main-wrapper .about__inner .content-area .content .about-bord__inner__img {
    width: 60%;
  }
}

.main-wrapper .about__inner .content-area .content.show {
  margin-top: 50px;
  display: block;
}

.main-wrapper .about__inner .content-area .content2 {
  display: none;
}

.main-wrapper .about__inner .content-area .content2 .about-bord__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
}

.main-wrapper .about__inner .content-area .content2 .about-bord__inner__img {
  max-width: 400px;
  margin: 5rem;
  margin-top: 6rem;
}

@media screen and (max-width: 830px) {
  .main-wrapper .about__inner .content-area .content2 .about-bord__inner__img {
    width: 60%;
  }
}

.main-wrapper .about__inner .content-area .content2.show {
  margin-top: 50px;
  display: block;
}

.main-wrapper .about__inner .content-area .content3 {
  display: none;
}

.main-wrapper .about__inner .content-area .content3 .about-bord__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
}

.main-wrapper .about__inner .content-area .content3 .about-bord__inner__img {
  max-width: 400px;
  margin: 5rem;
  margin-top: 6rem;
}

@media screen and (max-width: 830px) {
  .main-wrapper .about__inner .content-area .content3 .about-bord__inner__img {
    width: 60%;
  }
}

.main-wrapper .about__inner .content-area .content3.show {
  margin-top: 50px;
  display: block;
}

.main-wrapper .weight {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background: url(../img/weight-bg.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 830px) {
  .main-wrapper .weight {
    padding-bottom: 5rem;
    padding-top: 2rem;
    background: url(../img/weight-bg_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.main-wrapper .weight__inner {
  text-align: center;
  max-width: 1500px;
}

.main-wrapper .weight__inner__img {
  max-width: 667px;
  margin: 0 auto;
  margin-top: 7rem;
}

@media screen and (max-width: 830px) {
  .main-wrapper .weight__inner__img {
    width: 60%;
    margin-top: 3.5rem;
  }
}

.main-wrapper .weight__inner .weight-spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 6rem;
  margin-right: 10rem;
}

@media screen and (max-width: 830px) {
  .main-wrapper .weight__inner .weight-spec {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    margin-top: 4rem;
    margin-right: none;
  }
}

.main-wrapper .weight__inner .weight-spec .weight-spec__copy {
  padding-right: 2rem;
}

@media screen and (max-width: 830px) {
  .main-wrapper .weight__inner .weight-spec .weight-spec__copy {
    padding-right: 0;
  }
}

.main-wrapper .weight__inner .weight-spec .weight-spec__copy .weight-spec__copy__dttl {
  font-size: 5rem;
  font-weight: 900;
  color: #ffffff;
  padding-top: 3rem;
  text-align: center;
}

@media screen and (max-width: 830px) {
  .main-wrapper .weight__inner .weight-spec .weight-spec__copy .weight-spec__copy__dttl {
    font-size: 2.4rem;
    font-weight: 900;
    padding-top: 0;
  }
}

.main-wrapper .weight__inner .weight-spec .weight-spec__copy .weight-spec__copy__ttl {
  margin-top: 8rem;
  font-size: 2rem;
  font-weight: 900;
  line-height: 4.8rem;
  text-align: center;
  width: 520px;
  color: #ffffff;
}

@media screen and (max-width: 830px) {
  .main-wrapper .weight__inner .weight-spec .weight-spec__copy .weight-spec__copy__ttl {
    width: 90%;
    margin: 0 auto;
    margin-top: 4rem;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}

.main-wrapper .weight__inner .weight-spec .weight-spec__copy .weight-spec__copy__txt {
  width: 465px;
  margin: 0 auto;
  margin-top: 7rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 830px) {
  .main-wrapper .weight__inner .weight-spec .weight-spec__copy .weight-spec__copy__txt {
    width: 90%;
    padding-top: 5rem;
    margin: 0 auto;
    max-width: 400px;
  }
}

.main-wrapper .weight__inner .weight-spec .weight-spec__copy .weight-spec__copy__txt img {
  width: 100%;
}

.main-wrapper .weight__inner .weight-spec .weight-spec__img {
  max-width: 500px;
}

@media screen and (max-width: 830px) {
  .main-wrapper .weight__inner .weight-spec .weight-spec__img {
    max-width: 400px;
    width: 70%;
    margin: 0 auto;
    margin-top: 5rem;
  }
}

.main-wrapper .weight__inner .weight-spec .weight-spec__img img {
  width: 100%;
}

.main-wrapper .faq {
  background-color: #000000;
  padding-bottom: 8rem;
  padding-top: 3rem;
}

.main-wrapper .faq__inner .cmn-copy-w {
  margin-bottom: 4rem;
}

.main-wrapper .faq__inner .faq-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto;
}

.main-wrapper .faq__inner .faq-box__cont {
  background-color: #272727;
  width: 560px;
  padding: 3rem;
  margin: 1rem;
  margin-top: 3rem;
}

.main-wrapper .faq__inner .faq-box__cont__ttl {
  font-size: 2.2rem;
  color: #fff000;
}

.main-wrapper .faq__inner .faq-box__cont__txt {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  color: #fff;
}

.main-wrapper .faq__inner .faq-slider {
  margin-top: 5rem;
}

.main-wrapper .faq__inner .faq-slider .faq-slider-box {
  width: 90%;
  margin: 0 auto;
  max-width: 500px;
}

.main-wrapper .faq__inner .faq-slider .faq-slider-box__item {
  background-color: #272727;
  padding: 1rem 2rem 5rem 2rem;
}

.main-wrapper .faq__inner .faq-slider .faq-slider-box__item__ttl {
  font-size: 1.4rem;
  font-weight: 900;
  margin-top: 2rem;
  color: #fff000;
}

.main-wrapper .faq__inner .faq-slider .faq-slider-box__item__txt {
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 2rem;
  color: #fff;
}

.main-wrapper .spec {
  padding-top: 3rem;
}

.main-wrapper .spec .spec-bord__inner .spec-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1340px;
  margin: 0 auto;
  margin-top: 7rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.main-wrapper .spec .spec-bord__inner .spec-popup__item {
  max-width: 308px;
  margin: 0 2rem;
}

.main-wrapper .spec .spec-bord__inner .spec-popup__item img {
  width: 100%;
}

.main-wrapper .spec .spec-bord__inner .spec-slider .spec-slider-box {
  margin: 0 auto;
  margin-top: 5rem;
  max-width: 400px;
}

.main-wrapper .spec .spec-bord__inner .spec-slider .spec-slider-box__item-inner {
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-wrapper .spec .spec-bord__inner .spec-slider .spec-slider-box__item-inner img {
  width: 90%;
}

.main-wrapper .accessory {
  padding-top: 4rem;
}

@media screen and (max-width: 830px) {
  .main-wrapper .accessory {
    padding-top: 0;
  }
}

.main-wrapper .accessory__inner .caution {
  max-width: 1220px;
  margin: 0 auto;
  margin-top: 8rem;
  font-size: 1.4rem;
  padding: 0 2rem;
  line-height: 2;
}

@media screen and (max-width: 830px) {
  .main-wrapper .accessory__inner .caution {
    width: 95%;
    margin: 0 auto;
    margin-top: 5rem;
    line-height: 2.8rem;
    font-size: 1.3rem;
  }
}

.main-wrapper .accessory__inner .accessory-item2 {
  padding-bottom: 10rem;
  background-color: #fff;
}

@media screen and (max-width: 830px) {
  .main-wrapper .accessory__inner .accessory-item2 {
    padding-bottom: 5rem;
    padding-top: 3rem;
  }
}

.main-wrapper .accessory__inner .accessory-item2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  margin-top: 8rem;
  border: 2px solid #dfdfdf;
  position: relative;
  padding: 2rem 0 2rem 4rem;
}

@media screen and (max-width: 830px) {
  .main-wrapper .accessory__inner .accessory-item2__inner {
    padding: 1.5rem 0 1.5rem 1rem;
    margin: 0 1rem;
  }
}

.main-wrapper .accessory__inner .accessory-item2__inner__img {
  max-width: 164px;
  margin-right: 5rem;
}

@media screen and (max-width: 830px) {
  .main-wrapper .accessory__inner .accessory-item2__inner__img {
    max-width: 60%;
    min-width: 100px;
    margin-right: 6%;
  }
}

.main-wrapper .accessory__inner .accessory-item2__inner__img img {
  width: 100%;
}

.main-wrapper .accessory__inner .accessory-item2__inner__copy {
  text-align: left;
  padding: 0;
  max-width: 650px;
}

@media screen and (max-width: 830px) {
  .main-wrapper .accessory__inner .accessory-item2__inner__copy {
    padding: 0;
  }
}

.main-wrapper .accessory__inner .accessory-item2__inner__copy__name {
  font-size: 1.6rem;
  font-weight: 900;
}

@media screen and (max-width: 830px) {
  .main-wrapper .accessory__inner .accessory-item2__inner__copy__name {
    font-size: 1.4rem;
  }
}

.main-wrapper .accessory__inner .accessory-item2__inner__copy__price {
  margin-top: 2rem;
  font-size: 1.6rem;
  color: #cc0000;
}

@media screen and (max-width: 830px) {
  .main-wrapper .accessory__inner .accessory-item2__inner__copy__price {
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}

.main-wrapper .accessory__inner .accessory-item2__inner__copy__txt {
  font-size: 1.4rem;
  margin-top: 2rem;
  line-height: 2.8rem;
}

@media screen and (max-width: 830px) {
  .main-wrapper .accessory__inner .accessory-item2__inner__copy__txt {
    font-size: 1rem;
    padding-right: 1rem;
    line-height: 1.8rem;
  }
}

.main-wrapper .accessory__inner .accessory-item2__inner .buy-btn {
  text-align: center;
  position: absolute;
  top: 2rem;
  right: 2rem;
}

@media screen and (max-width: 830px) {
  .main-wrapper .accessory__inner .accessory-item2__inner .buy-btn {
    position: inherit;
    margin-top: 1.5rem;
  }
}

.main-wrapper .accessory__inner .accessory-item2__inner .buy-btn__txt {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: 'Noto Sans JP',sans-serif;
  text-align: center;
  color: #fff;
  padding: 1rem;
  background-color: #cc0000;
  width: 20rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 830px) {
  .main-wrapper .accessory__inner .accessory-item2__inner .buy-btn__txt {
    width: 60%;
    font-size: 1rem;
  }
}

.main-wrapper .accessory__inner .accessory-item2__inner .buy-btn .buy-btn__txt:hover {
  background-color: #ff5858;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* 画面外にいる状態 */
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* --------------------------

	COMMON PARTS 
	
-------------------------------	*/
#footer {
  color: #9a9a9a;
  background-color: #000;
  padding: 10px 0 15px;
}

#footer a {
  color: #9a9a9a;
}

.pankuzu ul {
  margin: 0;
  line-height: 1;
}

.copyright {
  margin-top: 24px;
  padding: 0;
}

@media screen and (max-width: 640px) {
  .pankuzu {
    display: inline-block;
    margin-bottom: 1.5rem;
  }
  .copyright {
    margin: 0;
  }
}

@media screen and (orientation: landscape) and (max-width: 900px) {
  .snsList {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 29px;
  }
  .snsList_icon {
    margin: 0 11px;
  }
  .snsList_icon:not(:first-child) {
    margin-top: 0;
  }
}
/*# sourceMappingURL=screen.css.map */