@charset "UTF-8";
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
mixin.scss
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/****************************************
**breakpoint
*****************************************/
/****************************************
**画像パス
*****************************************/
/****************************************
**ボタントンマナ
*****************************************/
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
mixin.scss
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  font-family: "Noto Sans JP", sans-serif;
}
body.is__fixed {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  width: revert-layer;
}

a {
  color: #221715;
  text-decoration: none;
  transition: all 300ms ease;
}
a:hover {
  opacity: 0.7;
  transition: all 300ms ease;
}

img {
  vertical-align: bottom;
}

ul {
  list-style-type: none;
}

::-moz-placeholder {
  color: rgba(34, 23, 21, 0.3);
}

::placeholder {
  color: rgba(34, 23, 21, 0.3);
}

.sawarabi {
  font-family: "Sawarabi Gothic", sans-serif;
}

.forum {
  font-family: "Forum", serif;
}

.shippori {
  font-family: "Shippori Mincho", serif;
}

.garamond {
  font-family: "EB Garamond", serif;
}

.tb_only {
  display: none;
}

.sp_only {
  display: none;
}

body .l-wrapper-none {
  overflow: clip;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #fefcef !important;
}

/****************************************
// フリーページ用レイアウト
*****************************************/
body :has(.p-under-cmn-inner) .l-bnr-line {
  display: none !important;
}
body :has(.p-under-cmn-inner) .l-container {
  background: #fefcef;
  padding-top: 0 !important;
  padding-bottom: 155px;
}
body :has(.p-under-cmn-inner) .l-container .l-container__row {
  margin-top: 0;
  margin-bottom: 0;
}
body :has(.p-under-cmn-inner) .l-container .l-container__row .p-page_content {
  padding-left: 0;
  padding-right: 0;
}
body :has(.p-under-cmn-inner) .l-container .l-container__row .p-page_content .p-page_content__inner {
  max-width: 100%;
}
body :has(.p-under-cmn-inner) .l-container .l-container__row .p-page_content .p-page_content__inner .p-under-cmn-mv {
  position: relative;
  margin-top: 26px;
}
body :has(.p-under-cmn-inner) .l-container .l-container__row .p-page_content .p-page_content__inner .p-under-cmn-mv .c-under-cmn-mv {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
body :has(.p-under-cmn-inner) .l-container .l-container__row .p-page_content .p-page_content__inner .p-under-cmn-mv .c-under-cmn-mv span {
  font-family: "EB Garamond", serif;
  color: #ffffff;
  font-size: 3.6rem;
  display: block;
  margin-bottom: 25px;
}
body :has(.p-under-cmn-inner) .l-container .l-container__row .p-page_content .p-page_content__inner .p-under-cmn-mv .c-under-cmn-mv h1 {
  font-family: "Shippori Mincho", serif;
  color: #ffffff;
  font-size: 4.8rem;
}
body :has(.p-under-cmn-inner) .l-container .l-container__row .p-page_content .p-page_content__inner .p-under-cmn-mv img {
  width: 100%;
}
body :has(.p-under-cmn-inner) .l-container .l-container__row .p-page_content .p-under-cmn-inner {
  width: min(1400px, 100%);
  margin-inline: auto;
}
body :has(.p-under-cmn-inner) .l-container .l-container__row .p-page_content .p-under-cmn-inner .c-title {
  font-size: 4.8rem;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.06em;
  line-height: 1.85;
  font-weight: 500;
  color: #2e1d00;
  margin-bottom: 80px;
}
body :has(.p-under-cmn-inner) .l-container .l-container__row .p-page_content .p-under-cmn-inner .c-title.black span::before {
  background: rgba(46, 29, 0, 0.3);
}
body :has(.p-under-cmn-inner) .l-container .l-container__row .p-page_content .p-under-cmn-inner .c-title span {
  font-family: "EB Garamond", serif;
  font-size: 2.4rem;
  display: block;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: normal;
  position: relative;
}
body :has(.p-under-cmn-inner) .l-container .l-container__row .p-page_content .p-under-cmn-inner .c-title span::before {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 12px;
  left: -10px;
  transform: translateX(-100%);
}

.c-breadcrumb-wrap {
  margin-bottom: 105px;
  margin-top: 10px;
}
.c-breadcrumb-wrap .c-breadcrumbs-list {
  width: 100%;
  font-size: 1.2rem !important;
  font-family: "Noto Serif JP", serif;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
.c-breadcrumb-wrap .c-breadcrumbs-list li {
  color: #12150c !important;
  position: relative;
}
.c-breadcrumb-wrap .c-breadcrumbs-list li:last-child::after {
  content: none;
}
.c-breadcrumb-wrap .c-breadcrumbs-list li::after {
  content: ">";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  font-size: 1.2rem !important;
  color: rgba(46, 29, 0, 0.3);
}
.c-breadcrumb-wrap .c-breadcrumbs-list li a {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem !important;
  color: #12150c !important;
  text-decoration: none;
}

body :has(.c-product_info__form__buttons,
#new_contact,
.p-account_form,
.p-page_header > .p-page_header__inner > .p-page_header__inner__btn,
#new_customer,
.p-login__inner__login,
.customers_registration_form,
#cart-show-view,
#new-view,
#perform-view,
#confirm-view,
#customers-view,
#customer-edit-view,
#shipping-address-edit-view,
#copy-shipping-address,
#customers-password-edit-view,
#customers-card-index-view,
.p-subscription_list,
.p-address_list__add,
.p-favorite__list,
#orders-detail-view,
.p-history_list,
#shipping-address-new-view) .l-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  border-bottom: none;
}
body :has(.c-product_info__form__buttons,
#new_contact,
.p-account_form,
.p-page_header > .p-page_header__inner > .p-page_header__inner__btn,
#new_customer,
.p-login__inner__login,
.customers_registration_form,
#cart-show-view,
#new-view,
#perform-view,
#confirm-view,
#customers-view,
#customer-edit-view,
#shipping-address-edit-view,
#copy-shipping-address,
#customers-password-edit-view,
#customers-card-index-view,
.p-subscription_list,
.p-address_list__add,
.p-favorite__list,
#orders-detail-view,
.p-history_list,
#shipping-address-new-view) .l-header .l-header__wrap .c-logo a {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/logo_black.png) no-repeat;
  background-size: 100%;
}
body :has(.c-product_info__form__buttons,
#new_contact,
.p-account_form,
.p-page_header > .p-page_header__inner > .p-page_header__inner__btn,
#new_customer,
.p-login__inner__login,
.customers_registration_form,
#cart-show-view,
#new-view,
#perform-view,
#confirm-view,
#customers-view,
#customer-edit-view,
#shipping-address-edit-view,
#copy-shipping-address,
#customers-password-edit-view,
#customers-card-index-view,
.p-subscription_list,
.p-address_list__add,
.p-favorite__list,
#orders-detail-view,
.p-history_list,
#shipping-address-new-view) .l-header .l-header__wrap .l-header__blk .c-language li:first-child::after {
  background: #2e1d00;
}
body :has(.c-product_info__form__buttons,
#new_contact,
.p-account_form,
.p-page_header > .p-page_header__inner > .p-page_header__inner__btn,
#new_customer,
.p-login__inner__login,
.customers_registration_form,
#cart-show-view,
#new-view,
#perform-view,
#confirm-view,
#customers-view,
#customer-edit-view,
#shipping-address-edit-view,
#copy-shipping-address,
#customers-password-edit-view,
#customers-card-index-view,
.p-subscription_list,
.p-address_list__add,
.p-favorite__list,
#orders-detail-view,
.p-history_list,
#shipping-address-new-view) .l-header .l-header__wrap .l-header__blk .c-language li a {
  color: #2e1d00;
}
body :has(.c-product_info__form__buttons,
#new_contact,
.p-account_form,
.p-page_header > .p-page_header__inner > .p-page_header__inner__btn,
#new_customer,
.p-login__inner__login,
.customers_registration_form,
#cart-show-view,
#new-view,
#perform-view,
#confirm-view,
#customers-view,
#customer-edit-view,
#shipping-address-edit-view,
#copy-shipping-address,
#customers-password-edit-view,
#customers-card-index-view,
.p-subscription_list,
.p-address_list__add,
.p-favorite__list,
#orders-detail-view,
.p-history_list,
#shipping-address-new-view) .l-header .l-header__wrap .l-header__blk .c-user a {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/ico_user_black.png) no-repeat;
  background-size: 100%;
}
body :has(.c-product_info__form__buttons,
#new_contact,
.p-account_form,
.p-page_header > .p-page_header__inner > .p-page_header__inner__btn,
#new_customer,
.p-login__inner__login,
.customers_registration_form,
#cart-show-view,
#new-view,
#perform-view,
#confirm-view,
#customers-view,
#customer-edit-view,
#shipping-address-edit-view,
#copy-shipping-address,
#customers-password-edit-view,
#customers-card-index-view,
.p-subscription_list,
.p-address_list__add,
.p-favorite__list,
#orders-detail-view,
.p-history_list,
#shipping-address-new-view) .l-header .l-header__wrap .l-header__blk .c-guide a {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/ico_guide_black.png) no-repeat;
  background-size: 100%;
}
body :has(.c-product_info__form__buttons,
#new_contact,
.p-account_form,
.p-page_header > .p-page_header__inner > .p-page_header__inner__btn,
#new_customer,
.p-login__inner__login,
.customers_registration_form,
#cart-show-view,
#new-view,
#perform-view,
#confirm-view,
#customers-view,
#customer-edit-view,
#shipping-address-edit-view,
#copy-shipping-address,
#customers-password-edit-view,
#customers-card-index-view,
.p-subscription_list,
.p-address_list__add,
.p-favorite__list,
#orders-detail-view,
.p-history_list,
#shipping-address-new-view) .l-header .l-header__wrap .l-header__blk .c-cart a {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/ico_cart_black.png) no-repeat;
  background-size: 100%;
}
body :has(.c-product_info__form__buttons,
#new_contact,
.p-account_form,
.p-page_header > .p-page_header__inner > .p-page_header__inner__btn,
#new_customer,
.p-login__inner__login,
.customers_registration_form,
#cart-show-view,
#new-view,
#perform-view,
#confirm-view,
#customers-view,
#customer-edit-view,
#shipping-address-edit-view,
#copy-shipping-address,
#customers-password-edit-view,
#customers-card-index-view,
.p-subscription_list,
.p-address_list__add,
.p-favorite__list,
#orders-detail-view,
.p-history_list,
#shipping-address-new-view) .l-header .l-header__wrap .l-header__blk .c-hamburger span {
  background: #2e1d00;
}

.l-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  border-bottom: none;
}
.l-header.is__fixed .l-header__wrap .c-logo a {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/logo_black.png) no-repeat;
  background-size: 100%;
}
.l-header.is__fixed .l-header__wrap .l-header__blk .c-language li:first-child::after {
  background: #2e1d00;
}
.l-header.is__fixed .l-header__wrap .l-header__blk .c-language li a {
  color: #2e1d00;
}
.l-header.is__fixed .l-header__wrap .l-header__blk .c-user a {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/ico_user_black.png) no-repeat;
  background-size: 100%;
}
.l-header.is__fixed .l-header__wrap .l-header__blk .c-guide a {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/ico_guide_black.png) no-repeat;
  background-size: 100%;
}
.l-header.is__fixed .l-header__wrap .l-header__blk .c-cart a {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/ico_cart_black.png) no-repeat;
  background-size: 100%;
}
.l-header.is__fixed .l-header__wrap .l-header__blk .c-hamburger span {
  background: #2e1d00;
}
.l-header .l-header-top {
  background: #d3bf78;
  text-align: center;
  line-height: 1.81;
  font-size: 1.1rem;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.15em;
}
.l-header .l-header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 112px;
  padding-left: 40px;
  padding-right: 65px;
}
.l-header .l-header__wrap .c-logo {
  width: 72px;
  height: 72px;
}
.l-header .l-header__wrap .c-logo a {
  display: block;
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/logo_white.png) no-repeat;
  width: 72px;
  height: 72px;
  background-size: 100%;
}
.l-header .l-header__wrap .l-header__blk {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.l-header .l-header__wrap .l-header__blk .c-language {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.l-header .l-header__wrap .l-header__blk .c-language li {
  position: relative;
}
.l-header .l-header__wrap .l-header__blk .c-language li:first-child {
  margin-right: 52px;
}
.l-header .l-header__wrap .l-header__blk .c-language li:first-child::after {
  background: #fff;
  content: "";
  height: 28px;
  line-height: 1;
  position: absolute;
  right: -25px;
  top: -5px;
  transform: rotate(45deg);
  width: 1px;
}
.l-header .l-header__wrap .l-header__blk .c-language li a {
  font-family: "Shippori Mincho", serif;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.l-header .l-header__wrap .l-header__blk .c-user a {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/ico_user_white.png) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 100%;
  display: block;
}
.l-header .l-header__wrap .l-header__blk .c-user a:hover {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/ico_user_black.png) no-repeat;
  background-size: 100%;
}
.l-header .l-header__wrap .l-header__blk .c-guide a {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/ico_guide_white.png) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 100%;
  display: block;
}
.l-header .l-header__wrap .l-header__blk .c-guide a:hover {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/ico_guide_black.png) no-repeat;
  background-size: 100%;
}
.l-header .l-header__wrap .l-header__blk .c-cart a {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/ico_cart_white.png) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 100%;
  display: block;
}
.l-header .l-header__wrap .l-header__blk .c-cart a:hover {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/ico_cart_black.png) no-repeat;
  background-size: 100%;
}

.l-footer {
  position: relative;
  z-index: 1;
  padding: 0;
  border-top: none;
  margin-top: auto;
}
.l-footer .l-footer__wrap {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/bg_footer.png) no-repeat, #170b07;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 30px;
}
.l-footer .l-footer__wrap .l-footer__head {
  width: min(1600px, 100%);
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 165px;
}
.l-footer .l-footer__wrap .l-footer__head .l-footer__head__col {
  display: flex;
  -moz-column-gap: 120px;
       column-gap: 120px;
  width: min(610px, 100%);
}
.l-footer .l-footer__wrap .l-footer__head .l-footer__head__col .p-footer-logo {
  width: 130px;
  min-width: 130px;
  margin-top: 10px;
  margin-left: 25px;
}
.l-footer .l-footer__wrap .l-footer__head .l-footer__head__col .p-footer-nav {
  width: min(582px, 100%);
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.l-footer .l-footer__wrap .l-footer__head .l-footer__head__col .p-footer-nav ul {
  display: flex;
  flex-direction: column;
  row-gap: 28px;
}
.l-footer .l-footer__wrap .l-footer__head .l-footer__head__col .p-footer-nav ul li a {
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  position: relative;
}
.l-footer .l-footer__wrap .l-footer__head .l-footer__head__col .p-footer-nav ul li a::before {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translate(-100%, -100%);
}
.l-footer .l-footer__wrap .l-footer__head .l-footer__head__spnav {
  display: none;
}
.l-footer .l-footer__wrap .l-footer__head .l-footer__head__spnav ul {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.l-footer .l-footer__wrap .l-footer__head .l-footer__head__spnav ul li {
  width: calc((100% - 20px) / 2);
  border: 1px solid #fff;
  border-radius: 24px;
}
.l-footer .l-footer__wrap .l-footer__head .l-footer__head__spnav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  font-size: 1.3rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
.l-footer .l-footer__wrap .l-footer__head .l-footer__head__info {
  width: min(400px, 100%);
  margin-top: 20px;
}
.l-footer .l-footer__wrap .l-footer__head .l-footer__head__info dl dt {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 18px;
}
.l-footer .l-footer__wrap .l-footer__head .l-footer__head__info dl dt a {
  color: #fff;
  font-size: 2.4rem;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.12em;
  display: block;
  padding-bottom: 15px;
  position: relative;
}
.l-footer .l-footer__wrap .l-footer__head .l-footer__head__info dl dt a:hover::before {
  right: 0;
  transition: all 300ms ease;
}
.l-footer .l-footer__wrap .l-footer__head .l-footer__head__info dl dt a::before {
  content: "";
  position: absolute;
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/ico_arrow_white.png) no-repeat;
  width: 30px;
  height: 5px;
  background-size: 100%;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -4px;
  transition: all 300ms ease;
}
.l-footer .l-footer__wrap .l-footer__head .l-footer__head__info dl dd {
  color: #fff;
  letter-spacing: 0.15em;
  font-size: 1.1rem;
  line-height: 1.82;
}
.l-footer .l-footer__wrap .l-footer__middle {
  width: min(1600px, 100%);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-footer .l-footer__wrap .l-footer__middle .l-footer__middle__sns {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.l-footer .l-footer__wrap .l-footer__middle .l-footer__middle__sns .c-sns {
  display: flex;
  -moz-column-gap: 41px;
       column-gap: 41px;
}
.l-footer .l-footer__wrap .l-footer__middle .l-footer__middle__sns .c-sns li {
  position: relative;
}
.l-footer .l-footer__wrap .l-footer__middle .l-footer__middle__sns .c-sns li::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 1px;
  height: 100%;
  background: #fff;
}
.l-footer .l-footer__wrap .l-footer__middle .l-footer__middle__sns .c-sns li:last-child::before {
  content: none;
}
.l-footer .l-footer__wrap .l-footer__middle .l-footer__middle__sns .c-line-stamp a {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}
.l-footer .l-footer__wrap .l-footer__middle .l-footer__middle__sns .c-line-stamp a img {
  width: 60px;
}
.l-footer .l-footer__wrap .l-footer__middle .l-footer__middle__sns .c-line-stamp a p {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.l-footer .l-footer__wrap .l-footer__middle .l-footer__middle__note p {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 1.1rem;
  line-height: 1.82;
}
.l-footer .l-footer__wrap02 {
  background: #7f6533;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-footer .l-footer__wrap02 .l-footer__bottom {
  width: min(1600px, 100%);
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-footer .l-footer__wrap02 .l-footer__bottom ul {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.l-footer .l-footer__wrap02 .l-footer__bottom ul li a {
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.l-footer .l-footer__wrap02 .l-footer__bottom p {
  letter-spacing: 0.12em;
  font-size: 1.2rem;
  color: #d3bf78;
}

.l-spmenu {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #2e1d00;
  height: 60px;
  z-index: 99;
}
.l-spmenu .l-spmenu__item {
  width: 20%;
}
.l-spmenu .l-spmenu__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.l-spmenu .l-spmenu__item.l-spmenu__item05 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-spmenu .l-spmenu__item.l-spmenu__item05 .c-hamburger-sp {
  width: 48px;
  height: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.l-spmenu .l-spmenu__item.l-spmenu__item05 .c-hamburger-sp span {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
}
.l-spmenu .l-spmenu__item.l-spmenu__item05 .c-hamburger-sp span:nth-child(1) {
  top: 0;
}
.l-spmenu .l-spmenu__item.l-spmenu__item05 .c-hamburger-sp span:nth-child(2) {
  bottom: 0;
}

.l-drawer {
  position: fixed;
  top: 0;
  right: 0;
  background: #2e1d00;
  height: 100dvh;
  z-index: 99;
  width: min(640px, 100%);
  padding-left: 64px;
  padding-top: 22px;
  overflow-y: scroll;
  padding-bottom: 80px;
  transform: translateX(100%);
  transition: all 300ms ease;
}
.l-drawer.is__show {
  transform: translateX(0);
  transition: all 300ms ease;
}
.l-drawer .p-drawer-scroll {
  color: #fff;
  font-size: 1.2rem;
  font-family: "EB Garamond", serif;
  writing-mode: vertical-lr;
  position: fixed;
  bottom: 100px;
  right: 20px;
  letter-spacing: 0.1em;
}
.l-drawer .p-drawer-scroll::before {
  content: "";
  position: absolute;
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/ico_arrow_white.png) no-repeat;
  width: 30px;
  height: 5px;
  background-size: 100%;
  right: -8px;
  bottom: -30px;
  transform: rotate(90deg);
}
.l-drawer .l-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 64px;
  margin-bottom: 40px;
}
.l-drawer .l-drawer__head .l-drawer__head__nav {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.l-drawer .l-drawer__head .l-drawer__head__nav .c-language {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.l-drawer .l-drawer__head .l-drawer__head__nav .c-language li {
  position: relative;
}
.l-drawer .l-drawer__head .l-drawer__head__nav .c-language li:first-child {
  margin-right: 52px;
}
.l-drawer .l-drawer__head .l-drawer__head__nav .c-language li:first-child::after {
  background: #fff;
  content: "";
  height: 28px;
  line-height: 1;
  position: absolute;
  right: -25px;
  top: -5px;
  transform: rotate(45deg);
  width: 1px;
}
.l-drawer .l-drawer__head .l-drawer__head__nav .c-language li a {
  font-family: "Shippori Mincho", serif;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.l-drawer .l-drawer__head .l-drawer__head__nav .c-close {
  position: relative;
  width: 52px;
  height: 28px;
  cursor: pointer;
}
.l-drawer .l-drawer__head .l-drawer__head__nav .c-close span {
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
}
.l-drawer .l-drawer__head .l-drawer__head__nav .c-close span:nth-child(1) {
  transform: rotate(28deg);
}
.l-drawer .l-drawer__head .l-drawer__head__nav .c-close span:nth-child(2) {
  transform: rotate(-28deg);
}
.l-drawer .l-drawer__search {
  width: 100%;
  padding-right: 64px;
  margin-bottom: 40px;
}
.l-drawer .l-drawer__search form {
  height: 40px;
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.l-drawer .l-drawer__search form input[type=search] {
  background: #fff;
  height: 100%;
  width: 100%;
  font-size: 1.5rem;
  padding-left: 10px;
}
.l-drawer .l-drawer__search form input[type=submit] {
  font-family: "Shippori Mincho", serif;
  background: #7f6533;
  color: #fff;
  height: 100%;
  width: 85px;
  font-size: 1.6rem;
}
.l-drawer .l-drawer__nav {
  margin-bottom: 60px;
}
.l-drawer .l-drawer__nav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.l-drawer .l-drawer__nav ul li dl dt.is__open a::before {
  transform: scale(1, -1);
  margin-top: 8px;
}
.l-drawer .l-drawer__nav ul li dl dt a:hover::before {
  right: 64px;
}
.l-drawer .l-drawer__nav ul li dl dt a::before {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/ico_arrow_bottom_white.png);
  width: 30px;
  height: 11px;
  background-size: 100%;
}
.l-drawer .l-drawer__nav ul li dl dd {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: none;
}
.l-drawer .l-drawer__nav ul li dl dd ul li a {
  padding-left: 30px;
}
.l-drawer .l-drawer__nav ul li dl dd ul li a::before {
  margin-top: 0;
}
.l-drawer .l-drawer__nav ul li dl dd ul li:last-child {
  border-bottom: none;
}
.l-drawer .l-drawer__nav ul li a {
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  line-height: 1;
  padding-bottom: 20px;
  padding-top: 20px;
  display: block;
  letter-spacing: 0.05em;
  position: relative;
}
.l-drawer .l-drawer__nav ul li a:hover::before {
  right: 54px;
  transition: all 300ms ease;
}
.l-drawer .l-drawer__nav ul li a::before {
  content: "";
  position: absolute;
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/ico_arrow_white.png) no-repeat;
  width: 30px;
  height: 5px;
  background-size: 100%;
  right: 64px;
  top: 50%;
  margin-top: 12px;
  transform: translateY(-50%);
  transition: all 300ms ease;
}
.l-drawer .l-drawer__nav ul li a span {
  font-family: "EB Garamond", serif;
  font-size: 1.2rem;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
.l-drawer .l-drawer__bnr {
  overflow: hidden;
}
.l-drawer .l-drawer__bnr .l-drawer__bnr__box {
  margin-bottom: 60px;
  padding-right: 64px;
}
.l-drawer .l-drawer__bnr .l-drawer__bnr__box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.l-drawer .l-drawer__bnr .l-drawer__bnr__box ul li {
  width: calc((100% - 30px) / 2);
}
.l-drawer .l-drawer__btn {
  margin-bottom: 65px;
  padding-right: 64px;
}
.l-drawer .l-drawer__btn ul {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.l-drawer .l-drawer__btn ul li {
  width: calc((100% - 20px) / 2);
  border: 1px solid #fff;
  border-radius: 24px;
  overflow: hidden;
}
.l-drawer .l-drawer__btn ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  font-size: 1.3rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  transition: all 300ms ease;
}
.l-drawer .l-drawer__btn ul li a:hover {
  opacity: 1;
  background: #fff;
  color: #2e1d00;
  transition: all 300ms ease;
}
.l-drawer .l-drawer__info {
  padding-right: 64px;
  margin-bottom: 80px;
}
.l-drawer .l-drawer__info dl dt {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 18px;
}
.l-drawer .l-drawer__info dl dt a {
  color: #fff;
  font-size: 2.4rem;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.12em;
  display: block;
  padding-bottom: 15px;
  position: relative;
}
.l-drawer .l-drawer__info dl dt a:hover::before {
  right: 0;
  transition: all 300ms ease;
}
.l-drawer .l-drawer__info dl dt a::before {
  content: "";
  position: absolute;
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/ico_arrow_white.png) no-repeat;
  width: 30px;
  height: 5px;
  background-size: 100%;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -4px;
  transition: all 300ms ease;
}
.l-drawer .l-drawer__info dl dd {
  color: #fff;
  letter-spacing: 0.15em;
  font-size: 1.1rem;
  line-height: 1.82;
}
.l-drawer .l-drawer__close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 64px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.l-drawer .l-drawer__close p {
  line-height: 1;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
}
.l-drawer .l-drawer__close .c-close {
  position: relative;
  width: 52px;
  height: 28px;
  cursor: pointer;
}
.l-drawer .l-drawer__close .c-close span {
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
}
.l-drawer .l-drawer__close .c-close span:nth-child(1) {
  transform: rotate(28deg);
}
.l-drawer .l-drawer__close .c-close span:nth-child(2) {
  transform: rotate(-28deg);
}

#drawerCloseSp {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 75px;
  height: 60px;
  background: #4d4d4d;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: all 300ms ease;
}
#drawerCloseSp .c-close {
  width: 45px;
  height: 26px;
}
#drawerCloseSp .c-close span {
  background: #fff;
  display: block;
  height: 1px;
  left: 15px;
  position: absolute;
  top: 29px;
  width: 45px;
}
#drawerCloseSp .c-close span:nth-child(1) {
  transform: rotate(28deg);
}
#drawerCloseSp .c-close span:nth-child(2) {
  transform: rotate(-28deg);
}

.l-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: calc(100% - 640px);
  pointer-events: none;
}
.l-modal .l-modal-top {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/modal_top.jpg) no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  opacity: 0;
  transition: all 300ms ease;
  position: absolute;
  top: 0;
  left: 0;
}
.l-modal .l-modal-top.is__show {
  opacity: 1;
  transition: all 300ms ease;
}
.l-modal .l-modal-product {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/modal_product.jpg) no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  opacity: 0;
  transition: all 300ms ease;
  position: absolute;
  top: 0;
  left: 0;
}
.l-modal .l-modal-product.is__show {
  opacity: 1;
  transition: all 300ms ease;
}
.l-modal .l-modal-feature {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/modal_feature.jpg) no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  opacity: 0;
  transition: all 300ms ease;
  position: absolute;
  top: 0;
  left: 0;
}
.l-modal .l-modal-feature.is__show {
  opacity: 1;
  transition: all 300ms ease;
}
.l-modal .l-modal-about {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/modal_about.jpg) no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  opacity: 0;
  transition: all 300ms ease;
  position: absolute;
  top: 0;
  left: 0;
}
.l-modal .l-modal-about.is__show {
  opacity: 1;
  transition: all 300ms ease;
}
.l-modal .l-modal-shop {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/modal_shop.jpg) no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  opacity: 0;
  transition: all 300ms ease;
  position: absolute;
  top: 0;
  left: 0;
}
.l-modal .l-modal-shop.is__show {
  opacity: 1;
  transition: all 300ms ease;
}
.l-modal .l-modal-news {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/modal_news.jpg) no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  opacity: 0;
  transition: all 300ms ease;
  position: absolute;
  top: 0;
  left: 0;
}
.l-modal .l-modal-news.is__show {
  opacity: 1;
  transition: all 300ms ease;
}

.l-bnr-line {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 260px;
  height: 75px;
  background: #00b939;
  border-radius: 5px;
  z-index: 10;
}
.l-bnr-line.is__hidden {
  display: none;
}
.l-bnr-line .p-bnr-line-ico {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.l-bnr-line .p-bnr-line-ico span {
  display: block;
  width: 15px;
  height: 1px;
  background: #2e1d00;
  position: absolute;
}
.l-bnr-line .p-bnr-line-ico span:nth-child(1) {
  top: 50%;
  left: 5px;
  margin-top: -1px;
  transform: rotate(45deg);
}
.l-bnr-line .p-bnr-line-ico span:nth-child(2) {
  top: 50%;
  left: 5px;
  margin-top: -1px;
  transform: rotate(-45deg);
}
.l-bnr-line a {
  display: block;
  padding: 10px 18px;
}
.l-bnr-line a:hover::before {
  right: 10px;
  transition: all 300ms ease;
}
.l-bnr-line a::before {
  content: "";
  position: absolute;
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/ico_arrow_white.png) no-repeat;
  width: 30px;
  height: 5px;
  background-size: 100%;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 300ms ease;
}
.l-bnr-line a dl dt {
  background: #ffffff;
  color: #00b939;
  font-size: 1.4rem;
  font-weight: bold;
  width: 153px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  height: 26px;
  margin-bottom: 3px;
}
.l-bnr-line a dl dd {
  line-height: 1;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}
.l-bnr-line a dl dd .is__mark {
  font-size: 1.6rem;
  font-weight: 500;
}
.l-bnr-line a dl dd .is__yen {
  font-size: 2.4rem;
  font-weight: 600;
}

#drawerBg,
#loginBg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: all 300ms ease;
}
#drawerBg.is__open,
#loginBg.is__open {
  transition: all 300ms ease;
  opacity: 1;
  pointer-events: all;
}

#loginBg {
  background: rgba(0, 0, 0, 0.9);
  z-index: 50;
  pointer-events: all;
}

#login #loginBg {
  display: none;
}

.l-verification {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fefcef;
  z-index: 9999;
  transition: all 300ms ease;
  opacity: 0;
  pointer-events: none;
}
.l-verification.is__show {
  transition: all 300ms ease;
  opacity: 1;
  pointer-events: all;
}
.l-verification .l-verification-logo {
  position: absolute;
  top: 20px;
  left: 40px;
}
.l-verification .l-verification-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.l-verification .l-verification-wrap .l-verification-head {
  margin-bottom: 90px;
}
.l-verification .l-verification-wrap .l-verification-head h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 4.8rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  color: #2e1d00;
}
.l-verification .l-verification-wrap .l-verification-head p {
  color: #2e1d00;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.l-verification .l-verification-wrap .l-verification-head-en {
  margin-bottom: 100px;
}
.l-verification .l-verification-wrap .l-verification-head-en h3 {
  color: #2e1d00;
  font-family: "EB Garamond", serif;
  font-size: 4.8rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.l-verification .l-verification-wrap .l-verification-head-en p {
  color: #2e1d00;
  line-height: 1.5;
  font-family: "EB Garamond", serif;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.05em;
}
.l-verification .l-verification-wrap .l-verification-btn {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  flex-direction: column;
  width: 100%;
}
.l-verification .l-verification-wrap .l-verification-btn .c-verification-btn {
  width: min(530px, 100%);
  margin-inline: auto;
  border: 1px solid #d3bf78;
  border-radius: 40px;
}
.l-verification .l-verification-wrap .l-verification-btn .c-verification-btn:hover {
  opacity: 1;
  transition: all 300ms ease;
}
.l-verification .l-verification-wrap .l-verification-btn .c-verification-btn:hover a {
  background: #fefcef;
  opacity: 1;
}
.l-verification .l-verification-wrap .l-verification-btn .c-verification-btn.o-btn-no {
  border: 1px solid #2e1d00;
}
.l-verification .l-verification-wrap .l-verification-btn .c-verification-btn.o-btn-no:hover {
  border: 1px solid #d3bf78;
}
.l-verification .l-verification-wrap .l-verification-btn .c-verification-btn.o-btn-no:hover a {
  background: #d3bf78;
}
.l-verification .l-verification-wrap .l-verification-btn .c-verification-btn.o-btn-no a {
  background: #fefcef;
}
.l-verification .l-verification-wrap .l-verification-btn .c-verification-btn a {
  transition: all 300ms ease;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  border-radius: 40px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d3bf78;
}

.c-btn {
  width: 240px;
  height: 48px;
  margin-inline: auto;
}
.c-btn.black a {
  background: #2e1d00;
  color: #fff;
}
.c-btn.black a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 300ms;
}
.c-btn.black a:hover {
  border: 1px solid #2e1d00;
  transition: all 300ms ease;
  color: #2e1d00;
  opacity: 1;
}
.c-btn.black a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.c-btn a {
  border: 1px solid #fff;
  background: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #2e1d00;
  transition: all 300ms ease;
  border-radius: 50px;
  font-family: "EB Garamond", serif;
  line-height: 1;
  letter-spacing: 0.06em;
  position: relative;
  overflow: hidden;
}
.c-btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #2e1d00;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 300ms;
}
.c-btn a:hover {
  border: 1px solid #2e1d00;
  transition: all 300ms ease;
  color: #fff;
  opacity: 1;
}
.c-btn a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.c-btn a span {
  position: relative;
  z-index: 1;
}

.c-title {
  font-size: 4.8rem;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.06em;
  line-height: 1.85;
  font-weight: 500;
}
.c-title.black span::before {
  background: rgba(46, 29, 0, 0.3);
}
.c-title span {
  font-family: "EB Garamond", serif;
  font-size: 2.4rem;
  display: block;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: normal;
  position: relative;
}
.c-title span::before {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 12px;
  left: -10px;
  transform: translateX(-100%);
}

.c-breadcrumbs {
  width: min(1440px, 100%);
  margin-inline: auto;
  font-size: 1.3rem;
  margin-bottom: 100px;
}
.c-breadcrumbs .breadcrumbs {
  font-family: "Shippori Mincho", serif;
  line-height: 2.4;
}
.c-breadcrumbs .breadcrumbs > span {
  margin-right: 10px;
  margin-left: 10px;
}
.c-breadcrumbs .breadcrumbs > span:first-child {
  margin-left: 0;
}

.c-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
.c-pagination .c-pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
  border-bottom: none;
  color: #2e1d00 !important;
  margin-top: 75px;
}
.c-pagination .c-pagination__list .c-pagination__list__item {
  border: none !important;
}
.c-pagination .c-pagination__list .c-pagination__list__item.is-active {
  color: rgba(46, 29, 0, 0.3) !important;
}
.c-pagination .c-pagination__list .c-pagination__list__item.is-active::after {
  content: none;
}
.c-pagination .c-pagination__list .c-pagination__list__item .c-pagination__list__item__page {
  width: auto;
  height: auto;
  font-size: 3rem;
  font-family: "EB Garamond", serif;
}
.c-pagination .c-pagination__list .c-pagination__list__item .c-pagination__list__item__prev {
  width: auto;
  height: auto;
  position: relative;
}
.c-pagination .c-pagination__list .c-pagination__list__item .c-pagination__list__item__prev::before {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/ico_arrow_black.png) no-repeat;
  background-size: 100%;
  content: "";
  height: 6px;
  margin-top: -2px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%) scale(1, -1);
  transition: all 0.3s ease;
  width: 30px;
}
.c-pagination .c-pagination__list .c-pagination__list__item .c-pagination__list__item__prev .u-icon--arrow {
  display: none;
}
.c-pagination .c-pagination__list .c-pagination__list__item .c-pagination__list__item__next {
  width: auto;
  height: auto;
  position: relative;
}
.c-pagination .c-pagination__list .c-pagination__list__item .c-pagination__list__item__next::before {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/ico_arrow_black.png) no-repeat;
  background-size: 100%;
  content: "";
  height: 6px;
  margin-top: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  transition: all 0.3s ease;
  width: 30px;
}
.c-pagination .c-pagination__list .c-pagination__list__item .c-pagination__list__item__next .u-icon--arrow {
  display: none;
}

.c-lang {
  width: 128px;
  position: relative;
}
.c-lang dt {
  letter-spacing: 0.03em;
  font-size: 1.3rem;
}
.c-lang dt a {
  color: #fff;
  position: relative;
  display: block;
  padding-left: 10px;
}
.c-lang dt a.is__active::before {
  transform: rotate(-45deg);
  margin: -2px auto auto;
}
.c-lang dt a:hover::after {
  opacity: 1;
  transition: all 300ms ease;
}
.c-lang dt a::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 10px;
  width: 78px;
  height: 1px;
  background: #fff;
  transition: all 300ms ease;
  opacity: 0;
}
.c-lang dt a::before {
  content: "";
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  content: "";
  height: 6px;
  margin: -4px auto auto;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: rotate(135deg);
  vertical-align: middle;
  width: 6px;
}
.c-lang dd {
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  background: #fff;
  width: 100%;
}
.c-lang dd ul {
  padding-top: 5px;
  padding-bottom: 5px;
}
.c-lang dd ul.is__ja li:nth-child(1) a img {
  display: block;
}
.c-lang dd ul.is__en li:nth-child(2) a img {
  display: block;
}
.c-lang dd ul.is__cn li:nth-child(3) a img {
  display: block;
}
.c-lang dd ul.is__tw li:nth-child(4) a img {
  display: block;
}
.c-lang dd ul li a {
  color: #221715;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.c-lang dd ul li a img {
  display: none;
  margin-left: 5px;
}

.c-tel {
  pointer-events: none;
}

.c-hamburger {
  width: 56px;
  height: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.c-hamburger span {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
}
.c-hamburger span:nth-child(1) {
  top: 0;
}
.c-hamburger span:nth-child(2) {
  bottom: 0;
}

.c-login-wrap {
  transition: all 300ms ease;
}
.c-login-wrap .p-login-ttl {
  text-align: center;
  font-size: 3.2rem;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  position: relative;
  z-index: 10;
  line-height: 1.53;
  margin-bottom: 38px;
  letter-spacing: 0.05em;
  font-weight: normal;
}
.c-login-wrap .p-login-txt {
  width: min(960px, 100%);
  margin-inline: auto;
  position: relative;
  z-index: 10;
  padding-bottom: 60px;
}
.c-login-wrap .p-login-txt .p-login-txt01 {
  font-size: 2rem;
  text-align: center;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  line-height: 1.6;
  margin-bottom: 38px;
  letter-spacing: 0.08em;
}
.c-login-wrap .p-login-txt .p-login-txt02 {
  font-size: 1.6rem;
  text-align: left;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  line-height: 1.56;
  letter-spacing: 0.02em;
}
.c-login-wrap .p-login-txt .p-login-txt02 a {
  color: #fff;
}
.c-login-wrap .c-login-form {
  background: #fff;
  width: min(960px, 100%);
  margin-inline: auto;
  position: relative;
  z-index: 10;
  padding-top: 100px;
  padding-bottom: 100px;
}
.c-login-wrap .c-login-form .c-login-form-blk {
  width: min(700px, 100%);
  margin-inline: auto;
}
.c-login-wrap .c-login-form .c-login-form-blk .c-login-form-blk-col {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 20px;
}
.c-login-wrap .c-login-form .c-login-form-blk .c-login-form-blk-col .c-login-form-blk-col-pass {
  width: min(500px, 100%);
}
.c-login-wrap .c-login-form .c-login-form-blk .c-login-form-blk-col .c-login-form-blk-col-pass input[type=password] {
  width: 100%;
  height: 62px;
  border-bottom: 1px solid #221715;
  padding-right: 15px;
  font-size: 1.8rem;
}
.c-login-wrap .c-login-form .c-login-form-blk .c-login-form-blk-col .c-login-form-blk-col-btn button,
.c-login-wrap .c-login-form .c-login-form-blk .c-login-form-blk-col .c-login-form-blk-col-btn a {
  width: 180px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #221715;
  font-size: 1.6rem;
  background: #ede6dd;
  transition: all 300ms ease;
}
.c-login-wrap .c-login-form .c-login-form-blk .c-login-form-blk-col .c-login-form-blk-col-btn button:hover,
.c-login-wrap .c-login-form .c-login-form-blk .c-login-form-blk-col .c-login-form-blk-col-btn a:hover {
  background: #e6a06f;
  transition: all 300ms ease;
  opacity: 1;
}
.c-login-wrap .c-login-form .c-login-form-blk .c-login-form-blk-error {
  margin-bottom: 20px;
  color: #e6a06f;
  display: none;
}
.c-login-wrap .c-login-form .c-login-form-blk .c-login-form-blk-error.is__error {
  display: block;
}
.c-login-wrap .c-login-form .c-login-form-blk .c-login-form-blk-col02 label {
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.c-login-wrap .c-login-form .c-login-form-blk .c-login-form-blk-col02 label input[type=checkbox] {
  display: none;
}
.c-login-wrap .c-login-form .c-login-form-blk .c-login-form-blk-col02 label input[type=checkbox]:checked ~ span::before {
  color: #221715;
  content: "✔";
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}
.c-login-wrap .c-login-form .c-login-form-blk .c-login-form-blk-col02 label span {
  position: relative;
  padding-left: 33px;
}
.c-login-wrap .c-login-form .c-login-form-blk .c-login-form-blk-col02 label span::before {
  content: "";
  background-color: #fff;
  border: 1px solid #b8b2a6;
  display: inline-block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
}

#premium-list,
#premium-detail {
  transition: all 300ms ease;
}
#premium-list .c-login-wrap,
#premium-detail .c-login-wrap {
  position: absolute;
  top: 235px;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate(-50%, 0);
  z-index: 60;
  width: 100%;
  transition: all 300ms ease;
  opacity: 0;
  pointer-events: none;
}
#premium-list .c-login-wrap.is__member,
#premium-detail .c-login-wrap.is__member {
  opacity: 1;
  pointer-events: all;
}
#premium-list .c-login-wrap.is__member ~ #loginBg,
#premium-detail .c-login-wrap.is__member ~ #loginBg {
  opacity: 1;
}

.c-cookie {
  position: fixed;
  bottom: 30px;
  left: 30px;
  background: #fff;
  z-index: 90;
  display: flex;
  align-items: center;
  padding: 33px 30px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 300ms ease;
}
.c-cookie.is__show02 {
  opacity: 1;
  pointer-events: all;
  transition: all 300ms ease;
}
.c-cookie .c-cookie-txt {
  line-height: 1.6;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  margin-right: 30px;
}
.c-cookie .c-cookie-txt a {
  color: #4d7d99;
  border-bottom: 1px solid #4d7d99;
}
.c-cookie .c-cookie-blk {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.c-cookie .c-cookie-blk .c-cookie-btn.no a {
  color: #e6a06f;
  border-bottom: 1px solid #e6a06f;
}
.c-cookie .c-cookie-blk .c-cookie-btn.yes a {
  background: #e6a06f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 36px;
  border-radius: 4px;
  transition: all 300ms ease;
  border: 1px solid #e6a06f;
}
.c-cookie .c-cookie-blk .c-cookie-btn.yes a:hover {
  background: #fff;
  color: #e6a06f;
  transition: all 300ms ease;
}
.c-cookie .c-cookie-blk .c-cookie-btn a {
  letter-spacing: 0.03em;
  line-height: 1;
  font-size: 1.2rem;
}

.is__fade,
.is__fade02 {
  opacity: 0;
  transition: all 500ms ease;
}
.is__fade.is__viewed,
.is__fade02.is__viewed {
  opacity: 1;
  transition: all 500ms ease;
}

.l-mv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.l-mv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.l-mv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.l-mv-sticky {
  position: relative;
}
.l-mv-sticky .p-mv-sticky-blk {
  width: 100%;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.l-mv-sticky .p-mv-sticky-blk .p-mv-sticky-ttl {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #fff;
  position: fixed;
  bottom: 20px;
  left: 20px;
  transition: all 300ms ease;
  text-align: left;
}
.l-mv-sticky .p-mv-sticky-blk .p-mv-sticky-ttl p {
  line-height: 1;
  font-family: "EB Garamond", serif;
  font-size: 3.6rem;
  font-weight: normal;
  margin-bottom: 28px;
  letter-spacing: 0.06em;
}
.l-mv-sticky .p-mv-sticky-blk .p-mv-sticky-ttl h2,
.l-mv-sticky .p-mv-sticky-blk .p-mv-sticky-ttl h1 {
  letter-spacing: 0.06em;
  font-size: 4.8rem;
  line-height: 1.79;
}
.l-mv-sticky .l-mv-sticky-vh {
  height: 100vh;
  width: 100%;
}

.l-recom {
  background: #fefcef;
  padding-bottom: 160px;
  position: relative;
  z-index: 1;
}
.l-recom .l-recom__wrap {
  background: #d3bf78;
  padding-top: 80px;
  padding-bottom: 90px;
  position: relative;
}
.l-recom .l-recom__wrap .c-title {
  text-align: center;
  margin-bottom: 45px;
}
.l-recom .l-recom__wrap .c-title span {
  font-size: 3.2rem;
}
.l-recom .l-recom__wrap .swiper-slide {
  transform: scale(0.8);
  transition: 0.7s;
}
.l-recom .l-recom__wrap .swiper-slide img {
  height: auto;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.l-recom .l-recom__wrap .swiper-slide p {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
}
.l-recom .l-recom__wrap .swiper-slide-active {
  transform: scale(1);
  z-index: 1;
}
.l-recom .l-recom__wrap .swiper-button-prev {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/ico_swiper_arrow_left.png");
  margin-left: 8.3333333333vw;
}
.l-recom .l-recom__wrap .swiper-button-next {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/ico_swiper_arrow_right.png");
  margin-right: 8.3333333333vw;
}
.l-recom .l-recom__wrap .swiper-button-prev,
.l-recom .l-recom__wrap .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  z-index: 10;
  width: 20px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.l-recom .l-recom__wrap .swiper-button-prev svg,
.l-recom .l-recom__wrap .swiper-button-next svg {
  display: none;
}

.l-pickup {
  background: #fefcef;
  position: relative;
  z-index: 1;
  padding-top: 105px;
  padding-bottom: 60px;
  overflow: hidden;
}
.l-pickup .c-title {
  width: min(1400px, 100%);
  margin-inline: auto;
  margin-bottom: 25px;
}
.l-pickup .c-title span {
  font-size: 3.2rem;
}
.l-pickup .l-pickup__wrap {
  position: relative;
}
.l-pickup .l-pickup__wrap .swiper-wrapper img {
  width: 100%;
}
.l-pickup .l-pickup__wrap .swiper-button-prev {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/ico_swiper_arrow_left.png");
  margin-left: -60px;
}
.l-pickup .l-pickup__wrap .swiper-button-next {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/ico_swiper_arrow_right.png");
  margin-right: -60px;
}
.l-pickup .l-pickup__wrap .swiper-button-prev,
.l-pickup .l-pickup__wrap .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  z-index: 10;
  width: 20px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.l-pickup .l-pickup__wrap .swiper-button-prev svg,
.l-pickup .l-pickup__wrap .swiper-button-next svg {
  display: none;
}

.l-product {
  background: #fefcef;
  position: relative;
  z-index: 1;
  padding-top: 105px;
  padding-bottom: 135px;
}
.l-product .l-product__wrap {
  width: min(1400px, 100%);
  margin-inline: auto;
}
.l-product .l-product__wrap .c-title {
  margin-bottom: 65px;
}
.l-product .l-product__wrap h3 {
  font-size: 3.2rem;
  font-family: "EB Garamond", serif;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 25px;
}
.l-product .l-product__wrap02 {
  width: min(1400px, 100%);
  margin-inline: auto;
}
.l-product .l-product__wrap02 h3 {
  font-size: 3.2rem;
  font-family: "EB Garamond", serif;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 25px;
}
.l-product .l-product__wrap02 .p-product-item {
  margin-bottom: 130px;
}
.l-product .l-product__wrap02 .p-product-item.last {
  margin-bottom: 0;
}
.l-product .l-product__wrap02 .p-product-item dd ul {
  display: flex;
  -moz-column-gap: 70px;
       column-gap: 70px;
}
.l-product .l-product__wrap02 .p-product-item dd ul li {
  width: calc((100% - 140px) / 3);
}
.l-product .l-product__wrap02 .p-product-item dd ul li a {
  display: block;
  margin-bottom: 28px;
}
.l-product .l-product__wrap02 .p-product-item dd ul li p {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  line-height: 1;
}
.l-product .l-product__img {
  margin-bottom: 130px;
}
.l-product .l-product__img ul {
  display: flex;
  overflow: hidden;
}
.l-product .l-product__img ul li {
  overflow: hidden;
  position: relative;
}
.l-product .l-product__img ul li:hover a {
  opacity: 1;
}
.l-product .l-product__img ul li:hover a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.l-product .l-product__img ul li:hover a img {
  transform: scale(1.3);
  transition: all 300ms ease;
}
.l-product .l-product__img ul li:hover a p {
  opacity: 1;
  transition: all 300ms ease;
  z-index: 1;
}
.l-product .l-product__img ul li a img {
  width: 100%;
  transition: all 300ms ease;
}
.l-product .l-product__img ul li a p {
  font-family: "Shippori Mincho", serif;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: all 300ms ease;
  opacity: 0;
}
.l-product .l-product-sp__img {
  display: none;
  transition: all 300ms ease;
}
.l-product .l-product-sp__img .p-product-sticky {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.l-product .l-product-sp__img .p-product-sticky a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.l-product .l-product-sp__img .p-product-sticky a p {
  color: #fff;
}
.l-product .l-product-sp__img .p-product-sticky img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-product .l-product-sp__img .p-product-sticky.p-product-bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  font-size: 3.2rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: "Shippori Mincho", serif;
}
.l-product .l-product-sp__img .p-product-sticky0102 {
  z-index: 10;
}
.l-product .l-product-sp__img .p-product-sticky0103 {
  z-index: 12;
}
.l-product .l-product-sp__img .p-product-sticky0201 {
  z-index: 14;
}
.l-product .l-product-sp__img .p-product-sticky0202 {
  z-index: 16;
}
.l-product .l-product-sp__img .p-product-sticky0203 {
  z-index: 18;
}
.l-product .l-product-sp__img .p-product-sticky0301 {
  z-index: 20;
}
.l-product .l-product-sp__img .p-product-sticky0301 img {
  -o-object-position: 75% 0px;
     object-position: 75% 0px;
}
.l-product .l-product-sp__img .p-product-sticky0302 {
  z-index: 22;
}
.l-product .l-product-sp__img .p-product-sticky0303 {
  z-index: 24;
}

.l-about {
  position: relative;
  z-index: 1;
  background: url(https://dev.recus-groove.com/kyoyashuzou/images/top/bg_about.jpg) no-repeat;
  background-size: cover;
  padding-top: 135px;
  padding-bottom: 130px;
}
.l-about .l-about__wrap {
  width: min(1400px, 100%);
  margin-inline: auto;
}
.l-about .l-about__wrap .c-title {
  color: #fff;
  margin-bottom: 55px;
}
.l-about .l-about__wrap ul {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.l-about .l-about__wrap ul li {
  width: calc((100% - 30px) / 2);
}
.l-about .l-about__wrap ul li a {
  position: relative;
  display: block;
  border: 1px solid #707070;
}
.l-about .l-about__wrap ul li a:hover::before {
  right: 15px;
  transition: all 300ms ease;
}
.l-about .l-about__wrap ul li a::before {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/ico_arrow_white.png) no-repeat;
  background-size: 100%;
  content: "";
  height: 5px;
  margin-top: -4px;
  position: absolute;
  right: 25px;
  bottom: 35px;
  transform: translateY(-50%);
  transition: all 300ms ease;
  width: 30px;
  z-index: 1;
}
.l-about .l-about__wrap ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 158px;
  background-image: linear-gradient(transparent, #000000);
  opacity: 0.8;
}
.l-about .l-about__wrap ul li a img {
  width: 100%;
}
.l-about .l-about__wrap ul li a p {
  font-family: "Shippori Mincho", serif;
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.06em;
  z-index: 1;
}

.l-youtube {
  position: relative;
  z-index: 1;
  background: #fefcef;
  padding-top: 135px;
  padding-bottom: 130px;
}
.l-youtube .l-youtube__wrap {
  width: min(1400px, 100%);
  margin-inline: auto;
}
.l-youtube .l-youtube__wrap .c-title {
  margin-bottom: 55px;
}
.l-youtube .l-youtube__wrap ul {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.l-youtube .l-youtube__wrap ul li {
  width: calc((100% - 30px) / 2);
}
.l-youtube .l-youtube__wrap ul li iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

.l-bg {
  position: relative;
  z-index: 1;
}
.l-bg img {
  width: 100%;
}

.l-news {
  background: #fefcef;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 105px;
  padding-bottom: 120px;
}
.l-news .l-news__wrap {
  width: min(1400px, 100%);
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}
.l-news .l-news__wrap .p-news-ttl .c-title span::before {
  width: 9999%;
}
.l-news .l-news__wrap .p-news-blk {
  width: calc(100% - 400px);
}
.l-news .l-news__wrap .p-news-blk ul {
  margin-right: calc(50% - 50vw);
  margin-bottom: 45px;
}
.l-news .l-news__wrap .p-news-blk ul li {
  border-top: 1px solid rgba(46, 29, 0, 0.3);
}
.l-news .l-news__wrap .p-news-blk ul li:last-child {
  border-bottom: 1px solid rgba(46, 29, 0, 0.3);
}
.l-news .l-news__wrap .p-news-blk ul li a {
  padding-top: 38px;
  padding-bottom: 32px;
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  width: min(1000px, 100%);
  position: relative;
  padding-right: 40px;
}
.l-news .l-news__wrap .p-news-blk ul li a::before {
  border-right: 1px solid rgba(46, 29, 0, 0.3);
  border-top: 1px solid rgba(46, 29, 0, 0.3);
  content: "";
  height: 8px;
  margin: -2px auto auto;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 8px;
}
.l-news .l-news__wrap .p-news-blk ul li a .p-news-date {
  display: flex;
  align-items: center;
  width: 180px;
  min-width: 180px;
}
.l-news .l-news__wrap .p-news-blk ul li a .p-news-date time {
  font-size: 1.4rem;
  font-family: "EB Garamond", serif;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-right: 40px;
}
.l-news .l-news__wrap .p-news-blk ul li a .p-news-date div {
  line-height: 1;
  font-size: 1.2rem;
  font-family: "Shippori Mincho", serif;
  border: 1px solid rgb(46, 29, 0);
  padding: 5px 7px;
  letter-spacing: 0.05em;
  min-width: 80px;
  text-align: center;
}
.l-news .l-news__wrap .p-news-blk ul li a p {
  font-size: 1.4rem;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical; /* 垂直方向に配置 */
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 2;
}
.l-news .l-news__wrap .p-news-blk div a {
  line-height: 1;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.05em;
  color: #2e1d00;
}
.l-news .l-news__wrap .p-news-blk div a:hover::before {
  transition: all 0.3s ease;
  right: -30px;
}
.l-news .l-news__wrap .p-news-blk div a::before {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/ico_arrow_black.png) no-repeat;
  background-size: 100%;
  content: "";
  height: 6px;
  margin-top: -1px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translate(100%, -50%);
  transition: all 0.3s ease;
  width: 30px;
}

.l-slider {
  padding-bottom: 50px;
  overflow: hidden;
  background: #fefcef;
  position: relative;
  z-index: 1;
}
.l-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.l-slider .swiper-wrapper .swiper-slide img {
  height: auto;
  width: 100%;
}

body.modal-open .modal-scrollable.is__show {
  width: 100%;
}
body.modal-open .modal-scrollable .modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.modal-open .modal-scrollable .modal .modal-header .modal-title {
  font-family: "Noto Serif JP", serif;
}
body.modal-open .modal-scrollable .modal .modal-body {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
}
body.modal-open .modal-scrollable .modal .modal-body form .form-group input {
  border-radius: 3px;
  height: 50px;
}
body.modal-open .modal-scrollable .modal .modal-body form .form-group a {
  background: #d3bf78;
  height: 80px;
  font-size: 2.4rem;
  line-height: 1;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2e1d00;
  border-radius: 50px;
}

body:has(.c-product_info__form__buttons) .p-product_content__breadcrumbs.p-product_content__breadcrumbs--sp {
  display: none !important;
}
body:has(.c-product_info__form__buttons) #product-show-view {
  background: #fefcef;
  padding-top: 138px !important;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content {
  padding-left: 0;
  padding-right: 0;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__breadcrumbs {
  width: min(1600px, 100%);
  max-width: 100%;
  margin-inline: auto;
  margin-bottom: 100px;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__breadcrumbs.p-product_content__breadcrumbs--pc {
  padding: 0;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__breadcrumbs .c-breadcrumbs {
  width: 100%;
  font-size: 1.2rem !important;
  font-family: "Noto Serif JP", serif;
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
  margin-bottom: 0;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__breadcrumbs .c-breadcrumbs .c-breadcrumbs__item {
  color: #12150c !important;
  position: relative;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__breadcrumbs .c-breadcrumbs .c-breadcrumbs__item:last-child::after {
  content: none;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__breadcrumbs .c-breadcrumbs .c-breadcrumbs__item::after {
  content: ">";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  font-size: 1.2rem !important;
  color: rgba(46, 29, 0, 0.3);
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__breadcrumbs .c-breadcrumbs .c-breadcrumbs__item a {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem !important;
  color: #12150c !important;
  text-decoration: none;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner {
  width: min(1400px, 100%);
  max-width: 100%;
  margin-inline: auto;
  flex-wrap: wrap;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__img {
  width: min(800px, 100%);
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__img .c-product_img {
  position: relative;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__img .c-product_img #splide01 .c-product_img__track .c-product_img__list .c-product_img__item {
  width: 100% !important;
  height: 100% !important;
  margin-right: 0 !important;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__img #splide02 {
  padding: 0;
  margin-top: 20px;
  position: static;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__img #splide02 .splide__arrows .splide__arrow--prev {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/ico_swiper_arrow_left.png) no-repeat;
  width: 20px;
  height: 60px;
  background-size: 100%;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -80px;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__img #splide02 .splide__arrows .splide__arrow--prev svg {
  display: none;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__img #splide02 .splide__arrows .splide__arrow--next {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/ico_swiper_arrow_right.png) no-repeat;
  width: 20px;
  height: 60px;
  background-size: 100%;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -80px;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__img #splide02 .splide__arrows .splide__arrow--next svg {
  display: none;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__img #splide02 .c-product_img__track .c-product_img__list {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  position: relative;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__img #splide02 .c-product_img__track .c-product_img__list .c-product_img__item {
  width: 140px !important;
  height: 140px !important;
  margin-right: 0 !important;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info {
  width: min(530px, 100%);
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form {
  display: flex;
  flex-direction: column;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form .c-product_info__category {
  font-size: 2rem !important;
  font-family: "Noto Serif JP", serif;
  color: #000000 !important;
  line-height: 1.85;
  order: 1;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form .c-product_info__title {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem !important;
  color: #000000 !important;
  order: 5;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form .c-product_info__description {
  display: none;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form .c-product_info__form__variant.sortable {
  background: none !important;
  order: 10;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form .c-product_info__form__variant.sortable > div {
  margin-bottom: 20px;
  display: block;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form .c-product_info__form__variant.sortable > div label {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  color: #000000;
  width: 120px;
  min-width: 120px;
  max-width: 120px;
  padding: 0;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form .c-product_info__form__variant.sortable > div > div {
  padding: 0;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form .c-product_info__form__variant.sortable > div > div::after {
  color: #000000;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  content: "";
  height: 8px;
  margin: -4px auto auto;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: rotate(135deg);
  vertical-align: middle;
  width: 8px;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form .c-product_info__form__variant.sortable > div > div select {
  border-radius: 3px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  background: #fff;
  color: #000000;
  border: 1px solid rgba(46, 29, 0, 0.3);
  height: 50px;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form #quantity-group {
  margin-top: 45px;
  order: 15;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form #quantity-group .c-product_info__form__quantity__label {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem !important;
  color: #000000 !important;
  min-width: 90px;
  width: 90px;
  max-width: 90px;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form #quantity-group .c-product_info__form__quantity__wrap .c-order_quantity {
  width: min(170px, 100%);
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form #quantity-group .c-product_info__form__quantity__wrap .c-order_quantity #input-quantity {
  font-family: "Noto Serif JP", serif;
  height: 50px;
  font-size: 2rem;
  color: #000000 !important;
  border: 1px solid rgba(46, 29, 0, 0.3);
  width: 80px;
  max-width: 80px;
  min-width: 80px;
  position: relative;
  left: 45px;
  padding: 0;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form #quantity-group .c-product_info__form__quantity__wrap .c-order_quantity #btn-minus {
  background: #2e1d00;
  height: 50px;
  border-radius: 3px;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form #quantity-group .c-product_info__form__quantity__wrap .c-order_quantity #btn-minus i {
  color: #fff;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form #quantity-group .c-product_info__form__quantity__wrap .c-order_quantity #btn-plus {
  background: #2e1d00;
  height: 50px;
  border-radius: 3px;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form #quantity-group .c-product_info__form__quantity__wrap .c-order_quantity #btn-plus i {
  color: #fff;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form .c-product_info__form__buttons {
  order: 25;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form .c-product_info__form__buttons .c-product_info__form__submit {
  border-radius: 40px;
  font-size: 2.4rem !important;
  font-family: "Noto Serif JP", serif;
  color: #000 !important;
  height: 80px;
  background: #d3bf78 !important;
  position: relative;
  margin-top: 60px;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form .c-product_info__form__buttons .c-product_info__form__submit::before {
  content: "";
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/ico_cart_black.png) no-repeat;
  width: 24px;
  height: 24px;
  background-size: 100%;
  margin-right: 10px;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form #btn-stock-waiting-list {
  margin-top: 40px;
  border-radius: 0;
  order: 30;
  background: none !important;
  color: #2e1d00 !important;
  width: 240px;
  border-bottom: 1px solid rgba(46, 29, 0, 0.3);
  text-align: left;
  height: 34px;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: auto;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem !important;
  display: block !important;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form #btn-stock-waiting-list:hover::before {
  right: 0;
  transition: all 300ms ease;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form #btn-stock-waiting-list::before {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/ico_arrow_black.png) no-repeat;
  background-size: 100%;
  content: "";
  height: 6px;
  margin-top: -5px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 300ms ease;
  width: 30px;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form #price-group {
  order: 20;
  margin-top: 60px;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form #price-group #product-price-content {
  position: relative;
  color: #000;
  font-family: "Noto Serif JP", serif;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form #price-group #product-price-content::before {
  content: "通常価格";
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  color: #000000;
  margin-right: 15px;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form #price-group #product-price-content #sales-price {
  font-family: "Noto Serif JP", serif;
  font-size: 4.6rem !important;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form #price-group #product-price-content .u-text--subhead {
  color: #000000 !important;
  font-size: 1.6rem !important;
  font-family: "Noto Serif JP", serif;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form .c-product_info__favorite {
  display: none;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form .c-product_info__share {
  display: none;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner #product-description {
  width: 100%;
  color: #000000 !important;
  margin-top: 160px;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .js-custom-container .p-recommend_product {
  background: #fefcef !important;
  padding-left: 0;
  padding-right: 0;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .js-custom-container .p-recommend_product .l-container__row .p-recommend_product__inner .p-recommend_product__inner__title {
  display: none;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .js-custom-container .p-recommend_product .l-container__row .p-recommend_product__inner .p-product_slider .p-product_slider__list .slick-list .slick-track .slick-slide div .p-product_slider__item .c-product_item .c-product_item__inner__eyecatch .c-product_item__actions {
  display: none;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .js-custom-container .p-recommend_product .l-container__row .p-recommend_product__inner .p-product_slider .p-product_slider__list .slick-list .slick-track .slick-slide div .p-product_slider__item .c-product_item .c-product_item__inner__content {
  margin-top: 0;
}
body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .js-custom-container .p-recommend_product .l-container__row .p-recommend_product__inner .p-product_slider .p-product_slider__list .slick-list .slick-track .slick-slide div .p-product_slider__item .c-product_item .c-product_item__inner__content .c-product_item__inner__price.u-text--body {
  display: none;
}

.l-item-area {
  width: min(1400px, 100%);
  margin-inline: auto;
  padding-bottom: 100px;
}
.l-item-area .c-title {
  margin-bottom: 55px;
  color: #2e1d00;
}
.l-item-area .p-item-area-lead {
  font-family: "Noto Serif JP", serif;
  line-height: 2.62;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
.l-item-area .c-title-item {
  font-size: 3.6rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.75;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
.l-item-area .p-item-area-tab {
  margin-bottom: 165px;
}
.l-item-area .p-item-area-tab .c-item-tab {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.l-item-area .p-item-area-tab .c-item-tab .c-item-tab-item {
  cursor: pointer;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  width: 380px;
  border: 1px solid rgba(46, 29, 0, 0.3);
  border-right: none;
  border-bottom: none;
  padding-left: 20px;
  color: #000000;
  height: 55px;
  font-family: "Noto Serif JP", serif;
}
.l-item-area .p-item-area-tab .c-item-tab .c-item-tab-item.is__show {
  background: #2e1d00;
  color: #fff;
  height: 70px;
}
.l-item-area .p-item-area-tab .c-item-tab-inner {
  background: #2e1d00;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding-top: 80px;
  padding-bottom: 80px;
}
.l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content {
  width: min(1200px, 100%);
  margin-inline: auto;
  display: none;
}
.l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content.is__show {
  display: block;
}
.l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content01 {
  display: flex;
}
.l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content01 dt {
  color: #fff;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  width: 230px;
}
.l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content01 dd {
  width: calc(100% - 230px);
}
.l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content01 dd table {
  width: 100%;
}
.l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content01 dd table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
  padding-top: 18px;
  padding-bottom: 18px;
}
.l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content01 dd table tr:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content01 dd table tr th {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  padding-left: 20px;
  width: 120px;
  min-width: 120px;
  max-width: 120px;
}
.l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content01 dd table tr td {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.5;
}
.l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content02 dt {
  font-size: 3rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
.l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content02 dd table {
  table-layout: fixed;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-collapse: collapse;
  margin-bottom: 30px;
}
.l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content02 dd table tr th:last-child {
  border-right: none;
}
.l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content02 dd table tr td:last-child {
  border-right: none;
}
.l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content02 dd table tr th {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  color: #fff;
  width: 20%;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 28px;
  padding-bottom: 25px;
}
.l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content02 dd table tr th .c-item-table-cel-top {
  margin-bottom: 18px;
}
.l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content02 dd table tr th .c-item-table-cel-bottom {
  min-height: 38px;
}
.l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content02 dd table tr th .c-item-table-cel-bottom img {
  display: block;
  margin-inline: auto;
}
.l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content02 p {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content03 dt {
  font-size: 3rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
.l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content03 dd {
  display: flex;
  justify-content: space-between;
}
.l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content03 dd .c-item-paring-img {
  width: min(684px, 100%);
}
.l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content03 dd .c-item-paring-img img {
  width: 100%;
}
.l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content03 dd .c-item-paring-blk {
  width: min(456px, 100%);
}
.l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content03 dd .c-item-paring-blk ul {
  margin-bottom: 48px;
}
.l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content03 dd .c-item-paring-blk ul li {
  color: #fff;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.82;
  position: relative;
  padding-left: 22px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content03 dd .c-item-paring-blk ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #d3bf78;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  left: 0;
}
.l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content03 dd .c-item-paring-blk p {
  color: #fff;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.5;
}
.l-item-area .p-item-area-note {
  background: #fff;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 160px;
}
.l-item-area .p-item-area-note .p-item-area-note-box {
  width: min(1200px, 100%);
  margin-inline: auto;
  color: #2e1d00;
}
.l-item-area .p-item-area-note .p-item-area-note-box h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.5;
  font-size: 3rem;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.l-item-area .p-item-area-note .p-item-area-note-box ul li {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
  margin-bottom: 18px;
}
.l-item-area .p-item-area-note .p-item-area-note-box ul li:last-child {
  margin-bottom: 0;
}
.l-item-area .p-item-area-note .p-item-area-note-box ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #d3bf78;
  border-radius: 50%;
}
.l-item-area .p-item-area-blk {
  margin-bottom: 90px;
}
.l-item-area .p-item-area-blk .p-item-area-blk-img {
  margin-bottom: 34px;
}
.l-item-area .p-item-area-blk .p-item-area-blk-img img {
  width: 100%;
  display: block;
}
.l-item-area .p-item-area-blk p {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 2.2;
  font-size: 1.8rem;
}
.l-item-area .p-item-area-col {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.l-item-area .p-item-area-col.reverse .p-item-area-col-img {
  order: 2;
}
.l-item-area .p-item-area-col.reverse .p-item-area-col-txt {
  order: 1;
}
.l-item-area .p-item-area-col .p-item-area-col-img {
  width: min(800px, 100%);
}
.l-item-area .p-item-area-col .p-item-area-col-img img {
  width: 100%;
  display: block;
}
.l-item-area .p-item-area-col .p-item-area-col-txt {
  width: min(540px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.l-item-area .p-item-area-col .p-item-area-col-txt h3 {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  line-height: 1.67;
  margin-bottom: 20px;
}
.l-item-area .p-item-area-col .p-item-area-col-txt p {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 2.2;
}
.l-item-area .p-item-area-bnr {
  margin-bottom: 160px;
}
.l-item-area .p-item-area-bnr ul {
  display: flex;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.l-item-area .p-item-area-bnr ul li a {
  display: block;
}
.l-item-area .p-item-area-bnr ul li a img {
  width: 100%;
}
.l-item-area .p-item-area-teiki {
  background: #7f6533;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 160px;
}
.l-item-area .p-item-area-teiki h3 {
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 40px;
}
.l-item-area .p-item-area-teiki .p-item-area-teiki-head {
  width: min(1400px, 100%);
  margin-inline: auto;
  margin-bottom: 40px;
}
.l-item-area .p-item-area-teiki .p-item-area-teiki-col {
  width: min(1400px, 100%);
  margin-inline: auto;
  display: flex;
  margin-bottom: 60px;
}
.l-item-area .p-item-area-teiki .p-item-area-teiki-col .c-item-teiki {
  width: 50%;
}
.l-item-area .p-item-area-teiki .p-item-area-teiki-col .c-item-teiki a {
  display: flex;
  margin-bottom: 35px;
}
.l-item-area .p-item-area-teiki .p-item-area-teiki-col .c-item-teiki a .c-item-teiki-thumb {
  margin-right: 30px;
  width: 260px;
  min-width: 260px;
}
.l-item-area .p-item-area-teiki .p-item-area-teiki-col .c-item-teiki a .c-item-teiki-blk {
  margin-right: 50px;
}
.l-item-area .p-item-area-teiki .p-item-area-teiki-col .c-item-teiki a .c-item-teiki-blk h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.666;
  margin-bottom: 15px;
}
.l-item-area .p-item-area-teiki .p-item-area-teiki-col .c-item-teiki a .c-item-teiki-blk p {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 1.666;
  color: #fff;
}
.l-item-area .p-item-area-teiki .p-item-area-teiki-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.l-item-area .p-item-area-teiki .p-item-area-teiki-bottom h4 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.75;
  color: #fff;
  padding-top: 55px;
  padding-bottom: 35px;
}
.l-item-area .p-item-area-teiki .p-item-area-teiki-bottom .p-item-area-teiki-info {
  width: min(1400px, 100%);
  margin-inline: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
}
.l-item-area .p-item-area-teiki .p-item-area-teiki-bottom .p-item-area-teiki-info dl {
  width: 50%;
  font-family: "Noto Serif JP", serif;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.l-item-area .p-item-area-teiki .p-item-area-teiki-bottom .p-item-area-teiki-info dl:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.l-item-area .p-item-area-teiki .p-item-area-teiki-bottom .p-item-area-teiki-info dl dt {
  color: #fff;
  font-size: 2.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  line-height: 1.5;
  padding-top: 25px;
  padding-bottom: 23px;
}
.l-item-area .p-item-area-teiki .p-item-area-teiki-bottom .p-item-area-teiki-info dl dd {
  line-height: 1.5;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.l-item-area .p-item-area-recom {
  margin-bottom: 160px;
}
.l-item-area .p-item-area-recom h3 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 40px;
}
.l-item-area .p-item-area-recom .p-item-area-recom-col {
  width: min(1400px, 100%);
  margin-inline: auto;
  display: flex;
  align-items: center;
  -moz-column-gap: 120px;
       column-gap: 120px;
}
.l-item-area .p-item-area-recom .p-item-area-recom-col .p-item-area-recom-img {
  width: min(600px, 100%);
}
.l-item-area .p-item-area-recom .p-item-area-recom-col .p-item-area-recom-list {
  width: min(680px, 100%);
}
.l-item-area .p-item-area-recom .p-item-area-recom-col .p-item-area-recom-list ul li {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  position: relative;
  line-height: 2;
  margin-bottom: 20px;
}
.l-item-area .p-item-area-recom .p-item-area-recom-col .p-item-area-recom-list ul li:last-child {
  margin-bottom: 0;
}
.l-item-area .p-item-area-recom .p-item-area-recom-col .p-item-area-recom-list ul li::before {
  content: "";
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/item/ico_check_gold.png) no-repeat;
  width: 30px;
  height: 30px;
  background-size: 100%;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translate(-100%, -50%);
}
.l-item-area .p-item-area-voice {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  border-top: 1px solid rgba(46, 29, 0, 0.3);
  border-bottom: 1px solid rgba(46, 29, 0, 0.3);
  padding-top: 160px;
  padding-bottom: 160px;
}
.l-item-area .p-item-area-voice h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 40px;
}
.l-item-area .p-item-area-voice .p-item-area-voice-box {
  width: min(1400px, 100%);
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.l-item-area .p-item-area-voice .p-item-area-voice-box .p-item-area-voice-card {
  background: #fefcef;
  border: 1px solid rgba(46, 29, 0, 0.3);
  width: calc((100% - 30px) / 2);
  padding: 25px 30px 75px;
  position: relative;
}
.l-item-area .p-item-area-voice .p-item-area-voice-box .p-item-area-voice-card p {
  font-family: "Noto Serif JP", serif;
}
.l-item-area .p-item-area-voice .p-item-area-voice-box .p-item-area-voice-card p:first-child {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.l-item-area .p-item-area-voice .p-item-area-voice-box .p-item-area-voice-card p:last-child {
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
  position: absolute;
  bottom: 25px;
  right: 30px;
  letter-spacing: 0.1em;
}
.l-item-area .p-item-area-qa {
  margin-top: 160px;
}
.l-item-area .p-item-area-qa .c-title {
  margin-bottom: 60px;
}
.l-item-area .p-item-area-qa .p-item-area-qa-box {
  background: #fff;
  padding: 55px 100px 80px;
}
.l-item-area .p-item-area-qa .p-item-area-qa-box dl {
  border-bottom: 1px solid rgba(46, 29, 0, 0.3);
  padding-left: 20px;
  padding-right: 20px;
}
.l-item-area .p-item-area-qa .p-item-area-qa-box dl .c-item-qa-q {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  padding-right: 50px;
  position: relative;
  color: #2e1d00;
  letter-spacing: 0.05em;
  padding-top: 28px;
  padding-bottom: 28px;
  line-height: 1.722;
  cursor: pointer;
  font-weight: bold;
}
.l-item-area .p-item-area-qa .p-item-area-qa-box dl .c-item-qa-q.is__open .c-item-qa-q-tgl span:last-child {
  display: none;
}
.l-item-area .p-item-area-qa .p-item-area-qa-box dl .c-item-qa-q .c-item-qa-q-en {
  font-family: "EB Garamond", serif;
  line-height: 1;
  margin-top: 4px;
}
.l-item-area .p-item-area-qa .p-item-area-qa-box dl .c-item-qa-q .c-item-qa-q-tgl {
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  transform: translateY(-50%);
}
.l-item-area .p-item-area-qa .p-item-area-qa-box dl .c-item-qa-q .c-item-qa-q-tgl span {
  width: 100%;
  height: 2px;
  background: #2e1d00;
  display: block;
  position: absolute;
}
.l-item-area .p-item-area-qa .p-item-area-qa-box dl .c-item-qa-q .c-item-qa-q-tgl span:first-child {
  top: 50%;
  margin-top: -1px;
}
.l-item-area .p-item-area-qa .p-item-area-qa-box dl .c-item-qa-q .c-item-qa-q-tgl span:last-child {
  transform: rotate(90deg);
  top: 50%;
  margin-top: -1px;
}
.l-item-area .p-item-area-qa .p-item-area-qa-box dl dd {
  display: none;
  padding-bottom: 30px;
}
.l-item-area .p-item-area-qa .p-item-area-qa-box dl dd .c-item-qa-a {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.44;
  margin-bottom: 18px;
  color: #2e1d00;
  font-weight: bold;
}
.l-item-area .p-item-area-qa .p-item-area-qa-box dl dd .c-item-qa-a .c-item-qa-a-en {
  font-size: 2.4rem;
  font-family: "EB Garamond", serif;
  line-height: 1;
  margin-top: 4px;
}
.l-item-area .p-item-area-qa .p-item-area-qa-box dl dd .c-item-qa-a02 {
  margin-left: 28px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.722;
  font-size: 1.8rem;
}
.l-item-area .p-item-area-fig {
  width: min(1200px, 100%);
  margin-inline: auto;
}
.l-item-area .p-item-area-fig img {
  width: 100%;
}

body:has(.l-search-temp) {
  position: relative;
}
body:has(.l-search-temp)::before {
  content: "";
  position: fixed;
  inset: 0;
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/category/bg_category.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body :has(.l-search-temp) .l-container .p-breadcrumbs {
  padding: 0;
  margin: 0;
  width: min(1600px, 100%);
  max-width: 100%;
  margin-inline: auto;
  display: none;
  position: relative;
  z-index: 10;
}
body :has(.l-search-temp) .l-container .p-breadcrumbs.p-breadcrumbs--sp {
  display: none !important;
}
body :has(.l-search-temp) .l-container .p-breadcrumbs .c-breadcrumbs {
  width: 100%;
  font-size: 1.2rem !important;
  font-family: "Noto Serif JP", serif;
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
body :has(.l-search-temp) .l-container .p-breadcrumbs .c-breadcrumbs .c-breadcrumbs__item {
  color: #12150c !important;
  position: relative;
}
body :has(.l-search-temp) .l-container .p-breadcrumbs .c-breadcrumbs .c-breadcrumbs__item:last-child::after {
  content: none;
}
body :has(.l-search-temp) .l-container .p-breadcrumbs .c-breadcrumbs .c-breadcrumbs__item::after {
  content: ">";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  font-size: 1.2rem !important;
  color: rgba(46, 29, 0, 0.3);
}
body :has(.l-search-temp) .l-container .p-breadcrumbs .c-breadcrumbs .c-breadcrumbs__item a {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem !important;
  color: #12150c !important;
  text-decoration: none;
}
body :has(.l-search-temp) .l-container .l-container__row .p-page_header {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}
body :has(.l-search-temp) .l-container .l-container__row .p-page_header .p-page_header__inner .p-page_header__inner__lead {
  margin: 0;
}
body :has(.l-search-temp) .l-container .l-container__row .p-page_header .p-page_header__inner .l-search-temp {
  margin-top: 26px;
  margin-bottom: 60px;
  position: relative;
}
body :has(.l-search-temp) .l-container .l-container__row .p-page_header .p-page_header__inner .l-search-temp .p-search-mv {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/category/mv.jpg) no-repeat;
  height: 400px;
  background-size: cover;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
body :has(.l-search-temp) .l-container .l-container__row .p-page_header .p-page_header__inner .l-search-temp .c-cat-breadcrumbs {
  display: block;
}
body :has(.l-search-temp) .l-container .l-container__row .p-page_header .p-page_header__inner .l-search-temp .c-cat-breadcrumbs .p-breadcrumbs--pc {
  display: block;
}
body :has(.l-search-temp) .l-container .l-container__row .p-page_header .p-page_header__inner .l-search-temp .c-title {
  width: min(1400px, 100%);
  margin-inline: auto;
  color: #2e1d00;
  position: relative;
  z-index: 1;
}
body :has(.l-search-temp) .l-container .l-container__row .p-page_header .p-page_header__inner .p-page_header__inner__title {
  display: none;
}
body :has(.l-search-temp) #add_product_async_view .p-product_list {
  padding-left: 0;
  padding-right: 0;
}
body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .p-list_header {
  padding-left: 0;
  padding-right: 0;
}
body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .p-list_header .p-list_header__inner {
  max-width: min(1400px, 100%);
  margin-bottom: 30px;
}
body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .p-list_header .p-list_header__inner .p-list_header__inner__title {
  display: none;
}
body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .p-list_header .p-list_header__inner .c-list_tool {
  justify-content: flex-end;
  margin-left: auto;
  font-family: "Noto Serif JP", serif;
}
body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .p-list_header .p-list_header__inner .c-list_tool .c-list_tool__num {
  color: #2e1d00 !important;
  font-family: "Noto Serif JP", serif;
  margin-right: 0;
}
body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .c-search_cond {
  padding-inline: 0;
  padding-bottom: 30px;
}
body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .c-search_cond .c-search_cond__inner {
  width: min(1400px, 100%);
}
body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .c-search_cond .c-search_cond__inner .c-search_cond__label {
  font-family: "Noto Serif JP", serif;
  color: #2e1d00;
}
body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .c-search_cond .c-search_cond__inner .c-search_cond__label span {
  color: #2e1d00;
}
body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .c-search_cond .c-search_cond__inner .c-search_cond__values {
  color: #2e1d00;
}
body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .c-search_cond .c-search_cond__inner .c-search_cond__values .c-search_cond__condition {
  color: #2e1d00;
  border: 1px solid rgba(46, 29, 0, 0.3) !important;
}
body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .p-product_list__list__ttl + .p-product_list__list {
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
}
body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .p-product_list__list__ttl + .p-product_list__list .p-product_list__list__item {
  width: calc((100% - 100px) / 6);
  margin: 0;
  padding-bottom: 10px;
}
body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .p-product_list__list__ttl + .p-product_list__list .p-product_list__list__item .c-product_item .c-product_item__inner__eyecatch {
  aspect-ratio: 1/1;
}
body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .p-product_list__list__ttl + .p-product_list__list .p-product_list__list__item .c-product_item .c-product_item__inner__eyecatch .c-product_item__actions {
  display: none;
}
body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .p-product_list__list__ttl + .p-product_list__list .p-product_list__list__item .c-product_item .c-product_item__inner__content .c-product_item__inner__title {
  text-align: center;
  font-size: 2rem !important;
  font-family: "Noto Serif JP", serif;
  color: #2e1d00 !important;
  line-height: 1.5;
}
body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .p-product_list__list__ttl + .p-product_list__list .p-product_list__list__item .c-product_item .c-product_item__inner__content .c-product_item__inner__category {
  display: none;
}
body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .p-product_list__list__ttl + .p-product_list__list .p-product_list__list__item .c-product_item .c-product_item__inner__content .c-product_item__inner__price {
  text-align: center;
  color: #2e1d00 !important;
  font-family: "Noto Serif JP", serif;
}
body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .p-product_list__list__ttl + .p-product_list__list .p-product_list__list__item .c-product_item .c-product_item__inner__content .c-product_item__inner__price.word-break-all {
  display: none;
}
body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .p-product_list__list__ttl + .p-product_list__list .p-product_list__list__item .c-product_item .c-product_item__inner__content .c-product_item__inner__price span {
  font-size: 10px !important;
}
body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .p-product_list__list__ttl + .p-product_list__list .p-product_list__list__item .c-product_item .c-product_item__inner__content .c-product_item__inner__price span.price {
  font-size: 14px !important;
}
body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .p-product_list__list__ttl {
  width: min(1400px, 100%);
  margin-inline: auto;
  margin-top: 70px;
  margin-bottom: 60px;
}

body:has(.l-category-temp) {
  position: relative;
}
body:has(.l-category-temp)::before {
  content: "";
  position: fixed;
  inset: 0;
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/category/bg_category.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body:has(.l-category-temp02) {
  position: relative;
}
body:has(.l-category-temp02)::before {
  content: "";
  position: fixed;
  inset: 0;
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/category/kiwami/bg_category_kiwami.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body:has(.l-category-temp03) {
  position: relative;
}
body:has(.l-category-temp03)::before {
  content: "";
  position: fixed;
  inset: 0;
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/category/kameshizuku/bg_category_kameshizuku.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body:has(.l-category-temp04) {
  position: relative;
}
body:has(.l-category-temp04)::before {
  content: "";
  position: fixed;
  inset: 0;
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/category/kametsuyu/bg_category_kametsuyu.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body :has(.p-product_list__list) .l-container {
  background: #fefcef;
  padding-top: 0 !important;
  padding-bottom: 155px;
}
body :has(.p-product_list__list) .l-container .p-breadcrumbs {
  padding: 0;
  margin: 0;
  width: min(1600px, 100%);
  max-width: 100%;
  margin-inline: auto;
  display: none;
}
body :has(.p-product_list__list) .l-container .p-breadcrumbs.p-breadcrumbs--sp {
  display: none !important;
}
body :has(.p-product_list__list) .l-container .p-breadcrumbs .c-breadcrumbs {
  width: 100%;
  font-size: 1.2rem !important;
  font-family: "Noto Serif JP", serif;
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
body :has(.p-product_list__list) .l-container .p-breadcrumbs .c-breadcrumbs .c-breadcrumbs__item {
  color: #12150c !important;
  position: relative;
}
body :has(.p-product_list__list) .l-container .p-breadcrumbs .c-breadcrumbs .c-breadcrumbs__item:last-child::after {
  content: none;
}
body :has(.p-product_list__list) .l-container .p-breadcrumbs .c-breadcrumbs .c-breadcrumbs__item::after {
  content: ">";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  font-size: 1.2rem !important;
  color: rgba(46, 29, 0, 0.3);
}
body :has(.p-product_list__list) .l-container .p-breadcrumbs .c-breadcrumbs .c-breadcrumbs__item a {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem !important;
  color: #12150c !important;
  text-decoration: none;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .p-page_header__inner__lead {
  margin: 0;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn {
  margin-top: 26px;
  margin-bottom: 105px;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn.l-category-temp-kameshizuku .l-category-sec {
  background: #7f6533;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn.l-category-temp-kameshizuku .l-category-list .p-category-list .c-category-tab .c-category-tab-item {
  background: #7f6533;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn.l-category-temp-kameshizuku .l-category-swiper {
  background: #7f6533;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn.l-category-temp-kameshizuku .l-category-swiper.is__active {
  background: #fefcef;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn.l-category-temp-kametsuyu .c-cat-breadcrumbs .p-breadcrumbs.p-breadcrumbs--pc .c-breadcrumbs .c-breadcrumbs__item {
  color: #2e1d00 !important;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn.l-category-temp-kametsuyu .c-cat-breadcrumbs .p-breadcrumbs.p-breadcrumbs--pc .c-breadcrumbs .c-breadcrumbs__item::after {
  color: rgba(46, 29, 0, 0.3) !important;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn.l-category-temp-kametsuyu .c-cat-breadcrumbs .p-breadcrumbs.p-breadcrumbs--pc .c-breadcrumbs .c-breadcrumbs__item a {
  color: #2e1d00 !important;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn.l-category-temp-kametsuyu .l-category-sec {
  background: #d3bf78;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn.l-category-temp-kametsuyu .l-category-sec .p-category-head .p-category-head-ttl {
  color: #2e1d00;
  margin-bottom: 0;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn.l-category-temp-kametsuyu .l-category-sec .p-category-col {
  margin-bottom: 80px;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn.l-category-temp-kametsuyu .l-category-sec .p-category-col .p-category-col-blk {
  color: #2e1d00;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn.l-category-temp-kametsuyu .l-category-sec .p-category-col02 .p-category-col-blk {
  color: #2e1d00;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn.l-category-temp-kametsuyu .l-category-sec .p-category-col02 .p-category-col-img {
  left: auto;
  right: 120px;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn.l-category-temp-kametsuyu .l-category-list {
  position: relative;
  z-index: 1;
  background: #fefcef;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn.l-category-temp-kametsuyu .l-category-list .p-category-list .c-category-tab .c-category-tab-item {
  background: #d3bf78;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn.l-category-temp-kametsuyu .l-category-swiper {
  background: #d3bf78;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn.l-category-temp-kametsuyu .l-category-swiper.is__active {
  background: #fefcef;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .p-category-mv {
  position: relative;
  height: 600px;
  z-index: 1;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .p-category-mv img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .p-category-mv .c-title {
  width: min(1200px, 100%);
  margin-inline: auto;
  color: #2e1d00;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 14rem;
  line-height: 1;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .p-category-mv .c-title span {
  font-size: 4.5rem;
  margin-bottom: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .p-category-mv .c-title span::before {
  background: #fff;
  right: 0;
  top: 55px;
  display: flex;
  margin-left: calc(50% - 50vw);
  width: 100vw;
  left: auto;
  transform: translateX(0);
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec {
  background: #2e1d00;
  padding-bottom: 90px;
  position: relative;
  padding-top: 12px;
  z-index: 1;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .c-cat-breadcrumbs .p-breadcrumbs {
  display: block;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .c-cat-breadcrumbs .p-breadcrumbs .c-breadcrumbs {
  width: min(1400px, 100%);
  margin-bottom: 145px;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .c-cat-breadcrumbs .p-breadcrumbs .c-breadcrumbs .c-breadcrumbs__item {
  color: #fff !important;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .c-cat-breadcrumbs .p-breadcrumbs .c-breadcrumbs .c-breadcrumbs__item::after {
  color: rgba(255, 255, 255, 0.3);
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .c-cat-breadcrumbs .p-breadcrumbs .c-breadcrumbs .c-breadcrumbs__item a {
  color: #fff !important;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-txtimg {
  position: absolute;
  top: 80px;
  right: 80px;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-head {
  width: min(1400px, 100%);
  margin-inline: auto;
  padding-bottom: 90px;
  position: relative;
  z-index: 1;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-head .p-category-head-ttl {
  color: #fff;
  font-size: 4.8rem;
  font-family: "Shippori Mincho", serif;
  line-height: 1.5;
  margin-bottom: 28px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-head .p-category-head-txt {
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.22;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-col {
  display: flex;
  align-items: center;
  width: min(1400px, 100%);
  margin-inline: auto;
  margin-bottom: 95px;
  position: relative;
  z-index: 1;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-col .p-category-col-img {
  width: 50vw;
  margin-left: calc(50% - 50vw);
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-col .p-category-col-img img {
  width: 100%;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-col .p-category-col-blk {
  width: 50%;
  padding-left: 60px;
  color: #fff;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-col .p-category-col-blk .p-category-col-blk-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-col .p-category-col-blk .p-category-col-blk-txt {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2.22;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-bg {
  margin-bottom: 80px;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-bg img {
  width: 100%;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-col02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1400px, 100%);
  margin-inline: auto;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-col02 .p-category-col-img {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  left: 50px;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-col02 .p-category-col-blk {
  width: 50%;
  color: #fff;
  padding-right: 60px;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-col02 .p-category-col-blk .p-category-col-blk-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-col02 .p-category-col-blk .p-category-col-blk-txt {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2.22;
  margin-bottom: 55px;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-col02 .p-category-col-blk .p-category-col-blk-img {
  width: 100%;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-col02 .p-category-col-blk .p-category-col-blk-img img {
  width: 100%;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-list {
  position: relative;
  z-index: 1;
  background: #fefcef;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-list .p-category-list {
  width: min(1400px, 100%);
  margin-inline: auto;
  position: relative;
  padding-bottom: 70px;
  z-index: 1;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-list .p-category-list .c-category-tab {
  display: none;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-list .p-category-list .c-category-tab .c-category-tab-item {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 10px;
  min-width: 90px;
  background: #2e1d00;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-list .p-category-list .c-category-tab .c-category-tab-item.is__active {
  background: #fefcef;
  color: #2e1d00;
  height: 45px;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-list .p-category-list .c-category-tab .c-category-tab-item.u-category-tab-item {
  min-width: 140px;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-list .p-category-list .l-category-item {
  padding-top: 80px;
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  overflow: scroll;
  padding-bottom: 20px;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-list .p-category-list .l-category-item:has(.c-category-item:nth-child(n+3)) {
  margin-right: calc(50% - 50vw);
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-list .p-category-list .l-category-item::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  flex-shrink: 0;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-list .p-category-list .l-category-item .c-category-item {
  width: 680px;
  min-width: 680px;
  max-width: 680px;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-list .p-category-list .l-category-item .c-category-item .c-category-item-img {
  margin-bottom: 30px;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-list .p-category-list .l-category-item .c-category-item .c-category-item-ttl {
  font-weight: bold;
  line-height: 1.5;
  font-size: 2.4rem;
  color: #2e1d00;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-list .p-category-list .l-category-item .c-category-item .c-category-item-desc {
  color: #2e1d00;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-list .p-category-list .l-category-item .c-category-item .c-category-item-table {
  border-top: 1px solid rgba(46, 29, 0, 0.3);
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-list .p-category-list .l-category-item .c-category-item .c-category-item-table tr {
  border-bottom: 1px solid rgba(46, 29, 0, 0.3);
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-list .p-category-list .l-category-item .c-category-item .c-category-item-table tr th {
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  width: 140px;
  color: #2e1d00;
  max-width: 140px;
  min-width: 140px;
  line-height: 1.5;
  text-align: left;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 20px;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-list .p-category-list .l-category-item .c-category-item .c-category-item-table tr td {
  font-family: "Noto Serif JP", serif;
  color: #2e1d00;
  font-size: 1.4rem;
  line-height: 1.5;
  padding-top: 9px;
  padding-bottom: 9px;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-swiper {
  background: #2e1d00;
  padding-top: 100px;
  padding-bottom: 160px;
  position: relative;
  z-index: 1;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-swiper .p-category-swiper {
  width: min(1400px, 100%);
  margin-inline: auto;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-swiper .p-category-swiper .c-category-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-swiper .p-category-swiper .c-category-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-swiper .p-category-swiper .c-category-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp {
  margin-top: 26px;
  margin-bottom: 60px;
  position: relative;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp .p-category-mv {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/category/mv.jpg) no-repeat;
  height: 400px;
  background-size: cover;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp .c-cat-breadcrumbs {
  display: block;
  position: relative;
  z-index: 1;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp .c-cat-breadcrumbs .p-breadcrumbs--pc {
  display: block;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp .p-category-subcat {
  position: relative;
  z-index: 1;
  margin-bottom: 105px;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp .p-category-subcat p {
  font-size: 3.6rem;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.05em;
  margin-bottom: 55px;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp .p-category-subcat p span {
  display: block;
  margin-top: 15px;
  font-family: "EB Garamond", serif;
  font-size: 2.4rem;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp .p-category-subcat ul {
  display: flex;
  flex-wrap: wrap;
  width: min(1200px, 100%);
  margin-inline: auto;
  -moz-column-gap: 80px;
       column-gap: 80px;
  row-gap: 20px;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp .p-category-subcat ul li {
  width: calc((100% - 240px) / 4);
  border-bottom: 1px solid rgba(46, 29, 0, 0.3);
  font-family: "Noto Serif JP", serif;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp .p-category-subcat ul li a {
  height: 52px;
  position: relative;
  display: flex;
  font-size: 2.4rem;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp .p-category-subcat ul li a:hover::before {
  right: 0;
  transition: all 300ms ease;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp .p-category-subcat ul li a::before {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/ico_arrow_black.png) no-repeat;
  background-size: 100%;
  content: "";
  height: 6px;
  margin-top: -1px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 300ms ease;
  width: 30px;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp .c-title {
  width: min(1400px, 100%);
  margin-inline: auto;
  color: #2e1d00;
  position: relative;
  z-index: 1;
}
body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .p-page_header__inner__title {
  display: none;
}
body :has(.p-product_list__list) .l-container .p-product_list {
  position: relative;
  z-index: 1;
  padding-left: 0;
  padding-right: 0;
}
body :has(.p-product_list__list) .l-container .p-product_list .l-container__row {
  margin: 0;
}
body :has(.p-product_list__list) .l-container .p-product_list .l-container__row .p-zero-result {
  max-width: min(1400px, 100%);
  display: none;
}
body :has(.p-product_list__list) .l-container .p-product_list .l-container__row .p-zero-result.p-zero-resultーannounce {
  display: flex;
}
body :has(.p-product_list__list) .l-container .p-product_list .l-container__row .p-zero-result .p-zero-result-recommend-title {
  display: none;
}
body :has(.p-product_list__list) .l-container .p-product_list .l-container__row .p-zero-result .p-zero-result-recommend-title + p {
  display: none;
}
body :has(.p-product_list__list) .l-container .p-product_list .l-container__row .p-category_tool {
  display: none;
}
body :has(.p-product_list__list) .l-container .p-product_list .l-container__row .p-page_header {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
body :has(.p-product_list__list) .l-container .p-product_list .l-container__row .p-product_list__list {
  max-width: 100%;
  width: min(1400px, 100%);
  -moz-column-gap: 70px;
       column-gap: 70px;
  row-gap: 100px;
}
body :has(.p-product_list__list) .l-container .p-product_list .l-container__row .p-product_list__list .medium-up--one-4 {
  width: calc((100% - 140px) / 3);
  margin: 0;
}
body :has(.p-product_list__list) .l-container .p-product_list .l-container__row .p-product_list__list .medium-up--one-4 .c-product_item .c-product_item__inner__eyecatch {
  aspect-ratio: 1/1;
}
body :has(.p-product_list__list) .l-container .p-product_list .l-container__row .p-product_list__list .medium-up--one-4 .c-product_item .c-product_item__inner__eyecatch .c-product_item__inner__eyecatch__img {
  aspect-ratio: 1/1;
}
body :has(.p-product_list__list) .l-container .p-product_list .l-container__row .p-product_list__list .medium-up--one-4 .c-product_item .c-product_item__inner__eyecatch .c-product_item__actions {
  display: none;
}
body :has(.p-product_list__list) .l-container .p-product_list .l-container__row .p-product_list__list .medium-up--one-4 .c-product_item .c-product_item__inner__content .c-product_item__inner__title {
  text-align: center;
  font-size: 2.4rem !important;
  font-family: "Noto Serif JP", serif;
  color: #2e1d00 !important;
  line-height: 1.56;
}
body :has(.p-product_list__list) .l-container .p-product_list .l-container__row .p-product_list__list .medium-up--one-4 .c-product_item .c-product_item__inner__content .c-product_item__inner__category {
  display: none;
}
body :has(.p-product_list__list) .l-container .p-product_list .l-container__row .p-product_list__list .medium-up--one-4 .c-product_item .c-product_item__inner__content .c-product_item__inner__price {
  color: #2e1d00 !important;
  font-size: 1rem !important;
  font-family: "Noto Serif JP", serif;
  line-height: 1.56;
  text-align: center;
}
body :has(.p-product_list__list) .l-container .p-product_list .l-container__row .p-product_list__list .medium-up--one-4 .c-product_item .c-product_item__inner__content .c-product_item__inner__price .price {
  font-size: 1.4rem !important;
  margin-top: 0;
}
body :has(.p-product_list__list) .l-container .p-product_list .l-container__row .p-product_list__list .medium-up--one-4 .c-product_item .c-product_item__inner__content .c-product_item__inner__price.word-break-all {
  display: none;
}

body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec {
  width: min(1200px, 100%);
  margin-inline: auto;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .c-faq-toggle {
  border-bottom: 1px solid rgba(46, 29, 0, 0.3);
  padding-bottom: 40px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .c-faq-toggle .c-faq-toggle-title {
  display: flex;
  position: relative;
  padding-right: 90px;
  margin-top: 50px;
  cursor: pointer;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .c-faq-toggle .c-faq-toggle-title.is__open .c-faq-toggle-ico span:nth-child(2) {
  display: none;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .c-faq-toggle .c-faq-toggle-title .c-faq-toggle-q {
  font-size: 4rem;
  color: #2e1d00;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  min-width: 80px;
  line-height: 1;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .c-faq-toggle .c-faq-toggle-title .c-faq-toggle-title-box {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  color: #2e1d00;
  font-weight: 600;
  letter-spacing: 0.1em;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .c-faq-toggle .c-faq-toggle-title .c-faq-toggle-ico {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 12px;
  cursor: pointer;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .c-faq-toggle .c-faq-toggle-title .c-faq-toggle-ico span {
  position: relative;
  display: block;
  background: #2e1d00;
  width: 100%;
  background: #2e1d00;
  height: 1px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .c-faq-toggle .c-faq-toggle-title .c-faq-toggle-ico span:nth-child(2) {
  transform: rotate(90deg);
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .c-faq-toggle .c-faq-toggle-inner {
  padding-top: 25px;
  display: none;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .c-faq-toggle .c-faq-toggle-inner .c-faq-toggle-group {
  display: flex;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .c-faq-toggle .c-faq-toggle-inner .c-faq-toggle-group .c-faq-toggle-a {
  font-size: 4rem;
  color: #2e1d00;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  line-height: 1.66;
  min-width: 80px;
  line-height: 1;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .c-faq-toggle .c-faq-toggle-inner .c-faq-toggle-group .c-faq-toggle-inner-box {
  font-family: "Noto Serif JP", serif;
  margin-left: 20px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .c-faq-toggle .c-faq-toggle-inner .c-faq-toggle-group .c-faq-toggle-inner-box p {
  color: #2e1d00;
  margin-top: 0;
  font-size: 1.8rem;
  line-height: 2.22;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .p-under-faq-link {
  margin-top: 55px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .p-under-faq-link p {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  color: #2e1d00;
  letter-spacing: 0.1em;
  margin-top: 0;
  line-height: 2.22;
  margin-bottom: 10px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .p-under-faq-link .p-under-faq-contact {
  width: 200px;
  position: relative;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .p-under-faq-link .p-under-faq-contact::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(46, 29, 0, 0.3);
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .p-under-faq-link .p-under-faq-contact a {
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.05em;
  color: #2e1d00;
  text-decoration: none;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .p-under-faq-link .p-under-faq-contact a:hover::before {
  transition: all 0.3s ease;
  right: -30px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .p-under-faq-link .p-under-faq-contact a::before {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/ico_arrow_black.png) no-repeat;
  background-size: 100%;
  content: "";
  height: 6px;
  margin-top: -1px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translate(100%, -50%);
  transition: all 0.3s ease;
  width: 30px;
}

body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-privacy-inner .p-under-privacy-sec {
  width: min(1200px, 100%);
  margin-inline: auto;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-privacy-inner .p-under-privacy-sec .p-under-privacy-lead {
  font-size: 1.8rem;
  line-height: 2.22;
  color: #2e1d00;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 85px;
  letter-spacing: 0.1em;
  margin-top: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-privacy-inner .p-under-privacy-sec .c-privacy-box {
  margin-bottom: 85px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-privacy-inner .p-under-privacy-sec .c-privacy-box:nth-last-child(1) {
  margin-bottom: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-privacy-inner .p-under-privacy-sec .c-privacy-box h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 4rem;
  line-height: 1.75;
  color: #2e1d00;
  margin-bottom: 30px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-privacy-inner .p-under-privacy-sec .c-privacy-box p {
  color: #2e1d00;
  font-size: 1.8rem;
  line-height: 2.22;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  margin-top: 0;
  margin-bottom: 25px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-privacy-inner .p-under-privacy-sec .c-privacy-box p a {
  text-decoration: none;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-privacy-inner .p-under-privacy-sec .c-privacy-box ol > li {
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  display: flex;
  font-size: 1.8rem;
  color: #12150c;
  line-height: 2.22;
  margin-bottom: 30px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-privacy-inner .p-under-privacy-sec .c-privacy-box ol > li > span {
  min-width: 40px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-privacy-inner .p-under-privacy-sec .c-privacy-box ol > li ul {
  margin-top: 22px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-privacy-inner .p-under-privacy-sec .c-privacy-box ol > li ul li {
  display: flex;
  line-height: 1.5;
  margin-bottom: 15px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-privacy-inner .p-under-privacy-sec .c-privacy-box ol > li ul li:last-child {
  margin-bottom: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-privacy-inner .p-under-privacy-sec .c-privacy-box ol > li ul li span {
  width: 12px;
  height: 12px;
  min-width: 12px;
  background: #d3bf78;
  border-radius: 50%;
  margin-top: 8px;
}

body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-law-inner .p-under-law-sec {
  width: min(1200px, 100%);
  margin-inline: auto;
  border: 1px solid rgba(46, 29, 0, 0.3);
  padding-top: 20px;
  padding-bottom: 20px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-law-inner .p-under-law-sec table {
  width: min(1040px, 100%);
  margin-inline: auto;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-law-inner .p-under-law-sec table tr {
  border-bottom: 1px solid rgba(46, 29, 0, 0.3);
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-law-inner .p-under-law-sec table tr:last-child {
  border-bottom: none;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-law-inner .p-under-law-sec table tr th {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  color: #2e1d00;
  font-weight: 600;
  text-align: left;
  line-height: 2.22;
  padding-top: 34px;
  padding-bottom: 32px;
  letter-spacing: 0.1em;
  width: 270px;
  min-width: 270px;
  max-width: 270px;
  padding-left: 32px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-law-inner .p-under-law-sec table tr td {
  letter-spacing: 0.1em;
  color: #2e1d00;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 1.73;
  padding-top: 38px;
  padding-bottom: 38px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-law-inner .p-under-law-sec table tr td ul li {
  position: relative;
  padding-left: 22px;
  line-height: 1.73;
  margin-bottom: 10px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-law-inner .p-under-law-sec table tr td ul li:last-child {
  margin-bottom: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-law-inner .p-under-law-sec table tr td ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #d3bf78;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-law-inner .p-under-law-sec table tr td ul li p {
  margin-top: 0;
  font-size: 1.8rem;
  display: flex;
  margin-left: -22px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 24px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-law-inner .p-under-law-sec table tr td div {
  margin-bottom: 25px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-law-inner .p-under-law-sec table tr td div:last-child {
  margin-bottom: 0;
}

body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec {
  width: min(1200px, 100%);
  margin-inline: auto;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box {
  margin-bottom: 80px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-ttl {
  font-size: 4rem;
  color: #2e1d00;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 35px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-col {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-col .p-under-corporate-col-tbl {
  width: min(660px, 100%);
  border: 1px solid rgba(46, 29, 0, 0.3);
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 22px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-col .p-under-corporate-col-tbl table {
  width: min(580px, 100%);
  margin-inline: auto;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-col .p-under-corporate-col-tbl table tr {
  border-bottom: 1px solid rgba(46, 29, 0, 0.3);
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-col .p-under-corporate-col-tbl table tr:last-child {
  border-bottom: none;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-col .p-under-corporate-col-tbl table tr th {
  text-align: left;
  font-size: 1.8rem;
  color: #2e1d00;
  font-family: "Noto Serif JP", serif;
  line-height: 2.22;
  font-weight: 600;
  padding-top: 13px;
  padding-bottom: 13px;
  width: 240px;
  min-width: 240px;
  max-width: 240px;
  padding-left: 20px;
  vertical-align: top;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-col .p-under-corporate-col-tbl table tr td {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  color: #2e1d00;
  line-height: 2.22;
  font-weight: 600;
  padding-top: 13px;
  padding-bottom: 13px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-col .p-under-corporate-group-sp {
  display: none;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-col .p-under-corporate-group-sp .p-under-corporate-txt {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  line-height: 2.22;
  color: #12150c;
  margin-top: 0;
  margin-bottom: 30px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-col .p-under-corporate-group-sp .p-under-faq-contact {
  width: 200px;
  position: relative;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-col .p-under-corporate-group-sp .p-under-faq-contact::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(46, 29, 0, 0.3);
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-col .p-under-corporate-group-sp .p-under-faq-contact a {
  padding-bottom: 8px;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.1em;
  color: #2e1d00;
  text-decoration: none;
  display: block;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-col .p-under-corporate-group-sp .p-under-faq-contact a:hover::before {
  transition: all 0.3s ease;
  right: -10px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-col .p-under-corporate-group-sp .p-under-faq-contact a::before {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/ico_arrow_black.png) no-repeat;
  background-size: 100%;
  content: "";
  height: 6px;
  margin-top: -1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s ease;
  width: 30px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-col .p-under-corporate-col-img {
  width: min(500px, 100%);
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-group .p-under-corporate-txt {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 2.22;
  color: #12150c;
  margin-top: 0;
  margin-bottom: 40px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-group .p-under-faq-contact {
  width: 400px;
  position: relative;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-group .p-under-faq-contact::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(46, 29, 0, 0.3);
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-group .p-under-faq-contact a {
  padding-bottom: 20px;
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 500;
  position: relative;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.1em;
  color: #2e1d00;
  text-decoration: none;
  display: block;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-group .p-under-faq-contact a:hover::before {
  transition: all 0.3s ease;
  right: -10px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-group .p-under-faq-contact a::before {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/ico_arrow_black.png) no-repeat;
  background-size: 100%;
  content: "";
  height: 6px;
  margin-top: -1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s ease;
  width: 30px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box02 {
  margin-bottom: 155px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box02 .p-under-corporate-ttl {
  font-size: 3rem;
  line-height: 1.733;
  color: #2e1d00;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box02 .p-under-corporate-ttl::before {
  content: "";
  width: 8px;
  height: 44px;
  background: #d3bf78;
  position: absolute;
  top: 0;
  left: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box02 .p-under-corporate-lead {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  line-height: 2.22;
  color: #2e1d00;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box02 .p-under-corporate-col {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box02 .p-under-corporate-col .p-under-corporate-col-dl {
  width: min(760px, 100%);
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box02 .p-under-corporate-col .p-under-corporate-col-dl dt {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  color: #2e1d00;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 18px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box02 .p-under-corporate-col .p-under-corporate-col-dl dd p {
  color: #2e1d00;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 2.22;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box02 .p-under-corporate-col .p-under-corporate-col-dl dd .p-under-faq-contact {
  width: 400px;
  position: relative;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box02 .p-under-corporate-col .p-under-corporate-col-dl dd .p-under-faq-contact::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(46, 29, 0, 0.3);
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box02 .p-under-corporate-col .p-under-corporate-col-dl dd .p-under-faq-contact a {
  padding-top: 30px;
  padding-bottom: 15px;
  line-height: 1.58;
  font-size: 2.4rem;
  font-weight: 500;
  position: relative;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.1em;
  color: #2e1d00;
  text-decoration: none;
  display: block;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box02 .p-under-corporate-col .p-under-corporate-col-dl dd .p-under-faq-contact a:hover::before {
  transition: all 0.3s ease;
  right: -10px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box02 .p-under-corporate-col .p-under-corporate-col-dl dd .p-under-faq-contact a::before {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/ico_arrow_black.png) no-repeat;
  background-size: 100%;
  content: "";
  height: 6px;
  margin-top: -1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s ease;
  width: 30px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box02 .p-under-corporate-col .p-under-corporate-col-img {
  width: min(400px, 100%);
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box03 {
  margin-bottom: 80px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box03 .p-under-corporate-ttl {
  font-size: 4rem;
  color: #2e1d00;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 35px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box03 .p-under-corporate-col {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box03 .p-under-corporate-col .p-under-corporate-col-tbl {
  width: min(660px, 100%);
  border: 1px solid rgba(46, 29, 0, 0.3);
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 22px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box03 .p-under-corporate-col .p-under-corporate-col-tbl table {
  width: min(580px, 100%);
  margin-inline: auto;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box03 .p-under-corporate-col .p-under-corporate-col-tbl table tr {
  border-bottom: 1px solid rgba(46, 29, 0, 0.3);
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box03 .p-under-corporate-col .p-under-corporate-col-tbl table tr:last-child {
  border-bottom: none;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box03 .p-under-corporate-col .p-under-corporate-col-tbl table tr th {
  text-align: left;
  font-size: 1.8rem;
  color: #2e1d00;
  font-family: "Noto Serif JP", serif;
  line-height: 2.22;
  font-weight: 600;
  padding-top: 13px;
  padding-bottom: 13px;
  width: 240px;
  min-width: 240px;
  max-width: 240px;
  padding-left: 20px;
  vertical-align: top;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box03 .p-under-corporate-col .p-under-corporate-col-tbl table tr td {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  color: #2e1d00;
  line-height: 2.22;
  font-weight: 600;
  padding-top: 13px;
  padding-bottom: 13px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box04 {
  margin-bottom: 80px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box04 .p-under-corporate-ttl {
  font-size: 4rem;
  color: #2e1d00;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 35px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box04 .p-under-corporate-col {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box04 .p-under-corporate-col .p-under-corporate-col-tbl {
  width: min(720px, 100%);
  border: 1px solid rgba(46, 29, 0, 0.3);
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 22px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box04 .p-under-corporate-col .p-under-corporate-col-tbl table {
  width: min(640px, 100%);
  margin-inline: auto;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box04 .p-under-corporate-col .p-under-corporate-col-tbl table tr {
  border-bottom: 1px solid rgba(46, 29, 0, 0.3);
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box04 .p-under-corporate-col .p-under-corporate-col-tbl table tr:last-child {
  border-bottom: none;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box04 .p-under-corporate-col .p-under-corporate-col-tbl table tr th {
  text-align: left;
  font-size: 1.8rem;
  color: #2e1d00;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  min-width: 280px;
  max-width: 280px;
  padding-left: 20px;
  vertical-align: top;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box04 .p-under-corporate-col .p-under-corporate-col-tbl table tr td {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  color: #2e1d00;
  line-height: 1.5;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
  padding-right: 20px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box04 .p-under-corporate-col .p-under-corporate-col-tbl table tr td a {
  color: #7f6533;
  text-decoration: underline;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box04 .p-under-corporate-col .p-under-corporate-col-img {
  width: min(440px, 100%);
}

body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec {
  width: min(1200px, 100%);
  margin-inline: auto;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box {
  margin-bottom: 80px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box .p-under-access-ttl {
  font-size: 4rem;
  color: #2e1d00;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-bottom: 55px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box .p-under-access-col {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box .p-under-access-col .p-under-access-txtblk {
  width: min(660px, 100%);
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box .p-under-access-col .p-under-access-txtblk p {
  line-height: 2.22;
  letter-spacing: 0.1em;
  margin-top: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box .p-under-access-col .p-under-access-txtblk p.p-under-access-txt01 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #f21616;
  font-size: 1.8rem;
  margin-bottom: 40px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box .p-under-access-col .p-under-access-txtblk p.p-under-access-txt01 span {
  background: #ffcece;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box .p-under-access-col .p-under-access-txtblk p.p-under-access-txt02 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  color: #2e1d00;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box .p-under-access-col .p-under-access-txtblk p.p-under-access-txt03 {
  display: none;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box .p-under-access-col .p-under-access-img {
  width: min(500px, 100%);
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box .p-under-access-note {
  font-size: 1.8rem;
  color: #2e1d00;
  font-family: "Noto Serif JP", serif;
  margin-top: 10px;
  line-height: 1.5;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box02 {
  margin-bottom: 40px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box02 h3 {
  font-size: 3rem;
  line-height: 1.733;
  color: #2e1d00;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box02 h3::before {
  content: "";
  width: 8px;
  height: 44px;
  background: #d3bf78;
  position: absolute;
  top: 0;
  left: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box02 dl {
  border: 1px solid rgba(46, 29, 0, 0.3);
  font-family: "Noto Serif JP", serif;
  padding-top: 22px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 22px;
  margin-bottom: 80px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box02 dl dt {
  font-size: 1.8rem;
  color: #2e1d00;
  line-height: 2.22;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box02 dl dd {
  color: #2e1d00;
  font-size: 1.8rem;
  line-height: 2.22;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box02 dl dd a {
  text-decoration: none;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box02 .p-under-access-map {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box02 .p-under-access-map iframe {
  width: 100%;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-btn {
  width: 240px;
  height: 48px;
  margin-inline: auto;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-btn.black a {
  background: #2e1d00;
  color: #fff;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-btn.black a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 300ms;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-btn.black a:hover {
  border: 1px solid #2e1d00;
  transition: all 300ms ease;
  color: #2e1d00;
  opacity: 1;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-btn.black a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-btn a {
  border: 1px solid #fff;
  background: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #2e1d00;
  transition: all 300ms ease;
  border-radius: 50px;
  font-family: "EB Garamond", serif;
  line-height: 1;
  letter-spacing: 0.06em;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-btn a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/access/ico_blank_white.png) no-repeat;
  width: 14px;
  height: 14px;
  background-size: 100%;
  transition: all 300ms ease;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #2e1d00;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 300ms;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-btn a:hover {
  border: 1px solid #2e1d00;
  transition: all 300ms ease;
  color: #fff;
  opacity: 1;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-btn a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-btn a:hover::after {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/access/ico_blank_brown.png) no-repeat;
  background-size: 100%;
  transition: all 300ms ease;
  z-index: 1;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-btn a span {
  position: relative;
  z-index: 1;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03 {
  display: flex;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03 .p-under-access-left {
  width: 200px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03 .p-under-access-left .p-under-access-left-box {
  margin-bottom: 20px;
  width: 100%;
  height: 200px;
  background: #d3bf78;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  color: #2e1d00;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03 .p-under-access-left .p-under-access-left-box img {
  margin-bottom: 2px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03 .p-under-access-left .p-under-access-left-box02 {
  height: 452px;
  width: 100%;
  background: #7f6533;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03 .p-under-access-left .p-under-access-left-box02 img {
  margin-bottom: 2px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03 .p-under-access-center {
  width: min(740px, 100%);
  margin-inline: auto;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03 .p-under-access-center .p-under-access-group {
  position: relative;
  padding-top: 50px;
  text-align: center;
  margin-bottom: 110px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03 .p-under-access-center .p-under-access-group::before {
  content: "";
  position: absolute;
  left: 0;
  top: 70px;
  width: 100%;
  height: 1px;
  background: #d3bf78;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03 .p-under-access-center .p-under-access-group .p-under-access-txt {
  position: relative;
  z-index: 1;
  background: #fefcef;
  display: inline-block;
  padding-inline: 10px;
  margin-bottom: 10px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03 .p-under-access-center .p-under-access-group .p-under-access-txt p {
  font-size: 1.8rem;
  color: #2e1d00;
  font-family: "Noto Serif JP", serif;
  line-height: 2.22;
  display: flex;
  justify-content: center;
  margin-top: 0;
  align-items: baseline;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03 .p-under-access-center .p-under-access-group .p-under-access-txt p img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03 .p-under-access-center .p-under-access-group .p-under-access-txt p span {
  color: #d3bf78;
  font-size: 4rem;
  font-family: "EB Garamond", serif;
  line-height: 1;
  margin-inline: 5px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03 .p-under-access-center .p-under-access-group02 {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03 .p-under-access-center .p-under-access-group02::before {
  content: "";
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  height: 1px;
  background: #7f6533;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03 .p-under-access-center .p-under-access-group02 .p-under-access-txt02 {
  position: relative;
  z-index: 1;
  background: #fefcef;
  display: inline-block;
  padding-inline: 10px;
  margin-bottom: 10px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03 .p-under-access-center .p-under-access-group02 .p-under-access-txt02 h3 {
  text-align: center;
  color: #7f6533;
  font-weight: bold;
  line-height: 2;
  font-size: 1.8rem;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03 .p-under-access-center .p-under-access-group02 .p-under-access-txt02 p {
  font-size: 1.8rem;
  color: #2e1d00;
  font-family: "Noto Serif JP", serif;
  line-height: 2.22;
  display: flex;
  justify-content: center;
  margin-top: 0;
  align-items: baseline;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03 .p-under-access-center .p-under-access-group02 .p-under-access-txt02 p img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03 .p-under-access-center .p-under-access-group02 .p-under-access-txt02 p span {
  margin-left: 20px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03 .p-under-access-center .p-under-access-group02 .p-under-access-txt02 p span span {
  color: #7f6533;
  font-size: 4rem;
  font-family: "EB Garamond", serif;
  line-height: 1;
  margin-inline: 5px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03 .p-under-access-center .p-under-access-group03 {
  position: relative;
  text-align: center;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03 .p-under-access-center .p-under-access-group03::before {
  content: "";
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  height: 1px;
  background: #d3bf78;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03 .p-under-access-center .p-under-access-group03 .p-under-access-txt03 {
  position: relative;
  z-index: 1;
  background: #fefcef;
  display: inline-block;
  padding-inline: 10px;
  margin-bottom: 10px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03 .p-under-access-center .p-under-access-group03 .p-under-access-txt03 h3 {
  text-align: center;
  color: #7f6533;
  font-weight: bold;
  line-height: 2;
  font-size: 1.8rem;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03 .p-under-access-center .p-under-access-group03 .p-under-access-txt03 p {
  font-size: 1.8rem;
  color: #2e1d00;
  font-family: "Noto Serif JP", serif;
  line-height: 2.22;
  display: flex;
  justify-content: center;
  margin-top: 0;
  align-items: baseline;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03 .p-under-access-center .p-under-access-group03 .p-under-access-txt03 p img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03 .p-under-access-center .p-under-access-group03 .p-under-access-txt03 p span {
  margin-left: 20px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03 .p-under-access-center .p-under-access-group03 .p-under-access-txt03 p span span {
  color: #7f6533;
  font-size: 4rem;
  font-family: "EB Garamond", serif;
  line-height: 1;
  margin-inline: 5px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03 .p-under-access-right {
  width: 200px;
  height: 672px;
  border: 1px solid rgba(46, 29, 0, 0.3);
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03 .p-under-access-right .p-under-access-right-box {
  width: 100%;
  font-size: 1.8rem;
  color: #2e1d00;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  font-family: "Noto Serif JP", serif;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03-sp {
  display: none;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03-sp .p-under-access-right {
  width: 80px;
  height: 95px;
  border: 1px solid rgba(46, 29, 0, 0.3);
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03-sp .p-under-access-right .p-under-access-right-box {
  width: 100%;
  font-size: 1.2rem;
  color: #2e1d00;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  font-family: "Noto Serif JP", serif;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03-sp .p-under-access-right .p-under-access-right-box img {
  margin-bottom: 5px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03-sp .p-under-access-blk {
  margin-bottom: 65px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03-sp .p-under-access-blk .p-under-access-head {
  display: flex;
  margin-bottom: 20px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03-sp .p-under-access-blk .p-under-access-head .p-under-access-left {
  width: 60px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03-sp .p-under-access-blk .p-under-access-head .p-under-access-left .p-under-access-left-box {
  width: 100%;
  height: 95px;
  background: #d3bf78;
  font-size: 1.2rem;
  font-family: "Noto Serif JP", serif;
  color: #2e1d00;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03-sp .p-under-access-blk .p-under-access-head .p-under-access-left .p-under-access-left-box img {
  margin-bottom: 5px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03-sp .p-under-access-blk .p-under-access-head .p-under-access-center {
  width: 44.5333333333vw;
  margin-inline: auto;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03-sp .p-under-access-blk .p-under-access-head .p-under-access-center .p-under-access-group {
  position: relative;
  padding-top: 30px;
  text-align: center;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03-sp .p-under-access-blk .p-under-access-head .p-under-access-center .p-under-access-group::before {
  content: "";
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  height: 1px;
  background: #d3bf78;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03-sp .p-under-access-blk .p-under-access-head .p-under-access-center .p-under-access-group .p-under-access-txt {
  position: relative;
  z-index: 1;
  background: #fefcef;
  display: inline-block;
  padding-inline: 10px;
  margin-bottom: 10px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03-sp .p-under-access-blk .p-under-access-head .p-under-access-center .p-under-access-group .p-under-access-txt p {
  font-size: 1.2rem;
  color: #2e1d00;
  font-family: "Noto Serif JP", serif;
  line-height: 2.22;
  display: flex;
  justify-content: center;
  margin-top: 0;
  align-items: baseline;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03-sp .p-under-access-blk .p-under-access-head .p-under-access-center .p-under-access-group .p-under-access-txt p img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03-sp .p-under-access-blk .p-under-access-head .p-under-access-center .p-under-access-group .p-under-access-txt p span {
  color: #d3bf78;
  font-size: 3rem;
  font-family: "EB Garamond", serif;
  line-height: 1;
  margin-inline: 5px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03-sp .p-under-access-blk02 {
  margin-bottom: 60px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03-sp .p-under-access-blk02.p-under-access-blk03 {
  margin-bottom: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03-sp .p-under-access-blk02 .p-under-access-head {
  display: flex;
  margin-bottom: 20px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03-sp .p-under-access-blk02 .p-under-access-head .p-under-access-left {
  width: 60px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03-sp .p-under-access-blk02 .p-under-access-head .p-under-access-left .p-under-access-left-box {
  width: 100%;
  height: 122px;
  background: #7f6533;
  font-size: 1.2rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03-sp .p-under-access-blk02 .p-under-access-head .p-under-access-left .p-under-access-left-box img {
  margin-bottom: 8px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03-sp .p-under-access-blk02 .p-under-access-head .p-under-access-center {
  width: 44.5333333333vw;
  margin-inline: auto;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03-sp .p-under-access-blk02 .p-under-access-head .p-under-access-center .p-under-access-group {
  position: relative;
  padding-top: 25px;
  text-align: center;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03-sp .p-under-access-blk02 .p-under-access-head .p-under-access-center .p-under-access-group::before {
  content: "";
  position: absolute;
  left: 0;
  top: 55px;
  width: 100%;
  height: 1px;
  background: #7f6533;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03-sp .p-under-access-blk02 .p-under-access-head .p-under-access-center .p-under-access-group .p-under-access-txt {
  position: relative;
  z-index: 1;
  background: #fefcef;
  display: inline-block;
  padding-inline: 5px;
  margin-bottom: 10px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03-sp .p-under-access-blk02 .p-under-access-head .p-under-access-center .p-under-access-group .p-under-access-txt h3 {
  font-size: 1.2rem;
  color: #7f6533;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03-sp .p-under-access-blk02 .p-under-access-head .p-under-access-center .p-under-access-group .p-under-access-txt p {
  font-size: 1.2rem;
  color: #2e1d00;
  font-family: "Noto Serif JP", serif;
  line-height: 2.22;
  display: flex;
  justify-content: center;
  margin-top: 0;
  align-items: baseline;
  letter-spacing: 0.1em;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03-sp .p-under-access-blk02 .p-under-access-head .p-under-access-center .p-under-access-group .p-under-access-txt p img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03-sp .p-under-access-blk02 .p-under-access-head .p-under-access-center .p-under-access-group .p-under-access-txt p span span {
  color: #7f6533;
  font-size: 3rem;
  font-family: "EB Garamond", serif;
  line-height: 1;
  margin-inline: 5px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03-sp .p-under-access-blk02 .p-under-access-head .p-under-access-right {
  height: 122px;
}
body :has(.p-page_content__inner) .l-container:has(.c-under-about-mv) {
  padding-bottom: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner {
  width: min(1400px, 100%);
  margin-inline: auto;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .p-under-aboutus-ttl {
  font-size: 4.8rem;
  color: #2e1d00;
  line-height: 1.8;
  margin-bottom: 90px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-head {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
  margin-bottom: 160px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-head .p-under-aboutus-blk .p-under-aboutus-blk-img img {
  width: 100%;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-head .p-under-aboutus-blk .p-under-aboutus-blk-group {
  width: min(1200px, 100%);
  margin-inline: auto;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -moz-column-gap: 70px;
       column-gap: 70px;
  display: flex;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-head .p-under-aboutus-blk .p-under-aboutus-blk-group .p-under-aboutus-blk-catch {
  color: #2e1d00;
  font-size: 3.6rem;
  writing-mode: vertical-rl;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.65em;
  line-height: 1.7;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-head .p-under-aboutus-blk .p-under-aboutus-blk-group .p-under-aboutus-blk-txt {
  width: min(700px, 100%);
  padding-top: 162px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-head .p-under-aboutus-blk .p-under-aboutus-blk-group .p-under-aboutus-blk-txt p {
  line-height: 2.22;
  font-family: "Noto Serif JP", serif;
  color: #2e1d00;
  font-size: 1.8rem;
  margin-bottom: 40px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-head .p-under-aboutus-blk .p-under-aboutus-blk-group .p-under-aboutus-blk-txt p:last-child {
  margin-bottom: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec {
  display: flex;
  margin-bottom: 60px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec .p-under-aboutus-blk {
  width: 50%;
  padding-right: 70px;
  position: sticky;
  top: 50px;
  right: 0;
  align-self: flex-start;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec .p-under-aboutus-blk .c-title {
  margin-bottom: 65px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec .p-under-aboutus-blk h3 {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  line-height: 1.5;
  color: #2e1d00;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec .p-under-aboutus-blk p {
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  color: #2e1d00;
  line-height: 2.22;
  font-size: 1.8rem;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec .p-under-aboutus-sticky {
  margin-right: calc(50% - 50vw);
  width: 50vw;
  display: flex;
  flex-direction: column;
  row-gap: 75px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec .p-under-aboutus-sticky .p-under-aboutus-sticky-item img {
  display: block;
  margin-bottom: 60px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec .p-under-aboutus-sticky .p-under-aboutus-sticky-item h3 {
  letter-spacing: 0.1em;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  line-height: 1.5;
  color: #2e1d00;
  margin-bottom: 25px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec .p-under-aboutus-sticky .p-under-aboutus-sticky-item p {
  letter-spacing: 0.1em;
  width: min(700px, 100%);
  font-family: "Noto Serif JP", serif;
  color: #2e1d00;
  line-height: 2.22;
  font-size: 1.8rem;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-phylosophy-slider {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-bottom: 165px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-phylosophy-slider .swiper-wrapper .swiper-slide img {
  width: 100%;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec02 {
  margin-bottom: 150px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec02 .p-under-aboutus-blk {
  margin-bottom: 75px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec02 .p-under-aboutus-blk .c-title {
  margin-bottom: 65px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec02 .p-under-aboutus-blk p {
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  color: #2e1d00;
  line-height: 1.66;
  font-size: 2.4rem;
  font-weight: bold;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec02 .p-under-aboutus-list {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec02 .p-under-aboutus-list .p-under-aboutus-item {
  width: calc((100% - 80px) / 3);
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec02 .p-under-aboutus-list .p-under-aboutus-item .p-under-aboutus-item-img {
  margin-bottom: 30px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec02 .p-under-aboutus-list .p-under-aboutus-item .p-under-aboutus-item-ttl {
  font-size: 2.4rem;
  text-align: center;
  color: #2e1d00;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  margin-bottom: 22px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec02 .p-under-aboutus-list .p-under-aboutus-item .p-under-aboutus-item-box p {
  font-family: "Noto Serif JP", serif;
  color: #2e1d00;
  font-size: 1.8rem;
  line-height: 2.22;
  margin-bottom: 40px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec02 .p-under-aboutus-list .p-under-aboutus-item .p-under-aboutus-item-box p:last-child {
  margin-bottom: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec03 {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: #2e1d00;
  padding-bottom: 160px;
  padding-top: 160px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec03 .p-under-aboutus-subttl {
  text-align: center;
  color: #2e1d00;
  font-size: 3.6rem;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 40px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec03 .p-under-aboutus-img {
  margin-bottom: 65px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec03 .p-under-aboutus-img img {
  margin-inline: auto;
  display: block;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec03 .p-under-aboutus-link {
  width: min(400px, 100%);
  margin-inline: auto;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec03 .p-under-aboutus-link a {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-bottom: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  position: relative;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec03 .p-under-aboutus-link a:hover::before {
  right: 0;
  transition: all 300ms ease;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec03 .p-under-aboutus-link a::before {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/ico_arrow_white.png) no-repeat;
  background-size: 100%;
  content: "";
  height: 6px;
  margin-top: -1px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 300ms ease;
  width: 30px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec {
  width: min(1200px, 100%);
  margin-inline: auto;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .c-guide-navi {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: #2e1d00;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 153px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .c-guide-navi ul {
  width: min(1400px, 100%);
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 80px;
       column-gap: 80px;
  row-gap: 60px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .c-guide-navi ul li {
  width: calc((100% - 160px) / 3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .c-guide-navi ul li a {
  display: block;
  text-decoration: none;
  line-height: 1;
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  color: #fff;
  height: 45px;
  position: relative;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .c-guide-navi ul li a::before {
  content: "";
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/shoppingguide/ico_arrow_white.png) no-repeat;
  width: 30px;
  height: 11px;
  background-size: 100%;
  position: absolute;
  top: 7px;
  right: 20px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-gold-deco {
  border-bottom: 1px solid #7f6533;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-gold {
  color: #7f6533 !important;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-red {
  color: #f21616 !important;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 4rem;
  line-height: 1.75;
  color: #2e1d00;
  border-bottom: 1px solid rgba(46, 29, 0, 0.3);
  font-weight: 500;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-lead {
  margin-top: 0;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  color: #2e1d00;
  line-height: 2.22;
  letter-spacing: 0.1em;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-note {
  color: #7f6533;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-note span {
  padding-bottom: 1px;
  border-bottom: 1px solid #7f6533;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-box {
  border: 1px solid rgba(46, 29, 0, 0.3);
  padding-top: 24px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 60px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-box .p-under-guide-text {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  color: #2e1d00;
  line-height: 2.22;
  margin-bottom: 14px;
  margin-top: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-box .p-under-faq-contact {
  width: 432px;
  position: relative;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-box .p-under-faq-contact::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(46, 29, 0, 0.3);
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-box .p-under-faq-contact a {
  padding-bottom: 10px;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.05em;
  color: #2e1d00;
  text-decoration: none;
  display: block;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-box .p-under-faq-contact a:hover::before {
  transition: all 0.3s ease;
  right: -10px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-box .p-under-faq-contact a::before {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/ico_arrow_black.png) no-repeat;
  background-size: 100%;
  content: "";
  height: 6px;
  margin-top: -6px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s ease;
  width: 30px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-subttl {
  font-size: 3rem;
  line-height: 1.733;
  color: #2e1d00;
  position: relative;
  padding-left: 30px;
  letter-spacing: 0.1em;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-subttl::before {
  content: "";
  width: 8px;
  height: 44px;
  background: #d3bf78;
  position: absolute;
  top: 0;
  left: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-subttl02 {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1;
  color: #2e1d00;
  letter-spacing: 0.1em;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-subttl03 {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1;
  color: #2e1d00;
  letter-spacing: 0.1em;
  margin-top: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-goldtext {
  color: #7f6533;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-goldtext > a {
  text-decoration: none;
  color: #7f6533;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-goldtext p {
  display: inline-block;
  border-bottom: 1px solid #7f6533;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  margin-top: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-goldtext p .u-mark {
  margin-right: 5px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-text {
  font-size: 1.8rem;
  line-height: 2.22;
  font-family: "Noto Serif JP", serif;
  color: #2e1d00;
  letter-spacing: 0.1em;
  margin-top: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-text .ico-marker {
  color: #7f6533;
  border-bottom: 1px solid #7f6533;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-text02 {
  font-size: 1.8rem;
  line-height: 2.22;
  font-family: "Noto Serif JP", serif;
  color: #2e1d00;
  letter-spacing: 0.1em;
  margin-top: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-text02 .u-color-red {
  color: #f21616;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-list li {
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #2e1d00;
  display: flex;
  align-items: baseline;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 11px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-list li:last-child {
  margin-bottom: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-list li .u-circle {
  width: 12px;
  height: 12px;
  background: #d3bf78;
  border-radius: 50%;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-numlist li {
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #2e1d00;
  display: flex;
  align-items: baseline;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-numlist li:last-child {
  margin-bottom: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-numlist li.u-color-red {
  color: #f21616;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-numlist li.u-color-red span {
  color: #2e1d00;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-numlist li .u-num {
  font-family: "EB Garamond", serif;
  font-size: 2.4rem;
  line-height: 1.58;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-numlist li .u-color-gold {
  color: #7f6533;
  border-bottom: 1px solid #7f6533;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col {
  display: flex;
  justify-content: space-between;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col .p-under-guide-txtblk {
  width: min(600px, 100%);
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col .p-under-guide-txtblk .p-under-guide-dl dt {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #2e1d00;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.1em;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col .p-under-guide-txtblk .p-under-guide-dl dd ul li {
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #2e1d00;
  letter-spacing: 0.1em;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col .p-under-guide-txtblk .p-under-guide-dl dd ul li span {
  margin-right: 10px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col .p-under-guide-txtblk .p-under-guide-dl02 dt {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #2e1d00;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col .p-under-guide-txtblk .p-under-guide-dl02 dd {
  font-size: 1.8rem;
  line-height: 2.22;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  color: #2e1d00;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col .p-under-guide-txtblk .p-under-guide-dl02 dd .ico-mark {
  margin-right: 10px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col .p-under-guide-txtblk .p-under-guide-dl02 dd .ico-marker {
  color: #7f6533;
  border-bottom: 1px solid #7f6533;
  text-decoration: none;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col .p-under-guide-img {
  width: min(560px, 100%);
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col02 {
  display: flex;
  -moz-column-gap: 45px;
       column-gap: 45px;
  margin-top: 35px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col02 .p-under-guide-blk {
  width: calc((100% - 90px) / 3);
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col02 .p-under-guide-blk h6 {
  text-align: center;
  color: #2e1d00;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 1.8rem;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col02 .p-under-guide-blk .p-under-guide-blk-thumb {
  margin-bottom: 22px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col02 .p-under-guide-blk p {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  text-align: center;
  color: #2e1d00;
  margin-top: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col02 .p-under-guide-blk p a {
  color: #7f6533;
  text-decoration: underline;
  margin-left: 15px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col03 {
  display: flex;
  -moz-column-gap: 45px;
       column-gap: 45px;
  margin-top: 35px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col03 .p-under-guide-blk {
  width: calc((100% - 90px) / 3);
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col03 .p-under-guide-blk h6 {
  text-align: center;
  color: #2e1d00;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 1.8rem;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col03 .p-under-guide-blk .p-under-guide-blk-thumb {
  margin-bottom: 22px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col03 .p-under-guide-blk p {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  text-align: center;
  color: #2e1d00;
  margin-top: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col03 .p-under-guide-blk p a {
  color: #7f6533;
  text-decoration: underline;
  margin-left: 15px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec #item01,
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec #item02,
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec #item03,
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec #item04,
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec #item05,
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec #item06 {
  margin-top: -138px;
  padding-top: 138px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group {
  border-bottom: 1px solid rgba(46, 29, 0, 0.3);
  padding-bottom: 50px;
  margin-bottom: 155px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group .p-under-guide-lead {
  margin-bottom: 20px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group .p-under-guide-note {
  margin-bottom: 35px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group .p-under-guide-box {
  margin-bottom: 60px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group .p-under-guide-box .p-under-guide-text {
  margin-bottom: 14px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group .p-under-guide-subttl {
  margin-bottom: 15px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group .p-under-guide-text {
  margin-bottom: 40px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group .p-under-guide-text02 {
  margin-bottom: 40px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group .p-under-guide-text02:nth-last-of-type(1) {
  margin-bottom: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group .p-under-guide-col {
  margin-bottom: 50px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group .p-under-guide-col .p-under-guide-txtblk .p-under-guide-numlist {
  margin-bottom: 30px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group .p-under-guide-col .p-under-guide-txtblk .p-under-guide-dl dt {
  margin-bottom: 20px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group .p-under-guide-col .p-under-guide-txtblk .p-under-guide-dl dd ul li {
  margin-bottom: 12px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 {
  margin-bottom: 155px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-ttl {
  margin-bottom: 35px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-lead {
  margin-bottom: 50px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-text {
  margin-bottom: 8px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-note02 {
  display: flex;
  font-family: "Noto Serif JP", serif;
  color: #2e1d00;
  margin-bottom: 25px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-note02 span {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-right: 10px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-note02 p {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-note02 div div {
  display: flex;
  margin-top: 10px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-note02 div div span {
  margin-right: 5px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-subttl {
  margin-bottom: 15px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col {
  margin-bottom: 30px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col .p-under-guide-txtblk .p-under-guide-numlist {
  margin-bottom: 30px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col .p-under-guide-txtblk .p-under-guide-numlist li {
  margin-bottom: 8px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col .p-under-guide-txtblk .p-under-guide-numlist li:last-child {
  margin-bottom: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col .p-under-guide-txtblk .p-under-guide-dl dt {
  margin-bottom: 20px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col .p-under-guide-txtblk .p-under-guide-dl dd ul li {
  margin-bottom: 12px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-subttl02 {
  margin-bottom: 30px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col02 {
  margin-bottom: 50px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col02 .p-under-guide-txtblk .p-under-guide-text {
  margin-bottom: 40px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col03 {
  margin-top: 25px;
  margin-bottom: 50px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col03 .p-under-guide-txtblk .p-under-guide-dl02 {
  margin-bottom: 20px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col04 {
  padding-bottom: 33px;
  border-bottom: 1px solid rgba(46, 29, 0, 0.3);
  margin-bottom: 45px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col04 .p-under-guide-txtblk .p-under-guide-text {
  margin-bottom: 25px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col04 .p-under-guide-txtblk .p-under-guide-dl02 {
  margin-bottom: 25px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col04 .p-under-guide-txtblk .p-under-guide-dl02:last-child {
  margin-bottom: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col05 {
  margin-bottom: 30px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col05.p-under-guide-col0503 .p-under-guide-numlist:nth-last-of-type(1) {
  margin-bottom: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col05.p-under-guide-col0504 .p-under-guide-txtblk .p-under-guide-note02 {
  margin-bottom: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col05.p-under-guide-col0505 {
  margin-top: 40px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col05.p-under-guide-col0505 .p-under-guide-subttl03 {
  margin-bottom: 20px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col05.p-under-guide-col0505 .p-under-guide-numlist:nth-last-of-type(1) {
  margin-bottom: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col05.p-under-guide-col0505 .p-under-guide-row {
  display: none;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col05.p-under-guide-col0505 .p-under-guide-row .p-under-guide-subttl03.last {
  margin-bottom: 15px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col05.p-under-guide-col0505 .p-under-guide-row .p-under-guide-note02 p span {
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col05.p-under-guide-col0505 .p-under-guide-row .p-under-guide-note02 p span span {
  display: flex;
  margin-top: 0;
  margin-right: 5px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col05 .p-under-guide-txtblk .p-under-guide-goldtext {
  margin-top: 15px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col05 .p-under-guide-txtblk .p-under-guide-note02 {
  margin-bottom: 10px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-row {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(46, 29, 0, 0.3);
  margin-bottom: 60px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-row .p-under-guide-subttl03.last {
  margin-bottom: 23px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col06 {
  margin-bottom: 60px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col07 {
  margin-bottom: 60px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col07 .p-under-guide-txtblk {
  margin-top: 15px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col07 .p-under-guide-txtblk .p-under-guide-subttl03 {
  margin-bottom: 15px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col08 {
  margin-bottom: 60px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col08 .p-under-guide-txtblk {
  margin-top: 15px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col08 .p-under-guide-txtblk .p-under-guide-subttl03 {
  margin-bottom: 15px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col09 {
  margin-bottom: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col09 .p-under-guide-txtblk .p-under-guide-subttl03 {
  margin-bottom: 15px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group03 {
  padding-bottom: 60px;
  margin-bottom: 155px;
  border-bottom: 1px solid rgba(46, 29, 0, 0.3);
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group03 .p-under-guide-col {
  margin-bottom: 50px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group03 .p-under-guide-col .p-under-guide-txtblk .p-under-guide-text {
  margin-bottom: 40px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group03 .p-under-guide-area {
  margin-bottom: 65px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group03 .p-under-guide-area .p-under-guide-text {
  margin-top: 18px;
  margin-bottom: 35px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group03 .p-under-guide-area02 {
  margin-bottom: 65px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group03 .p-under-guide-area02 .p-under-guide-text {
  margin-top: 28px;
  margin-bottom: 35px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group03 .p-under-guide-area03 {
  margin-bottom: 65px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group03 .p-under-guide-area03 .p-under-guide-group02 {
  margin-bottom: 45px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group03 .p-under-guide-area03 .p-under-guide-group02 .p-under-guide-text {
  margin-top: 18px;
  margin-bottom: 5px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group03 .p-under-guide-area04 {
  margin-bottom: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group03 .p-under-guide-area04 .p-under-guide-text {
  margin-top: 18px;
  margin-bottom: 5px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group04 {
  border-bottom: 1px solid rgba(46, 29, 0, 0.3);
  padding-bottom: 35px;
  margin-bottom: 155px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group04 .p-under-guide-ttl {
  margin-bottom: 35px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group04 .p-under-guide-lead {
  margin-bottom: 50px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group04 .p-under-guide-text {
  margin-bottom: 38px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group04 .p-under-guide-subttl02 {
  margin-bottom: 15px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group04 .p-under-guide-col {
  margin-bottom: 30px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group04 .p-under-guide-col .p-under-guide-txtblk .p-under-guide-numlist {
  margin-bottom: 30px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group04 .p-under-guide-col .p-under-guide-txtblk .p-under-guide-numlist li {
  margin-bottom: 8px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group04 .p-under-guide-col .p-under-guide-txtblk .p-under-guide-numlist li:last-child {
  margin-bottom: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group04 .p-under-guide-col .p-under-guide-txtblk .p-under-guide-dl dt {
  margin-bottom: 20px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group04 .p-under-guide-col .p-under-guide-txtblk .p-under-guide-dl dd ul li {
  margin-bottom: 12px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group04 .p-under-guide-row {
  margin-top: 15px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group04 .p-under-guide-row .p-under-guide-group02 {
  margin-bottom: 30px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group04 .p-under-guide-row .p-under-guide-lead {
  margin-bottom: 5px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group04 .p-under-guide-row02 {
  margin-top: 15px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group04 .p-under-guide-row02 .p-under-guide-text {
  margin-bottom: 10px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group04 .p-under-guide-row02 .p-under-guide-group02 {
  margin-bottom: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group04 .p-under-guide-row02 .p-under-guide-lead {
  margin-bottom: 15px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group04 .p-under-guide-box {
  padding-top: 20px;
  padding-bottom: 20px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group04 .p-under-guide-box .p-under-guide-text {
  margin-bottom: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 {
  border-bottom: 1px solid rgba(46, 29, 0, 0.3);
  padding-bottom: 45px;
  margin-bottom: 155px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-ttl {
  margin-bottom: 35px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-lead {
  margin-bottom: 50px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-text {
  margin-bottom: 25px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-text .p-under-red span {
  background: #ffcece;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-subttl02 {
  margin-bottom: 15px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-col {
  margin-bottom: 30px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-col .p-under-guide-txtblk .p-under-guide-numlist {
  margin-bottom: 30px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-col .p-under-guide-txtblk .p-under-guide-numlist li {
  margin-bottom: 8px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-col .p-under-guide-txtblk .p-under-guide-numlist li:last-child {
  margin-bottom: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-col .p-under-guide-txtblk .p-under-guide-dl dt {
  margin-bottom: 20px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-col .p-under-guide-txtblk .p-under-guide-dl dd ul li {
  margin-bottom: 12px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row {
  margin-top: 15px;
  margin-bottom: 55px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row .p-under-guide-group02 {
  margin-bottom: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row .p-under-guide-group02 .p-under-guide-text {
  margin-bottom: 10px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row .p-under-guide-group02 .p-under-guide-note02 {
  margin-bottom: 15px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row .p-under-guide-lead {
  margin-bottom: 5px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row02 {
  margin-top: 15px;
  margin-bottom: 55px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row02 .p-under-guide-text {
  margin-bottom: 10px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row02 .p-under-guide-group02 {
  margin-bottom: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row02 .p-under-guide-note02 {
  margin-bottom: 15px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row02 .p-under-guide-subttl02 {
  margin-top: 45px;
  margin-bottom: 20px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row02 .p-under-guide-tbl {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 30px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row02 .p-under-guide-tbl p {
  color: #2e1d00;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row02 .p-under-guide-tbl .p-under-guide-tbl-group {
  border: 1px solid rgba(46, 29, 0, 0.3);
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row02 .p-under-guide-tbl .p-under-guide-tbl-group table tr {
  border-bottom: 1px solid rgba(46, 29, 0, 0.3);
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row02 .p-under-guide-tbl .p-under-guide-tbl-group table tr:last-child {
  border-bottom: none;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row02 .p-under-guide-tbl .p-under-guide-tbl-group table tr th {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  color: #2e1d00;
  line-height: 2.22;
  font-weight: 600;
  vertical-align: top;
  text-align: left;
  padding-bottom: 10px;
  padding-top: 15px;
  width: 160px;
  letter-spacing: 0.1em;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row02 .p-under-guide-tbl .p-under-guide-tbl-group table tr td {
  text-align: left;
  color: #2e1d00;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 2.22;
  vertical-align: top;
  padding-bottom: 10px;
  padding-top: 15px;
  letter-spacing: 0.1em;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row02 .p-under-guide-tbl-sp {
  display: none;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row02 .p-under-guide-tbl-sp p {
  color: #2e1d00;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row02 .p-under-guide-tbl-sp .p-under-guide-tbl-group {
  border: 1px solid rgba(46, 29, 0, 0.3);
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row02 .p-under-guide-tbl-sp .p-under-guide-tbl-group table tr {
  border-bottom: 1px solid rgba(46, 29, 0, 0.3);
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row02 .p-under-guide-tbl-sp .p-under-guide-tbl-group table tr:last-child {
  border-bottom: none;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row02 .p-under-guide-tbl-sp .p-under-guide-tbl-group table tr th {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  color: #2e1d00;
  line-height: 1.5;
  font-weight: 600;
  vertical-align: top;
  text-align: left;
  padding-bottom: 10px;
  padding-top: 15px;
  letter-spacing: 0.1em;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row02 .p-under-guide-tbl-sp .p-under-guide-tbl-group table tr th:nth-of-type(1) {
  text-align: left;
  width: 65px;
  min-width: 65px;
  max-width: 65px;
  padding-left: 10px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row02 .p-under-guide-tbl-sp .p-under-guide-tbl-group table tr th:nth-of-type(2) {
  text-align: center;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row02 .p-under-guide-tbl-sp .p-under-guide-tbl-group table tr th:nth-of-type(3) {
  text-align: right;
  width: 65px;
  min-width: 65px;
  max-width: 65px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row02 .p-under-guide-tbl-sp .p-under-guide-tbl-group table tr td {
  text-align: left;
  color: #2e1d00;
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  line-height: 1.5;
  padding-bottom: 10px;
  padding-top: 15px;
  letter-spacing: 0.1em;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row02 .p-under-guide-tbl-sp .p-under-guide-tbl-group table tr td:nth-of-type(1) {
  text-align: left;
  width: 65px;
  min-width: 65px;
  max-width: 65px;
  padding-left: 10px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row02 .p-under-guide-tbl-sp .p-under-guide-tbl-group table tr td:nth-of-type(3) {
  text-align: right;
  width: 65px;
  min-width: 65px;
  max-width: 65px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row03 {
  margin-top: 15px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row03 .p-under-guide-group02 {
  margin-bottom: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row03 .p-under-guide-text {
  margin-bottom: 40px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row03 .p-under-guide-text:nth-last-of-type(1) {
  margin-bottom: 30px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row03 .p-under-guide-note02 {
  margin-bottom: 15px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row03 .p-under-guide-tbl02 {
  width: min(680px, 100%);
  border: 1px solid rgba(46, 29, 0, 0.3);
  padding: 40px 40px 20px;
  margin-top: 40px;
  margin-bottom: 30px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row03 .p-under-guide-tbl02 table tr {
  border-bottom: 1px solid rgba(46, 29, 0, 0.3);
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row03 .p-under-guide-tbl02 table tr:last-child {
  border-bottom: none;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row03 .p-under-guide-tbl02 table tr th {
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  color: #2e1d00;
  text-align: left;
  line-height: 1.5;
  padding-bottom: 20px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row03 .p-under-guide-tbl02 table tr td {
  line-height: 1.5;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  color: #2e1d00;
  padding-top: 20px;
  padding-bottom: 20px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-box {
  padding-top: 20px;
  padding-bottom: 20px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-box .p-under-guide-text {
  margin-bottom: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group06 {
  border-bottom: 1px solid rgba(46, 29, 0, 0.3);
  padding-bottom: 45px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group06 .p-under-guide-ttl {
  margin-bottom: 35px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group06 .p-under-guide-lead {
  margin-bottom: 50px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group06 .p-under-guide-text {
  margin-bottom: 25px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group06 .p-under-guide-subttl02 {
  margin-bottom: 15px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group06 .p-under-guide-col {
  margin-bottom: 30px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group06 .p-under-guide-col .p-under-guide-txtblk .p-under-guide-numlist {
  margin-bottom: 30px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group06 .p-under-guide-col .p-under-guide-txtblk .p-under-guide-numlist li {
  margin-bottom: 8px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group06 .p-under-guide-col .p-under-guide-txtblk .p-under-guide-numlist li:last-child {
  margin-bottom: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group06 .p-under-guide-col .p-under-guide-txtblk .p-under-guide-dl dt {
  margin-bottom: 20px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group06 .p-under-guide-col .p-under-guide-txtblk .p-under-guide-dl dd ul li {
  margin-bottom: 12px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group06 .p-under-guide-row {
  margin-top: 20px;
  margin-bottom: 55px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group06 .p-under-guide-row .p-under-guide-group02 {
  margin-bottom: 30px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group06 .p-under-guide-row .p-under-guide-lead {
  margin-bottom: 5px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group06 .p-under-guide-row02 {
  margin-top: 15px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group06 .p-under-guide-row02 .p-under-guide-text {
  margin-bottom: 10px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group06 .p-under-guide-row02 .p-under-guide-group02 {
  margin-bottom: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group06 .p-under-guide-row02 .p-under-guide-lead {
  margin-bottom: 15px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group06 .p-under-guide-box {
  padding-top: 20px;
  padding-bottom: 20px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group06 .p-under-guide-box .p-under-guide-text {
  margin-bottom: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-head {
  display: flex;
  align-items: center;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-bottom: 80px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-head .p-under-shop-head-img {
  width: 50%;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-head .p-under-shop-head-img img {
  width: 100%;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-head .p-under-shop-head-blk {
  width: 50%;
  padding-left: 60px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-head .p-under-shop-head-blk .p-under-shop-head-blk-ttl {
  color: #2e1d00;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 3rem;
  margin-bottom: 20px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-head .p-under-shop-head-blk .p-under-shop-head-blk-ttl .p-under-shop-head-blk-ttl-group {
  letter-spacing: 0.05em;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-head .p-under-shop-head-blk .p-under-shop-head-blk-ttl .p-under-shop-head-blk-ttl-group .o-txt-large {
  font-size: 6rem;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-head .p-under-shop-head-blk .p-under-shop-head-blk-ttl .p-under-shop-head-blk-ttl-group .o-txt-small {
  font-size: 5rem;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-head .p-under-shop-head-blk p {
  font-family: "Noto Serif JP", serif;
  color: #2e1d00;
  font-size: 1.8rem;
  line-height: 2.22;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-sec {
  width: min(1200px, 100%);
  margin-inline: auto;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-sec .c-shop-navi {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: #2e1d00;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 153px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-sec .c-shop-navi ul {
  width: min(1400px, 100%);
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 80px;
       column-gap: 80px;
  row-gap: 60px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-sec .c-shop-navi ul li {
  width: calc((100% - 160px) / 3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-sec .c-shop-navi ul li a {
  display: block;
  text-decoration: none;
  line-height: 1;
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  color: #fff;
  height: 45px;
  position: relative;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-sec .c-shop-navi ul li a::before {
  content: "";
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/shoppingguide/ico_arrow_white.png) no-repeat;
  width: 30px;
  height: 11px;
  background-size: 100%;
  position: absolute;
  top: 7px;
  right: 20px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group {
  margin-bottom: 165px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group:last-child {
  margin-bottom: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .c-title {
  margin-bottom: 70px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner {
  margin-bottom: 65px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner:last-child {
  margin-bottom: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .c-title-area {
  font-size: 3rem;
  color: #2e1d00;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  margin-bottom: 30px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .c-under-shop-none {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0;
  font-family: "Noto Serif JP", serif;
  color: #000000;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 40px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item {
  width: calc((100% - 40px) / 2);
  border: 1px solid rgba(46, 29, 0, 0.3);
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-ttl {
  font-size: 2rem;
  font-weight: bold;
  color: #000000;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  border-bottom: 1px solid rgba(46, 29, 0, 0.3);
  padding-bottom: 12px;
  margin-bottom: 30px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-box .c-under-shop-item-box-info {
  border-bottom: 1px solid rgba(46, 29, 0, 0.3);
  padding-bottom: 25px;
  margin-bottom: 30px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  display: flex;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-box .c-under-shop-item-box-info dt {
  width: 150px;
  min-width: 150px;
  max-width: 150px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-box .c-under-shop-item-box-info dd {
  font-family: "Noto Serif JP", serif;
  color: #000000;
  letter-spacing: 0.1em;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-box .c-under-shop-item-box-info dd.c-under-shop-item-box-info02 {
  display: none;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-box .c-under-shop-item-box-info dd p {
  margin-top: 0;
  line-height: 1.5;
  font-size: 1.8rem;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 10px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-box .c-under-shop-item-box-info dd p.o-shop-mail {
  margin-bottom: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-box .c-under-shop-item-box-info dd p span {
  -moz-column-gap: 5px;
       column-gap: 5px;
  display: flex;
  align-items: center;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-box .c-under-shop-item-box-info dd p a {
  text-decoration: none;
  word-break: break-all;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-box .c-under-shop-item-box-comment {
  margin-bottom: 20px;
  font-size: 1.8rem;
  color: #000000;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  margin-top: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-box .c-under-shop-item-link {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-box .c-under-shop-item-link .c-under-shop-readmore {
  width: 180px;
  height: 34px;
  border-bottom: 1px solid rgba(46, 29, 0, 0.3);
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-box .c-under-shop-item-link .c-under-shop-readmore a {
  color: #2e1d00;
  font-family: "Noto Serif JP", serif;
  position: relative;
  font-size: 1.6rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 100%;
  padding-bottom: 10px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-box .c-under-shop-item-link .c-under-shop-readmore a:hover:before {
  right: 0;
  transition: all 300ms ease;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-box .c-under-shop-item-link .c-under-shop-readmore a::before {
  background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/ico_arrow_black.png) no-repeat;
  background-size: 100%;
  content: "";
  height: 6px;
  margin-top: -1px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 300ms ease;
  width: 30px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-box .c-under-shop-item-link .c-under-shop-readmore a img {
  margin-right: 5px;
}

body :has(.customers_registration_form) .l-container {
  background: #fefcef;
  padding-top: 138px !important;
  padding-bottom: 100px;
}
body :has(.customers_registration_form) .l-container .l-container__row {
  margin-top: 0;
  margin-bottom: 0;
}
body :has(.customers_registration_form) .l-container .p-account_form__inner__bottom {
  margin-top: 0;
}
body :has(.customers_registration_form) .l-container .p-account_form__inner__bottom .p-account_form__inner__bottom__btn {
  margin-bottom: 50px;
  border-radius: 50px;
  background: #2e1d00 !important;
  font-size: 14px !important;
  font-family: "Noto Sans JP", sans-serif;
  height: 48px;
  transition: all 300ms ease;
}
body :has(.customers_registration_form) .l-container .p-account_form__inner__bottom .p-account_form__inner__bottom__btn:hover {
  opacity: 1;
  color: #2e1d00 !important;
  background: #fff !important;
  border: 1px solid #2e1d00;
  transition: all 300ms ease;
}
body :has(.customers_registration_form) .l-container .p-page_header {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 50px;
}
body :has(.customers_registration_form) .l-container .p-page_header .p-page_header__inner .p-page_header__inner__title {
  font-family: "Shippori Mincho", serif;
  font-size: 48px !important;
  color: #000 !important;
}
body :has(.customers_registration_form) .l-container .p-page_header .p-page_header__inner .p-page_header__inner__lead {
  color: #000 !important;
}
body :has(.customers_registration_form) .l-container .p-page_header .p-page_header__inner .p-page_header__inner__lead .u-text--body {
  color: #000 !important;
  font-size: 14px !important;
}
body :has(.customers_registration_form) .l-container .p-account_form {
  padding-left: 0;
  padding-right: 0;
}
body :has(.customers_registration_form) .l-container .p-account_form .p-account_form__inner {
  max-width: 800px;
}
body :has(.customers_registration_form) .l-container .p-account_form .p-account_form__inner .c-form_table {
  margin-bottom: 50px;
}
body :has(.customers_registration_form) .l-container .p-account_form .p-account_form__inner .c-form_table tbody tr th {
  font-size: 14px !important;
  color: #000 !important;
}
body :has(.customers_registration_form) .l-container .p-account_form .p-account_form__inner .c-form_table tbody tr td input[type=text],
body :has(.customers_registration_form) .l-container .p-account_form .p-account_form__inner .c-form_table tbody tr td input[type=password],
body :has(.customers_registration_form) .l-container .p-account_form .p-account_form__inner .c-form_table tbody tr td input[type=tel],
body :has(.customers_registration_form) .l-container .p-account_form .p-account_form__inner .c-form_table tbody tr td input[type=email],
body :has(.customers_registration_form) .l-container .p-account_form .p-account_form__inner .c-form_table tbody tr td select {
  color: #000 !important;
  border: 1px solid rgba(46, 29, 0, 0.3);
  border-radius: 3px !important;
  height: 50px;
}
body :has(.customers_registration_form) .l-container .p-account_form .p-account_form__inner .c-form_table tbody tr td .c-form_table__postcode .u-text--body {
  color: #000 !important;
}
body :has(.customers_registration_form) .l-container .p-account_form .p-account_form__inner .c-form_table tbody tr td .c-form_table__newsletter .c-form_table__checkbox #agree {
  border-radius: 3px;
  background: #fff;
}
body :has(.customers_registration_form) .l-container .p-account_form .p-account_form__inner .c-form_table tbody tr td .c-form_table__newsletter .c-form_table__checkbox .c-form_table__checkbox__text {
  color: #000 !important;
}
body :has(.customers_registration_form) .l-container .p-account_form .p-account_form__inner .c-form_table tbody tr td .c-form_table__newsletter .c-form_table__checkbox .u-color__btn {
  color: #000 !important;
}
body :has(.customers_registration_form) .l-container .p-account_form .p-account_form__inner .p-account_form__inner__bottom {
  margin-bottom: 0;
}
body :has(.customers_registration_form) .l-container .p-account_form .p-account_form__inner .p-account_form__inner__bottom .p-account_form__inner__bottom__btn {
  margin-bottom: 0;
  border-radius: 50px;
  background: #2e1d00 !important;
  font-size: 14px !important;
  font-family: "Noto Sans JP", sans-serif;
  height: 48px;
  transition: all 300ms ease;
}
body :has(.customers_registration_form) .l-container .p-account_form .p-account_form__inner .p-account_form__inner__bottom .p-account_form__inner__bottom__btn:hover {
  opacity: 1;
  color: #2e1d00 !important;
  background: #fff !important;
  border: 1px solid #2e1d00;
  transition: all 300ms ease;
}

body :has(.p-page_content__inner) .l-container .l-container__row .c-title {
  margin-bottom: 60px !important;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-news {
  padding-left: 0;
  padding-right: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-news .p-news__inner {
  max-width: 100%;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-news .p-news__inner .p-news__inner__list {
  max-width: 100%;
  width: min(1400px, 100%);
  margin-inline: auto;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-news .p-news__inner .p-news__inner__list .c-news_item {
  border-color: rgba(46, 29, 0, 0.3) !important;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-news .p-news__inner .p-news__inner__list .c-news_item .c-news_item__inner {
  padding-top: 38px;
  padding-bottom: 32px;
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
  column-gap: 40px;
  position: relative;
  padding-right: 40px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-news .p-news__inner .p-news__inner__list .c-news_item .c-news_item__inner::before {
  border-right: 1px solid rgba(46, 29, 0, 0.3);
  border-top: 1px solid rgba(46, 29, 0, 0.3);
  content: "";
  height: 8px;
  margin: -2px auto auto;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 8px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-news .p-news__inner .p-news__inner__list .c-news_item .c-news_item__inner .c-news_item__inner__info {
  display: flex;
  align-items: center;
  width: 180px;
  min-width: 180px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-news .p-news__inner .p-news__inner__list .c-news_item .c-news_item__inner .c-news_item__inner__date {
  font-size: 1.4rem !important;
  font-family: "EB Garamond", serif;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-right: 40px;
  color: #2e1d00 !important;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-news .p-news__inner .p-news__inner__list .c-news_item .c-news_item__inner .c-news_item__inner__cat {
  line-height: 1;
  font-size: 1.2rem;
  font-family: "Shippori Mincho", serif;
  border: 1px solid rgb(46, 29, 0);
  padding: 5px 7px;
  letter-spacing: 0.05em;
  min-width: 80px;
  text-align: center;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-news .p-news__inner .p-news__inner__list .c-news_item .c-news_item__inner .c-news_item__inner__title {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 1.4rem !important;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical; /* 垂直方向に配置 */
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 2;
  color: #2e1d00 !important;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-column {
  padding-left: 0;
  padding-right: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-column .p-column__inner {
  max-width: 100%;
  width: min(1400px, 100%);
  margin-inline: auto;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-column .p-column__inner .p-column__inner__list {
  -moz-column-gap: 40px;
       column-gap: 40px;
  gap: 40px;
  display: flex;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-column .p-column__inner .p-column__inner__list .p-column__inner__list__item {
  width: calc((100% - 80px) / 3);
  margin-left: 0;
  margin-top: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-column .p-column__inner .p-column__inner__list .p-column__inner__list__item .c-column_item .c-column_item__inner .c-column_item__inner__img {
  margin-bottom: 22px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-column .p-column__inner .p-column__inner__list .p-column__inner__list__item .c-column_item .c-column_item__inner .c-column_item__inner__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-column .p-column__inner .p-column__inner__list .p-column__inner__list__item .c-column_item .c-column_item__inner .c-column_item__inner__head .c-column_item__inner__date {
  font-size: 1.4rem;
  font-family: "EB Garamond", serif;
  color: #2e1d00 !important;
  line-height: 1;
  letter-spacing: 0.1em;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-column .p-column__inner .p-column__inner__list .p-column__inner__list__item .c-column_item .c-column_item__inner .c-column_item__inner__head .c-column_item__inner__tag {
  line-height: 1;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  color: #2e1d00 !important;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-column .p-column__inner .p-column__inner__list .p-column__inner__list__item .c-column_item .c-column_item__inner .c-column_item__inner__title {
  margin-top: 0;
  font-size: 2rem !important;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body :has(.p-page_content__inner) .l-container .l-container__row:has(.l-news-detail) .p-column_header__panel .p-column_header__panel__inner .p-column_header__panel__inner__top::after {
  content: none;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-column_header__bg {
  width: min(960px, 100%);
  margin-inline: auto;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-column_header__panel {
  padding-left: 0;
  padding-right: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-column_header__panel .p-column_header__panel__inner {
  background: #2e1d00 !important;
  width: min(860px, 100%);
  padding: 55px 60px 50px;
  margin-bottom: 95px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-column_header__panel .p-column_header__panel__inner .p-column_header__panel__inner__top {
  position: relative;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-column_header__panel .p-column_header__panel__inner .p-column_header__panel__inner__top::after {
  content: "#メディア掲載";
  position: absolute;
  top: 0;
  right: 0;
  color: #fff !important;
  font-size: 1.4rem !important;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-column_header__panel .p-column_header__panel__inner .p-column_header__panel__inner__top .p-column_header__panel__inner__top__date {
  font-size: 1.4rem !important;
  line-height: 1;
  color: #fff !important;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.1em;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-column_header__panel .p-column_header__panel__inner .p-column_header__panel__inner__top .p-column_header__panel__inner__top__share {
  display: none !important;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-column_header__panel .p-column_header__panel__inner .p-column_header__panel__inner__title {
  color: #fff !important;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem !important;
  line-height: 1.66;
  margin-top: 25px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article {
  padding-left: 0;
  padding-right: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .mb0 {
  margin-bottom: 0 !important;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner {
  max-width: 100%;
  width: min(800px, 100%);
  margin-bottom: 80px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-ttl-02 {
  font-size: 4rem !important;
  color: #2e1d00 !important;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 0;
  margin-bottom: 15px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-ttl-03 {
  margin-top: 0;
  color: #2e1d00 !important;
  font-weight: 500;
  font-size: 3rem !important;
  line-height: 1.73;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-ttl-03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 8px;
  background: #d3bf78;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-ttl-04 {
  margin-top: 0;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  color: #2e1d00 !important;
  font-size: 1.8rem !important;
  line-height: 2.22;
  margin-bottom: 15px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-txt {
  margin-top: 0;
  font-family: "Noto Serif JP", serif;
  line-height: 2.22;
  font-weight: 500;
  font-size: 1.8rem;
  color: #2e1d00;
  margin-bottom: 50px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-img {
  margin-top: 0;
  display: block;
  margin-bottom: 110px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-btn {
  margin-top: 40px;
  margin-bottom: 80px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  min-width: 530px;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 80px;
  margin-inline: auto;
  background: #2e1d00;
  border: 1px solid #2e1d00;
  text-decoration: none;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  color: #fff;
  transition: all 300ms ease;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-btn a:hover {
  opacity: 1;
  background: #fff;
  color: #2e1d00;
  transition: all 300ms ease;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-block {
  border-top: 1px solid rgba(46, 29, 0, 0.3);
  border-bottom: 1px solid rgba(46, 29, 0, 0.3);
  padding-top: 80px;
  margin-bottom: 115px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-block .i-item-col {
  display: flex;
  justify-content: space-between;
  width: min(800px, 100%);
  margin-bottom: 30px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-block .i-item-col .i-item-col-thumb {
  width: min(360px, 100%);
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-block .i-item-col .i-item-col-thumb img {
  margin-top: 0;
  margin-bottom: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-block .i-item-col .i-item-col-txt {
  width: min(400px, 100%);
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-block .i-item-col .i-item-col-txt h3 {
  margin-top: 0;
  color: #2e1d00;
  font-size: 3rem;
  line-height: 1.73;
  font-weight: 500;
  margin-bottom: 30px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-block .i-item-col .i-item-col-txt dl {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-top: 0;
  margin-bottom: 35px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-block .i-item-col .i-item-col-txt dl dt {
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  color: #000000;
  font-size: 2rem;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-block .i-item-col .i-item-col-txt dl dd {
  color: #000000;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  font-size: 4.6rem;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-block .i-item-col .i-item-col-txt dl dd span {
  font-size: 1.6rem;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-block .i-item-col .i-item-col-txt p {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  color: #2e1d00;
  line-height: 2.22;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-recipe {
  margin-bottom: 55px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-recipe .i-item-col {
  display: flex;
  justify-content: space-between;
  width: min(800px, 100%);
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-recipe .i-item-col .i-item-col-thumb {
  width: min(360px, 100%);
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-recipe .i-item-col .i-item-col-thumb img {
  margin-top: 0;
  margin-bottom: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-recipe .i-item-col .i-item-col-txt {
  width: min(400px, 100%);
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-recipe .i-item-col .i-item-col-txt h3 {
  margin-top: 0;
  color: #2e1d00;
  font-size: 3rem;
  line-height: 1.73;
  font-weight: 500;
  margin-bottom: 15px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-recipe .i-item-col .i-item-col-txt p {
  margin-top: 0;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  color: #2e1d00;
  line-height: 2.22;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-ul {
  border: 1px solid rgba(46, 29, 0, 0.3);
  padding-top: 35px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 70px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-ul h3 {
  margin-top: 0;
  line-height: 1;
  font-size: 3rem;
  color: #2e1d00 !important;
  margin-bottom: 25px;
  font-weight: 500;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-ul ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-ul ul li {
  font-family: "Noto Serif JP", serif;
  list-style-type: none;
  color: #2e1d00 !important;
  font-size: 1.8rem;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-ul ul li:last-child {
  margin-bottom: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-ul ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #d3bf78;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-ol {
  margin-bottom: 70px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-ol h3 {
  margin-top: 0;
  line-height: 1;
  font-size: 3rem;
  color: #2e1d00 !important;
  margin-bottom: 25px;
  font-weight: 500;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-ol ol {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-ol ol li {
  font-family: "Noto Serif JP", serif;
  list-style-type: none;
  color: #2e1d00 !important;
  font-size: 1.8rem;
  line-height: 1.5;
  position: relative;
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-ol ol li span {
  font-family: "EB Garamond", serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-ol ol li:last-child {
  margin-bottom: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-recom {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-top: 160px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-recom .c-title {
  max-width: 100%;
  width: min(1400px, 100%);
  margin-inline: auto;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .c-title {
  font-size: 4.8rem;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.06em;
  line-height: 1.85;
  font-weight: 500;
  color: #2e1d00;
  margin-bottom: 80px;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .c-title.black span::before {
  background: rgba(46, 29, 0, 0.3);
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .c-title span {
  font-family: "EB Garamond", serif;
  font-size: 2.4rem;
  display: block;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: normal;
  position: relative;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .c-title span::before {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 12px;
  left: -10px;
  transform: translateX(-100%);
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .p-column {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .p-column .p-column__inner .p-column__inner__list {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .p-column .p-column__inner .p-column__inner__list .p-column__inner__list__item {
  list-style-type: none;
  margin-bottom: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .p-column .p-column__inner .p-column__inner__list .p-column__inner__list__item .c-column_item .c-column_item__inner {
  text-decoration: none;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .p-column .p-column__inner .p-column__inner__list .p-column__inner__list__item .c-column_item .c-column_item__inner .c-column_item__inner__img {
  padding-top: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .p-column .p-column__inner .p-column__inner__list .p-column__inner__list__item .c-column_item .c-column_item__inner .c-column_item__inner__img img {
  margin-top: 0;
  margin-bottom: 0;
}
body :has(.p-page_content__inner) .l-container .l-container__row .c-article_nav .c-article_nav__inner .c-article_nav__inner__prev {
  display: none;
}
body :has(.p-page_content__inner) .l-container .l-container__row .c-article_nav .c-article_nav__inner .c-article_nav__inner__back {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  min-width: 530px;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 80px;
  height: auto;
  margin-inline: auto;
  background: #2e1d00;
  text-decoration: none;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem !important;
  color: #fff !important;
  border: 1px solid #2e1d00;
  transition: all 300ms ease;
}
body :has(.p-page_content__inner) .l-container .l-container__row .c-article_nav .c-article_nav__inner .c-article_nav__inner__back:hover {
  background: #fff;
  color: #2e1d00 !important;
  transition: all 300ms ease;
}
body :has(.p-page_content__inner) .l-container .l-container__row .c-article_nav .c-article_nav__inner .c-article_nav__inner__next {
  display: none;
}

body :has(#new_contact) .l-container {
  background: #fefcef;
  padding-top: 138px !important;
  padding-bottom: 100px;
}
body :has(#new_contact) .l-container .l-container__row {
  margin-top: 0;
  margin-bottom: 0;
}
body :has(#new_contact) .l-container .p-account_form__inner__bottom {
  margin-top: 0;
}
body :has(#new_contact) .l-container .p-account_form__inner__bottom .p-account_form__inner__bottom__btn {
  border-radius: 50px;
  background: #2e1d00 !important;
  font-size: 14px !important;
  font-family: "Noto Sans JP", sans-serif;
  height: 48px;
  transition: all 300ms ease;
  margin-bottom: 50px;
}
body :has(#new_contact) .l-container .p-account_form__inner__bottom .p-account_form__inner__bottom__btn:hover {
  opacity: 1;
  color: #2e1d00 !important;
  background: #fff !important;
  border: 1px solid #2e1d00;
  transition: all 300ms ease;
}
body :has(#new_contact) .l-container .p-page_header {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 50px;
}
body :has(#new_contact) .l-container .p-page_header .p-page_header__inner .p-page_header__inner__title {
  font-family: "Shippori Mincho", serif;
  font-size: 48px !important;
  color: #000 !important;
}
body :has(#new_contact) .l-container .p-page_header .p-page_header__inner .p-page_header__inner__lead {
  color: #000 !important;
}
body :has(#new_contact) .l-container .p-page_header .p-page_header__inner .p-page_header__inner__lead .u-text--body {
  color: #000 !important;
  font-size: 14px !important;
}
body :has(#new_contact) .l-container .p-account_form {
  padding-left: 0;
  padding-right: 0;
}
body :has(#new_contact) .l-container .p-account_form .p-account_form__inner {
  max-width: 800px;
}
body :has(#new_contact) .l-container .p-account_form .p-account_form__inner .p-contact__head {
  margin-top: 50px;
}
body :has(#new_contact) .l-container .p-account_form .p-account_form__inner .p-contact__head .p-contact__head__title {
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif;
}
body :has(#new_contact) .l-container .p-account_form .p-account_form__inner .p-contact__head .p-contact__head__notes {
  font-family: "Noto Sans JP", sans-serif;
  color: #000 !important;
  margin-top: 5px;
}
body :has(#new_contact) .l-container .p-account_form .p-account_form__inner .p-contact__link {
  display: none;
}
body :has(#new_contact) .l-container .p-account_form .p-account_form__inner .c-form_table {
  margin-bottom: 50px;
}
body :has(#new_contact) .l-container .p-account_form .p-account_form__inner .c-form_table tbody tr th {
  font-size: 14px !important;
  font-family: "Noto Sans JP", sans-serif;
  color: #000 !important;
}
body :has(#new_contact) .l-container .p-account_form .p-account_form__inner .c-form_table tbody tr td {
  font-family: "Noto Sans JP", sans-serif;
}
body :has(#new_contact) .l-container .p-account_form .p-account_form__inner .c-form_table tbody tr td input[type=text],
body :has(#new_contact) .l-container .p-account_form .p-account_form__inner .c-form_table tbody tr td input[type=password],
body :has(#new_contact) .l-container .p-account_form .p-account_form__inner .c-form_table tbody tr td input[type=tel],
body :has(#new_contact) .l-container .p-account_form .p-account_form__inner .c-form_table tbody tr td input[type=email],
body :has(#new_contact) .l-container .p-account_form .p-account_form__inner .c-form_table tbody tr td select {
  color: #000 !important;
  border: 1px solid rgba(46, 29, 0, 0.3);
  border-radius: 3px !important;
  height: 50px;
}
body :has(#new_contact) .l-container .p-account_form .p-account_form__inner .c-form_table tbody tr td textarea {
  color: #000 !important;
  border: 1px solid rgba(46, 29, 0, 0.3);
  border-radius: 3px !important;
}
body :has(#new_contact) .l-container .p-account_form .p-account_form__inner .c-form_table tbody tr td .c-form_table__postcode .u-text--body {
  color: #000 !important;
}
body :has(#new_contact) .l-container .p-account_form .p-account_form__inner .c-form_table tbody tr td .c-form_table__newsletter .c-form_table__checkbox #agree {
  border-radius: 3px;
  background: #fff;
}
body :has(#new_contact) .l-container .p-account_form .p-account_form__inner .c-form_table tbody tr td .c-form_table__newsletter .c-form_table__checkbox .c-form_table__checkbox__text {
  color: #000 !important;
}
body :has(#new_contact) .l-container .p-account_form .p-account_form__inner .c-form_table tbody tr td .c-form_table__newsletter .c-form_table__checkbox .c-form_table__checkbox__text .u-text--link {
  color: #000 !important;
}
body :has(#new_contact) .l-container .p-account_form .p-account_form__inner .c-form_table tbody tr td .c-form_table__newsletter .c-form_table__checkbox .u-color__btn {
  color: #000 !important;
}
body :has(#new_contact) .l-container .p-account_form .p-account_form__inner .p-account_form__inner__bottom {
  margin-bottom: 0;
}
body :has(#new_contact) .l-container .p-account_form .p-account_form__inner .p-account_form__inner__bottom .p-account_form__inner__bottom__btn {
  border-radius: 50px;
  background: #2e1d00 !important;
  font-size: 14px !important;
  font-family: "Noto Sans JP", sans-serif;
  height: 48px;
  transition: all 300ms ease;
  margin-bottom: 0;
}
body :has(#new_contact) .l-container .p-account_form .p-account_form__inner .p-account_form__inner__bottom .p-account_form__inner__bottom__btn:hover {
  opacity: 1;
  color: #2e1d00 !important;
  background: #fff !important;
  border: 1px solid #2e1d00;
  transition: all 300ms ease;
}

body :has(.p-account_form) .l-container {
  background: #fefcef;
  padding-top: 138px !important;
  padding-bottom: 100px;
}
body :has(.p-account_form) .l-container .l-container__row {
  margin-top: 0;
  margin-bottom: 0;
}
body :has(.p-account_form) .l-container .p-account_form__inner__bottom {
  margin-top: 0;
}
body :has(.p-account_form) .l-container .p-account_form__inner__bottom .p-account_form__inner__bottom__btn {
  margin-bottom: 50px;
  border-radius: 50px;
  background: #2e1d00 !important;
  font-size: 14px !important;
  font-family: "Noto Sans JP", sans-serif;
  height: 48px;
  transition: all 300ms ease;
}
body :has(.p-account_form) .l-container .p-account_form__inner__bottom .p-account_form__inner__bottom__btn:hover {
  opacity: 1;
  color: #2e1d00 !important;
  background: #fff !important;
  border: 1px solid #2e1d00;
  transition: all 300ms ease;
}
body :has(.p-account_form) .l-container .p-page_header {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
}
body :has(.p-account_form) .l-container .p-page_header .p-page_header__inner .p-page_header__inner__title {
  font-family: "Shippori Mincho", serif;
  font-size: 48px !important;
  color: #000 !important;
}
body :has(.p-account_form) .l-container .p-account_form {
  padding-left: 0;
  padding-right: 0;
}
body :has(.p-account_form) .l-container .p-account_form .p-account_form__inner {
  max-width: 800px;
}
body :has(.p-account_form) .l-container .p-account_form .p-account_form__inner .c-form_table--confirm {
  margin-bottom: 50px;
}
body :has(.p-account_form) .l-container .p-account_form .p-account_form__inner .c-form_table--confirm tbody tr {
  border-bottom: 1px solid rgba(46, 29, 0, 0.3) !important;
}
body :has(.p-account_form) .l-container .p-account_form .p-account_form__inner .c-form_table--confirm tbody tr th {
  font-size: 14px !important;
  color: #000 !important;
}
body :has(.p-account_form) .l-container .p-account_form .p-account_form__inner .c-form_table--confirm tbody tr td {
  font-size: 14px !important;
  color: #000 !important;
}
body :has(.p-account_form) .l-container .p-account_form .p-account_form__inner .p-account_form__inner__bottom__link {
  color: #000 !important;
}

body :has(.p-page_header > .p-page_header__inner > .p-page_header__inner__btn) .l-container {
  background: #fefcef;
  padding-top: 138px !important;
  padding-bottom: 100px;
}
body :has(.p-page_header > .p-page_header__inner > .p-page_header__inner__btn) .l-container .l-container__row {
  margin-top: 0;
  margin-bottom: 0;
}
body :has(.p-page_header > .p-page_header__inner > .p-page_header__inner__btn) .l-container .p-page_header {
  padding-left: 0;
  padding-right: 0;
}
body :has(.p-page_header > .p-page_header__inner > .p-page_header__inner__btn) .l-container .p-page_header .p-page_header__inner .p-page_header__inner__title {
  color: #000 !important;
  font-size: 0 !important;
}
body :has(.p-page_header > .p-page_header__inner > .p-page_header__inner__btn) .l-container .p-page_header .p-page_header__inner .p-page_header__inner__title:before {
  font-family: "Shippori Mincho", serif;
  content: "お問い合わせいただきありがとうございます";
  font-size: 30px !important;
}
body :has(.p-page_header > .p-page_header__inner > .p-page_header__inner__btn) .l-container .p-page_header .p-page_header__inner .p-page_header__inner__lead {
  font-size: 14px !important;
  color: #000 !important;
}
body :has(.p-page_header > .p-page_header__inner > .p-page_header__inner__btn) .l-container .p-page_header .p-page_header__inner .p-page_header__inner__btn {
  border-radius: 50px;
  border-radius: 50px;
  background: #2e1d00 !important;
  font-size: 14px !important;
  font-family: "Noto Sans JP", sans-serif;
  height: 48px;
  transition: all 300ms ease;
}
body :has(.p-page_header > .p-page_header__inner > .p-page_header__inner__btn) .l-container .p-page_header .p-page_header__inner .p-page_header__inner__btn:hover {
  opacity: 1;
  color: #2e1d00 !important;
  background: #fff !important;
  border: 1px solid #2e1d00;
  transition: all 300ms ease;
}

body :has(#customers-view,
.p-favorite#add_product_async_view,
.p-subscription_list,
#customers-password-edit-view,
.p-history_list,
#customers-card-index-view,
#customer-edit-view,
#shipping-address-edit-view,
.p-address_list__add,
#view-free_columns,
#shipping-address-new-view) .l-container {
  background: #fefcef;
  padding-top: 138px !important;
  padding-bottom: 100px;
}
body :has(#customers-view,
.p-favorite#add_product_async_view,
.p-subscription_list,
#customers-password-edit-view,
.p-history_list,
#customers-card-index-view,
#customer-edit-view,
#shipping-address-edit-view,
.p-address_list__add,
#view-free_columns,
#shipping-address-new-view) .l-container .l-container__row.u-margin__top--60 {
  margin-top: 0;
}
body :has(#customers-view,
.p-favorite#add_product_async_view,
.p-subscription_list,
#customers-password-edit-view,
.p-history_list,
#customers-card-index-view,
#customer-edit-view,
#shipping-address-edit-view,
.p-address_list__add,
#view-free_columns,
#shipping-address-new-view) .l-container .l-container__row.u-margin__bottom--100 {
  margin-bottom: 0;
}
body :has(#customers-view,
.p-favorite#add_product_async_view,
.p-subscription_list,
#customers-password-edit-view,
.p-history_list,
#customers-card-index-view,
#customer-edit-view,
#shipping-address-edit-view,
.p-address_list__add,
#view-free_columns,
#shipping-address-new-view) .l-container .l-container__row .control-alert {
  margin-top: 0;
}
body :has(#customers-view,
.p-favorite#add_product_async_view,
.p-subscription_list,
#customers-password-edit-view,
.p-history_list,
#customers-card-index-view,
#customer-edit-view,
#shipping-address-edit-view,
.p-address_list__add,
#view-free_columns,
#shipping-address-new-view) .l-container .l-container__row .control-alert p {
  background: #fff;
}
body :has(#customers-view,
.p-favorite#add_product_async_view,
.p-subscription_list,
#customers-password-edit-view,
.p-history_list,
#customers-card-index-view,
#customer-edit-view,
#shipping-address-edit-view,
.p-address_list__add,
#view-free_columns,
#shipping-address-new-view) .l-container .l-container__row .p-account {
  padding-left: 0;
  padding-right: 0;
}
body :has(#customers-view,
.p-favorite#add_product_async_view,
.p-subscription_list,
#customers-password-edit-view,
.p-history_list,
#customers-card-index-view,
#customer-edit-view,
#shipping-address-edit-view,
.p-address_list__add,
#view-free_columns,
#shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__menu {
  border-color: rgba(46, 29, 0, 0.3) !important;
}
body :has(#customers-view,
.p-favorite#add_product_async_view,
.p-subscription_list,
#customers-password-edit-view,
.p-history_list,
#customers-card-index-view,
#customer-edit-view,
#shipping-address-edit-view,
.p-address_list__add,
#view-free_columns,
#shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__menu > section .c-account_menu__toggle-button {
  background: #2e1d00;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
}
body :has(#customers-view,
.p-favorite#add_product_async_view,
.p-subscription_list,
#customers-password-edit-view,
.p-history_list,
#customers-card-index-view,
#customer-edit-view,
#shipping-address-edit-view,
.p-address_list__add,
#view-free_columns,
#shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__menu > section .c-account_menu {
  border-color: rgba(46, 29, 0, 0.3) !important;
}
body :has(#customers-view,
.p-favorite#add_product_async_view,
.p-subscription_list,
#customers-password-edit-view,
.p-history_list,
#customers-card-index-view,
#customer-edit-view,
#shipping-address-edit-view,
.p-address_list__add,
#view-free_columns,
#shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__menu > section .c-account_menu .c-account_menu__list {
  padding-top: 0;
  padding-bottom: 0;
}
body :has(#customers-view,
.p-favorite#add_product_async_view,
.p-subscription_list,
#customers-password-edit-view,
.p-history_list,
#customers-card-index-view,
#customer-edit-view,
#shipping-address-edit-view,
.p-address_list__add,
#view-free_columns,
#shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__menu > section .c-account_menu .c-account_menu__list .c-account_menu__item a[href="/shop/faq"] {
  display: none !important;
}
body :has(#customers-view,
.p-favorite#add_product_async_view,
.p-subscription_list,
#customers-password-edit-view,
.p-history_list,
#customers-card-index-view,
#customer-edit-view,
#shipping-address-edit-view,
.p-address_list__add,
#view-free_columns,
#shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__menu > section .c-account_menu .c-account_menu__list .c-account_menu__item .c-account_menu__content .c-account_menu__text {
  font-family: "Noto Sans JP", sans-serif;
  color: #000 !important;
}
body :has(#customers-view,
.p-favorite#add_product_async_view,
.p-subscription_list,
#customers-password-edit-view,
.p-history_list,
#customers-card-index-view,
#customer-edit-view,
#shipping-address-edit-view,
.p-address_list__add,
#view-free_columns,
#shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__menu > section .c-account_menu .c-account_menu__list .c-account_menu__item .c-account_menu__content::after {
  background: rgba(46, 29, 0, 0.3) !important;
}
body :has(#customers-view,
.p-favorite#add_product_async_view,
.p-subscription_list,
#customers-password-edit-view,
.p-history_list,
#customers-card-index-view,
#customer-edit-view,
#shipping-address-edit-view,
.p-address_list__add,
#view-free_columns,
#shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__menu > section .c-account_menu .c-account_menu__list .c-account_menu__item .c-account_menu__content.--main-heading {
  font-family: "Noto Serif JP", sans-serif;
}
body :has(#customers-view,
.p-favorite#add_product_async_view,
.p-subscription_list,
#customers-password-edit-view,
.p-history_list,
#customers-card-index-view,
#customer-edit-view,
#shipping-address-edit-view,
.p-address_list__add,
#view-free_columns,
#shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__menu > section .c-account_menu .c-account_menu__list .c-account_menu__item .c-account_menu__content.--main-heading .c-account_menu__text {
  font-family: "Noto Serif JP", sans-serif;
}
body :has(#customers-view,
.p-favorite#add_product_async_view,
.p-subscription_list,
#customers-password-edit-view,
.p-history_list,
#customers-card-index-view,
#customer-edit-view,
#shipping-address-edit-view,
.p-address_list__add,
#view-free_columns,
#shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__menu > section .c-account_menu .c-account_menu__list .c-account_menu__item .c-account_menu__content.--main-heading img {
  display: none;
}
body :has(#customers-view,
.p-favorite#add_product_async_view,
.p-subscription_list,
#customers-password-edit-view,
.p-history_list,
#customers-card-index-view,
#customer-edit-view,
#shipping-address-edit-view,
.p-address_list__add,
#view-free_columns,
#shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__menu > section .c-account_menu .c-account_menu__list .c-account_menu__item .c-account_menu__content.--logout .c-account_menu__logout {
  border-radius: 50px;
  background: #2e1d00 !important;
  font-size: 14px !important;
  font-family: "Noto Sans JP", sans-serif;
  height: 48px;
  transition: all 300ms ease;
  border: 1px solid #2e1d00;
}
body :has(#customers-view,
.p-favorite#add_product_async_view,
.p-subscription_list,
#customers-password-edit-view,
.p-history_list,
#customers-card-index-view,
#customer-edit-view,
#shipping-address-edit-view,
.p-address_list__add,
#view-free_columns,
#shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__menu > section .c-account_menu .c-account_menu__list .c-account_menu__item .c-account_menu__content.--logout .c-account_menu__logout:hover {
  transition: all 300ms ease;
}
body :has(#customers-view,
.p-favorite#add_product_async_view,
.p-subscription_list,
#customers-password-edit-view,
.p-history_list,
#customers-card-index-view,
#customer-edit-view,
#shipping-address-edit-view,
.p-address_list__add,
#view-free_columns,
#shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__menu > section .c-account_menu .c-account_menu__list .c-account_menu__item .c-account_menu__content.--logout .c-account_menu__logout .c-account_menu__text {
  color: #fff !important;
}
body :has(#customers-view,
.p-favorite#add_product_async_view,
.p-subscription_list,
#customers-password-edit-view,
.p-history_list,
#customers-card-index-view,
#customer-edit-view,
#shipping-address-edit-view,
.p-address_list__add,
#view-free_columns,
#shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .c-breadcrumbs {
  width: 100%;
  font-size: 1.2rem !important;
  font-family: "Noto Serif JP", serif;
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
  margin-left: inherit;
  margin-bottom: 50px;
}
body :has(#customers-view,
.p-favorite#add_product_async_view,
.p-subscription_list,
#customers-password-edit-view,
.p-history_list,
#customers-card-index-view,
#customer-edit-view,
#shipping-address-edit-view,
.p-address_list__add,
#view-free_columns,
#shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .c-breadcrumbs .c-breadcrumbs__item {
  color: #12150c !important;
  position: relative;
}
body :has(#customers-view,
.p-favorite#add_product_async_view,
.p-subscription_list,
#customers-password-edit-view,
.p-history_list,
#customers-card-index-view,
#customer-edit-view,
#shipping-address-edit-view,
.p-address_list__add,
#view-free_columns,
#shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .c-breadcrumbs .c-breadcrumbs__item:last-child::after {
  content: none;
}
body :has(#customers-view,
.p-favorite#add_product_async_view,
.p-subscription_list,
#customers-password-edit-view,
.p-history_list,
#customers-card-index-view,
#customer-edit-view,
#shipping-address-edit-view,
.p-address_list__add,
#view-free_columns,
#shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .c-breadcrumbs .c-breadcrumbs__item::after {
  content: ">";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  font-size: 1.2rem !important;
  color: rgba(46, 29, 0, 0.3);
}
body :has(#customers-view,
.p-favorite#add_product_async_view,
.p-subscription_list,
#customers-password-edit-view,
.p-history_list,
#customers-card-index-view,
#customer-edit-view,
#shipping-address-edit-view,
.p-address_list__add,
#view-free_columns,
#shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .c-breadcrumbs .c-breadcrumbs__item span,
body :has(#customers-view,
.p-favorite#add_product_async_view,
.p-subscription_list,
#customers-password-edit-view,
.p-history_list,
#customers-card-index-view,
#customer-edit-view,
#shipping-address-edit-view,
.p-address_list__add,
#view-free_columns,
#shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .c-breadcrumbs .c-breadcrumbs__item a {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem !important;
  color: #12150c !important;
  text-decoration: none;
}

body :has(#customers-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__title {
  font-family: "Noto Serif JP", sans-serif;
  color: #000 !important;
}
body :has(#customers-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-mypage .p-mypage__name {
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif;
}
body :has(#customers-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .js-custom-container > section .p-mypage__block .p-mypage__block__title {
  color: #000 !important;
  font-family: "Noto Serif JP", sans-serif;
}
body :has(#customers-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .js-custom-container > section .p-mypage__block .p-history_list {
  margin-top: 20px;
}
body :has(#customers-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .js-custom-container > section .p-mypage__block .p-history_list .p-history_list__item .p-order_history_summary .p-order_history_summary__content {
  background: #fff;
}
body :has(#customers-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .js-custom-container > section .p-mypage__block .p-history_list .p-history_list__item .p-order_history_summary .p-order_history_summary__content .p-order_history_summary__details {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}
body :has(#customers-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .js-custom-container > section .p-mypage__block .p-history_list .p-history_list__item .p-order_history_summary .p-order_history_summary__content .p-order_history_summary__details .p-order_history_summary__order-info .p-order_history_summary__order-number {
  color: #000 !important;
}
body :has(#customers-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .js-custom-container > section .p-mypage__block .p-history_list .p-history_list__item .p-order_history_summary .p-order_history_summary__content .p-order_history_summary__show-details {
  background: #2e1d00;
  transition: all 300ms ease;
  border: 1px solid #2e1d00;
  border-radius: 60px;
}
body :has(#customers-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .js-custom-container > section .p-mypage__block .p-history_list .p-history_list__item .p-order_history_summary .p-order_history_summary__content .p-order_history_summary__show-details:hover {
  transition: all 300ms ease;
  background: #fff;
  color: #000;
}
body :has(#customers-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .js-custom-container > section .p-mypage__block .p-history_list .p-history_list__item .p-history_list__item__detail .p-history_detail__list .p-history_detail__item .c-cart_item .c-cart_item__info .c-cart_item__info__category {
  color: #000 !important;
  font-family: "Noto Serif JP", sans-serif;
}
body :has(#customers-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .js-custom-container > section .p-mypage__block .p-history_list .p-history_list__item .p-history_list__item__detail .p-history_detail__list .p-history_detail__item .c-cart_item .c-cart_item__info .c-cart_item__info__title {
  color: #000 !important;
  font-family: "Noto Serif JP", sans-serif;
}
body :has(#customers-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .js-custom-container > section .p-mypage__block .p-history_list .p-history_list__item .p-history_list__item__detail .p-history_detail__list .p-history_detail__item .c-cart_item .c-cart_item__info .c-cart_item__info__total .c-cart_item__info__total__quantity {
  color: #000 !important;
}
body :has(#customers-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .js-custom-container > section .p-mypage__block .p-history_list .p-history_list__item .p-history_list__item__detail .p-history_detail__list .p-history_detail__item .c-cart_item .c-cart_item__info .c-cart_item__info__total .c-cart_item__info__total__price {
  color: #000 !important;
  font-family: "Noto Serif JP", sans-serif;
}
body :has(#customers-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .js-custom-container > section .p-mypage__block .p-mypage__block__subscription .p-mypage__block__subscription__item {
  background: #fff;
}
body :has(#customers-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .js-custom-container > section .p-mypage__block .p-mypage__block__subscription .p-mypage__block__subscription__item .p-mypage__block__subscription__item__label {
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif;
}
body :has(#customers-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .js-custom-container > section .p-mypage__block .p-mypage__block__subscription .p-mypage__block__subscription__item .p-mypage__block__subscription__item__date {
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif;
}
body :has(#customers-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .js-custom-container > section .p-mypage__block .p-mypage__block__subscription .p-mypage__block__subscription__item .p-mypage__block__subscription__item__btn {
  background: #2e1d00 !important;
  transition: all 300ms ease;
  border: 1px solid #2e1d00;
  border-radius: 60px;
}
body :has(#customers-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .js-custom-container > section .p-mypage__block .p-mypage__block__subscription .p-mypage__block__subscription__item .p-mypage__block__subscription__item__btn:hover {
  opacity: 1;
  transition: all 300ms ease;
  background: #fff !important;
  color: #000 !important;
}

body :has(.p-subscription_list) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content {
  overflow: auto;
}
body :has(.p-subscription_list) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-favorite__header .p-list_header__inner .p-list_header__inner__title {
  color: #000 !important;
  font-family: "Noto Serif JP", sans-serif;
}
body :has(.p-subscription_list) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-favorite__header .p-list_header__inner .c-list_tool .c-list_tool__num {
  color: #000 !important;
  font-family: "Noto Serif JP", sans-serif;
}
body :has(.p-subscription_list) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_list .p-subscription_list__item .c-account_table {
  border-color: rgba(46, 29, 0, 0.3) !important;
}
body :has(.p-subscription_list) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_list .p-subscription_list__item .c-account_table tbody tr {
  border-color: rgba(46, 29, 0, 0.3) !important;
}
body :has(.p-subscription_list) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_list .p-subscription_list__item .c-account_table tbody tr th {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px !important;
  color: #fff !important;
  background: #2e1d00;
}
body :has(.p-subscription_list) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_list .p-subscription_list__item .c-account_table tbody tr th:nth-child(1) {
  width: 130px;
  min-width: 130px;
  max-width: 130px;
}
body :has(.p-subscription_list) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_list .p-subscription_list__item .c-account_table tbody tr th:nth-child(2) {
  width: 90px;
  min-width: 90px;
  max-width: 90px;
}
body :has(.p-subscription_list) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_list .p-subscription_list__item .c-account_table tbody tr th:nth-child(3) {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
}
body :has(.p-subscription_list) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_list .p-subscription_list__item .c-account_table tbody tr th:nth-child(4) {
  width: 170px;
  min-width: 170px;
  max-width: 170px;
}
body :has(.p-subscription_list) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_list .p-subscription_list__item .c-account_table tbody tr th:nth-child(5) {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
}
body :has(.p-subscription_list) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_list .p-subscription_list__item .c-account_table tbody tr th:nth-child(6) {
  width: 90px;
  min-width: 90px;
  max-width: 90px;
}
body :has(.p-subscription_list) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_list .p-subscription_list__item .c-account_table tbody tr th:nth-child(7) {
  width: 99px;
  min-width: 99px;
  max-width: 99px;
}
body :has(.p-subscription_list) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_list .p-subscription_list__item .c-account_table tbody tr td {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px !important;
  color: #000 !important;
}
body :has(.p-subscription_list) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_list .p-subscription_list__item .c-account_table tbody tr td .c-account_table__product__info .c-account_table__product__info__title {
  color: #000 !important;
}
body :has(.p-subscription_list) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_list .p-subscription_list__item .c-account_table tbody tr td .c-account_table__product__info .c-account_table__product__info__price {
  color: #000 !important;
}
body :has(.p-subscription_list) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_list .p-subscription_list__item .c-account_table tbody tr td .c-account_table__product__info .c-account_table__product__info__quantity {
  color: #000 !important;
}
body :has(.p-subscription_list) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_list .p-subscription_list__item .c-account_table tbody tr td a {
  font-family: "Noto Sans JP", sans-serif;
  color: #000 !important;
}
body :has(.p-subscription_list) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_list .p-subscription_list__item .c-account_table tbody tr td a .u-text--link {
  font-family: "Noto Sans JP", sans-serif;
  color: #000 !important;
}
body :has(.p-subscription_list) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content > .u-text--body {
  text-align: right;
  margin-top: 15px;
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-size: 12px !important;
}

body :has(#add_product_async_view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #add_product_async_view .p-favorite__header .p-list_header__inner .p-list_header__inner__title {
  color: #000 !important;
  font-family: "Noto Serif JP", sans-serif;
}
body :has(#add_product_async_view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #add_product_async_view .p-favorite__header .p-list_header__inner .c-list_tool .c-list_tool__num {
  color: #000 !important;
  font-family: "Noto Serif JP", sans-serif;
}
body :has(#add_product_async_view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #add_product_async_view .p-favorite__list .u-text--body {
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif;
}

body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content {
  overflow: auto;
}
body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__title {
  font-family: "Noto Serif JP", sans-serif;
  color: #000 !important;
}
body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__title .u-text--head {
  font-family: "Noto Serif JP", sans-serif;
  color: #000 !important;
}
body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_detail .p-history_detail__block .p-history_detail__block__head .p-history_detail__block__head__title {
  font-family: "Noto Serif JP", sans-serif;
  color: #000 !important;
}
body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_detail .p-history_detail__block .p-history_detail__block__head .p-history_detail__block__head__btn {
  border-radius: 50px;
  background: #2e1d00 !important;
  font-size: 14px !important;
  font-family: "Noto Sans JP", sans-serif;
  height: 48px;
  transition: all 300ms ease;
}
body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_detail .p-history_detail__block .p-history_detail__block__head .p-history_detail__block__head__btn:hover {
  opacity: 1;
  color: #2e1d00 !important;
  background: #fff !important;
  border: 1px solid #2e1d00;
  transition: all 300ms ease;
}
body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_detail .p-history_detail__block .p-history_detail__block__wrapper .p-history_detail__block__list .p-history_detail__item {
  border-color: rgba(46, 29, 0, 0.3) !important;
}
body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_detail .p-history_detail__block .p-history_detail__block__wrapper .p-history_detail__block__list .c-cart_item {
  border-color: rgba(46, 29, 0, 0.3) !important;
}
body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_detail .p-history_detail__block .p-history_detail__block__wrapper .p-history_detail__block__list .c-cart_item .c-cart_item__info .c-cart_item__info__category {
  font-family: "Noto Serif JP", sans-serif;
  color: #000 !important;
}
body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_detail .p-history_detail__block .p-history_detail__block__wrapper .p-history_detail__block__list .c-cart_item .c-cart_item__info .c-cart_item__info__title {
  font-family: "Noto Serif JP", sans-serif;
  color: #000 !important;
}
body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_detail .p-history_detail__block .p-history_detail__block__wrapper .p-history_detail__block__list .c-cart_item .c-cart_item__info .c-cart_item__info__total .c-cart_item__info__total__quantity {
  font-family: "Noto Serif JP", sans-serif;
  color: #000 !important;
}
body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_detail .p-history_detail__block .p-history_detail__block__wrapper .p-history_detail__block__list .c-cart_item .c-cart_item__info .c-cart_item__info__total .c-cart_item__info__total__price {
  font-family: "Noto Serif JP", sans-serif;
  color: #000 !important;
}
body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_detail .p-history_detail__block .p-history_detail__block__wrapper .c-billing_list {
  background: #fff;
}
body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_detail .p-history_detail__block .p-history_detail__block__wrapper .c-billing_list .c-billing_list__title {
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif;
  border-color: rgba(46, 29, 0, 0.3) !important;
}
body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_detail .p-history_detail__block .p-history_detail__block__wrapper .c-billing_list .c-billing_list__detail {
  border-color: rgba(46, 29, 0, 0.3) !important;
}
body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_detail .p-history_detail__block .p-history_detail__block__wrapper .c-billing_list .c-billing_list__detail li .c-billing_list__detail__item__row .c-billing_list__detail__item__row__title {
  font-family: "Noto Sans JP", sans-serif;
  color: #000 !important;
}
body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_detail .p-history_detail__block .p-history_detail__block__wrapper .c-billing_list .c-billing_list__detail li .c-billing_list__detail__item__row .c-billing_list__detail__item__row__price {
  font-family: "Noto Serif JP", sans-serif;
  color: #000 !important;
}
body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_detail .p-history_detail__block .p-history_detail__block__wrapper .c-billing_list .c-billing_list__total .c-billing_list__total__title {
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif;
}
body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_detail .p-history_detail__block .p-history_detail__block__wrapper .c-billing_list .c-billing_list__total .c-billing_list__total__price {
  color: #000 !important;
  font-family: "Noto Serif JP", sans-serif;
}
body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_detail .p-history_detail__block .c-account_table {
  width: 900px;
  border-color: rgba(46, 29, 0, 0.3) !important;
}
body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_detail .p-history_detail__block .c-account_table tbody tr {
  border-color: rgba(46, 29, 0, 0.3) !important;
}
body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_detail .p-history_detail__block .c-account_table tbody tr th {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px !important;
  color: #fff !important;
  background: #2e1d00;
}
body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_detail .p-history_detail__block .c-account_table tbody tr td {
  font-size: 14px !important;
  color: #000 !important;
}
body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__form__bottom .p-account__inner__content__form__bottom__link {
  margin-top: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #000 !important;
}

body :has(#customers-password-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__title {
  font-family: "Noto Serif JP", sans-serif;
  color: #000 !important;
}
body :has(#customers-password-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr th {
  font-family: "Noto Sans JP", sans-serif;
  color: #000 !important;
  font-size: 14px !important;
}
body :has(#customers-password-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td {
  font-family: "Noto Sans JP", sans-serif;
  color: #000 !important;
  font-size: 14px !important;
}
body :has(#customers-password-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td input {
  height: 50px;
}
body :has(#customers-password-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .p-account__inner__content__form__bottom .p-account__inner__content__form__bottom__btn {
  border-radius: 50px;
  background: #2e1d00 !important;
  font-size: 14px !important;
  font-family: "Noto Sans JP", sans-serif;
  height: 48px;
  transition: all 300ms ease;
}
body :has(#customers-password-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .p-account__inner__content__form__bottom .p-account__inner__content__form__bottom__btn:hover {
  opacity: 1;
  color: #2e1d00 !important;
  background: #fff !important;
  border: 1px solid #2e1d00;
  transition: all 300ms ease;
}

body :has(.p-history_list) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-favorite__header .p-list_header__inner__title {
  color: #000 !important;
  font-family: "Noto Serif JP", sans-serif;
}
body :has(.p-history_list) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-favorite__header .c-list_tool .c-list_tool__num {
  font-family: "Noto Serif JP", sans-serif;
  color: #000 !important;
}
body :has(.p-history_list) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_list .p-history_list__item .p-order_history_summary .p-order_history_summary__content {
  background: #fff;
}
body :has(.p-history_list) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_list .p-history_list__item .p-order_history_summary .p-order_history_summary__content .p-order_history_summary__details {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}
body :has(.p-history_list) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_list .p-history_list__item .p-order_history_summary .p-order_history_summary__content .p-order_history_summary__details .p-order_history_summary__order-info .p-order_history_summary__order-number {
  color: #000 !important;
}
body :has(.p-history_list) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_list .p-history_list__item .p-order_history_summary .p-order_history_summary__content .p-order_history_summary__show-details {
  background: #2e1d00;
  transition: all 300ms ease;
  border: 1px solid #2e1d00;
  border-radius: 60px;
}
body :has(.p-history_list) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_list .p-history_list__item .p-order_history_summary .p-order_history_summary__content .p-order_history_summary__show-details:hover {
  transition: all 300ms ease;
  background: #fff;
  color: #000;
}
body :has(.p-history_list) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_list .p-history_list__item .p-history_list__item__detail .p-history_detail__list .p-history_detail__item {
  border-color: rgba(46, 29, 0, 0.3) !important;
}
body :has(.p-history_list) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_list .p-history_list__item .p-history_list__item__detail .p-history_detail__list .p-history_detail__item .c-cart_item .c-cart_item__info .c-cart_item__info__category {
  color: #000 !important;
  font-family: "Noto Serif JP", sans-serif;
}
body :has(.p-history_list) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_list .p-history_list__item .p-history_list__item__detail .p-history_detail__list .p-history_detail__item .c-cart_item .c-cart_item__info .c-cart_item__info__title {
  color: #000 !important;
  font-family: "Noto Serif JP", sans-serif;
}
body :has(.p-history_list) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_list .p-history_list__item .p-history_list__item__detail .p-history_detail__list .p-history_detail__item .c-cart_item .c-cart_item__info .c-cart_item__info__total .c-cart_item__info__total__quantity {
  color: #000 !important;
}
body :has(.p-history_list) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_list .p-history_list__item .p-history_list__item__detail .p-history_detail__list .p-history_detail__item .c-cart_item .c-cart_item__info .c-cart_item__info__total .c-cart_item__info__total__price {
  color: #000 !important;
  font-family: "Noto Serif JP", sans-serif;
}
body :has(.p-history_list) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_list + .u-text--body {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  color: #000 !important;
  margin-top: 20px;
  text-align: right;
  font-size: 12px !important;
}

body :has(#customers-card-index-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__title {
  color: #000 !important;
  font-family: "Noto Serif JP", sans-serif;
}
body :has(#customers-card-index-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__lead {
  color: #000 !important;
}
body :has(#customers-card-index-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__lead .u-text--link {
  color: #000 !important;
}
body :has(#customers-card-index-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-payment_list .p-payment_list__add .p-payment_list__add__btn {
  border-radius: 50px;
  background: #2e1d00 !important;
  font-size: 14px !important;
  font-family: "Noto Sans JP", sans-serif;
  height: 48px;
  transition: all 300ms ease;
}
body :has(#customers-card-index-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-payment_list .p-payment_list__add .p-payment_list__add__btn:hover {
  opacity: 1;
  color: #2e1d00 !important;
  background: #fff !important;
  border: 1px solid #2e1d00;
  transition: all 300ms ease;
}
body :has(#customers-card-index-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-payment_list .p-payment_list__add__win #new-card .p-payment_list__add__win__form__text {
  color: #000 !important;
}
body :has(#customers-card-index-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-payment_list .p-payment_list__add__win #new-card .c-form_table tr th {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000 !important;
}
body :has(#customers-card-index-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-payment_list .p-payment_list__add__win #new-card .c-form_table tr th .c-form_table__checkbox .u-color__border--input {
  background: #fff;
}
body :has(#customers-card-index-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-payment_list .p-payment_list__add__win #new-card .c-form_table tr th .c-form_table__checkbox .c-form_table__checkbox__frame {
  color: #000 !important;
}
body :has(#customers-card-index-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-payment_list .p-payment_list__add__win #new-card .c-form_table tr th .c-form_table__checkbox .c-form_table__checkbox__text {
  color: #000 !important;
}
body :has(#customers-card-index-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-payment_list .p-payment_list__add__win #new-card .c-form_table tr td {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000 !important;
}
body :has(#customers-card-index-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-payment_list .p-payment_list__add__win #new-card .c-form_table tr td input,
body :has(#customers-card-index-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-payment_list .p-payment_list__add__win #new-card .c-form_table tr td select {
  height: 50px;
}
body :has(#customers-card-index-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-payment_list .p-payment_list__add__win__form__bottom .p-payment_list__add__win__form__bottom__btn {
  border-radius: 50px;
  background: #2e1d00 !important;
  font-size: 14px !important;
  font-family: "Noto Sans JP", sans-serif;
  height: 48px;
  transition: all 300ms ease;
}
body :has(#customers-card-index-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-payment_list .p-payment_list__add__win__form__bottom .p-payment_list__add__win__form__bottom__btn:hover {
  opacity: 1;
  color: #2e1d00 !important;
  background: #fff !important;
  border: 1px solid #2e1d00;
  transition: all 300ms ease;
}
body :has(#customers-card-index-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-payment_list .p-payment_list__add__win__form__bottom .p-account__inner__content__form__bottom__link {
  color: #000 !important;
}

body :has(#customer-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content {
  overflow: auto;
}
body :has(#customer-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__title {
  color: #000 !important;
  font-family: "Noto Serif JP", sans-serif;
}
body :has(#customer-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .p-account__inner__content__form__text {
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif;
}
body :has(#customer-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr {
  border-color: rgba(46, 29, 0, 0.3) !important;
}
body :has(#customer-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr th {
  font-family: "Noto Sans JP", sans-serif;
  color: #000 !important;
  font-size: 14px;
}
body :has(#customer-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td {
  font-family: "Noto Sans JP", sans-serif;
  color: #000 !important;
  font-size: 14px;
}
body :has(#customer-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td input[type=text],
body :has(#customer-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td input[type=tel],
body :has(#customer-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td input[type=email],
body :has(#customer-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td select {
  height: 50px;
  font-family: "Noto Sans JP", sans-serif;
}
body :has(#customer-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td .c-form_table__postcode .u-text--body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000 !important;
}
body :has(#customer-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td .c-form_table__subscription .c-form_table__checkbox input {
  background: #fff;
}
body :has(#customer-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td .c-form_table__subscription .c-form_table__checkbox .c-form_table__checkbox__frame {
  color: #000 !important;
}
body :has(#customer-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td .c-form_table__subscription .c-form_table__checkbox .c-form_table__checkbox__text {
  font-family: "Noto Sans JP", sans-serif;
  color: #000 !important;
}
body :has(#customer-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td .c-form_table__subscription .c-account_table {
  width: 900px;
  border-color: rgba(46, 29, 0, 0.3) !important;
}
body :has(#customer-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr th {
  font-family: "Noto Sans JP", sans-serif;
  background: #2e1d00;
  color: #fff !important;
}
body :has(#customer-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr th:nth-child(1) {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
}
body :has(#customer-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr th:nth-child(2) {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
}
body :has(#customer-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr th:nth-child(3) {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}
body :has(#customer-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr th:nth-child(4) {
  width: 90px;
  min-width: 90px;
  max-width: 90px;
}
body :has(#customer-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr th:nth-child(5) {
  width: auto;
  min-width: auto;
  max-width: auto;
}
body :has(#customer-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr th:nth-child(6) {
  width: 90px;
  min-width: 90px;
  max-width: 90px;
}
body :has(#customer-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr th:nth-child(7) {
  width: 180px;
  min-width: 180px;
  max-width: 180px;
}
body :has(#customer-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr th:nth-child(8) {
  width: 130px;
  min-width: 130px;
  max-width: 130px;
}
body :has(#customer-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr td {
  font-family: "Noto Sans JP", sans-serif;
  color: #000 !important;
}
body :has(#customer-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr td a {
  color: #000 !important;
}
body :has(#customer-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .p-account__inner__content__form__bottom .p-account__inner__content__form__bottom__btn {
  border-radius: 50px;
  background: #2e1d00 !important;
  font-size: 14px !important;
  font-family: "Noto Sans JP", sans-serif;
  height: 48px;
  transition: all 300ms ease;
}
body :has(#customer-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .p-account__inner__content__form__bottom .p-account__inner__content__form__bottom__btn:hover {
  opacity: 1;
  color: #2e1d00 !important;
  background: #fff !important;
  border: 1px solid #2e1d00;
  transition: all 300ms ease;
}

body :has(#shipping-address-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content {
  overflow: auto;
}
body :has(#shipping-address-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__title {
  color: #000 !important;
  font-family: "Noto Serif JP", sans-serif;
}
body :has(#shipping-address-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .p-account__inner__content__form__text {
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif;
}
body :has(#shipping-address-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr th {
  font-family: "Noto Sans JP", sans-serif;
  color: #000 !important;
  font-size: 14px;
}
body :has(#shipping-address-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td {
  font-family: "Noto Sans JP", sans-serif;
  color: #000 !important;
  font-size: 14px;
}
body :has(#shipping-address-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td input[type=text],
body :has(#shipping-address-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td input[type=tel],
body :has(#shipping-address-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td input[type=email],
body :has(#shipping-address-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td select {
  height: 50px;
  font-family: "Noto Sans JP", sans-serif;
}
body :has(#shipping-address-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td .c-form_table__postcode .u-text--body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000 !important;
}
body :has(#shipping-address-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td .c-form_table__subscription .c-form_table__checkbox input {
  background: #fff;
}
body :has(#shipping-address-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td .c-form_table__subscription .c-form_table__checkbox .c-form_table__checkbox__frame {
  color: #000 !important;
}
body :has(#shipping-address-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td .c-form_table__subscription .c-form_table__checkbox .c-form_table__checkbox__text {
  font-family: "Noto Sans JP", sans-serif;
  color: #000 !important;
}
body :has(#shipping-address-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td .c-form_table__subscription .c-account_table {
  width: 900px;
  border-color: rgba(46, 29, 0, 0.3) !important;
}
body :has(#shipping-address-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr th {
  font-family: "Noto Sans JP", sans-serif;
  background: #2e1d00;
  color: #fff !important;
}
body :has(#shipping-address-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr th:nth-child(1) {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
}
body :has(#shipping-address-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr th:nth-child(2) {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
}
body :has(#shipping-address-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr th:nth-child(3) {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}
body :has(#shipping-address-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr th:nth-child(4) {
  width: 90px;
  min-width: 90px;
  max-width: 90px;
}
body :has(#shipping-address-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr th:nth-child(5) {
  width: auto;
  min-width: auto;
  max-width: auto;
}
body :has(#shipping-address-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr th:nth-child(6) {
  width: 90px;
  min-width: 90px;
  max-width: 90px;
}
body :has(#shipping-address-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr th:nth-child(7) {
  width: 180px;
  min-width: 180px;
  max-width: 180px;
}
body :has(#shipping-address-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr th:nth-child(8) {
  width: 130px;
  min-width: 130px;
  max-width: 130px;
}
body :has(#shipping-address-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr td {
  font-family: "Noto Sans JP", sans-serif;
  color: #000 !important;
}
body :has(#shipping-address-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr td a {
  color: #000 !important;
}
body :has(#shipping-address-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .p-account__inner__content__form__bottom .p-account__inner__content__form__bottom__btn {
  border-radius: 50px;
  background: #2e1d00 !important;
  font-size: 14px !important;
  font-family: "Noto Sans JP", sans-serif;
  height: 48px;
  transition: all 300ms ease;
}
body :has(#shipping-address-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .p-account__inner__content__form__bottom .p-account__inner__content__form__bottom__btn:hover {
  opacity: 1;
  color: #2e1d00 !important;
  background: #fff !important;
  border: 1px solid #2e1d00;
  transition: all 300ms ease;
}

body :has(#shipping-address-edit-view, #copy-shipping-address) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content {
  overflow: auto;
}
body :has(#shipping-address-edit-view, #copy-shipping-address) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__title {
  color: #000 !important;
  font-family: "Noto Serif JP", sans-serif;
}
body :has(#shipping-address-edit-view, #copy-shipping-address) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__lead {
  color: #000 !important;
}
body :has(#shipping-address-edit-view, #copy-shipping-address) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__copy .c-form_table tbody tr th {
  color: #000 !important;
  font-size: 14px !important;
}
body :has(#shipping-address-edit-view, #copy-shipping-address) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__copy .c-form_table tbody tr td {
  color: #000 !important;
  font-size: 14px !important;
}
body :has(#shipping-address-edit-view, #copy-shipping-address) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__copy .c-form_table tbody tr td select {
  height: 50px;
}
body :has(#shipping-address-edit-view, #copy-shipping-address) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__copy .c-form_table tbody tr td .c-form_table__tel .p-account__inner__content__copy__btn {
  margin-left: 0;
  margin-top: 10px;
  border-radius: 50px;
  background: #2e1d00 !important;
  font-size: 14px !important;
  font-family: "Noto Sans JP", sans-serif;
  height: 48px;
  transition: all 300ms ease;
}
body :has(#shipping-address-edit-view, #copy-shipping-address) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__copy .c-form_table tbody tr td .c-form_table__tel .p-account__inner__content__copy__btn:hover {
  opacity: 1;
  color: #2e1d00 !important;
  background: #fff !important;
  border: 1px solid #2e1d00;
  transition: all 300ms ease;
}
body :has(#shipping-address-edit-view, #copy-shipping-address) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__form .p-account__inner__content__form__text {
  color: #000 !important;
  font-size: 14px !important;
}
body :has(#shipping-address-edit-view, #copy-shipping-address) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__form .c-form_table {
  width: 900px;
}
body :has(#shipping-address-edit-view, #copy-shipping-address) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__form .c-form_table tbody tr th {
  color: #000 !important;
  font-size: 14px !important;
}
body :has(#shipping-address-edit-view, #copy-shipping-address) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__form .c-form_table tbody tr td {
  color: #000 !important;
  font-size: 14px !important;
}
body :has(#shipping-address-edit-view, #copy-shipping-address) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__form .c-form_table tbody tr td input,
body :has(#shipping-address-edit-view, #copy-shipping-address) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__form .c-form_table tbody tr td select {
  height: 50px;
}
body :has(#shipping-address-edit-view, #copy-shipping-address) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__form .c-form_table tbody tr td .c-form_table__postcode .u-text--body {
  color: #000 !important;
}
body :has(#shipping-address-edit-view, #copy-shipping-address) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__form .c-form_table tbody tr td .c-form_table__tel .p-account__inner__content__copy__btn {
  margin-left: 0;
  margin-top: 10px;
  border-radius: 50px;
  background: #2e1d00 !important;
  font-size: 14px !important;
  font-family: "Noto Sans JP", sans-serif;
  height: 48px;
  transition: all 300ms ease;
}
body :has(#shipping-address-edit-view, #copy-shipping-address) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__form .c-form_table tbody tr td .c-form_table__tel .p-account__inner__content__copy__btn:hover {
  opacity: 1;
  color: #2e1d00 !important;
  background: #fff !important;
  border: 1px solid #2e1d00;
  transition: all 300ms ease;
}
body :has(#shipping-address-edit-view, #copy-shipping-address) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__form .p-account__inner__content__form__bottom .p-account__inner__content__form__bottom__btn {
  border-radius: 50px;
  background: #2e1d00 !important;
  font-size: 14px !important;
  font-family: "Noto Sans JP", sans-serif;
  height: 48px;
  transition: all 300ms ease;
}
body :has(#shipping-address-edit-view, #copy-shipping-address) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__form .p-account__inner__content__form__bottom .p-account__inner__content__form__bottom__btn:hover {
  opacity: 1;
  color: #2e1d00 !important;
  background: #fff !important;
  border: 1px solid #2e1d00;
  transition: all 300ms ease;
}
body :has(#shipping-address-edit-view, #copy-shipping-address) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__form .p-account__inner__content__form__bottom .p-account__inner__content__form__bottom__link {
  color: #000 !important;
}

body :has(.p-address_list__add) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content {
  overflow: auto;
}
body :has(.p-address_list__add) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__title {
  color: #000 !important;
  font-family: "Noto Serif JP", sans-serif;
}
body :has(.p-address_list__add) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__lead {
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif;
}
body :has(.p-address_list__add) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-address_list .p-address_list__add {
  border-radius: 50px;
  background: #2e1d00 !important;
  font-size: 14px !important;
  font-family: "Noto Sans JP", sans-serif;
  height: 48px;
  transition: all 300ms ease;
}
body :has(.p-address_list__add) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-address_list .p-address_list__add:hover {
  opacity: 1;
  color: #2e1d00 !important;
  background: #fff !important;
  border: 1px solid #2e1d00;
  transition: all 300ms ease;
}
body :has(.p-address_list__add) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-address_list .c-account_table {
  width: 900px;
  border-color: rgba(46, 29, 0, 0.3) !important;
}
body :has(.p-address_list__add) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-address_list .c-account_table tbody tr {
  border-color: rgba(46, 29, 0, 0.3) !important;
}
body :has(.p-address_list__add) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-address_list .c-account_table tbody tr th {
  color: #fff !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  background: #2e1d00 !important;
}
body :has(.p-address_list__add) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-address_list .c-account_table tbody tr td {
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}
body :has(.p-address_list__add) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-address_list .c-account_table tbody tr td a {
  color: #000 !important;
}
body :has(.p-address_list__add) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-address_list .c-account_table tbody tr td a .u-text--body {
  color: #000 !important;
}

body :has(#view-free_columns) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content {
  overflow: auto;
}
body :has(#view-free_columns) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__title {
  font-family: "Noto Serif JP", sans-serif;
  color: #000 !important;
}
body :has(#view-free_columns) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__title .u-text--head {
  font-family: "Noto Serif JP", sans-serif;
  color: #000 !important;
}
body :has(#view-free_columns) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_detail .p-subscription_detail__block .p-subscription_detail__block__head .p-subscription_detail__block__head__title {
  font-family: "Noto Serif JP", sans-serif;
  color: #000 !important;
}
body :has(#view-free_columns) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_detail .p-subscription_detail__block .p-subscription_detail__block__head .p-subscription_detail__block__head__navigation .p-subscription_detail__block__head__btn {
  border-radius: 50px;
  background: #2e1d00 !important;
  font-size: 14px !important;
  font-family: "Noto Sans JP", sans-serif;
  height: 48px;
  transition: all 300ms ease;
}
body :has(#view-free_columns) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_detail .p-subscription_detail__block .p-subscription_detail__block__head .p-subscription_detail__block__head__navigation .p-subscription_detail__block__head__btn:hover {
  opacity: 1;
  color: #2e1d00 !important;
  background: #fff !important;
  border: 1px solid #2e1d00;
  transition: all 300ms ease;
}
body :has(#view-free_columns) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_detail .p-subscription_detail__block .p-subscription_detail__block__wrapper .p-subscription_detail__block__list .c-cart_item {
  border-color: rgba(46, 29, 0, 0.3) !important;
}
body :has(#view-free_columns) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_detail .p-subscription_detail__block .p-subscription_detail__block__wrapper .p-subscription_detail__block__list .c-cart_item .c-cart_item__info .c-cart_item__info__category {
  font-family: "Noto Serif JP", sans-serif;
  color: #000 !important;
}
body :has(#view-free_columns) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_detail .p-subscription_detail__block .p-subscription_detail__block__wrapper .p-subscription_detail__block__list .c-cart_item .c-cart_item__info .c-cart_item__info__title {
  font-family: "Noto Serif JP", sans-serif;
  color: #000 !important;
}
body :has(#view-free_columns) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_detail .p-subscription_detail__block .p-subscription_detail__block__wrapper .p-subscription_detail__block__list .c-cart_item .c-cart_item__info .c-cart_item__info__total .c-cart_item__info__total__quantity {
  font-family: "Noto Serif JP", sans-serif;
  color: #000 !important;
}
body :has(#view-free_columns) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_detail .p-subscription_detail__block .p-subscription_detail__block__wrapper .p-subscription_detail__block__list .c-cart_item .c-cart_item__info .c-cart_item__info__total .c-cart_item__info__total__price {
  font-family: "Noto Serif JP", sans-serif;
  color: #000 !important;
}
body :has(#view-free_columns) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_detail .p-subscription_detail__block .p-subscription_detail__block__wrapper .c-billing_list {
  background: #fff;
}
body :has(#view-free_columns) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_detail .p-subscription_detail__block .p-subscription_detail__block__wrapper .c-billing_list .c-billing_list__title {
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif;
  border-color: rgba(46, 29, 0, 0.3) !important;
}
body :has(#view-free_columns) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_detail .p-subscription_detail__block .p-subscription_detail__block__wrapper .c-billing_list .c-billing_list__detail {
  border-color: rgba(46, 29, 0, 0.3) !important;
}
body :has(#view-free_columns) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_detail .p-subscription_detail__block .p-subscription_detail__block__wrapper .c-billing_list .c-billing_list__detail li .c-billing_list__detail__item__row .c-billing_list__detail__item__row__title {
  font-family: "Noto Sans JP", sans-serif;
  color: #000 !important;
}
body :has(#view-free_columns) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_detail .p-subscription_detail__block .p-subscription_detail__block__wrapper .c-billing_list .c-billing_list__detail li .c-billing_list__detail__item__row .c-billing_list__detail__item__row__price {
  font-family: "Noto Serif JP", sans-serif;
  color: #000 !important;
}
body :has(#view-free_columns) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_detail .p-subscription_detail__block .p-subscription_detail__block__wrapper .c-billing_list .c-billing_list__total .c-billing_list__total__title {
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif;
}
body :has(#view-free_columns) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_detail .p-subscription_detail__block .p-subscription_detail__block__wrapper .c-billing_list .c-billing_list__total .c-billing_list__total__price {
  color: #000 !important;
  font-family: "Noto Serif JP", sans-serif;
}
body :has(#view-free_columns) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_detail .p-subscription_detail__block .c-account_table {
  width: 900px;
  border-color: rgba(46, 29, 0, 0.3) !important;
}
body :has(#view-free_columns) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_detail .p-subscription_detail__block .c-account_table tbody tr {
  border-color: rgba(46, 29, 0, 0.3) !important;
}
body :has(#view-free_columns) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_detail .p-subscription_detail__block .c-account_table tbody tr th {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px !important;
  color: #fff !important;
  background: #2e1d00;
}
body :has(#view-free_columns) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_detail .p-subscription_detail__block .c-account_table tbody tr td {
  font-size: 14px !important;
  color: #000 !important;
}
body :has(#view-free_columns) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__form__bottom .p-account__inner__content__form__bottom__link {
  margin-top: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #000 !important;
}

body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content {
  overflow: auto;
}
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__title {
  color: #000 !important;
  font-family: "Noto Serif JP", sans-serif;
}
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__lead {
  color: #000 !important;
}
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__lead .u-text--link {
  color: #000 !important;
}
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #edit_address_customer_shipping_15 .p-account__inner__content__form__text,
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #new_address_customer_shipping .p-account__inner__content__form__text {
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px !important;
}
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #edit_address_customer_shipping_15 .c-form_table,
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #new_address_customer_shipping .c-form_table {
  width: 900px;
}
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #edit_address_customer_shipping_15 .c-form_table tbody tr,
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #new_address_customer_shipping .c-form_table tbody tr {
  border-color: rgba(46, 29, 0, 0.3) !important;
}
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #edit_address_customer_shipping_15 .c-form_table tbody tr th,
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #new_address_customer_shipping .c-form_table tbody tr th {
  font-size: 14px !important;
  color: #000 !important;
}
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #edit_address_customer_shipping_15 .c-form_table tbody tr td,
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #new_address_customer_shipping .c-form_table tbody tr td {
  color: #000 !important;
  font-size: 14px !important;
}
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #edit_address_customer_shipping_15 .c-form_table tbody tr td input,
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #edit_address_customer_shipping_15 .c-form_table tbody tr td select,
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #new_address_customer_shipping .c-form_table tbody tr td input,
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #new_address_customer_shipping .c-form_table tbody tr td select {
  height: 50px;
}
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #edit_address_customer_shipping_15 .c-form_table tbody tr td .c-form_table__subscription .c-form_table__checkbox .u-color__border--input,
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #new_address_customer_shipping .c-form_table tbody tr td .c-form_table__subscription .c-form_table__checkbox .u-color__border--input {
  height: 20px;
  background: #fff;
}
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #edit_address_customer_shipping_15 .c-form_table tbody tr td .c-form_table__subscription .c-form_table__checkbox .c-form_table__checkbox__frame,
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #new_address_customer_shipping .c-form_table tbody tr td .c-form_table__subscription .c-form_table__checkbox .c-form_table__checkbox__frame {
  color: #000 !important;
}
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #edit_address_customer_shipping_15 .c-form_table tbody tr td .c-form_table__subscription .c-form_table__checkbox .c-form_table__checkbox__text,
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #new_address_customer_shipping .c-form_table tbody tr td .c-form_table__subscription .c-form_table__checkbox .c-form_table__checkbox__text {
  color: #000 !important;
}
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #edit_address_customer_shipping_15 .c-form_table tbody tr td .c-form_table__subscription .c-account_table,
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #new_address_customer_shipping .c-form_table tbody tr td .c-form_table__subscription .c-account_table {
  border-color: rgba(46, 29, 0, 0.3) !important;
}
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #edit_address_customer_shipping_15 .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr th,
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #new_address_customer_shipping .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr th {
  font-family: "Noto Sans JP", sans-serif;
  background: #2e1d00;
  color: #fff !important;
}
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #edit_address_customer_shipping_15 .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr th:nth-child(1),
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #new_address_customer_shipping .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr th:nth-child(1) {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
}
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #edit_address_customer_shipping_15 .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr th:nth-child(2),
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #new_address_customer_shipping .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr th:nth-child(2) {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
}
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #edit_address_customer_shipping_15 .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr th:nth-child(3),
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #new_address_customer_shipping .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr th:nth-child(3) {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #edit_address_customer_shipping_15 .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr th:nth-child(4),
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #new_address_customer_shipping .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr th:nth-child(4) {
  width: 90px;
  min-width: 90px;
  max-width: 90px;
}
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #edit_address_customer_shipping_15 .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr th:nth-child(5),
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #new_address_customer_shipping .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr th:nth-child(5) {
  width: auto;
  min-width: auto;
  max-width: auto;
}
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #edit_address_customer_shipping_15 .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr th:nth-child(6),
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #new_address_customer_shipping .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr th:nth-child(6) {
  width: 90px;
  min-width: 90px;
  max-width: 90px;
}
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #edit_address_customer_shipping_15 .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr th:nth-child(7),
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #new_address_customer_shipping .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr th:nth-child(7) {
  width: 180px;
  min-width: 180px;
  max-width: 180px;
}
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #edit_address_customer_shipping_15 .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr th:nth-child(8),
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #new_address_customer_shipping .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr th:nth-child(8) {
  width: 130px;
  min-width: 130px;
  max-width: 130px;
}
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #edit_address_customer_shipping_15 .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr td,
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #new_address_customer_shipping .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr td {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px !important;
  color: #000 !important;
}
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #edit_address_customer_shipping_15 .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr td a,
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #new_address_customer_shipping .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr td a {
  font-family: "Noto Sans JP", sans-serif;
  color: #000 !important;
}
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #edit_address_customer_shipping_15 .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr td a .u-text--link,
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #new_address_customer_shipping .c-form_table tbody tr td .c-form_table__subscription .c-account_table tbody tr td a .u-text--link {
  font-family: "Noto Sans JP", sans-serif;
  color: #000 !important;
}
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #edit_address_customer_shipping_15 .p-account__inner__content__form__bottom .p-account__inner__content__form__bottom__btn,
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #new_address_customer_shipping .p-account__inner__content__form__bottom .p-account__inner__content__form__bottom__btn {
  border-radius: 50px;
  background: #2e1d00 !important;
  font-size: 14px !important;
  font-family: "Noto Sans JP", sans-serif;
  height: 48px;
  transition: all 300ms ease;
}
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #edit_address_customer_shipping_15 .p-account__inner__content__form__bottom .p-account__inner__content__form__bottom__btn:hover,
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #new_address_customer_shipping .p-account__inner__content__form__bottom .p-account__inner__content__form__bottom__btn:hover {
  opacity: 1;
  color: #2e1d00 !important;
  background: #fff !important;
  border: 1px solid #2e1d00;
  transition: all 300ms ease;
}
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #edit_address_customer_shipping_15 .p-account__inner__content__form__bottom .p-account__inner__content__form__bottom__link,
body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #new_address_customer_shipping .p-account__inner__content__form__bottom .p-account__inner__content__form__bottom__link {
  color: #000 !important;
}

body :has(.p-login__inner__login) .l-container {
  background: #fefcef;
  padding-top: 138px !important;
  padding-bottom: 100px;
}
body :has(.p-login__inner__login) .l-container .l-container__row {
  margin-top: 0;
  margin-bottom: 0;
}
body :has(.p-login__inner__login) .l-container .control-alert {
  margin-top: 0;
}
body :has(.p-login__inner__login) .l-container .control-alert .u-color__text--alert {
  background: #fff !important;
}
body :has(.p-login__inner__login) .l-container .p-login {
  padding-left: 0;
  padding-right: 0;
}
body :has(.p-login__inner__login) .l-container .p-login .p-login__inner {
  font-family: "Noto Sans JP", sans-serif;
}
body :has(.p-login__inner__login) .l-container .p-login .p-login__inner .p-page_header {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
}
body :has(.p-login__inner__login) .l-container .p-login .p-login__inner .p-page_header .p-page_header__inner .p-page_header__inner__title {
  font-family: "Shippori Mincho", serif;
  font-size: 30px !important;
  color: #000 !important;
}
body :has(.p-login__inner__login) .l-container .p-login .p-login__inner .p-login__inner__login__bottom__submit {
  border-radius: 50px;
  border-radius: 50px;
  background: #2e1d00 !important;
  font-size: 14px !important;
  font-family: "Noto Sans JP", sans-serif;
  height: 48px;
  transition: all 300ms ease;
}
body :has(.p-login__inner__login) .l-container .p-login .p-login__inner .p-login__inner__login__bottom__submit:hover {
  opacity: 1;
  color: #2e1d00 !important;
  background: #fff !important;
  border: 1px solid #2e1d00;
  transition: all 300ms ease;
}
body :has(.p-login__inner__login) .l-container .p-login .p-login__inner .p-login__inner__registration__bottom .p-login__inner__registration__bottom__btn {
  border-radius: 50px;
  border-radius: 50px;
  background: #2e1d00 !important;
  font-size: 14px !important;
  font-family: "Noto Sans JP", sans-serif;
  height: 48px;
  transition: all 300ms ease;
}
body :has(.p-login__inner__login) .l-container .p-login .p-login__inner .p-login__inner__registration__bottom .p-login__inner__registration__bottom__btn:hover {
  opacity: 1;
  color: #2e1d00 !important;
  background: #fff !important;
  border: 1px solid #2e1d00;
  transition: all 300ms ease;
}
body :has(.p-login__inner__login) .l-container .p-login .p-login__inner .p-login__inner__login {
  position: relative;
}
body :has(.p-login__inner__login) .l-container .p-login .p-login__inner .p-login__inner__login::before {
  content: "";
  position: absolute;
  right: -32px;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(46, 29, 0, 0.3);
}
body :has(.p-login__inner__login) .l-container .p-login .p-login__inner .p-login__inner__login .c-form_table {
  margin-bottom: 0;
  width: 450px;
  margin-inline: auto;
}
body :has(.p-login__inner__login) .l-container .p-login .p-login__inner .p-login__inner__login .c-form_table tbody tr th {
  font-size: 14px !important;
  color: #000 !important;
}
body :has(.p-login__inner__login) .l-container .p-login .p-login__inner .p-login__inner__login .c-form_table tbody tr td input[type=password],
body :has(.p-login__inner__login) .l-container .p-login .p-login__inner .p-login__inner__login .c-form_table tbody tr td input[type=email],
body :has(.p-login__inner__login) .l-container .p-login .p-login__inner .p-login__inner__login .c-form_table tbody tr td select {
  color: #000 !important;
  border: 1px solid rgba(46, 29, 0, 0.3);
  border-radius: 3px !important;
  height: 50px;
}
body :has(.p-login__inner__login) .l-container .p-login .p-login__inner .p-login__inner__login .c-form_table tbody tr td .c-form_table__checkbox input {
  border-radius: 3px;
  border: 1px solid #2e1d00;
  background: #fff;
}
body :has(.p-login__inner__login) .l-container .p-login .p-login__inner .p-login__inner__login .c-form_table tbody tr td .c-form_table__checkbox .u-color__btn {
  color: #000 !important;
}
body :has(.p-login__inner__login) .l-container .p-login .p-login__inner .p-login__inner__login .c-form_table tbody tr td .c-form_table__checkbox .u-text--body {
  color: #000 !important;
}
body :has(.p-login__inner__login) .l-container .p-login .p-login__inner .p-login__inner__login .p-login__inner__login__bottom {
  margin-top: 30px;
}
body :has(.p-login__inner__login) .l-container .p-login .p-login__inner .p-login__inner__login .p-login__inner__login__bottom .u-text--link {
  color: #000 !important;
}
body :has(.p-login__inner__login) .l-container .p-login .p-login__inner .p-login__inner__registration .p-login__inner__registration__text {
  color: #000 !important;
  font-size: 14px !important;
}

body :has(#new_customer) .l-container {
  background: #fefcef;
  padding-top: 138px !important;
  padding-bottom: 100px;
}
body :has(#new_customer) .l-container .l-container__row {
  margin-top: 0;
  margin-bottom: 0;
}
body :has(#new_customer) .l-container .p-page_header {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
}
body :has(#new_customer) .l-container .p-page_header .p-page_header__inner .p-page_header__inner__title {
  font-family: "Shippori Mincho", serif;
  font-size: 30px !important;
  color: #000 !important;
}
body :has(#new_customer) .l-container .p-page_header .p-page_header__inner .p-page_header__inner__lead {
  color: #000 !important;
  font-size: 14px !important;
}
body :has(#new_customer) .l-container .p-account_form {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 100px;
}
body :has(#new_customer) .l-container .p-account_form .p-account_form__inner {
  max-width: 800px;
}
body :has(#new_customer) .l-container .p-account_form .p-account_form__inner .c-form_table {
  margin-bottom: 30px;
}
body :has(#new_customer) .l-container .p-account_form .p-account_form__inner .c-form_table tbody tr th {
  font-size: 14px !important;
  color: #000 !important;
}
body :has(#new_customer) .l-container .p-account_form .p-account_form__inner .c-form_table tbody tr td input[type=email] {
  color: #000 !important;
  border: 1px solid rgba(46, 29, 0, 0.3);
  border-radius: 3px !important;
  height: 50px;
}
body :has(#new_customer) .l-container .p-account_form .p-account_form__inner .p-account_form__inner__bottom {
  margin-top: 0;
}
body :has(#new_customer) .l-container .p-account_form .p-account_form__inner .p-account_form__inner__bottom .p-account_form__inner__bottom__mailbtn {
  border-radius: 50px;
  background: #2e1d00 !important;
  font-size: 14px !important;
  font-family: "Noto Sans JP", sans-serif;
  height: 48px;
  transition: all 300ms ease;
  margin-bottom: 50px;
}
body :has(#new_customer) .l-container .p-account_form .p-account_form__inner .p-account_form__inner__bottom .p-account_form__inner__bottom__mailbtn:hover {
  opacity: 1;
  color: #2e1d00 !important;
  background: #fff !important;
  border: 1px solid #2e1d00;
  transition: all 300ms ease;
}
body :has(#new_customer) .l-container .p-account_form .p-account_form__inner .p-account_form__inner__bottom .u-text--link {
  color: #000 !important;
}

body :has(#cart-show-view, #new-view, #confirm-view, #perform-view) .l-bnr-line {
  display: none !important;
}

body :has(#cart-show-view) .js-main-container {
  background: #fefcef;
  padding-top: 138px !important;
  padding-bottom: 100px;
}
body :has(#cart-show-view) .js-main-container .l-container__row .control-alert {
  margin-top: 0;
}
body :has(#cart-show-view) .js-main-container .l-container__row .control-alert .u-color__bg--bg {
  background: #fff;
}
body :has(#cart-show-view) .js-main-container .l-container__row.js-browsing-histories {
  display: none !important;
  margin-bottom: 0;
  margin-top: 100px;
}
body :has(#cart-show-view) .js-main-container .l-container__row.js-browsing-histories .p-browsing_history {
  padding-left: 0;
  padding-right: 0;
}
body :has(#cart-show-view) .js-main-container .l-container__row.js-browsing-histories .p-browsing_history .p-browsing_history__inner .p-browsing_history__inner__title .p-browsing_history__inner__title__en {
  display: none;
}
body :has(#cart-show-view) .js-main-container .l-container__row.js-browsing-histories .p-browsing_history .p-browsing_history__inner .p-browsing_history__inner__title .p-rbrowsing_history__inner__jp {
  font-family: "Shippori Mincho", serif;
  font-size: 48px !important;
  color: #000 !important;
}
body :has(#cart-show-view) .js-main-container .l-container__row.js-browsing-histories .p-browsing_history .p-browsing_history__inner .u-text--body {
  font-size: 14px !important;
  color: #000 !important;
}
body :has(#cart-show-view) .js-main-container .l-container__row:nth-of-type(1) {
  margin-top: 0;
}
body :has(#cart-show-view) .js-main-container .l-container__row .p-page_header {
  padding-left: 0;
  padding-right: 0;
}
body :has(#cart-show-view) .js-main-container .l-container__row .p-page_header .p-page_header__inner .p-page_header__inner__title {
  font-family: "Shippori Mincho", serif;
  font-size: 30px !important;
  color: #000 !important;
}
body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .p-cart_content__inner .p-cart_content__inner__product .c-cart_item {
  border-color: rgba(46, 29, 0, 0.3) !important;
}
body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .p-cart_content__inner .p-cart_content__inner__product .c-cart_item .c-cart_item__info .c-cart_item__info__category {
  font-family: "Shippori Mincho", serif;
  color: #000 !important;
}
body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .p-cart_content__inner .p-cart_content__inner__product .c-cart_item .c-cart_item__info .c-cart_item__info__title {
  color: #000 !important;
  font-family: "Shippori Mincho", serif;
}
body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .p-cart_content__inner .p-cart_content__inner__product .c-cart_item .c-cart_item__info .c-cart_item__info__quantity .c-order_quantity .u-color--input {
  font-family: "Noto Serif JP", sans-serif;
  color: #000 !important;
}
body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .p-cart_content__inner .p-cart_content__inner__product .c-cart_item .c-cart_item__info .c-cart_item__info__quantity__submit {
  background: #2e1d00 !important;
  border-radius: 3px;
  font-family: "Noto Sans JP", sans-serif;
}
body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .p-cart_content__inner .p-cart_content__inner__product .c-cart_item .c-cart_item__action .c-cart_item__action__delete .c-cart_item__action__delete__btn {
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif;
}
body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .p-cart_content__inner .p-cart_content__inner__product .c-cart_item .c-cart_item__action .c-cart_item__action__price {
  font-family: "Noto Serif JP", sans-serif;
  color: #000 !important;
}
body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .p-cart_content__inner .p-cart_content__inner__product .p-cart_content__button.--add-gift {
  background: #2e1d00;
  color: #fff;
  border-radius: 24px;
  border: 1px solid #2e1d00;
  transition: all 300ms ease;
}
body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .p-cart_content__inner .p-cart_content__inner__product .p-cart_content__button.--add-gift:hover {
  transition: all 300ms ease;
  background: #fff;
  color: #2e1d00;
}
body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .p-cart_content__inner .p-cart_content__inner__gift .p-cart_content__title {
  font-family: "Noto Sans JP", sans-serif;
  color: #000 !important;
}
body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .p-cart_content__inner .p-cart_content__inner__gift .c-cart_item {
  border-color: rgba(46, 29, 0, 0.3) !important;
}
body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .p-cart_content__inner .p-cart_content__inner__gift .c-cart_item .c-cart_item__info .c-cart_item__gift-info {
  background: #ffffff;
}
body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .p-cart_content__inner .p-cart_content__inner__gift .c-cart_item .c-cart_item__info .c-cart_item__gift-info .c-cart_item__gift-relation .c-cart_item__action__delete__btn {
  color: #2e1d00 !important;
}
body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .p-cart_content__inner .p-cart_content__inner__gift .c-cart_item .c-cart_item__info .c-cart_item__gift-info .c-cart_item__gift-relation form .c-cart_item__item-quantity .c-input-with-button .c-input-with-button__button {
  background: #2e1d00 !important;
}
body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .p-cart_content__inner .p-cart_content__inner__gift .c-cart_item .c-cart_item__info .c-cart_item__gift-info .c-cart_item__gift-relation form .c-cart_item__part-of-noshi .c-input-with-button .c-input-with-button__button {
  background: #2e1d00 !important;
}
body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .p-cart_content__inner .p-cart_content__inner__gift .c-cart_item .c-cart_item__info .c-cart_item__gift-subtotal {
  font-family: "Noto Serif JP", sans-serif;
  color: #000 !important;
}
body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .p-cart_content__inner .p-cart_content__inner__gift .p-cart_content__button {
  background: #2e1d00;
  color: #fff;
  border-radius: 24px;
  border: 1px solid #2e1d00;
  transition: all 300ms ease;
}
body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .p-cart_content__inner .p-cart_content__inner__gift .p-cart_content__button:hover {
  color: #2e1d00;
  background: #fff;
  transition: all 300ms ease;
}
body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .p-cart_content__inner .p-cart_content__inner__side .c-cart_submit {
  border-color: rgba(46, 29, 0, 0.3) !important;
  padding-bottom: 5px;
}
body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .p-cart_content__inner .p-cart_content__inner__side .c-cart_submit .c-cart_submit__block {
  border-color: rgba(46, 29, 0, 0.3) !important;
}
body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .p-cart_content__inner .p-cart_content__inner__side .c-cart_submit .c-cart_submit__block .c-cart_submit__block__submit {
  background: #d3bf78 !important;
  color: #000 !important;
  border-radius: 60px;
  font-size: 14px !important;
  border: 1px solid #d3bf78 !important;
}
body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .p-cart_content__inner .p-cart_content__inner__side .c-cart_submit .c-cart_submit__block .c-cart_submit__block__submit:hover {
  opacity: 1;
  background: #fff !important;
}
body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .p-cart_content__inner .p-cart_content__inner__side .c-cart_submit .c-cart_submit__block .c-cart_submit__block__link {
  font-family: "Noto Sans JP", sans-serif;
  color: #000 !important;
  display: block;
  text-align: center;
  margin-top: 20px;
}
body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .p-cart_content__inner .p-cart_content__inner__side .c-cart_submit .c-cart_submit__block .c-cart_submit__block__title {
  font-family: "Noto Sans JP", sans-serif;
  color: #000 !important;
  margin-bottom: 15px;
}
body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .p-cart_content__inner .p-cart_content__inner__side .c-cart_submit .c-cart_submit__block .c-form_input:nth-last-of-type(1) {
  margin-bottom: 20px;
}
body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .p-cart_content__inner .p-cart_content__inner__side .c-cart_submit .c-cart_submit__block .c-form_input input {
  height: 50px;
}
body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .p-cart_content__inner .p-cart_content__inner__side .c-cart_list .c-cart_list__list .c-cart_list__toggle-gift-target-items {
  font-family: "Noto Sans JP", sans-serif;
  color: #000 !important;
  font-size: 12px !important;
}
body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .p-cart_content__inner .p-cart_content__inner__side .c-cart_list .c-cart_list__list .c-cart_list__gift-target-items .c-cart_list__list__item__info .c-cart_list__list__item__info__text {
  color: #000 !important;
}
body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .p-cart_content__inner .p-cart_content__inner__side .c-billing_list {
  background: #fff !important;
}
body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .p-cart_content__inner .p-cart_content__inner__side .c-billing_list .c-billing_list__title {
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif;
  border-color: rgba(46, 29, 0, 0.3) !important;
}
body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .p-cart_content__inner .p-cart_content__inner__side .c-billing_list .c-billing_list__detail__bottom__border {
  border-color: rgba(46, 29, 0, 0.3) !important;
}
body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .p-cart_content__inner .p-cart_content__inner__side .c-billing_list .c-billing_list__detail__bottom__border .c-billing_list__detail__item .c-billing_list__detail__item__row__price {
  font-family: "Noto Serif JP", sans-serif;
}
body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .p-cart_content__inner .p-cart_content__inner__side .c-billing_list .c-billing_list__total .c-billing_list__total__title {
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif;
}
body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .p-cart_content__inner .p-cart_content__inner__side .c-billing_list .c-billing_list__total .c-billing_list__total__price {
  font-family: "Noto Serif JP", sans-serif;
  color: #000 !important;
}
body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .u-text--body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px !important;
  color: #000 !important;
}
body :has(#cart-show-view) .js-main-container .l-container__row #gift-addition .c-modal .p-gift__content .p-gift__section .p-gift__control .p-gift__button {
  background: #2e1d00;
  border-radius: 50px;
}

body :has(#new-view) #new-view {
  background: #fefcef;
  padding-top: 138px !important;
  padding-bottom: 100px;
}
body :has(#new-view) #new-view .l-container__row.u-margin__top--80 {
  margin-top: 0;
}
body :has(#new-view) #new-view .l-container__row.u-margin__bottom--100 {
  margin-bottom: 0;
}
body :has(#new-view) #new-view .l-container__row .control-alert p {
  background: #fff;
}
body :has(#new-view) #new-view .l-container__row .c-steps_to_order .c-steps_to_order__step {
  font-family: "Noto Sans JP", sans-serif;
}
body :has(#new-view) #new-view .l-container__row .c-steps_to_order .c-steps_to_order__step.c-steps_to_order__step--1 .c-steps_to_order__number.is-active {
  background: #2e1d00;
}
body :has(#new-view) #new-view .l-container__row .c-steps_to_order .c-steps_to_order__step .c-steps_to_order__number {
  background: #fff;
  width: 30px;
  height: 30px;
}
body :has(#new-view) #new-view .l-container__row .p-page_header .p-page_header__inner .p-page_header__inner__title {
  font-family: "Shippori Mincho", serif;
  font-size: 48px !important;
  color: #000 !important;
}
body :has(#new-view) #new-view .l-container__row .p-page_header .p-page_header__inner .p-page_header__inner__lead {
  font-size: 14px !important;
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif;
}
body :has(#new-view) #new-view .l-container__row .p-checkout .control-alert .u-color__text--alert {
  background: #fff;
}
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list .u-color__border--border {
  border-color: rgba(46, 29, 0, 0.3) !important;
}
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-billing-information .p-checkout__list__block__inner,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-how-to-receive .p-checkout__list__block__inner,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-shipping-information-parent .p-checkout__list__block__inner,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-payment-information .p-checkout__list__block__inner,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-payment-schedule .p-checkout__list__block__inner,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-invite-code .p-checkout__list__block__inner {
  max-width: 800px;
}
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-billing-information .p-checkout__list__block__inner .p-checkout__list__block__inner__content,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-how-to-receive .p-checkout__list__block__inner .p-checkout__list__block__inner__content,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-shipping-information-parent .p-checkout__list__block__inner .p-checkout__list__block__inner__content,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-payment-information .p-checkout__list__block__inner .p-checkout__list__block__inner__content,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-payment-schedule .p-checkout__list__block__inner .p-checkout__list__block__inner__content,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-invite-code .p-checkout__list__block__inner .p-checkout__list__block__inner__content {
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px !important;
}
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-billing-information .p-checkout__list__block__inner .p-checkout__list__block__inner__content .u-text--strong,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-how-to-receive .p-checkout__list__block__inner .p-checkout__list__block__inner__content .u-text--strong,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-shipping-information-parent .p-checkout__list__block__inner .p-checkout__list__block__inner__content .u-text--strong,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-payment-information .p-checkout__list__block__inner .p-checkout__list__block__inner__content .u-text--strong,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-payment-schedule .p-checkout__list__block__inner .p-checkout__list__block__inner__content .u-text--strong,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-invite-code .p-checkout__list__block__inner .p-checkout__list__block__inner__content .u-text--strong {
  color: #000 !important;
}
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-billing-information .p-checkout__list__block__inner .p-checkout__list__block__inner__content a,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-how-to-receive .p-checkout__list__block__inner .p-checkout__list__block__inner__content a,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-shipping-information-parent .p-checkout__list__block__inner .p-checkout__list__block__inner__content a,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-payment-information .p-checkout__list__block__inner .p-checkout__list__block__inner__content a,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-payment-schedule .p-checkout__list__block__inner .p-checkout__list__block__inner__content a,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-invite-code .p-checkout__list__block__inner .p-checkout__list__block__inner__content a {
  color: #000 !important;
}
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-billing-information .p-checkout__list__block__inner .p-checkout__list__block__inner__title,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-how-to-receive .p-checkout__list__block__inner .p-checkout__list__block__inner__title,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-shipping-information-parent .p-checkout__list__block__inner .p-checkout__list__block__inner__title,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-payment-information .p-checkout__list__block__inner .p-checkout__list__block__inner__title,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-payment-schedule .p-checkout__list__block__inner .p-checkout__list__block__inner__title,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-invite-code .p-checkout__list__block__inner .p-checkout__list__block__inner__title {
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 30px;
}
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-billing-information .p-checkout__list__block__inner .c-form_table tbody tr,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-how-to-receive .p-checkout__list__block__inner .c-form_table tbody tr,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-shipping-information-parent .p-checkout__list__block__inner .c-form_table tbody tr,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-payment-information .p-checkout__list__block__inner .c-form_table tbody tr,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-payment-schedule .p-checkout__list__block__inner .c-form_table tbody tr,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-invite-code .p-checkout__list__block__inner .c-form_table tbody tr {
  gap: 0;
}
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-billing-information .p-checkout__list__block__inner .c-form_table tbody tr th,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-how-to-receive .p-checkout__list__block__inner .c-form_table tbody tr th,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-shipping-information-parent .p-checkout__list__block__inner .c-form_table tbody tr th,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-payment-information .p-checkout__list__block__inner .c-form_table tbody tr th,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-payment-schedule .p-checkout__list__block__inner .c-form_table tbody tr th,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-invite-code .p-checkout__list__block__inner .c-form_table tbody tr th {
  font-size: 14px !important;
  color: #000 !important;
  width: 350px;
  min-width: 350px;
  max-width: 350px;
  font-family: "Noto Sans JP", sans-serif;
}
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-billing-information .p-checkout__list__block__inner .c-form_table tbody tr td,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-how-to-receive .p-checkout__list__block__inner .c-form_table tbody tr td,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-shipping-information-parent .p-checkout__list__block__inner .c-form_table tbody tr td,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-payment-information .p-checkout__list__block__inner .c-form_table tbody tr td,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-payment-schedule .p-checkout__list__block__inner .c-form_table tbody tr td,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-invite-code .p-checkout__list__block__inner .c-form_table tbody tr td {
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif;
}
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-billing-information .p-checkout__list__block__inner .c-form_table tbody tr td input[type=text],
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-billing-information .p-checkout__list__block__inner .c-form_table tbody tr td input[type=password],
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-billing-information .p-checkout__list__block__inner .c-form_table tbody tr td input[type=tel],
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-billing-information .p-checkout__list__block__inner .c-form_table tbody tr td input[type=email],
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-billing-information .p-checkout__list__block__inner .c-form_table tbody tr td select,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-how-to-receive .p-checkout__list__block__inner .c-form_table tbody tr td input[type=text],
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-how-to-receive .p-checkout__list__block__inner .c-form_table tbody tr td input[type=password],
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-how-to-receive .p-checkout__list__block__inner .c-form_table tbody tr td input[type=tel],
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-how-to-receive .p-checkout__list__block__inner .c-form_table tbody tr td input[type=email],
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-how-to-receive .p-checkout__list__block__inner .c-form_table tbody tr td select,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-shipping-information-parent .p-checkout__list__block__inner .c-form_table tbody tr td input[type=text],
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-shipping-information-parent .p-checkout__list__block__inner .c-form_table tbody tr td input[type=password],
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-shipping-information-parent .p-checkout__list__block__inner .c-form_table tbody tr td input[type=tel],
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-shipping-information-parent .p-checkout__list__block__inner .c-form_table tbody tr td input[type=email],
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-shipping-information-parent .p-checkout__list__block__inner .c-form_table tbody tr td select,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-payment-information .p-checkout__list__block__inner .c-form_table tbody tr td input[type=text],
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-payment-information .p-checkout__list__block__inner .c-form_table tbody tr td input[type=password],
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-payment-information .p-checkout__list__block__inner .c-form_table tbody tr td input[type=tel],
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-payment-information .p-checkout__list__block__inner .c-form_table tbody tr td input[type=email],
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-payment-information .p-checkout__list__block__inner .c-form_table tbody tr td select,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-payment-schedule .p-checkout__list__block__inner .c-form_table tbody tr td input[type=text],
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-payment-schedule .p-checkout__list__block__inner .c-form_table tbody tr td input[type=password],
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-payment-schedule .p-checkout__list__block__inner .c-form_table tbody tr td input[type=tel],
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-payment-schedule .p-checkout__list__block__inner .c-form_table tbody tr td input[type=email],
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-payment-schedule .p-checkout__list__block__inner .c-form_table tbody tr td select,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-invite-code .p-checkout__list__block__inner .c-form_table tbody tr td input[type=text],
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-invite-code .p-checkout__list__block__inner .c-form_table tbody tr td input[type=password],
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-invite-code .p-checkout__list__block__inner .c-form_table tbody tr td input[type=tel],
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-invite-code .p-checkout__list__block__inner .c-form_table tbody tr td input[type=email],
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-invite-code .p-checkout__list__block__inner .c-form_table tbody tr td select {
  color: #000 !important;
  border: 1px solid rgba(46, 29, 0, 0.3);
  border-radius: 3px !important;
  height: 50px;
}
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-billing-information .p-checkout__list__block__inner .c-form_table tbody tr td textarea,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-how-to-receive .p-checkout__list__block__inner .c-form_table tbody tr td textarea,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-shipping-information-parent .p-checkout__list__block__inner .c-form_table tbody tr td textarea,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-payment-information .p-checkout__list__block__inner .c-form_table tbody tr td textarea,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-payment-schedule .p-checkout__list__block__inner .c-form_table tbody tr td textarea,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-invite-code .p-checkout__list__block__inner .c-form_table tbody tr td textarea {
  color: #000 !important;
  border: 1px solid rgba(46, 29, 0, 0.3);
  border-radius: 3px !important;
}
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-billing-information .p-checkout__list__block__inner .c-form_table tbody tr td .u-text--body,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-how-to-receive .p-checkout__list__block__inner .c-form_table tbody tr td .u-text--body,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-shipping-information-parent .p-checkout__list__block__inner .c-form_table tbody tr td .u-text--body,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-payment-information .p-checkout__list__block__inner .c-form_table tbody tr td .u-text--body,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-payment-schedule .p-checkout__list__block__inner .c-form_table tbody tr td .u-text--body,
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-invite-code .p-checkout__list__block__inner .c-form_table tbody tr td .u-text--body {
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif;
}
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-remark .p-checkout__list__block__inner .p-checkout__list__block__inner__title {
  font-family: "Noto Sans JP", sans-serif;
  color: #000 !important;
}
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list .p-checkout__list__block__inner {
  max-width: 800px;
}
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list .p-checkout__list__block__inner .c-form_table tbody tr td .c-form_table__newsletter .c-form_table__checkbox #optin {
  background: #fff;
}
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list .p-checkout__list__block__inner .c-form_table tbody tr td .c-form_table__newsletter .c-form_table__checkbox #agree {
  background: #fff;
}
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list .p-checkout__list__block__inner .c-form_table tbody tr td .c-form_table__newsletter .c-form_table__checkbox .u-color__btn {
  color: #000 !important;
}
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list .p-checkout__list__block__inner .c-form_table tbody tr td .c-form_table__newsletter .c-form_table__checkbox .c-form_table__checkbox__text {
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif;
}
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__bottom .p-checkout__bottom__submit {
  border-radius: 50px;
  background: #2e1d00 !important;
  font-size: 14px !important;
  font-family: "Noto Sans JP", sans-serif;
  height: 48px;
  transition: all 300ms ease;
}
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__bottom .p-checkout__bottom__submit:hover {
  opacity: 1;
  color: #2e1d00 !important;
  background: #fff !important;
  border: 1px solid #2e1d00;
  transition: all 300ms ease;
}
body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__bottom .p-checkout__bottom__back {
  font-family: "Noto Sans JP", sans-serif;
  color: #000 !important;
}

body :has(#confirm-view) #confirm-view {
  background: #fefcef;
  padding-top: 138px !important;
  padding-bottom: 100px;
}
body :has(#confirm-view) #confirm-view .l-container__row.u-margin__top--80 {
  margin-top: 0;
}
body :has(#confirm-view) #confirm-view .l-container__row.u-margin__bottom--100 {
  margin-bottom: 0;
}
body :has(#confirm-view) #confirm-view .l-container__row .control-alert p {
  background: #fff;
}
body :has(#confirm-view) #confirm-view .l-container__row .c-steps_to_order .c-steps_to_order__step {
  font-family: "Noto Sans JP", sans-serif;
}
body :has(#confirm-view) #confirm-view .l-container__row .c-steps_to_order .c-steps_to_order__step.c-steps_to_order__step--1 .c-steps_to_order__number.is-complete {
  background: #2e1d00;
  color: #fff;
}
body :has(#confirm-view) #confirm-view .l-container__row .c-steps_to_order .c-steps_to_order__step.c-steps_to_order__step--1 .c-steps_to_order__number.is-complete::after {
  border-color: #2e1d00 !important;
}
body :has(#confirm-view) #confirm-view .l-container__row .c-steps_to_order .c-steps_to_order__step.c-steps_to_order__step--2 .c-steps_to_order__number.is-active {
  background: #2e1d00;
  color: #fff;
}
body :has(#confirm-view) #confirm-view .l-container__row .c-steps_to_order .c-steps_to_order__step .c-steps_to_order__number {
  background: #fff;
  width: 30px;
  height: 30px;
  color: #000;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-page_header .p-page_header__inner .p-page_header__inner__title {
  font-family: "Shippori Mincho", serif;
  font-size: 48px !important;
  color: #000 !important;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-page_header .p-page_header__inner .p-page_header__inner__lead {
  font-size: 14px !important;
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm {
  padding-left: 0;
  padding-right: 0;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__list .p-checkout_confirm__caution .p-checkout_confirm__caution__block {
  font-family: "Noto Sans JP", sans-serif;
  border-color: rgba(46, 29, 0, 0.3) !important;
  color: #000 !important;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__list .p-checkout_confirm__inner__list__block .p-checkout_confirm__inner__list__block__title {
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__list .p-checkout_confirm__inner__list__block .c-form_table {
  margin-top: 20px;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__list .p-checkout_confirm__inner__list__block .c-form_table tbody tr {
  border-color: rgba(46, 29, 0, 0.3) !important;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__list .p-checkout_confirm__inner__list__block .c-form_table tbody tr th {
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__list .p-checkout_confirm__inner__list__block .c-form_table tbody tr td {
  font-family: "Noto Sans JP", sans-serif;
  color: #000 !important;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__list .p-checkout_confirm__inner__list__block .p-order_confirmation .p-order_confirmation__heading {
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__list .p-checkout_confirm__inner__list__block .p-order_confirmation .c-confirm_field tbody tr {
  border-color: rgba(46, 29, 0, 0.3) !important;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__list .p-checkout_confirm__inner__list__block .p-order_confirmation .c-confirm_field tbody tr th {
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__list .p-checkout_confirm__inner__list__block .p-order_confirmation .c-confirm_field tbody tr td {
  font-family: "Noto Sans JP", sans-serif;
  color: #000 !important;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__list .p-checkout_confirm__inner__list__block .c-form_table--confirm tbody tr {
  border-color: rgba(46, 29, 0, 0.3) !important;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__list .p-checkout_confirm__inner__list__block .c-form_table--confirm tbody tr th {
  font-family: "Noto Sans JP", sans-serif;
  color: #000 !important;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__list .p-checkout_confirm__inner__list__block .c-form_table--confirm tbody tr td {
  font-family: "Noto Sans JP", sans-serif;
  color: #000 !important;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__list > section .p-checkout_confirm__form .p-checkout_confirm__float {
  position: static;
  width: 100%;
  padding: 0;
  box-shadow: none;
  background: none;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__list > section .p-checkout_confirm__form .p-checkout_confirm__float .p-checkout_confirm__float_content {
  display: block;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__list > section .p-checkout_confirm__form .p-checkout_confirm__float .p-checkout_confirm__float_content .p-checkout_confirm__total {
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 15px;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__list > section .p-checkout_confirm__form .p-checkout_confirm__float .p-checkout_confirm__float_content .p-checkout_confirm__total .p-checkout_confirm__price {
  font-size: 24px;
  font-family: "Noto Serif JP", sans-serif;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__list > section .p-checkout_confirm__form .p-checkout_confirm__float .p-checkout_confirm__float_content .p-checkout_confirm__submit {
  margin-left: 0;
  background: #d3bf78 !important;
  color: #000 !important;
  border-radius: 60px;
  font-size: 14px !important;
  border: 1px solid #d3bf78 !important;
  transition: all 300ms ease;
  width: 240px;
  height: 48px;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__list > section .p-checkout_confirm__form .p-checkout_confirm__float .p-checkout_confirm__float_content .p-checkout_confirm__submit:hover {
  background: #fff !important;
  opacity: 1;
  transition: all 300ms ease;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__list > section .p-checkout_confirm__form .p-checkout_confirm__static .p-checkout_confirm__inner__list__block__submit {
  background: #d3bf78 !important;
  color: #000 !important;
  border-radius: 60px;
  font-size: 14px !important;
  border: 1px solid #d3bf78 !important;
  transition: all 300ms ease;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__list > section .p-checkout_confirm__form .p-checkout_confirm__static .p-checkout_confirm__inner__list__block__submit:hover {
  background: #fff !important;
  opacity: 1;
  transition: all 300ms ease;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__list > section .p-checkout_confirm__inner__list__block__back {
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 20px !important;
  display: inline-block;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__side .c-cart_list .c-cart_list__list .c-cart_list__toggle-gift-target-items {
  font-family: "Noto Sans JP", sans-serif;
  color: #000 !important;
  font-size: 12px !important;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__side .c-cart_list .c-cart_list__list .c-cart_list__gift-target-items .c-cart_list__list__item__info .c-cart_list__list__item__info__text {
  color: #000 !important;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__side .c-billing_list {
  background: #fff;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__side .c-billing_list .c-billing_list__title {
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif;
  border-color: rgba(46, 29, 0, 0.3) !important;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__side .c-billing_list .c-billing_list__detail__base {
  border-color: rgba(46, 29, 0, 0.3) !important;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__side .c-billing_list .c-billing_list__detail__base li .c-billing_list__detail__item__row .c-billing_list__detail__item__row__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px !important;
  color: #000 !important;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__side .c-billing_list .c-billing_list__detail__base li .c-billing_list__detail__item__row .c-billing_list__detail__item__row__price {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 14px !important;
  color: #000 !important;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__side .c-billing_list .c-billing_list__detail__top__border {
  border-color: rgba(46, 29, 0, 0.3) !important;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__side .c-billing_list .c-billing_list__detail__top__border li .c-billing_list__detail__item__tax .c-billing_list__detail__item__tax__rate {
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__side .c-billing_list .c-billing_list__detail__top__border li .c-billing_list__detail__item__tax .c-billing_list__detail__item__tax__list li .c-billing_list__detail__item__tax__list__item__title {
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__side .c-billing_list .c-billing_list__detail__top__border li .c-billing_list__detail__item__tax .c-billing_list__detail__item__tax__list li .c-billing_list__detail__item__tax__list__item__price {
  color: #000 !important;
  font-family: "Noto Serif JP", sans-serif;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__side .c-billing_list .c-billing_list__detail__top__border .c-billing_list__total__title {
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__side .c-billing_list .c-billing_list__detail__top__border .c-billing_list__total__price {
  color: #000 !important;
  font-family: "Noto Serif JP", sans-serif;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__side .c-cart_list .c-cart_list__title {
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__side .c-cart_list .c-cart_list__title .c-cart_list__text {
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__side .c-cart_list .c-cart_list__list li .c-cart_list__list__item__info .c-cart_list__list__item__info__category {
  color: #000 !important;
  font-family: "Noto Serif JP", sans-serif;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__side .c-cart_list .c-cart_list__list li .c-cart_list__list__item__info .c-cart_list__list__item__info__title {
  color: #000 !important;
  font-family: "Noto Serif JP", sans-serif;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__side .c-cart_list .c-cart_list__list li .c-cart_list__list__item__info .c-cart_list__list__item__info__total .c-cart_list__list__item__info__total__quantity {
  color: #000 !important;
  font-family: "Noto Serif JP", sans-serif;
}
body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__side .c-cart_list .c-cart_list__list li .c-cart_list__list__item__info .c-cart_list__list__item__info__total .c-cart_list__list__item__info__total__price {
  color: #000 !important;
  font-family: "Noto Serif JP", sans-serif;
}

body :has(#perform-view) #perform-view .l-container__row .c-steps_to_order {
  margin-bottom: 50px;
}
body :has(#perform-view) #perform-view .l-container__row .c-steps_to_order .c-steps_to_order__step {
  font-family: "Noto Sans JP", sans-serif;
}
body :has(#perform-view) #perform-view .l-container__row .c-steps_to_order .c-steps_to_order__step.c-steps_to_order__step--1 .c-steps_to_order__number.is-complete {
  background: #2e1d00;
  color: #fff;
}
body :has(#perform-view) #perform-view .l-container__row .c-steps_to_order .c-steps_to_order__step.c-steps_to_order__step--1 .c-steps_to_order__number.is-complete::after {
  border-color: #2e1d00 !important;
}
body :has(#perform-view) #perform-view .l-container__row .c-steps_to_order .c-steps_to_order__step.c-steps_to_order__step--2 .c-steps_to_order__number.is-complete {
  background: #2e1d00;
  color: #fff;
}
body :has(#perform-view) #perform-view .l-container__row .c-steps_to_order .c-steps_to_order__step.c-steps_to_order__step--3 .c-steps_to_order__number.is-active {
  background: #2e1d00;
  color: #fff;
}
body :has(#perform-view) #perform-view .l-container__row .c-steps_to_order .c-steps_to_order__step .c-steps_to_order__number {
  background: #fff;
  width: 30px;
  height: 30px;
  color: #000;
}
body :has(#perform-view) #perform-view .l-container__row .p-page_header .p-page_header__inner .p-page_header__inner__title {
  color: #000 !important;
  font-size: 0 !important;
}
body :has(#perform-view) #perform-view .l-container__row .p-page_header .p-page_header__inner .p-page_header__inner__title:before {
  font-family: "Shippori Mincho", serif;
  content: "ご注文ありがとうございました";
  font-size: 30px !important;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 1.1rem;
  }
  .pc_only {
    display: none;
  }
  .tb_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  body :has(.p-under-cmn-inner) .l-container {
    padding-bottom: 125px;
  }
  body :has(.p-under-cmn-inner) .l-container .l-container__row .p-page_content .p-page_content__inner .p-under-cmn-mv .c-under-cmn-mv {
    width: 100%;
  }
  body :has(.p-under-cmn-inner) .l-container .l-container__row .p-page_content .p-page_content__inner .p-under-cmn-mv .c-under-cmn-mv span {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  body :has(.p-under-cmn-inner) .l-container .l-container__row .p-page_content .p-page_content__inner .p-under-cmn-mv .c-under-cmn-mv h1 {
    font-size: 2.8rem;
  }
  body :has(.p-under-cmn-inner) .l-container .l-container__row .p-page_content .p-under-cmn-inner {
    padding-inline: 24px;
  }
  body :has(.p-under-cmn-inner) .l-container .l-container__row .p-page_content .p-under-cmn-inner .c-title {
    font-size: 3.2rem;
    line-height: 1.6;
    margin-bottom: 45px;
  }
  body :has(.p-under-cmn-inner) .l-container .l-container__row .p-page_content .p-under-cmn-inner .c-title span {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .c-breadcrumb-wrap {
    margin-bottom: 80px;
  }
  .c-breadcrumb-wrap .c-breadcrumbs-list {
    font-size: 1rem !important;
  }
  .c-breadcrumb-wrap .c-breadcrumbs-list li a {
    font-size: 1rem !important;
  }
  body :has(.c-product_info__form__buttons,
  #new_contact,
  .p-account_form,
  .p-page_header > .p-page_header__inner > .p-page_header__inner__btn,
  #new_customer,
  .p-login__inner__login,
  .customers_registration_form,
  #cart-show-view,
  #new-view,
  #perform-view,
  #confirm-view,
  #customers-view,
  #customer-edit-view,
  #shipping-address-edit-view,
  #copy-shipping-address,
  #customers-password-edit-view,
  #customers-card-index-view,
  .p-subscription_list,
  .p-address_list__add,
  .p-favorite__list,
  #orders-detail-view,
  .p-history_list,
  #shipping-address-new-view) .l-header {
    height: 26px;
  }
  .l-header {
    height: 26px;
  }
  .l-header .l-header-top {
    padding-inline: 24px;
    font-size: 1rem;
    letter-spacing: 0.02em;
  }
  .l-header .l-header__wrap {
    display: none;
  }
  .l-footer .l-footer__wrap {
    padding-bottom: 20px;
    padding-top: 205px;
    background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/bg_footer_sp.png) no-repeat, #170b07;
    background-size: 100%;
  }
  .l-footer .l-footer__wrap .l-footer__head {
    flex-direction: column;
    padding-inline: 24px;
    margin-bottom: 58px;
  }
  .l-footer .l-footer__wrap .l-footer__head .l-footer__head__col {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 60px;
  }
  .l-footer .l-footer__wrap .l-footer__head .l-footer__head__col .p-footer-logo {
    margin-left: 0;
    width: 70px;
    min-width: 70px;
  }
  .l-footer .l-footer__wrap .l-footer__head .l-footer__head__col .p-footer-nav {
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: column;
    row-gap: 27px;
    margin-top: 10px;
  }
  .l-footer .l-footer__wrap .l-footer__head .l-footer__head__col .p-footer-nav ul {
    row-gap: 27px;
  }
  .l-footer .l-footer__wrap .l-footer__head .l-footer__head__col .p-footer-nav ul li a {
    font-size: 1.3rem;
  }
  .l-footer .l-footer__wrap .l-footer__head .l-footer__head__spnav {
    display: block;
    margin-bottom: 25px;
  }
  .l-footer .l-footer__wrap .l-footer__head .l-footer__head__info {
    width: 100%;
  }
  .l-footer .l-footer__wrap .l-footer__head .l-footer__head__info dl dt a {
    font-size: 2rem;
  }
  .l-footer .l-footer__wrap .l-footer__middle {
    flex-direction: column;
  }
  .l-footer .l-footer__wrap .l-footer__middle .l-footer__middle__sns {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
  }
  .l-footer .l-footer__wrap .l-footer__middle .l-footer__middle__sns .c-line-stamp {
    width: 100%;
  }
  .l-footer .l-footer__wrap .l-footer__middle .l-footer__middle__sns .c-line-stamp a {
    justify-content: center;
  }
  .l-footer .l-footer__wrap .l-footer__middle .l-footer__middle__note {
    display: none;
  }
  .l-footer .l-footer__wrap02 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 70px;
  }
  .l-footer .l-footer__wrap02 .l-footer__bottom {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
  }
  .l-footer .l-footer__wrap02 .l-footer__bottom ul {
    -moz-column-gap: 20px;
         column-gap: 20px;
    width: 100%;
    justify-content: center;
  }
  .l-footer .l-footer__wrap02 .l-footer__bottom ul li a {
    font-size: 1.1rem;
  }
  .l-footer .l-footer__wrap02 .l-footer__bottom p {
    text-align: center;
    font-size: 1rem;
  }
  .l-spmenu {
    display: flex;
  }
  .l-drawer {
    padding-left: 0;
  }
  .l-drawer .p-drawer-scroll {
    display: none;
  }
  .l-drawer .l-drawer__head {
    padding-right: 24px;
    padding-left: 24px;
  }
  .l-drawer .l-drawer__head .c-logo {
    width: 60px;
  }
  .l-drawer .l-drawer__head .l-drawer__head__nav .c-language li:first-child::after {
    height: 25px;
  }
  .l-drawer .l-drawer__head .l-drawer__head__nav .c-language li a {
    font-size: 1.4rem;
  }
  .l-drawer .l-drawer__head .l-drawer__head__nav .c-close {
    display: none;
  }
  .l-drawer .l-drawer__search {
    padding-right: 24px;
    padding-left: 24px;
  }
  .l-drawer .l-drawer__nav {
    padding-right: 24px;
    padding-left: 24px;
  }
  .l-drawer .l-drawer__nav ul li dl dd ul li a {
    padding-left: 20px;
  }
  .l-drawer .l-drawer__nav ul li a {
    font-size: 2rem;
  }
  .l-drawer .l-drawer__nav ul li a::before {
    right: 10px;
  }
  .l-drawer .l-drawer__nav ul li a span {
    font-size: 1.2rem;
  }
  .l-drawer .l-drawer__bnr .l-drawer__bnr__box {
    margin-bottom: 40px;
    margin-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
  .l-drawer .l-drawer__bnr .l-drawer__bnr__box ul {
    flex-wrap: nowrap;
    overflow: scroll;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 0;
    padding-bottom: 20px;
  }
  .l-drawer .l-drawer__bnr .l-drawer__bnr__box ul::before {
    content: "";
    display: block;
    width: 4px;
    height: 1px;
    flex-shrink: 0;
  }
  .l-drawer .l-drawer__bnr .l-drawer__bnr__box ul::after {
    content: "";
    display: block;
    width: 4px;
    height: 1px;
    flex-shrink: 0;
  }
  .l-drawer .l-drawer__bnr .l-drawer__bnr__box ul li {
    width: 240px;
    min-width: 240px;
  }
  .l-drawer .l-drawer__btn {
    margin-bottom: 45px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .l-drawer .l-drawer__info {
    padding-right: 24px;
    padding-left: 24px;
    margin-bottom: 0;
  }
  .l-drawer .l-drawer__info dl dt a {
    font-size: 2rem;
  }
  .l-drawer .l-drawer__close {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 75px;
    height: 60px;
    background: #4d4d4d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    display: none;
  }
  .l-drawer .l-drawer__close p {
    display: none;
  }
  #drawerCloseSp.is__show {
    opacity: 1;
    pointer-events: all;
    transition: all 300ms ease;
  }
  .l-bnr-line {
    width: 187px;
    bottom: 80px;
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .l-bnr-line .p-bnr-line-ico {
    right: auto;
    left: -10px;
    right: auto;
  }
  .l-bnr-line a {
    padding: 14px 18px;
  }
  .l-bnr-line a::before {
    content: none;
  }
  .l-bnr-line a dl dt {
    font-size: 1.2rem;
    width: 135px;
    height: 24px;
  }
  .l-bnr-line a dl dd {
    font-size: 1.2rem;
  }
  .l-bnr-line a dl dd .is__yen {
    font-size: 2rem;
  }
  #drawerBg,
  #loginBg {
    pointer-events: none;
    opacity: 0;
  }
  .l-verification .l-verification-logo {
    width: 40px;
    left: 20px;
    top: 24px;
  }
  .l-verification .l-verification-wrap .l-verification-head {
    margin-bottom: 30px;
  }
  .l-verification .l-verification-wrap .l-verification-head h2 {
    font-size: 2.6rem;
    margin-bottom: 15px;
  }
  .l-verification .l-verification-wrap .l-verification-head p {
    font-size: 1.6rem;
  }
  .l-verification .l-verification-wrap .l-verification-head-en {
    margin-bottom: 40px;
  }
  .l-verification .l-verification-wrap .l-verification-head-en h3 {
    font-size: 2.6rem;
    margin-bottom: 15px;
  }
  .l-verification .l-verification-wrap .l-verification-head-en p {
    font-size: 1.6rem;
  }
  .l-verification .l-verification-wrap .l-verification-btn {
    padding-inline: 24px;
  }
  .l-verification .l-verification-wrap .l-verification-btn .c-verification-btn a {
    height: 60px;
    font-size: 1.6rem;
  }
  .c-btn a {
    font-size: 1.6rem;
  }
  .c-title {
    font-size: 3.2rem;
    line-height: 1.6;
  }
  .c-title span {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .c-breadcrumbs {
    font-size: 1.1rem;
    margin-bottom: 45px;
  }
  .c-pagination .c-pagination__list {
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-top: 50px;
  }
  .c-pagination .c-pagination__list .c-pagination__list__item .c-pagination__list__item__page {
    font-size: 2.4rem;
  }
  .c-lang {
    display: none;
  }
  .c-tel {
    pointer-events: all;
  }
  .c-login-wrap .p-login-ttl {
    font-size: 2.6rem;
    margin-bottom: 18px;
  }
  .c-login-wrap .p-login-txt .p-login-txt01 {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 20px;
  }
  .c-login-wrap .p-login-txt .p-login-txt02 {
    font-size: 1.3rem;
  }
  .c-login-wrap .c-login-form {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .c-login-wrap .c-login-form .c-login-form-blk .c-login-form-blk-col {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .c-login-wrap .c-login-form .c-login-form-blk .c-login-form-blk-col .c-login-form-blk-col-pass {
    width: 100%;
  }
  .c-login-wrap .c-login-form .c-login-form-blk .c-login-form-blk-col .c-login-form-blk-col-pass input[type=password] {
    font-size: 1.5rem;
  }
  .c-login-wrap .c-login-form .c-login-form-blk .c-login-form-blk-col .c-login-form-blk-col-btn {
    width: 100%;
  }
  .c-login-wrap .c-login-form .c-login-form-blk .c-login-form-blk-col .c-login-form-blk-col-btn button,
  .c-login-wrap .c-login-form .c-login-form-blk .c-login-form-blk-col .c-login-form-blk-col-btn a {
    width: 100%;
  }
  .c-login-wrap .c-login-form .c-login-form-blk .c-login-form-blk-col02 {
    display: flex;
    justify-content: center;
  }
  .c-login-wrap .c-login-form .c-login-form-blk .c-login-form-blk-col02 label {
    font-size: 1.1rem;
  }
  #premium-list .c-login-wrap.is__member,
  #premium-detail .c-login-wrap.is__member {
    top: 173px;
    padding-inline: 20px;
  }
  .c-cookie {
    padding: 20px 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    flex-wrap: wrap;
  }
  .c-cookie .c-cookie-txt {
    font-size: 1.1rem;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .c-cookie .c-cookie-blk {
    justify-content: center;
    width: 100%;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .l-mv-sticky .p-mv-sticky-blk .p-mv-sticky-ttl {
    bottom: 70px;
  }
  .l-mv-sticky .p-mv-sticky-blk .p-mv-sticky-ttl p {
    font-size: 2.4rem;
  }
  .l-mv-sticky .p-mv-sticky-blk .p-mv-sticky-ttl h2,
  .l-mv-sticky .p-mv-sticky-blk .p-mv-sticky-ttl h1 {
    font-size: 2.8rem;
  }
  .l-recom {
    padding-bottom: 60px;
  }
  .l-recom .l-recom__wrap .c-title span {
    font-size: 2.4rem;
  }
  .l-recom .l-recom__wrap .swiper-slide p {
    font-size: 1.6rem;
  }
  .l-recom .l-recom__wrap .swiper-button-prev,
  .l-recom .l-recom__wrap .swiper-button-next {
    display: none;
  }
  .l-pickup .c-title {
    padding-inline: 24px;
  }
  .l-pickup .c-title span {
    font-size: 2.4rem;
  }
  .l-pickup .l-pickup__wrap .swiper-button-prev,
  .l-pickup .l-pickup__wrap .swiper-button-next {
    display: none;
  }
  .l-product {
    padding-top: 65px;
    padding-bottom: 105px;
  }
  .l-product .l-product__wrap {
    padding-inline: 24px;
  }
  .l-product .l-product__wrap .c-title {
    margin-bottom: 45px;
  }
  .l-product .l-product__wrap h3 {
    font-size: 2.4rem;
  }
  .l-product .l-product__wrap02 {
    width: 100%;
  }
  .l-product .l-product__wrap02 h3 {
    font-size: 2.4rem;
    padding-left: 24px;
  }
  .l-product .l-product__wrap02 .p-product-item {
    margin-bottom: 60px;
  }
  .l-product .l-product__wrap02 .p-product-item dd ul {
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding-bottom: 20px;
    overflow-x: scroll;
  }
  .l-product .l-product__wrap02 .p-product-item dd ul::before {
    content: "";
    display: block;
    width: 14px;
    height: 1px;
    flex-shrink: 0;
  }
  .l-product .l-product__wrap02 .p-product-item dd ul::after {
    content: "";
    display: block;
    width: 14px;
    height: 1px;
    flex-shrink: 0;
  }
  .l-product .l-product__wrap02 .p-product-item dd ul li {
    width: 240px;
    min-width: 240px;
  }
  .l-product .l-product__wrap02 .p-product-item dd ul li a {
    margin-bottom: 15px;
  }
  .l-product .l-product__wrap02 .p-product-item dd ul li p {
    font-size: 1.6rem;
  }
  .l-product .l-product__img {
    display: none;
    margin-bottom: 80px;
  }
  .l-product .l-product__img ul {
    flex-wrap: wrap;
  }
  .l-product .l-product-sp__img {
    display: block;
    margin-bottom: 80px;
  }
  .l-about {
    background: url(https://dev.recus-groove.com/kyoyashuzou/images/top/bg_about_sp.jpg) no-repeat;
    background-size: cover;
  }
  .l-about .l-about__wrap {
    padding-inline: 24px;
  }
  .l-about .l-about__wrap .c-title {
    margin-bottom: 35px;
  }
  .l-about .l-about__wrap ul {
    gap: 20px;
    margin-bottom: 40px;
  }
  .l-about .l-about__wrap ul li {
    width: 100%;
  }
  .l-about .l-about__wrap ul li a::before {
    bottom: 15px;
    right: 10px;
  }
  .l-about .l-about__wrap ul li a::after {
    height: 90px;
  }
  .l-about .l-about__wrap ul li a p {
    font-size: 1.6rem;
    left: 10px;
    bottom: 10px;
  }
  .l-youtube .l-youtube__wrap {
    padding-inline: 24px;
  }
  .l-youtube .l-youtube__wrap .c-title {
    margin-bottom: 35px;
  }
  .l-youtube .l-youtube__wrap ul {
    gap: 20px;
    margin-bottom: 40px;
  }
  .l-youtube .l-youtube__wrap ul li {
    width: 100%;
  }
  .l-news .l-news__wrap {
    flex-wrap: wrap;
    width: 100%;
    padding-inline: 24px;
  }
  .l-news .l-news__wrap .p-news-ttl {
    margin-bottom: 35px;
  }
  .l-news .l-news__wrap .p-news-blk {
    width: 100%;
  }
  .l-news .l-news__wrap .p-news-blk ul {
    margin-right: 0;
  }
  .l-news .l-news__wrap .p-news-blk ul li a {
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 28px;
  }
  .l-news .l-news__wrap .p-news-blk ul li a .p-news-date {
    margin-bottom: 18px;
  }
  .l-news .l-news__wrap .p-news-blk ul li a p {
    -webkit-line-clamp: 3;
    font-size: 1.3rem;
  }
  .l-news .l-news__wrap .p-news-blk div a {
    font-size: 1.8rem;
  }
  .l-slider {
    padding-bottom: 30px;
  }
  body.modal-open .modal-scrollable .modal .modal-body form .form-group a {
    height: 60px;
    font-size: 1.6rem;
  }
  body:has(.c-product_info__form__buttons) #product-show-view {
    padding-top: 40px !important;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content {
    padding-top: 0;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__breadcrumbs {
    padding-inline: 24px;
    margin-bottom: 30px;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__breadcrumbs.p-product_content__breadcrumbs--pc {
    display: block;
    padding-inline: 24px;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__breadcrumbs .c-breadcrumbs {
    font-size: 1rem !important;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__breadcrumbs .c-breadcrumbs .c-breadcrumbs__item::after {
    font-size: 1rem !important;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__breadcrumbs .c-breadcrumbs .c-breadcrumbs__item a {
    font-size: 1rem !important;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__img {
    width: 100%;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__img #splide02 .splide__arrows .splide__arrow--prev {
    margin-top: -60px;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__img #splide02 .splide__arrows .splide__arrow--next {
    margin-top: -60px;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__img #splide02 .c-product_img__track .c-product_img__list::before {
    content: "";
    display: block;
    flex-shrink: 0;
    height: 1px;
    width: 14px;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__img #splide02 .c-product_img__track .c-product_img__list {
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-right: 48px !important;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__img #splide02 .c-product_img__track .c-product_img__list .c-product_img__item {
    width: 100px !important;
    height: 100px !important;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info {
    width: 100%;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form .c-product_info__category {
    font-size: 1.6rem !important;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form .c-product_info__title {
    font-size: 3.2rem !important;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form .c-product_info__form__variant.sortable {
    margin-top: 30px;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form .c-product_info__form__variant.sortable > div label {
    width: 100%;
    max-width: 100%;
    min-width: auto;
    display: block;
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form .c-product_info__form__variant.sortable > div > div {
    width: 100%;
    display: block;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form .c-product_info__form__variant.sortable > div > div select {
    width: 100%;
    font-size: 1.4rem;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form #quantity-group {
    margin-top: 15px;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form #quantity-group .c-product_info__form__quantity__label {
    font-size: 1.4rem !important;
    width: 80px;
    min-width: 80px;
    max-width: 80px;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form #quantity-group .c-product_info__form__quantity__wrap .c-order_quantity {
    width: 128px;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form #quantity-group .c-product_info__form__quantity__wrap .c-order_quantity #input-quantity {
    width: 58px;
    max-width: 58px;
    min-width: 58px;
    height: 40px;
    font-size: 1.6rem;
    left: 35px;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form #quantity-group .c-product_info__form__quantity__wrap .c-order_quantity #btn-minus {
    width: 30px;
    height: 40px;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form #quantity-group .c-product_info__form__quantity__wrap .c-order_quantity #btn-plus {
    width: 30px;
    height: 40px;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form .c-product_info__form__buttons .c-product_info__form__submit {
    height: 60px;
    font-size: 1.6rem !important;
    margin-top: 40px;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form .c-product_info__form__buttons .c-product_info__form__submit::before {
    width: 18px;
    height: 18px;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form #btn-stock-waiting-list {
    width: 182px;
    height: 24px;
    font-size: 1.2rem !important;
    margin-top: 30px;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form #btn-stock-waiting-list::before {
    margin-top: -2px;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form #price-group {
    margin-top: 30px;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form #price-group #product-price-content::before {
    font-size: 1.4rem;
    margin-right: 0;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form #price-group #product-price-content #sales-price {
    font-size: 3.2rem !important;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form #price-group #product-price-content .u-text--subhead {
    font-size: 1.4rem !important;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner #product-description {
    margin-top: 80px;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .js-custom-container .p-recommend_product {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
  }
  .l-item-area {
    padding-inline: 24px;
    padding-bottom: 125px;
  }
  .l-item-area .c-title {
    margin-bottom: 45px;
  }
  .l-item-area .p-item-area-lead {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .l-item-area .c-title-item {
    font-size: 3rem;
    line-height: 1.5;
    margin-bottom: 25px;
  }
  .l-item-area .p-item-area-tab {
    margin-bottom: 125px;
  }
  .l-item-area .p-item-area-tab .c-item-tab {
    -moz-column-gap: 5px;
         column-gap: 5px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-inline: 10px;
  }
  .l-item-area .p-item-area-tab .c-item-tab .c-item-tab-item {
    width: -moz-fit-content;
    width: fit-content;
    padding-inline: 15px;
    text-align: center;
    height: 35px;
    font-size: 1.4rem;
    justify-content: center;
  }
  .l-item-area .p-item-area-tab .c-item-tab .c-item-tab-item.is__show {
    height: 45px;
  }
  .l-item-area .p-item-area-tab .c-item-tab-inner {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content {
    padding-inline: 24px;
  }
  .l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content01 {
    flex-wrap: wrap;
  }
  .l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content01 dt {
    font-size: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    padding-bottom: 20px;
  }
  .l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content01 dd {
    width: 100%;
  }
  .l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content01 dd table tr:first-child {
    border-top: none;
  }
  .l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content01 dd table tr th {
    padding-left: 0;
    vertical-align: baseline;
    width: 110px;
    min-width: 110px;
    max-width: 110px;
  }
  .l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content02 dt {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content02 dd table tr th {
    font-size: 1.6rem;
    border-right: none;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content02 dd table tr th .c-item-table-cel-top {
    margin-bottom: 0;
    width: 50%;
    display: flex;
    align-items: center;
    padding-left: 30px;
  }
  .l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content02 dd table tr th .c-item-table-cel-bottom {
    width: 50%;
    min-height: auto;
  }
  .l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content02 dd table tr th .c-item-table-cel-bottom img {
    width: 30px;
  }
  .l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content02 p {
    font-size: 1.2rem;
  }
  .l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content03 dt {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content03 dd {
    flex-wrap: wrap;
  }
  .l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content03 dd .c-item-paring-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content03 dd .c-item-paring-blk {
    width: 100%;
  }
  .l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content03 dd .c-item-paring-blk ul {
    margin-bottom: 10px;
  }
  .l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content03 dd .c-item-paring-blk ul li {
    font-size: 1.6rem;
  }
  .l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content03 dd .c-item-paring-blk p {
    font-size: 1.2rem;
  }
  .l-item-area .p-item-area-note {
    padding-inline: 24px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 130px;
  }
  .l-item-area .p-item-area-note .p-item-area-note-box h3 {
    font-size: 2.4rem;
  }
  .l-item-area .p-item-area-note .p-item-area-note-box ul li {
    font-size: 1.4rem;
  }
  .l-item-area .p-item-area-note .p-item-area-note-box ul li::before {
    top: 5px;
  }
  .l-item-area .p-item-area-blk {
    margin-bottom: 80px;
  }
  .l-item-area .p-item-area-blk .p-item-area-blk-img {
    margin-bottom: 25px;
  }
  .l-item-area .p-item-area-blk .p-item-area-blk-img.vw100 {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-bottom: 25px;
  }
  .l-item-area .p-item-area-blk p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .l-item-area .p-item-area-col {
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  .l-item-area .p-item-area-col.reverse .p-item-area-col-img {
    order: 1;
  }
  .l-item-area .p-item-area-col.reverse .p-item-area-col-txt {
    order: 2;
  }
  .l-item-area .p-item-area-col .p-item-area-col-img {
    margin-bottom: 20px;
  }
  .l-item-area .p-item-area-col .p-item-area-col-txt h3 {
    font-size: 1.6rem;
  }
  .l-item-area .p-item-area-col .p-item-area-col-txt p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .l-item-area .p-item-area-bnr {
    margin-bottom: 120px;
  }
  .l-item-area .p-item-area-bnr ul {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .l-item-area .p-item-area-teiki {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 120px;
  }
  .l-item-area .p-item-area-teiki h3 {
    font-size: 3rem;
  }
  .l-item-area .p-item-area-teiki .p-item-area-teiki-head {
    margin-bottom: 60px;
  }
  .l-item-area .p-item-area-teiki .p-item-area-teiki-col {
    flex-wrap: wrap;
    padding-inline: 24px;
    row-gap: 60px;
    margin-bottom: 55px;
  }
  .l-item-area .p-item-area-teiki .p-item-area-teiki-col .c-item-teiki {
    width: 100%;
  }
  .l-item-area .p-item-area-teiki .p-item-area-teiki-col .c-item-teiki a {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .l-item-area .p-item-area-teiki .p-item-area-teiki-col .c-item-teiki a .c-item-teiki-thumb {
    margin-inline: auto;
    display: block;
    width: 180px;
    min-width: auto;
    margin-bottom: 20px;
  }
  .l-item-area .p-item-area-teiki .p-item-area-teiki-col .c-item-teiki a .c-item-teiki-blk {
    margin-right: 0;
  }
  .l-item-area .p-item-area-teiki .p-item-area-teiki-col .c-item-teiki a .c-item-teiki-blk h4 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .l-item-area .p-item-area-teiki .p-item-area-teiki-col .c-item-teiki a .c-item-teiki-blk p {
    line-height: 1.5;
    font-size: 1.2rem;
  }
  .l-item-area .p-item-area-teiki .p-item-area-teiki-bottom h4 {
    font-size: 3rem;
    line-height: 1.5;
    padding-bottom: 25px;
  }
  .l-item-area .p-item-area-teiki .p-item-area-teiki-bottom .p-item-area-teiki-info {
    flex-wrap: wrap;
    padding-inline: 24px;
    border-bottom: none;
    border-top: none;
    row-gap: 10px;
  }
  .l-item-area .p-item-area-teiki .p-item-area-teiki-bottom .p-item-area-teiki-info dl {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .l-item-area .p-item-area-teiki .p-item-area-teiki-bottom .p-item-area-teiki-info dl dt {
    font-size: 1.8rem;
  }
  .l-item-area .p-item-area-teiki .p-item-area-teiki-bottom .p-item-area-teiki-info dl dd {
    font-size: 1.6rem;
  }
  .l-item-area .p-item-area-recom {
    margin-bottom: 120px;
  }
  .l-item-area .p-item-area-recom h3 {
    font-size: 3rem;
    margin-bottom: 25px;
  }
  .l-item-area .p-item-area-recom .p-item-area-recom-col {
    flex-wrap: wrap;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .l-item-area .p-item-area-recom .p-item-area-recom-col .p-item-area-recom-img {
    width: 100%;
    margin-bottom: 25px;
  }
  .l-item-area .p-item-area-recom .p-item-area-recom-col .p-item-area-recom-list {
    width: 100%;
  }
  .l-item-area .p-item-area-recom .p-item-area-recom-col .p-item-area-recom-list ul {
    margin-left: 24px;
  }
  .l-item-area .p-item-area-recom .p-item-area-recom-col .p-item-area-recom-list ul li {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-left: 10px;
  }
  .l-item-area .p-item-area-recom .p-item-area-recom-col .p-item-area-recom-list ul li::before {
    width: 24px;
    height: 24px;
    left: 0;
  }
  .l-item-area .p-item-area-voice {
    padding-top: 120px;
    padding-bottom: 120px;
    border-bottom: none;
  }
  .l-item-area .p-item-area-voice h3 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
  .l-item-area .p-item-area-voice .p-item-area-voice-box {
    flex-wrap: wrap;
    padding-inline: 24px;
    gap: 10px;
  }
  .l-item-area .p-item-area-voice .p-item-area-voice-box .p-item-area-voice-card {
    padding: 20px 20px 75px;
    width: 100%;
  }
  .l-item-area .p-item-area-voice .p-item-area-voice-box .p-item-area-voice-card p:first-child {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .l-item-area .p-item-area-voice .p-item-area-voice-box .p-item-area-voice-card p:last-child {
    bottom: 20px;
    right: 20px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .l-item-area .p-item-area-qa {
    margin-top: 0;
    margin-bottom: 0;
  }
  .l-item-area .p-item-area-qa .c-title {
    margin-bottom: 40px;
  }
  .l-item-area .p-item-area-qa .p-item-area-qa-box {
    padding: 35px 24px 50px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .l-item-area .p-item-area-qa .p-item-area-qa-box dl {
    padding-left: 0;
    padding-right: 0;
  }
  .l-item-area .p-item-area-qa .p-item-area-qa-box dl .c-item-qa-q {
    font-size: 1.8rem;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 30px;
  }
  .l-item-area .p-item-area-qa .p-item-area-qa-box dl .c-item-qa-q .c-item-qa-q-en {
    font-size: 2rem;
  }
  .l-item-area .p-item-area-qa .p-item-area-qa-box dl dd {
    padding-bottom: 20px;
  }
  .l-item-area .p-item-area-qa .p-item-area-qa-box dl dd .c-item-qa-a {
    font-size: 1.6rem;
  }
  .l-item-area .p-item-area-qa .p-item-area-qa-box dl dd .c-item-qa-a .c-item-qa-a-en {
    font-size: 2rem;
  }
  .l-item-area .p-item-area-qa .p-item-area-qa-box dl dd .c-item-qa-a02 {
    margin-left: 0;
    font-size: 1.6rem;
  }
  body:has(.l-search-temp)::before {
    background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/category/bg_category_sp.jpg) no-repeat;
    background-position: left;
    background-size: cover;
  }
  body :has(.l-search-temp) .l-container .p-breadcrumbs {
    padding-inline: 24px;
  }
  body :has(.l-search-temp) .l-container .p-breadcrumbs .c-breadcrumbs {
    font-size: 1rem !important;
    margin-bottom: 85px;
  }
  body :has(.l-search-temp) .l-container .p-breadcrumbs .c-breadcrumbs .c-breadcrumbs__item::after {
    font-size: 1rem !important;
  }
  body :has(.l-search-temp) .l-container .p-breadcrumbs .c-breadcrumbs .c-breadcrumbs__item a {
    font-size: 1rem !important;
  }
  body :has(.l-search-temp) .l-container .l-container__row .p-page_header .p-page_header__inner .l-search-temp {
    margin-bottom: 45px;
  }
  body :has(.l-search-temp) .l-container .l-container__row .p-page_header .p-page_header__inner .l-search-temp .p-search-mv {
    height: 120px;
    background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/category/mv_sp.jpg) no-repeat;
    background-size: cover;
  }
  body :has(.l-search-temp) .l-container .l-container__row .p-page_header .p-page_header__inner .l-search-temp .c-title {
    padding-inline: 24px;
  }
  body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .p-list_header .p-list_header__inner {
    padding-inline: 24px;
  }
  body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .c-search_cond .c-search_cond__inner {
    padding-inline: 24px;
  }
  body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row > .p-product_list__list {
    padding-inline: 24px;
  }
  body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .p-product_list__list__ttl + .p-product_list__list {
    flex-wrap: nowrap;
    overflow: scroll;
  }
  body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .p-product_list__list__ttl + .p-product_list__list::after {
    content: "";
    display: block;
    width: 5px;
    height: 1px;
    flex-shrink: 0;
  }
  body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .p-product_list__list__ttl + .p-product_list__list .p-product_list__list__item {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
  }
  body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .p-product_list__list__ttl + .p-product_list__list .p-product_list__list__item .c-product_item .c-product_item__inner__content .c-product_item__inner__title {
    font-size: 1.6rem !important;
  }
  body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .p-product_list__list__ttl {
    padding-inline: 24px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  body:has(.l-category-temp)::before {
    background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/category/bg_category_sp.jpg) no-repeat;
    background-position: left;
    background-size: cover;
  }
  body:has(.l-category-temp02)::before {
    background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/category/kiwami/bg_category_kiwami_sp.jpg) no-repeat;
    background-position: left;
    background-size: cover;
  }
  body:has(.l-category-temp03)::before {
    background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/category/kameshizuku/bg_category_kameshizuku_sp.jpg) no-repeat;
    background-position: left;
    background-size: cover;
  }
  body:has(.l-category-temp04)::before {
    background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/category/kametsuyu/bg_category_kametsuyu_sp.jpg) no-repeat;
    background-position: left;
    background-size: cover;
  }
  body :has(.p-product_list__list) .l-container {
    padding-bottom: 125px;
  }
  body :has(.p-product_list__list) .l-container .p-breadcrumbs {
    padding-inline: 24px;
  }
  body :has(.p-product_list__list) .l-container .p-breadcrumbs .c-breadcrumbs {
    font-size: 1rem !important;
    margin-bottom: 85px;
  }
  body :has(.p-product_list__list) .l-container .p-breadcrumbs .c-breadcrumbs .c-breadcrumbs__item::after {
    font-size: 1rem !important;
  }
  body :has(.p-product_list__list) .l-container .p-breadcrumbs .c-breadcrumbs .c-breadcrumbs__item a {
    font-size: 1rem !important;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn {
    margin-bottom: 75px;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn.l-category-temp-kametsuyu .l-category-sec .p-category-col {
    margin-bottom: 55px;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn.l-category-temp-kametsuyu .l-category-sec .p-category-col02 .p-category-col-img {
    right: 0;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn.l-category-temp-kametsuyu .l-category-sec .p-category-col02 .p-category-col-img img {
    width: 100px;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .p-category-mv {
    height: 160px;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .p-category-mv img {
    height: 160px;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .p-category-mv .c-title {
    padding-inline: 24px;
    font-size: 5rem;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .p-category-mv .c-title span {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .p-category-mv .c-title span::before {
    top: 23px;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec {
    padding-bottom: 85px;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .c-cat-breadcrumbs .p-breadcrumbs .c-breadcrumbs {
    margin-bottom: 80px;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-txtimg {
    width: 130px;
    top: 20px;
    right: 20px;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-head {
    padding-inline: 24px;
    width: 100%;
    padding-bottom: 70px;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-head .p-category-head-ttl {
    font-size: 3.2rem;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-head .p-category-head-txt {
    font-size: 1.2rem;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-col {
    flex-wrap: wrap;
    row-gap: 24px;
    margin-bottom: 55px;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-col .p-category-col-img {
    width: 100%;
    margin-left: 0;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-col .p-category-col-blk {
    width: 100%;
    padding-inline: 24px;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-col .p-category-col-blk .p-category-col-blk-ttl {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-col .p-category-col-blk .p-category-col-blk-txt {
    font-size: 1.2rem;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-bg {
    margin-bottom: 60px;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-col02 {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-col02 .p-category-col-img {
    width: 100%;
    left: 0;
    order: 1;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-col02 .p-category-col-img img {
    width: 250px;
    display: block;
    margin-inline: auto;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-col02 .p-category-col-blk {
    width: 100%;
    order: 2;
    padding-inline: 24px;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-col02 .p-category-col-blk .p-category-col-blk-ttl {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-col02 .p-category-col-blk .p-category-col-blk-txt {
    font-size: 1.2rem;
    margin-bottom: 25px;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-list .p-category-list {
    padding-inline: 24px;
    padding-bottom: 40px;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-list .p-category-list .c-category-tab {
    display: flex;
    align-items: flex-end;
    -moz-column-gap: 5px;
         column-gap: 5px;
    transform: translateY(-100%);
    padding-left: 24px;
    overflow: scroll;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-list .p-category-list .c-category-tab::after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    flex-shrink: 0;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-list .p-category-list .l-category-item {
    overflow: hidden;
    display: block;
    padding-top: 30px;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-list .p-category-list .l-category-item:has(.c-category-item:nth-child(n+3)) {
    margin-right: 0;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-list .p-category-list .l-category-item::after {
    content: none;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-list .p-category-list .l-category-item .c-category-item {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: none;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-list .p-category-list .l-category-item .c-category-item.is__active {
    display: block;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-list .p-category-list .l-category-item .c-category-item .c-category-item-ttl {
    font-size: 1.6rem;
    margin-bottom: 18px;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-list .p-category-list .l-category-item .c-category-item .c-category-item-desc {
    font-size: 1.2rem;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-list .p-category-list .l-category-item .c-category-item .c-category-item-table tr th {
    vertical-align: top;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-swiper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp {
    margin-bottom: 45px;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp .p-category-mv {
    height: 120px;
    background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/category/mv_sp.jpg) no-repeat;
    background-size: cover;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp .p-category-subcat p {
    font-size: 2.6rem;
    margin-bottom: 25px;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp .p-category-subcat p span {
    margin-top: 5px;
    font-size: 2rem;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp .p-category-subcat ul {
    padding-inline: 25px;
    row-gap: 0;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp .p-category-subcat ul li {
    width: 100%;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp .p-category-subcat ul li a {
    font-size: 2rem;
    align-items: center;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp .p-category-subcat ul li a::before {
    margin-top: 5px;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp .c-title {
    padding-inline: 24px;
  }
  body :has(.p-product_list__list) .l-container .p-product_list {
    padding-inline: 24px;
  }
  body :has(.p-product_list__list) .l-container .p-product_list .l-container__row .p-zero-result {
    padding-inline: 24px;
  }
  body :has(.p-product_list__list) .l-container .p-product_list .l-container__row .p-product_list__list {
    row-gap: 50px;
  }
  body :has(.p-product_list__list) .l-container .p-product_list .l-container__row .p-product_list__list .medium-up--one-4 {
    width: 100%;
  }
  body :has(.p-product_list__list) .l-container .p-product_list .l-container__row .p-product_list__list .medium-up--one-4 .c-product_item .c-product_item__inner__content {
    margin-top: 20px;
  }
  body :has(.p-product_list__list) .l-container .p-product_list .l-container__row .p-product_list__list .medium-up--one-4 .c-product_item .c-product_item__inner__content .c-product_item__inner__title {
    font-size: 1.6rem !important;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec {
    width: 100%;
    border-top: 1px solid rgba(46, 29, 0, 0.3);
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .c-faq-toggle {
    padding-bottom: 30px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .c-faq-toggle .c-faq-toggle-title {
    padding-right: 35px;
    margin-top: 30px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .c-faq-toggle .c-faq-toggle-title .c-faq-toggle-q {
    font-size: 2.5rem;
    min-width: 45px;
    padding-top: 15px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .c-faq-toggle .c-faq-toggle-title .c-faq-toggle-title-box {
    font-size: 1.8rem;
    line-height: 1.73;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .c-faq-toggle .c-faq-toggle-title .c-faq-toggle-ico {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 0;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .c-faq-toggle .c-faq-toggle-inner {
    padding-top: 15px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .c-faq-toggle .c-faq-toggle-inner .c-faq-toggle-group {
    align-items: flex-start;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .c-faq-toggle .c-faq-toggle-inner .c-faq-toggle-group .c-faq-toggle-a {
    font-size: 2.5rem;
    min-width: 45px;
    padding-top: 8px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .c-faq-toggle .c-faq-toggle-inner .c-faq-toggle-group .c-faq-toggle-inner-box {
    margin-left: 0;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .c-faq-toggle .c-faq-toggle-inner .c-faq-toggle-group .c-faq-toggle-inner-box p {
    font-size: 1.2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .p-under-faq-link {
    margin-top: 35px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .p-under-faq-link p {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .p-under-faq-link .p-under-faq-contact::before {
    bottom: -8px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .p-under-faq-link .p-under-faq-contact a {
    font-size: 1.2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .p-under-faq-link .p-under-faq-contact a:hover::before {
    right: -65px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .p-under-faq-link .p-under-faq-contact a::before {
    right: -55px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-privacy-inner .p-under-privacy-sec {
    width: 100%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-privacy-inner .p-under-privacy-sec .p-under-privacy-lead {
    font-size: 1.2rem;
    margin-bottom: 45px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-privacy-inner .p-under-privacy-sec .c-privacy-box {
    margin-bottom: 45px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-privacy-inner .p-under-privacy-sec .c-privacy-box h3 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-privacy-inner .p-under-privacy-sec .c-privacy-box p {
    font-size: 1.2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-privacy-inner .p-under-privacy-sec .c-privacy-box ol > li {
    font-size: 1.2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-privacy-inner .p-under-privacy-sec .c-privacy-box ol > li > span {
    min-width: 30px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-privacy-inner .p-under-privacy-sec .c-privacy-box ol > li ul {
    margin-top: 18px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-privacy-inner .p-under-privacy-sec .c-privacy-box ol > li ul li span {
    margin-top: 3px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-law-inner .p-under-law-sec {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-law-inner .p-under-law-sec table {
    width: auto;
    margin-inline: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-law-inner .p-under-law-sec table tr th {
    font-size: 1.2rem;
    display: block;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    padding-bottom: 3px;
    padding-top: 16px;
    padding-left: 12px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-law-inner .p-under-law-sec table tr td {
    font-size: 1.2rem;
    display: block;
    padding-top: 0;
    padding-bottom: 18px;
    padding-left: 12px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-law-inner .p-under-law-sec table tr td ul li {
    margin-bottom: 5px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-law-inner .p-under-law-sec table tr td ul li::before {
    top: 4px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-law-inner .p-under-law-sec table tr td ul li p {
    font-size: 1.2rem;
    line-height: 1.75;
    margin-left: 0;
    margin-bottom: 10px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-law-inner .p-under-law-sec table tr td div {
    margin-bottom: 10px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec {
    width: 100%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box {
    margin-bottom: 40px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-ttl {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-col {
    flex-wrap: wrap;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-col .p-under-corporate-col-tbl {
    width: 100%;
    padding-bottom: 8px;
    padding-top: 8px;
    margin-bottom: 15px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-col .p-under-corporate-col-tbl table {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-col .p-under-corporate-col-tbl table tr th {
    font-size: 1.2rem;
    line-height: 1.5;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    width: 140px;
    min-width: 140px;
    max-width: 140px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-col .p-under-corporate-col-tbl table tr td {
    line-height: 1.5;
    font-size: 1.2rem;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-col .p-under-corporate-group-sp {
    display: block;
    margin-bottom: 30px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-col .p-under-corporate-col-img {
    width: 100%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-col .p-under-corporate-col-img img {
    width: 100%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-group {
    display: none;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box02 {
    margin-bottom: 80px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box02 .p-under-corporate-ttl {
    font-size: 1.6rem;
    padding-left: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box02 .p-under-corporate-ttl::before {
    height: 23px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box02 .p-under-corporate-lead {
    font-size: 1.2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box02 .p-under-corporate-col {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box02 .p-under-corporate-col .p-under-corporate-col-dl {
    width: 100%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box02 .p-under-corporate-col .p-under-corporate-col-dl dt {
    font-size: 1.2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box02 .p-under-corporate-col .p-under-corporate-col-dl dd p {
    font-size: 1.2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box02 .p-under-corporate-col .p-under-corporate-col-dl dd .p-under-faq-contact {
    width: 200px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box02 .p-under-corporate-col .p-under-corporate-col-dl dd .p-under-faq-contact a {
    font-size: 1.2rem;
    padding-bottom: 5px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box02 .p-under-corporate-col .p-under-corporate-col-dl dd .p-under-faq-contact a::before {
    margin-top: 12px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box02 .p-under-corporate-col .p-under-corporate-col-img {
    width: min(260px, 100%);
    margin-inline: auto;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box03 {
    margin-bottom: 65px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box03 .p-under-corporate-ttl {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box03 .p-under-corporate-col {
    flex-wrap: wrap;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box03 .p-under-corporate-col .p-under-corporate-col-tbl {
    width: 100%;
    padding-bottom: 8px;
    padding-top: 8px;
    margin-bottom: 15px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box03 .p-under-corporate-col .p-under-corporate-col-tbl table {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box03 .p-under-corporate-col .p-under-corporate-col-tbl table tr th {
    font-size: 1.2rem;
    line-height: 1.5;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    width: 140px;
    min-width: 140px;
    max-width: 140px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box03 .p-under-corporate-col .p-under-corporate-col-tbl table tr td {
    line-height: 1.5;
    font-size: 1.2rem;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box04 {
    margin-bottom: 40px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box04 .p-under-corporate-ttl {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box04 .p-under-corporate-col {
    flex-wrap: wrap;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box04 .p-under-corporate-col .p-under-corporate-col-tbl {
    width: 100%;
    padding-bottom: 8px;
    padding-top: 8px;
    margin-bottom: 15px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box04 .p-under-corporate-col .p-under-corporate-col-tbl table {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box04 .p-under-corporate-col .p-under-corporate-col-tbl table tr th {
    font-size: 1.2rem;
    line-height: 1.5;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    width: 140px;
    min-width: 140px;
    max-width: 140px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box04 .p-under-corporate-col .p-under-corporate-col-tbl table tr td {
    line-height: 1.5;
    font-size: 1.2rem;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box04 .p-under-corporate-col .p-under-corporate-col-img {
    width: 100%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box04 .p-under-corporate-col .p-under-corporate-col-img img {
    width: 100%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec {
    width: 100%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box {
    margin-bottom: 40px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box .p-under-access-ttl {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box .p-under-access-col {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box .p-under-access-col .p-under-access-txtblk {
    width: 100%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box .p-under-access-col .p-under-access-txtblk p.p-under-access-txt01 {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box .p-under-access-col .p-under-access-txtblk p.p-under-access-txt02 {
    font-size: 1.2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box .p-under-access-col .p-under-access-txtblk p.p-under-access-txt03 {
    color: #2e1d00;
    font-family: "Noto Serif JP", serif;
    margin-top: 20px;
    line-height: 1.5;
    display: block;
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box .p-under-access-col .p-under-access-img {
    width: 100%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box .p-under-access-col .p-under-access-img img {
    width: 100%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box .p-under-access-note {
    font-size: 1.4rem;
    display: none;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box02 h3 {
    font-size: 1.6rem;
    padding-left: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box02 h3::before {
    height: 23px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box02 dl {
    padding-top: 28px;
    padding-bottom: 28px;
    margin-bottom: 50px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box02 dl dt {
    line-height: 1.5;
    font-size: 1.2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box02 dl dd {
    line-height: 1.5;
    font-size: 1.2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box02 .p-under-access-map iframe {
    height: 500px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-btn a {
    font-size: 1.6rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03 {
    display: none;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box03-sp {
    display: block;
    max-width: 500px;
    margin-inline: auto;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner {
    padding-inline: 24px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .p-under-aboutus-ttl {
    font-size: 3.2rem;
    line-height: 1.6;
    margin-bottom: 70px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-head {
    margin-bottom: 85px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-head .p-under-aboutus-blk .p-under-aboutus-blk-group {
    flex-wrap: wrap;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-head .p-under-aboutus-blk .p-under-aboutus-blk-group .p-under-aboutus-blk-catch {
    font-size: 2rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 0.4em;
    line-height: 1.75;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-head .p-under-aboutus-blk .p-under-aboutus-blk-group .p-under-aboutus-blk-txt {
    padding-top: 30px;
    padding-inline: 24px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-head .p-under-aboutus-blk .p-under-aboutus-blk-group .p-under-aboutus-blk-txt p {
    font-size: 1.2rem;
    margin-bottom: 25px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec {
    flex-wrap: wrap;
    row-gap: 55px;
    margin-bottom: 100px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec .p-under-aboutus-blk {
    width: 100%;
    padding-right: 0;
    position: static;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec .p-under-aboutus-blk .c-title {
    margin-bottom: 45px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec .p-under-aboutus-blk h3 {
    font-size: 1.6rem;
    margin-bottom: 14px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec .p-under-aboutus-blk p {
    font-size: 1.2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec .p-under-aboutus-sticky::after {
    content: "";
    display: block;
    width: 14px;
    height: 1px;
    flex-shrink: 0;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec .p-under-aboutus-sticky {
    margin: calc(50% - 50vw);
    width: 100vw;
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding-bottom: 10px;
    flex-wrap: nowrap;
    overflow: scroll;
    flex-direction: row;
    padding-left: 24px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec .p-under-aboutus-sticky .p-under-aboutus-sticky-item {
    width: 327px;
    min-width: 327px;
    max-width: 327px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec .p-under-aboutus-sticky .p-under-aboutus-sticky-item img {
    margin-bottom: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec .p-under-aboutus-sticky .p-under-aboutus-sticky-item h3 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec .p-under-aboutus-sticky .p-under-aboutus-sticky-item p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-phylosophy-slider {
    width: 100%;
    margin-bottom: 85px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec02 {
    margin: 0 calc(50% – 50vw);
    width: 100vw;
    margin-bottom: 40px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec02 .p-under-aboutus-blk {
    margin-bottom: 50px;
    padding-right: 24px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec02 .p-under-aboutus-blk .c-title {
    margin-bottom: 40px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec02 .p-under-aboutus-blk p {
    line-height: 1.87;
    font-size: 1.6rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec02 .p-under-aboutus-list::after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    flex-shrink: 0;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec02 .p-under-aboutus-list {
    -moz-column-gap: 10px;
         column-gap: 10px;
    overflow: scroll;
    padding-bottom: 10px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec02 .p-under-aboutus-list .p-under-aboutus-item {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec02 .p-under-aboutus-list .p-under-aboutus-item .p-under-aboutus-item-img {
    margin-bottom: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec02 .p-under-aboutus-list .p-under-aboutus-item .p-under-aboutus-item-ttl {
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec02 .p-under-aboutus-list .p-under-aboutus-item .p-under-aboutus-item-box p {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec03 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec03 .p-under-aboutus-subttl {
    font-size: 3rem;
    margin-bottom: 25px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec03 .p-under-aboutus-img {
    margin-bottom: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec03 .p-under-aboutus-link {
    width: min(327px, 100%);
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec03 .p-under-aboutus-link a {
    font-size: 2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec {
    width: 100%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .c-guide-navi {
    padding-top: 52px;
    padding-bottom: 52px;
    padding-inline: 24px;
    margin-bottom: 60px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .c-guide-navi ul {
    row-gap: 30px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .c-guide-navi ul li {
    width: 100%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .c-guide-navi ul li a {
    font-size: 2rem;
    height: 37px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-ttl {
    font-size: 2.4rem;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-lead {
    font-size: 1.2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-note {
    font-size: 1.2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-box {
    padding-top: 30px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-box .p-under-guide-text {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-box .p-under-faq-contact {
    width: 200px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-box .p-under-faq-contact a {
    font-size: 1.2rem;
    line-height: 1.66;
    padding-bottom: 3px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-subttl {
    font-size: 1.6rem;
    padding-left: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-subttl::before {
    height: 23px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-subttl02 {
    font-size: 1.2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-subttl03 {
    font-size: 1.2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-goldtext p {
    font-size: 1.2rem;
    display: flex;
    border-bottom: none;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-goldtext p .u-marker span {
    background-image: linear-gradient(transparent 95%, #7f6533 0);
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: 0 0;
    display: inline;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-text {
    font-size: 1.2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-text02 {
    font-size: 1.2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-list li {
    font-size: 1.2rem;
    line-height: 1.75;
    margin-bottom: 11px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-list li:last-child {
    margin-bottom: 0;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-numlist li {
    font-size: 1.2rem;
    line-height: 1.75;
    margin-bottom: 11px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-numlist li:last-child {
    margin-bottom: 0;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-numlist li .u-num {
    font-size: 1.2rem;
    min-width: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col {
    flex-wrap: wrap;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col .p-under-guide-txtblk .p-under-guide-dl dt {
    font-size: 1.2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col .p-under-guide-txtblk .p-under-guide-dl dd ul li {
    font-size: 1.2rem;
    line-height: 1.75;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col .p-under-guide-txtblk .p-under-guide-dl dd ul li:last-child {
    margin-bottom: 0;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col .p-under-guide-txtblk .p-under-guide-dl02 dt {
    font-size: 1.2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col .p-under-guide-txtblk .p-under-guide-dl02 dd {
    font-size: 1.2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col .p-under-guide-img {
    width: 100%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col .p-under-guide-img img {
    width: 100%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col02 {
    flex-wrap: wrap;
    margin-top: 15px;
    row-gap: 30px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col02 .p-under-guide-blk {
    width: 100%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col02 .p-under-guide-blk h6 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col02 .p-under-guide-blk .p-under-guide-blk-thumb {
    max-width: 200px;
    margin-inline: auto;
    margin-bottom: 10px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col02 .p-under-guide-blk p {
    font-size: 1.2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col02 .p-under-guide-blk p a {
    margin-left: 10px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col03 {
    flex-wrap: wrap;
    margin-top: 15px;
    row-gap: 30px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col03 .p-under-guide-blk {
    width: 100%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col03 .p-under-guide-blk h6 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col03 .p-under-guide-blk .p-under-guide-blk-thumb {
    max-width: 295px;
    margin-inline: auto;
    margin-bottom: 10px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col03 .p-under-guide-blk p {
    font-size: 1.2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col03 .p-under-guide-blk p a {
    margin-left: 10px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec #item01,
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec #item02,
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec #item03,
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec #item04,
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec #item05,
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec #item06 {
    margin-top: -26px;
    padding-top: 26px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group {
    margin-bottom: 80px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group .p-under-guide-text {
    margin-bottom: 0;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group .p-under-guide-text02 {
    margin-bottom: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group .p-under-guide-col {
    row-gap: 15px;
    margin-bottom: 40px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group .p-under-guide-col .p-under-guide-txtblk .p-under-guide-dl dt {
    margin-bottom: 15px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-ttl {
    margin-bottom: 25px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-lead {
    margin-bottom: 40px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-note02 span {
    font-size: 1.2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-note02 p {
    font-size: 1.2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-subttl02 {
    margin-bottom: 15px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col02 {
    row-gap: 20px;
    margin-bottom: 40px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col02 .p-under-guide-txtblk .p-under-guide-text {
    margin-bottom: 30px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col02 .p-under-guide-txtblk .p-under-guide-text:last-child {
    margin-bottom: 0;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col03 {
    margin-bottom: 40px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col04 {
    row-gap: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col05 {
    row-gap: 20px;
    margin-bottom: 40px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col05.p-under-guide-col0503 {
    margin-bottom: 30px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col05.p-under-guide-col0504 {
    margin-bottom: 40px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col05.p-under-guide-col0504 .p-under-guide-txtblk .p-under-guide-numlist {
    margin-bottom: 15px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col05.p-under-guide-col0505 {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(46, 29, 0, 0.3);
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col05.p-under-guide-col0505 .p-under-guide-row {
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col05.p-under-guide-col0505 .p-under-guide-row .p-under-guide-note02:last-child {
    margin-bottom: 0;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col05 .p-under-guide-txtblk .p-under-guide-numlist {
    margin-bottom: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col05 .p-under-guide-txtblk .p-under-guide-goldtext {
    margin-bottom: 0;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col05 .p-under-guide-txtblk .p-under-guide-text {
    margin-bottom: 0;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-row {
    display: none;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col06 {
    row-gap: 20px;
    margin-bottom: 40px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col07 {
    row-gap: 20px;
    margin-bottom: 40px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col08 {
    row-gap: 20px;
    margin-bottom: 40px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col08 .p-under-guide-txtblk .p-under-guide-subttl03 {
    line-height: 2.2;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col09 {
    row-gap: 20px;
    margin-bottom: 40px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-col09 .p-under-guide-txtblk .p-under-guide-note02 {
    margin-bottom: 0;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group03 {
    margin-bottom: 80px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group03 .p-under-guide-col {
    row-gap: 15px;
    margin-bottom: 40px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group03 .p-under-guide-col .p-under-guide-txtblk .p-under-guide-text {
    margin-bottom: 0;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group03 .p-under-guide-area02 {
    margin-bottom: 50px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group03 .p-under-guide-area02 .p-under-guide-text {
    margin-top: 18px;
    margin-bottom: 15px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group03 .p-under-guide-area03 {
    margin-bottom: 30px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group03 .p-under-guide-area03 .p-under-guide-group02 {
    margin-bottom: 30px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group04 .p-under-guide-ttl {
    margin-bottom: 25px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group04 .p-under-guide-lead {
    margin-bottom: 30px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group04 .p-under-guide-text {
    margin-bottom: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group04 .p-under-guide-col {
    margin-top: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group04 .p-under-guide-row .p-under-guide-group02 {
    margin-bottom: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group04 .p-under-guide-row .p-under-guide-group02 .p-under-guide-note02 {
    margin-bottom: 0;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group04 .p-under-guide-row02 .p-under-guide-note02 {
    margin-bottom: 0;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group04 .p-under-guide-box {
    margin-bottom: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 {
    padding-bottom: 20px;
    margin-bottom: 80px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-ttl {
    margin-bottom: 25px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-lead {
    margin-bottom: 30px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-text {
    margin-bottom: 15px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-col {
    margin-top: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row {
    margin-bottom: 40px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row02 .p-under-guide-note02 {
    margin-bottom: 0;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row02 .p-under-guide-tbl {
    display: none;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row02 .p-under-guide-tbl-sp {
    display: block;
    margin-bottom: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row02 .p-under-guide-tbl-sp p {
    font-size: 1.2rem;
    margin-top: 15px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row02 .p-under-guide-tbl-sp .p-under-guide-tbl-group {
    padding-bottom: 5px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row02 .p-under-guide-tbl-sp .p-under-guide-tbl-group table tr th {
    padding-bottom: 20px;
    padding-top: 10px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row02 .p-under-guide-tbl-sp .p-under-guide-tbl-group table tr td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row03 .p-under-guide-text:nth-of-type(1) {
    margin-bottom: 30px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row03 .p-under-guide-text:nth-last-of-type(1) {
    margin-bottom: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row03 .p-under-guide-tbl02 {
    padding: 30px 20px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row03 .p-under-guide-tbl02 table tr th {
    font-size: 1.2rem;
    text-align: center;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row03 .p-under-guide-tbl02 table tr td {
    font-size: 1.2rem;
    text-align: center;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-box {
    margin-bottom: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group06 {
    padding-bottom: 30px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group06 .p-under-guide-ttl {
    margin-bottom: 25px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group06 .p-under-guide-lead {
    margin-bottom: 30px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group06 .p-under-guide-text {
    margin-bottom: 10px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group06 .p-under-guide-col {
    margin-top: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group06 .p-under-guide-row {
    margin-bottom: 30px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group06 .p-under-guide-row .p-under-guide-group02 {
    margin-bottom: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group06 .p-under-guide-row .p-under-guide-group02 .p-under-guide-note02 {
    margin-bottom: 0;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group06 .p-under-guide-row02 .p-under-guide-note02 {
    margin-bottom: 0;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group06 .p-under-guide-box {
    margin-bottom: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-head {
    flex-wrap: wrap;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-head .p-under-shop-head-img {
    width: 100%;
    margin-bottom: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-head .p-under-shop-head-blk {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-head .p-under-shop-head-blk .p-under-shop-head-blk-ttl {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-head .p-under-shop-head-blk .p-under-shop-head-blk-ttl .p-under-shop-head-blk-ttl-group .o-txt-large {
    font-size: 4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-head .p-under-shop-head-blk .p-under-shop-head-blk-ttl .p-under-shop-head-blk-ttl-group .o-txt-small {
    font-size: 3rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-head .p-under-shop-head-blk p {
    font-size: 1.2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-sec {
    width: 100%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-sec .c-shop-navi {
    padding-top: 52px;
    padding-bottom: 52px;
    padding-inline: 24px;
    margin-bottom: 60px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-sec .c-shop-navi ul {
    row-gap: 30px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-sec .c-shop-navi ul li {
    width: 100%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-sec .c-shop-navi ul li a {
    font-size: 2rem;
    height: 37px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group {
    margin-bottom: 125px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .c-title {
    margin-bottom: 30px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner {
    margin-bottom: 45px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .c-title-area {
    font-size: 2.6rem;
    margin-bottom: 35px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .c-under-shop-none {
    font-size: 1.6rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list {
    row-gap: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
    padding-top: 25px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-ttl {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-box .c-under-shop-item-box-info {
    flex-wrap: wrap;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-box .c-under-shop-item-box-info dt {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-box .c-under-shop-item-box-info dd.c-under-shop-item-box-info01 {
    width: calc(100% - 100px);
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-box .c-under-shop-item-box-info dd.c-under-shop-item-box-info02 {
    display: block;
    width: 100%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-box .c-under-shop-item-box-info dd.c-under-shop-item-box-info02 .o-shop-mail {
    margin-bottom: 0;
    display: flex;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-box .c-under-shop-item-box-info dd p.o-shop-mail {
    display: none;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-box .c-under-shop-item-box-info dd p {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-box .c-under-shop-item-box-comment {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-box .c-under-shop-item-link {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-box .c-under-shop-item-link .c-under-shop-readmore a {
    font-size: 1.2rem;
    padding-bottom: 0;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-box .c-under-shop-item-link .c-under-shop-readmore a::before {
    right: 5px;
  }
  body :has(.customers_registration_form) .l-container {
    padding-top: 60px !important;
    padding-inline: 15px;
  }
  body :has(.customers_registration_form) .l-container .p-account_form__inner__bottom .p-account_form__inner__bottom__btn {
    max-width: 300px;
  }
  body :has(.customers_registration_form) .l-container .p-account_form__inner__bottom .p-account_form__inner__bottom__btn {
    max-width: 300px;
    margin-bottom: 30px;
  }
  body :has(.customers_registration_form) .l-container .p-page_header {
    margin-bottom: 30px;
  }
  body :has(.customers_registration_form) .l-container .p-page_header .p-page_header__inner .p-page_header__inner__title {
    font-size: 32px !important;
  }
  body :has(.customers_registration_form) .l-container .p-page_header .p-page_header__inner .p-page_header__inner__lead {
    margin-top: 10px;
  }
  body :has(.customers_registration_form) .l-container .p-page_header .p-page_header__inner .p-page_header__inner__lead .u-text--body {
    font-size: 12px !important;
  }
  body :has(.customers_registration_form) .l-container .p-account_form .p-account_form__inner .c-form_table tbody tr td .c-form_table__tel input {
    max-width: 103px;
  }
  body :has(.customers_registration_form) .l-container .p-account_form .p-account_form__inner .p-account_form__inner__bottom .p-account_form__inner__bottom__btn {
    max-width: 300px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .c-title {
    margin-bottom: 50px !important;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-news .p-news__inner .p-news__inner__list {
    padding-inline: 24px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-news .p-news__inner .p-news__inner__list .c-news_item .c-news_item__inner {
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 28px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-news .p-news__inner .p-news__inner__list .c-news_item .c-news_item__inner .c-news_item__inner__info {
    margin-bottom: 18px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-news .p-news__inner .p-news__inner__list .c-news_item .c-news_item__inner .c-news_item__inner__title {
    -webkit-line-clamp: 3;
    font-size: 1.3rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-column .p-column__inner {
    padding-inline: 24px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-column .p-column__inner .p-column__inner__list .p-column__inner__list__item {
    width: 100%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-column .p-column__inner .p-column__inner__list .p-column__inner__list__item .c-column_item .c-column_item__inner .c-column_item__inner__title {
    font-size: 1.6rem !important;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-column_header__panel .p-column_header__panel__inner {
    padding: 35px 24px 30px;
    margin-bottom: 50px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-column_header__panel .p-column_header__panel__inner .p-column_header__panel__inner__title {
    font-size: 1.8rem !important;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article {
    padding-left: 24px;
    padding-right: 24px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner {
    margin-bottom: 50px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-ttl-02 {
    font-size: 2.4rem !important;
    line-height: 1.75;
    margin-bottom: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-ttl-03 {
    padding-left: 20px;
    line-height: 1.75;
    font-size: 1.6rem !important;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-ttl-04 {
    font-size: 1.2rem !important;
    line-height: 1.75;
    margin-bottom: 25px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-txt {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-img {
    margin-bottom: 75px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-btn {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-btn a {
    min-width: auto;
    min-height: 60px;
    font-size: 1.6rem;
    width: 100%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-block {
    padding-top: 30px;
    margin-bottom: 50px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-block .i-item-col {
    flex-wrap: wrap;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-block .i-item-col .i-item-col-thumb {
    width: 100%;
    margin-bottom: 32px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-block .i-item-col .i-item-col-txt h3 {
    font-size: 1.8rem;
    line-height: 1.33;
    margin-bottom: 40px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-block .i-item-col .i-item-col-txt dl {
    justify-content: center;
    margin-bottom: 30px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-block .i-item-col .i-item-col-txt dl dt {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-block .i-item-col .i-item-col-txt dl dd {
    font-size: 3.2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-block .i-item-col .i-item-col-txt dl dd span {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-block .i-item-col .i-item-col-txt p {
    font-size: 1.2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-block .i-btn {
    margin-bottom: 30px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-recipe {
    padding-top: 30px;
    margin-bottom: 35px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-recipe .i-item-col {
    flex-wrap: wrap;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-recipe .i-item-col .i-item-col-thumb {
    width: 100%;
    margin-bottom: 32px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-recipe .i-item-col .i-item-col-txt h3 {
    font-size: 1.8rem;
    line-height: 1.33;
    margin-bottom: 15px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-recipe .i-item-col .i-item-col-txt p {
    font-size: 1.2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-recipe .i-btn {
    margin-bottom: 30px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-ul {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 45px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-ul h3 {
    font-size: 1.6rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-ul ul li {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-ol {
    margin-bottom: 45px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-ol h3 {
    font-size: 1.6rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-ol ol li {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-ol ol li span {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-recom {
    margin-top: 80px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-recom .c-title {
    padding-inline: 24px;
    margin-bottom: 40px !important;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .c-title {
    font-size: 3.2rem;
    line-height: 1.6;
    margin-bottom: 45px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .c-title span {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .p-column .p-column__inner .p-column__inner__list .p-column__inner__list__item {
    width: 100%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .c-article_nav .c-article_nav__inner .c-article_nav__inner__back {
    margin-top: 0;
    min-width: auto;
    min-height: 60px;
    font-size: 1.6rem !important;
    width: 100%;
  }
  body :has(#new_contact) .l-container {
    padding-top: 60px !important;
    padding-inline: 15px;
  }
  body :has(#new_contact) .l-container .p-account_form__inner__bottom .p-account_form__inner__bottom__btn {
    max-width: 300px;
  }
  body :has(#new_contact) .l-container .p-account_form__inner__bottom .p-account_form__inner__bottom__btn {
    max-width: 300px;
    margin-bottom: 30px;
  }
  body :has(#new_contact) .l-container .p-page_header {
    margin-bottom: 30px;
  }
  body :has(#new_contact) .l-container .p-page_header .p-page_header__inner .p-page_header__inner__title {
    font-size: 32px !important;
  }
  body :has(#new_contact) .l-container .p-page_header .p-page_header__inner .p-page_header__inner__lead {
    margin-top: 10px;
  }
  body :has(#new_contact) .l-container .p-page_header .p-page_header__inner .p-page_header__inner__lead .u-text--body {
    font-size: 12px !important;
  }
  body :has(#new_contact) .l-container .p-account_form .p-account_form__inner .p-contact__head {
    margin-top: 30px;
  }
  body :has(#new_contact) .l-container .p-account_form .p-account_form__inner .c-form_table tbody tr td .c-form_table__tel input {
    max-width: 103px;
  }
  body :has(#new_contact) .l-container .p-account_form .p-account_form__inner .p-account_form__inner__bottom .p-account_form__inner__bottom__btn {
    max-width: 300px;
  }
  body :has(.p-account_form) .l-container {
    padding-top: 60px !important;
    padding-inline: 15px;
  }
  body :has(.p-account_form) .l-container .p-account_form__inner__bottom .p-account_form__inner__bottom__btn {
    max-width: 300px;
  }
  body :has(.p-account_form) .l-container .p-account_form__inner__bottom .p-account_form__inner__bottom__btn {
    max-width: 300px;
    margin-bottom: 30px;
  }
  body :has(.p-account_form) .l-container .p-page_header .p-page_header__inner .p-page_header__inner__title {
    font-size: 32px !important;
  }
  body :has(.p-page_header > .p-page_header__inner > .p-page_header__inner__btn) .l-container {
    padding-top: 60px !important;
    padding-inline: 15px;
  }
  body :has(.p-page_header > .p-page_header__inner > .p-page_header__inner__btn) .l-container .p-page_header .p-page_header__inner .p-page_header__inner__title:before {
    content: "お問い合わせいただき\aありがとうございます";
    font-size: 24px !important;
    white-space: pre-line;
  }
  body :has(.p-page_header > .p-page_header__inner > .p-page_header__inner__btn) .l-container .p-page_header .p-page_header__inner .p-page_header__inner__lead {
    text-align: left;
  }
  body :has(.p-page_header > .p-page_header__inner > .p-page_header__inner__btn) .l-container .p-page_header .p-page_header__inner .p-page_header__inner__btn {
    max-width: 300px;
  }
  body :has(.p-page_header > .p-page_header__inner > .p-page_header__inner__btn) .l-container .p-page_header .p-page_header__inner .p-page_header__inner__btn {
    max-width: 300px;
    margin-bottom: 30px;
  }
  body :has(#customers-view,
  .p-favorite#add_product_async_view,
  .p-subscription_list,
  #customers-password-edit-view,
  .p-history_list,
  #customers-card-index-view,
  #customer-edit-view,
  #shipping-address-edit-view,
  .p-address_list__add,
  #view-free_columns,
  #shipping-address-new-view) .l-container {
    padding-top: 86px !important;
    padding-inline: 15px;
  }
  body :has(#customers-view,
  .p-favorite#add_product_async_view,
  .p-subscription_list,
  #customers-password-edit-view,
  .p-history_list,
  #customers-card-index-view,
  #customer-edit-view,
  #shipping-address-edit-view,
  .p-address_list__add,
  #view-free_columns,
  #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__menu > section .c-account_menu .c-account_menu__list {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body :has(#customers-view,
  .p-favorite#add_product_async_view,
  .p-subscription_list,
  #customers-password-edit-view,
  .p-history_list,
  #customers-card-index-view,
  #customer-edit-view,
  #shipping-address-edit-view,
  .p-address_list__add,
  #view-free_columns,
  #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__menu > section .c-account_menu .c-account_menu__list .c-account_menu__item .c-account_menu__content.--logout .c-account_menu__logout {
    max-width: 300px;
    margin-inline: auto;
  }
  body :has(#customers-view,
  .p-favorite#add_product_async_view,
  .p-subscription_list,
  #customers-password-edit-view,
  .p-history_list,
  #customers-card-index-view,
  #customer-edit-view,
  #shipping-address-edit-view,
  .p-address_list__add,
  #view-free_columns,
  #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .c-breadcrumbs {
    font-size: 1rem !important;
    margin-bottom: 30px;
  }
  body :has(#customers-view,
  .p-favorite#add_product_async_view,
  .p-subscription_list,
  #customers-password-edit-view,
  .p-history_list,
  #customers-card-index-view,
  #customer-edit-view,
  #shipping-address-edit-view,
  .p-address_list__add,
  #view-free_columns,
  #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .c-breadcrumbs .c-breadcrumbs__item::after {
    font-size: 1rem !important;
  }
  body :has(#customers-view,
  .p-favorite#add_product_async_view,
  .p-subscription_list,
  #customers-password-edit-view,
  .p-history_list,
  #customers-card-index-view,
  #customer-edit-view,
  #shipping-address-edit-view,
  .p-address_list__add,
  #view-free_columns,
  #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .c-breadcrumbs .c-breadcrumbs__item span,
  body :has(#customers-view,
  .p-favorite#add_product_async_view,
  .p-subscription_list,
  #customers-password-edit-view,
  .p-history_list,
  #customers-card-index-view,
  #customer-edit-view,
  #shipping-address-edit-view,
  .p-address_list__add,
  #view-free_columns,
  #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .c-breadcrumbs .c-breadcrumbs__item a {
    font-size: 1rem !important;
  }
  body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_detail .p-history_detail__block .p-history_detail__block__head .p-history_detail__block__head__btn {
    max-width: 300px;
  }
  body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_detail .p-history_detail__block .p-history_detail__block__head .p-history_detail__block__head__btn {
    margin-top: 15px;
  }
  body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_detail .p-history_detail__block .p-history_detail__block__wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_detail .p-history_detail__block .p-history_detail__block__wrapper .p-history_detail__block__list {
    width: 100%;
  }
  body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_detail .p-history_detail__block .p-history_detail__block__wrapper .c-billing_list {
    margin-top: 30px;
  }
  body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_detail .p-history_detail__block .p-history_detail__block__wrapper .c-billing_list .c-billing_list__title {
    font-size: 14px !important;
  }
  body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_detail .p-history_detail__block .p-history_detail__block__wrapper .c-billing_list .c-billing_list__total .c-billing_list__total__title {
    font-size: 14px !important;
  }
  body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_detail .p-history_detail__block .p-history_detail__block__wrapper .c-billing_list .c-billing_list__total .c-billing_list__total__price {
    font-size: 14px !important;
  }
  body :has(#customers-password-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .p-account__inner__content__form__bottom .p-account__inner__content__form__bottom__btn {
    max-width: 300px;
  }
  body :has(#customers-card-index-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-payment_list .p-payment_list__add .p-payment_list__add__btn {
    max-width: 300px;
  }
  body :has(#customers-card-index-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-payment_list .p-payment_list__add__win__form__bottom .p-payment_list__add__win__form__bottom__btn {
    max-width: 300px;
  }
  body :has(#customer-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td .c-form_table__tel input {
    width: 103px;
  }
  body :has(#customer-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .p-account__inner__content__form__bottom .p-account__inner__content__form__bottom__btn {
    max-width: 300px;
  }
  body :has(#shipping-address-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td .c-form_table__tel input {
    width: 103px;
  }
  body :has(#shipping-address-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .p-account__inner__content__form__bottom .p-account__inner__content__form__bottom__btn {
    max-width: 300px;
  }
  body :has(#shipping-address-edit-view, #copy-shipping-address) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__copy .c-form_table {
    width: 100%;
  }
  body :has(#shipping-address-edit-view, #copy-shipping-address) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__copy .c-form_table tbody tr td .c-form_table__tel .p-account__inner__content__copy__btn {
    max-width: 300px;
  }
  body :has(#shipping-address-edit-view, #copy-shipping-address) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__form .c-form_table {
    width: 100%;
  }
  body :has(#shipping-address-edit-view, #copy-shipping-address) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__form .c-form_table tbody tr td .c-form_table__tel input {
    max-width: 103px;
  }
  body :has(#shipping-address-edit-view, #copy-shipping-address) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__form .c-form_table tbody tr td .c-form_table__tel .p-account__inner__content__copy__btn {
    max-width: 300px;
  }
  body :has(#shipping-address-edit-view, #copy-shipping-address) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-account__inner__content__form .p-account__inner__content__form__bottom .p-account__inner__content__form__bottom__btn {
    max-width: 300px;
  }
  body :has(.p-address_list__add) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-address_list .p-address_list__add {
    max-width: 300px;
  }
  body :has(#view-free_columns) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_detail .p-subscription_detail__block .p-subscription_detail__block__head .p-subscription_detail__block__head__navigation .p-subscription_detail__block__head__btn {
    max-width: 300px;
  }
  body :has(#view-free_columns) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_detail .p-subscription_detail__block .p-subscription_detail__block__head .p-subscription_detail__block__head__navigation .p-subscription_detail__block__head__btn {
    margin-top: 15px;
  }
  body :has(#view-free_columns) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_detail .p-subscription_detail__block .p-subscription_detail__block__wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  body :has(#view-free_columns) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_detail .p-subscription_detail__block .p-subscription_detail__block__wrapper .p-subscription_detail__block__list {
    width: 100%;
  }
  body :has(#view-free_columns) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_detail .p-subscription_detail__block .p-subscription_detail__block__wrapper .c-billing_list {
    margin-top: 30px;
  }
  body :has(#view-free_columns) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_detail .p-subscription_detail__block .p-subscription_detail__block__wrapper .c-billing_list .c-billing_list__title {
    font-size: 14px !important;
  }
  body :has(#view-free_columns) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_detail .p-subscription_detail__block .p-subscription_detail__block__wrapper .c-billing_list .c-billing_list__total .c-billing_list__total__title {
    font-size: 14px !important;
  }
  body :has(#view-free_columns) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_detail .p-subscription_detail__block .p-subscription_detail__block__wrapper .c-billing_list .c-billing_list__total .c-billing_list__total__price {
    font-size: 14px !important;
  }
  body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #edit_address_customer_shipping_15 .c-form_table tbody tr td .c-form_table__tel input,
  body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #new_address_customer_shipping .c-form_table tbody tr td .c-form_table__tel input {
    max-width: 103px;
  }
  body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #edit_address_customer_shipping_15 .p-account__inner__content__form__bottom .p-account__inner__content__form__bottom__btn,
  body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #new_address_customer_shipping .p-account__inner__content__form__bottom .p-account__inner__content__form__bottom__btn {
    max-width: 300px;
  }
  body :has(.p-login__inner__login) .l-container {
    padding-top: 60px !important;
    padding-inline: 15px;
  }
  body :has(.p-login__inner__login) .l-container .p-login .p-login__inner {
    flex-wrap: wrap;
  }
  body :has(.p-login__inner__login) .l-container .p-login .p-login__inner .p-page_header .p-page_header__inner .p-page_header__inner__title {
    font-size: 24px !important;
  }
  body :has(.p-login__inner__login) .l-container .p-login .p-login__inner .p-login__inner__login__bottom__submit {
    max-width: 300px;
  }
  body :has(.p-login__inner__login) .l-container .p-login .p-login__inner .p-login__inner__login__bottom__submit {
    max-width: 300px;
    margin-bottom: 30px;
  }
  body :has(.p-login__inner__login) .l-container .p-login .p-login__inner .p-login__inner__registration__bottom .p-login__inner__registration__bottom__btn {
    max-width: 300px;
  }
  body :has(.p-login__inner__login) .l-container .p-login .p-login__inner .p-login__inner__registration__bottom .p-login__inner__registration__bottom__btn {
    max-width: 300px;
    margin-bottom: 30px;
  }
  body :has(.p-login__inner__login) .l-container .p-login .p-login__inner .p-login__inner__login {
    width: 100%;
  }
  body :has(.p-login__inner__login) .l-container .p-login .p-login__inner .p-login__inner__login::before {
    content: none;
  }
  body :has(.p-login__inner__login) .l-container .p-login .p-login__inner .p-login__inner__login .c-form_table {
    width: 100%;
    max-width: 500px;
  }
  body :has(.p-login__inner__login) .l-container .p-login .p-login__inner .p-login__inner__registration {
    width: 100%;
    margin-top: 60px;
  }
  body :has(#new_customer) .l-container {
    padding-top: 60px !important;
    padding-inline: 15px;
  }
  body :has(#new_customer) .l-container .p-page_header .p-page_header__inner .p-page_header__inner__title {
    font-size: 24px !important;
  }
  body :has(#new_customer) .l-container .p-page_header .p-page_header__inner .p-page_header__inner__lead {
    margin-top: 10px;
    font-size: 12px !important;
  }
  body :has(#new_customer) .l-container .p-account_form .p-account_form__inner .p-account_form__inner__bottom .p-account_form__inner__bottom__mailbtn {
    max-width: 300px;
  }
  body :has(#new_customer) .l-container .p-account_form .p-account_form__inner .p-account_form__inner__bottom .p-account_form__inner__bottom__mailbtn {
    max-width: 350px;
    margin-bottom: 30px;
  }
  body :has(#cart-show-view) .js-main-container {
    padding-top: 60px !important;
    padding-inline: 15px;
  }
  body :has(#cart-show-view) .js-main-container .l-container__row.u-margin__top--60 {
    margin-top: 30px;
  }
  body :has(#cart-show-view) .js-main-container .l-container__row.js-browsing-histories .p-browsing_history .p-browsing_history__inner .p-browsing_history__inner__title .p-rbrowsing_history__inner__jp {
    font-size: 32px !important;
  }
  body :has(#cart-show-view) .js-main-container .l-container__row .p-page_header .p-page_header__inner .p-page_header__inner__title {
    font-size: 24px !important;
  }
  body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .p-cart_content__inner .p-cart_content__inner__side .c-cart_submit .c-cart_submit__block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .p-cart_content__inner .p-cart_content__inner__side .c-billing_list .c-billing_list__title {
    font-size: 14px !important;
  }
  body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .p-cart_content__inner .p-cart_content__inner__side .c-billing_list .c-billing_list__total .c-billing_list__total__title {
    font-size: 14px !important;
  }
  body :has(#cart-show-view) .js-main-container .l-container__row .p-cart_content .p-cart_content__inner .p-cart_content__inner__side .c-billing_list .c-billing_list__total .c-billing_list__total__price {
    font-size: 14px !important;
  }
  body :has(#new-view) #new-view {
    padding-top: 60px !important;
    padding-inline: 15px;
  }
  body :has(#new-view) #new-view .l-container__row.u-margin__top--80 {
    margin-top: 30px;
  }
  body :has(#new-view) #new-view .l-container__row .p-page_header .p-page_header__inner .p-page_header__inner__title {
    font-size: 32px !important;
  }
  body :has(#new-view) #new-view .l-container__row .p-page_header .p-page_header__inner .p-page_header__inner__lead {
    margin-top: 10px;
    font-size: 12px !important;
  }
  body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-billing-information .p-checkout__list__block__inner .c-form_table tbody tr td .c-form_table__tel input,
  body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-how-to-receive .p-checkout__list__block__inner .c-form_table tbody tr td .c-form_table__tel input,
  body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-shipping-information-parent .p-checkout__list__block__inner .c-form_table tbody tr td .c-form_table__tel input,
  body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-payment-information .p-checkout__list__block__inner .c-form_table tbody tr td .c-form_table__tel input,
  body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-payment-schedule .p-checkout__list__block__inner .c-form_table tbody tr td .c-form_table__tel input,
  body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__list #view-invite-code .p-checkout__list__block__inner .c-form_table tbody tr td .c-form_table__tel input {
    max-width: 93px;
  }
  body :has(#new-view) #new-view .l-container__row .p-checkout .p-checkout__bottom .p-checkout__bottom__submit {
    max-width: 300px;
  }
  body :has(#confirm-view) #confirm-view {
    padding-top: 60px !important;
    padding-inline: 15px;
  }
  body :has(#confirm-view) #confirm-view .l-container__row .p-page_header .p-page_header__inner .p-page_header__inner__title {
    font-size: 32px !important;
  }
  body :has(#confirm-view) #confirm-view .l-container__row .p-page_header .p-page_header__inner .p-page_header__inner__lead {
    margin-top: 10px;
    font-size: 12px !important;
  }
  body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__side .c-billing_list .c-billing_list__title {
    font-size: 14px !important;
  }
  body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__side .c-billing_list .c-billing_list__detail__top__border .c-billing_list__total__title {
    font-size: 14px !important;
  }
  body :has(#confirm-view) #confirm-view .l-container__row .p-checkout_confirm .p-checkout_confirm__inner .p-checkout_confirm__inner__side .c-billing_list .c-billing_list__detail__top__border .c-billing_list__total__price {
    font-size: 14px !important;
  }
  body :has(#perform-view) #perform-view .l-container__row .c-steps_to_order {
    margin-bottom: 30px;
  }
  body :has(#perform-view) #perform-view .l-container__row .p-page_header .p-page_header__inner .p-page_header__inner__title:before {
    content: "ご注文\aありがとうございました";
    font-size: 24px !important;
    white-space: pre-line;
  }
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .pc_only {
    display: none;
  }
  .tb_only {
    display: block;
  }
  body :has(.p-under-cmn-inner) .l-container .l-container__row .p-page_content .p-page_content__inner .p-under-cmn-mv .c-under-cmn-mv {
    width: 100%;
  }
  body :has(.p-under-cmn-inner) .l-container .l-container__row .p-page_content .p-page_content__inner .p-under-cmn-mv .c-under-cmn-mv span {
    font-size: 2.4rem;
    margin-top: 10px;
  }
  body :has(.p-under-cmn-inner) .l-container .l-container__row .p-page_content .p-page_content__inner .p-under-cmn-mv .c-under-cmn-mv h1 {
    font-size: 2.8rem;
  }
  body :has(.p-under-cmn-inner) .l-container .l-container__row .p-page_content .p-under-cmn-inner {
    width: min(1400px, 90%);
  }
  body :has(.p-under-cmn-inner) .l-container .l-container__row .p-page_content .p-under-cmn-inner .c-title {
    font-size: 3.2rem;
    line-height: 1.6;
  }
  body :has(.p-under-cmn-inner) .l-container .l-container__row .p-page_content .p-under-cmn-inner .c-title span {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .l-header .l-header__wrap {
    height: 90px;
  }
  .l-header .l-header__wrap .l-header__blk .c-language {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .l-footer .l-footer__wrap {
    background: url(https://d2w53g1q050m78.cloudfront.net/kyoyaonline/uploads/images/common/bg_footer.png) no-repeat, #170b07;
    background-size: cover;
    background-position: 50%;
    padding-top: 50px;
  }
  .l-footer .l-footer__wrap .l-footer__head {
    width: min(1600px, 90%);
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .l-footer .l-footer__wrap .l-footer__head .l-footer__head__col {
    justify-content: space-between;
    width: 100%;
  }
  .l-footer .l-footer__wrap .l-footer__head .l-footer__head__col .p-footer-nav {
    width: min(300px, 100%);
  }
  .l-footer .l-footer__wrap .l-footer__head .l-footer__head__info {
    margin-left: auto;
    margin-top: 50px;
  }
  .l-footer .l-footer__wrap .l-footer__middle {
    width: min(1600px, 90%);
  }
  .l-footer .l-footer__wrap .l-footer__middle .l-footer__middle__sns {
    width: 100%;
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .l-footer .l-footer__wrap02 .l-footer__bottom {
    width: min(1600px, 90%);
  }
  .l-footer .l-footer__wrap02 .l-footer__bottom ul {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .l-footer .l-footer__wrap02 .l-footer__bottom ul li a {
    font-size: 1.1rem;
  }
  .l-footer .l-footer__wrap02 .l-footer__bottom p {
    font-size: 1rem;
  }
  .l-drawer .l-drawer__head .l-drawer__head__nav .c-language {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .l-verification .l-verification-wrap .l-verification-head {
    margin-bottom: 30px;
  }
  .l-verification .l-verification-wrap .l-verification-head h2 {
    font-size: 2.6rem;
  }
  .l-verification .l-verification-wrap .l-verification-head p {
    font-size: 1.6rem;
  }
  .l-verification .l-verification-wrap .l-verification-head-en {
    margin-bottom: 40px;
  }
  .l-verification .l-verification-wrap .l-verification-head-en h3 {
    font-size: 2.6rem;
  }
  .l-verification .l-verification-wrap .l-verification-head-en p {
    font-size: 1.6rem;
  }
  .l-verification .l-verification-wrap .l-verification-btn .c-verification-btn a {
    height: 60px;
    font-size: 1.6rem;
  }
  .c-title {
    font-size: 3.2rem;
    line-height: 1.6;
  }
  .c-title span {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .c-breadcrumbs {
    width: min(1440px, 90%);
    font-size: 1.1rem;
  }
  .c-pagination .c-pagination__list {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .c-pagination .c-pagination__list .c-pagination__list__item .c-pagination__list__item__page {
    font-size: 2.4rem;
  }
  .c-login-wrap .p-login-txt {
    width: min(960px, 90%);
  }
  .c-login-wrap .p-login-txt .p-login-txt01 {
    text-align: left;
  }
  .c-login-wrap .c-login-form {
    width: min(960px, 90%);
    padding-inline: 20px;
  }
  .c-cookie {
    padding: 20px 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    flex-wrap: wrap;
  }
  .c-cookie .c-cookie-txt {
    font-size: 1.1rem;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .c-cookie .c-cookie-blk {
    justify-content: center;
    width: 100%;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .l-recom .l-recom__wrap .swiper-slide p {
    font-size: 1.6rem;
  }
  .l-recom .l-recom__wrap .swiper-button-prev,
  .l-recom .l-recom__wrap .swiper-button-next {
    display: none;
  }
  .l-pickup .c-title {
    width: 90%;
  }
  .l-pickup .l-pickup__wrap .swiper-button-prev,
  .l-pickup .l-pickup__wrap .swiper-button-next {
    display: none;
  }
  .l-product .l-product__wrap {
    width: min(1400px, 90%);
  }
  .l-product .l-product__wrap02 {
    width: min(1400px, 90%);
  }
  .l-product .l-product__wrap02 .p-product-item dd ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .l-product .l-product__wrap02 .p-product-item dd ul li {
    width: calc((100% - 60px) / 3);
  }
  .l-product .l-product__wrap02 .p-product-item dd ul li p {
    font-size: 1.6rem;
  }
  .l-about .l-about__wrap {
    width: min(1400px, 90%);
  }
  .l-about .l-about__wrap ul li a::before {
    bottom: 15px;
    right: 10px;
  }
  .l-about .l-about__wrap ul li a p {
    font-size: 1.6rem;
    left: 10px;
    bottom: 10px;
  }
  .l-youtube .l-youtube__wrap {
    width: min(1400px, 90%);
  }
  .l-news .l-news__wrap {
    flex-wrap: wrap;
    width: 100%;
  }
  .l-news .l-news__wrap .p-news-ttl {
    padding-left: 5%;
    margin-bottom: 35px;
  }
  .l-news .l-news__wrap .p-news-blk {
    width: 100%;
  }
  .l-news .l-news__wrap .p-news-blk ul {
    margin-right: 0;
    width: 90%;
    margin-inline: auto;
  }
  .l-news .l-news__wrap .p-news-blk ul li a .p-news-date {
    margin-left: 0;
    margin-right: 0;
  }
  .l-news .l-news__wrap .p-news-blk div {
    margin-right: 0;
    width: 90%;
    margin-inline: auto;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__breadcrumbs {
    width: min(1600px, 90%);
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner {
    width: min(1400px, 90%);
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__img {
    width: 48%;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__img #splide02 .c-product_img__track .c-product_img__list .c-product_img__item {
    width: 100px !important;
    height: 100px !important;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info {
    width: 48%;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form .c-product_info__category {
    font-size: 1.6rem !important;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form .c-product_info__title {
    font-size: 3.2rem !important;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form .c-product_info__form__variant.sortable > div label {
    font-size: 1.4rem;
    width: 80px;
    min-width: 80px;
    max-width: 80px;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form .c-product_info__form__variant.sortable > div > div select {
    font-size: 1.4rem;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form #quantity-group {
    margin-top: 15px;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form #quantity-group .c-product_info__form__quantity__label {
    font-size: 1.4rem !important;
    width: 80px;
    min-width: 80px;
    max-width: 80px;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form #quantity-group .c-product_info__form__quantity__wrap .c-order_quantity #input-quantity {
    font-size: 1.6rem;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form .c-product_info__form__buttons .c-product_info__form__submit {
    height: 60px;
    font-size: 1.6rem !important;
    margin-top: 40px;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form #price-group {
    margin-top: 30px;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form #price-group #product-price-content::before {
    font-size: 1.4rem;
    margin-right: 0;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form #price-group #product-price-content #sales-price {
    font-size: 3.2rem !important;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info .c-product_info #add-shop-cart-form #price-group #product-price-content .u-text--subhead {
    font-size: 1.4rem !important;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .js-custom-container .p-recommend_product {
    padding-left: 5%;
    padding-right: 5%;
  }
  .l-item-area {
    width: min(1400px, 90%);
  }
  .l-item-area .p-item-area-tab .c-item-tab .c-item-tab-item {
    font-size: 1.8rem;
    height: 35px;
  }
  .l-item-area .p-item-area-tab .c-item-tab .c-item-tab-item.is__show {
    height: 45px;
  }
  .l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content {
    width: min(1200px, 90%);
  }
  .l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content03 dd {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content03 dd .c-item-paring-blk ul {
    margin-bottom: 30px;
  }
  .l-item-area .p-item-area-note .p-item-area-note-box {
    width: min(1200px, 90%);
  }
  .l-item-area .p-item-area-col .p-item-area-col-img {
    width: 48%;
  }
  .l-item-area .p-item-area-col .p-item-area-col-txt {
    width: 48%;
  }
  .l-item-area .p-item-area-teiki h3 {
    font-size: 3rem;
  }
  .l-item-area .p-item-area-teiki .p-item-area-teiki-col {
    width: min(1400px, 90%);
    justify-content: space-between;
  }
  .l-item-area .p-item-area-teiki .p-item-area-teiki-col .c-item-teiki {
    width: 48%;
  }
  .l-item-area .p-item-area-teiki .p-item-area-teiki-col .c-item-teiki a {
    flex-wrap: wrap;
  }
  .l-item-area .p-item-area-teiki .p-item-area-teiki-col .c-item-teiki a .c-item-teiki-thumb {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .l-item-area .p-item-area-teiki .p-item-area-teiki-col .c-item-teiki a .c-item-teiki-thumb img {
    display: block;
    margin-inline: auto;
  }
  .l-item-area .p-item-area-teiki .p-item-area-teiki-col .c-item-teiki a .c-item-teiki-blk {
    margin-right: 0;
  }
  .l-item-area .p-item-area-teiki .p-item-area-teiki-col .c-item-teiki a .c-item-teiki-blk h4 {
    font-size: 2rem;
  }
  .l-item-area .p-item-area-teiki .p-item-area-teiki-col .c-item-teiki a .c-item-teiki-blk p {
    font-size: 1.6rem;
  }
  .l-item-area .p-item-area-teiki .p-item-area-teiki-bottom h4 {
    font-size: 3rem;
  }
  .l-item-area .p-item-area-teiki .p-item-area-teiki-bottom .p-item-area-teiki-info dl dt {
    font-size: 1.8rem;
  }
  .l-item-area .p-item-area-teiki .p-item-area-teiki-bottom .p-item-area-teiki-info dl dd {
    font-size: 1.6rem;
  }
  .l-item-area .p-item-area-recom .p-item-area-recom-col {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .l-item-area .p-item-area-recom .p-item-area-recom-col .p-item-area-recom-list ul li {
    font-size: 1.6rem;
  }
  .l-item-area .p-item-area-recom .p-item-area-recom-col .p-item-area-recom-list ul li::before {
    width: 24px;
    height: 24px;
    left: -10px;
  }
  .l-item-area .p-item-area-voice .p-item-area-voice-box {
    width: min(1400px, 90%);
  }
  .l-item-area .p-item-area-voice .p-item-area-voice-box .p-item-area-voice-card p:first-child {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .l-item-area .p-item-area-voice .p-item-area-voice-box .p-item-area-voice-card p:last-child {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .l-item-area .p-item-area-qa .p-item-area-qa-box {
    padding: 55px 50px 80px;
  }
  .l-item-area .p-item-area-qa .p-item-area-qa-box dl .c-item-qa-q {
    font-size: 1.8rem;
  }
  .l-item-area .p-item-area-qa .p-item-area-qa-box dl .c-item-qa-q .c-item-qa-q-en {
    font-size: 2rem;
  }
  .l-item-area .p-item-area-qa .p-item-area-qa-box dl dd .c-item-qa-a {
    font-size: 1.6rem;
  }
  .l-item-area .p-item-area-qa .p-item-area-qa-box dl dd .c-item-qa-a .c-item-qa-a-en {
    font-size: 2rem;
  }
  .l-item-area .p-item-area-qa .p-item-area-qa-box dl dd .c-item-qa-a02 {
    font-size: 1.6rem;
  }
  body :has(.l-search-temp) .l-container .p-breadcrumbs {
    width: min(1600px, 90%);
  }
  body :has(.l-search-temp) .l-container .l-container__row .p-page_header .p-page_header__inner .l-search-temp .c-title {
    width: min(1400px, 90%);
  }
  body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .p-list_header .p-list_header__inner {
    max-width: min(1400px, 90%);
  }
  body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .c-search_cond .c-search_cond__inner {
    width: min(1400px, 90%);
  }
  body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .p-product_list__list__ttl + .p-product_list__list {
    width: 90%;
  }
  body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .p-product_list__list__ttl + .p-product_list__list .p-product_list__list__item {
    width: calc((100% - 40px) / 3);
  }
  body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .p-product_list__list__ttl {
    width: min(1400px, 90%);
  }
  body :has(.p-product_list__list) .l-container .p-breadcrumbs {
    width: min(1600px, 90%);
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn.l-category-temp-kametsuyu .l-category-sec .p-category-col02 .p-category-col-img {
    right: 10%;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn.l-category-temp-kametsuyu .l-category-sec .p-category-col02 .p-category-col-img img {
    width: 130px;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .p-category-mv .c-title {
    width: min(1200px, 90%);
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-txtimg {
    right: 0;
    top: 50px;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-head {
    width: min(1400px, 90%);
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-head .p-category-head-ttl {
    font-size: 3.2rem;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-head .p-category-head-txt {
    font-size: 1.4rem;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-col .p-category-col-blk {
    padding-left: 5%;
    padding-right: 5%;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-col .p-category-col-blk .p-category-col-blk-ttl {
    font-size: 1.6rem;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-col .p-category-col-blk .p-category-col-blk-txt {
    font-size: 1.2rem;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-col02 .p-category-col-img {
    left: 0;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-col02 .p-category-col-blk {
    padding-right: 5%;
    padding-left: 5%;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-col02 .p-category-col-blk .p-category-col-blk-ttl {
    font-size: 1.6rem;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-col02 .p-category-col-blk .p-category-col-blk-txt {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-list .p-category-list {
    padding-left: 5%;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-list .p-category-list .l-category-item .c-category-item {
    width: 327px;
    min-width: 327px;
    max-width: 327px;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp .p-category-subcat ul {
    -moz-column-gap: 40px;
         column-gap: 40px;
    width: min(1200px, 90%);
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp .p-category-subcat ul li {
    width: calc((100% - 40px) / 2);
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp .c-title {
    width: min(1400px, 90%);
  }
  body :has(.p-product_list__list) .l-container .p-product_list .l-container__row .p-zero-result {
    max-width: min(1400px, 90%);
  }
  body :has(.p-product_list__list) .l-container .p-product_list .l-container__row .p-product_list__list {
    width: min(1400px, 90%);
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 50px;
  }
  body :has(.p-product_list__list) .l-container .p-product_list .l-container__row .p-product_list__list .medium-up--one-4 {
    width: calc((100% - 60px) / 3);
  }
  body :has(.p-product_list__list) .l-container .p-product_list .l-container__row .p-product_list__list .medium-up--one-4 .c-product_item .c-product_item__inner__content .c-product_item__inner__title {
    font-size: 1.6rem !important;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .c-faq-toggle {
    padding-bottom: 30px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .c-faq-toggle .c-faq-toggle-title {
    padding-right: 35px;
    margin-top: 30px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .c-faq-toggle .c-faq-toggle-title .c-faq-toggle-q {
    font-size: 2.5rem;
    min-width: 45px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .c-faq-toggle .c-faq-toggle-title .c-faq-toggle-title-box {
    font-size: 1.8rem;
    line-height: 1.73;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-faq-inner .p-under-faq-sec .c-faq-toggle .c-faq-toggle-title .c-faq-toggle-ico {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 0;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-privacy-inner .p-under-privacy-sec .c-privacy-box h3 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-law-inner .p-under-law-sec table tr td {
    padding-right: 32px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-col {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-col .p-under-corporate-col-tbl {
    padding-bottom: 8px;
    padding-top: 8px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-col .p-under-corporate-col-tbl table tr th {
    width: 140px;
    min-width: 140px;
    max-width: 140px;
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-col .p-under-corporate-col-tbl table tr td {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-group .p-under-corporate-txt {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-group .p-under-faq-contact {
    width: 200px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box .p-under-corporate-group .p-under-faq-contact a {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box02 .p-under-corporate-lead {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box02 .p-under-corporate-col {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box02 .p-under-corporate-col .p-under-corporate-col-dl {
    width: 48%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box02 .p-under-corporate-col .p-under-corporate-col-dl dt {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box02 .p-under-corporate-col .p-under-corporate-col-dl dd p {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box02 .p-under-corporate-col .p-under-corporate-col-dl dd .p-under-faq-contact {
    width: 200px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box02 .p-under-corporate-col .p-under-corporate-col-dl dd .p-under-faq-contact a {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box02 .p-under-corporate-col .p-under-corporate-col-img {
    width: 48%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box03 .p-under-corporate-col {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box03 .p-under-corporate-col .p-under-corporate-col-tbl {
    padding-bottom: 8px;
    padding-top: 8px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box03 .p-under-corporate-col .p-under-corporate-col-tbl table tr th {
    width: 140px;
    min-width: 140px;
    max-width: 140px;
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box03 .p-under-corporate-col .p-under-corporate-col-tbl table tr td {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box04 .p-under-corporate-col {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box04 .p-under-corporate-col .p-under-corporate-col-tbl {
    padding-bottom: 8px;
    padding-top: 8px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box04 .p-under-corporate-col .p-under-corporate-col-tbl table tr th {
    width: 140px;
    min-width: 140px;
    max-width: 140px;
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-corporate-inner .p-under-corporate-sec .p-under-corporate-box04 .p-under-corporate-col .p-under-corporate-col-tbl table tr td {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box .p-under-access-ttl {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box .p-under-access-col .p-under-access-txtblk p.p-under-access-txt01 {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box .p-under-access-col .p-under-access-txtblk p.p-under-access-txt02 {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box .p-under-access-note {
    font-size: 1.4rem;
    margin-top: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box02 dl dt {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box02 dl dd {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-access-inner .p-under-access-sec .p-under-access-box02 .p-under-access-map iframe {
    height: 500px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner {
    width: min(1400px, 90%);
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .p-under-aboutus-ttl {
    font-size: 3.2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-head .p-under-aboutus-blk .p-under-aboutus-blk-img {
    position: relative;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-head .p-under-aboutus-blk .p-under-aboutus-blk-img::before {
    content: "";
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.8));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-head .p-under-aboutus-blk .p-under-aboutus-blk-group .p-under-aboutus-blk-catch {
    font-size: 2rem;
    position: relative;
    left: 5%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-head .p-under-aboutus-blk .p-under-aboutus-blk-group .p-under-aboutus-blk-txt {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-head .p-under-aboutus-blk .p-under-aboutus-blk-group .p-under-aboutus-blk-txt p {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec .p-under-aboutus-blk {
    padding-right: 5%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec .p-under-aboutus-blk h3 {
    font-size: 2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec .p-under-aboutus-blk p {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec .p-under-aboutus-sticky .p-under-aboutus-sticky-item h3 {
    font-size: 2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec .p-under-aboutus-sticky .p-under-aboutus-sticky-item p {
    padding-right: 5%;
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec02 .p-under-aboutus-blk p {
    font-size: 2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec02 .p-under-aboutus-list {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec02 .p-under-aboutus-list .p-under-aboutus-item {
    width: calc((100% - 60px) / 3);
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec02 .p-under-aboutus-list .p-under-aboutus-item .p-under-aboutus-item-ttl {
    text-align: left;
    font-size: 2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec02 .p-under-aboutus-list .p-under-aboutus-item .p-under-aboutus-item-box p {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec03 .p-under-aboutus-subttl {
    font-size: 3rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .c-guide-navi ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
    width: min(1400px, 90%);
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .c-guide-navi ul li {
    width: calc((100% - 30px) / 2);
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .c-guide-navi ul li a {
    font-size: 2rem;
    height: 37px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-ttl {
    font-size: 2.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-lead {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-note {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-box .p-under-guide-text {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-box .p-under-faq-contact a {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-subttl {
    font-size: 1.6rem;
    padding-left: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-subttl::before {
    height: 23px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-subttl02 {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-subttl03 {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-goldtext p {
    font-size: 1.4rem;
    display: flex;
    border-bottom: none;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-goldtext p .u-marker span {
    background-image: linear-gradient(transparent 95%, #7f6533 0);
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: 0 0;
    display: inline;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-text {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-text02 {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-list li {
    font-size: 1.4rem;
    margin-bottom: 11px;
    line-height: 1.75;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-numlist li {
    font-size: 1.4rem;
    margin-bottom: 11px;
    line-height: 1.75;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-numlist li .u-num {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col .p-under-guide-txtblk {
    width: 48%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col .p-under-guide-txtblk .p-under-guide-dl dt {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col .p-under-guide-txtblk .p-under-guide-dl dd ul li {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col .p-under-guide-txtblk .p-under-guide-dl02 dt {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col .p-under-guide-txtblk .p-under-guide-dl02 dd {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col .p-under-guide-img {
    width: 48%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col02 {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col02 .p-under-guide-blk {
    width: calc((100% - 60px) / 3);
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col02 .p-under-guide-blk p {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col03 {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col03 .p-under-guide-blk {
    width: calc((100% - 60px) / 3);
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col03 .p-under-guide-blk p {
    font-size: 1.4rem;
    text-align: left;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-note02 span {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group02 .p-under-guide-note02 p {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row02 .p-under-guide-tbl {
    display: none;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row02 .p-under-guide-tbl-sp {
    display: block;
    margin-bottom: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row03 .p-under-guide-tbl02 table tr td {
    padding-right: 15px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-head .p-under-shop-head-blk {
    padding-left: 5%;
    padding-right: 5%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-head .p-under-shop-head-blk .p-under-shop-head-blk-ttl {
    font-size: 2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-head .p-under-shop-head-blk .p-under-shop-head-blk-ttl .p-under-shop-head-blk-ttl-group .o-txt-large {
    font-size: 4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-head .p-under-shop-head-blk .p-under-shop-head-blk-ttl .p-under-shop-head-blk-ttl-group .o-txt-small {
    font-size: 3rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-head .p-under-shop-head-blk p {
    font-size: 1.2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-sec .c-shop-navi ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
    width: min(1400px, 90%);
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-sec .c-shop-navi ul li {
    width: calc((100% - 30px) / 2);
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-sec .c-shop-navi ul li a {
    font-size: 2rem;
    height: 37px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .c-under-shop-none {
    font-size: 1.6rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-ttl {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-box .c-under-shop-item-box-info {
    margin-bottom: 15px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-box .c-under-shop-item-box-info dt {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-box .c-under-shop-item-box-info dd p {
    display: block;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-box .c-under-shop-item-box-info dd p {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-box .c-under-shop-item-box-comment {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-box .c-under-shop-item-link {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-box .c-under-shop-item-link .c-under-shop-readmore {
    width: 220px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-box .c-under-shop-item-link .c-under-shop-readmore a {
    font-size: 1.2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-box .c-under-shop-item-link .c-under-shop-readmore a::before {
    margin-top: -5px;
    background-size: 75%;
    right: 5px;
  }
  body :has(.customers_registration_form) .l-container .l-container__row {
    width: 90%;
    margin-inline: auto;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-news .p-news__inner .p-news__inner__list {
    width: min(1400px, 90%);
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-news .p-news__inner .p-news__inner__list .c-news_item .c-news_item__inner .c-news_item__inner__info {
    margin-left: 0;
    margin-right: 0;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-column .p-column__inner {
    width: min(1400px, 90%);
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-column .p-column__inner .p-column__inner__list .p-column__inner__list__item .c-column_item .c-column_item__inner .c-column_item__inner__title {
    font-size: 1.6rem !important;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner {
    width: min(800px, 90%);
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-block .i-item-col {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-item-recipe .i-item-col {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-recom .c-title {
    width: min(1400px, 90%);
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .c-title {
    font-size: 3.2rem;
    line-height: 1.6;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .c-title span {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  body :has(#new_contact) .l-container .l-container__row {
    width: 90%;
    margin-inline: auto;
  }
  body :has(.p-account_form) .l-container .l-container__row {
    width: 90%;
    margin-inline: auto;
  }
  body :has(.p-page_header > .p-page_header__inner > .p-page_header__inner__btn) .l-container .l-container__row {
    width: 90%;
    margin-inline: auto;
  }
  body :has(#customers-view,
  .p-favorite#add_product_async_view,
  .p-subscription_list,
  #customers-password-edit-view,
  .p-history_list,
  #customers-card-index-view,
  #customer-edit-view,
  #shipping-address-edit-view,
  .p-address_list__add,
  #view-free_columns,
  #shipping-address-new-view) .l-container {
    padding-left: 5%;
    padding-right: 5%;
  }
  body :has(#customers-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .js-custom-container > section .p-mypage__block .p-mypage__block__subscription .p-mypage__block__subscription__item {
    flex-wrap: wrap;
  }
  body :has(#customers-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .js-custom-container > section .p-mypage__block .p-mypage__block__subscription .p-mypage__block__subscription__item .p-mypage__block__subscription__item__date {
    width: 100%;
    flex: none;
    margin-right: 0;
  }
  body :has(#customers-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .js-custom-container > section .p-mypage__block .p-mypage__block__subscription .p-mypage__block__subscription__item .p-mypage__block__subscription__item__btn {
    margin-top: 15px;
  }
  body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_detail .p-history_detail__block .p-history_detail__block__wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_detail .p-history_detail__block .p-history_detail__block__wrapper .p-history_detail__block__list {
    width: 100%;
  }
  body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_detail .p-history_detail__block .p-history_detail__block__wrapper .c-billing_list {
    margin-top: 30px;
  }
  body :has(#view-free_columns) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_detail .p-subscription_detail__block .p-subscription_detail__block__wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  body :has(#view-free_columns) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_detail .p-subscription_detail__block .p-subscription_detail__block__wrapper .p-subscription_detail__block__list {
    width: 100%;
  }
  body :has(#view-free_columns) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_detail .p-subscription_detail__block .p-subscription_detail__block__wrapper .c-billing_list {
    margin-top: 30px;
  }
  body :has(.p-login__inner__login) .l-container .l-container__row {
    width: 90%;
    margin-inline: auto;
  }
  body :has(.p-login__inner__login) .l-container .p-login .p-login__inner {
    flex-wrap: wrap;
  }
  body :has(.p-login__inner__login) .l-container .p-login .p-login__inner .p-login__inner__login {
    width: 100%;
  }
  body :has(.p-login__inner__login) .l-container .p-login .p-login__inner .p-login__inner__login::before {
    content: none;
  }
  body :has(.p-login__inner__login) .l-container .p-login .p-login__inner .p-login__inner__login .c-form_table {
    width: 100%;
    max-width: 500px;
  }
  body :has(.p-login__inner__login) .l-container .p-login .p-login__inner .p-login__inner__registration {
    width: 100%;
    margin-top: 60px;
  }
  body :has(#new_customer) .l-container .l-container__row {
    width: 90%;
    margin-inline: auto;
  }
  body :has(#confirm-view) #confirm-view {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  body :has(.p-under-cmn-inner) .l-container .l-container__row .p-page_content .p-page_content__inner .p-under-cmn-mv .c-under-cmn-mv span {
    font-size: 2.4rem;
  }
  body :has(.p-under-cmn-inner) .l-container .l-container__row .p-page_content .p-page_content__inner .p-under-cmn-mv .c-under-cmn-mv h1 {
    font-size: 2.8rem;
  }
  body :has(.p-under-cmn-inner) .l-container .l-container__row .p-page_content .p-under-cmn-inner {
    width: min(1400px, 90%);
  }
  body :has(.p-under-cmn-inner) .l-container .l-container__row .p-page_content .p-under-cmn-inner .c-title {
    font-size: 3.2rem;
    line-height: 1.6;
  }
  body :has(.p-under-cmn-inner) .l-container .l-container__row .p-page_content .p-under-cmn-inner .c-title span {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .l-footer .l-footer__wrap .l-footer__head {
    width: min(1600px, 90%);
  }
  .l-footer .l-footer__wrap .l-footer__head .l-footer__head__col {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .l-footer .l-footer__wrap .l-footer__head .l-footer__head__col .p-footer-nav {
    width: min(300px, 100%);
  }
  .l-footer .l-footer__wrap .l-footer__middle {
    width: min(1600px, 90%);
  }
  .l-footer .l-footer__wrap02 .l-footer__bottom {
    width: min(1600px, 90%);
  }
  .l-verification .l-verification-wrap .l-verification-head h2 {
    font-size: 4rem;
  }
  .l-verification .l-verification-wrap .l-verification-head p {
    font-size: 2rem;
  }
  .l-verification .l-verification-wrap .l-verification-head-en h3 {
    font-size: 4rem;
  }
  .l-verification .l-verification-wrap .l-verification-head-en p {
    font-size: 2rem;
  }
  .c-title {
    font-size: 3.2rem;
    line-height: 1.6;
  }
  .c-title span {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .c-breadcrumbs {
    width: min(1440px, 90%);
  }
  .c-cookie {
    right: 30px;
    justify-content: space-between;
  }
  .c-cookie .c-cookie-txt {
    width: 70%;
  }
  .l-pickup .c-title {
    width: 90%;
  }
  .l-product .l-product__wrap {
    width: min(1400px, 90%);
  }
  .l-product .l-product__wrap02 {
    width: min(1400px, 90%);
  }
  .l-product .l-product__wrap02 .p-product-item dd ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .l-product .l-product__wrap02 .p-product-item dd ul li {
    width: calc((100% - 60px) / 3);
  }
  .l-product .l-product__wrap02 .p-product-item dd ul li p {
    font-size: 1.6rem;
  }
  .l-about .l-about__wrap {
    width: min(1400px, 90%);
  }
  .l-about .l-about__wrap ul li a p {
    font-size: 2rem;
  }
  .l-youtube .l-youtube__wrap {
    width: min(1400px, 90%);
  }
  .l-news .l-news__wrap .p-news-ttl {
    padding-left: 5%;
  }
  .l-news .l-news__wrap .p-news-blk {
    width: calc(100% - 300px);
  }
  .l-news .l-news__wrap .p-news-blk ul {
    margin-left: 0;
    margin-right: 0;
    width: 90%;
  }
  .l-news .l-news__wrap .p-news-blk ul li a {
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 28px;
  }
  .l-news .l-news__wrap .p-news-blk ul li a .p-news-date {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__breadcrumbs {
    width: min(1600px, 90%);
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner {
    width: min(1400px, 90%);
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__img {
    width: 48%;
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__inner .p-product_content__inner__info {
    width: 48%;
  }
  .l-item-area {
    width: min(1400px, 90%);
  }
  .l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content {
    width: min(1200px, 90%);
  }
  .l-item-area .p-item-area-tab .c-item-tab-inner .c-item-tab-content .c-item-tab-content03 dd {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .l-item-area .p-item-area-note .p-item-area-note-box {
    width: min(1200px, 90%);
  }
  .l-item-area .p-item-area-col .p-item-area-col-img {
    width: 48%;
  }
  .l-item-area .p-item-area-col .p-item-area-col-txt {
    width: 48%;
  }
  .l-item-area .p-item-area-teiki h3 {
    font-size: 3rem;
  }
  .l-item-area .p-item-area-teiki .p-item-area-teiki-col {
    width: min(1400px, 90%);
  }
  .l-item-area .p-item-area-teiki .p-item-area-teiki-col .c-item-teiki a .c-item-teiki-thumb {
    width: 180px;
    min-width: 180px;
    margin-right: 20px;
  }
  .l-item-area .p-item-area-teiki .p-item-area-teiki-col .c-item-teiki a .c-item-teiki-blk h4 {
    font-size: 2rem;
  }
  .l-item-area .p-item-area-teiki .p-item-area-teiki-col .c-item-teiki a .c-item-teiki-blk p {
    font-size: 1.6rem;
  }
  .l-item-area .p-item-area-teiki .p-item-area-teiki-bottom h4 {
    font-size: 3rem;
  }
  .l-item-area .p-item-area-teiki .p-item-area-teiki-bottom .p-item-area-teiki-info dl dt {
    font-size: 1.8rem;
  }
  .l-item-area .p-item-area-teiki .p-item-area-teiki-bottom .p-item-area-teiki-info dl dd {
    font-size: 1.6rem;
  }
  .l-item-area .p-item-area-voice .p-item-area-voice-box {
    width: min(1400px, 90%);
  }
  body :has(.l-search-temp) .l-container .p-breadcrumbs {
    width: min(1600px, 90%);
  }
  body :has(.l-search-temp) .l-container .l-container__row .p-page_header .p-page_header__inner .l-search-temp .c-title {
    width: min(1400px, 90%);
  }
  body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .p-list_header .p-list_header__inner {
    max-width: min(1400px, 90%);
  }
  body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .c-search_cond .c-search_cond__inner {
    width: min(1400px, 90%);
  }
  body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .p-product_list__list__ttl + .p-product_list__list {
    width: 90%;
  }
  body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .p-product_list__list__ttl + .p-product_list__list .p-product_list__list__item {
    width: calc((100% - 80px) / 5);
  }
  body :has(.l-search-temp) #add_product_async_view .p-product_list .l-container__row .p-product_list__list__ttl {
    width: min(1400px, 90%);
  }
  body :has(.p-product_list__list) .l-container .p-breadcrumbs {
    width: min(1600px, 90%);
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn.l-category-temp-kametsuyu .l-category-sec .p-category-col02 .p-category-col-img {
    right: 10%;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .p-category-mv .c-title {
    width: min(1200px, 90%);
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-head {
    width: min(1400px, 90%);
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-col .p-category-col-blk {
    padding-left: 5%;
    padding-right: 5%;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-col02 .p-category-col-img {
    left: 0;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-sec .p-category-col02 .p-category-col-blk {
    padding-left: 5%;
    padding-right: 5%;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-list .p-category-list {
    padding-left: 5%;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp-cmn .l-category-list .p-category-list .l-category-item .c-category-item {
    width: 600px;
    min-width: 600px;
    max-width: 600px;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp .p-category-subcat ul {
    width: min(1200px, 90%);
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp .p-category-subcat ul li {
    width: calc((100% - 120px) / 4);
  }
  body :has(.p-product_list__list) .l-container .l-container__row .p-page_header .p-page_header__inner .l-category-temp .c-title {
    width: min(1400px, 90%);
  }
  body :has(.p-product_list__list) .l-container .p-product_list .l-container__row .p-zero-result {
    max-width: min(1400px, 90%);
  }
  body :has(.p-product_list__list) .l-container .p-product_list .l-container__row .p-product_list__list {
    width: min(1400px, 90%);
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-law-inner .p-under-law-sec table tr td {
    padding-right: 32px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner {
    width: min(1400px, 90%);
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .p-under-aboutus-ttl {
    font-size: 3.2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-head .p-under-aboutus-blk .p-under-aboutus-blk-img {
    position: relative;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-head .p-under-aboutus-blk .p-under-aboutus-blk-img::before {
    content: "";
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.8));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-head .p-under-aboutus-blk .p-under-aboutus-blk-group .p-under-aboutus-blk-catch {
    font-size: 2rem;
    position: relative;
    left: 5%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-head .p-under-aboutus-blk .p-under-aboutus-blk-group .p-under-aboutus-blk-txt {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec .p-under-aboutus-sticky .p-under-aboutus-sticky-item p {
    padding-right: 5%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec02 .p-under-aboutus-blk p {
    font-size: 2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec02 .p-under-aboutus-list .p-under-aboutus-item .p-under-aboutus-item-ttl {
    text-align: left;
    font-size: 2rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-aboutus-inner .l-under-aboutus-sec02 .p-under-aboutus-list .p-under-aboutus-item .p-under-aboutus-item-box p {
    font-size: 1.6rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .c-guide-navi ul {
    -moz-column-gap: 40px;
         column-gap: 40px;
    width: min(1400px, 90%);
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .c-guide-navi ul li {
    width: calc((100% - 80px) / 3);
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .c-guide-navi ul li a {
    font-size: 2rem;
    height: 37px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-goldtext p {
    display: flex;
    border-bottom: none;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-goldtext p .u-marker span {
    background-image: linear-gradient(transparent 95%, #7f6533 0);
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: 0 0;
    display: inline;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col .p-under-guide-txtblk {
    width: 48%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col .p-under-guide-img {
    width: 48%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col02 .p-under-guide-blk p {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-col03 .p-under-guide-blk p {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-guide-inner .p-under-guide-sec .p-under-guide-group05 .p-under-guide-row03 .p-under-guide-tbl02 table tr td {
    padding-right: 15px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-head .p-under-shop-head-blk {
    padding-left: 5%;
    padding-right: 5%;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-head .p-under-shop-head-blk .p-under-shop-head-blk-ttl .p-under-shop-head-blk-ttl-group .o-txt-large {
    font-size: 4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-head .p-under-shop-head-blk .p-under-shop-head-blk-ttl .p-under-shop-head-blk-ttl-group .o-txt-small {
    font-size: 3rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-head .p-under-shop-head-blk p {
    font-size: 1.4rem;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-sec .c-shop-navi ul {
    -moz-column-gap: 40px;
         column-gap: 40px;
    width: min(1400px, 90%);
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-sec .c-shop-navi ul li {
    width: calc((100% - 80px) / 3);
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .p-under-shop-sec .c-shop-navi ul li a {
    font-size: 2rem;
    height: 37px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_content .p-under-shop-inner .l-under-shop-group .l-under-shop-inner .l-under-shop-list .c-under-shop-item .c-under-shop-item-box .c-under-shop-item-box-info dd p {
    display: block;
  }
  body :has(.customers_registration_form) .l-container .l-container__row {
    width: 90%;
    margin-inline: auto;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-news .p-news__inner .p-news__inner__list {
    width: min(1400px, 90%);
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-news .p-news__inner .p-news__inner__list .c-news_item .c-news_item__inner {
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 28px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-news .p-news__inner .p-news__inner__list .c-news_item .c-news_item__inner .c-news_item__inner__info {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-column .p-column__inner {
    width: min(1400px, 90%);
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .i-recom .c-title {
    width: min(1400px, 90%);
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .c-title {
    font-size: 3.2rem;
    line-height: 1.6;
  }
  body :has(.p-page_content__inner) .l-container .l-container__row .p-page_article .p-page_article__inner .c-title span {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  body :has(#new_contact) .l-container .l-container__row {
    width: 90%;
    margin-inline: auto;
  }
  body :has(.p-account_form) .l-container .l-container__row {
    width: 90%;
    margin-inline: auto;
  }
  body :has(.p-page_header > .p-page_header__inner > .p-page_header__inner__btn) .l-container .l-container__row {
    width: 90%;
    margin-inline: auto;
  }
  body :has(#customers-view,
  .p-favorite#add_product_async_view,
  .p-subscription_list,
  #customers-password-edit-view,
  .p-history_list,
  #customers-card-index-view,
  #customer-edit-view,
  #shipping-address-edit-view,
  .p-address_list__add,
  #view-free_columns,
  #shipping-address-new-view) .l-container {
    padding-left: 5%;
    padding-right: 5%;
  }
  body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_detail .p-history_detail__block .p-history_detail__block__wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_detail .p-history_detail__block .p-history_detail__block__wrapper .p-history_detail__block__list {
    width: 100%;
  }
  body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_detail .p-history_detail__block .p-history_detail__block__wrapper .c-billing_list {
    margin-top: 30px;
    margin-left: auto;
  }
  body :has(#view-free_columns) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_detail .p-subscription_detail__block .p-subscription_detail__block__wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  body :has(#view-free_columns) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_detail .p-subscription_detail__block .p-subscription_detail__block__wrapper .p-subscription_detail__block__list {
    width: 100%;
  }
  body :has(#view-free_columns) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_detail .p-subscription_detail__block .p-subscription_detail__block__wrapper .c-billing_list {
    margin-top: 30px;
    margin-left: auto;
  }
  body :has(.p-login__inner__login) .l-container .l-container__row {
    width: 90%;
    margin-inline: auto;
  }
  body :has(.p-login__inner__login) .l-container .p-login .p-login__inner .p-login__inner__login .c-form_table {
    width: 100%;
    max-width: 500px;
  }
  body :has(#new_customer) .l-container .l-container__row {
    width: 90%;
    margin-inline: auto;
  }
  body :has(#confirm-view) #confirm-view {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 1501px) and (max-width: 1650px) {
  .l-footer .l-footer__wrap .l-footer__head {
    width: min(1600px, 90%);
  }
  .l-footer .l-footer__wrap .l-footer__middle {
    width: min(1600px, 90%);
  }
  .l-footer .l-footer__wrap02 .l-footer__bottom {
    width: min(1600px, 90%);
  }
  body:has(.c-product_info__form__buttons) #product-show-view #add_product_async_view .l-container__row .p-product_content .p-product_content__breadcrumbs {
    width: min(1600px, 90%);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1300px) {
  body :has(.p-page_content__inner) .p-under-guide-text_br {
    display: none;
  }
  body :has(.p-page_content__inner) .p-under-guide-text_br {
    display: none;
  }
  body :has(.p-page_content__inner) .p-under-guide-text_br {
    display: none;
  }
}
@media screen and (max-width: 719px) {
  body :has(#orders-detail-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-history_detail .p-history_detail__block .c-account_table {
    width: 100%;
  }
  body :has(#customer-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td .c-form_table__subscription .c-account_table {
    width: 100%;
  }
  body :has(#shipping-address-edit-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #customer_form .c-form_table tbody tr td .c-form_table__subscription .c-account_table {
    width: 100%;
  }
  body :has(.p-address_list__add) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-address_list .c-account_table {
    width: 100%;
  }
  body :has(#view-free_columns) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content .p-subscription_detail .p-subscription_detail__block .c-account_table {
    width: 100%;
  }
  body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #edit_address_customer_shipping_15 .c-form_table,
  body :has(#edit_address_customer_shipping_15, #shipping-address-new-view) .l-container .l-container__row .p-account .p-account__inner .p-account__inner__content #new_address_customer_shipping .c-form_table {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */