@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

body #l_document .main_contents {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #120401;
}

/*mainvisual*/
#mainvisual {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1905 / 965;
}

.main_bg {
  background: url(../images/main_bg.jpg) no-repeat top center;
  background-size: cover;
}

/*product_detail*/
.product_detail {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/*ourthoughts*/
.ourthoughts {
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}

.ourthoughts .product_detail_innr {
  position: relative;
  margin: 0 auto;
  padding-top: 215px;
  width: 100%;
}

.ourthoughts .ourthroughts_ttl {
  margin: 0 auto;
  padding-bottom: 50px;
  width: 268px;
  height: auto;
}

.ourthoughts .ourthroughts_lead_ttl {
  margin: 0 auto;
  padding-bottom: 66px;
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.ourthoughts .ourthroughts_txt {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.09em;
  line-height: 2.25;
  font-weight: 500;
}

.ourthroughts_img {
  max-width: 1226px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:820px) {
  #mainvisual {
    margin-top: 50px;
    aspect-ratio: 164 / 105;
  }
}

@media screen and (max-width:750px) {
  #mainvisual {
    margin-top: 50px;
    aspect-ratio: 5 / 7;
  }
  .ourthoughts .ourthroughts_txt {
    font-size: 3.067vw;
    line-height: 2.17;
    letter-spacing: -0.01em
  }
}

@media screen and (max-width:820px) {
  .ourthroughts_img {
    margin-top: 50px;
  }
}


@media screen and (max-width:820px) {

  .ourthoughts .product_detail_innr {
    padding: 18.666vw 0 0;
    width: 86.666vw;
  }

  .ourthoughts .ourthroughts_ttl {
    padding-bottom: 2.8vw;
    width: max(180px,24vw);
  }

  .ourthoughts .ourthroughts_txt {
    font-size: 2.1vw;
    line-height: 2.06;
    letter-spacing: 0.09em;
  }

  .ourthoughts .ourthroughts_lead_ttl {
    padding-bottom: 8vw;
    font-size: 4.666vw;
    line-height: 1.7;
  }
}

@media screen and (max-width:750px) {
  .ourthoughts .ourthroughts_ttl {
    padding-bottom: 6.666vw;
    width: max(170px,23vw);
  }
  .ourthoughts .ourthroughts_txt {
    font-size: 3.066vw;
    line-height: 1.956;
    letter-spacing: -0.01em;
  }
}

/*prod_size*/
.prod_size {
  position: relative;
  background-color: #fff;
}

.prod_size .prod_size_kv {
  position: relative;
  width: 100%;
  height: 750px;
  overflow: hidden;
  z-index: 1;
}

.prod_size .prod_size_slide {
  position: absolute;
  width: 1500px;
  height: 750px;
  list-style-type: none;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.prod_size .prod_size_slide>li {
  opacity: 0;
  position: absolute;
  /*transition: opacity 0s ease-in-out;*/
}

.prod_size .prod_size_slide>li.showSlide {
  opacity: 1;
}

.prod_size .prod_size_slide>li>img {
  height: 100% !important;
  width: auto !important;
  max-width: initial !important;
}

.prod_size .prod_size_txtbox {
  position: absolute;
  top: 185px;
  left: 50%;
  margin-left: 140px;
  text-align: left;
  color: #4c4948;
}

.prod_size .prod_size_ttl {
  /*padding-bottom: 50px;*/
  padding-bottom: 35px;
  width: 328px;
  height: auto;
}

.prod_size .prod_size_txt {
  font-size: 17px;
  line-height: 2.5;
}

.prod_size .prod_list {
  margin: 0 auto;
  padding-top: 110px;
  padding-bottom: 140px;
  width: 95%;
  max-width: 1005px;
  height: auto;
}

.prod_size .prod_list p {
  font-size: 15px;
  padding-top: 30px;
}

@media screen and (max-width:768px) {
  .prod_size .prod_size_kv {
    height: 136vw;
  }

  .prod_size .prod_size_slide {
    width: 100vw;
    height: 136vw;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .prod_size .prod_size_slide>li>img {
    width: 100vw !important;
    height: auto !important;
  }

  .prod_size .prod_size_txtbox {
    width: 66.666vw;
    top: auto;
    bottom: 12vw;
    margin-left: 0;
    transform: translate(-50%, 0);
  }

  .prod_size .prod_size_ttl {
    /*padding-bottom: 5.3vw;*/
    padding-bottom: 6.7vw;
    width: 52vw;
  }

  .prod_size .prod_size_txt {
    font-size: 1.3rem;
    line-height: 1.7;
  }

  .prod_size .prod_list {
    padding-top: 14vw;
    padding-bottom: 17vw;
    width: 88vw;
  }

  .prod_size .prod_list p {
    text-align: right;
    font-size: 11px;
  }
}



.only_PC {
  display: block !important;
}

.only_sp {
  display: none !important;
}

.sc-custm-btn {
  padding: 1em;
  color: #FFFFFF;
  border: 1px solid #ffffff;
  border-radius: 5px;
  max-width: 300px;
  display: block;
  text-align: center;
  width: 27%;
  font-size: 12px;
  text-decoration: none!important;
}

@media screen and (max-width: 768px) {
  .sc-custm-btn {
    width: 100%;
  }
}

.sc-custm-btn:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 950px) {
  #footFloat .footFloat_btnarea {
    padding: 8px 0;
  }
}

