@charset "UTF-8";
:root {
  --primary-color: #61402A;
}

.hidden {
  overflow: hidden !important;
  touch-action: none;
}

* {
  color: var(--primary-color);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hidden {
  overflow: hidden !important;
  touch-action: none;
}

.wrap {
  background-color: #F5F4F0;
}

.header-container {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.0392156863);
  z-index: 100;
  background-color: #F5F4F0;
}

.header-wrap {
  margin: 0 auto;
  max-width: 1276px;
  height: 88px;
  width: 100%;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 10px;
}

.global-navi {
  display: flex;
  height: 100%;
  gap: 37px;
  justify-self: start;
}
.global-navi__wrap {
  height: 100%;
}
.global-navi__btn {
  height: 100%;
  vertical-align: middle;
  font-weight: 800;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 11px;
  cursor: pointer;
  transition: rotate 0.4s;
}
.global-navi__btn::after {
  content: "";
  display: block;
  background: url("../img/ico-arrow--down.svg") no-repeat center center;
  width: 9.72px;
  height: 5.6px;
}
.global-navi__btn.active::after {
  transform: rotate(-180deg);
}
.global-navi__list-overlay {
  position: fixed;
  display: block;
  top: 88px;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: background-color 0.3s ease;
  background-color: rgba(0, 0, 0, 0.3);
}
.global-navi__list-overlay.hide {
  display: none;
}
.global-navi__list-container {
  width: 100%;
  position: absolute;
  height: 240px;
  top: 0;
  left: 0;
  background-color: #EEE6D6;
  transition: top 0.4s ease;
}
.global-navi__list-wrap {
  max-width: 1277px;
  width: 82%;
  padding: 25px 0;
  margin: 0 auto;
}
.global-navi__list-wrap .swiper {
  max-width: 1160px;
}
.global-navi__list-wrap .swiper-wrapper {
  justify-content: flex-start;
}
.global-navi__list-wrap .swiper-slide {
  width: auto;
  flex-shrink: 0;
  flex-grow: 0;
}
.global-navi__list-wrap .navigation-wrapper {
  max-width: 1277px;
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 43%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.global-navi__list-wrap .swiper-button-prev,
.global-navi__list-wrap .swiper-button-next {
  position: static;
  margin-top: 0;
  background-color: #ffffff;
  width: 45px;
  height: 45px;
  border-radius: 999px;
  pointer-events: all;
}
.global-navi__list-wrap .swiper-button-prev::after,
.global-navi__list-wrap .swiper-button-next::after {
  font-size: 15px;
  font-weight: 800;
  color: var(--primary-color);
}
.global-navi__list-wrap .swiper-button-prev {
  margin-left: 0px;
}
.global-navi__list-wrap .swiper-button-next {
  margin-right: 0px;
}

.category-btn,
.promotion-btn {
  display: inline-flex;
  flex-direction: column;
  width: 129px;
  gap: 6px;
}
.category-btn.active .category-btn__inner::after, .category-btn:hover .category-btn__inner::after,
.category-btn.active .promotion-btn__inner::after,
.category-btn:hover .promotion-btn__inner::after,
.promotion-btn.active .category-btn__inner::after,
.promotion-btn:hover .category-btn__inner::after,
.promotion-btn.active .promotion-btn__inner::after,
.promotion-btn:hover .promotion-btn__inner::after {
  background-color: rgba(0, 0, 0, 0.5);
}
.category-btn.active .category-btn__inner .category-btn__txt-name, .category-btn.active .category-btn__inner .promotion-btn__txt-name, .category-btn:hover .category-btn__inner .category-btn__txt-name, .category-btn:hover .category-btn__inner .promotion-btn__txt-name,
.category-btn.active .promotion-btn__inner .category-btn__txt-name,
.category-btn.active .promotion-btn__inner .promotion-btn__txt-name,
.category-btn:hover .promotion-btn__inner .category-btn__txt-name,
.category-btn:hover .promotion-btn__inner .promotion-btn__txt-name,
.promotion-btn.active .category-btn__inner .category-btn__txt-name,
.promotion-btn.active .category-btn__inner .promotion-btn__txt-name,
.promotion-btn:hover .category-btn__inner .category-btn__txt-name,
.promotion-btn:hover .category-btn__inner .promotion-btn__txt-name,
.promotion-btn.active .promotion-btn__inner .category-btn__txt-name,
.promotion-btn.active .promotion-btn__inner .promotion-btn__txt-name,
.promotion-btn:hover .promotion-btn__inner .category-btn__txt-name,
.promotion-btn:hover .promotion-btn__inner .promotion-btn__txt-name {
  bottom: 0; /* 마우스 오버 시 원 위로 올라옴 */
  opacity: 1;
}
.category-btn.active > .category-btn__txt-name, .category-btn.active > .promotion-btn__txt-name, .category-btn:hover > .category-btn__txt-name, .category-btn:hover > .promotion-btn__txt-name,
.promotion-btn.active > .category-btn__txt-name,
.promotion-btn.active > .promotion-btn__txt-name,
.promotion-btn:hover > .category-btn__txt-name,
.promotion-btn:hover > .promotion-btn__txt-name {
  opacity: 0;
}
.category-btn .category-btn__txt-name,
.category-btn .promotion-btn__txt-name,
.promotion-btn .category-btn__txt-name,
.promotion-btn .promotion-btn__txt-name {
  font-size: 14px;
  font-family: "Noto Serif JP";
  font-weight: 900;
  text-align: center;
  line-height: 130%;
}
.category-btn__inner,
.promotion-btn__inner {
  width: 129px;
  height: 129px;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 999px;
  overflow: hidden;
}
.category-btn__inner::after,
.promotion-btn__inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
}
.category-btn__inner .category-btn__img,
.category-btn__inner .promotion-btn__img,
.promotion-btn__inner .category-btn__img,
.promotion-btn__inner .promotion-btn__img {
  width: 129px;
  height: 129px;
  object-fit: cover;
  border-radius: 999px;
  position: relative;
}
.category-btn__inner .category-btn__txt-name,
.category-btn__inner .promotion-btn__txt-name,
.promotion-btn__inner .category-btn__txt-name,
.promotion-btn__inner .promotion-btn__txt-name {
  position: absolute;
  bottom: -100%; /* 처음에는 아래로 숨김 */
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.3s ease, bottom 0.4s ease;
  z-index: 1;
  font-size: 16px;
  font-family: "Noto Serif JP";
  font-weight: 900;
}

