@charset "UTF-8";
/*---個別に必要なcssを追記----*/
:root {
  --section_margin: 160px;
  --block_margin: 100px;
  --title_margin: 50px;
  --list_margin: 30px;
  --p-margin: clamp(13px, 1.6vw, 15px);
  --small-font: clamp(12px, 1.5vw, 13px);
  --brand-color01: #1C1C1C;
  --brand-color02: #B0B2AF;
  --brand-color03: #EEF0F2;
  --brand-color04: #ECEBE4;
}

@media screen and (max-width: 768px) {
  :root {
    --section_margin: 80px;
    --block_margin: 50px;
    --title_margin: 35px;
    --list_margin: 20px;
  }
}
main {
  margin-top: clamp(101.53px, 97.21px + 1.152vw, 119.33px);
}

.wrapper {
  max-width: 100%;
  margin: 0 auto;
  /* image zoom */
  /* image zoom */
  /* video slider */
  /* video slider */
}
.wrapper #haibanOshirase {
  max-width: 800px;
  margin: 50px auto;
  display: grid;
  padding: 30px 40px;
  grid-template-columns: auto;
  row-gap: 15px;
  border: 1px solid;
  align-items: center;
}
@media (max-width: 768px) {
  .wrapper #haibanOshirase {
    width: 93%;
  }
}
.wrapper img {
  width: 100%;
  height: auto;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper .container {
  width: 93%;
  max-width: 1100px;
  margin: 0 auto;
}
.wrapper .pc_display {
  display: block;
}
.wrapper .sp_display {
  display: none;
}
@media (max-width: 768px) {
  .wrapper .pc_display {
    display: none;
  }
  .wrapper .sp_display {
    display: block;
  }
}
.wrapper section {
  width: 100%;
  height: auto;
  margin-bottom: var(--section_margin);
}
.wrapper h1 {
  font-size: clamp(28px, 8vw, 45px);
  letter-spacing: 1.5px;
}
.wrapper h2 {
  font-size: clamp(45px, 8vw, 48px);
  line-height: 1;
  letter-spacing: 1.5px;
}
.wrapper h3 {
  font-size: clamp(26px, 8vw, 30px);
}
.wrapper h4 {
  font-size: clamp(30px, 8vw, 34px);
  letter-spacing: 1.5px;
}
.wrapper p {
  font-size: clamp(13px, 1.6vw, 15px);
  line-height: 1.65;
}
.wrapper tbody {
  line-height: 1;
}
.wrapper td,
.wrapper th {
  vertical-align: top;
  font-size: var(--small-font);
  padding-bottom: 10px;
  line-height: 1.5;
}
.wrapper th {
  width: auto;
  white-space: nowrap;
  padding-right: var(--p-margin);
}
.wrapper td {
  width: 100%;
}
.wrapper .title {
  margin-bottom: var(--title_margin);
}
.wrapper .title h2 {
  color: #B0B2AF;
  margin-bottom: clamp(7px, 1.5vw, 13px);
  line-height: 1;
}
.wrapper .title p {
  line-height: 1;
}
.wrapper .modal_point {
  width: 100%;
}
.wrapper .modal_point button,
.wrapper .modal_point a {
  font-size: var(--small-font);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: color 0.35s;
}
.wrapper .modal_point button:hover,
.wrapper .modal_point a:hover {
  color: #B0B2AF;
}
.wrapper .modal_point button::before,
.wrapper .modal_point a::before {
  display: block;
  content: "";
  width: 17px;
  height: 17px;
  background: url(/images/common/icon_exclamation.svg) no-repeat center/contain;
  margin-right: 5px;
}
.wrapper .line {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
  margin-bottom: 15px;
}
.wrapper .line span {
  font-size: clamp(12px, 1.5vw, 13px);
  background-color: #fff;
  padding-right: 15px;
}
.wrapper .line::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background-color: #ECEBE4;
  z-index: -1;
}
.wrapper .swiper-pagination .swiper-pagination-bullet {
  border: #B0B2AF solid 1px;
  background-color: #fff;
  opacity: 1;
}
.wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #B0B2AF;
}
.wrapper .btn_part {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.wrapper .btn_part form {
  width: calc(100% - 61px);
  margin-right: 20px;
}
.wrapper .btn_part form button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--p-margin);
  padding: 1.25em 3em;
  background-color: #1C1C1C;
  text-align: center;
  border-radius: 5px;
  transition: background-color 0.5s;
  border: #B0B2AF solid 1px;
}
.wrapper .btn_part form button img {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 7px;
  transform: translateX(15px);
  transition: transform 0.35s, opacity 0.35s;
}
.wrapper .btn_part form button img:last-child {
  height: 18px;
  margin-right: 0;
  margin-left: 5px;
}
.wrapper .btn_part form button span {
  font-size: var(--p-margin);
  line-height: 1;
  color: #fff;
  transform: translateX(15px);
  transition: color 0.35s, transform 0.35s;
}
.wrapper .btn_part form button:hover {
  background-color: #B0B2AF;
}
.wrapper .btn_part form button:hover img {
  transform: translateX(0);
}
.wrapper .btn_part form button:hover img:first-child {
  opacity: 0;
}
.wrapper .btn_part form button:hover img:last-child {
  transform: translateX(-15px);
}
.wrapper .btn_part form button:hover span {
  transform: translateX(-15px);
  color: #1C1C1C;
}
.wrapper .btn_part .fav {
  cursor: pointer;
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 100%;
  border: #ECEBE4 solid 1px;
}
.wrapper .btn_part .fav svg {
  width: 19px;
  height: 19px;
  fill: #B0B2AF;
}
.wrapper .btn_part .fav.active {
  background-color: #d9d7c7;
}
.wrapper .btn_part .fav.active svg {
  fill: #1C1C1C;
}
.wrapper.inactive .btn_part button {
  cursor: auto;
  background-color: #B0B2AF;
  pointer-events: none;
}
.wrapper.inactive .btn_part button span {
  color: #1C1C1C;
  transform: translateX(0);
}
.wrapper .detail .swiper-scrollbar-drag {
  background-color: rgba(176, 178, 175, 0.7176470588);
}
.wrapper .detail .swiper-scrollbar {
  top: 0;
  width: 4px;
  right: 1px;
}
.wrapper .detail .product_name {
  width: 100%;
  margin: 0 auto;
  margin-bottom: var(--list_margin);
}
.wrapper .detail .product_name h1 {
  margin-bottom: var(--small-font);
}
.wrapper .detail .product_name p {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .wrapper .detail .product_name {
    width: 93%;
  }
}
.wrapper .detail .all_block {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .wrapper .detail .all_block {
    flex-direction: column;
  }
}
.wrapper .detail .img_block {
  width: 55%;
  height: auto;
  margin: 0;
  display: grid;
  grid-template-columns: 91% 9%;
  grid-template-rows: auto auto;
  -moz-column-gap: 10px;
       column-gap: 10px;
  position: sticky;
  top: 101px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .wrapper .detail .img_block {
    width: calc(100% - 5px);
    position: relative;
    margin-bottom: var(--list_margin);
    top: 0;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
}
.wrapper .detail .img_block .info {
  grid-area: 2/1/3/3;
  font-size: clamp(10px, 1.1vw, 11px);
  display: block;
  text-align: end;
  margin-right: 5px;
}
.wrapper .detail .detail_text {
  width: calc(45% - var(--title_margin));
  margin-left: var(--title_margin);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .wrapper .detail .detail_text {
    width: 93%;
    margin-left: 0;
    margin: 0 auto;
  }
}
.wrapper .detail .text_block {
  width: 95%;
  max-width: 530px;
}
@media screen and (max-width: 768px) {
  .wrapper .detail .text_block {
    width: 100%;
    max-width: 100%;
  }
}
.wrapper .detail #cushionSlider {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  margin-right: 0;
  aspect-ratio: 1/1;
  max-width: 690px;
  grid-area: 1/1/2/2;
}
.wrapper .detail #cushionSlider .swiper-slide {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  position: relative;
}
.wrapper .detail #cushionSlider .swiper-slide .text {
  position: absolute;
  width: 100%;
  height: auto;
  padding: 7px 10px;
  bottom: 0;
  right: 0;
  background-color: rgba(236, 235, 228, 0.4549019608);
}
.wrapper .detail #cushionSlider .swiper-slide .text span {
  font-size: 12px;
}
.wrapper .detail #cushionSlider .swiper-slide img {
  display: block;
  height: 100%;
  width: 100%;
}
.wrapper .detail #thumbsSlider {
  width: 100%;
  height: calc(46.41vw - 10px);
  max-height: 690px;
  max-width: 65px;
  margin: 0;
  grid-area: 1/2/2/3;
  scrollbar-color: #B0B2AF #ffffff;
  scrollbar-width: thin;
  padding-right: 5px;
}
@media screen and (max-width: 768px) {
  .wrapper .detail #thumbsSlider {
    height: calc(89vw - 5px);
  }
  .wrapper .detail #thumbsSlider::-webkit-scrollbar {
    width: 5px;
  }
  .wrapper .detail #thumbsSlider ::-webkit-scrollbar-thumb {
    width: 3px;
    border-radius: 6px;
  }
}
.wrapper .detail #thumbsSlider .swiper-slide {
  display: block;
  opacity: 0.4;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .wrapper .detail #thumbsSlider .swiper-slide {
    margin-bottom: 5px;
  }
}
.wrapper .detail #thumbsSlider .swiper-slide-thumb-active {
  opacity: 1;
}
.wrapper .detail .price {
  width: 100%;
  height: auto;
  margin-bottom: var(--list_margin);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.wrapper .detail .price .tax_body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.wrapper .detail .price .tax_body p {
  font-size: clamp(11px, 1.7vw, 13px);
  line-height: 1;
  margin-right: 6px;
}
.wrapper .detail .price .tax_body .tax_part {
  margin-right: 6px;
}
.wrapper .detail .price .tax_body .tax_part:last-child {
  margin-right: 0;
}
.wrapper .detail .price .tax_body .tax_part span {
  font-size: clamp(16px, 1.7vw, 17px);
  margin-right: 2px;
}
.wrapper .detail .price .tax_body .tax_part span.en {
  font-size: clamp(23px, 4vw, 25px);
  margin-right: 0;
}
.wrapper .detail .price p.tax_text {
  font-size: clamp(11px, 1.5vw, 12px);
  line-height: 1.45;
  margin-left: clamp(7px, 6.515px + 0.129vw, 9px);
  white-space: nowrap;
  margin-right: 0;
}
.wrapper .detail .price .select {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: calc(var(--list_margin) - 10px);
}
.wrapper .detail .price .select a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: #d9d7c7 1px solid;
  padding: 3px 5px;
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  z-index: 0;
}
.wrapper .detail .price .select a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1c1c1c;
  width: 100%;
  height: 100%;
  transform: scale(1, 0);
  transform-origin: left bottom;
  transition: transform 0.45s;
  z-index: -1;
  will-change: transform;
}
.wrapper .detail .price .select a:last-child {
  margin-right: 0;
}
.wrapper .detail .price .select a .svg {
  width: 25px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper .detail .price .select a .svg svg {
  height: 100%;
  width: 100%;
}
.wrapper .detail .price .select a .svg svg path {
  transition: fill 0.45s;
  fill: #B0B2AF;
}
.wrapper .detail .price .select a .name {
  width: auto;
  padding-left: 7px;
}
.wrapper .detail .price .select a .name p {
  font-size: clamp(11px, 1.7vw, 13px);
  white-space: nowrap;
  transition: color 0.45s;
}
.wrapper .detail .price .select a:hover::after, .wrapper .detail .price .select a.active::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
.wrapper .detail .price .select a:hover .svg svg path, .wrapper .detail .price .select a.active .svg svg path {
  fill: #fff;
}
.wrapper .detail .price .select a:hover .name p, .wrapper .detail .price .select a.active .name p {
  color: #fff;
}
.wrapper .detail .description {
  margin-bottom: var(--list_margin);
}
.wrapper .detail .value {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-auto-rows: auto;
  row-gap: 15px;
  -moz-column-gap: var(--p-margin);
       column-gap: var(--p-margin);
  margin-bottom: var(--list_margin);
}
.wrapper .detail .value .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrapper .detail .value .box:first-child {
  grid-area: 1/1/2/2;
}
.wrapper .detail .value .box:nth-child(2) {
  grid-area: 1/2/2/3;
}
.wrapper .detail .value .box:nth-child(3) {
  grid-area: 2/1/3/3;
}
.wrapper .detail .value .box:nth-child(4) {
  grid-area: 3/1/4/3;
}
.wrapper .detail .value .box:last-child {
  grid-area: 4/1/5/3;
}
.wrapper .detail .value .box .part {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--p-margin);
}
.wrapper .detail .value .box .part p {
  width: 100%;
  font-size: var(--small-font);
  margin-bottom: var(--p-margin);
}
.wrapper .detail .value .box .text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: var(--p-margin);
}
.wrapper .detail .value .box .text:last-child {
  margin-bottom: 0;
}
.wrapper .detail .value .box .text a {
  display: block;
  margin-right: 5px;
  font-size: clamp(14px, 1.6vw, 16px);
  transition: color 0.35s;
}
.wrapper .detail .value .box .text a:hover {
  color: #B0B2AF;
}
.wrapper .detail .value .box .text span {
  font-size: 12px;
}
.wrapper .detail .value .box .text table {
  width: 100%;
}
.wrapper .detail .value .box .text table td {
  width: auto;
  padding-right: var(--list_margin);
  padding-bottom: var(--p-margin);
}
.wrapper .detail .value .box .text table td:nth-child(3n) {
  padding-right: 0;
}
.wrapper .detail .value .box .text table td small.bold {
  display: inline-block;
  color: #B0B2AF;
  font-size: clamp(12px, 1.5vw, 15px);
  padding-right: 10px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .wrapper .detail .value .box .text table td small.bold {
    padding-right: 5px;
  }
}
.wrapper .detail .value .box .text table td span {
  font-size: clamp(13px, 1.5vw, 16px);
  line-height: 1;
}
.wrapper .detail .value .box .text table tr:last-child td {
  padding-bottom: 0;
}
.wrapper .detail .value .exhibi .text_box {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.wrapper .detail .value .exhibi a {
  font-size: clamp(12px, 1.5vw, 13px);
  display: block;
  text-decoration: underline;
  margin-right: clamp(15px, 1.9vw, 20px);
}
.wrapper .detail .value .exhibi a:last-child {
  margin-right: 0;
}
.wrapper .detail .value .size .text_box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 var(--p-margin);
}
.wrapper .detail .value .size a {
  width: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
  margin-bottom: clamp(7px, 1.9vw, 10px);
  border: #F5F5F1 1px solid;
  border-radius: 3px;
  z-index: 0;
  will-change: transform;
  overflow: hidden;
}
@media screen and (max-width: 530px) {
  .wrapper .detail .value .size a {
    width: calc((100% - 7px) / 2);
    margin-right: 7px;
  }
  .wrapper .detail .value .size a:nth-child(2n) {
    margin-right: 0px;
  }
}
.wrapper .detail .value .size a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1c1c1c;
  width: 100%;
  height: 100%;
  transform: scale(1, 0);
  transform-origin: left bottom;
  transition: transform 0.45s;
  z-index: -1;
}
.wrapper .detail .value .size a .img {
  width: 100%;
  max-width: 45px;
  padding: 0 2px;
  overflow: hidden;
  aspect-ratio: 1/1;
  background-color: #ECEBE4;
}
@media screen and (max-width: 768px) {
  .wrapper .detail .value .size a .img {
    max-width: 38px;
  }
}
.wrapper .detail .value .size a .img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wrapper .detail .value .size a .name {
  width: auto;
  white-space: nowrap;
  padding: 0 clamp(9px, 1.5vw, 11px);
  z-index: 3;
}
.wrapper .detail .value .size a .name p {
  font-size: clamp(11px, 1.5vw, 12px);
  white-space: nowrap;
  color: #1C1C1C;
  transition: color 0.45s;
}
.wrapper .detail .value .size a .name small {
  font-size: clamp(10px, 1.4vw, 11px);
  display: block;
  color: #1C1C1C;
  transition: color 0.45s;
}
.wrapper .detail .value .size a:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
.wrapper .detail .value .size a:hover .name p {
  color: #fff;
}
.wrapper .detail .value .size a:hover .name small {
  color: #fff;
}
.wrapper .detail .precautions {
  margin-bottom: var(--list_margin);
}
.wrapper .detail .precautions small {
  display: block;
  font-size: 12px;
  letter-spacing: 1.3px;
}
.wrapper .detail .precautions small a {
  text-decoration: underline;
  transition: color 0.35s;
}
.wrapper .detail .precautions small a:hover {
  color: #B0B2AF;
}
.wrapper .detail .cart_btn_wrap .payment {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.wrapper .detail .cart_btn_wrap .payment span,
.wrapper .detail .cart_btn_wrap .payment button {
  display: block;
  font-size: clamp(11px, 1.5vw, 12px);
  line-height: 1;
  background-color: #EEF0F2;
  padding: 5px 10px;
  margin-right: 5px;
  border-radius: 3px;
  margin-bottom: 5px;
}
.wrapper .detail .cart_btn_wrap .payment span:last-child,
.wrapper .detail .cart_btn_wrap .payment button:last-child {
  margin-right: 0;
}
.wrapper .detail .cart_btn_wrap .payment button {
  text-decoration: underline;
  transition: color 0.35s;
}
.wrapper .detail .cart_btn_wrap .payment button:hover {
  color: #B0B2AF;
}
.wrapper .movie {
  background-color: #ECEBE4;
}
.wrapper .movie .wrap {
  width: 100%;
  margin: 0 auto;
  padding: var(--title_margin) 0 var(--block_margin);
}
.wrapper .movie .headline {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--list_margin);
}
.wrapper .movie .headline::before {
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  background: url(/images/common/icon_movei.svg) no-repeat center/contain;
  margin-right: 7px;
}
.wrapper .movie .headline h2 {
  font-size: clamp(17px, 2.3vw, 20px);
  line-height: 1;
}
.wrapper .movie .movie_body {
  width: 93%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrapper .movie .movie_body {
    width: 100%;
    flex-direction: column;
  }
}
.wrapper .movie .movie_body div[class*=ytplayer] {
  width: 100%;
}
.wrapper .movie .movie_body iframe {
  width: 100%;
  height: auto;
  max-width: 800px;
  aspect-ratio: 16/9;
}
.wrapper .movie .movie_body:has(#ytplayer_second) iframe {
  width: calc(50% - var(--title_margin) / 2);
  margin-right: var(--title_margin);
}
.wrapper .movie .movie_body:has(#ytplayer_second) iframe:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .wrapper .movie .movie_body:has(#ytplayer_second) iframe {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .wrapper .movie .movie_body:has(#ytplayer_second) iframe:last-child {
    margin-bottom: 0;
  }
}
.wrapper .photo_review {
  overflow: hidden;
}
.wrapper .photo_review .block {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: var(--title_margin);
}
@media screen and (max-width: 768px) {
  .wrapper .photo_review .block {
    flex-direction: column;
    align-items: flex-start;
  }
}
.wrapper .photo_review .block .headline {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .wrapper .photo_review .block .headline {
    flex-direction: column;
    align-items: flex-start;
  }
}
.wrapper .photo_review .block .headline h3 {
  margin-right: var(--list_margin);
}
@media screen and (max-width: 768px) {
  .wrapper .photo_review .block .headline h3 {
    margin-right: 0;
    margin-bottom: var(--list_margin);
  }
}
.wrapper .photo_review .block .headline p {
  font-size: var(--small-font);
}
.wrapper .photo_review .block .headline p a {
  text-decoration: underline;
  transition: color 0.35s;
}
.wrapper .photo_review .block .headline p a:hover {
  color: #B0B2AF;
}
.wrapper .photo_review .block .swiper-nav {
  width: 86px;
  margin: 0;
}
.wrapper .photo_review .block .swiper-nav .swiper-button-prev::after,
.wrapper .photo_review .block .swiper-nav .swiper-button-next::after {
  width: 23px;
  height: 23px;
}
@media screen and (max-width: 768px) {
  .wrapper .photo_review .block .swiper-nav {
    height: 0;
    overflow: hidden;
  }
}
.wrapper .photo_review .swiper {
  overflow: visible;
}
.wrapper .photo_review .swiper-pagination {
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .wrapper .photo_review .swiper-pagination {
    width: 100%;
    height: auto;
    overflow: visible;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .photo_review .reviewSlider {
    margin-bottom: var(--list_margin);
  }
}
.wrapper .photo_review .reviewSlider img {
  margin-bottom: var(--p-margin);
}
.wrapper .photo_review .reviewSlider a {
  display: block;
}
.wrapper .photo_review .reviewSlider .text {
  padding: 10px;
}
.wrapper .photo_review .reviewSlider .text h4 {
  font-size: clamp(15px, 1.5vw, 16px);
  margin-bottom: calc(var(--p-margin) - 3px);
}
.wrapper .photo_review .reviewSlider .text p {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  font-size: var(--small-font);
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  max-height: 60px;
}
.wrapper .feature .top {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--title_margin);
}
@media screen and (max-width: 768px) {
  .wrapper .feature .top {
    flex-direction: column;
  }
}
.wrapper .feature .top .text {
  width: calc((100% - 100px) / 8 * 3);
  margin-right: var(--block_margin);
}
@media screen and (max-width: 768px) {
  .wrapper .feature .top .text {
    width: 100%;
    order: 1;
  }
}
.wrapper .feature .top .text h4 {
  margin-bottom: var(--title_margin);
  line-height: 1.4;
}
.wrapper .feature .top .text p {
  font-size: calc(var(--p-margin) + 1px);
  margin-bottom: var(--list_margin);
  line-height: 2.1;
}
.wrapper .feature .top .text .tag {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.wrapper .feature .top .text .tag span {
  display: block;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: clamp(11px, 1.4vw, 12px);
  background-color: #ECEBE4;
  padding: 0.7em 1.6em;
}
.wrapper .feature .top .text .tag span:last-child {
  margin-right: 0;
}
.wrapper .feature .top img {
  width: calc((100% - 100px) / 8 * 5);
  height: auto;
}
@media screen and (max-width: 768px) {
  .wrapper .feature .top img {
    width: 100%;
    order: 0;
    margin-bottom: var(--title_margin);
  }
}
.wrapper .feature .bottom .block {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.wrapper .feature .bottom .block > li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}
.wrapper .feature .bottom .block > li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .wrapper .feature .bottom .block > li {
    width: calc((100% - 30px) / 2);
    margin-bottom: var(--title_margin);
  }
  .wrapper .feature .bottom .block > li:nth-child(2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .feature .bottom .block > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: var(--title_margin);
  }
  .wrapper .feature .bottom .block > li:nth-child(2) .left {
    order: 0;
    margin-right: 0;
  }
  .wrapper .feature .bottom .block > li:nth-child(2) .right {
    order: -1;
    margin-right: 20px;
  }
  .wrapper .feature .bottom .block > li:nth-child(2) h5 {
    left: 0;
  }
}
.wrapper .feature .bottom .block .card {
  width: 100%;
  display: flex;
  position: relative;
  margin-bottom: var(--p-margin);
}
.wrapper .feature .bottom .block .card img {
  width: 100%;
}
.wrapper .feature .bottom .block .card p {
  font-size: var(--small-font);
  margin-bottom: 5px;
}
.wrapper .feature .bottom .block .card h5 {
  font-size: clamp(17px, 2.3vw, 20px);
  margin-bottom: var(--list_margin);
  line-height: 1;
  position: absolute;
  top: 0;
  left: 40%;
}
.wrapper .feature .bottom .block .swiper-nav {
  width: 105%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  margin: 0;
  transform: translate(-50%, -50%);
}
.wrapper .feature .bottom .block .swiper-nav .swiper-button-next,
.wrapper .feature .bottom .block .swiper-nav .swiper-button-prev {
  width: 21px;
  height: 21px;
}
.wrapper .feature .bottom .block .swiper-nav .swiper-button-next::after,
.wrapper .feature .bottom .block .swiper-nav .swiper-button-prev::after {
  width: 15px;
  height: 15px;
  border-top: #B0B2AF 2px solid;
  filter: drop-shadow(0px 0px 1px rgba(158, 158, 158, 0.062745098));
}
.wrapper .feature .bottom .block .swiper-nav .swiper-button-next::after {
  border-right: #B0B2AF 2px solid;
}
.wrapper .feature .bottom .block .swiper-nav .swiper-button-prev::after {
  border-left: #B0B2AF 2px solid;
}
.wrapper .feature .bottom .block .swiper-pagination {
  width: 100%;
  position: absolute;
  bottom: -25px;
}
.wrapper .feature .bottom .block .left {
  width: calc(40% - 20px);
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  margin-right: 20px;
}
.wrapper .feature .bottom .block .right {
  width: 60%;
}
.wrapper .feature .bottom .block .item {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: var(--title_margin) auto;
  grid-auto-rows: auto;
}
.wrapper .feature .bottom .block .item .box {
  grid-area: 2/1/3/2;
}
.wrapper .feature .bottom .block .meter {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.wrapper .feature .bottom .block .meter li {
  width: 13px;
  height: 13px;
  background-color: #EEF0F2;
  margin-right: 2px;
}
.wrapper .feature .bottom .block .meter li:last-child {
  margin-right: 0;
}
.wrapper .feature .bottom .block .meter li.ac {
  background-color: #B0B2AF;
}
.wrapper .spec .title {
  text-align: center;
}
.wrapper .spec .block {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .wrapper .spec .block {
    flex-direction: column;
  }
}
.wrapper .spec .pictuer {
  width: calc(50% - 25px);
  margin-right: var(--title_margin);
  position: sticky;
  top: 64px;
}
@media screen and (max-width: 768px) {
  .wrapper .spec .pictuer {
    width: 100%;
    margin-right: 0;
    position: static;
  }
}
.wrapper .spec .acordion {
  width: calc(50% - 25px);
}
@media screen and (max-width: 768px) {
  .wrapper .spec .acordion {
    width: 100%;
  }
}
.wrapper .spec .acordion ul {
  width: 100%;
}
.wrapper .spec .acordion li {
  width: 100%;
  margin-bottom: 10px;
}
.wrapper .spec .acordion dl {
  width: 100%;
  height: auto;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: var(--p-margin);
}
.wrapper .spec .acordion dl .headline {
  display: flex;
  align-items: baseline;
}
.wrapper .spec .acordion dl .headline h5 {
  font-size: clamp(15px, 1.5vw, 16px);
  line-height: 1;
  margin-right: 7px;
}
.wrapper .spec .acordion dl .headline span {
  font-size: 11px;
  line-height: 1;
  color: #B0B2AF;
}
.wrapper .spec .acordion dl button {
  position: relative;
  display: block;
  width: 25px;
  height: 13px;
}
.wrapper .spec .acordion dl button::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(/images/common/icon_arrow.svg) no-repeat center/contain;
  top: 0;
  left: 0;
  transform: rotateX(180deg);
  transition: transform 0.3s;
}
.wrapper .spec .acordion dd {
  width: 100%;
  height: auto;
  transition: height 0.3s, overflow 0.3s;
}
.wrapper .spec .acordion dd .flex {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--p-margin);
}
.wrapper .spec .acordion dd .flex .table_wrap {
  width: calc(50% - 10px);
  margin-right: 20px;
}
.wrapper .spec .acordion dd .flex .table_wrap:last-child {
  width: calc(50% - 10px);
  margin-right: 0;
}
.wrapper .spec .acordion dd .flex .table_wrap .modal_point {
  margin-top: var(--p-margin);
}
.wrapper .spec .acordion dd .flex th {
  text-align: start;
}
.wrapper .spec .acordion dd .flex td {
  text-align: end;
}
.wrapper .spec .acordion dd table {
  width: 100%;
  margin-bottom: var(--p-margin);
}
.wrapper .spec .acordion dd table:last-of-type {
  margin-bottom: 0;
}
.wrapper .spec .acordion dd table table th,
.wrapper .spec .acordion dd table table td {
  padding-top: 5px;
  padding-bottom: 0;
}
.wrapper .spec .acordion dd table table tr {
  border-bottom: transparent;
}
.wrapper .spec .acordion dd th,
.wrapper .spec .acordion dd td {
  padding: var(--p-margin) 0;
}
.wrapper .spec .acordion dd th {
  padding-right: var(--p-margin);
}
.wrapper .spec .acordion dd tbody:first-of-type th,
.wrapper .spec .acordion dd tbody:first-of-type td {
  padding-top: 0;
}
.wrapper .spec .acordion dd tbody tr {
  border-bottom: #B0B2AF solid 1px;
}
.wrapper .spec .acordion dd tbody:last-child tr {
  border-bottom: transparent;
}
.wrapper .spec .acordion dd tbody:last-child th,
.wrapper .spec .acordion dd tbody:last-child td {
  padding-bottom: 0;
}
.wrapper .spec .acordion dd p {
  font-size: var(--small-font);
  margin-bottom: var(--p-margin);
}
.wrapper .spec .acordion dd p:last-child {
  margin-bottom: 0;
}
.wrapper .spec .acordion dd .border_box {
  border-bottom: #B0B2AF solid 1px;
  margin-bottom: var(--p-margin);
  padding-bottom: var(--p-margin);
}
.wrapper .spec .acordion dd .border_box:last-child {
  margin-bottom: 0;
  border-bottom: transparent;
  padding-bottom: 0;
}
.wrapper .spec .acordion dd .border_box th,
.wrapper .spec .acordion dd .border_box td {
  padding-bottom: 0;
}
.wrapper .spec .acordion dd .border_box tr {
  border-bottom: transparent;
}
.wrapper .spec .acordion dd .box {
  margin-bottom: var(--p-margin);
}
.wrapper .spec .acordion dd .box:last-child {
  margin-bottom: 0;
}
.wrapper .spec .acordion .card,
.wrapper .spec .acordion .baseic_card {
  background-color: #FAFAFF;
  width: 100%;
  padding: 30px;
}
.wrapper .spec .acordion .card dl {
  margin-bottom: 0;
}
.wrapper .spec .acordion .card dd {
  height: 0;
  overflow: hidden;
}
.wrapper .spec .acordion .card.active dl {
  margin-bottom: var(--p-margin);
}
.wrapper .spec .acordion .card.active dl button::after {
  transform: rotateX(0deg);
}
.wrapper .spec .acordion .card.active dd {
  height: auto;
  overflow: visible;
}
.wrapper .brand {
  background-color: #EEF0F2;
  padding: var(--block_margin) 0;
}
.wrapper .brand p {
  font-size: var(--small-font);
}
.wrapper .brand .block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .wrapper .brand .block {
    align-items: flex-start;
  }
}
.wrapper .brand .headline {
  width: 75px;
  margin-left: clamp(50px, 6.9vw, 100px);
  order: 1;
}
@media screen and (max-width: 768px) {
  .wrapper .brand .headline {
    width: 65px;
    order: -1;
    margin-left: 0;
    margin-right: 15px;
  }
}
.wrapper .brand .headline h3 {
  font-size: clamp(20px, 2.3vw, 23px);
  writing-mode: vertical-rl;
  text-align: left;
  align-content: center;
}
.wrapper .brand .card_box {
  order: 0;
  width: calc(100% - 65px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.wrapper .brand li {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
}
.wrapper .brand li:last-child {
  margin-right: 0;
}
.wrapper .brand li a {
  display: block;
  width: 79px;
  padding: 3px 0;
  margin-top: 5px;
  margin-right: 0;
}
.wrapper .brand li a span {
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .wrapper .brand li {
    width: calc((100% - 20px) / 2);
    margin-bottom: var(--list_margin);
  }
  .wrapper .brand li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .brand li {
    width: 100%;
    margin-right: 0;
    margin-bottom: var(--list_margin);
  }
}
.wrapper .brand .card {
  width: 100%;
}
.wrapper .brand .card .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: var(--list_margin);
}
.wrapper .brand .card .top img {
  width: clamp(41px, 3.5vw, 51px);
  height: clamp(41px, 3.5vw, 51px);
  margin-right: 7px;
}
.wrapper .brand .card .top h4 {
  font-size: clamp(15px, 1.5vw, 16px);
}
.wrapper .brand .card .bottom {
  width: 100%;
}
.wrapper .content .block {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  align-items: start;
  justify-content: space-between;
  -moz-column-gap: var(--block_margin);
       column-gap: var(--block_margin);
}
@media screen and (max-width: 900px) {
  .wrapper .content .block {
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    row-gap: var(--title_margin);
  }
}
.wrapper .content .title {
  width: auto;
}
@media screen and (max-width: 768px) {
  .wrapper .content .title {
    width: 100%;
  }
}
.wrapper .content .content_box {
  width: 100%;
  display: grid;
  align-items: start;
  justify-content: end;
  justify-items: end;
  grid-template-columns: 44% calc(56% - var(--list_margin));
  grid-template-rows: auto auto;
  -moz-column-gap: var(--list_margin);
       column-gap: var(--list_margin);
}
@media screen and (max-width: 768px) {
  .wrapper .content .content_box {
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
  }
}
.wrapper .content .content_box .item {
  width: 100%;
}
.wrapper .content .content_box .item:first-child {
  grid-area: 1/1/3/2;
}
@media screen and (max-width: 768px) {
  .wrapper .content .content_box .item:first-child {
    grid-area: 1/1/2/2;
  }
}
.wrapper .content .content_box .item:nth-child(2) {
  grid-area: 1/2/2/3;
}
@media screen and (max-width: 768px) {
  .wrapper .content .content_box .item:nth-child(2) {
    grid-area: 2/1/3/2;
  }
}
.wrapper .content .content_box .item:last-child {
  grid-area: 2/2/3/3;
}
@media screen and (max-width: 768px) {
  .wrapper .content .content_box .item:last-child {
    grid-area: 3/1/4/2;
  }
}
@media screen and (max-width: 900px) {
  .wrapper .content .content_box .item {
    width: 100%;
  }
}
.wrapper .content .content_box .item .imgLink .img {
  width: 100%;
  aspect-ratio: 142/43;
  overflow: hidden;
  transition: border-radius 0.35s, opacity 0.35s;
}
.wrapper .content .content_box .item .imgLink .img img {
  transition: transform 0.6s;
}
.wrapper .content .content_box .item .imgLink .text {
  padding: var(--small-font) 0;
}
.wrapper .content .content_box .item .imgLink .text p {
  transition: color 0.35s;
}
.wrapper .content .content_box .item .imgLink:hover .img {
  border-radius: 15px;
  opacity: 0.7;
}
.wrapper .content .content_box .item .imgLink:hover .img img {
  transform: scale(1.03);
}
.wrapper .content .content_box .item .imgLink:hover .text p {
  color: #B0B2AF;
}
.wrapper .content .content_box .item .page {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: var(--p-margin);
  position: relative;
  transition: opacity 0.3s;
}
.wrapper .content .content_box .item .page:hover {
  opacity: 0.7;
}
.wrapper .content .content_box .item .page::after {
  position: absolute;
  display: block;
  width: 25px;
  height: 10px;
  content: "";
  background: url(/images/common/icon_arrow.svg) no-repeat center/contain;
  transform: rotate(-90deg);
  top: 45%;
  right: 0;
}
.wrapper .content .content_box .item .page > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.wrapper .content .content_box .item .page img {
  width: 82.25px;
  height: auto;
  margin-right: var(--list_margin);
}
.wrapper .content .content_box .item .page p {
  font-size: clamp(14px, 1.8vw, 16px);
  margin-bottom: var(--p-margin);
}
.wrapper .content .content_box .item .page .text span {
  font-size: 12px;
}
.wrapper .content .content_box .item .contact_card {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - var(--p-margin) / 2));
  grid-template-rows: auto;
  -moz-column-gap: var(--p-margin);
       column-gap: var(--p-margin);
}
.wrapper .content .content_box .item .contact_card li a {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
  transition: opacity 0.3s;
}
.wrapper .content .content_box .item .contact_card li a:hover {
  opacity: 0.7;
}
.wrapper .content .content_box .item .contact_card .tel b {
  display: block;
  font-size: clamp(20px, 1.8vw, 23px);
  white-space: nowrap;
}
.wrapper .content .content_box .item .contact_card .tel img {
  width: auto;
  height: clamp(15px, 1.6vw, 18px);
  aspect-ratio: 41/27;
  margin-right: 5px;
}
.wrapper .content .content_box .item .contact_card .tel .time {
  display: grid;
  align-items: start;
  grid-template-columns: auto;
  grid-template-rows: auto auto;
}
.wrapper .content .content_box .item .contact_card .tel .time div span {
  font-size: 12px;
}
.wrapper .content .content_box .item .contact_card .tel .time div span:first-child {
  padding-right: 3px;
}
.wrapper .content .content_box .item .contact_card .contact img {
  width: auto;
  height: 14px;
  aspect-ratio: 23/14;
  margin-right: 5px;
}
.wrapper .content .content_box .item .contact_card .contact b {
  display: block;
  font-size: clamp(15px, 1.4vw, 16px);
  white-space: nowrap;
  margin-right: 7px;
}
.wrapper .content .content_box .item .contact_card .contact p {
  font-size: 12px;
}
.wrapper .content .content_box .item .contact_card .contact span {
  width: 9px;
  height: 9px;
  position: relative;
}
.wrapper .content .content_box .item .contact_card .contact span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-top: #B0B2AF solid 1px;
  border-right: #B0B2AF solid 1px;
  transform: rotate(45deg);
  top: 0;
  left: 0;
}
.wrapper .modal {
  z-index: 1100;
}
.wrapper .modal .modal-bg {
  background-color: #fff;
}
.wrapper .modal .modal-body {
  width: auto;
  height: auto;
  margin: 0;
  max-width: none;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .wrapper .modal .modal-body {
    margin: 0 auto;
  }
}
.wrapper .modal .modal-body .modal-close::after, .wrapper .modal .modal-body .modal-close::before {
  background-color: #1C1C1C;
  height: 1px;
}
.wrapper .modal .modal-body .modal-inner.current {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper .modal .modal-body #modal_inner {
  width: 100%;
  height: 100%;
  max-width: 696px;
  max-height: 696px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .wrapper .modal .modal-body #modal_inner {
    width: calc(100vw - 30px);
    height: calc(100vw - 30px);
  }
}
.wrapper .modal .modal-body #modal_inner.current {
  display: block;
}
.wrapper .modal .modal-body #modal_inner img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper .modal .modal-body #modal_inner .swiper-pagination {
  position: absolute;
  top: 12px;
  left: 5%;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.wrapper .modal .modal-body .swiper-nav {
  position: absolute;
  bottom: 10px;
  left: 5%;
  width: 90%;
  z-index: 10;
}
.wrapper .modal .modal-body .swiper-nav .swiper-button-next::after,
.wrapper .modal .modal-body .swiper-nav .swiper-button-prev::after {
  width: 23px;
  height: 23px;
  filter: drop-shadow(1px 1px 1px #fff);
}
.wrapper .modal .modal-body .modal-close {
  top: 15px;
  right: 23px;
}
.wrapper .modal .modal-body .crean .box {
  width: 550px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .wrapper .modal .modal-body .crean .box {
    width: 93vw;
  }
}
.wrapper .modal .modal-body .crean table {
  width: 100%;
  height: auto;
}
.wrapper .modal .modal-body .crean table small {
  display: inline-block;
  font-size: clamp(10px, 8.857px + 0.149vw, 11px);
  line-height: 1;
}
.wrapper .modal .modal-body .crean tr {
  border-bottom: #B0B2AF solid 1px;
}
.wrapper .modal .modal-body .crean tr:last-child {
  border-bottom: transparent;
}
.wrapper .modal .modal-body .crean td {
  width: 25%;
  padding-top: var(--p-margin);
  vertical-align: middle;
  text-align: center;
  font-size: var(--p-margin);
}
.wrapper .modal .modal-body .crean .modal-close {
  top: -25px;
  right: 15px;
}
.wrapper .modal .modal-body .crean .subText {
  margin-top: var(--list_margin);
}
.wrapper .modal .modal-body .crean .subText p {
  font-size: clamp(11px, 1.4vw, 12px);
  text-align: right;
}
.wrapper .modal .modal-body .paidy .box {
  max-width: 800px;
  max-height: 100vh;
  padding: var(--title_margin);
}
@media screen and (max-width: 768px) {
  .wrapper .modal .modal-body .paidy .box {
    padding: 20px 10px;
    overflow-y: scroll;
  }
}
.wrapper .modal .modal-body .paidy .box h5 {
  font-size: clamp(13px, 1.6vw, 15px);
  margin-bottom: var(--title_margin);
  text-align: center;
}
.wrapper .modal .modal-body .paidy .box p {
  font-size: clamp(12px, 1.5vw, 13px);
}
.wrapper .modal .modal-body .paidy .box > p {
  font-size: clamp(13px, 1.6vw, 15px);
  text-align: center;
  margin-bottom: var(--list_margin);
}
.wrapper .modal .modal-body .paidy .box small {
  display: block;
  font-size: clamp(11px, 1.4vw, 12px);
}
.wrapper .modal .modal-body .paidy .box small a {
  text-decoration: underline;
}
.wrapper .modal .modal-body .paidy .table_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--list_margin);
}
@media screen and (max-width: 768px) {
  .wrapper .modal .modal-body .paidy .table_wrap {
    flex-direction: column;
  }
}
.wrapper .modal .modal-body .paidy .table_wrap .table_box {
  width: 303px;
  margin-right: var(--title_margin);
}
@media screen and (max-width: 768px) {
  .wrapper .modal .modal-body .paidy .table_wrap .table_box {
    margin-right: 0;
    margin-bottom: var(--list_margin);
  }
}
.wrapper .modal .modal-body .paidy .table_wrap .table_box:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .wrapper .modal .modal-body .paidy .table_wrap .table_box:last-child {
    margin-bottom: 0;
  }
}
.wrapper .modal .modal-body .paidy .table_wrap table {
  width: 100%;
  margin-top: var(--p-margin);
}
.wrapper .modal .modal-body .paidy .table_wrap table td {
  width: 30%;
  text-align: center;
  padding: var(--p-margin) 0;
}
.wrapper .modal .modal-body .paidy .table_wrap table td .bold {
  color: #B0B2AF;
}
.wrapper .modal .modal-body .paidy .table_wrap table tbody {
  border-bottom: #B0B2AF solid 1px;
}
.wrapper .modal .modal-body .paidy .table_wrap table tbody:first-child td {
  padding-top: 0;
}
.wrapper .modal .modal-body .paidy .table_wrap table tbody:last-child {
  border-bottom: transparent;
}
.wrapper .modal .modal-body .paidy .table_wrap table tbody:last-child td {
  padding-bottom: 0;
}
.wrapper .fixed_part {
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 500;
  transition: opacity 0.35s, visibility 0.35s;
  visibility: hidden;
  opacity: 0;
}
.wrapper .fixed_part.active {
  visibility: visible;
  opacity: 1;
}
.wrapper .fixed_part .btn_part {
  width: calc(100% - 20px);
  justify-content: flex-end;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .wrapper .fixed_part .btn_part {
    flex-direction: column;
    align-items: flex-end;
  }
}
.wrapper .fixed_part .btn_part form {
  width: 375px;
}
@media screen and (max-width: 768px) {
  .wrapper .fixed_part .btn_part form {
    width: 225px;
    order: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .fixed_part .btn_part .fav {
    order: -1;
    margin-bottom: var(--p-margin);
  }
}
.wrapper .zoom-container {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
  background: #fff;
  margin-left: 10px;
  z-index: 10;
}
.wrapper .zoom-container img {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  transform-origin: top left !important;
}
.wrapper .zoom-lens {
  position: absolute;
  width: 250px;
  background: rgba(255, 255, 255, 0.3);
  pointer-events: none;
  display: none;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .wrapper .zoom-lens,
  .wrapper .zoom-container {
    display: none !important;
  }
}
.wrapper .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}
.wrapper .video-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapper .custom-video {
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
.wrapper .custom-video::-webkit-media-controls {
  display: none;
}
.wrapper .video-poster {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  cursor: pointer;
}
.wrapper .video-overlay {
  display: none;
}