@media screen and (max-width: 768px) {
  .only_PC {
    display: none !important
  }

  .only_sp {
    display: block !important;
  }
}




/*受賞ロゴ追加*/
#award_section {
  background: #fff;
  padding-bottom: 15px;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  text-align: center;
  font-size: 1.6rem;
  color: #ffff;
  letter-spacing: .12em;
}

#award_section .award_text img {
  width: 120px;
  padding: 30px 0;
}

#award_section img.award {
  height: 150px;
  width: auto;
  padding: 0 0 30px 0;
}

@media screen and (max-width: 768px) {
  #award_section img.award {
    height: 90%;
    height: auto;
    padding: 0 0 30px 0;
  }

  #award_section .award_text img {
    width: 100px;
  }

  #spec .spec_vgp img {
    margin: 0 auto;
  }
}


#spec .spec_vgp {
  margin-bottom: 60px;
  /*padding-right: 320px;*/
}

#spec .spec_vgp img {
  height: 90px;
  margin-bottom: 10px;
  display: block;
}

@media screen and (max-width: 1000px) {

  /*ここを追調整20190517*/
  #spec .spec_vgp {
    padding-right: 10%;
  }
}

@media screen and (max-width: 768px) {
  #spec .spec_vgp {
    margin: 30px auto 20px;
    font-size: 1rem;
    position: relative;
    padding-right: 0;
  }

  .tablet #spec .spec_vgp {
    margin-top: 0;
  }

  #spec .spec_vgp img {
    height: 76px;
  }
}

.video-wrapp iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.video-wrapp {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video-wrapp02 {
  display: none;
}

@media screen and (max-width: 768px) {
  .video-wrapp {
    display: none;
  }

  .video-wrapp02 {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  .video-wrapp02 iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

#document {
  padding-top: 0px;
}

/* マニュアル */
.app_title_strong {
  text-align: left !important;
  font-size: 14px;
  font-weight: 700 !important;
}

.app_title {
  text-align: left !important;
  font-size: 14px;
  font-weight: normal !important;
}

.app-box {
  margin: 0 auto 60px 0;
}

#manual .manual_buy {
  padding-left: 5%;
  width: 32%;
}

.btn2set {
  justify-content: space-between;
}

.btn2set>div {
  /* width: 48%; */
  width: 100%;
  margin-right: 0px;
}

@media screen and (max-width: 768px) {
  .app_title_strong {
    font-size: 1rem;
  }

  .app_title {
    font-size: 1rem;
  }

  #manual .manual_buy {
    width: 100%;
    padding-left: 0;
  }
}

.rounded_text {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #3E3E3E;
}

.white_text {
  color: white !important;
}

.main_contents {
  font-family: "Noto Sans JP", sans-serif;
}

.buy_modal_title img {
  height: 22px;
  width: auto;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .buy_modal_title img {
    height: 14px;
    top: 3px;
  }
}

#footFloat .footFloat_title .name img {
  width: 100%;
  max-width: 217px;
}

.spec_data_title .name {
  width: 368px;
}

@media screen and (max-width: 950px) {
  .spec_data_title .name img {
    height: 16px;
    width: auto;
  }

  .spec_data_title .name {
    width: auto;
  }
}

