@charset "UTF-8";
:root {
  --main-color: #2CA9DF;
}

/* ✅ 電話番号・住所などの自動リンク化を無効化 */
a,
address,
tel {
  -webkit-touch-callout: none;
  text-decoration: none;
}

meta[name=format-detection] {
  content: "telephone=no";
}

/* ✅ テキスト自動拡大を無効化 */
html {
  -webkit-text-size-adjust: 100%;
  /* 自動ズームを止める */
}

/* ✅ フォーム要素の独自スタイルを無効化 */
input,
textarea,
select,
button {
  -webkit-appearance: none;
  /* iOS独自の角丸などをリセット */
  border-radius: 0;
}

/* ✅ iOSで発生しやすいタップ時の背景色を無効化 */
a,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.p-product_navi__sort::before,
.l-header_search__select::before,
.c-quant-label::before,
.usce_period::before {
  content: none;
}
.p-product_navi__sort select,
.l-header_search__select select,
.c-quant-label select,
.usce_period select {
  appearance: auto;
  cursor: pointer;
}

input {
  transition: 0.4s;
  cursor: pointer;
}

.slick-list {
  padding: 0 !important;
}

.c-btn {
  padding: 0.7em 1em;
  max-width: 28rem;
}

.c-ttl_bdb {
  line-height: 1.2;
}

.c-flex {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.c-flex.-baseline {
  align-items: baseline;
}

.c-mintxt {
  font-size: 0.4em;
}

.c-deletemember {
  padding: 10px 0 40px 0;
  border: 1px solid #e6e6e6;
  width: min(90%, 95rem);
  margin: 0 auto;
  background: #fff;
  margin-top: 4rem;
}
.c-deletemember__txt {
  text-align: center;
  font-size: 0.9em;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-deletemember__txt {
    text-align: left;
    font-size: 1.1rem;
  }
}

.c-form__sheet > tbody > tr > th, .c-form__sheet > tbody > tr > td {
  font-size: 1.4rem;
  padding: 1rem 0 1rem 2rem;
}
.c-form__ttl.-required:after {
  margin-left: 2rem;
}
.c-form__input.-text {
  font-size: 1.6rem;
  border-radius: 3px;
  padding: 0.5em;
}
.c-form__notes {
  font-size: 0.8em;
}
.c-form__privacy {
  margin: 4rem 0;
}
.c-form__privacy .ttl {
  font-size: 1.6rem;
}
.c-form__privacy .list li,
.c-form__privacy p {
  font-size: 1.4rem;
}
.c-form__agreement {
  margin-top: 0;
}
.c-form__btnwrap button {
  margin: 0;
}
.c-form__check + *:after {
  left: -1px;
  top: 0px;
}

.send {
  border-top-color: transparent !important;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 4rem;
}
.send input,
.send .-blue {
  cursor: pointer;
  max-width: 32rem;
  width: 100%;
  transition: 0.4s;
  display: inline-block;
  text-align: center;
  border: 1px solid #2CA9DF;
  border-radius: 3px;
  line-height: 1;
  background: #2CA9DF;
  padding: 0.7em;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 991.9px) {
  .send input,
  .send .-blue {
    font-size: 1.4rem;
    padding: 1.5rem 0;
  }
}
.send input:hover,
.send .-blue:hover {
  color: #2CA9DF;
  background: #fff;
}
.send .usces_logout_a,
.send .continue_shopping_button,
.send .back_cart_button,
.send .back_to_customer_button,
.send .back_to_delivery_button,
.send .editmember,
.send .top {
  display: block;
  width: 100%;
  max-width: 32rem;
  border: 1px solid #222;
  border-radius: 5px;
  background: #222;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  padding: 0.7em 0;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 991.9px) {
  .send .usces_logout_a,
  .send .continue_shopping_button,
  .send .back_cart_button,
  .send .back_to_customer_button,
  .send .back_to_delivery_button,
  .send .editmember,
  .send .top {
    font-size: 1.4rem;
    padding: 1.5rem 10px;
  }
}
.send .usces_logout_a:hover,
.send .continue_shopping_button:hover,
.send .back_cart_button:hover,
.send .back_to_customer_button:hover,
.send .back_to_delivery_button:hover,
.send .editmember:hover,
.send .top:hover {
  color: #222;
  background: #fff;
}
.send .deletemember {
  color: #000 !important;
  font-size: 1.6rem;
  border: none;
  background: transparent;
  font-weight: normal;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .send .deletemember {
    font-size: 1.2rem;
  }
}

.pagination {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  width: 100%;
}
.pagination .page-item:not(.last) .page-link, .pagination .page-item:not(.first) .page-link {
  width: 2.8em;
  height: 2.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 1.4rem;
  color: #fff;
  background: #000;
}
@media screen and (max-width: 700px) {
  .pagination .page-item:not(.last) .page-link, .pagination .page-item:not(.first) .page-link {
    width: 2em;
    height: 2em;
  }
}
.pagination .page-item.first .page-link, .pagination .page-item.last .page-link {
  background: transparent;
}
.pagination .page-item.first .page-link i, .pagination .page-item.last .page-link i {
  position: relative;
  display: inline-block;
  width: 11.8px;
  height: 19.6px;
}
.pagination .page-item.first i::before, .pagination .page-item.first i::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 15px;
  height: 4px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: 2px 50%;
}
.pagination .page-item.first i::before {
  transform: rotate(45deg);
}
.pagination .page-item.first i::after {
  transform: rotate(-45deg);
}
.pagination .page-item.last i::before, .pagination .page-item.last i::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 15px;
  height: 4px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 2px) 50%;
}
.pagination .page-item.last i::before {
  transform: rotate(45deg);
}
.pagination .page-item.last i::after {
  transform: rotate(-45deg);
}
.pagination .page-item.active .page-link {
  background: #2CA9DF;
}

