@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

#wrapper {
  padding-top: 0;
  overflow: hidden;
  border: 0;
  left: 0;
  margin: auto;
  position: relative;
  width: 100%;
}

a {
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.6;
}

.p_re {
  position: relative;
}

video {
  max-width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}

main {
  margin: 0 auto;
  width: 750px;
  max-width: 100%;
  box-shadow: 0 0 10px 0 rgba(189, 189, 189, 0.5);
}
main ul {
  list-style: none;
}
main img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  border: none;
  line-height: 0;
  margin-inline: auto;
  display: block;
  margin-inline: auto;
}

.movie {
  position: relative;
}

#cv_block {
  position: relative;
}
#cv_block .cv_btn {
  position: absolute;
  bottom: 460px;
  left: 6.5%;
  width: 670px;
}


.cnt03_gif {
  position: absolute;
  width: 702px;
  top: 385px;
  left: 50%;
  transform: translateX(-50%);
}

.cnt04_gif {
  position: absolute;
  width: 700px;
  bottom: 125px;
  left: 50%;
  transform: translateX(-50%);
}

.cnt06_gif01 {
  position: absolute;
  width: 653px;
  top: 505px;
  left: 50%;
  transform: translateX(-50%);
}
.cnt06_gif02 {
  position: absolute;
  width: 653px;
  bottom: 342px;
  left: 50%;
  transform: translateX(-50%);
}
.cnt06_gif02_bottom {
  position: absolute;
  width: 661px;
  bottom: 170px;
  left: 50%;
  transform: translateX(-50%);
}

.cnt08_gif {
  position: absolute;
  width: 100%;
  bottom: 90px;
  left: 0;
}

.cnt10_gif {
  position: absolute;
  width: 695px;
  bottom: 890px;
  left: 50%;
  transform: translateX(-50%);
}

#cnt12 {
  background: url(../img/cnt12_bg.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 90px;
}
#slider .slick-list.draggable {
  padding: 30px 0;
  width: 85%;
  margin: 0 auto;
  border: 1px solid #dca840;
  background: #fff;
} 
.slide-arrow {
  position: absolute; /* 位置を絶対指定 */
  top: 50%;         /* 上から50%の位置 */
  transform: translateY(-50%); /* 中央揃えのためにY軸で要素の高さの半分を上に移動 */
  cursor: pointer;
  z-index: 30; /* スライダーコンテンツの上に表示 */
  width: 40px; /* 画像のサイズ */
  height: 40px; /* 画像のサイズ */
}
/* 前の矢印の位置調整 */
.prev-arrow {
  left: 3.5%; /* 左端からの位置 */
}
/* 次の矢印の位置調整 */
.next-arrow {
  right: 3.5%; /* 右端からの位置 */
}

#details .details_img {
  margin-top: 84px;
  padding-bottom: 40px;
}

@-webkit-keyframes anime1 {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}

@keyframes anime1 {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}
/* 商品・品質情報 */
.Note {
  padding: 5px 45px 25px;
  text-align: left;
}

.note__box {
  font-size: 30px;
  line-height: 1.65;
  margin-top: 50px;
}

.component-box+.component-box {
  margin-top: 35px;
}

.component-box dt {
  font-weight: 600;
}

.component-table {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}

.component-table caption {
  text-align: right;
}

.component-table tbody {
  border: 1px solid #ddd;

}

.component-table th,
.component-table td {
  border-top: 1px solid #ddd;
  padding: 6px 15px;
  vertical-align: baseline;
}

.component-table th {
  background-color: #f5f5f5;
  width: 210px;
}

.component-table tr:first-child th {
  border-radius: 8px 0 0 0;
}

.component-table tr:last-child th {
  border-radius: 0 0 0 8px;
}

.underline {
  text-decoration: underline;
}

.Note__textBottom {
  color: #666666;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.6;
}

.Note__textItalic {
  font-style: italic;
}

.Note__textSmall {
  font-size: 75%;
}

@media screen and (max-width: 768px) {
  .Note {
    padding: calc((5/750) * 100vw) calc((45/750) * 100vw) calc((25/750) * 100vw);
  }

  .note__box {
    font-size: calc((30/750) * 100vw);
    margin-top: calc((50/750) * 100vw);
  }

  .component-box+.component-box {
    margin-top: calc((35/750) * 100vw);
  }

  .component-table {
    border-radius: calc((8/750) * 100vw);
  }

  .component-table th,
  .component-table td {
    padding: calc((6/750) * 100vw) calc((15/750) * 100vw);
  }

  .component-table th {
    width: calc((210/750) * 100vw);
  }

  .component-table tr:first-child th {
    border-radius: calc((8/750) * 100vw) 0 0 0;
  }

  .component-table tr:last-child th {
    border-radius: 0 0 0 calc((8/750) * 100vw);
  }
}
/* # =============================================
    # Footer
   # ============================================= */
.Footer {
  padding-top: 40px;
}

.Footer .Footer__navi {
  margin: 0px auto 30px;
  text-align: center;
  width: 100%;
}

.Footer .Footer__naviItem {
  display: inline;
  flex: 0 0 60%;
  line-height: 1;
  margin-bottom: 10px;
  padding: 0px 6px;
  position: relative;
}

.Footer .Footer__naviItem::after {
  background-color: #171717;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 0px;
  top: 5px;
  width: 1px;
}

.Footer .Footer__naviItem:last-child:after {
  display: none;
}

.Footer .Footer__naviLink {
  color: #171717;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.08em;
  padding: 5px 0;
  text-decoration: none;
}

.Footer .Copyright {
  font-size: 12px;
  line-height: 140%;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 100%;
}




@media screen and (max-width: 768px) {
  main {
    margin: 0 auto;
    width: 100vw;
    max-width: 100%;
    box-shadow: 0 0 10px 0 rgba(189, 189, 189, 0.5);
  }
  main ul {
    list-style: none;
  }
  main img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
    border: none;
    line-height: 0;
  }

  video {
    width: 100%;
  }

  #cv_block .cv_btn {
    bottom: 61.33vw;
    left: 6.5%;
    width: 89.33vw;
  }

  .cnt03_gif {
    width: 93.6vw;
    top: 51.33vw;
  }

  .cnt04_gif {
    width: 93.33vw;
    bottom: 16.66vw;
  }

  .cnt06_gif01 {
    width: 87.06vw;
    top: 67.33vw;
  }
  .cnt06_gif02 {
    width: 87.06vw;
    bottom: 45.6vw;
  }
  .cnt06_gif02_bottom {
    width: 88.13vw;
    bottom: 22.66vw;
  }

  .cnt08_gif {
    bottom: 12vw;
  }

  .cnt10_gif {
    width: 92.66vw;
    bottom: 118.66vw;
  }

  #cnt12 {
    padding-bottom: 12vw;
  }
  #slider .slick-list.draggable {
    padding: 4vw 0;
  } 
  .slide-arrow {
    width: 5.33vw; /* 画像のサイズ */
    height: 5.33vw; /* 画像のサイズ */
  }
  
  main #question-block_07 #ac_cnt01 {
    padding-top: calc((16/750) * 100vw);
  }
  #details .details_img {
    margin-top: calc((84/750) * 100vw);
    padding-bottom: calc((40/750) * 100vw);
  }
}