/* ANCテキスト調整ここから */
@media screen and (max-width: 768px) {
  div.toggle {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media screen and (max-width: 400px) {

  .anc_txt_p {
    padding: 5px 2px 5px 2px !important;
  }
}

.tw9100__sec01 {
  padding-top: 145px;
}

.tw9100__sec01_ttl {
  max-width: 629px;
  margin: 0 auto;
}

.tw9100__sec01_slider {
  max-width: 1268px;
  margin: 145px auto 0;
  position: relative;
}

.tw9100__sec01_slide {
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: stretch;
}

.tw9100__sec01_slide--image {
  position: relative;
  width: 57.4%;
  aspect-ratio: 728 / 611;
}

.tw9100__sec01_slide--image img {
  position: absolute;
  top: 0;
  left: 0;
}

.tw9100__sec01_slide--detail {
  width: 42.6%;
  background-color: #000000;
  padding: 100px 40px 66px;
  border-radius: 8px;
}

.tw9100__sec01_slide--title {
  font-size: 35px;
  line-height: 1.428;
  letter-spacing: 0.09em;
  font-family: "Noto Serif JP", serif;
}

.tw9100__sec01_slide--text {
  margin-top: 50px;
  font-size: 19px;
  line-height: 1.842;
  letter-spacing: 0.04em;
  text-align: justify;
}

.tw9100__sec01_slide.slide03 .tw9100__sec01_slide--text {
  margin-top: 20px;
}

.tw9100__sec01_slide--comment {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: justify;
}

.tw9100__sec01_mic {
  max-width: 1226px;
  margin: 100px auto 0;
}

.tw9100__sec01_slide.slide03 {
  justify-content: space-between;
  align-items: flex-start;
}

.tw9100__sec01_slide.slide03 .tw9100__sec01_slide--title {
  letter-spacing: 0.02em;
}

.tw9100__sec01_slide.slide03 .tw9100__sec01_slide--title span {
  letter-spacing: -0.1em;
}

.tw9100__sec01_slide.slide03 .tw9100__sec01_slide--comment {
  margin-top: 1em;
}

.slide03 .tw9100__sec01_slide--image {
  width: 49.68%;
  aspect-ratio: 630 / 609;
}

.bx-wrapper .bx-controls-direction a {
  text-indent: -100%;
  overflow: hidden;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 48.5%;
}

.bx-wrapper .bx-prev {
  left: calc(57.4% - 25px);
  background: url(../images/btn_prev.png) no-repeat center / 100%;
 }
 .bx-wrapper .bx-next {
  right: -25px;
  background: url(../images/btn_next.png) no-repeat center / 100%;
 }

 .tw9100__sec02 {
  padding-top: 100px;
  max-width: 1226px;
  margin: 0 auto;
 }

 .tw9100__sec02_wrap {
  display: flex;
  justify-content: space-between;
 }

 .tw9100__sec02_item {
  width: 46.85%;
  position: relative;
  overflow: hidden;
  color: #fff;
 }

 .tw9100__sec02_item--bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.6));
 }

 .tw9100__sec02_item video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
 }

 .tw9100__sec02_item--body {
  position: relative;
  z-index: 2;
  padding: 35px 50px 20px;
 }

 .tw9100__sec02_title {
  margin-top: 30px;
  font-size: 35px;
  line-height: 1.4286;
  letter-spacing: 0.02em;
  font-family: "Noto Serif JP", serif;
 }

 .tw9100__sec02_text {
  font-size: 19px;
  line-height: 1.84;
  letter-spacing: 0.06em;
  margin-top: 27px;
  text-align: justify;
 }

 .tw9100__sec02_comment {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
 }

 .tw9100__sec03 {
  padding-top: 40px;
  max-width: 1226px;
  margin: 0 auto;
 }

 .tw9100__sec03_img picture img {
  border-radius: 8px 8px 0 0;
 }

 .tw9100__sec03_content {
  background: url(../images/sec03_bg.jpg)no-repeat top center / cover;
  color: #fff;
  padding-top: 55px;
  padding-bottom: 60px;
  padding-left: 7.5vw;
  padding-right: 7.5vw;
  border-radius: 0 0 8px 8px;
 }

 .tw9100__sec03_title {
  font-size: 35px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.18em;
  font-family: "Noto Serif JP", serif;
 }

 .tw9100__sec03_text {
  margin-top: 40px;
  font-size: 19px;
  line-height: 1.842;
  letter-spacing: 0.09em;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
 }

 .tw9100__sec04 {
  margin-top: 40px;
  max-width: 1226px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-left: 68px;
  padding-bottom: 140px;
  background: url(../images/sec04_bg_pc.jpg)no-repeat top center / cover;
  color: #fff;
  border-radius: 8px;
 }

 .tw9100__sec04_content {
  max-width: 680px;
 }

 .tw9100__sec04_lead {
  margin-top: 30px;
  font-size: 19px;
  line-height: 1.842;
  letter-spacing: 0.05em;
  text-align: justify;
  text-shadow: 1px 1px 10px #000;
  max-width: 600px;
 }

 .tw9100__sec04_comment {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-shadow: 1px 1px 10px #000;
 }

 .tw9100__sec04_title {
  font-size: 35px;
  line-height: 2;
  letter-spacing: 0.09em;
  font-family: "Noto Serif JP", serif;
  text-shadow: 1px 1px 10px #000;
 }

 .tw9100__sec04_img {
  display: none;
 }

 .tw9100__other {
  padding-top: 110px;
  color: #fff;
  max-width: 1226px;
  margin-left: auto;
  margin-right: auto;
  background: url(../images/Other.png) no-repeat center 55% / 100%;
}
.tw9100__other_title {
  font-size: 35px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

.tw9100__other_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 12%;
  max-width: 876px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 95px;
  width: 100%;
}
.tw9100__other_item {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.tw9100__other_item--title {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
}
.tw9100__other_item--text {
  font-size: 16px;
  line-height: 1.65;
  text-align: justify;
  word-break: break-all;
}
.tw9100__other_item--text.ls-20 {
  letter-spacing: -0.02em;
}
.tw9100__other_icon {
  text-align: center;
}
.tw9100__other_icon img {
  width: 120px;
  max-width: 100%;
}
.tw9100__other_comment {
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 1.65;
  margin-top: 66px;
}
.tw9100__bottom {
  margin-top: 180px;
  max-width: 1226px;
  margin-left: auto;
  margin-right: auto;
}


#floatingbanner {
  position: fixed;
  top: 150px;
  right: 0;
  z-index: 100;
}
@media screen and (max-width:820px) {
  .tw9100__sec01 {
    padding-top: 20.53vw;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .tw9100__sec01_ttl {
    width: min(474px,63.2vw);
  }
  .tw9100__sec01_slider {
    margin-top: 8.666vw;
  }
  .tw9100__sec01_slide--detail {
    padding: 25px 35px 35px;
  }
  .tw9100__sec01_slide--title {
    font-size: 2.683vw;
    letter-spacing: 0;
    text-align: justify;
  }
  .tw9100__sec01_slide--text {
    font-size: 15px;
    margin-top: 25px;
  }
  .tw9100__sec01_slide--comment {
    font-size: 10px;
    margin-top: 10px;
  }
  .tw9100__sec01_slide.slide03 .tw9100__sec01_slide--detail {
    padding-bottom: 65px;
  }
  .tw9100__sec01_slide.slide03 .tw9100__sec01_slide--comment {
    margin-top: 30px;
  }
  .tw9100__sec01_slide {
    padding-right: 5vw;
  }
  .bx-wrapper .bx-controls-direction a {
    width: 3.54vw!important;
    height: 3.54vw!important;
  }
  .tw9100__sec02 {
    padding-top: 40px;
    width: 86.666vw;
   }
   .tw9100__sec02_title {
    margin-top: 0;
    font-size: 2.683vw;
    line-height: 1.367;
   }
  
   .tw9100__sec02_text {
    font-size: 1.829vw;
    line-height: 1.466;
    margin-top: 1.46vw;
   }

   .tw9100__sec03 {
    padding-top: 30px;
    width: 86.666vw;
   }
  
   .tw9100__sec03_content {
    padding-top: 3.9vw;
    padding-bottom: 5.24vw;
    padding-left: 13.2vw;
    padding-right: 13.2vw;
   }
  
   .tw9100__sec03_title {
    font-size: 2.68vw;
    letter-spacing: 0;
   }

   .tw9100__other {
    background: url(../images/Other_sp.png) no-repeat top center / cover;
   }
   
   .tw9100__other_list {
    gap: 11.7vw 6.09vw;
    grid-template-columns: 30.49vw 30.49vw;
    max-width: 67.07vw;
   }
  
   .tw9100__sec03_text {
    margin-top: 2.44vw;
    font-size: 1.83vw;
    line-height: 1.4666;
    letter-spacing: 0.09em;
   }
  .tw9100__other_item--title {
    font-size: 2.683vw;
  }
  .tw9100__other_item--text {
    font-size: 1.829vw;
    max-width: 23.54vw;
  }
  
  .tw9100__sec04 {
    margin-top: 35px;
    padding-top: 80px;
    padding-left: 50px;
    padding-bottom: 170px;
    width: 86.666vw;
    box-sizing: border-box;
   }
  
   .tw9100__sec04_content {
    max-width: 47.56vw;
   }
  
   .tw9100__sec04_lead {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.466;
    max-width: 450px;
   }
  
   .tw9100__sec04_comment {
    margin-top: 20px;
    font-size: 10px;
    max-width: 443px;
   }
  
   .tw9100__sec04_title {
    font-size: 22px;
   }
   .tw9100__other_comment {
    width: 86.666vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.22vw;
   }
   .tw9100__sec02_item--body {
    padding: 35px 20px 20px;
   }
   .tw9100__bottom {
    width: 86.666vw;
   }
   .tw9100__guarantee {
    width: 86.666vw;
   }
   .bx-wrapper .bx-prev {
    left: calc(57.4% - 4.54vw);
   }
   .bx-wrapper .bx-next {
    right: 3.54vw;
   }
   .tw9100__sec02_comment {
    font-size: 1.22vw;
   }
   .tw9100__sec01_slide.slide03 .tw9100__sec01_slide--title span {
    letter-spacing: -0.16em;
  }
}
@media screen and (max-width:750px) {
  .tw9100__sec01 {
    width: 93.0666vw;
  }
  .tw9100__sec01_slider {
    width: 100%;
  }
  .tw9100__sec01_slide {
    flex-direction: column;
    padding-right: 0;
    align-items: center;
  }
  .tw9100__sec01_slide--image {
    width: 100%;
  }
  .tw9100__sec01_slide--detail {
    width: 79.333vw;
    padding: 4.666vw 8vw 8vw;
  }
  .tw9100__sec01_slide--title {
    font-size: 5.333vw;
    letter-spacing: -0.02em;
  }
  .tw9100__sec01_slide--text {
    font-size: 3.2vw;
  }
  .tw9100__sec01_slide--comment {
    font-size: 1.8666vw;
  }
  .tw9100__sec01_slide.slide03 {
    flex-direction: column-reverse;
  }
  .tw9100__sec01_mic {
    width: 80vw;
  }
  .slide03 .tw9100__sec01_slide--image {
    width: 100%;
  }
  .tw9100__sec01_slide.slide03 .tw9100__sec01_slide--detail {
    padding-bottom: 58px;
  }
  .bx-wrapper .bx-controls-direction a {
    top: 75.5%;
    width: 6.666vw!important;
    height: 6.666vw!important;
  }  
  .bx-wrapper .bx-prev {
    left: 3.54vw;
   }
   .bx-wrapper .bx-next {
    right: 3.54vw;
   }
   .tw9100__sec02 {
    padding-top: 8vw;
    width: 80vw;
   }
  
   .tw9100__sec02_wrap {
    flex-direction: column;
    gap: 40px;
   }
  
   .tw9100__sec02_item {
    width: 100%;
   }

   .tw9100__sec02_head {
    width: 90%;
    margin: 0 auto;
   }

   .tw9100__sec02_item--body {
    position: relative;
    z-index: 2;
    padding: 4vw 8vw;
   }
  
   .tw9100__sec02_title {
    margin-top: 0;
    font-size: 5.333vw;
   }
  
   .tw9100__sec02_text {
    font-size: 3.2vw;
    margin-top: 5.333vw;
    line-height: 1.5833;
   }

   .tw9100__sec03 {
    padding-top: 5.333vw;
    width: 80vw;
   }
  
   .tw9100__sec03_content {
    padding-top: 4.666vw;
    padding-bottom: 6.4vw;
    padding-left: 8vw;
    padding-right: 8vw;
    background: url(../images//sec03_bg_sp.png)no-repeat top center / cover;
   }
  
   .tw9100__sec03_title {
    font-size: 5.333vw;
    line-height: 1.25;
    text-align: left;
    letter-spacing: -0.08em;
   }
  
   .tw9100__sec03_text {
    margin-top: 5.333vw;
    font-size: 3.2vw;
    line-height: 1.5833;
   }

   .tw9100__other {
    padding-top: 50px;
    padding-bottom: 60px;
    background: url(../images/Other_sp2.png)no-repeat top center / 100%;
    background-position: 10%;
  }
  .tw9100__other_title {
    font-size: max(4.8vw,18px);
  }
  
  .tw9100__other_title .__text {
    padding-left: 25px;
    padding-right: 25px;
  }
  .tw9100__other_list {
    row-gap: 45px;
    column-gap: 0;
    grid-template-columns: 1fr 1fr;
    width: 93vw;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  
  .tw9100__other_item--title {
    font-size: 4vw;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 15px;
  }

  .tw9100__other_item--text {
    font-size: 2.666vw;
    max-width: 26.733vw;
  }

  .tw9100__other_comment {
    font-size: 2vw;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

 .tw9100__other_icon img {
    width: 70px;
  }

  .tw9100__sec04 {
    margin-top: 6.666vw;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    background: none;
    width: 80vw;
   }

   .tw9100__sec04_img {
    display: block;
    border-radius: 8px 8px 0 0;
   }
  
   .tw9100__sec04_content {
    max-width: 100%;
    background: url(../images/tw9100__sec04_content_bg.jpg) no-repeat top center / cover;
    padding-top: 4.666vw;
    padding-left: 7.2vw;
    padding-right: 7.2vw;
    padding-bottom: 7.2vw;
    border-radius: 0 0 8px 8px;
   }
  
   .tw9100__sec04_lead {
    margin-top: 5.333vw;
    font-size: 3.2vw;
    max-width: 100%;
   }
  
   .tw9100__sec04_comment {
    margin-top: 4.533vw;
    max-width: 443px;
    letter-spacing: 0.12em;
    font-size: 1.8666vw;
   }
  
   .tw9100__sec04_title {
    font-size: 5.333vw;
    line-height: 1.25;
    letter-spacing: 0;
   }

   .tw9100__bottom {
    margin-top: 8.933vw;
    width: 80vw;
  }
  .tw9100__sec01_slide.slide03 .tw9100__sec01_slide--title {
    letter-spacing: -0.04em;
  }
  .tw9100__sec01_slide.slide03 .tw9100__sec01_slide--title span {
    letter-spacing: -0.17em;
  }
  .tw9100__sec02_comment {
    font-size: 1.8666vw;
  }
}
@media screen and (max-width: 768px) {
  #floatingbanner {
    top: initial;
    bottom: 0;
  }
  #l_footer {
    padding-bottom: 25vw;
  }
}
/* ANCテキストここまで */

.driveLineRight {
  animation-name: driveLineRight;
}

.driveLineLeft {
  animation-name: driveLineLeft;
}

.driver {
  animation-name: driver;
}

.highlights {
  display: inline-block;
  overflow: hidden;
  position: absolute;
}

.mic01 {
  width: 8.5386%;
  height: 8.5386%;
  top: 51.6%;
  left: 52%;
  clip-path: polygon(20% 0, 100% 0%, 80% 100%, 0% 100%);
}

.mic02 {
  width: 7.553%;
  height: 8.046%;
  top: 21.3%;
  left: 49.4%;
  clip-path: polygon(0% 12%, 70% 0%, 100% 85%, 38% 96%);
}

.mic03 {
  width: 6.0755%;
  height: 6.0755%;
  top: 63%;
  left: 36.3%;
  clip-path: polygon(10% 20%, 100% 0%, 60% 100%, 0% 100%);
}

.highlights::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 25%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  opacity: 0; /* 初期状態は非表示 */
}

.highlights.wow.animated::after {
  animation: white-swipe 3s ease-in-out forwards;
  animation-delay: 0.2s;
  animation-iteration-count: 2;
  opacity: 1;
}


.mems {
  animation-name: mems;
}

@keyframes white-swipe {
  0% {
    left: -75%;
    opacity: 0;
  }
  50% {
    opacity: 0.8;
    left: 97.5%;
  }
  
  100% {
    left: 125%;
    opacity: 0;
  }
}

@keyframes driveLineRight {
  0% {
    clip-path: inset(0 100% 0 0);
  }

  100% {
    clip-path: inset(0);
  }
}

@keyframes driveLineLeft {
  0% {
    clip-path: inset(0 0 0 100%);
  }

  100% {
    clip-path: inset(0);
  }
}


@keyframes driver {
  0% {
    filter: brightness(0.5);
    transform: scale(1);
  }

  6.25% {
    filter: brightness(1);
    transform: scale(1);
  }

  12.5% {
    filter: brightness(1.3);
    transform: scale(1);
  }

  18.75% {
    filter: brightness(1.75);
    transform: scale(1.008);
  }

  25% {
    filter: brightness(2);
    transform: scale(1.01);
  }

  31.25% {
    filter: brightness(1.75);
    transform: scale(1.008);
  }

  37.5% {
    filter: brightness(1.3);
    transform: scale(1);
  }

  43.75% {
    filter: brightness(1);
    transform: scale(1);
  }

  50% {
    filter: brightness(0.5);
    transform: scale(1);
  }

  56.25% {
    filter: brightness(1.3);
    transform: scale(1);
  }

  62.5% {
    filter: brightness(1.75);
    transform: scale(1.008);
  }

  68.75% {
    filter: brightness(2);
    transform: scale(1.01);
  }

  75% {
    filter: brightness(1.75);
    transform: scale(1.008);
  }

  81.25% {
    filter: brightness(1.3);
    transform: scale(1);
  }

  100% {
    filter: brightness(1);
    transform: scale(1);
  }
}

@keyframes highlights {
  0% {
    filter: brightness(0.5);
    transform: scale(1);
  }

  20% {
    filter: brightness(1);
    transform: scale(1);
  }

  40% {
    filter: brightness(1.3);
    transform: scale(1);
  }

  60% {
    filter: brightness(1.75);
    transform: scale(1.008);
  }

  80% {
    filter: brightness(2);
    transform: scale(1.01);
  }

  100% {
    filter: brightness(1);
    transform: scale(1);
  }
}

@keyframes mems {
  0% {
    filter: brightness(0.5);
    transform: scale(1);
    opacity: 0.4;
  }

  6.25% {
    filter: brightness(1);
    transform: scale(1);
    opacity: 0.6;
  }

  12.5% {
    filter: brightness(1.3);
    transform: scale(1);
    opacity: 0.8;
  }

  18.75% {
    filter: brightness(1.75);
    transform: scale(1.008);
    opacity: 0.8;
  }

  25% {
    filter: brightness(2);
    transform: scale(1.01);
    opacity: 0.8;
  }

  31.25% {
    filter: brightness(1.75);
    transform: scale(1.008);
    opacity: 0.8;
  }

  37.5% {
    filter: brightness(1.3);
    transform: scale(1);
    opacity: 0.8;
  }

  43.75% {
    filter: brightness(1);
    transform: scale(1);
    opacity: 0.6;
  }

  50% {
    filter: brightness(0.5);
    transform: scale(1);
    opacity: 0.4;
  }

  56.25% {
    filter: brightness(1.3);
    transform: scale(1);
    opacity: 0.6;
  }

  62.5% {
    filter: brightness(1.75);
    transform: scale(1.008);
    opacity: 0.8;
  }

  68.75% {
    filter: brightness(2);
    transform: scale(1.01);
    opacity: 0.8;
  }

  75% {
    filter: brightness(1.75);
    transform: scale(1.008);
    opacity: 0.8;
  }

  81.25% {
    filter: brightness(1.3);
    transform: scale(1);
    opacity: 0.6;
  }

  100% {
    filter: brightness(1);
    transform: scale(1);
    opacity: 0;
  }
}

/*prodcolor*/
.prodcolor {
  position: relative;
}

.prodcolor .product_detail_innr {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}

.prodcolor .prodcolor_main {
  padding-top: 110px;
  padding-bottom: 200px;
}

.prodcolor .prodcolor_list {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row-reverse;
  width: 100%;
  height: 470px;
}

.prodcolor .prodcolor_list li {
  position: relative;
  list-style: none;
}

/*prodcolor_txtbox*/
.prodcolor .prodcolor_txtbox {
  position: absolute;
  bottom: 230px;
  left: 0;
  text-align: left;
}

@media screen and (max-width:1100px) {
  .prodcolor .prodcolor_txtbox {
    right: 0;
  }
}

.prodcolor .clrchage_btn_list {
  display: flex;
  align-items: center;
}

.prodcolor .clr_btn_list {
  display: flex;
  align-items: center;
  width: 40px;
  flex-wrap: wrap;
}

.prodcolor .clr_btn_list li {
  position: relative;
  list-style: none;
}

.prodcolor .clr_btn_list li:nth-child(2n) {
  margin-top: 70px;
}

.prodcolor .txt_color {
  display: block;
  margin-bottom: 10px;
  width: 71px;
}

.prodcolor .ico_3d {
  display: block;
  width: 36px;
  position: absolute;
  top: 100px;
}

.prodcolor .clr_btn {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-sizing: border-box;
  transition: 0.3s;
  cursor: pointer;
}

.prodcolor .clr_btn.clr_btn_blue {
  background-color: #08226B;
}

.prodcolor .clr_btn.clr_btn_white {
  background-color: #e6e1dc;
  border: 1px solid #727171;
}

.prodcolor .clr_btn.clr_btn_whitep {
  background-color: #fff;
  border: 1px solid #727171;
}

.prodcolor .clr_btn.clr_btn_black {
  background-color: #000;
  border: 1px solid #727171;
}

.prodcolor .clr_btn.clr_btn_3d {
  background: url(../images/ic_3d.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  bottom: -60px;
}

.prodcolor .clr_btn.clr_btn_mint_green {
  /* background-color: #CCF5CB; */
  background-color: #b5e3d7;
}

.prodcolor .clr_btn.clr_btn_beige {
  background-color: #F2ECD3;
}


.prodcolor .clr_btn:last-child {
  margin-right: 0;
}

.prodcolor .clr_btn.btn_select {
  border: 6px rgba(150, 150, 150, .3) solid;
}

/*clrchage_img_list*/
.prodcolor .clrchage_img_list {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
}

.prodcolor .clrchage_img_list li {
  list-style: none;
  text-align: center;
  width: 100%;
}

.prodcolor .clrchage_img_list .prodcolor_img {
  width: 320px;
  height: auto;
  margin: 0 auto;
}

.prodcolor .clrchage_img_list .prod_white {
  display: none;
}

.prodcolor .clrchage_img_list .prod_black {
  display: none;
}

.prodcolor .clrchage_img_list .prod_pwhite {
  display: none;
}

.prodcolor .clrchage_img_list .prod_black model-viewer {
  width: 100%;
  height: 485px;
}

.prodcolor .prodcolor_txt {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}

@media screen and (max-width:820px) {
  .prodcolor .clrchage_img_list .prodcolor_img {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .prodcolor .prodcolor_main {
    padding-bottom: 0;
  }
  .prodcolor .prodcolor_txtbox {
    margin-left: 0px;
    position: static;
  }
  .prodcolor .clrchage_btn_list {
    justify-content: center;
  }
  .prodcolor .txt_color {
    margin-bottom: 4vw;
    width: 8vw;
    position: relative;
    left: 31.4vw;
  }

  .prodcolor .clr_btn {
    width: 9vw;
    height: 9vw;
  }

  .prodcolor .clrchage_img_list {
    margin: 0 auto;
    height: 59.114vw;
  }

  .prodcolor .clrchage_img_list .prodcolor_img {
    width: 30.49vw;
  }

  .prodcolor .prodcolor_txt {
    margin-top: 4vw;
    font-size: 1.3rem;
    line-height: 1.8;
  }

  .prodcolor .clr_btn.clr_btn_3d {
    position: relative;
    bottom: initial;
    margin-left: 30px;
  }

  .prodcolor .clrchage_img_list .prod_black model-viewer {
    height: 59.114vw;
  }

  .prodcolor .clr_btn_list {
    width: auto;
  }

  .prodcolor .clr_btn_list li:nth-child(n+5) {
    margin-top: 0;
  }

  .prodcolor .clr_btn_list li:nth-child(5) {
    margin-left: 7.333vw;
  }

  .prodcolor .ico_3d {
    top: -5px;
    left: 50.333vw;
  }
}

@media screen and (max-width:820px) {
  .prodcolor {
    height: auto;
    /*136vw;*/
  }
  .prodcolor .clrchage_btn_list {
    justify-content: center;
  }

  .prodcolor .clr_btn_list li:nth-child(2n) {
    margin-top: 0;
    margin-left: 40px;
  }

  .prodcolor .product_detail_innr {
    padding-top: 14.66vw;
    padding-bottom: 0;
    width: 90vw;
  }

  .prodcolor .prodcolor_main {
    padding-top: 0;
    padding-bottom: 0;
  }

  .prodcolor .prodcolor_list {
    display: block;
    height: auto;
  }

  .prodcolor .prodcolor_txtbox {
    margin-left: 0px;
    position: static;
  }

  .prodcolor .clrchage_btn_list {}

  .prodcolor .txt_color {
    margin-bottom: 5px;
    width: 7.073vw;
    position: relative;
    left: 37.4vw;
  }

  .prodcolor .clr_btn {
    width: 4.878vw;
    height: 4.878vw;
  }

  .prodcolor .clrchage_img_list {
    margin: 0 auto;
    height: 59.114vw;
  }

  .prodcolor .clrchage_img_list .prodcolor_img {
    width: 37.333vw;
  }

  .prodcolor .prodcolor_txt {
    margin-top: 4vw;
    font-size: 1.3rem;
    line-height: 1.8;
  }

  .prodcolor .clr_btn.clr_btn_3d {
    position: relative;
    bottom: initial;
    margin-left: 30px;
  }

  .prodcolor .clrchage_img_list .prod_black model-viewer {
    height: 59.114vw;
  }

  .prodcolor .clr_btn_list {
    width: auto;
  }

  .prodcolor .clr_btn_list li:nth-child(n+5) {
    margin-top: 0;
  }

  .prodcolor .clr_btn_list li:nth-child(5) {
    margin-left: 7.333vw;
  }

  .prodcolor .ico_3d {
    top: -25px;
    left: 47.833vw;
  }
}

.tw9100__guarantee {
  padding-bottom: 200px;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  color: #fff;
}

.tw9100__guarantee_head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.tw9100__guarantee_head--icon {
  width: 98px;
}

.tw9100__guarantee_title {
  display: flex;
  flex-direction: column;
}

.tw9100__guarantee_title .sub {
  font-size: 25px;
}

.tw9100__guarantee_title .main {
  font-size: 44px;
}

.tw9100__guarantee_dl {
  border-top: solid 2px #fff;
  display: flex;
  gap: 50px;
  padding-top: 45px;
  padding-bottom: 45px;

}

.tw9100__guarantee_dl:nth-of-type(2) {
  border-top: solid 1px #fff;
}

.tw9100__guarantee_dl dt {
  font-size: 35px;
}

.tw9100__guarantee_dl dd {
  margin-top: 10px;
}

.tw9100__guarantee_dl .large {
  font-size: 25px;
}

.tw9100__guarantee_dl .small {
  font-size: 18px;
}

.tw9100__guarantee_dl.bottom {
  border-bottom: solid 2px #fff;
}

.tw9100__guarantee_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 50px;
  background-color: #5AC3E1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  border-radius: 25px;
  color: #fff;
  font-size: 22px;
  position: relative;
  transition: 0.3s;
}

.tw9100__guarantee_btn:hover {
  opacity: 0.65;
}

.tw9100__guarantee_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%);
  width: 10px;
  height: 16px;
  background: url(../images/tw9100__guarantee_btn.svg)no-repeat center / 100%;
}