.c-textbar {
  border-top: #fff 1px solid;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: var(--main-color);
  color: #fff;
  font-size: 0.8em;
  letter-spacing: 0.03em;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767.9px) {
  .c-textbar {
    text-align: center;
    height: 4.5rem;
    font-size: 11.7px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 575.9px) {
  .c-textbar {
    font-size: 10px;
  }
}
.c-textbar span {
  font-size: 1.1em;
  font-weight: 700;
}
.c-textbar a {
  color: #fff;
}

.c-textBox.mt {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .c-textBox.mt {
    margin-top: 4rem;
  }
}
.c-textBox a {
  transition: all 0.4s;
}
.c-textBox a:hover {
  opacity: 0.7;
}
.c-textBox__inner {
  border: 2px solid #c8b799;
  border-radius: 5px;
  width: min(90%, 75rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.c-textBox__item {
  margin: 0 2em;
  padding: 1em 0;
  text-align: center;
  background: none;
  border: none;
  position: relative;
}
.c-textBox__item:not(:first-of-type) {
  border-top: 1px solid #ece9e6;
}
.c-textBox__ttl {
  font-size: 2.4rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.02em;
  margin-bottom: 0.5em;
  display: inline-block;
  border-bottom: 2px solid #c8b799;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 767.9px) {
  .c-textBox__ttl {
    font-size: 2rem;
  }
}
.c-textBox__txt {
  font-size: 1.8rem;
  color: #473c29;
  line-height: 1.6;
}
@media screen and (max-width: 767.9px) {
  .c-textBox__txt {
    text-align: left;
  }
}
.c-textBox__txt span {
  font-size: 1.125em;
  font-weight: 700;
}
.c-textBox__txt span.bold {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .c-textBox__txt span.bold {
    font-size: 1.6rem;
  }
}
.c-textBox__txt span.red {
  color: #A80000;
}
.c-textBox__btn {
  margin: 4rem 0 2rem 0;
}
.c-textBox__btn a {
  line-height: 1;
  display: block;
  width: min(90%, 28rem);
  padding: 0.7em 1em;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  color: #fff;
  font-size: 2rem;
  border-radius: 5px;
  font-weight: 700;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .c-textBox__btn a {
    font-size: 1.6rem;
  }
}
.c-textBox__btn a:hover {
  background: #fff;
  color: var(--main-color);
}

.c-bnr {
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: min(90%, 28rem);
}
.c-bnr:hover img {
  box-shadow: none;
}
.c-bnr img {
  transition: ease 0.4s;
  box-shadow: 0px 4px 25.1px 0px rgba(0, 0, 0, 0.25);
}

.c-card_product__priceWrap {
  font-size: 1.2em;
}
.c-card_product__priceWrap .c-mintxt {
  font-size: 0.6em;
}

.price.flex {
  margin-right: 2.4em;
}
.price.flex span {
  min-width: 5em;
  display: inline-block;
  text-align: right;
}
.price.min-flex {
  margin-right: 2.1em;
}
.price.min-flex span {
  display: inline-block;
  min-width: 7.3em;
}

.l-content.-under {
  padding-top: 8rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 991.9px) {
  .l-content.-under {
    padding-top: 4rem;
    padding-bottom: 7.5rem;
  }
}

@media screen and (max-width: 575.9px) {
  .l-header__logo {
    width: 40%;
  }
}
.l-header__inner {
  padding: 2.2rem 6vw 2.5rem;
}
@media screen and (max-width: 1800.9px) {
  .l-header__inner {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
.l-header__menu {
  justify-content: end;
}
@media screen and (max-width: 991.9px) {
  .l-header__wrap {
    display: contents;
  }
}
.l-header__bnrs {
  margin-left: 1rem;
}
.l-header__bnr:not(:first-child) {
  margin-left: 1rem;
}
.l-header__bnr a {
  width: 17.5rem;
  font-size: 1.55rem;
  padding: 1.1rem 0;
}
.l-header__bnr a span {
  font-size: 1.2rem;
}
.l-header__link .txtMenu {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 0.4em;
}
.l-header__link .txtMenu.spItemBtn {
  background: var(--main-color);
  color: #fff;
  font-size: 1rem;
  padding: 0 1em;
  border-radius: 3.7px;
  margin-right: 5px;
  letter-spacing: 0.06rem;
  font-weight: bold;
}
.l-header__link .icon svg {
  height: 33px;
  width: auto;
  fill: none;
}
@media screen and (max-width: 767.9px) {
  .l-header__link .icon svg {
    height: 28px;
  }
}
.l-header__link .-search svg {
  fill: #fff;
}
.l-header__link .-cart svg {
  stroke: #fff;
}
.l-header__link .txt {
  margin-top: 0;
}
.l-header__link:not(:first-child) {
  margin-left: 1rem;
}
@media screen and (max-width: 767.9px) {
  .l-header__link:not(:first-child) {
    margin-left: 10px;
  }
}

.l-header_search {
  margin-top: 1rem;
}
.l-header_search input[type=text],
.l-header_search select {
  padding: 0 0.65em;
  height: 3.7rem;
  cursor: pointer;
}
@media screen and (max-width: 991.9px) {
  .l-header_search input[type=text],
  .l-header_search select {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991.9px) {
  .l-header_search__item {
    width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .l-header_search__item {
    gap: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .l-header_search__item:not(:first-child) {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 991.9px) {
  .l-header_search__item:not(:first-child) {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 767.9px) {
  .l-header_search__selects {
    width: 100%;
    gap: 1rem;
  }
}
.l-header_search__select select {
  color: #333;
}
@media screen and (min-width: 991px) {
  .l-header_search__select #region-select {
    width: 15em;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .l-header_search__select #region-select {
    width: 12em;
  }
}
.l-header_search__select .-selected {
  background: #f3f3f3;
}
.l-header_search__flex {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .l-header_search__flex {
    gap: 1rem;
  }
}
.l-header_search__input input {
  width: 30rem;
}
@media screen and (max-width: 1400px) and (min-width: 992px) {
  .l-header_search__input input {
    width: 25rem;
  }
}
@media screen and (max-width: 991.9px) {
  .l-header_search__input input {
    width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .l-header_search__input {
    width: 100%;
    margin-left: 0;
  }
}
.l-header_search__btnWrap {
  flex-shrink: 0;
  display: flex;
}
@media screen and (max-width: 767.9px) {
  .l-header_search__btnWrap {
    gap: 1rem;
  }
}
@media screen and (max-width: 767.9px) {
  .l-header_search__btn {
    margin-left: 0;
  }
}
.l-header_search__btn .clear-btn {
  width: 7.4rem;
  background: var(--main-color);
  border-radius: 3.7px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  font-size: 1.5em;
}
@media screen and (max-width: 1500px) {
  .l-header_search__btn.-md button,
  .l-header_search__btn.-md .clear-btn {
    width: 5rem;
  }
}
@media screen and (max-width: 1500px) {
  .l-header_search__btn button,
  .l-header_search__btn .clear-btn {
    width: 5rem;
  }
}
.l-header_search__btn button .icon,
.l-header_search__btn .clear-btn .icon {
  position: relative;
  top: -0.2rem;
}

.l-footer {
  padding: 5.5rem 0 2.8rem 0;
}
@media screen and (max-width: 767.9px) {
  .l-footer__logo {
    width: 100%;
  }
}
.l-footer__naviList > li:not(:first-child) {
  margin-top: 1.4em;
}
.l-footer__infoItem {
  line-height: 1.8;
}
.l-footer__club {
  padding: 3.75rem 5.75rem;
}
@media screen and (min-width: 768px) {
  .l-footer__club {
    width: 45%;
  }
}
@media screen and (max-width: 767.9px) {
  .l-footer__club {
    padding: 2rem 2rem 3rem 2rem;
  }
}
.l-footer__club__bnr {
  margin-top: 4.6rem;
}
.l-footer__clubTtl p {
  padding-top: 0.5em;
}
.l-footer__clubTtl p span {
  display: inline;
  color: #A80000;
  font-weight: 700;
  font-size: 1.125em;
}
.l-footer__clubBnrs {
  justify-content: space-between;
}
.l-footer__copy {
  text-align: center;
  margin-top: 5rem;
}

.l-sidebar_product__list {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-left: 5px;
}
.l-sidebar_product__item {
  margin-left: 5px;
}
.l-sidebar_product__item a {
  text-decoration: none;
  color: #333;
  padding: 2px 4px;
  display: block;
  border-radius: 3px;
  transition: background 0.15s;
}
.l-sidebar_product__item a:hover, .l-sidebar_product__item a:focus {
  background: #f5f5f5;
  color: var(--main-color);
}
.l-sidebar_product__item .l-sidebar_product__list {
  padding-left: 1.2em;
  border-left: 1px dotted #ddd;
  margin-left: 0.3em;
}

.l-breadcrumb_list li:not(:last-of-type) {
  flex-shrink: 0;
}

.-login {
  --main-color: #413C5B;
}
.-login .-login-ttl:before {
  background: #413C5B;
}
.-login .-login-btn {
  background: #B59042;
  border-color: #B59042;
}
.-login .-login-btn:hover {
  background: #fff;
  color: #B59042;
}
.-login .l-footer {
  background: #413C5B;
}
.-login .l-gnavi__bnr.-logout {
  background: url(../img/common/bg_login.png) no-repeat center/cover;
}
.-login .l-header {
  background: rgba(255, 255, 255, 0.53);
}
@media screen and (max-width: 1500px) {
  .-login .l-header .c-logo {
    width: 60%;
  }
}
@media screen and (max-width: 991.9px) {
  .-login .l-header .c-logo {
    width: 100%;
  }
}
.-login .l-header__hamburger span {
  background: #413C5B;
}
.-login .l-header__hamburger span::before, .-login .l-header__hamburger span::after {
  background: #413C5B;
}
.-login .l-header__logo {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 575.9px) {
  .-login .l-header__logo {
    width: 30%;
    gap: 1rem;
  }
}
.-login .l-header__logo .-login-label {
  font-size: 1.5rem;
  color: #fff;
  background: #413C5B;
  display: inline-block;
  padding: 1.1rem 2.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 1800.9px) {
  .-login .l-header__logo .-login-label {
    font-size: 1.2rem;
    padding: 1.1rem 1.4rem;
  }
}
@media screen and (max-width: 991.9px) {
  .-login .l-header__logo .-login-label {
    display: none;
  }
}
.-login .l-header__link .txtMenu {
  color: #000;
  font-weight: 500;
}
.-login .l-header__link .txtMenu.spItemBtn {
  background: #B59042;
  color: #fff;
}
.-login .l-header__link .-search svg {
  fill: #000;
}
.-login .l-header__link .-cart svg {
  stroke: #000;
}
.-login .l-header__link .txt {
  color: #000;
}
.-login .l-header__bnr.-logout {
  background: url(../img/common/bg_login.png) no-repeat center/cover;
  border-radius: 5px;
}
.-login .l-header__bnr.-logout a {
  font-size: 1.65rem;
  padding: 1.8rem 0;
  width: 15.5rem;
}
.-login .l-header_search__btn button,
.-login .l-header_search__btn a {
  background: #B59042;
}
.-login .l-header_search__input input, .-login .l-header_search__select select {
  border: 1px solid #e5e5e5;
}

.slideout-open .l-header__hamburger span {
  background: transparent;
}
.slideout-open .l-header__hamburger span::before, .slideout-open .l-header__hamburger span::after {
  background: #fff;
}

.price-wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1rem;
}
.price-wrap dl {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.price-wrap dl.member-price {
  color: #A80000;
}
.price-wrap dl dt {
  font-size: 0.9em;
}
.price-wrap dl dd .p {
  font-size: 1.1em;
}
.price-wrap dl dd .min {
  font-size: 0.8em;
}
.price-wrap dl dd .taxout {
  font-size: 0.8em;
}
.price-wrap dl.cprice {
  position: relative;
}
.price-wrap dl.cprice::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #A80000;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  left: 0;
}
.price-wrap:not(.-single) {
  width: 100%;
  font-size: 1.6rem;
}
@media screen and (max-width: 700px) {
  .price-wrap:not(.-single) {
    font-size: 1.4rem;
  }
}
.price-wrap:not(.-single) dl.cprice::before {
  top: 75%;
}
.price-wrap.-single {
  margin-top: 2.5rem;
  width: fit-content;
  font-size: 2rem;
  gap: 0;
}
@media screen and (max-width: 700px) {
  .price-wrap.-single {
    font-size: 1.8rem;
  }
}
.price-wrap.-single dl {
  flex-direction: row;
  align-items: center;
}
.price-wrap.-single dl dt {
  font-size: 0.9em;
}

.p-product {
  padding-top: 2rem !important;
}

.p-product_navi {
  top: -8rem;
}
.p-product_navi__sort {
  z-index: 3;
}

.p-product_detail__desc iframe,
.c-card_product__desc iframe {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  height: 100%;
}
.p-product_detail__desc img,
.c-card_product__desc img {
  display: none;
}
.p-product_detail__price,
.c-card_product__price {
  font-size: 2.2rem;
}
.p-product_detail__badges,
.c-card_product__badges {
  gap: 1rem;
}
@media screen and (max-width: 575.9px) {
  .p-product_detail__badges,
  .c-card_product__badges {
    display: flex;
    gap: 5px;
  }
}
.p-product_detail__badge:not(:first-child),
.c-card_product__badge:not(:first-child) {
  margin-top: 0;
  margin-left: 0;
}
.p-product_detail__badge.-type,
.c-card_product__badge.-type {
  font-size: 1.2rem;
}
.p-product_detail__badge.-type.-orange,
.c-card_product__badge.-type.-orange {
  background: #ff8138;
  border-color: #ff8138;
}
.p-product_detail__badge.-type.-brandy,
.c-card_product__badge.-type.-brandy {
  background: #000;
}
.p-product_detail__badge.-type.-set,
.c-card_product__badge.-type.-set {
  background: #000;
}
.p-product_detail__badge.-type.-red-white,
.c-card_product__badge.-type.-red-white {
  background: linear-gradient(105deg, #A80000 50%, #E2DDC0 50%);
  border-color: transparent;
  border: none;
}
.p-product_detail__badge.-type.-unknown,
.c-card_product__badge.-type.-unknown {
  background: #fff;
  color: #000;
  display: none;
}
.p-product_detail__badge.-status.-few,
.c-card_product__badge.-status.-few {
  background: red;
  color: #fff;
  border: 1px solid red;
}
.p-product_detail__badge.-status.-in,
.c-card_product__badge.-status.-in {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.p-product_detail__contact,
.c-card_product__contact {
  flex-shrink: 0;
}
.p-product_detail__btn,
.c-card_product__btn {
  width: 100%;
  margin-left: 0;
}
.p-product_detail__btn input,
.c-card_product__btn input {
  font-size: 1.6rem;
}
.p-product_detail__btn #cart_form,
.c-card_product__btn #cart_form {
  margin-left: 1rem;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 2em;
}
.p-product_detail__btn #cart_form .c-quant-label,
.c-card_product__btn #cart_form .c-quant-label {
  display: flex;
  align-items: center;
  gap: 0.3em;
}
.p-product_detail__btn #cart_form .c-quant-label div,
.c-card_product__btn #cart_form .c-quant-label div {
  flex-shrink: 0;
}
.p-product_detail__btn #cart_form .c-quant-label select,
.c-card_product__btn #cart_form .c-quant-label select {
  width: 5em;
}
.p-product_detail__btn #cart_form p,
.c-card_product__btn #cart_form p {
  width: 100%;
}
.p-product_detail__desc p,
.c-card_product__desc p {
  font-size: 1.4rem;
}
.p-product_detail__desc p + p,
.c-card_product__desc p + p {
  margin-top: 0.5em;
}
.p-product_detail__backbtn,
.c-card_product__backbtn {
  margin-top: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767.9px) {
  .p-product_detail__backbtn,
  .c-card_product__backbtn {
    flex-direction: column;
  }
}

.p-product_detail__exp {
  margin-top: 1em;
  font-size: 1.4rem;
}
.p-product_detail__priceWrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.p-product_detail__stock {
  margin-bottom: 0.6em;
  font-weight: 500;
  line-height: 1;
  flex-shrink: 0;
}
.p-product_detail__stock span {
  font-size: 2.3rem;
  display: inline-block;
  margin: 0 0.1em;
  line-height: 1;
}
.p-product_detail__price {
  justify-content: end;
  flex-wrap: wrap;
}
.p-product_detail__price .price {
  width: 100%;
  text-align: right;
}
.p-product_detail__price .-price {
  font-size: 1.2em;
}
.p-product_detail__price .member_price_label {
  font-size: 0.9em;
  margin-right: 0.5em;
  display: inline-block;
}
.p-product_detail__price .tax {
  margin-top: 0.4em;
}
.p-product_detail__related {
  margin-top: 5rem;
}

.c-card_product {
  flex-wrap: wrap;
}
@media screen and (max-width: 575.9px) {
  .c-card_product__badges {
    flex-direction: column;
  }
}
@media screen and (max-width: 991.9px) {
  .c-card_product__item:nth-child(n+3) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 991.9px) {
  .c-card_product__item {
    width: 49%;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .c-card_product__link {
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 767.9px) {
  .c-card_product__link {
    padding: 0.5rem 0.5rem;
  }
}
@media screen and (max-width: 767.9px) {
  .c-card_product__ttl {
    margin-top: 1rem;
  }
}
.c-card_product__priceWrap {
  flex-wrap: wrap;
  justify-content: end;
  flex-direction: column;
  gap: 4px;
}
.c-card_product__price {
  display: flex;
  align-items: end;
  justify-content: end;
  gap: 0.2em;
  flex-shrink: 0;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 767.9px) {
  .c-card_product__price {
    gap: 0.1em;
  }
}
.c-card_product__price .member_price_label {
  font-size: 0.6em;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .c-card_product__price .member_price_label {
    font-size: 0.45em;
  }
}
.c-card_product__price .member_price_label + span {
  position: relative;
  top: 0.147em;
}
@media screen and (max-width: 767.9px) {
  .c-card_product__price .member_price_label + span {
    font-size: 0.87em;
  }
}
.c-card_product .tax {
  font-size: 0.8em;
  margin-top: 0.3em;
}
@media screen and (max-width: 767.9px) {
  .c-card_product .tax {
    font-size: 0.6em;
  }
}
.c-card_product__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  padding: 0 0.5em;
}
.c-card_product .-soldout {
  background: rgba(173, 173, 173, 0.1411764706);
}
.c-card_product .-soldout .c-card_product__img {
  position: relative;
}
.c-card_product .-soldout .c-card_product__img::before {
  content: "SOLD OUT";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1.6em;
  color: #fff;
  font-weight: bold;
  z-index: 1;
  font-family: "Shippori Mincho B1", serif;
}
.c-card_product .-soldout .c-card_product__img img {
  filter: brightness(0.65);
}
.c-card_product.-horizon {
  flex-direction: column;
  gap: 15px;
}
.c-card_product.-horizon .c-card_product__item {
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .c-card_product.-horizon .c-card_product__item:nth-child(n+3) {
    margin-top: 0;
  }
}
.c-card_product.-horizon .c-card_product__item a {
  display: flex;
  align-items: start;
  justify-content: left;
  gap: 2rem;
}
.c-card_product.-horizon .c-card_product__item.-soldout .c-card_product__img::before {
  font-size: 1.3rem;
}
.c-card_product.-horizon .c-card_product__horizon {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  height: 100%;
}
.c-card_product.-horizon .c-card_product__badges {
  order: 1;
}
@media screen and (max-width: 767.9px) {
  .c-card_product.-horizon .c-card_product__badges {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row !important;
  }
}
@media screen and (max-width: 767.9px) {
  .c-card_product.-horizon .c-card_product__badge:not(:first-child) {
    margin-top: 0;
  }
}
.c-card_product.-horizon .c-card_product__ttl {
  order: 2;
  margin-top: 1rem;
  font-size: 2rem;
}
@media screen and (max-width: 767.9px) {
  .c-card_product.-horizon .c-card_product__ttl {
    margin-top: 0;
    font-size: 1.2rem;
  }
}
.c-card_product.-horizon .c-card_product__priceWrap {
  order: 3;
  justify-content: end;
}
.c-card_product.-horizon .c-card_product__img {
  width: 15%;
  flex-shrink: 0;
}
@media screen and (max-width: 767.9px) {
  .c-card_product.-horizon .c-card_product__img {
    width: 35%;
  }
}

.p-product_navi__switch .icons .icon {
  cursor: pointer;
}
.p-product_navi__switch .txt {
  flex-shrink: 0;
}
@media screen and (max-width: 767.9px) {
  .p-product_navi__sort select {
    width: 19rem;
  }
}

@media screen and (max-width: 991.9px) {
  .p-product__wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 991.9px) {
  .p-product__main {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 991.9px) {
  .p-product__side {
    width: 100%;
  }
}

.p-product_detail__btn input {
  background: var(--main-color);
  border: none;
  border-radius: 3px;
}
.p-product_detail__btn .-close input {
  pointer-events: none;
  background: #A80000 !important;
}

.c-member.-price {
  color: #A80000;
}

.p-wc_process__navi {
  max-width: 608px;
}
@media screen and (max-width: 991.9px) {
  .p-wc_process__navi .txt {
    display: none;
  }
}
.p-wc_process__naviItem .circle {
  width: 9.5rem;
}
@media screen and (max-width: 991.9px) {
  .p-wc_process__naviItem .circle {
    width: 6.5rem;
    padding: 0;
  }
}
@media screen and (min-width: 500.9px) {
  .p-wc_process__naviItem .circle img {
    width: 50%;
  }
}
.p-wc_process__memberBtn {
  display: flex;
  align-items: center;
  gap: 4rem;
  justify-content: center;
  margin: 6rem 0;
}
@media screen and (max-width: 991.9px) {
  .p-wc_process__memberBtn {
    flex-direction: column;
    gap: 2rem;
    margin: 2rem 0;
  }
}
.p-wc_process__memberBtn a {
  width: max-content;
  max-width: 100%;
  padding: 1em 2em;
  color: #000;
  text-align: center;
  border: 1px solid #222;
  border-radius: 5px;
  background: #fff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  display: block;
  transition: all 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 991.9px) {
  .p-wc_process__memberBtn a {
    width: 100%;
    font-size: 1.4rem;
  }
}
.p-wc_process__memberBtn a:hover, .p-wc_process__memberBtn a.-active {
  background: #2CA9DF;
  color: #fff;
  border-color: #2CA9DF;
}
.p-wc_process__memberForm {
  display: none;
}
.p-wc_process__memberForm.-nonmember .customer_form .-newmember__password {
  display: none;
}
.p-wc_process__memberForm.-nonmember .customer_form th {
  background-color: rgba(65, 60, 91, 0.0784313725) !important;
}
.p-wc_process__memberForm.-nonmember .customer_form #customkey-field-wrap {
  display: none;
}
.p-wc_process__memberForm.-nonmember .to_reganddeliveryinfo_button {
  display: none;
}
.p-wc_process__memberForm.-newmember .customer_form th {
  background-color: rgba(44, 169, 223, 0.0901960784) !important;
}
.p-wc_process__memberForm.-newmember .to_deliveryinfo_button {
  display: none;
}

.p-wc_cart {
  margin: 8rem auto 0;
}
@media screen and (max-width: 991.9px) {
  .p-wc_cart {
    margin: 4rem 0 8rem 0;
  }
}
.p-wc_cart__quantity {
  text-align: right;
}
@media screen and (max-width: 991.9px) {
  .p-wc_cart__quantity {
    text-align: left;
    font-size: 1.2rem;
  }
}
.p-wc_cart .no_cart {
  text-align: center;
}

.c-tbl_cart {
  border-spacing: 1px;
}
.c-tbl_cart thead tr:first-of-type th,
.c-tbl_cart thead tr:first-of-type td {
  border-bottom: 1px solid #222222;
}
@media screen and (max-width: 991.9px) {
  .c-tbl_cart thead tr:first-of-type th,
  .c-tbl_cart thead tr:first-of-type td {
    font-size: 10px;
  }
}
.c-tbl_cart tbody tr th,
.c-tbl_cart tbody tr td {
  padding: 1.5rem 10px;
}
@media screen and (max-width: 991.9px) {
  .c-tbl_cart tbody tr th,
  .c-tbl_cart tbody tr td {
    font-size: 10px;
  }
}
.c-tbl_cart tfoot tr th,
.c-tbl_cart tfoot tr td {
  padding: 3rem 0;
  border-top: 2px solid #222222;
  border-bottom: 2px solid #222222;
  text-align: center;
}
@media screen and (max-width: 991.9px) {
  .c-tbl_cart tfoot tr th,
  .c-tbl_cart tfoot tr td {
    padding: 1.5rem 0;
  }
}
@media screen and (max-width: 991.9px) {
  .c-tbl_cart tfoot tr .aright {
    font-size: 1.2rem;
  }
}
.c-tbl_cart tfoot tr .aright.amount {
  text-align: right;
  padding-right: 1em;
}
@media screen and (max-width: 991.9px) {
  .c-tbl_cart tfoot tr .aright.amount {
    font-size: 1.2rem;
  }
}
.c-tbl_cart .productname {
  width: 60%;
  font-size: 1.4rem;
}
@media screen and (max-width: 991.9px) {
  .c-tbl_cart .productname {
    font-size: 10px;
  }
}
@media screen and (max-width: 767.9px) {
  .c-tbl_cart .productname {
    width: 38%;
  }
}
.c-tbl_cart .thumbnail {
  width: 15%;
}
.c-tbl_cart .thumbnail img {
  width: 100%;
  height: 100%;
}
.c-tbl_cart .action,
.c-tbl_cart .unitprice,
.c-tbl_cart .subtotal,
.c-tbl_cart .stock {
  text-align: center;
}
@media screen and (max-width: 991.9px) {
  .c-tbl_cart .aright {
    width: 5.5em;
  }
}
.c-tbl_cart .aright.amount {
  font-size: 1.4em;
}
@media screen and (max-width: 991.9px) {
  .c-tbl_cart .aright.amount {
    text-align: right;
  }
}
.c-tbl_cart .quantity {
  text-align: center;
  width: 5em;
}
@media screen and (max-width: 991.9px) {
  .c-tbl_cart .quantity {
    width: 3.5em;
  }
  .c-tbl_cart .quantity input {
    font-size: 10px;
  }
}
.c-tbl_cart .subtotal {
  width: 18%;
}
.c-tbl_cart .action {
  width: 5em;
}
@media screen and (max-width: 991.9px) {
  .c-tbl_cart .action input {
    width: 100%;
  }
}

#wc_customer h5 {
  background-color: #222222;
}
@media screen and (max-width: 991.9px) {
  #wc_customer h5 {
    font-size: 1.2em;
  }
}
#wc_customer #memberTitle {
  font-size: 2.6rem;
  color: #A80000;
}

#wc_delivery .customer_form select,
#wc_delivery .customer_form input[type=radio] {
  cursor: pointer;
}
#wc_delivery .customer_form td,
#wc_delivery .customer_form [class^=payment_] {
  font-size: 1.4rem;
  color: #000;
}
#wc_delivery .customer_form td label,
#wc_delivery .customer_form [class^=payment_] label {
  display: flex;
  align-items: center;
  gap: 0.5em;
  cursor: pointer;
}
#wc_delivery .customer_form dd {
  padding-left: 25px;
}
#wc_delivery .customer_form .c-flex:not(:first-child) {
  margin-top: 0.5em;
}
#wc_delivery .customer_form .c-flex label {
  cursor: pointer;
  user-select: none;
}
#wc_delivery .customer_form input[type=radio] {
  width: 20px;
  height: 20px;
  border: 2px solid #bbb;
  border-radius: 50%;
  margin: 0;
  background: #fff;
  position: relative;
  transition: border-color 0.2s;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
}
#wc_delivery .customer_form input[type=radio]:checked {
  border-color: #2CA9DF;
  background: #e3f2fd;
}
#wc_delivery .customer_form input[type=radio]:checked::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #2CA9DF;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#wc_confirm #cart_confirm_table .action {
  display: none;
}
@media screen and (max-width: 767.9px) {
  #wc_confirm #cart_confirm_table .productname {
    width: 60%;
  }
  #wc_confirm #cart_confirm_table .subtotal {
    width: 20%;
  }
}
#wc_confirm #point_confirm_table {
  margin: 4rem 0;
  margin-left: auto;
  width: 50%;
}
#wc_confirm #point_confirm_table th,
#wc_confirm #point_confirm_table td {
  text-align: right;
}
#wc_confirm #point_confirm_table .u-point {
  color: #000;
}
#wc_confirm #point_confirm_table .point-btn {
  text-align: right;
}
#wc_confirm #point_confirm_table .point-btn input {
  margin-top: 1em;
  cursor: pointer;
  transition: 0.4s;
  display: inline-block;
  text-align: center;
  border: 1px solid #2CA9DF;
  border-radius: 3px;
  line-height: 1;
  background: #2CA9DF;
  padding: 0.937em;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
}
#wc_confirm #point_confirm_table .c-flex {
  justify-content: end;
}
#wc_confirm #point_confirm_table .c-flex input {
  width: 5em;
}
#wc_confirm #confirm_table th {
  color: #000;
}
#wc_confirm #confirm_table .ttl td {
  background: #000;
}
#wc_confirm #confirm_table .ttl td h3 {
  color: #fff;
  font-size: 1.4rem;
}

