@charset "UTF-8";
.product-haikei {
  min-height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-image: url(../img/product/back.webp);
}
@media only screen and (max-width: 769px) {
  .product-haikei {
    background-image: url(../img/product/sm/back.webp);
  }
}

.product-detail-waku {
  width: 100%;
  background-size: cover;
  padding: 150px 0px 10px;
}
@media only screen and (max-width: 769px) {
  .product-detail-waku {
    padding: 0;
  }
}
.product-detail-waku .swiper-fande-waku .swiper-slide {
  width: 400px !important;
  height: 469px !important;
}
@media only screen and (max-width: 769px) {
  .product-detail-waku .swiper-fande-waku .swiper-slide {
    width: 100% !important;
    height: auto !important;
  }
}
.product-detail-waku .swiper-fande-waku .swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 8px;
  height: 20px;
  width: 100px;
  top: 95%;
  left: 147px;
}
@media only screen and (max-width: 769px) {
  .product-detail-waku .swiper-fande-waku .swiper-pagination {
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.product-detail-waku .swiper-fande-waku .swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background-color: #181818 !important;
}
.product-detail-waku .swiper-fande-waku .swiper-pagination-bullet:nth-child(2), .product-detail-waku .swiper-fande-waku .swiper-pagination-bullet:nth-child(3), .product-detail-waku .swiper-fande-waku .swiper-pagination-bullet:nth-child(4) {
  display: block !important;
}
.product-detail-waku .swiper-fande-waku .swiper-pagination-bullet {
  background-color: white !important;
  border: 1px solid black !important;
}
.product-detail-waku .swiper-fande-waku .swiper-pagination-bullet-active {
  opacity: 1;
  border-radius: 50% !important;
  background-color: #181818 !important;
}
.product-detail-waku .cp_ipselect {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  background: white;
  margin: 10px auto;
  color: black;
  font-size: 15px;
  border: 1px solid black;
}
@media only screen and (max-width: 769px) {
  .product-detail-waku .cp_ipselect {
    width: 100%;
    border-left: 1px solid;
    border-right: 1px solid black;
    border-top: none;
    border-bottom: none;
    margin: 0px auto;
    font-size: 13px;
    padding: 10px 5px;
    line-height: 20px;
    position: relative;
    z-index: 0;
  }
  .product-detail-waku .cp_ipselect::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 90%;
    height: 1px;
    background-color: black;
  }
}
.product-detail-waku .cp_ipselect > i.toggle {
  position: absolute;
  z-index: 4;
  top: 1.6em;
  right: 1.5em;
  color: black;
}
@media only screen and (max-width: 769px) {
  .product-detail-waku .cp_ipselect > i.toggle {
    top: 26px;
  }
}
.product-detail-waku .cp_ipselect .cp_sl07_arrowup:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  pointer-events: none;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
}
.product-detail-waku .cp_ipselect .cp_sl07_arrowdown:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  pointer-events: none;
  border-top: 6px solid black;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
}
.product-detail-waku .cp_ipselect .cp_sl07_title, .product-detail-waku .cp_ipselect .cp_sl07_selectlabel {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1em 1em;
  cursor: pointer;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  background: white;
}
.product-detail-waku .cp_ipselect > input {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.product-detail-waku .cp_ipselect > input:checked ~ i.toggle.cp_sl07_arrowdown {
  display: none;
}
.product-detail-waku .cp_ipselect > input:checked ~ i.toggle.cp_sl07_arrowup {
  display: block;
}
.product-detail-waku .cp_ipselect > input:checked div.options label.option .cp_sl07_title {
  display: none !important;
}
.product-detail-waku .cp_ipselect > input:not(:checked) {
  z-index: 1;
}
.product-detail-waku .cp_ipselect > input:not(:checked) ~ label.option > span.cp_sl07_title {
  display: none;
}
.product-detail-waku .cp_ipselect > input:not(:checked) ~ i.toggle.cp_sl07_arrowup {
  display: none;
}
.product-detail-waku .cp_ipselect > input:not(:checked) ~ i.toggle.cp_sl07_arrowdown {
  display: block;
}
.product-detail-waku .cp_ipselect > span.cp_sl07_selectlabel {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 100%;
  color: black;
  border-top: 0;
}
.product-detail-waku .cp_ipselect label.option {
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100%;
  transition: all 1s ease-out;
}
.product-detail-waku .cp_ipselect label.option span.cp_sl07_title {
  position: relative;
  z-index: 2;
  transition: 0.3s ease-out;
  display: flex;
  margin-bottom: 0px;
  line-height: 22px;
}
@media only screen and (max-width: 769px) {
  .product-detail-waku .cp_ipselect label.option span.cp_sl07_title {
    line-height: 50px;
  }
}
.product-detail-waku .cp_ipselect label.option span.cp_sl07_title:hover {
  color: black;
  background: white;
}
.product-detail-waku .cp_ipselect label.option input {
  display: none;
}
.product-detail-waku .cp_ipselect label.option input:checked ~ span.cp_sl07_title {
  position: absolute;
  z-index: 0;
  top: 0;
  display: flex;
  width: 100%;
  color: inherit;
  border-top: 0;
  background: white;
  box-shadow: none;
}
.product-detail-waku .accordion {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  position: relative;
  width: 100%;
  width: 100%;
  background: white;
  border: 1px solid gray;
}
.product-detail-waku .accordion .triangle3 {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
}
.product-detail-waku .accordion-title {
  color: black;
  cursor: pointer;
  font-size: 16px;
  padding: 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid;
  width: 100%;
  background: white;
}
.product-detail-waku .accordion-content {
  display: none;
  padding: 0px 20px 10px;
}
.product-detail-waku .accordion-content p {
  font-size: 13px;
  line-height: 1.5;
}
.product-detail-waku .accordion-content-inner {
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
  margin-bottom: 10px;
}
.product-detail-waku .accordion-content-inner .color-img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 20px;
}
.product-detail-waku .accordion-content-inner .color-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.product-detail-waku .accordion-content-inner .color-moji {
  font-size: 16px;
  margin-right: 20px;
}
@media only screen and (max-width: 769px) {
  .product-detail-waku .accordion-content-inner .color-moji {
    font-size: 15px;
    margin-right: 10px;
    line-height: 26px;
  }
}
.product-detail-waku .accordion-content-inner .color-moji2 {
  font-size: 16px;
  margin-right: 20px;
}
@media only screen and (max-width: 769px) {
  .product-detail-waku .accordion-content-inner .color-moji2 {
    font-size: 11px;
    margin-right: 10px;
    line-height: 14px;
  }
}
.product-detail-waku .accordion-content-inner.active {
  font-weight: bold;
}
.product-detail-waku-inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  width: 888px;
  margin: auto;
}
@media only screen and (max-width: 481px) {
  .product-detail-waku-inner {
    width: 100%;
    display: block;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .product-detail-waku-inner {
    width: 100%;
    display: block;
  }
}
.product-detail-waku-inner-left {
  width: 400px;
  height: 513px;
  position: relative;
}
@media only screen and (max-width: 481px) {
  .product-detail-waku-inner-left {
    width: 84%;
    height: auto;
    margin: 20% auto 0px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .product-detail-waku-inner-left {
    width: 100%;
    height: auto;
  }
}
.product-detail-waku-inner-left img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 769px) {
  .product-detail-waku-inner-left img {
    height: 100%;
  }
}
.product-detail-waku-inner-left .img-title {
  font-size: 25px;
  letter-spacing: 4px;
  line-height: 45px;
  color: #5F6969;
  position: absolute;
  top: 97px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}
@media only screen and (max-width: 481px) {
  .product-detail-waku-inner-left .img-title {
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 28px;
    top: 78px;
  }
}
.product-detail-waku-inner-left .kuchikomi {
  font-size: 14px;
  border-bottom: 1px solid;
  text-align: center;
  margin: 21px auto 0px;
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product-detail-waku-inner-left .kuchikomi::after {
  content: "";
  margin: auto;
  position: absolute;
  top: -8px;
  bottom: 0;
  right: 0px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.product-detail-waku-inner-left .kuchikomi-inner {
  margin-left: 10px;
}
.product-detail-waku-inner-right {
  width: 488px;
  height: auto;
  margin-left: 20px;
}
@media only screen and (max-width: 769px) {
  .product-detail-waku-inner-right {
    width: 100%;
    margin: 10% auto 0px;
  }
}
.product-detail-waku-inner-right .product-name {
  font-size: 30px;
  letter-spacing: 4px;
  color: black;
  margin: 0px auto;
  font-weight: 500;
}
@media only screen and (max-width: 769px) {
  .product-detail-waku-inner-right .product-name {
    width: 84%;
    margin: 0px auto;
    font-size: 22px;
  }
}
.product-detail-waku-inner-right .small-title {
  font-size: 12px;
  margin-bottom: 0px;
  margin-top: 20px;
}
@media only screen and (max-width: 769px) {
  .product-detail-waku-inner-right .small-title {
    width: 84%;
    margin: 0px auto;
  }
}
.product-detail-waku-inner-right .seibun {
  font-size: 16px;
  margin: 5px auto;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 769px) {
  .product-detail-waku-inner-right .seibun {
    font-size: 15px;
    margin: 5px 8%;
  }
}
.product-detail-waku-inner-right .seibun::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -19px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.product-detail-waku-inner-right .naiyou {
  font-size: 17px;
  line-height: 22px;
  color: black;
  margin: 0px auto 10px;
}
@media only screen and (max-width: 769px) {
  .product-detail-waku-inner-right .naiyou {
    width: 84%;
    margin: 0px auto;
    font-size: 14px;
  }
}
.product-detail-waku-inner-right .tokucho-waku {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: stretch;
  margin: 0px 0;
}
@media only screen and (max-width: 769px) {
  .product-detail-waku-inner-right .tokucho-waku {
    width: 84%;
    margin: 10px auto 0px;
    flex-wrap: wrap;
  }
}
.product-detail-waku-inner-right .tokucho-waku .tokuch {
  color: white;
  font-size: 16px;
  letter-spacing: 1.4px;
  line-height: 28px;
  background-color: #5F6969;
  margin: 3px 5px 3px 0;
  padding: 0px 17px;
}
.product-detail-waku-inner-right .tokucho-waku .tokuch2 {
  color: white;
  font-size: 12px;
  letter-spacing: 1.4px;
  line-height: 28px;
  background-color: black;
  margin: 3px 5px 3px 0;
  padding: 0px 17px;
}
@media only screen and (max-width: 769px) {
  .product-detail-waku-inner-right .tokucho-waku .tokuch2 {
    font-size: 15px;
    padding: 0px 10px;
  }
}
.product-detail-waku-inner-right .chumon-wrap-1-oowaku {
  position: relative;
  z-index: 0;
}
.product-detail-waku-inner-right .chumon-wrap-1-oowaku .chumon-wrap-1 .swiper-button-next {
  right: -36px !important;
  z-index: 1;
}
.product-detail-waku-inner-right .chumon-wrap-1-oowaku .chumon-wrap-1 .swiper-button-next:after {
  background-image: url(../img/product/fande-mi.png);
  width: 10px;
}
.product-detail-waku-inner-right .chumon-wrap-1-oowaku .chumon-wrap-1 .swiper-button-prev {
  left: -36px !important;
  z-index: 1;
}
.product-detail-waku-inner-right .chumon-wrap-1-oowaku .chumon-wrap-1 .swiper-button-prev:after {
  background-image: url(../img/product/fande-hi.png);
  width: 10px;
}
.product-detail-waku-inner-right .chumon-wrap-1-oowaku .chumon-wrap-1 .swiper-wrapper {
  padding: 0px;
  margin: 0px auto;
}
.product-detail-waku-inner-right .chumon-wrap-1-oowaku .chumon-wrap-1 .swiper-wrapper .swiper-slide {
  width: 236px !important;
  height: 152px !important;
}
.product-detail-waku-inner-right .chumon-wrap-1-oowaku .chumon-wrap-1 .swiper-horizontal > .swiper-scrollbar, .product-detail-waku-inner-right .chumon-wrap-1-oowaku .chumon-wrap-1 .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  /* bottom: -4px; */
  z-index: 1;
  height: 2px;
  width: 80%;
  top: 103%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.product-detail-waku-inner-right .chumon-wrap-1-oowaku .chumon-wrap-1 .swiper-scrollbar {
  background-color: rgba(116, 113, 113, 0.4) !important;
}
.product-detail-waku-inner-right .chumon-waku {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.product-detail-waku-inner-right .chumon-waku-inner {
  width: 240px;
  height: 145px !important;
  background-color: white;
  padding: 10px;
  position: relative;
  margin-right: 10px;
}
.product-detail-waku-inner-right .chumon-waku-inner.active {
  background-color: black;
  color: white;
  opacity: 0.9;
}
.product-detail-waku-inner-right .chumon-waku-inner.active .check {
  background-image: url(../img/product/offer-maru-active.svg) !important;
}
.product-detail-waku-inner-right .chumon-waku-inner.active .inner-flex-box-inner {
  color: black !important;
}
.product-detail-waku-inner-right .chumon-waku-inner.active .font-2::after {
  content: "";
  transform: rotate(7deg);
  width: 100%;
  border-top: 1px solid white !important;
  position: absolute;
  top: 50%;
  left: 0;
}
.product-detail-waku-inner-right .chumon-waku-inner .setumei-inner {
  display: none !important;
}
.product-detail-waku-inner-right .chumon-waku-inner .inner-flex-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0px;
}
.product-detail-waku-inner-right .chumon-waku-inner .inner-flex-title .right-font {
  font-size: 16px;
  margin-left: 10px;
}
.product-detail-waku-inner-right .chumon-waku-inner .inner-flex-title .check {
  width: 20px;
  background-image: url(../img/product/offer-maru.svg);
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}
.product-detail-waku-inner-right .chumon-waku-inner .inner-title-2 {
  font-size: 16px;
  top: 35px;
  left: 40px;
  position: absolute;
}
.product-detail-waku-inner-right .chumon-waku-inner .inner-flex-box {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  top: 67px;
  left: 23px;
}
.product-detail-waku-inner-right .chumon-waku-inner .inner-flex-box-inner {
  background-color: #D0D0D0;
  font-size: 11px;
  text-align: center;
  padding: 5px 10px;
  margin-right: 5px;
  margin-top: 5px;
}
.product-detail-waku-inner-right .chumon-waku-inner .kingaku {
  font-size: 20px;
  position: absolute;
  top: 110px;
  left: 16px;
  display: flex;
  align-items: baseline;
}
.product-detail-waku-inner-right .chumon-waku-inner .kingaku .zeikomi {
  font-size: 11px;
}
.product-detail-waku-inner-right .chumon-waku-inner .kingaku .font-1 {
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0px;
}
.product-detail-waku-inner-right .chumon-waku-inner .kingaku .font-2 {
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0px;
  position: relative;
}
.product-detail-waku-inner-right .chumon-waku-inner .kingaku .font-2::after {
  content: "";
  transform: rotate(7deg);
  width: 100%;
  border-top: 1px solid black;
  position: absolute;
  top: 50%;
  left: 0;
}
.product-detail-waku-inner-right .chumon-waku-inner .kingaku-rignt {
  right: 23px;
  left: unset;
}
.product-detail-waku-inner-right .ko-su-title {
  font-size: 20px;
  letter-spacing: 0px;
  color: #5F6969;
}
@media only screen and (max-width: 481px) {
  .product-detail-waku-inner-right .ko-su-title {
    margin-top: 10%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .product-detail-waku-inner-right .ko-su-title {
    margin-top: 10%;
  }
}
.product-detail-waku-inner-right .teika-waku {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: stretch;
  margin: 10px 0px;
  align-items: baseline;
}
@media only screen and (max-width: 481px) {
  .product-detail-waku-inner-right .teika-waku {
    display: block;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .product-detail-waku-inner-right .teika-waku {
    display: block;
  }
}
.product-detail-waku-inner-right .teika-waku .teika {
  font-size: 16px;
  color: #5F6969;
  position: relative;
  width: 200px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 481px) {
  .product-detail-waku-inner-right .teika-waku .teika {
    font-size: 13px;
    width: 100%;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .product-detail-waku-inner-right .teika-waku .teika {
    font-size: 13px;
    width: 100%;
    letter-spacing: 0;
  }
}
.product-detail-waku-inner-right .teika-waku .teika::after {
  border-bottom: 1px solid #5F6969;
  position: absolute;
  content: "";
  left: 0px;
  top: 12px;
  width: 106px;
}
@media only screen and (max-width: 481px) {
  .product-detail-waku-inner-right .teika-waku .teika::after {
    top: 9px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .product-detail-waku-inner-right .teika-waku .teika::after {
    top: 9px;
  }
}
.product-detail-waku-inner-right .teika-waku .teika .zeinuki {
  font-size: 13px;
  margin-left: 9px;
}
.product-detail-waku-inner-right .teika-waku .tokubetukakaku {
  font-size: 20px;
  color: #5F6969;
  letter-spacing: 1px;
}
@media only screen and (max-width: 481px) {
  .product-detail-waku-inner-right .teika-waku .tokubetukakaku {
    font-size: 18px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .product-detail-waku-inner-right .teika-waku .tokubetukakaku {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.product-detail-waku-inner-right .teika-waku .tokubetukakaku .zeinuki {
  font-size: 13px;
  margin-left: 9px;
}
.product-detail-waku-inner-right .setumei {
  font-size: 14px;
  margin: 10px auto;
}
.product-detail-waku-inner-right .about-teiki {
  font-size: 14px;
  display: inline-block;
  position: relative;
  border-bottom: 1px solid black;
  padding-right: 20px;
}
.product-detail-waku-inner-right .about-teiki::after {
  position: absolute;
  content: "";
  right: 2px;
  top: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #555555;
  border-right: 0;
}
.product-detail-waku-inner-right .tokucho-waku2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: stretch;
  margin: 20px 0;
}
@media only screen and (max-width: 481px) {
  .product-detail-waku-inner-right .tokucho-waku2 {
    display: block;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .product-detail-waku-inner-right .tokucho-waku2 {
    display: block;
  }
}
.product-detail-waku-inner-right .tokucho-waku2 .tokuch {
  color: #5F6969;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 28px;
  background-color: #E1E3EA;
  margin: 3px 5px 3px 0;
  padding: 0px 12px;
}
.product-detail-waku-inner-right .tokucho-waku3 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: stretch;
  margin: 0px 0;
}
.product-detail-waku-inner-right .tokucho-waku3 .tokuch {
  color: #5F6969;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 28px;
  background-color: #E1E3EA;
  margin: 3px 5px 3px 0;
  padding: 0px 37px;
}
.product-detail-waku-inner-right .shouwai {
  font-size: 13px;
  line-height: 20px;
  color: #5F6969;
}
@media only screen and (max-width: 481px) {
  .product-detail-waku-inner-right .shouwai {
    font-size: 12px;
    margin-bottom: 10%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .product-detail-waku-inner-right .shouwai {
    font-size: 12px;
    margin-bottom: 10%;
  }
}
.product-detail-waku-inner-right .sm-button-waku {
  width: 100%;
  border-left: 1px solid black;
  border-right: 1px solid black;
  margin: 0px auto 10px;
  border-bottom: 1px solid black;
  padding-bottom: 10px;
  background: white;
}
.product-detail-waku-inner-right .offer-button, .offer-button .product-detail-waku-inner-right a:link {
  width: 488px;
  height: 90px;
  background-color: white;
  position: relative;
  color: #5F6969;
  font-size: 22px;
  text-align: center;
  display: block;
  line-height: 90px;
  margin: 20px auto;
  border: 1px solid;
  cursor: pointer;
}
@media only screen and (max-width: 769px) {
  .product-detail-waku-inner-right .offer-button, .offer-button .product-detail-waku-inner-right a:link {
    width: 90%;
    height: auto;
    margin: 0px auto;
    font-size: 17px;
    background-color: black;
    color: white;
    line-height: 60px;
  }
}
.product-detail-waku-inner-right .offer-button::after, .offer-button .product-detail-waku-inner-right a:link::after {
  position: absolute;
  content: "";
  width: 60px;
  border-bottom: 1px solid #5F6969;
  top: 45px;
  right: 0;
}
@media only screen and (max-width: 769px) {
  .product-detail-waku-inner-right .offer-button::after, .offer-button .product-detail-waku-inner-right a:link::after {
    border-bottom: 1px solid #ffffff;
    top: 30px;
  }
}
.product-detail-waku-inner-right .offer-button::before, .offer-button .product-detail-waku-inner-right a:link::before {
  background-image: url(../img/product/cart.png);
  width: 25px;
  height: 24px;
  background-size: cover;
  display: block;
  position: absolute;
  top: 33px;
  left: 112px;
  content: "";
}
@media only screen and (max-width: 769px) {
  .product-detail-waku-inner-right .offer-button::before, .offer-button .product-detail-waku-inner-right a:link::before {
    content: "";
    background-image: url(../img/product/sm/cart-white.png);
    width: 20px;
    height: 20px;
    background-size: cover;
    display: block;
    position: absolute;
    top: 20px;
    left: 46px;
  }
}
.product-detail-waku-inner-right .offer-button:hover, .offer-button .product-detail-waku-inner-right a:link:hover {
  opacity: 0.5;
  transition: all 2s;
}
.product-detail-waku-inner-right .offer-button:hover::after, .offer-button .product-detail-waku-inner-right a:link:hover::after {
  width: 0px;
  transition: all 2s;
}
.product-detail-waku-inner-right .right-border {
  border-bottom: 1px solid #5F6969;
  margin: 20px auto;
}
.product-detail-waku-inner-right .kuchikomi {
  font-size: 15px;
  border-bottom: 1px solid;
  text-align: center;
  margin: 14px auto 0px;
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
@media only screen and (max-width: 769px) {
  .product-detail-waku-inner-right .kuchikomi {
    width: 84%;
    font-size: 14px;
    border-bottom: 1px solid;
    text-align: left;
    margin: 10px 8% 10px;
    padding-bottom: 5px;
    display: inline-block;
    position: relative;
    padding-right: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.product-detail-waku-inner-right .kuchikomi::after {
  content: "";
  margin: auto;
  position: absolute;
  top: -8px;
  bottom: 0;
  right: 0px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
@media only screen and (max-width: 769px) {
  .product-detail-waku .ba-white {
    background-color: white;
    margin-top: 20px;
    padding: 5% 5%;
  }
}
@media only screen and (max-width: 769px) {
  .product-detail-waku .sm-only-flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
  }
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 0px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  overflow-x: hidden;
  z-index: 100;
}
@media only screen and (max-width: 769px) {
  .modal-container {
    padding: 30px 0px;
  }
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1000px;
  width: 90%;
  margin-top: 100px;
}
@media only screen and (max-width: 769px) {
  .modal-body {
    width: 90%;
    max-width: 700px;
  }
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -47px;
  right: -10px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
.modal-content {
  background: #fff;
  text-align: left;
  padding: 30px;
  font-size: 16px;
  line-height: 26px;
}
@media only screen and (max-width: 769px) {
  .modal-content {
    font-size: 15px;
    line-height: 25px;
    padding: 5% 5%;
  }
}

.teiki-sm-button {
  width: 84%;
  margin: 20px auto 0px;
  padding: 0% 0px;
}
.teiki-sm-button .tab-area {
  display: flex;
  cursor: pointer; /* カーソルポインターに */
  justify-content: flex-start;
  border-bottom: 1px solid black;
}
.teiki-sm-button .tab {
  width: 33.3%;
  padding: 5px 0px 0px;
  text-align: center;
  background-color: #D0D0D0;
  font-size: 15px;
  margin-bottom: 0px;
  border-left: 1px solid white;
}
@media only screen and (max-width: 769px) {
  .teiki-sm-button .tab {
    font-size: 12px;
  }
}
.teiki-sm-button .panel-area {
  border-left: 1px solid black;
  border-right: 1px solid black;
  margin-top: 0px;
  background: white;
}
.teiki-sm-button .panel-area .inner-flex-box {
  display: flex;
  justify-content: flex-start;
  top: 84px;
  left: 10px;
}
.teiki-sm-button .panel-area .inner-flex-box-inner {
  background-color: black;
  font-size: 14px;
  text-align: center;
  padding: 5px 7px;
  margin-right: 5px;
  margin-top: 5px;
  color: white;
}
.teiki-sm-button .panel-area .inner-title-2 {
  font-size: 14px;
  margin: 10px auto;
  text-align: left;
}
.teiki-sm-button .panel-area .inner-title-2-fande {
  font-size: 14px;
  margin: 10px auto;
  text-align: left;
  font-weight: 700;
}
.teiki-sm-button .panel-area .kingaku-waku {
  margin: 10px auto;
  text-align: left;
}
.teiki-sm-button .panel-area .kingaku-waku .kingaku {
  font-size: 22px;
  font-weight: 800;
}
.teiki-sm-button .panel-area .kingaku-waku .kingaku .font-1 {
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0px;
}
.teiki-sm-button .panel-area .kingaku-waku .kingaku .font-2 {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0px;
  position: relative;
}
.teiki-sm-button .panel-area .kingaku-waku .kingaku .font-2::after {
  content: "";
  transform: rotate(7deg);
  width: 100%;
  border-top: 1px solid black;
  position: absolute;
  top: 50%;
  left: 0;
}
.teiki-sm-button .panel-area .kingaku-waku .kingaku .zeikomi {
  font-size: 15px;
  font-weight: 100;
}
.teiki-sm-button .panel-area .kingaku-waku .chui-bun {
  font-size: 14px;
  margin: 10px auto;
}
.teiki-sm-button .panel-area .kingaku-waku .about-teiki {
  font-size: 14px;
  display: inline-block;
  position: relative;
  border-bottom: 1px solid black;
  padding-right: 20px;
  margin: 10px auto 20px;
}
.teiki-sm-button .panel-area .kingaku-waku .about-teiki::after {
  position: absolute;
  content: "";
  right: 2px;
  top: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #555555;
  border-right: 0;
}
.teiki-sm-button .tab.active {
  color: black;
  font-size: 15px;
  font-weight: 900;
  border-top: 3px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  background-color: white;
  border-bottom: 1px solid white;
  padding: 5px;
  margin-bottom: 0px;
  border-bottom: 1px solid white;
  margin-bottom: -2px;
}
@media only screen and (max-width: 769px) {
  .teiki-sm-button .tab.active {
    font-size: 12px;
  }
}
.teiki-sm-button .tab-panel {
  display: none;
  text-align: center;
}
.teiki-sm-button .tab-panel .sma-title {
  font-size: 18px;
  text-align: left;
  margin: 20px auto 0px;
}
.teiki-sm-button .tab-panel.active {
  display: block;
  width: 100%;
  padding: 23px 0px;
  margin: auto;
  border-bottom: 1px solid black;
  padding: 20px 5%;
}
.teiki-sm-button .tab-panel-fande {
  border-bottom: none !important;
}

.product-detail-seibun-section {
  margin: 100px auto;
}
@media only screen and (max-width: 481px) {
  .product-detail-seibun-section {
    margin: 10% auto;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .product-detail-seibun-section {
    margin: 10% auto;
  }
}
.product-detail-seibun-section-waku {
  width: 1000px;
  margin: auto;
  border-bottom: 1px solid #5F6969;
  color: #5F6969;
  padding: 20px;
  font-size: 20px;
  letter-spacing: 1.5px;
  cursor: pointer;
}
@media only screen and (max-width: 481px) {
  .product-detail-seibun-section-waku {
    width: 90%;
    padding: 0;
    font-size: 15px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .product-detail-seibun-section-waku {
    width: 90%;
    padding: 0;
    font-size: 15px;
  }
}
.product-detail-seibun-section-waku-title {
  position: relative;
  color: #5F6969;
  padding: 20px;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 481px) {
  .product-detail-seibun-section-waku-title {
    padding: 5% 0 5% 5%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .product-detail-seibun-section-waku-title {
    padding: 5% 0 5% 5%;
  }
}
.product-detail-seibun-section-waku-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 49px;
  width: 2px;
  height: 24px;
  background: #5F6969;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media only screen and (max-width: 481px) {
  .product-detail-seibun-section-waku-title::after {
    width: 1px;
    right: 32px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .product-detail-seibun-section-waku-title::after {
    width: 1px;
    right: 32px;
  }
}
.product-detail-seibun-section-waku-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 39px;
  width: 24px;
  height: 2px;
  background: #5F6969;
  transform: translateY(-50%);
}
@media only screen and (max-width: 769px) {
  .product-detail-seibun-section-waku-title::before {
    width: 22px;
    right: 22px;
    height: 1px;
  }
}
.product-detail-seibun-section-waku-title.active::after {
  top: 25%;
  opacity: 0;
  transform: rotate(90deg);
}
.product-detail-seibun-section-waku-inner {
  display: none;
  padding: 20px;
  font-size: 20px;
  color: #5F6969;
}
@media only screen and (max-width: 769px) {
  .product-detail-seibun-section-waku-inner {
    padding: 5% 0;
    font-size: 15px;
  }
}

.total_review {
  margin-left: 10px;
  font-size: 14px;
  line-height: 18px;
}

.average_ratings {
  margin-right: 10px;
  font-size: 15px;
  line-height: 18px;
  margin-top: 5px;
}

@media only screen and (max-width: 769px) {
  .kuchikomi-inner {
    margin-left: 10px;
  }
}

.kuchikomi-waku {
  width: 100%;
  background-color: #F8F9FA;
  padding: 100px 0;
  margin: auto;
}
@media only screen and (max-width: 769px) {
  .kuchikomi-waku {
    padding: 15% 0;
  }
}
.kuchikomi-waku-title {
  width: 283px;
  font-size: 30px;
  letter-spacing: 6px;
  border-bottom: 1px solid #5F6969;
  color: #5F6969;
  margin: auto;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .kuchikomi-waku-title {
    width: 219px;
    font-size: 22px;
    padding-bottom: 13px;
  }
}
.kuchikomi-waku-title::after {
  position: absolute;
  content: "";
  top: 30px;
  right: 0;
  width: 1px;
  height: 35px;
  background-color: #5F6969;
}
@media only screen and (max-width: 769px) {
  .kuchikomi-waku-title::after {
    top: 12px;
  }
}
.kuchikomi-waku-title:before {
  position: absolute;
  content: "";
  top: 57px;
  right: 143px;
  width: 27px;
  height: 15px;
  background-color: #F8F9FA;
  border-bottom: 1px solid #5F6969;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 769px) {
  .kuchikomi-waku-title:before {
    top: 40px;
    right: 114px;
  }
}
.kuchikomi-waku-title-box {
  position: absolute;
  content: "";
  top: 62px;
  right: 127px;
  width: 27px;
  height: 15px;
  background-color: #f8f9fa;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 481px) {
  .kuchikomi-waku-title-box {
    top: 40px;
    right: 93px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .kuchikomi-waku-title-box {
    top: 40px;
    right: 93px;
  }
}
.kuchikomi-waku-inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  width: 1000px;
  margin: 100px auto;
}
@media only screen and (max-width: 481px) {
  .kuchikomi-waku-inner {
    padding: 10% 0;
    width: 90%;
    margin: auto;
    display: block;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .kuchikomi-waku-inner {
    padding: 10% 0;
    width: 90%;
    margin: auto;
    display: block;
  }
}
.kuchikomi-waku-inner-left {
  margin-left: 97px;
  width: 528px;
}
@media only screen and (max-width: 481px) {
  .kuchikomi-waku-inner-left {
    margin: auto;
    width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .kuchikomi-waku-inner-left {
    margin: auto;
    width: 100%;
  }
}
.kuchikomi-waku-inner-left-inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-items: center;
  margin: 10px;
}
@media only screen and (max-width: 481px) {
  .kuchikomi-waku-inner-left-inner {
    margin: 10px 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .kuchikomi-waku-inner-left-inner {
    margin: 10px 0;
  }
}
.kuchikomi-waku-inner-left-star {
  color: #5F6969;
  font-size: 22px;
  letter-spacing: 3px;
}
@media only screen and (max-width: 481px) {
  .kuchikomi-waku-inner-left-star {
    font-size: 15px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .kuchikomi-waku-inner-left-star {
    font-size: 15px;
    letter-spacing: 0;
  }
}
.kuchikomi-waku-inner-left-kazu {
  font-size: 21px;
  color: #5F6969;
}
.kuchikomi-waku-inner-left-borderbox {
  width: 317px;
  height: 28px;
  position: relative;
}
@media only screen and (max-width: 481px) {
  .kuchikomi-waku-inner-left-borderbox {
    width: 70%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .kuchikomi-waku-inner-left-borderbox {
    width: 70%;
  }
}
.kuchikomi-waku-inner-left-borderbox-border {
  border-bottom: 1px solid #5F6969;
  width: 317px;
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 481px) {
  .kuchikomi-waku-inner-left-borderbox-border {
    width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .kuchikomi-waku-inner-left-borderbox-border {
    width: 100%;
  }
}
.kuchikomi-waku-inner-left-borderbox-border-kazu {
  background-color: #9BC4C9;
  width: 100px;
  height: 28px;
  position: absolute;
  top: 0px;
  left: 0;
}
@media only screen and (max-width: 481px) {
  .kuchikomi-waku-inner-left-borderbox-border-kazu {
    font-size: 17px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .kuchikomi-waku-inner-left-borderbox-border-kazu {
    font-size: 17px;
  }
}
.kuchikomi-waku-inner-right {
  width: 375px;
}
@media only screen and (max-width: 481px) {
  .kuchikomi-waku-inner-right {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    width: 90%;
    margin: 10% auto 0px;
    align-items: baseline;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .kuchikomi-waku-inner-right {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-items: baseline;
    margin: 10% auto 0px;
  }
}
.kuchikomi-waku-inner-right-title {
  font-size: 25px;
  letter-spacing: 4px;
  line-height: 50px;
  color: #5F6969;
  text-align: center;
  margin: 15px auto;
}
@media only screen and (max-width: 481px) {
  .kuchikomi-waku-inner-right-title {
    font-size: 15px;
    letter-spacing: 1px;
    margin: auto;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .kuchikomi-waku-inner-right-title {
    font-size: 15px;
    letter-spacing: 1px;
    margin: auto;
  }
}
.kuchikomi-waku-inner-right-tensu {
  font-size: 40px;
  letter-spacing: 3px;
  line-height: 28px;
  color: #5F6969;
  text-align: center;
  margin: 15px auto;
}
@media only screen and (max-width: 481px) {
  .kuchikomi-waku-inner-right-tensu {
    margin: auto;
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .kuchikomi-waku-inner-right-tensu {
    margin: auto;
    font-size: 20px;
    line-height: 30px;
  }
}
.kuchikomi-waku-inner-right-hosi {
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 3px;
  color: #5F6969;
  text-align: center;
  margin: 15px auto;
}
@media only screen and (max-width: 481px) {
  .kuchikomi-waku-inner-right-hosi {
    font-size: 15px;
    margin: auto;
    line-height: 30px;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .kuchikomi-waku-inner-right-hosi {
    font-size: 15px;
    margin: auto;
    line-height: 30px;
    letter-spacing: 1px;
  }
}
.kuchikomi-waku-inner-right-kensu {
  font-size: 18px;
  color: #5F6969;
  text-align: center;
  margin: 15px auto;
}
@media only screen and (max-width: 481px) {
  .kuchikomi-waku-inner-right-kensu {
    font-size: 13px;
    margin: auto;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .kuchikomi-waku-inner-right-kensu {
    font-size: 13px;
    margin: auto;
  }
}
.kuchikomi-waku .kuchikomi-waku2 {
  width: 860px;
  background-color: white;
  padding: 30px;
  color: #5F6969;
  margin: auto;
}
@media only screen and (max-width: 481px) {
  .kuchikomi-waku .kuchikomi-waku2 {
    width: 90%;
    padding: 10% 5%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .kuchikomi-waku .kuchikomi-waku2 {
    width: 90%;
    padding: 10% 5%;
  }
}
.kuchikomi-waku .kuchikomi-waku2-inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-items: center;
  border-bottom: 1px solid #5F6969;
}
.kuchikomi-waku .kuchikomi-waku2-inner-title {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 50px;
  color: #5F6969;
}
@media only screen and (max-width: 481px) {
  .kuchikomi-waku .kuchikomi-waku2-inner-title {
    font-size: 15px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .kuchikomi-waku .kuchikomi-waku2-inner-title {
    font-size: 15px;
  }
}
.kuchikomi-waku .kuchikomi-waku2-inner-name {
  font-size: 17px;
  letter-spacing: 4px;
  line-height: 50px;
  margin-left: 30px;
}
@media only screen and (max-width: 481px) {
  .kuchikomi-waku .kuchikomi-waku2-inner-name {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 50px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .kuchikomi-waku .kuchikomi-waku2-inner-name {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 50px;
    margin-left: 0px;
  }
}
.kuchikomi-waku .kuchikomi-waku2-inner-star {
  font-size: 22px;
  letter-spacing: 3px;
  line-height: 28px;
}
@media only screen and (max-width: 481px) {
  .kuchikomi-waku .kuchikomi-waku2-inner-star {
    font-size: 13px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .kuchikomi-waku .kuchikomi-waku2-inner-star {
    font-size: 13px;
  }
}
.kuchikomi-waku .kuchikomi-waku2-okoe {
  font-size: 19px;
  line-height: 35px;
  margin-top: 30px;
}
@media only screen and (max-width: 481px) {
  .kuchikomi-waku .kuchikomi-waku2-okoe {
    font-size: 15px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .kuchikomi-waku .kuchikomi-waku2-okoe {
    font-size: 15px;
    line-height: 25px;
  }
}

.texture-waku {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  justify-content: center;
  margin: 50px auto;
}
@media only screen and (max-width: 769px) {
  .texture-waku {
    width: 90%;
  }
}
.texture-waku-left {
  width: 387px;
  margin-right: 30px;
}
@media only screen and (max-width: 769px) {
  .texture-waku-left {
    width: 58%;
    margin-right: 5px;
  }
}
.texture-waku-left-title {
  font-size: 23px;
  font-family: "Noto Serif JP", serif;
  font-family: "Questrial", sans-serif;
  letter-spacing: 2.5px;
  line-height: 50px;
}
@media only screen and (max-width: 769px) {
  .texture-waku-left-title {
    font-size: 15px;
    line-height: 30px;
  }
}
.texture-waku-left-bun {
  font-size: 25px;
  letter-spacing: 0.4px;
  line-height: 50px;
}
@media only screen and (max-width: 769px) {
  .texture-waku-left-bun {
    font-size: 15px;
    line-height: 30px;
  }
}
.texture-waku-right {
  width: 229px;
  height: auto;
}
@media only screen and (max-width: 769px) {
  .texture-waku-right {
    width: 40%;
  }
}
.texture-waku-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.detail-concept {
  padding: 200px 0px;
}
@media only screen and (max-width: 769px) {
  .detail-concept {
    padding: 10% 0;
  }
}
.detail-concept-inner {
  width: 1092px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 769px) {
  .detail-concept-inner {
    width: 100%;
    margin: auto;
    display: block;
  }
}
.detail-concept-inner-topimg {
  width: 411px;
}
@media only screen and (max-width: 769px) {
  .detail-concept-inner-topimg {
    width: 100%;
    margin: auto;
  }
}
.detail-concept-inner-bun-waku {
  padding: 0px 0px 0px 0px;
  color: #5F6969;
  width: 590px;
}
@media only screen and (max-width: 769px) {
  .detail-concept-inner-bun-waku {
    padding: 10% 0;
    width: 84%;
    margin: auto;
  }
}
.detail-concept-inner-bun-waku-title-logo {
  width: 173px;
  margin-left: -10px;
}
@media only screen and (max-width: 481px) {
  .detail-concept-inner-bun-waku-title-logo {
    width: 150px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .detail-concept-inner-bun-waku-title-logo {
    width: 150px;
  }
}
.detail-concept-inner-bun-waku-title {
  font-size: 28px;
  letter-spacing: 4px;
  line-height: 65px;
  border-bottom: 1px solid #5F6969;
  width: 610px;
  padding: 0 0 32px 0px;
}
@media only screen and (max-width: 481px) {
  .detail-concept-inner-bun-waku-title {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 30px;
    width: 100%;
    padding: 5%;
    margin-left: -5%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .detail-concept-inner-bun-waku-title {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 30px;
    width: 100%;
    padding: 5%;
    margin-left: -5%;
  }
}
.detail-concept-inner-bun-waku-title2 {
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 43px;
  margin: 0px 0px 30px;
}
@media only screen and (max-width: 481px) {
  .detail-concept-inner-bun-waku-title2 {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 10% auto;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .detail-concept-inner-bun-waku-title2 {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 10% auto;
  }
}
.detail-concept-inner-bun-waku-bun {
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 769px) {
  .detail-concept-inner-bun-waku-bun {
    font-size: 15px;
    line-height: 30px;
  }
}
.detail-concept-inner .texture-waku {
  background-color: #D9D9D9;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 30px auto 0px;
}
@media only screen and (max-width: 769px) {
  .detail-concept-inner .texture-waku {
    align-items: self-end;
    margin: 10% auto 0px;
    padding: 10px 10px 10px 10px;
  }
}
.detail-concept-inner .texture-waku .tex-waku {
  width: 430px;
}
@media only screen and (max-width: 769px) {
  .detail-concept-inner .texture-waku .tex-waku {
    width: 70%;
  }
}
.detail-concept-inner .texture-waku .tex-waku .title {
  text-align: left;
  font-size: 23px;
  letter-spacing: 4px;
  color: black;
  display: block;
  margin: 10px 10px 10px 20px;
}
@media only screen and (max-width: 769px) {
  .detail-concept-inner .texture-waku .tex-waku .title {
    margin: 10px;
  }
}
.detail-concept-inner .texture-waku .tex-waku .title-1 {
  text-align: left;
  font-size: 18px;
  color: black;
  display: block;
  margin: 10px 10px 10px 20px;
}
@media only screen and (max-width: 769px) {
  .detail-concept-inner .texture-waku .tex-waku .title-1 {
    margin: 10px;
    font-size: 13px;
  }
}
.detail-concept-inner .texture-waku .right-img {
  width: 150px;
}
@media only screen and (max-width: 769px) {
  .detail-concept-inner .texture-waku .right-img {
    width: 30%;
  }
}

.point-oowaku {
  display: flex;
  overflow-x: auto;
  width: 300%;
}
@media only screen and (max-width: 769px) {
  .point-oowaku {
    display: block;
    width: 100%;
  }
}

.scroll-horizontal {
  display: flex;
  flex-direction: row;
  width: 500%;
  height: 100vh;
}
@media only screen and (max-width: 769px) {
  .scroll-horizontal {
    width: 100%;
    height: auto;
    display: block;
    background: black;
    padding-bottom: 5%;
  }
}

.scroll-horizontal section {
  width: 20%;
  height: 100%;
}
@media only screen and (max-width: 769px) {
  .scroll-horizontal section {
    width: 100%;
    height: auto;
    padding-bottom: 0px;
  }
}

.point-section {
  padding: 100px 0px;
  background: black;
}
@media only screen and (max-width: 769px) {
  .point-section {
    padding: 10% 0;
  }
}
.point-section-title {
  font-size: 37px;
  letter-spacing: 2.5px;
  line-height: 50px;
  color: white;
  font-family: "Noto Serif JP", serif;
  font-family: "Questrial", sans-serif;
  text-align: center;
  margin: 100px auto 0px;
}
@media only screen and (max-width: 769px) {
  .point-section-title {
    font-size: 22px;
    letter-spacing: 4px;
    margin: 0 auto 0;
    background-color: black;
    padding: 10% 0px 0px;
  }
}
.point-section-inner-waku1 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: end;
  align-items: stretch;
  align-items: flex-end;
  width: 888px;
  margin: 150px auto 0px;
}
@media only screen and (max-width: 769px) {
  .point-section-inner-waku1 {
    display: block;
    width: 90%;
    margin: 5% auto;
  }
}
.point-section-inner-waku1-left {
  width: 400px;
}
@media only screen and (max-width: 769px) {
  .point-section-inner-waku1-left {
    width: 100%;
    margin: 0px 0px 0px 8%;
  }
}
.point-section-inner-waku1-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.point-section-inner-waku1-right {
  width: 492px;
  margin: 0 0 0 55px;
  color: white;
}
@media only screen and (max-width: 769px) {
  .point-section-inner-waku1-right {
    width: 100%;
    margin: 0 0;
  }
}
@media only screen and (max-width: 769px) {
  .point-section-inner-waku1-right img {
    width: 90%;
  }
}
.point-section-inner-waku1-right-num {
  font-size: 25px;
  letter-spacing: 0px;
  margin-right: 10px;
  font-family: "Questrial", sans-serif;
  letter-spacing: 2px;
}
.point-section-inner-waku1-right-title {
  font-size: 28px;
  letter-spacing: 4px;
  line-height: 55px;
  margin: 10px 0px 40px;
}
@media only screen and (max-width: 481px) {
  .point-section-inner-waku1-right-title {
    font-size: 18px;
    line-height: 30px;
    margin: 5% auto;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .point-section-inner-waku1-right-title {
    font-size: 20px;
    line-height: 30px;
    margin: 5% auto;
  }
}
.point-section-inner-waku1-right-bun {
  font-size: 17px;
  line-height: 35px;
}
@media only screen and (max-width: 769px) {
  .point-section-inner-waku1-right-bun {
    font-size: 15px;
    line-height: 30px;
    width: 96%;
    margin: auto;
  }
}
.point-section-inner-waku1-right .point-oowaku {
  display: flex;
  align-items: center;
  width: 84%;
  margin: 0px;
}
@media only screen and (max-width: 769px) {
  .point-section-inner-waku1-right .point-oowaku {
    margin: 10% auto;
    width: 94%;
  }
}
.point-section-inner-waku2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: end;
  align-items: stretch;
  align-items: flex-end;
  width: 100% !important;
  margin: 0px auto 150px;
  justify-content: center;
}
@media only screen and (max-width: 769px) {
  .point-section-inner-waku2 {
    display: block;
    width: 90%;
    margin: 10% auto;
  }
}
.point-section-inner-waku2-left {
  width: 492px;
  margin: 0 0 0 55px;
  color: white;
}
@media only screen and (max-width: 769px) {
  .point-section-inner-waku2-left {
    width: 100%;
    margin: 10% auto;
  }
}
.point-section-inner-waku2-left-title {
  font-size: 28px;
  letter-spacing: 4px;
  line-height: 55px;
  margin: 30px 0px;
}
@media only screen and (max-width: 769px) {
  .point-section-inner-waku2-left-title {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: left;
    margin: 0;
  }
}
.point-section-inner-waku2-left-bun {
  font-size: 19px;
  line-height: 35px;
}
@media only screen and (max-width: 769px) {
  .point-section-inner-waku2-left-bun {
    font-size: 15px;
    line-height: 30px;
    width: 84%;
    margin: auto;
  }
}
.point-section-inner-waku2-right {
  width: 580px;
}
.point-section-inner-waku2-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.how-to-section {
  padding: 100px 0 100px;
  color: #5F6969;
}
@media only screen and (max-width: 769px) {
  .how-to-section {
    padding: 10% 0;
  }
}
.how-to-section .how-to-section-title {
  font-size: 30px;
  letter-spacing: 5px;
  line-height: 50px;
  margin: 0px auto 70px;
  text-align: center;
  color: #5F6969;
  font-family: "Questrial", sans-serif;
}
@media only screen and (max-width: 769px) {
  .how-to-section .how-to-section-title {
    font-size: 22px;
    margin: 10% auto;
  }
}
.how-to-section .how-to-section-inner {
  width: 728px;
  margin: auto;
}
@media only screen and (max-width: 769px) {
  .how-to-section .how-to-section-inner {
    width: 100%;
    display: block;
  }
}
.how-to-section .how-to-section-inner-left {
  width: 730px;
  margin: auto;
  display: flex;
  height: 120px;
  justify-content: space-between;
}
@media only screen and (max-width: 769px) {
  .how-to-section .how-to-section-inner-left {
    width: 80%;
    display: flex;
    margin: 20px auto;
    height: auto;
    position: relative;
  }
}
.how-to-section .how-to-use-img-sm {
  width: 84%;
}
.how-to-section .how-to-section-inner-left-title {
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 50px;
  font-family: "Noto Serif JP", serif;
  font-family: "Questrial", sans-serif;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .how-to-section .how-to-section-inner-left-title {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 20px;
    display: block;
  }
}
.how-to-section .how-to-section-inner-left-title2 {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid;
  color: #5F6969;
  margin: auto;
  position: relative;
  background-color: white;
  z-index: 1;
}
@media only screen and (max-width: 769px) {
  .how-to-section .how-to-section-inner-left-title2 {
    line-height: 20px;
    display: block;
    text-align: center;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #5F6969;
    border: 1px solid;
    margin: auto;
    background: white;
    z-index: 1;
  }
}
.how-to-section .how-to-section-inner-left-title2.active::after {
  position: absolute;
  background-color: #1c1d1d;
  color: #181a1a;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  z-index: -1;
  content: "";
  top: 0px;
  left: -1px;
  border: none;
}
@media only screen and (max-width: 769px) {
  .how-to-section .how-to-section-inner-left-title2.active::after {
    background-color: #515258;
    width: 16px;
    height: 16px;
    top: 0px;
    left: -0.5px;
    border: 1px solid;
  }
}
.how-to-section .how-to-section-inner-left-right-border {
  width: 680px;
  height: 1px;
  background-color: #5F6969;
  margin: 57px auto -62px;
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .how-to-section .how-to-section-inner-left-right-border {
    width: 80%;
    height: 1px;
    background-color: #5F6969;
    margin: auto;
    position: absolute;
    top: 27px;
    left: 19%;
    z-index: -1;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.how-to-section .how-to-section-inner-left-right-border2 {
  width: 754px;
  height: 1px;
  background-color: #5F6969;
  margin: 57px auto -62px;
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .how-to-section .how-to-section-inner-left-right-border2 {
    width: 80%;
    height: 1px;
    background-color: #5F6969;
    margin: auto;
    position: absolute;
    top: 27px;
    left: 19%;
    z-index: -1;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.how-to-section .how-to-section-inner-right {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1/0.613;
}
@media only screen and (max-width: 769px) {
  .how-to-section .how-to-section-inner-right {
    width: 100% !important;
    aspect-ratio: 1/0.6;
    height: auto !important;
  }
}
.how-to-section .how-to-section-inner-right img {
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.how-to-section .how-to-section-inner-setumei-waku {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: stretch;
  align-items: center;
  width: 728px;
  margin: auto;
  color: #5F6969;
  margin: 33px auto;
}
.how-to-section .how-to-4tu {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 481px) {
  .how-to-section .how-to-section-inner-setumei-waku {
    width: 90%;
    margin: 5% auto;
    justify-content: flex-start;
  }
  .how-to-section .how-to-4tu {
    width: 68%;
    margin: auto;
    text-align: center;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .how-to-section .how-to-section-inner-setumei-waku {
    width: 90%;
    margin: 5% auto;
    justify-content: flex-start;
  }
  .how-to-section .how-to-4tu {
    width: 68%;
    margin: auto;
    text-align: center;
    flex-wrap: wrap;
  }
}
.how-to-section .how-to-section-inner-setumei-waku-left {
  width: 74px;
  height: auto;
  border-radius: 50%;
  border: 1px solid #5F6969;
  position: relative;
  margin: 0px 0px 0px 0px;
}
.how-to-section .how-to-section-inner-setumei-waku-left .maru {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
}
@media only screen and (max-width: 481px) {
  .how-to-section .how-to-section-inner-setumei-waku-left {
    height: auto;
    margin: auto;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .how-to-section .how-to-section-inner-setumei-waku-left {
    height: auto;
    margin: auto;
  }
}
.how-to-section .how-to-section-inner-setumei-waku-left-step {
  font-size: 12px;
  letter-spacing: 2.5px;
  line-height: 38px;
  font-family: "Noto Serif JP", serif;
  font-family: "Questrial", sans-serif;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 25px;
}
.how-to-section .how-to-section-inner-setumei-waku-left-suuji {
  font-size: 21px;
  line-height: 38px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family: "Noto Serif JP", serif;
  font-family: "Questrial", sans-serif;
  top: 46px;
}
.how-to-section .how-to-section-inner-setumei-waku-right {
  font-size: 19px;
  line-height: 30px;
  margin: 0px 0px 0px 16px;
  width: 630px;
}
@media only screen and (max-width: 481px) {
  .how-to-section .how-to-section-inner-setumei-waku-right {
    font-size: 15px;
    line-height: 25px;
    margin: 0px 0px 0px 5px;
    width: 70%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .how-to-section .how-to-section-inner-setumei-waku-right {
    font-size: 15px;
    line-height: 25px;
    margin: 0px 0px 0px 5px;
    width: 70%;
  }
}
.how-to-section .how-to-section-movie {
  width: 728px;
  margin: 100px auto;
  position: relative;
  height: 470px;
}
@media only screen and (max-width: 481px) {
  .how-to-section .how-to-section-movie {
    width: 90%;
    margin: 10% auto;
    height: auto;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .how-to-section .how-to-section-movie {
    width: 90%;
    margin: 10% auto;
    height: auto;
  }
}
.how-to-section .video-js {
  background: none;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 481px) {
  .how-to-section .video-js {
    height: auto;
    padding-top: 183%;
    width: 100%;
  }
  .how-to-section .video-js-2 {
    height: auto;
    padding-top: 55%;
    width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .how-to-section .video-js {
    height: auto;
    padding-top: 183%;
    width: 100%;
  }
}
.how-to-section .video-js .vjs-big-play-button {
  background-color: white;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 273px;
  cursor: pointer;
}
@media only screen and (max-width: 481px) {
  .how-to-section .video-js .vjs-big-play-button {
    top: 50%;
  }
}
.how-to-section .video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  width: 0;
  height: 0;
  border-left: 30px solid #717171;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 17px;
  left: 32px;
  content: "";
}
.how-to-section .video-js .vjs-big-play-button .vjs-icon-placeholder::before:hover {
  top: 20px;
}
@media only screen and (max-width: 481px) {
  .how-to-section .vjs_video_396-dimensions {
    width: 100% !important;
  }
}

@media only screen and (max-width: 769px) {
  .how-to-section2 {
    padding: 10% 0;
    background: #F4F4F4;
  }
}

.sankan-waku {
  background-image: url(../img/product-detail/rank-back.jpg);
  padding: 150px 0px;
  background-size: cover;
}
@media only screen and (max-width: 481px) {
  .sankan-waku {
    background-image: url(../img/product-detail/sm-rank-back.jpg);
    padding: 15% 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .sankan-waku {
    background-image: url(../img/product-detail/sm-rank-back.jpg);
    padding: 15% 0;
  }
}
.sankan-waku-inner {
  width: 1000px;
  margin: auto;
}
@media only screen and (max-width: 481px) {
  .sankan-waku-inner {
    width: 90%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .sankan-waku-inner {
    width: 90%;
  }
}
.sankan-waku-inner-img {
  width: 214px;
  height: 214px;
  margin: auto;
}
@media only screen and (max-width: 481px) {
  .sankan-waku-inner-img {
    width: 150px;
    height: auto;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .sankan-waku-inner-img {
    width: 150px;
    height: auto;
  }
}
.sankan-waku-inner-title {
  font-size: 28px;
  line-height: 65px;
  letter-spacing: 4px;
  text-align: center;
  color: #5F6969;
  margin: 50px auto;
}
@media only screen and (max-width: 481px) {
  .sankan-waku-inner-title {
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 0px;
    margin: 10% auto;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .sankan-waku-inner-title {
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 0px;
    margin: 10% auto;
  }
}
.sankan-waku-inner-ranking-name {
  width: 880px;
  margin: 30px auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  justify-items: center;
  border-top: 1px solid #5F6969;
  border-bottom: 1px solid #5F6969;
  padding: 20px 5px;
}
@media only screen and (max-width: 481px) {
  .sankan-waku-inner-ranking-name {
    margin: 10% auto;
    width: 90%;
    display: block;
    padding: 10% 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .sankan-waku-inner-ranking-name {
    margin: 10% auto;
    width: 90%;
    display: block;
    padding: 10% 0;
  }
}
.sankan-waku-inner-ranking-name-inner {
  font-size: 19px;
  letter-spacing: 0;
  line-height: 35px;
  color: #5F6969;
}
@media only screen and (max-width: 481px) {
  .sankan-waku-inner-ranking-name-inner {
    font-size: 15px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .sankan-waku-inner-ranking-name-inner {
    font-size: 15px;
  }
}

.recomennd-section {
  padding: 150px 0px;
  background: linear-gradient(16deg, #beb8b8, #ffffff);
}
@media only screen and (max-width: 769px) {
  .recomennd-section {
    padding: 20% 0;
  }
}
.recomennd-section .title-midashi {
  font-family: "Noto Serif JP", serif;
  font-family: "Questrial", sans-serif;
  font-size: 25px;
  text-align: center;
  letter-spacing: 3px;
  color: #5F6969;
  margin: 50px auto 50px;
  color: #5F6969;
}
@media only screen and (max-width: 481px) {
  .recomennd-section .title-midashi {
    font-size: 25px;
  }
}
@media only screen and (max-width: 769px) {
  .recomennd-section .title-midashi {
    margin: 5% auto;
  }
}
.recomennd-section .sub-title {
  color: #5F6969;
  font-size: 21px;
  letter-spacing: 1.5px;
  line-height: 35px;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .recomennd-section .sub-title {
    font-size: 15px;
  }
}
.recomennd-section .title-border {
  width: 130px;
  border-bottom: 1px solid #5F6969;
  margin: 50px auto;
}
.recomennd-section-inner {
  width: 1000px;
  margin: 100px auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 769px) {
  .recomennd-section-inner {
    width: 90%;
    display: block;
    margin: 10% auto;
  }
}
.recomennd-section-inner-inner {
  width: 470px;
}
@media only screen and (max-width: 769px) {
  .recomennd-section-inner-inner {
    width: 100%;
  }
}
.recomennd-section-inner-inner-title {
  font-size: 19px;
  letter-spacing: 2px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 10px;
  color: #5F6969;
}
@media only screen and (max-width: 769px) {
  .recomennd-section-inner-inner-title {
    font-size: 15px;
    letter-spacing: 0px;
    text-align: left;
  }
}
.recomennd-section-inner-inner-img {
  width: 100%;
}

.how-to-use-btn {
  width: 1000px;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .how-to-use-btn {
    width: 100%;
    position: relative;
    height: 10px;
    margin-top: -50%;
    margin-bottom: 25%;
    padding-top: 30%;
  }
}
.how-to-use-btn .swiper-button-next:after {
  background-image: url(../img/product/migi.png);
}
.how-to-use-btn .swiper-button-prev:after {
  background-image: url(../img/product/hidari.png);
}
.how-to-use-btn .swiper-button-prev {
  left: -20px !important;
  top: -201px !important;
}
@media only screen and (max-width: 769px) {
  .how-to-use-btn .swiper-button-prev {
    left: 5% !important;
    top: 80% !important;
  }
}
.how-to-use-btn .swiper-button-next {
  top: -201px;
  right: 246px !important;
}
@media only screen and (max-width: 769px) {
  .how-to-use-btn .swiper-button-next {
    right: 5% !important;
    top: 80% !important;
  }
}

#how-to-use-img-pc .swiper-button-next:after, #how-to-use-img-pc .swiper-button-prev:after {
  color: #5F6969;
}

#how-to-use-img-sm .swiper-button-next:after, #how-to-use-img-sm .swiper-button-prev:after {
  color: #5F6969;
}

.product-archive {
  width: 1000px;
  margin: 100px auto;
}
@media only screen and (max-width: 769px) {
  .product-archive {
    width: 90%;
  }
}
.product-archive-title {
  font-size: 25px;
  text-align: center;
  letter-spacing: 3px;
  color: #5F6969;
}
@media only screen and (max-width: 481px) {
  .product-archive-title {
    font-size: 25px;
  }
}
.product-archive-tab-waku {
  margin: 100px auto;
}
@media only screen and (max-width: 769px) {
  .product-archive-tab-waku {
    margin: 20% auto;
  }
}
.product-archive-tab-waku-tab {
  border-bottom: 1px solid #5F6969;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  justify-content: center;
  align-items: flex-end;
}
.product-archive-tab-waku-btn {
  width: 240px;
  height: 50px;
  background-color: #E1E3EA;
  color: #898F91;
  margin: 0px 3px;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  font-family: "Noto Serif JP", serif;
  font-family: "Questrial", sans-serif;
  letter-spacing: 2px;
  cursor: pointer;
}
@media only screen and (max-width: 769px) {
  .product-archive-tab-waku-btn {
    width: 50%;
    max-width: 240px;
    font-size: 13px;
  }
}
.product-archive-tab-waku-btn:hover {
  opacity: 0.5;
  cursor: pointer;
  transform: 0.6;
}
.product-archive-tab-waku-btn.active {
  background-color: #5F6969;
  color: white;
}
.product-archive-tab-waku-inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 100px auto 200px;
}
@media only screen and (max-width: 769px) {
  .product-archive-tab-waku-inner {
    margin: 10% auto;
  }
}
.product-archive-tab-waku-inner-img {
  width: 320px;
  height: 400px;
  margin: 20px 6px;
  position: relative;
}
.product-archive-tab-waku-inner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 769px) {
  .product-archive-tab-waku-inner-img {
    width: 48%;
    height: auto;
    margin: 5px 1%;
  }
}
.product-archive-tab-waku-inner-img-tag {
  position: absolute;
  top: 5%;
  left: 0px;
  padding: 5px 10px;
  background-color: #9BC4C9;
  color: white;
}
.product-archive-tab-waku-inner-img-title {
  position: absolute;
  top: 68%;
  left: 20px;
  font-size: 19px;
  line-height: 24px;
}
@media only screen and (max-width: 481px) {
  .product-archive-tab-waku-inner-img-title {
    font-size: 13px;
    line-height: 17px;
    left: 10px;
    top: 60%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .product-archive-tab-waku-inner-img-title {
    font-size: 19px;
    line-height: 24px;
    left: 20px;
    top: 69%;
  }
}
@media only screen and (max-width: 320px) {
  .product-archive-tab-waku-inner-img-title {
    left: 2%;
  }
}
.product-archive-tab-waku-inner-img-title2 {
  position: absolute;
  top: 68%;
  left: 20px;
  font-size: 19px;
  line-height: 24px;
}
@media only screen and (max-width: 481px) {
  .product-archive-tab-waku-inner-img-title2 {
    font-size: 13px;
    line-height: 17px;
    left: 10px;
    top: 71%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .product-archive-tab-waku-inner-img-title2 {
    font-size: 19px;
    line-height: 24px;
    left: 20px;
    top: 77%;
  }
}
@media only screen and (max-width: 320px) {
  .product-archive-tab-waku-inner-img-title2 {
    left: 2%;
  }
}
.product-archive-tab-waku-inner-img-bun {
  position: absolute;
  top: 78%;
  left: 20px;
  font-size: 13px;
  line-height: 26px;
}
@media only screen and (max-width: 481px) {
  .product-archive-tab-waku-inner-img-bun {
    top: 72%;
    left: 10px;
    font-size: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .product-archive-tab-waku-inner-img-bun {
    top: 75%;
    left: 20px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 320px) {
  .product-archive-tab-waku-inner-img-bun {
    left: 2%;
  }
}
.product-archive-tab-waku-inner-img-shousai {
  width: 145px;
  border-radius: 50px;
  border: 1px solid #5F6969;
  position: absolute;
  top: 92%;
  line-height: 33px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  cursor: pointer;
  text-align: center;
}
@media only screen and (max-width: 481px) {
  .product-archive-tab-waku-inner-img-shousai {
    width: 133px;
    top: 90%;
    font-size: 13px;
  }
}
@media only screen and (max-width: 320px) {
  .product-archive-tab-waku-inner-img-shousai {
    width: 111px;
    top: 90%;
  }
}
.product-archive-tab-waku-inner-img-shousai:hover {
  opacity: 0.5;
  cursor: pointer;
  transform: 0.6;
}

.qa-section {
  width: 100%;
  margin: auto;
  background-color: black;
  padding: 10px 0 100px;
  color: white;
}
@media only screen and (max-width: 769px) {
  .qa-section {
    padding: 10% 0 20%;
  }
}
.qa-section-inner-waku {
  width: 1000px;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .qa-section-inner-waku {
    width: 100%;
  }
}
.qa-section-title {
  font-size: 37px;
  letter-spacing: 5px;
  line-height: 50px;
  margin: 100px auto;
  text-align: center;
  color: white;
  font-family: "Questrial", sans-serif;
}
@media only screen and (max-width: 769px) {
  .qa-section-title {
    font-size: 22px;
    margin: 10% auto;
  }
}
.qa-section-inner {
  width: 800px;
  margin: auto;
}
@media only screen and (max-width: 769px) {
  .qa-section-inner {
    width: 100% !important;
  }
}
.qa-section-inner .inner-bun {
  border-top: 1px solid white;
  font-size: 16px;
  line-height: 30px;
  padding: 30px 30px;
  position: relative;
  cursor: pointer;
}
.qa-section-inner .inner-bun.active .dli-plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(0deg);
}
.qa-section-inner .pluse-waku {
  position: absolute;
  top: 36%;
  right: 27px;
}
@media only screen and (max-width: 769px) {
  .qa-section-inner .pluse-waku {
    right: 7px;
  }
}
.qa-section-inner .dli-plus {
  display: inline-block;
  vertical-align: middle;
  color: white;
  line-height: 1;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
}
.qa-section-inner .dli-plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.qa-section-inner .qa-inner-bun {
  display: none;
  font-size: 16px;
  color: white;
  padding: 0px 30px 30px 30px;
}
.qa-section-inner .qa-inner-bun.active {
  display: block;
}
.qa-section .qa-swiper {
  width: 800px !important;
  margin: auto;
}
@media only screen and (max-width: 769px) {
  .qa-section .qa-swiper {
    width: 75% !important;
  }
}
.qa-section .swiper-slide {
  width: 800px !important;
  height: auto !important;
  margin: auto;
  border-bottom: 1px solid white;
}
@media only screen and (max-width: 769px) {
  .qa-section .swiper-slide {
    width: 100% !important;
  }
}
.qa-section .borderwhite {
  border-bottom: 1px solid white;
  width: 1000px;
  margin: auto;
}
@media only screen and (max-width: 769px) {
  .qa-section .borderwhite {
    width: 84% !important;
  }
}
.qa-section .qa-swiper-btn {
  width: 1000px;
  position: relative;
  height: 50px;
  margin: auto;
}
@media only screen and (max-width: 769px) {
  .qa-section .qa-swiper-btn {
    width: 100%;
  }
}
.qa-section .qa-swiper-btn .swiper-button-next {
  right: 21px !important;
  width: 13px;
  height: 13px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  transform: rotate(45deg);
  top: -214px;
}
@media only screen and (max-width: 769px) {
  .qa-section .qa-swiper-btn .swiper-button-next {
    top: -340%;
  }
}
.qa-section .qa-swiper-btn .swiper-button-next::after {
  background-image: none;
  content: none !important;
}
.qa-section .qa-swiper-btn .swiper-button-prev {
  right: 21px !important;
  width: 13px;
  height: 13px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  transform: rotate(-135deg);
  top: -214px;
}
@media only screen and (max-width: 769px) {
  .qa-section .qa-swiper-btn .swiper-button-prev {
    top: -340%;
  }
}
.qa-section .qa-swiper-btn .swiper-button-prev::after {
  background-image: none;
  content: none !important;
}

.hidden {
  display: none !important;
}/*# sourceMappingURL=product.css.map */