.is_tb {
  display: none;
}

@media screen and (max-width:820px) {
  .tw9100__guarantee_title .sub {
    font-size: 2.195vw;
  }
  .tw9100__guarantee_title .main {
    font-size: 3.41vw;
  }
  .tw9100__guarantee_head--icon {
    width: 7.32vw;
  }
  .tw9100__guarantee_dl {
    padding-left: 8.54vw;
    padding-right: 9.146vw;
  }
  .tw9100__guarantee_dl dt {
    font-size: 3.05vw;
  }
  .tw9100__guarantee_dl .large {
    font-size: 2.195vw;
  }
  .tw9100__guarantee_dl .small {
    font-size: 1.829vw;
  }
  .tw9100__guarantee_dl dd {
    margin-top: 5px;
  }
  .tw9100__guarantee_btn {
    width: 25.61vw;
    height: 4.63vw;
    font-size: 2.195vw;
  }
  .is_pc {
    display: none!important;
  }
  .is_tb {
    display: block;
  }
  .tw9100__sec01_slide.slide03 {
    padding-right: 0;
    padding-left: 5vw;
    justify-content: flex-start;
    gap: 20px;
  }
}

@media screen and (max-width:750px) {
  .main_bg {
    background: url(../images/main_bg_sp.jpg) no-repeat top center;
    background-size: cover;
  }
  .tw9100__guarantee {
    padding-bottom: 90px;
    max-width: 80vw;
    padding-top: 90px;
  }
  
  .tw9100__guarantee_head {
    flex-direction: column;
    gap: 0;
    align-items: center;
    margin-bottom: 4vw;
  }
  
  .tw9100__guarantee_head--icon {
    width: 13vw;
    margin-bottom: 5.333vw;
  }

  .tw9100__guarantee_title {
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  
  .tw9100__guarantee_title .sub {
    font-size: 3.33vw;
  }
  
  .tw9100__guarantee_title .main {
    font-size: 5.7666vw;
  }
  
  .tw9100__guarantee_dl {
    border-top: solid 2px #fff;
    display: flex;
    gap: 20px;
    padding-top: 8vw;
    padding-bottom: 8vw;
    flex-direction: column;
    align-items: center;
  }
  
  .tw9100__guarantee_dl dt {
    font-size: 4.666vw;
  }
  
  .tw9100__guarantee_dl dd {
    margin-top: 0;
  }
  
  .tw9100__guarantee_dl .large {
    font-size: 3.333vw;
  }
  
  .tw9100__guarantee_dl .small {
    font-size: 2.4vw;
    display: inline-block;
    margin-top: 10px;
  }
  
  
  .tw9100__guarantee_btn {
    width: 36vw;
    height: 6.666vw;
    margin-top: 6.2666vw;
    font-size: 2.9333vw;
    padding-top: 1px;
  }
  
  .tw9100__guarantee_btn:hover {
    opacity: 0.65;
  }
  
  .tw9100__guarantee_btn::after {
    right: 3.6vw;
    width: 1.333vw;
    height: 2.1333vw;
  }
  .tw9100__sec01_slide.slide03 {
    padding-left: 0;
  }
  .prodcolor .txt_color {
    left: 31.4vw;
  }
  .prodcolor .clrchage_img_list .prodcolor_img {
    width: 37.333vw;
  }
  .prodcolor .clr_btn {
    width: 9vw;
    height: 9vw;
}
.prodcolor .txt_color {
  margin-bottom: 5px;
  width: 8vw;
  position: relative;
  left: 31.4vw;
}
.prodcolor .ico_3d {
  top: -15px;
  left: 50.333vw;
}
.prodcolor .clrchage_img_list {
  margin-bottom: 20px;
}
.tw9100__sec01_slide.slide02 .tw9100__sec01_slide--image img {
  top: 50%;
  transform: translateY(-50%);
}
}
sup {
  font-size: 0.7em;
  vertical-align: super;
}