.p-wc_login {
  padding-top: 4rem !important;
}
.p-wc_login__head {
  margin-bottom: 2rem;
}
.p-wc_login__body {
  max-width: 470px;
}
.p-wc_login__bodyBox {
  padding: 3.2rem 4.2rem;
}
.p-wc_login__input label {
  font-size: 1.6rem;
}
.p-wc_login__input input[type=text], .p-wc_login__input input[type=password] {
  border-radius: 3px;
  padding: 0.6em;
}
.p-wc_login__input + .p-wc_login__input {
  margin-top: 1.5rem;
}
.p-wc_login__forget {
  margin-top: 1.5rem;
}
.p-wc_login__btn input,
.p-wc_login__btn .c-btn {
  font-size: 1.8rem;
  max-width: 25rem;
  padding: 0.6em;
}
.p-wc_login__nav a {
  font-size: 1.4rem;
  color: #575757;
}
.p-wc_login__member {
  max-width: 550px;
}
.p-wc_login #loginform {
  padding-bottom: 0 !important;
}
.p-wc_login__new {
  padding-top: 2rem;
  margin-top: 2rem;
}
.p-wc_login__new .p-wc_login__btn {
  padding-top: 0 !important;
}
.p-wc_login__error {
  color: red;
}
.p-wc_login__lead a {
  color: #2CA9DF;
  font-weight: normal;
}
.p-wc_login__lead em {
  color: #ff0000;
  font-style: normal;
}

.customer_form th,
.customer_form td {
  font-size: 1.4rem !important;
  color: #000 !important;
}
.customer_form th span,
.customer_form td span {
  display: block;
  margin-left: 0.2em;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .customer_form th,
  .customer_form td {
    background: #fff !important;
  }
}
@media screen and (max-width: 767.9px) {
  .customer_form th,
  .customer_form td {
    display: block;
    width: 100% !important;
    border: none !important;
  }
}
@media screen and (max-width: 767.9px) {
  .customer_form td {
    padding: 0 !important;
    margin: 1em 0;
  }
}
.customer_form #zipcode {
  width: 10em !important;
}
@media screen and (max-width: 767.9px) {
  .customer_form #zipcode {
    width: 100% !important;
  }
}
.customer_form #search_zipcode {
  vertical-align: middle;
  display: inline;
  border: 1px solid #222;
  border-radius: 5px;
  background: #222;
  font-weight: 700;
  font-size: 1em;
  line-height: 1;
  padding: 0.7em 1.5em;
  color: #fff;
  text-align: center;
  margin: 0.5em 0 0 0.5em;
  cursor: pointer;
}
@media screen and (max-width: 767.9px) {
  .customer_form #search_zipcode {
    font-size: 1.2rem;
    margin: 5px 0 0 0;
  }
}
.customer_form select {
  appearance: auto;
}
.customer_form select:not(.delivery_time, .delivery_date) {
  width: 10em !important;
}
@media screen and (max-width: 767.9px) {
  .customer_form select:not(.delivery_time, .delivery_date) {
    width: 100% !important;
  }
}
.customer_form input:not([type=radio]) {
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .customer_form input:not([type=radio]) {
    width: 100% !important;
  }
}
.customer_form .member_name {
  padding-left: 0 !important;
}
@media screen and (max-width: 767.9px) {
  .customer_form .password_policy {
    font-size: 1.2rem;
  }
}

#memberpages div.loginbox {
  margin-top: 0;
  width: auto;
  background: transparent;
  border: none;
}
#memberpages form {
  width: 100%;
}
#memberpages input.loginmail, #memberpages input.loginpass {
  width: 100%;
}
#memberpages #memberinfo ul {
  display: flex;
  align-items: center;
}
#memberpages #memberinfo h3 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #222;
  background-color: transparent;
  height: auto;
  color: #333;
}
#memberpages #memberinfo table th {
  font-size: 1em;
}
#memberpages #memberinfo table td {
  font-size: 1.6rem;
}
#memberpages #memberinfo .edited-userinfo {
  line-height: 150%;
  color: #333333;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border: 1px solid #e6e6e6;
  margin-bottom: 2rem;
}
#memberpages #memberinfo #usces_history input {
  appearance: auto;
}
#memberpages #memberinfo .usces_filter_history {
  justify-content: space-between;
}
#memberpages #memberinfo .usces_filter_history .usce_period {
  display: flex;
  align-items: center;
  gap: 0.3em;
}
#memberpages #memberinfo .usces_filter_history .usce_period span {
  flex-shrink: 0;
}
@media screen and (max-width: 767.9px) {
  #memberpages #memberinfo .usces_filter_history .usce_period select {
    font-size: 1.2rem;
    padding: 0.2em;
  }
}
#memberpages #memberinfo .history-area {
  min-height: 100px;
  height: auto;
  scrollbar-color: #413C5B #f7f7f7;
  scrollbar-width: thin;
}
@media screen and (max-width: 767.9px) {
  #memberpages #memberinfo .history-area {
    overflow-x: scroll;
  }
  #memberpages #memberinfo .history-area table {
    width: 150vw;
  }
  #memberpages #memberinfo .history-area table th,
  #memberpages #memberinfo .history-area table td {
    font-size: 12px;
  }
  #memberpages #memberinfo .history-area table img {
    height: auto;
  }
}