.header-logo {
  align-self: center;
  justify-self: center;
}
.header-logo a {
  display: block;
}
.header-logo__img-pc {
  width: 127px;
}
.header-logo__img-mobile {
  width: 36px;
  display: none;
}

.header-etc {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-search {
  width: 217px;
  border-bottom: 2px solid var(--primary-color);
  display: flex;
  align-items: center;
  padding: 0 6px 6px 6px;
  gap: 3px;
}
.header-search__input {
  width: 100%;
  flex-grow: 1;
  border: 0;
  font-size: 16px;
  background-color: #F5F4F0;
  color: black;
}
.header-search__btn {
  cursor: pointer;
}
.header-search__img {
  flex-shrink: 0;
}

.header-lang .select-menu {
  position: relative;
}
.header-lang .select-menu__selected img {
  width: 29px;
  height: 29px;
}
.header-lang .select-menu__dropdown {
  min-width: 150px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: calc(100% + 15px);
  right: 0%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 0px;
}
.header-lang .select-menu__dropdown::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: inherit;
  filter: blur(10px);
  z-index: -1;
  pointer-events: none;
}
.header-lang .select-menu__option {
  text-align: left;
}
.header-lang .select-menu__input {
  display: none;
}
.header-lang .select-menu__input:checked + label span {
  color: #757575;
}
.header-lang .select-menu__label-lang {
  padding: 9px 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.header-lang .select-menu__label-lang img {
  width: 20px;
  height: 20px;
}
.header-lang .select-menu__label-lang span {
  font-size: 14px;
  font-family: "noto serif JP";
  font-weight: 700;
}

.select-menu__selected {
  cursor: pointer;
}
.select-menu__selected img {
  width: 29px;
  height: 29px;
}
.select-menu__dropdown.hide {
  display: none;
}

.sns-list {
  display: flex;
  gap: 6px;
}

.main-container {
  margin-top: 88px;
  padding-bottom: 140px;
}

.promotion-banner {
  width: 100%;
  background-color: #EEE6D6;
}
.promotion-banner .swiper-slide {
  max-width: 1276px;
  width: calc(100% - 300px);
  display: flex;
  opacity: 0.25;
  transition: opacity ease-in 0.4s;
}
.promotion-banner .swiper-slide-active {
  opacity: 1;
}
.promotion-banner .promotion__banner-img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promotion-banner .promotion__banner-img--mobile {
  display: none;
}
.promotion-banner .promotion-text {
  flex-grow: 1;
  background: url("../img/promotion-banner-bg.png") no-repeat center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  padding: 30px;
}
.promotion-banner .promotion-text__name {
  margin-top: -100px;
  font-weight: 700;
  font-size: 35px;
}
.promotion-banner .promotion-text__desc {
  font-weight: 700;
  font-size: 17px;
  line-height: 150%;
}
.promotion-banner .navigation-wrapper {
  max-width: 1276px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.promotion-banner .swiper-button-prev,
.promotion-banner .swiper-button-next {
  position: static;
  margin-top: 0;
  background-color: white;
  width: 45px;
  height: 45px;
  border-radius: 999px;
  pointer-events: all;
}
.promotion-banner .swiper-button-prev::after,
.promotion-banner .swiper-button-next::after {
  font-size: 15px;
  font-weight: 800;
  color: var(--primary-color);
}
.promotion-banner .swiper-button-prev {
  margin-left: -65px;
}
.promotion-banner .swiper-button-next {
  margin-right: -65px;
}

.main-container__navs {
  max-width: 1277px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.main-container__navs-promo {
  padding: 40px 0 20px 0;
}
.main-container__navs-cate {
  padding: 20px 0 40px 0;
}
.main-container__navs .swiper {
  max-width: 1160px;
}
.main-container__navs .swiper-wrapper {
  justify-content: flex-start;
}
.main-container__navs .swiper-slide {
  width: auto;
  flex-shrink: 0;
  flex-grow: 0;
}
.main-container__navs .navigation-wrapper {
  max-width: 1277px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 43%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.main-container__navs .swiper-button-prev,
.main-container__navs .swiper-button-next {
  position: static;
  margin-top: 0;
  background-color: #EEE6D6;
  width: 45px;
  height: 45px;
  border-radius: 999px;
  pointer-events: all;
}
.main-container__navs .swiper-button-prev::after,
.main-container__navs .swiper-button-next::after {
  font-size: 15px;
  font-weight: 800;
  color: var(--primary-color);
}
.main-container__navs .swiper-button-prev {
  margin-left: 0px;
}
.main-container__navs .swiper-button-next {
  margin-right: 0px;
}

.main-container__product-cart-longBanner {
  max-width: 1277px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 80px;
}

.main-container__product {
  margin-top: 66px;
  flex-grow: 1;
  max-width: calc(100% - 366px - 80px);
}
.main-container__product .product__header {
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
}
.main-container__product .product__sub {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  gap: 10px;
}
.main-container__product .product__sub span {
  color: black;
  display: flex;
  gap: 10px;
  letter-spacing: 0.15em;
}
.main-container__product .product__sub .product__cnt::before {
  content: "•";
  display: block;
}
.main-container__product .product__list {
  display: flex;
  flex-direction: column;
  padding-bottom: 60px;
}
.main-container__product .product__item {
  padding: 40px 0 40px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D8D8D8;
}
.main-container__product .product__info {
  width: 60%;
}
.main-container__product .product__label {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
}
.main-container__product .product__name {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  line-height: 1.2;
  color: black;
}
.main-container__product .product__desc {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.3;
  color: #212121;
  font-weight: 400;
}
.main-container__product .product__cost-btn {
  display: grid;
  grid-template-areas: "costPrice costPrice costPrice" "salePrice salePrice saleRate" "vat vat vat" "cartAdd  cartAdd  cartAdd";
  grid-template-columns: 1fr 1fr auto;
  justify-items: end; /* 모든 항목 우측 정렬 */
  align-items: center;
}
.main-container__product .product__vat {
  grid-area: vat;
  font-size: 15px;
  margin-top: 10px;
  margin-right: 8px;
  font-weight: 700;
}
.main-container__product .product__cost-price {
  margin-top: 5px;
  color: #6D6969;
  text-decoration: line-through;
  font-size: 15px;
  grid-area: costPrice;
  padding-bottom: 5px;
}
.main-container__product .product__cost-price::before {
  content: "₩ ";
}
.main-container__product .product__sale-price {
  font-weight: 800;
  font-size: 18px;
  grid-area: salePrice;
  vertical-align: middle;
  color: black;
  margin-right: 8px;
}
.main-container__product .product__sale-price::before {
  content: "₩ ";
}
.main-container__product .product__sale-rate {
  font-size: 18px;
  font-weight: 800;
  color: #F03232;
  border-radius: 8px;
  grid-area: saleRate;
  vertical-align: middle;
}
.main-container__product .product__cart-add {
  grid-area: cartAdd;
  font-size: 14px;
  width: 160px;
  border: 1px solid var(--primary-color);
  padding: 10px 0;
  color: var(--primary-color);
  margin-top: 30px;
  cursor: pointer;
  transition: all 0.3s;
  font-family: "Noto Serif JP";
  font-weight: 900;
}
.main-container__product .product__cart-add.active {
  background-color: var(--primary-color);
  color: white;
}
.main-container__product .product__cart-add:hover {
  background-color: var(--primary-color);
  color: white;
}

.main-container__cart {
  position: sticky;
  top: 100px;
  width: 367px;
  height: 630px;
  max-height: calc(100vh - 120px);
  border: 1px solid #61402A;
  display: flex;
  flex-direction: column;
  margin-top: 66px;
  background: linear-gradient(to bottom, #F5EBD5, #F8F3E9);
}
.main-container__cart .cart__header {
  padding: 16px 0;
  font-size: 18px;
  font-weight: 900;
  display: flex;
  gap: 8px;
  justify-content: center;
  border-bottom: 1px solid #61402A;
  background-color: #F3E3C4;
}
.main-container__cart .cart__header .cart__cnt::before {
  content: "(";
}
.main-container__cart .cart__header .cart__cnt::after {
  content: ")";
}
.main-container__cart .cart__list {
  width: 80%;
  margin: 20px auto 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow-y: auto;
  max-height: 420px;
}
.main-container__cart .cart__list::-webkit-scrollbar {
  width: 8px;
  background-color: #C4B69A;
  border-radius: 999px;
}
.main-container__cart .cart__list::-webkit-scrollbar-track {
  background-color: #C4B69A;
  border-radius: 0px;
}
.main-container__cart .cart__list::-webkit-scrollbar-thumb {
  background-color: #61402A;
}
.main-container__cart .cart__list::-webkit-scrollbar-button {
  display: none;
}
.main-container__cart .cart__list::-webkit-scrollbar-corner {
  background-color: #C4B69A;
}
.main-container__cart .cart__item {
  padding: 29px 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 14px;
  border-bottom: 1px solid #D7BBA9;
}
.main-container__cart .cart__product-info {
  display: flex;
  flex-direction: column;
}
.main-container__cart .cart__product-info .cart__name {
  font-size: 14px;
  font-weight: 700;
}
.main-container__cart .cart__product-info .cart__sale-price {
  font-size: 14px;
  font-weight: 700;
  margin-top: 8px;
}
.main-container__cart .cart__product-info .cart__sale-price::before {
  content: "₩ ";
}
.main-container__cart .cart__cancle-btn {
  cursor: pointer;
}
.main-container__cart .cart__bottom {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
.main-container__cart .cart__total {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 16px;
  border-bottom: 1px solid #61402A;
}
.main-container__cart .cart__total-txt {
  color: black;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.15em;
}
.main-container__cart .cart__total-sum {
  color: #FF3E3E;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.15em;
}
.main-container__cart .cart__total-sum::before {
  content: "₩ ";
}
.main-container__cart .cart__reser-btn {
  width: 90%;
  margin: 25px auto 0;
  padding: 17px 0;
  cursor: pointer;
  background-color: var(--primary-color);
  color: white;
  font-family: "Noto Serif JP";
  font-weight: 900;
  font-size: 15px;
}

.longBanner {
  width: auto;
  overflow: hidden;
  flex-shrink: 1;
}
.longBanner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-container {
  background-color: #EEE6D6;
}
.footer-container .footer-wrap {
  padding: 30px 0;
  max-width: 1277px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.footer-container .footer-wrap__img {
  width: 119px;
}
.footer-container .footer-wrap__txt {
  font-size: 13px;
  font-weight: 700;
  color: #9E7E68;
  margin-top: 15px;
}

.cart-check {
  display: none;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 200;
}

.modal {
  width: 560px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #F5F4F0;
  border-radius: 10px;
}
.modal--small {
  width: 450px;
}
.modal--small .modal__body {
  margin-top: 72px;
  max-height: 40vh;
}
.modal__header {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #F5F4F0;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  grid-template-areas: "empty title close";
  padding: 20px 40px;
  border-radius: 10px 10px 0 0;
}
.modal__header--prev {
  grid-template-areas: "prev title empty";
}
.modal__body {
  margin-top: 72px;
  max-height: 60vh;
  overflow-y: auto;
}
.modal__body .modal__text-inner {
  line-height: 130%;
  font-size: 16px;
  padding: 15px 40px;
  color: #212121;
  font-family: "Noto Serif JP";
}
.modal__body::-webkit-scrollbar {
  width: 8px;
  background-color: #C4B69A;
  border-radius: 999px;
}
.modal__body::-webkit-scrollbar-track {
  background-color: #C4B69A;
  border-radius: 0px;
}
.modal__body::-webkit-scrollbar-thumb {
  background-color: #61402A;
}
.modal__body::-webkit-scrollbar-button {
  display: none;
}
.modal__body::-webkit-scrollbar-corner {
  background-color: #C4B69A;
}
.modal__title {
  grid-area: title;
  font-size: 20px;
  font-weight: 700;
  font-family: "noto serif JP";
  color: #212121;
}
.modal__prev {
  grid-area: prev;
  justify-self: start;
  cursor: pointer;
}
.modal__prev img {
  width: 30px;
  height: 30px;
}
.modal__close {
  grid-area: close;
  justify-self: end;
  cursor: pointer;
}
.modal__close img {
  width: 30px;
  height: 30px;
}
.modal__bottom-btn {
  padding: 10px 40px 30px 40px;
  display: flex;
  gap: 8px;
}
.modal__bottom-btn button {
  font-size: 15px;
  font-weight: 700;
  font-family: "noto serif JP";
  border-radius: 6px;
  cursor: pointer;
}
.modal__prev2 {
  width: 100%;
  height: 50px;
  border: 1px solid #B8B8B8;
}
.modal__close2 {
  width: 20%;
  height: 50px;
  border: 1px solid #B8B8B8;
}
.modal__submit {
  width: 80%;
  height: 50px;
  background: var(--primary-color);
  color: white;
}
.modal .cart__total {
  width: 100%;
  padding: 15px 0;
  background-color: #F8F3E9;
  display: flex;
  justify-content: center;
  gap: 60px;
  border-top: 1px solid var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}
.modal .cart__total-txt {
  font-size: 14px;
  letter-spacing: 0.15em;
  font-family: "noto serif JP";
  font-weight: 700;
  color: black;
}
.modal .cart__total-sum {
  font-size: 15px;
  letter-spacing: 0.1em;
  font-family: "noto serif JP";
  font-weight: 800;
  color: #FF3E3E;
}
.modal .cart__total-sum::before {
  content: "₩ ";
}
.modal .form-wrap {
  padding: 19px 40px 40px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  overflow-y: auto;
}
.modal .form-wrap__col {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.modal .form-wrap__row {
  display: flex;
  gap: 10px;
}
.modal .form-wrap__row-inner {
  width: calc(50% - 5px);
}
.modal .form-wrap__row-inner2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border: 1px solid #B8B8B8;
  border-radius: 6px;
}
.modal .form-wrap__label {
  font-size: 17px;
  font-family: "noto serif JP";
  font-weight: 800;
  color: #2B2B2B;
}
.modal .form-wrap__input {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 45px;
  padding: 15px;
  border: 1px solid #B8B8B8;
  border-radius: 6px;
  color: black;
  font-size: 14px;
  background-color: #F5F4F0;
  font-weight: 600;
}
.modal .form-wrap .select-menu {
  position: relative;
}
.modal .form-wrap .select-menu__selected {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 45px;
  padding: 15px;
  border: 1px solid #B8B8B8;
  border-radius: 6px;
  color: black;
  font-size: 14px;
  font-weight: 700;
}
.modal .form-wrap .select-menu__selected::after {
  content: "";
  display: block;
  background: url("../img/ico-arrow--down.svg") no-repeat;
  background-size: 12px 8px;
  width: 12px;
  height: 8px;
}
.modal .form-wrap .select-menu__dropdown {
  width: 100%;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  border: 1px solid #B8B8B8;
  background-color: #F5F4F0;
  border-radius: 6px;
  overflow-y: auto;
  z-index: 10;
  max-height: 200px;
}
.modal .form-wrap .select-menu__dropdown input {
  display: none;
}
.modal .form-wrap .select-menu__dropdown label {
  display: block;
  padding: 15px;
  font-size: 14px;
  font-family: "noto serif JP";
  font-weight: 700;
  cursor: pointer;
}
.modal .form-wrap .select-menu__dropdown input:checked + label {
  background-color: #eee8da;
}
.modal .form-wrap .select-menu__dropdown::-webkit-scrollbar {
  width: 8px;
  background-color: #C4B69A;
  border-radius: 999px;
}
.modal .form-wrap .select-menu__dropdown::-webkit-scrollbar-track {
  background-color: #C4B69A;
  border-radius: 0px;
}
.modal .form-wrap .select-menu__dropdown::-webkit-scrollbar-thumb {
  background-color: #61402A;
}
.modal .form-wrap .select-menu__dropdown::-webkit-scrollbar-button {
  display: none;
}
.modal .form-wrap .select-menu__dropdown::-webkit-scrollbar-corner {
  background-color: #C4B69A;
}
.modal .form-wrap .radio-select__input {
  display: none;
}
.modal .form-wrap .radio-select__input:checked + .radio-select__label::after {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.modal .form-wrap .radio-select__input:checked + .radio-select__label::before {
  border-color: var(--primary-color);
}
.modal .form-wrap .radio-select__label {
  font-size: 14px;
  font-weight: 700;
  font-family: "noto serif JP";
  color: black;
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative;
  height: 45px;
  border: 1px solid #B8B8B8;
  cursor: pointer;
  padding-left: 15px;
  border-radius: 6px;
}
.modal .form-wrap .radio-select__label::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid #B8B8B8;
}
.modal .form-wrap .radio-select__label::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 1px solid #B8B8B8;
  background-color: #E0E0E0;
}
.modal .form-wrap .check-select__input {
  display: none;
}
.modal .form-wrap .check-select__input:checked + .check-select__label::after {
  border-color: var(--primary-color);
}
.modal .form-wrap .check-select__input:checked + .check-select__label::before {
  border-color: var(--primary-color);
}
.modal .form-wrap .check-select__label {
  font-size: 14px;
  font-weight: 700;
  font-family: "noto serif JP";
  color: black;
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative;
  height: 45px;
  cursor: pointer;
  padding-left: 15px;
  border-radius: 6px;
}
.modal .form-wrap .check-select__label::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 7px;
  border: 1px solid #B8B8B8;
}
.modal .form-wrap .check-select__label::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 22.5px;
  width: 5px;
  height: 10px;
  border: solid #B8B8B8;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.modal .form-wrap .read-more {
  padding-right: 15px;
  color: #757575;
  font-weight: 700;
  cursor: pointer;
}/*# sourceMappingURL=index_common.css.map */

font[style*="vertical-align"] {
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}