#customkey-field-wrap h3 {
  color: #ff0000;
}

#wc_newmemberform .p-wc_login__member {
  max-width: 100%;
}
#customer-info .customer_form input {
  width: 50%;
}

#wc_newmemberform .customer_form .customkey_shop-license td label,
#customer-info .customer_form .customkey_shop-license td label {
  display: inline-flex;
  margin-right: 2em;
  align-items: center;
  gap: 0.5em;
}
#wc_newmemberform .customer_form .customkey_shop-license td label:not(:first-child),
#customer-info .customer_form .customkey_shop-license td label:not(:first-child) {
  margin-top: 0.5em;
}
#wc_newmemberform .customer_form .customkey_shop-license td label input[type=radio],
#customer-info .customer_form .customkey_shop-license td label input[type=radio] {
  width: 20px;
  height: 20px;
  border: 2px solid #bbb;
  border-radius: 50%;
  margin: 0;
  background: #fff;
  position: relative;
  transition: border-color 0.2s;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
}
#wc_newmemberform .customer_form .customkey_shop-license td label input[type=radio]:checked,
#customer-info .customer_form .customkey_shop-license td label input[type=radio]:checked {
  border-color: #2CA9DF;
  background: #e3f2fd;
}
#wc_newmemberform .customer_form .customkey_shop-license td label input[type=radio]:checked::after,
#customer-info .customer_form .customkey_shop-license td label input[type=radio]:checked::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #2CA9DF;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

body {
  background: rgb(243, 236, 219);
}

.p-kv_under {
  padding-top: 4rem !important;
}

@media (min-width: 992px) {
  .p-contact .c-inner,
  .p-news .c-inner {
    max-width: calc(1020px + 10vw);
  }
}

@media (min-width: 992px) {
  .p-wc_login .c-inner {
    max-width: calc(1220px + 10vw);
  }
}
@media (max-width: 575.9px) {
  .p-wc_login .c-inner {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

@media screen and (min-width: 768px) {
  .p-kv_login__ttl {
    font-size: 2.8rem;
  }
}
.p-kv_login__box {
  padding: 3rem 0;
}

.p-home_kv a .c-ofi {
  width: 100%;
  padding-top: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: ease-in-out 0.3s;
}
@media screen and (max-width: 767.9px) {
  .p-home_kv a .c-ofi {
    padding-top: var(--header-height);
    height: auto;
  }
}
.p-home_kv a .c-ofi:hover {
  opacity: 0.9;
}
.p-home_kv a .c-ofi img {
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .p-home_kv a .c-ofi img {
    object-fit: cover;
    object-position: center;
  }
}
.p-home_kv .slick-dots {
  position: absolute;
  left: 0;
  bottom: -2rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-home_kv .slick-dots li {
  margin: 0 7px;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  background: #D9D9D9;
  font-size: 0;
  cursor: pointer;
}
.p-home_kv .slick-dots li.slick-active {
  background: var(--main-color);
}

.p-home_news__ttl {
  font-size: 8rem;
}
@media screen and (max-width: 767.9px) {
  .p-home_news__ttl {
    font-size: 3rem;
  }
}

.p-home_product {
  padding-top: 8.5rem;
}
.p-home_product.-bestseller, .p-home_product.-newarrival, .p-home_product-wineset {
  padding-top: 8.5rem;
}

.p-company_greeting {
  margin-bottom: 4rem;
}
.p-company_greeting p:not(:first-of-type) {
  margin-top: 1em;
}
.p-company_overview__box {
  padding: 4rem 6rem;
}
@media (max-width: 767.9px) {
  .p-company_overview__box {
    padding: 1rem 5vw;
  }
}
.p-company_overview__box th {
  vertical-align: baseline;
}
.p-company_overview__box th,
.p-company_overview__box td {
  font-size: 1.6rem;
}

.p-contact__box {
  padding: 4rem 6rem;
}
@media (max-width: 767.9px) {
  .p-contact__box {
    padding: 3rem 5vw;
  }
}
.p-contact__desc {
  margin-bottom: 8rem;
}
.p-contact #privacy {
  scroll-margin-top: 18rem;
}

.p-guide__ttl {
  font-size: 2rem;
}
@media (max-width: 575.9px) {
  .p-guide__ttl {
    font-size: 1.8rem;
  }
}
.p-guide th {
  font-size: 1.6rem;
}
@media (max-width: 991.9px) {
  .p-guide th {
    padding: 0.5em 1.2rem;
  }
}
.p-guide th.top {
  font-size: 1.8rem;
}
@media (max-width: 575.9px) {
  .p-guide th.top {
    font-size: 1.6rem;
  }
}
@media (max-width: 991.9px) {
  .p-guide td {
    padding-bottom: 0.5rem;
  }
}

.p-law__txt {
  max-width: 1440px;
  margin: 0 auto 4rem auto;
}
.p-law__tbl th,
.p-law__tbl td {
  font-size: 1.6rem;
}
.p-law__tbl .list li {
  display: flex;
  align-items: baseline;
  gap: 0.5em;
}
.p-law__tbl .list li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #313131;
  border-radius: 100%;
  display: block;
  flex-shrink: 0;
  position: relative;
  top: -0.06em;
}
.p-law__gloup {
  padding: 2.2rem 0;
}
.p-law__gloup:not(:last-child) {
  border-bottom: 1px solid rgba(220, 220, 220, 0.6549019608);
}
.p-law__gloup h3 {
  font-size: 2rem;
  padding-left: 1em;
  margin-bottom: 1em;
  border-left: 0.4rem solid #2CA9DF;
}
.p-law__gloup.c-flex {
  gap: 4rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-law__gloup.c-flex {
    flex-direction: column;
    gap: 2.2rem;
  }
}
.p-law__gloup__item p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-law__gloup__item p {
    text-align: left;
  }
}

.p-news .-archive {
  max-width: 1000px;
  margin: 0 auto;
  border: 1px solid #b9b9b9;
  border-radius: 10px;
  padding: 6rem 4rem;
}
@media (max-width: 1399.9px) {
  .p-news .-archive {
    padding: 3rem;
  }
}
.p-news__btns {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  margin-top: 12rem;
}
@media (max-width: 767.9px) {
  .p-news__btns {
    margin-top: 6rem;
  }
}
.p-news__btns .-next,
.p-news__btns .-prev {
  display: block;
  border: 1px solid #222;
  text-align: center;
  width: 18.3rem;
  line-height: 1;
  border-radius: 3.3px;
  padding: 1em 0;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .p-news__btns .-next:hover,
  .p-news__btns .-prev:hover {
    background: #222;
    color: #fff;
  }
}
.p-news__btns .-pageback {
  display: block;
  border: 1px solid #222;
  text-align: center;
  width: 18.3rem;
  line-height: 1;
  border-radius: 3.3px;
  padding: 1em 0;
  font-size: 1.4rem;
  font-weight: 700;
}

.wp-singular .p-news__wrap a:not(.c-btn) {
  color: var(--main-color);
  text-decoration: underline;
}
.wp-singular .p-news__wrap .c-btn {
  max-width: 40rem;
  background: var(--main-color);
  border-color: var(--main-color);
}
.wp-singular .p-news__wrap .c-btn:hover {
  color: var(--main-color);
  background: transparent;
}
.wp-singular .p-news__wrap p {
  margin-top: 1.2em;
  font-size: 1.6rem;
}
.wp-singular .p-news__wrap > p:first-of-type {
  margin-top: 0 !important;
}
.wp-singular .p-news__wrap ul {
  margin-top: 1em;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 1em;
}
.wp-singular .p-news__wrap h1 {
  line-height: 1;
  font-size: 2.8rem;
  position: relative;
  font-family: "Shippori Mincho B1", serif;
  padding: 1.6rem 0 1.6rem 6rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
.wp-singular .p-news__wrap h1:before {
  content: "";
  width: 1.5rem;
  height: 100%;
  background: var(--main-color);
  position: absolute;
  left: 0;
  top: 0;
}
.wp-singular .p-news__wrap h2 {
  line-height: 0.85;
  font-size: 2.4rem;
  position: relative;
  font-family: "Shippori Mincho B1", serif;
  padding: 1rem 0 1rem 0.8em;
  font-weight: 500;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.wp-singular .p-news__wrap h2:before {
  content: "";
  width: 0.5em;
  height: 100%;
  background: var(--main-color);
  position: absolute;
  left: 0;
  top: 0;
}
.wp-singular .p-news__wrap h3 {
  margin-top: 1em;
  font-size: 2.2rem;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--main-color);
}
.wp-singular .p-news__wrap h4 {
  margin-top: 2em;
  color: var(--main-color);
  font-size: 2rem;
}
.wp-singular .p-news__wrap h5 {
  margin-top: 1em;
  font-size: 1.8rem;
}
.wp-singular .p-news__wrap h6 {
  margin-top: 1em;
  font-size: 1.6rem;
}
.wp-singular .p-news__wrap img {
  width: 100%;
}

.p-404__wrapper {
  width: min(90%, 1000px);
  margin: 0 auto;
  text-align: center;
}
.p-404 h2 {
  color: var(--main-color);
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 4rem;
  font-family: "Shippori Mincho B1", serif;
}
.p-404 p:not(:first-of-type) {
  margin-top: 2rem;
}
.p-404 .send {
  margin-top: 4rem;
}/*# sourceMappingURL=include.css.map */