@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  min-height: 100vh;
  color: #151515;
}

.f-serif {
  font-family: "Noto Serif JP", sans-serif;
}

.displayNone {
  display: none !important;
}

*:focus {
  outline: none;
}

* {
  box-sizing: border-box;
  word-break: break-all;
}

@media screen and (min-width:769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width:768px) {
  body {
    min-width: 320px;
    letter-spacing: 0.1em;
  }
  .pc {
    display: none !important;
  }
}
main {
  width: 100%;
  flex: 1;
}

#main {
  width: 100%;
}

.main-wrap {
  flex-grow: 1;
}

* {
  box-sizing: border-box;
  word-break: break-all;
}

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

pre {
  word-break: break-all;
  white-space: pre-wrap;
}

p {
  margin: 0;
}

select,
button,
input,
textarea {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "Helvetica Neue", Arial, sans-serif;
  outline: none;
}

a,
label,
select,
button,
input,
textarea {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
  border: none;
  color: #151515;
}

a {
  text-decoration: none;
}

input,
textarea {
  padding: unset;
  -webkit-user-select: auto;
  -moz-user-select: initial;
  user-select: initial;
  -webkit-touch-callout: initial;
  color: #151515;
}

button {
  padding: unset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: opacity 0.3s;
  color: #151515;
}

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

input::-moz-placeholder {
  color: #acacac;
}

input::placeholder {
  color: #acacac;
}

input::-ms-input-placeholder {
  color: #acacac;
}

#header {
  width: 100%;
}

.s-header-wrap-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 100%;
  max-width: 1240px;
}
@media screen and (max-width:768px) {
  .s-header-wrap-inner {
    margin-left: 16px;
    justify-content: flex-start;
  }
}

.s-header-wrap {
  border-bottom: 1px solid var(--color-gray);
}

.s-header-wrap__logo {
  width: unset;
}
@media screen and (max-width:768px) {
  .s-header-wrap__logo {
    display: inline-block;
  }
}
.s-header-wrap__logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10vw;
  width: 100%;
  max-height: 40px;
  max-width: 284px;
}
@media screen and (max-width:768px) {
  .s-header-wrap__logo a {
    height: 10vw;
    width: 100%;
    max-height: 38px;
    max-width: 250px;
  }
}
@media screen and (max-width: 480px) {
  .s-header-wrap__logo a {
    height: 10vw;
    width: 100%;
    max-height: 38px;
    max-width: 142px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 360px) {
  .s-header-wrap__logo a {
    height: 10vw;
    width: 80%;
    max-height: 38px;
    max-width: 142px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.header__logo.type992-sp {
  margin-left: 16px;
  display: inline-block;
  height: 48px;
  width: auto;
  aspect-ratio: 70/60;
}
@media screen and (max-width: 360px) {
  .header__logo.type992-sp {
    margin-left: -16px;
    height: 36px;
  }
}

.header__logo.type992-pc {
  display: none;
}

@media screen and (min-width: 992px) {
  .s-header {
    height: 7.2rem;
  }
  .s-header-wrap {
    height: 7.2rem;
  }
  .s-header-userNav {
    height: 7.2rem;
  }
  .s-header-contentsNavBlock {
    height: 7.1rem;
  }
  .header__logo.type992-pc {
    margin-left: 24px;
    display: inline-block;
    height: 60px;
    width: auto;
    aspect-ratio: 70/60;
  }
  .header__logo.type992-sp {
    display: none;
  }
}
.s-header-contentsNavBlock__item {
  display: flex;
  align-items: center;
  margin-left: 16px;
}

@media screen and (min-width: 992px) {
  .displayNone992 {
    display: none;
  }
}
.s-header-contentsNavBlock {
  position: relative;
  overflow: visible;
  list-style: none;
}
.s-header-contentsNavBlock > li {
  position: relative;
}

.head-brand-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 186px;
  height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background-color: #eee;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-sizing: border-box;
}
.head-brand-link span:first-child {
  white-space: nowrap;
}
.head-brand-link__icon {
  position: relative;
  flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #e60012;
}
.head-brand-link__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -64%) rotate(135deg);
}
.head-brand-link__icon::after {
  content: none;
}
.head-brand-link.is-open .head-brand-link__icon::before {
  transform: translate(-50%, -26%) rotate(-45deg);
}

.head-brand-list {
  display: none;
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  z-index: 1000;
  width: 300px;
  overflow: hidden;
  border: 1px solid #cfcfcf;
  border-radius: 6px;
  background-color: #fff;
  list-style: none;
}
.head-brand-list li {
  border-bottom: 1px solid #d9d9d9;
}
.head-brand-list li:last-child {
  border-bottom: 0;
}
.head-brand-list a {
  position: relative;
  display: block;
  padding: 16px 44px 16px 18px;
  color: #111;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}
.head-brand-list a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #e60012;
  border-right: 2px solid #e60012;
  transform: translateY(-50%) rotate(45deg);
}

#js-headRefinedSearch .s-headerModalBoxFooterBtn__close button {
  background: unset;
}

.s-headerModalBox {
  visibility: hidden;
}

.s-headerModalBox.active {
  visibility: visible;
}

.s-header-utilityList__icon:focus-visible {
  outline: 2px solid var(--color-blue-heavy);
  outline-offset: -2px;
  box-shadow: inset 0 0 0 2px rgba(38, 73, 157, 0.25);
}

.s-header-navBlok__openBtn {
  background: unset;
}

.s-headerModalBoxFooterBtn .c-btn:focus-visible {
  outline: 2px solid var(--color-blue-heavy);
  outline-offset: -2px;
  box-shadow: inset 0 0 0 2px rgba(38, 73, 157, 0.25);
}

.s-header-navBlok__openBtn.active + .s-header-navBlok__nav {
  padding: unset;
  background: #F8F8F8;
  border: unset;
}
.s-header-navBlok__openBtn.active + .s-header-navBlok__nav .s-header-userNav__navLink > a {
  font-size: 18px;
}
.s-header-navBlok__openBtn.active + .s-header-navBlok__nav .s-header-contentsNavBlock__item {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.s-header-navBlok__openBtn.active + .s-header-navBlok__nav .s-header-userNav {
  margin-bottom: unset;
  padding: unset;
}
.s-header-navBlok__openBtn.active + .s-header-navBlok__nav .s-header-userNav .s-header-userNav__navLink {
  padding: 0 1.5rem;
}
.s-header-navBlok__openBtn.active + .s-header-navBlok__nav .s-header-contentsNavBlock__item {
  display: block;
  margin-left: 0;
}
.s-header-navBlok__openBtn.active + .s-header-navBlok__nav .head-brand-list {
  position: relative;
  top: unset;
  left: unset;
  overflow: unset;
  z-index: unset;
  border: unset;
  width: unset;
  background: #fff;
  margin: 0 1.5rem;
}
.s-header-navBlok__openBtn.active + .s-header-navBlok__nav .s-header-userNav__navLink a {
  position: relative;
  display: block;
}
.s-header-navBlok__openBtn.active + .s-header-navBlok__nav .s-header-userNav__navLink a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #e60012;
  border-right: 2px solid #e60012;
  transform: translateY(-50%) rotate(45deg);
  box-sizing: border-box;
}
.s-header-navBlok__openBtn.active + .s-header-navBlok__nav .head-brand-link {
  width: 100%;
  height: auto;
  padding: 1.4rem 1.5rem 1.4rem;
  justify-content: flex-start;
  border-radius: unset;
  background: unset;
  font-weight: 400;
}
.s-header-navBlok__openBtn.active + .s-header-navBlok__nav .head-brand-link span:first-child {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.8rem;
  text-align: left;
}
.s-header-navBlok__openBtn.active + .s-header-navBlok__nav .head-brand-link span:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #e60012;
  border-right: 2px solid #e60012;
  transform: translateY(-85%) rotate(135deg);
  box-sizing: border-box;
  transition: transform 0.3s ease;
}
.s-header-navBlok__openBtn.active + .s-header-navBlok__nav .head-brand-link.is-open span:first-child::after {
  transform: translateY(-50%) rotate(-45deg);
}
.s-header-navBlok__openBtn.active + .s-header-navBlok__nav .head-brand-list {
  margin-bottom: 2rem;
}
.s-header-navBlok__openBtn.active + .s-header-navBlok__nav .s-header-categoryNav__head .u-hidden-lg-up {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 400;
}
.s-header-navBlok__openBtn.active + .s-header-navBlok__nav .s-header-categoryNav__head .u-hidden-lg-up::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #e60012;
  border-right: 2px solid #e60012;
  transform: translateY(-85%) rotate(135deg);
  box-sizing: border-box;
  transition: transform 0.3s ease;
}
.s-header-navBlok__openBtn.active + .s-header-navBlok__nav .s-header-categoryNav__head.is-open .u-hidden-lg-up::after {
  transform: translateY(-50%) rotate(-45deg);
}
.s-header-navBlok__openBtn.active + .s-header-navBlok__nav .s-header-contentsNavBlock__item + .s-header-contentsNavBlock__item {
  border-top: 1px solid #e3e3e3;
}
.s-header-navBlok__openBtn.active + .s-header-navBlok__nav .s-header-categoryNav__head + .s-header-categoryNav__body {
  display: none;
  margin-bottom: 2rem;
}
.s-header-navBlok__openBtn.active + .s-header-navBlok__nav .s-header-categoryNav__head + .s-header-categoryNav__body .s-header-categoryNav__navlist {
  background: #fff;
  margin: 0 1.5rem;
  border-radius: 6px;
}
.s-header-navBlok__openBtn.active + .s-header-navBlok__nav .s-header-categoryNav__head + .s-header-categoryNav__body .s-header-categoryNav__navlist li + li {
  border-top: 1px solid #e3e3e3;
}
.s-header-navBlok__openBtn.active + .s-header-navBlok__nav .s-header-categoryNav__head + .s-header-categoryNav__body .s-header-categoryNav__navlist li > a {
  position: relative;
  display: block;
  padding: 16px 44px 16px 18px;
  color: #111;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}
.s-header-navBlok__openBtn.active + .s-header-navBlok__nav .s-header-categoryNav__head + .s-header-categoryNav__body .s-header-categoryNav__navlist li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #e60012;
  border-right: 2px solid #e60012;
  transform: translateY(-50%) rotate(45deg);
}
.s-header-navBlok__openBtn.active + .s-header-navBlok__nav .s-header-contentsNav .s-header-contentsNav__navLink {
  padding: 0 1.5rem;
}
.s-header-navBlok__openBtn.active + .s-header-navBlok__nav .s-header-contentsNav .s-header-contentsNav__navLink a {
  position: relative;
  display: block;
  padding: 1.5rem 0;
  color: #111;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}
.s-header-navBlok__openBtn.active + .s-header-navBlok__nav .s-header-contentsNav .s-header-contentsNav__navLink a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #e60012;
  border-right: 2px solid #e60012;
  transform: translateY(-50%) rotate(45deg);
}
.s-header-navBlok__openBtn.active + .s-header-navBlok__nav .head-brand-link__icon {
  display: none;
}
.s-header-navBlok__openBtn.active + .s-header-navBlok__nav .s-header-categoryNav {
  background: unset;
}

@media screen and (max-width:768px) {
  .s-header-wrap__utility {
    right: 5.2rem;
  }
  .s-header-wrap__nav {
    left: unset;
    right: 1.5rem;
  }
}
.site-header {
  position: relative;
  z-index: 50;
  background: #f1f1f1;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
}
@media screen and (max-width:768px) {
  .header-inner {
    padding: 16px 20px;
  }
}

.header-logo {
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #111;
  text-decoration: none;
}

.header-nav__list {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-nav__item a {
  color: #111;
  text-decoration: none;
}

.sp-only {
  display: none;
}

.s-header-utilityList__icon--search {
  background-color: unset;
}

@media screen and (max-width:768px) {
  .sp-only {
    display: inline-flex;
  }
  .header-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: min(84vw, 320px);
    height: 100vh;
    background: #fff;
    box-shadow: -12px 0 24px rgba(0, 0, 0, 0.08);
    padding: 88px 24px 24px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    opacity: 0;
    pointer-events: none;
    z-index: 60;
  }
  .header-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 55;
  }
  .header-nav__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .header-toggle {
    width: 44px;
    height: 44px;
    border: 1px solid #111;
    border-radius: 6px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    z-index: 70;
  }
  .header-toggle__line {
    display: block;
    width: 20px;
    height: 2px;
    background: #111;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: center;
  }
  body.is-menu-open .header-nav {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }
  body.is-menu-open .header-backdrop {
    opacity: 1;
    pointer-events: auto;
  }
  body.is-menu-open .header-toggle__line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  body.is-menu-open .header-toggle__line:nth-child(2) {
    opacity: 0;
  }
  body.is-menu-open .header-toggle__line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  body.is-menu-open {
    overflow: hidden;
  }
}
.s-headerRefinedSearchBox input[type=text], .s-headerRefinedSearchBox input[type=password], .s-headerRefinedSearchBox input[type=tel], .s-headerRefinedSearchBox input[type=email], .s-headerRefinedSearchBox input[type=text], .s-headerRefinedSearchBox input[type=number], .s-headerRefinedSearchBox select:not(.p-refinedSearchBox-category) {
  border: 1px solid var(--color-light);
}

footer {
  width: 100%;
}
footer .footer-inner {
  padding: 20px;
  background: #f1f1f1;
}
@media screen and (max-width:768px) {
  footer .footer-inner {
    padding: 20px;
  }
}

.s-footer {
  padding: unset;
  border-top: unset;
}
@media screen and (max-width:768px) {
  .s-footer {
    background: #f8f8f8;
  }
}
.s-footer .s-footer-top {
  padding: 2.65rem 2rem 4rem;
}
.s-footer .s-footer-bottom {
  padding: 2.65rem 2rem 8rem;
  background: #E3E3E3;
}
@media screen and (max-width:768px) {
  .s-footer .s-footer-bottom {
    padding: 2.65rem 2rem 4rem;
  }
}
@media screen and (max-width:768px) {
  .s-footer .s-footer-guideNav {
    padding: 16px 0;
  }
}
@media screen and (max-width:768px) {
  .s-footer .s-footer-guideNav > a {
    padding: 1rem 1.5rem;
  }
}
@media screen and (max-width:768px) {
  .s-footer .s-footer-guideNav__item {
    border-top: unset;
  }
}
.s-footer .s-footer-guideNav__item > a:not(.link-mark) {
  position: relative;
  display: inline-block;
}
@media screen and (max-width:768px) {
  .s-footer .s-footer-guideNav__item > a:not(.link-mark) {
    padding: 1rem 1.5rem;
  }
}
.s-footer .s-footer-guideNav__item > a:not(.link-mark)::after {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  right: -10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #D80C18;
  border-right: 1px solid #D80C18;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width:768px) {
  .s-footer .s-footer-guideNav__item > a:not(.link-mark)::after {
    top: 50%;
    right: 4px;
  }
}

@media screen and (max-width:768px) {
  .s-footer__copy {
    margin-top: 0;
  }
}
.s-footer__copy {
  text-align: center;
}

:root {
  --color-primary: #E32A2A;
}

.agentPc .has-child:hover ul {
  opacity: 1;
  visibility: visible;
}
.agentPc .has-child:hover li {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.agentPc .has-child:hover li:hover {
  opacity: 0.6;
}
.agentPc a {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.agentPc a:hover {
  opacity: 0.6;
}

a.link-mark::after {
  content: "";
  display: inline-block;
  margin-left: 2px;
  width: 1.1429em;
  height: 1em;
  vertical-align: text-top;
  background: url(../../assets/img/common/icon_blank01.svg) no-repeat center;
  background-size: cover;
}

.c-btn-progress,
.s-headerModalBoxFooterBtn .c-btn,
.p-login-form__body-link {
  padding: 1.6rem 1rem;
}

.s-headerModalBoxHeding__closeBtn {
  color: #707070;
}

.p-refinedSearchBox-category {
  border: 1px solid var(--color-light);
}

.s-headerRefinedSearchBox-item__checkList .p-refinedSearchBox-category {
  border: none;
}

@media screen and (max-width:768px) {
  .m-breadcrumb {
    margin-top: 32px;
  }
}

div#rootTemplate {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.s-footer {
  margin-top: auto;
}

h1 .main-head, h2 .main-head {
  display: block;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
h1 .sub-head, h2 .sub-head {
  display: block;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  color: #bcbcbc;
  letter-spacing: 0.2em;
}

input[type=radio]:checked {
  border-color: #990000;
}

input[type=radio]:checked:after {
  background-color: #990000;
}

input[type=text], input[type=password], input[type=tel], input[type=email], input[type=text], input[type=number],
textarea {
  font-size: 16px;
}

.l-container-wrap {
  flex-direction: column;
}

@media screen and (max-width: 990px) {
  .brand-head-nav.p-head-detail + .l-container-wrap .m-breadcrumb {
    margin-top: 8px;
  }
}
.brand-head-nav .head-logo-wrap {
  display: flex;
  justify-content: center;
  margin: 24px auto;
}
.brand-head-nav .head-logo {
  display: inline-block;
  height: 42px;
}
.brand-head-nav .menu-lists {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto 16px;
  padding: 0 20px;
  font-size: 17px;
  font-weight: bold;
  z-index: 10;
}
@media screen and (max-width: 990px) {
  .brand-head-nav .menu-lists {
    display: none;
  }
}
.brand-head-nav .menu-lists button {
  background: unset;
  cursor: pointer;
}
.brand-head-nav .menu-lists li:not(.has-child):last-of-type {
  padding-right: 16px;
}
.brand-head-nav .menu-lists li:not(.has-child) a {
  position: relative;
}
.brand-head-nav .menu-lists li:not(.has-child) a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #e60012;
  border-right: 2px solid #e60012;
  transform: translateY(-50%) rotate(45deg);
  box-sizing: border-box;
}
.brand-head-nav .brand-head-common-links .links-list {
  display: flex;
  gap: 16px;
}
.brand-head-nav .has-child {
  position: relative;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
}
.brand-head-nav .has-child::after {
  content: "";
  position: absolute;
  top: 60%;
  right: -18px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #e60012;
  border-right: 2px solid #e60012;
  transform: translateY(-85%) rotate(135deg);
  box-sizing: border-box;
  transition: transform 0.3s ease;
}
.brand-head-nav .has-child.is-open::after {
  transform: translateY(-50%) rotate(-45deg);
}
.brand-head-nav .has-child.is-open > ul li a::after {
  content: unset;
}
.brand-head-nav .has-child > ul {
  display: none;
  position: absolute;
  top: 32px;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  min-width: 280px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.brand-head-nav .has-child > ul li {
  position: relative;
}
.brand-head-nav .has-child > ul li::after {
  content: "";
  position: absolute;
  top: 52%;
  right: 16px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #e60012;
  border-right: 2px solid #e60012;
  transform: translateY(-50%) rotate(45deg);
  box-sizing: border-box;
  transition: transform 0.3s ease;
}
.brand-head-nav .has-child > ul li + li {
  border-top: 1px solid #ccc;
}
.brand-head-nav .has-child > ul li a {
  display: block;
  padding: 10px 16px;
}
.brand-head-nav .has-child span {
  display: inline-block;
}

.head-news {
  margin-bottom: 16px;
}
.head-news .head-news-inner {
  display: flex;
  justify-content: center;
  background-color: #F0F0F0;
}
.head-news .head-news-inner a {
  width: 100%;
  max-width: 1080px;
  display: block;
}
.head-news .head-news-inner .text {
  display: block;
  width: 100%;
  max-width: 1080px;
  color: #CE0B0B;
  padding: 16px;
  font-size: 16px;
  line-height: 1.2;
}

#rootTemplate .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px !important;
  background: #ccc;
  opacity: 1;
  border: none;
}
#rootTemplate .swiper-pagination-bullet-active {
  background: #000;
}

.news-section {
  margin: 0 auto 90px;
  padding: 50px 20px 0;
  max-width: 1240px;
  width: 100%;
  border-top: 1px solid #CCCCCC;
}
@media screen and (max-width:768px) {
  .news-section {
    margin-bottom: 58px;
    padding: 32px 15px 0;
  }
}

.p-homeNewsList {
  border-top: unset;
}

.p-homeNewsList-body__time,
.p-homeNewsList-body__title {
  font-size: 15px;
}

.p-homeNewsList-body {
  padding: 1rem 2rem 1rem;
  border-bottom: unset;
}
.p-homeNewsList-body .text {
  display: none;
}

.p-page-newsList .news-item {
  padding-top: 96px;
  margin-top: -96px;
}
@media screen and (max-width:768px) {
  .p-page-newsList .news-item {
    padding-top: 88px;
    margin-top: -88px;
  }
}
.p-page-newsList .title {
  font-size: 18px;
}
.p-page-newsList .title a {
  cursor: unset;
}
.p-page-newsList .text {
  margin-top: 16px;
  font-size: 15px;
}
@media screen and (max-width:768px) {
  .p-page-newsList .text {
    font-size: 14px;
  }
}

.m-featureSlide.kv .m-featureSlide-slider__item {
  max-width: 1245px;
  max-height: 650px;
}

.m-featureSlide {
  overflow: hidden;
}
.m-featureSlide .m-featureSlide-container {
  position: relative;
  max-width: 1080px;
  margin: 0 auto 40px;
  overflow: visible;
  list-style: none;
  z-index: 1;
}
.m-featureSlide .m-featureSlide-slider__item {
  cursor: pointer;
}
.m-featureSlide .m-featureSlide-slider__picture {
  display: block;
  margin: 0 8px;
  aspect-ratio: 249/130;
  width: unset;
  height: auto;
}
@media screen and (max-width:768px) {
  .m-featureSlide .m-featureSlide-slider__picture {
    aspect-ratio: 120/109;
    margin: 0;
  }
}
.m-featureSlide .m-featureSlide-slider__picture img {
  display: block;
  background-size: cover;
  margin: auto;
  width: unset;
  height: unset;
}

.type-col-2 .m-featureSlide-container {
  width: 90%;
  margin: auto;
}
@media screen and (min-width:769px) {
  .type-col-2 .m-featureSlide-container {
    margin: auto;
    padding: 0 20px;
    max-width: 1240px;
    width: 100%;
  }
}
.type-col-2 .m-featureSlide-slider {
  margin: auto;
}
@media screen and (min-width:769px) {
  .type-col-2 .m-featureSlide-slider {
    width: 100%;
    max-width: 1200px;
    flex-wrap: wrap;
    gap: 16px;
    transform: unset !important;
    justify-content: center;
  }
}
.type-col-2 .m-featureSlide-slidePagination {
  display: none;
}
.type-col-2 .m-featureSlide-slider__item {
  width: 100%;
  height: 100%;
  aspect-ratio: unset;
}
@media screen and (min-width:769px) {
  .type-col-2 .m-featureSlide-slider__item {
    width: calc(50% - 8px) !important;
    max-width: unset;
  }
}
@media screen and (max-width:768px) {
  .type-col-2 .m-featureSlide-slider__link {
    margin: auto 8px;
  }
}
.type-col-2 .m-featureSlide-slider__picture {
  position: relative;
  margin: 0;
  padding-right: 24px;
  background: #e60012;
  aspect-ratio: unset;
}
@media screen and (max-width:768px) {
  .type-col-2 .m-featureSlide-slider__picture {
    padding-right: unset;
    background: unset;
  }
}
.type-col-2 .m-featureSlide-slider__picture::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width:768px) {
  .type-col-2 .m-featureSlide-slider__picture::before {
    content: none;
  }
}
@media screen and (max-width:768px) {
  .type-col-2 .m-featureSlide-slider__picture {
    aspect-ratio: unset;
  }
}
.type-col-2 .m-featureSlide-slider__picture img {
  width: 100%;
  height: 100%;
}

.brand1-format .type-col-2 .m-featureSlide-slider__picture {
  background: #7C8E98;
}
@media screen and (max-width:768px) {
  .brand1-format .type-col-2 .m-featureSlide-slider__picture {
    background: unset;
  }
}

.brand2-format .type-col-2 .m-featureSlide-slider__picture {
  background: #BE9D12;
}
@media screen and (max-width:768px) {
  .brand2-format .type-col-2 .m-featureSlide-slider__picture {
    background: unset;
  }
}

.brand3-format .type-col-2 .m-featureSlide-slider__picture {
  background: #e60012;
}
@media screen and (max-width:768px) {
  .brand3-format .type-col-2 .m-featureSlide-slider__picture {
    background: unset;
  }
}

.type-col-3 .m-featureSlide-container {
  width: 90%;
  margin: auto;
}
@media screen and (min-width:769px) {
  .type-col-3 .m-featureSlide-container {
    margin: auto;
    padding: 0 20px;
    max-width: 1240px;
    width: 100%;
  }
}
.type-col-3 .m-featureSlide-slider {
  margin: auto;
}
@media screen and (min-width:769px) {
  .type-col-3 .m-featureSlide-slider {
    width: 100%;
    max-width: 1200px;
    flex-wrap: wrap;
    gap: 16px;
    transform: unset !important;
  }
}
.type-col-3 .m-featureSlide-slidePagination {
  display: none;
}
.type-col-3 .m-featureSlide-slider__item {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
@media screen and (min-width:769px) {
  .type-col-3 .m-featureSlide-slider__item {
    width: calc(33.08% - 8px) !important;
    max-width: unset;
  }
}
@media screen and (max-width:768px) {
  .type-col-3 .m-featureSlide-slider__link {
    margin: auto 8px;
  }
}
.type-col-3 .m-featureSlide-slider__picture {
  margin: 0;
  aspect-ratio: unset;
}
@media screen and (max-width:768px) {
  .type-col-3 .m-featureSlide-slider__picture {
    aspect-ratio: unset;
  }
}
.type-col-3 .m-featureSlide-slider__picture img {
  width: 100%;
  height: 100%;
}

.brand-intro .brand-intro-inner {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
}
@media screen and (max-width:768px) {
  .brand-intro .brand-intro-inner {
    width: 100%;
    padding: 0 15px;
  }
}
.brand-intro.type-01 .brand-intro-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: auto;
}
@media screen and (max-width:768px) {
  .brand-intro.type-01 .brand-intro-inner {
    flex-flow: column;
  }
}
.brand-intro.type-01 picture {
  display: block;
  width: 46%;
}
@media screen and (max-width:768px) {
  .brand-intro.type-01 picture {
    width: 100%;
  }
}
.brand-intro.type-01 picture img {
  display: inline-block;
}
.brand-intro.type-01 .head {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .brand-intro.type-01 .head {
    font-size: 20px;
  }
}
.brand-intro.type-01 .body {
  font-size: 16px;
}
@media screen and (max-width:768px) {
  .brand-intro.type-01 .body {
    font-size: 14px;
  }
}
.brand-intro.type-01 .text-box {
  display: block;
  width: calc(54% - 8px);
  padding-left: 16px;
}
@media screen and (max-width:768px) {
  .brand-intro.type-01 .text-box {
    width: 100%;
    padding-left: 0;
  }
}
.brand-intro.type-02 {
  background: #D1193E;
}
.brand-intro.type-02 .brand-intro-inner {
  display: flex;
  gap: 16px;
  margin: auto;
  padding: 16px 20px;
  max-width: 1240px;
  align-items: center;
}
@media screen and (max-width:768px) {
  .brand-intro.type-02 .brand-intro-inner {
    padding: 16px 15px;
    flex-flow: column-reverse;
    align-items: flex-start;
  }
}
.brand-intro.type-02 picture {
  display: block;
  width: 46%;
}
@media screen and (max-width:768px) {
  .brand-intro.type-02 picture {
    width: 100%;
  }
}
.brand-intro.type-02 picture img {
  display: inline-block;
}
.brand-intro.type-02 .head {
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .brand-intro.type-02 .head {
    font-size: 20px;
  }
}
.brand-intro.type-02 .body {
  font-size: 16px;
}
@media screen and (max-width:768px) {
  .brand-intro.type-02 .body {
    font-size: 14px;
  }
}
.brand-intro.type-02 .text-box {
  display: block;
  width: calc(54% - 8px);
  padding-left: 16px;
  color: #fff;
}
@media screen and (max-width:768px) {
  .brand-intro.type-02 .text-box {
    width: 100%;
    padding-left: 0;
    padding-top: 24px;
  }
}

section.info-bnr {
  padding-top: 48px;
}
@media screen and (max-width:768px) {
  section.info-bnr {
    padding-top: 24px;
  }
}

.bnr-info-wrap {
  width: 100%;
  max-width: 1240px;
  margin: auto;
  padding: 0 20px;
}
@media screen and (max-width:768px) {
  .bnr-info-wrap {
    padding: 0 16px;
  }
}
.bnr-info-wrap .banner-info {
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  max-width: 1140px;
}
@media screen and (max-width:768px) {
  .bnr-info-wrap .banner-info {
    flex-flow: column;
    margin: 32px auto 0;
  }
}
.bnr-info-wrap .banner-info li {
  width: calc(50% - 8px);
}
@media screen and (max-width:768px) {
  .bnr-info-wrap .banner-info li {
    width: 100%;
  }
}
.bnr-info-wrap .banner-info li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 30px 22px 30px 16px;
}
.bnr-info-wrap .banner-info li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.bnr-info-wrap .banner-info li span {
  display: block;
}
.bnr-info-wrap .banner-info li .head {
  font-size: 17px;
  font-weight: 400;
}
@media screen and (max-width:768px) {
  .bnr-info-wrap .banner-info li .head {
    font-size: 14px;
  }
}
.bnr-info-wrap .banner-info li .body {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width:768px) {
  .bnr-info-wrap .banner-info li .body {
    font-size: 20px;
  }
}

.brand1-format .banner-info li a {
  border: 10px solid #7C8E98;
}
.brand1-format .banner-info li a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: #7C8E98;
}

.brand2-format .banner-info li a {
  border: 10px solid #BE9D12;
}
.brand2-format .banner-info li a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: #BE9D12;
}

.brand3-format .head-logo {
  display: inline-block;
  height: 34px;
}
.brand3-format .box-1 a,
.brand3-format .box-2 a {
  border: 10px solid #92B9C3;
}
.brand3-format .box-1 a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: #92B9C3;
}
.brand3-format .box-2 a {
  border: 10px solid #B3CCAE;
}
.brand3-format .box-2 a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: #B3CCAE;
}

.top-brand-wrap {
  background: #f8f8f8;
}
.top-brand-wrap .top-brand-inner {
  margin: auto;
  padding: 40px 20px 56px;
  width: 100%;
  max-width: 1240px;
}
@media screen and (max-width:768px) {
  .top-brand-wrap .top-brand-inner {
    padding: 24px 15px 40px;
  }
}
.top-brand-wrap .brand-cards {
  display: grid;
  gap: 16px;
  margin: auto;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width:768px) {
  .top-brand-wrap .brand-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.top-brand-wrap .brand-cards li a {
  display: block;
  background: #fff;
}
@media screen and (max-width:768px) {
  .top-brand-wrap .brand-cards li a {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width:768px) {
  .top-brand-wrap .brand-cards li picture {
    position: relative;
    display: block;
    width: 44%;
  }
  .top-brand-wrap .brand-cards li picture img {
    display: inline-block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top-brand-wrap .brand-cards .text-box {
  padding: 24px;
  background: #fff;
}
@media screen and (max-width:768px) {
  .top-brand-wrap .brand-cards .text-box {
    width: 56%;
    padding: 24px 16px;
  }
}
.top-brand-wrap .brand-cards .text-box .head {
  margin: 0 auto;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width:768px) {
  .top-brand-wrap .brand-cards .text-box .head {
    text-align: left;
  }
}
.top-brand-wrap .brand-cards .text-box .head img {
  display: inline-block;
  height: 30px;
}
.top-brand-wrap .brand-cards .text-box .head p {
  font-size: 20px;
  font-weight: bold;
}
.top-brand-wrap .brand-cards .text-box .body {
  margin-top: 16px;
  font-size: 15px;
}
@media screen and (max-width:768px) {
  .top-brand-wrap .brand-cards .text-box .body {
    font-size: 13px;
  }
}

.series-section {
  margin-top: 90px;
  padding: 58px 0;
  background: #f8f8f8;
}
@media screen and (max-width:768px) {
  .series-section {
    margin-top: 50px;
    padding: 40px 0;
  }
}
.series-section .series-inner {
  width: 100%;
  max-width: 1240px;
  margin: auto;
  padding: 0 20px;
}
@media screen and (max-width:768px) {
  .series-section .series-inner {
    padding: 0 15px;
  }
}
.series-section ul {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width:768px) {
  .series-section ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.series-section li {
  width: 100%;
  max-width: 280px;
  background: #fff;
}
@media screen and (max-width:768px) {
  .series-section li {
    max-width: unset;
  }
}
.series-section li a {
  display: block;
}
.series-section li p {
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.cat-section {
  margin-top: 90px;
  padding: 58px 0;
  background: #f8f8f8;
}
@media screen and (max-width:768px) {
  .cat-section {
    margin-top: 50px;
    padding: 40px 0;
  }
}
.cat-section .cat-inner {
  width: 100%;
  max-width: 1240px;
  margin: auto;
  padding: 0 20px;
}
@media screen and (max-width:768px) {
  .cat-section .cat-inner {
    padding: 0 15px;
  }
}
.cat-section ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width:768px) {
  .cat-section ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.cat-section li {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 5px;
  overflow: hidden;
}
.cat-section li a {
  display: flex;
  align-items: center;
}
.cat-section li picture {
  height: 84px;
}
.cat-section li picture img {
  -o-object-fit: contain;
     object-fit: contain;
}
.cat-section li p {
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.cat-section li.all-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:768px) {
  .cat-section li.all-list {
    height: 86px;
  }
}
.cat-section li.all-list a {
  position: relative;
  width: 100%;
  justify-content: center;
}
.cat-section li.all-list a::after {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.cat-section.hepa {
  margin-top: 40px;
  padding: 58px 0;
  background: #f8f8f8;
}
@media screen and (max-width:768px) {
  .cat-section.hepa {
    margin-top: 24px;
    padding: 40px 0;
  }
}
.cat-section.hepa .cat-inner {
  width: 100%;
  max-width: 1240px;
  margin: auto;
  padding: 0 20px;
}
@media screen and (max-width:768px) {
  .cat-section.hepa .cat-inner {
    padding: 0 15px;
  }
}
.cat-section.hepa ul {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width:768px) {
  .cat-section.hepa ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.cat-section.hepa li {
  display: flex;
  width: 25%;
  border: unset;
  border-radius: unset;
  flex-flow: column;
  align-items: center;
  background: #fff;
}
.cat-section.hepa li a {
  display: block;
}
.cat-section.hepa li picture {
  height: unset;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cat-section.hepa li picture img {
  -o-object-fit: contain;
     object-fit: contain;
}
.cat-section.hepa li p {
  position: relative;
  padding: 16px;
  font-size: min(1.28vw, 16px);
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width:768px) {
  .cat-section.hepa li p {
    font-size: 16px;
  }
}
.cat-section.hepa li p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #BE9D12;
  border-right: 1px solid #BE9D12;
}

.p-homeSection__title {
  font-size: 2.4rem;
  font-weight: bold;
}

.border-btn {
  position: relative;
  width: 214px;
  margin: auto auto 0;
  padding: unset;
  border: 1px solid #aaa;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  border-radius: 5px;
}
.border-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.border-btn-noWidth {
  position: relative;
  margin: auto auto 0;
  padding: unset;
  border: 1px solid #aaa;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  border-radius: 5px;
}
.border-btn-noWidth::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.brand1-format .border-btn::after {
  border-top: 1px solid #7C8E98;
  border-right: 1px solid #7C8E98;
}
.brand1-format .shopping-guide .btn::after {
  border-top: 1px solid #7C8E98;
  border-right: 1px solid #7C8E98;
}

.brand2-format .border-btn::after {
  border-top: 1px solid #BE9D12;
  border-right: 1px solid #BE9D12;
}
.brand2-format .shopping-guide .btn::after {
  border-top: 1px solid #BE9D12;
  border-right: 1px solid #BE9D12;
}

.brand3-format .border-btn::after {
  border-top: 1px solid #D80C18;
  border-right: 1px solid #D80C18;
}
.brand3-format .shopping-guide .btn::after {
  border-top: 1px solid #D80C18;
  border-right: 1px solid #D80C18;
}

.m-homeFeatureSlide .m-homeFeatureSlide-slider__picture + p {
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.m-homeFeatureSlide.m-homeFeatureSlide--OpenSlide {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: auto;
}
@media screen and (max-width:768px) {
  .m-homeFeatureSlide.m-homeFeatureSlide--OpenSlide {
    padding: 0 16px;
  }
}

.m-homeFeatureSlide-slider__link {
  display: block;
  width: 100%;
  height: 100%;
}

.m-homeFeatureSlide-slider__picture {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  aspect-ratio: 764/432;
}
.m-homeFeatureSlide-slider__picture img {
  -o-object-fit: contain;
     object-fit: contain;
}

ul.m-homeFeatureSlide-slider {
  gap: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width:768px) {
  ul.m-homeFeatureSlide-slider {
    grid-template-columns: repeat(1, 1fr);
  }
}
ul.m-homeFeatureSlide-slider .m-homeFeatureSlide-slider__item {
  width: unset;
}

.p-page-home-outer .shopping-guide {
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .p-page-home-outer .shopping-guide {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
.p-page-home-outer #receipt,
.p-page-home-outer #shipment,
.p-page-home-outer #point {
  scroll-margin-top: 96px;
}
@media screen and (max-width:768px) {
  .p-page-home-outer #receipt,
  .p-page-home-outer #shipment,
  .p-page-home-outer #point {
    scroll-margin-top: 70px;
  }
}

.shopping-guide {
  padding: 56px 0;
  background: #f7f7f7;
}
@media screen and (max-width:768px) {
  .shopping-guide {
    padding: 24px 0 40px;
  }
}
.shopping-guide .wrap {
  max-width: 1072px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (max-width:768px) {
  .shopping-guide .wrap {
    padding: 0 24px;
  }
}
.shopping-guide .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.shopping-guide .card {
  display: flex;
  flex-direction: column;
  min-height: 276px;
  padding: 26px 24px 28px;
  background: #fff;
}
.shopping-guide .card-title {
  margin-bottom: 22px;
  color: #111;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.04em;
}
.shopping-guide .text {
  margin-bottom: 24px;
  color: #888;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media screen and (max-width:768px) {
  .shopping-guide .text {
    margin-bottom: 0;
    text-align: center;
  }
}
.shopping-guide .red {
  color: #d65353;
}
.shopping-guide .contact {
  margin-top: -2px;
  margin-bottom: 24px;
}
@media screen and (max-width:768px) {
  .shopping-guide .contact {
    margin-bottom: 0;
    text-align: center;
  }
}
.shopping-guide .label {
  margin-bottom: 4px;
  color: #888;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.shopping-guide .tel {
  margin-bottom: 4px;
  color: #d83a3a;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.02em;
}
.shopping-guide .time {
  color: #888;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
.shopping-guide .bottom {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}
.shopping-guide .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
}
.shopping-guide .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #D80C18;
  border-right: 1px solid #D80C18;
  transform: translateY(-50%) rotate(45deg);
}
.shopping-guide .btn-white {
  width: 176px;
  border: 1px solid #fff;
  color: #fff;
}
.shopping-guide .card-btn {
  width: 214px;
  min-height: 46px;
  margin: auto auto 0;
  border: 1px solid #aaa;
  border-radius: 5px;
}
.shopping-guide .guide-btn {
  width: 216px;
  border: 1px solid #aaa;
  background: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 900px) {
  .shopping-guide {
    padding: 40px 0 32px;
  }
  .shopping-guide .hero {
    min-height: 220px;
    margin-bottom: 24px;
  }
  .shopping-guide .hero-title {
    margin-bottom: 32px;
    font-size: 32px;
  }
  .shopping-guide .cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .shopping-guide .card {
    min-height: auto;
    padding: 28px 24px 32px;
  }
  .shopping-guide .card-btn {
    margin-top: 32px;
  }
  .shopping-guide .bottom {
    margin-top: 24px;
  }
}
@media screen and (max-width: 520px) {
  .shopping-guide {
    padding: 32px 0;
  }
  .shopping-guide .wrap {
    padding: 0 16px;
  }
  .shopping-guide .hero {
    min-height: 180px;
  }
  .shopping-guide .hero-title {
    font-size: 28px;
  }
  .shopping-guide .btn-white,
  .shopping-guide .guide-btn {
    width: 100%;
    max-width: 216px;
  }
  .shopping-guide .card {
    padding: 24px 20px 28px;
  }
  .shopping-guide .card-title {
    font-size: 20px;
  }
  .shopping-guide .card-btn {
    width: 100%;
    max-width: 214px;
  }
  .shopping-guide .tel {
    font-size: 32px;
  }
}

.m-userProductSectLine .p-homeSection__title {
  display: none;
}

@media screen and (max-width:768px) {
  .recommend-col-4 .l-container {
    padding-right: 0;
  }
}
.recommend-col-4 .recommend-products-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.recommend-col-4 .m-productLineUser-col3-md4 {
  display: flex;
  justify-content: center;
  margin: auto;
  gap: 3.5rem 2rem;
  width: 100%;
}
@media screen and (max-width:768px) {
  .recommend-col-4 .m-productLineUser-col3-md4 {
    width: -moz-max-content;
    width: max-content;
    padding-right: 24px;
    gap: 1.6rem 1.5rem;
  }
}
.recommend-col-4 .m-productLineUser-col3-md4__item {
  width: calc(25% - 15px);
}
.recommend-col-4 .m-productLineUser-col3-md4__item:nth-child(n+5) {
  display: none;
}
@media screen and (max-width:768px) {
  .recommend-col-4 .m-productLineUser-col3-md4__item:nth-child(n+5) {
    display: block;
  }
}
@media screen and (max-width:768px) {
  .recommend-col-4 .m-productLineUser-col3-md4__item {
    width: 240px;
  }
}
.recommend-col-4 .c-productUser {
  position: relative;
}
.recommend-col-4 .c-productUser-head__picture::before {
  padding-top: 100%;
}
.recommend-col-4 .c-productUser-head__image {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.recommend-col-4 .c-productUser-body__title-name {
  font-size: 1.5rem;
}
@media screen and (max-width:768px) {
  .recommend-col-4 .c-productUser-body__title-name {
    font-size: 1.4rem;
  }
}
.recommend-col-4 .c-productUser-body__price {
  font-size: 17px;
  font-weight: bold;
}
.recommend-col-4 .tax {
  font-weight: bold;
  font-size: 13px;
}
@media screen and (max-width:768px) {
  .recommend-col-4 .tax {
    font-size: 11px;
  }
}
.recommend-col-4 .p-homeSection__title {
  display: block;
}
.recommend-col-4 .m-userProductSectLine__title {
  display: none;
}
.m-productLineUser-col3-md4__item:nth-child(n+5) {
  display: none;
}
@media screen and (max-width:768px) {
  .m-productLineUser-col3-md4__item:nth-child(n+5) {
    display: block;
  }
}

.ranking-col-4.no-rank-mark .c-product-head__rank {
  display: none;
}
.ranking-col-4 .l-container {
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .ranking-col-4 .l-container {
    padding-right: 0;
  }
}
.ranking-col-4 .js-ga4-view-item-list {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.ranking-col-4 .m-productLineHome-col2-md5 {
  display: flex;
  justify-content: center;
  margin: auto;
  width: 100%;
}
@media screen and (max-width:768px) {
  .ranking-col-4 .m-productLineHome-col2-md5 {
    padding-right: 24px;
    width: -moz-max-content;
    width: max-content;
  }
}
.ranking-col-4 .m-productLineHome-col2-md5__item {
  width: calc(25% - 15px);
}
.ranking-col-4 .m-productLineHome-col2-md5__item:nth-child(n+5) {
  display: none;
}
@media screen and (max-width:768px) {
  .ranking-col-4 .m-productLineHome-col2-md5__item:nth-child(n+5) {
    display: block;
  }
}
@media screen and (max-width:768px) {
  .ranking-col-4 .m-productLineHome-col2-md5__item {
    width: 240px;
  }
}
.ranking-col-4 .c-product-head__picture::before {
  padding-top: 100%;
}
.ranking-col-4 .c-product-head__image {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ranking-col-4 .c-product-body__title-name {
  font-size: 15px;
}
@media screen and (max-width:768px) {
  .ranking-col-4 .c-product-body__title-name {
    font-size: 14px;
  }
}
.ranking-col-4 .c-product-body__price {
  font-size: 17px;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .ranking-col-4 .c-product-body__price {
    font-size: 14px;
  }
}
.ranking-col-4 .tax {
  font-weight: bold;
  font-size: 13px;
}
@media screen and (max-width:768px) {
  .ranking-col-4 .tax {
    font-size: 11px;
  }
}
.ranking-col-4 .c-product-head__rank {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: white;
  font-size: 20px;
}
.ranking-col-4 .c-product-head__rank.num-1 {
  background: #EFCE76;
}
.ranking-col-4 .c-product-head__rank.num-2 {
  background: #C4C0B6;
}
.ranking-col-4 .c-product-head__rank.num-3 {
  background: #B4853B;
}
.ranking-col-4 .c-product-head__rank.num-other {
  background: #848484;
}
.ranking-col-4.subscription-item-list {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .ranking-col-4.subscription-item-list {
    padding-top: 9rem;
  }
}
.ranking-col-4.subscription-item-list .p-homeSection__title {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: bold;
}
.ranking-col-4.subscription-item-list .p-homeContentsUnderBtn {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .ranking-col-4.subscription-item-list .p-homeContentsUnderBtn {
    margin-top: 4.5rem;
  }
}
.ranking-col-4.subscription-item-list .c-product-head__rank {
  display: none;
}
.ranking-col-4.subscription-item-list .m-productLineHome-col2-md5__item {
  font-size: unset;
  line-height: unset;
  padding-left: unset;
  position: unset;
}
.ranking-col-4.subscription-item-list .m-productLineHome-col2-md5__item::before {
  content: none;
}

.p-login-body {
  grid-template-columns: 49.5% 40%;
}
@media screen and (max-width:768px) {
  .p-login-body {
    margin-bottom: 56px;
  }
}

.p-landingCart-body .s-orderContent-cartGroup:not(:nth-of-type(1)) {
  padding-top: 0;
}
.p-landingCart-body .cart-head-title {
  font-size: 14px;
}
@media screen and (max-width:768px) {
  .p-landingCart-body .cart-head-title {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    font-size: 12px;
  }
}
.p-landingCart-body .m-orderProductSect-item__picture::before {
  padding-top: 100%;
}
@media screen and (max-width:768px) {
  .p-landingCart-body .c-changeQuantity {
    max-width: 12rem;
  }
}

.c-formInput-item select {
  border: 1px solid var(--color-gray);
  border-radius: 4px;
}

.m-formInputArea-item {
  font-size: 14px;
}

.cart-form .c-changeQuantity__number {
  border: unset;
  background-color: unset;
}
.cart-form .c-formInput-item select {
  border: 1px solid #7c7c7c;
}
.cart-form .p-landingCartFormShippingInfoHedding__title,
.cart-form .p-landingCartFormHedding__title {
  font-size: 2.4rem;
}
@media screen and (max-width:768px) {
  .cart-form .p-landingCartFormShippingInfoHedding__title,
  .cart-form .p-landingCartFormHedding__title {
    font-size: 1.8rem;
  }
}

.p-page-orderConfirm .m-formHeading-body__lead {
  font-size: 14px;
}
@media screen and (max-width:768px) {
  .p-page-orderConfirm .m-formHeading-body__lead {
    font-size: 12px;
  }
}

@media screen and (max-width:768px) {
  .p-page-featureList .l-container {
    padding: 0 1.6rem;
  }
}
.p-page-featureList .m-featureListLine {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(2, 1fr);
}
.p-page-featureList .m-featureListLine__item {
  width: 100%;
}
.p-page-featureList .c-feature {
  position: relative;
}
.p-page-featureList picture.c-feature-head__picture {
  position: relative;
  aspect-ratio: 764/432;
}
.p-page-featureList img.c-feature-head__image {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-page-feature .l-container {
  max-width: 1240px;
}
.p-page-feature .s-featureContent-item__headerImage {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-page-feature .s-featureContent-item__headerImage {
    width: 100%;
  }
}
.p-page-feature .feature-text p + p {
  margin-top: 16px;
}
.p-page-feature .hl.bilingual.ruled {
  display: none;
}

.p-productListBody {
  margin-bottom: 56px;
}
@media screen and (max-width:768px) {
  .p-productListBody {
    margin-bottom: 42px;
  }
}
.p-productListBody .c-product-body__price-subsc .c-product-body__price-subsc-price {
  color: var(--color-dark);
}
.p-productListBody .c-product-body__price-subsc .c-product-body__price-subsc-price .tax {
  font-size: 11px;
}
.p-productListBody .c-product-body__price-subsc--regular .c-product-body__price-subsc-price {
  color: #131313;
}
.p-productListBody .c-product-body__price .tax {
  font-size: 11px;
}
.p-productListBody .c-product-favorite__link {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.p-productListBody .c-product:focus-within .c-product-favorite {
  z-index: 1;
  visibility: visible;
  opacity: 1;
}

.p-page-productList.s-type-product .c-product-head__picture::before {
  padding-top: 100%;
}

.p-productListHeading-body .p-productChangeView {
  display: none;
}

.p-page-productDetail.s-type-product .m-productDetailImg-slider__image,
.p-page-productDetail.s-type-product .m-productDetailImg-thumsList__image {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-page-productDetail.s-type-product .m-productDetailImg-thumsList__item {
  cursor: pointer;
}
@media screen and (min-width:769px) {
  .p-page-productDetail.s-type-product .m-productDetailImg-thumsList__item {
    width: calc(20% - 1.2rem) !important;
  }
}
.p-page-productDetail.s-type-product .m-productDetailImg-slider__picture,
.p-page-productDetail.s-type-product .m-productDetailImg-thumsList__picture {
  display: flex;
  width: 100%;
  aspect-ratio: 1/1;
  align-items: center;
  justify-content: center;
}
.p-page-productDetail.s-type-product .m-productDetailImg-slideController__prev,
.p-page-productDetail.s-type-product .m-productDetailImg-slideController__next {
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.p-page-productDetail.s-type-product .m-productDetailImg-slideController__prev.swiper-button-disabled,
.p-page-productDetail.s-type-product .m-productDetailImg-slideController__next.swiper-button-disabled {
  visibility: hidden;
}
.p-page-productDetail.s-type-product .c-productSkuImgSelect-selectList__image {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-page-productDetail.s-type-product select.c-productSkuSelectBox__item {
  border: 1px solid #777;
}
.p-page-productDetail.s-type-product .p-productDetaiMain-subsc__priceWrap * {
  font-weight: 400;
}
.p-page-productDetail.s-type-product .p-productDetaiMain-subsc__priceWrap .p-productDetaiMain-subsc__price {
  font-weight: 700;
  color: #131313;
}
.p-page-productDetail.s-type-product .p-productDetaiMain-subsc .p-productDetaiMain-subsc__price,
.p-page-productDetail.s-type-product .p-productDetaiMain-subsc .p-productDetaiMain-subsc__price-tax {
  color: var(--color-dark);
}
.p-page-productDetail.s-type-product .p-productDetaiMain-subsc--regular .p-productDetaiMain-subsc__price,
.p-page-productDetail.s-type-product .p-productDetaiMain-subsc--regular .p-productDetaiMain-subsc__price-tax {
  color: #131313;
}
.p-page-productDetail.s-type-product .p-productDetaiMain-head-utilities__item a {
  color: var(--color-red);
}
@media screen and (min-width: 768px) {
  .p-page-productDetail.s-type-product .m-productLine-col3-md6__item {
    width: calc(20% - 1.6416666667rem);
  }
}
.p-page-productDetail.s-type-product .m-productLine-col3-md6__item .c-product-head__picture::before {
  padding-top: 100%;
}
.p-page-productDetail.s-type-product .p-productDetailWrap__recommendBlock-item .m-productLine-col2-md4-scroll__item:nth-child(n+6) {
  display: none;
}
.p-page-productDetail.s-type-product .m-productLine-col2-md4-scroll__item .c-product-head__picture::before {
  padding-top: 100%;
}
@media screen and (min-width: 992px) {
  .p-page-productDetail.s-type-product .p-productDetailWrap__recommendBlock-item .m-productLine-col2-md4-scroll__item {
    width: calc(20% - 1.2rem);
  }
}
.p-page-productDetail.s-type-product .m-productSkuDropdown-buyStep__title {
  width: 9.2rem;
}
.p-page-productDetail.s-type-product .p-productDetailWrap__recommendBlock {
  gap: 1.6rem;
}
.p-page-productDetail.s-type-product .p-productDetail-foot {
  margin: 72px auto 56px;
  padding: 0;
  border-top: unset;
}
@media screen and (max-width:768px) {
  .p-page-productDetail.s-type-product .p-productDetail-foot {
    margin: 40px auto;
  }
}
.p-page-productDetail.s-type-product .c-formInput-item__alert.c-formInput-item__alert--active {
  margin: 12px 0;
}
.p-page-productDetail.s-type-product .p-productDetailWrap__recommendBlock-item {
  margin-top: 56px;
}
@media screen and (max-width:768px) {
  .p-page-productDetail.s-type-product .p-productDetailWrap__recommendBlock-item {
    margin-top: 24px;
  }
}
.p-page-productDetail.s-type-product .p-productDetaiMain-head__title-name {
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .p-page-productDetail.s-type-product .p-productDetaiMain-head__title-name {
    font-size: 1.8rem;
  }
}
.p-page-productDetail.s-type-product .p-productDetaiMain-head {
  padding-bottom: 24px;
}
@media screen and (max-width:768px) {
  .p-page-productDetail.s-type-product .product-detail-text {
    font-size: 14px;
  }
}
.p-page-productDetail.s-type-product .p-productDetaiMain-head-utilities {
  margin-top: 24px;
}
@media screen and (max-width:768px) {
  .p-page-productDetail.s-type-product .p-productDetaiMain-head-utilities {
    margin-top: 16px;
  }
}
.p-page-productDetail.s-type-product .p-productDetaiMain-guideTabBox-detailText__title {
  font-weight: 500;
  font-size: 13px;
}
@media screen and (max-width:768px) {
  .p-page-productDetail.s-type-product .p-productDetaiMain-guideTabBox-detailText__title {
    line-height: 1.4;
    margin-bottom: 8px;
  }
}
.p-page-productDetail.s-type-product .m-productSkuDropdown-buyStep + .m-productStockStatus {
  display: none;
}
.p-page-productDetail.s-type-product .m-productRecommend-wrap__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width:768px) {
  .p-page-productDetail.s-type-product .m-productRecommend-wrap__title {
    font-size: 2rem;
  }
}
.p-page-productDetail.s-type-product .p-productSkuBottomBtn {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-page-productDetail.s-type-product .p-productSkuBottomBtn__cart, .p-page-productDetail.s-type-product .p-productSkuBottomBtn__favorit {
  width: 100%;
}
.p-page-productDetail.s-type-product .p-productSkuBottomBtn .c-btn-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  padding: 16px 24px;
  border: 0;
  border-radius: 4px;
  background-color: #E32A2A;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.24);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
}
.p-page-productDetail.s-type-product .p-productSkuBottomBtn .c-btn-cart::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-page-productDetail.s-type-product .p-productSkuBottomBtn__cart-soldout {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  padding: 16px 24px;
  border-radius: 4px;
  background-color: #ccc;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}
.p-page-productDetail.s-type-product .p-productSkuBottomBtn .c-btn-favorit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  padding: 12px 24px;
  border: 1px solid #777;
  border-radius: 4px;
  background-color: #fff;
  color: #999;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
}
.p-page-productDetail.s-type-product .subscription__button {
  background-color: #298298 !important;
}
.p-page-productDetail.s-type-product .subscription__content {
  display: none;
  margin-top: 18px;
}
.p-page-productDetail.s-type-product .subscription__title {
  margin: 0 0 14px;
  color: #111;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.p-page-productDetail.s-type-product .subscription__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-page-productDetail.s-type-product .subscription__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  padding: 8px;
  border-radius: 4px;
  background-color: #fff;
  color: #111;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-page-productDetail.s-type-product .p-productSkuBottomBtn {
    gap: 16px;
  }
  .p-page-productDetail.s-type-product .p-productSkuBottomBtn .c-btn-cart, .p-page-productDetail.s-type-product .p-productSkuBottomBtn__cart-soldout {
    min-height: 54px;
    font-size: 16px;
  }
  .p-page-productDetail.s-type-product .subscription__title {
    font-size: 18px;
  }
  .p-page-productDetail.s-type-product .subscription__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .p-page-productDetail.s-type-product .subscription__item {
    min-height: 64px;
    font-size: 14px;
  }
}
.p-page-productDetail.s-type-product .p-productSkuBottomBtn__cart.subscription {
  background: #E9F2F4;
}
.p-page-productDetail.s-type-product .p-productSkuBottomBtn__cart.subscription .c-btn-cart {
  background-color: #298298;
}
.p-page-productDetail.s-type-product .review {
  margin: 56px auto 16px;
  max-width: 1080px;
  padding: 0 20px;
}
@media screen and (max-width:768px) {
  .p-page-productDetail.s-type-product .review {
    margin: 32px auto 16px;
    padding: 0 15px;
  }
}
@media screen and (max-width:768px) {
  .p-page-productDetail.s-type-product .review .m-modalBoxSet {
    margin: auto;
  }
}
.p-page-productDetail.s-type-product .review span.main-head {
  font-size: 2.4rem;
  margin-bottom: 17px;
  font-weight: 600;
}
@media screen and (max-width:768px) {
  .p-page-productDetail.s-type-product .review span.main-head {
    font-size: 2rem;
  }
}
.p-page-productDetail.s-type-product .review .m-modalBoxSet__btn.p-productDetaiMain-guideTabBox-reviewList__addReviewBtn {
  margin: 16px auto;
}
.p-page-productDetail.s-type-product .review .p-productDetaiMain-guideTabBox-reviewList__addReviewBtn .c-btn--addReview {
  background-color: #fff !important;
  border: 1px solid #333 !important;
  color: #333 !important;
  border-radius: 42px;
}
.p-page-productDetail.s-type-product .m-modalBoxSet input[type=text],
.p-page-productDetail.s-type-product .m-modalBoxSet input[type=password],
.p-page-productDetail.s-type-product .m-modalBoxSet input[type=tel], .p-page-productDetail.s-type-product .m-modalBoxSet input[type=email], .p-page-productDetail.s-type-product .m-modalBoxSet input[type=text],
.p-page-productDetail.s-type-product .m-modalBoxSet input[type=number],
.p-page-productDetail.s-type-product .m-modalBoxSet textarea,
.p-page-productDetail.s-type-product .m-modalBoxSet select {
  background: unset;
  border-radius: 4px;
  border: 1px solid #777;
}
.p-page-productDetail.s-type-product .p-productDetaiMain-guideTabBox-reviewList__item:last-child {
  border-bottom: unset;
}
.p-page-productDetail.s-type-product .p-productDetaiMain-guideTabBox-reviewList__addReviewBtn {
  max-width: 214px;
}
@media screen and (max-width:768px) {
  .p-page-productDetail.s-type-product .p-productDetaiMain-guideTabBox-reviewList__addReviewBtn {
    max-width: min(44.5833333333vw, 214px);
  }
}
.p-page-productDetail.s-type-product .review-flex-box {
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.p-page-productDetail.s-type-product .c-productReview__name {
  font-size: 18px;
  margin-top: 0;
  line-height: 1.2;
}
@media screen and (max-width:768px) {
  .p-page-productDetail.s-type-product .c-productReview__name {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
.p-page-productDetail.s-type-product .c-productReview__review {
  margin: 0;
  font-size: 15px;
  line-height: 1.2;
}
.p-page-productDetail.s-type-product .c-productReview__review:not(.c-productReview__comment) {
  padding-left: 16px;
}
.p-page-productDetail.s-type-product .c-productReview__comment {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width:768px) {
  .p-page-productDetail.s-type-product .c-productReview__comment {
    font-size: 14px;
  }
}
.p-page-productDetail.s-type-product .c-productReview__star--active {
  filter: brightness(0) saturate(100%) invert(71%) sepia(61%) saturate(4603%) hue-rotate(14deg) brightness(88%) contrast(174%);
}
.p-page-productDetail.s-type-product .c-formInput-item__starSelect {
  color: #EB9100;
}
@media screen and (min-width: 768px) {
  .p-page-productDetail.s-type-product .p-productDetailWrap__recommendBlock {
    padding-left: 0;
  }
}
.p-page-productDetail.s-type-product .p-productDetail-foot .l-container {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-page-productDetail.s-type-product .p-productDetail-foot .l-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width:768px) {
  .p-page-productDetail.s-type-product .p-productDetail-foot .l-container {
    padding-left: unset;
    padding-right: unset;
  }
}
@media screen and (max-width: 767px) {
  .p-page-productDetail.s-type-product .p-productDetail-foot .m-productRecommend-scrollWrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media screen and (min-width: 768px) {
  .p-page-productDetail.s-type-product .p-productDetail-foot .m-productLine-col3-md6 {
    gap: 0 1.48rem;
  }
}
@media screen and (min-width: 768px) {
  .p-page-productDetail.s-type-product .p-productDetail-foot .m-productLine-col3-md6__item {
    width: calc(33.3333% - 0.9866666667rem);
  }
}
@media screen and (min-width: 992px) {
  .p-page-productDetail.s-type-product .p-productDetail-foot .m-productLine-col3-md6__item {
    width: calc(20% - 1.2rem);
  }
}
.p-page-productDetail.s-type-product .p-productDetail-foot .m-productLine-col3-md6__item:nth-child(n+6) {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-page-productDetail.s-type-product .p-productDetail-foot .m-productLine-col3-md6__item:nth-child(n+4) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-page-productDetail.s-type-product .p-productDetail-foot .m-productRecommend-scroll {
    display: inline-block;
    min-width: 100%;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
  .p-page-productDetail.s-type-product .p-productDetail-foot .m-productLine-col3-md6__item {
    width: 14.5rem;
  }
  .p-page-productDetail.s-type-product .p-productDetail-foot .m-productLine-col3-md6 {
    display: flex;
    flex-wrap: nowrap;
    gap: 0 1.48rem;
    width: 100%;
  }
}

.js-accordion-wrap {
  margin: 0 0 14px;
}
.js-accordion-wrap .accordion-trigger {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 55px;
  padding: 16px 48px 16px 24px;
  background-color: #fff;
  border-radius: 4px;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
}
@media screen and (max-width:768px) {
  .js-accordion-wrap .accordion-trigger {
    padding: 8px 48px 8px 16px;
  }
}
.js-accordion-wrap .accordion-trigger.is-open {
  border-bottom: unset;
  border-radius: 4px 4px 0 0;
  background-color: #fff;
}
.js-accordion-wrap .accordion-trigger::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.js-accordion-wrap .accordion-trigger.is-open::after {
  content: "-";
}
.js-accordion-wrap .accordion-trigger button {
  background: unset;
}
.js-accordion-wrap .accordion-target {
  display: none;
  padding: 8px 24px 24px 24px;
  background-color: #F6F8FB;
  color: #222;
  font-size: 14px;
  line-height: 1.8;
  background: #fff;
  border: 1px solid #ccc;
  border-top: unset;
  border-radius: 0 0 4px 4px;
}
@media screen and (max-width:768px) {
  .js-accordion-wrap .accordion-target {
    padding: 8px 16px 16px;
  }
}
.js-accordion-wrap .accordion-target > div {
  background: #ffffff;
  padding: 16px;
}
@media screen and (max-width:768px) {
  .js-accordion-wrap .accordion-target > div {
    padding: 8px;
  }
}

.product-content-wrap .accordion-wrap {
  margin: auto;
  max-width: 1080px;
  padding: 0 20px;
}
@media screen and (max-width:768px) {
  .product-content-wrap .accordion-wrap {
    width: 100%;
    padding: 0 15px;
  }
}

.p-page-modifyInput .p-userinfo__input-area-content + .p-userinfo__input-area-content {
  margin-top: 16px;
}
.p-page-modifyInput .p-userinfo__input-area-content select {
  border: solid 1px var(--color-gray-middle);
}

.c-userSect-entry .link {
  display: block;
  text-decoration: underline;
  color: #E62C2C;
  font-size: 15px;
}
@media screen and (max-width:768px) {
  .c-userSect-entry .link {
    font-size: 14px;
  }
}

.p-myPage-recommendWrap__inner {
  padding-bottom: 56px;
}
@media screen and (max-width:768px) {
  .p-myPage-recommendWrap__inner {
    padding-bottom: 40px;
  }
}

picture.m-userProductSect-item__picture {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
picture.m-userProductSect-item__picture img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-myPage-recommendWrap .l-container {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width:768px) {
  .p-myPage-recommendWrap .item-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media screen and (max-width:768px) {
  .p-myPage-recommendWrap .m-productLineUser-col3-md4 {
    flex-wrap: nowrap;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width:768px) {
  .p-myPage-recommendWrap .m-productLineUser-col3-md4__item {
    width: 150px;
  }
}
.p-myPage-recommendWrap .c-productUser-body__title-name {
  font-size: 14px;
  font-weight: 500;
}
.p-myPage-recommendWrap .c-productUser-body__price {
  font-size: 13px;
  font-weight: 500;
}
.p-myPage-recommendWrap .c-productUser-body__price .tax {
  font-size: 11px;
}

.m-userProductSectCol-product__picture img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-favoriteList-content .c-productUser-head__picture::before,
.p-myPage-recommendWrap__item .c-productUser-head__picture::before,
.p-orderHistoryList-content__list .c-productUser-head__picture::before {
  padding-top: 100%;
}
.p-favoriteList-content img,
.p-myPage-recommendWrap__item img,
.p-orderHistoryList-content__list img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-productUser-body__title-name,
.c-productUser-body__price {
  font-weight: 500;
}

.c-productUser-body__button p {
  font-size: 13px;
}

.p-page-static article .no-mt {
  margin-top: 0;
}
.p-page-static article ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 0;
  unicode-bidi: isolate;
}
.p-page-static article li {
  font-size: 15px;
  line-height: 1.7333;
  padding-left: 1em;
  position: relative;
}
.p-page-static article li::before {
  content: "・";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  width: 1em;
}
.p-page-static article h3 {
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin: 2.3em auto 1.2em;
  padding: 0.575em 0;
  position: relative;
}
@media screen and (max-width:768px) {
  .p-page-static article h3 {
    font-size: 20px;
  }
}
.p-page-static article h3::after {
  background-color: #E6E6E6;
  bottom: -1px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-page-static article h4 {
  color: #E62C2C;
  font-size: 21px;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-bottom: -0.25em;
  margin-top: 1.1em;
}
@media screen and (max-width:768px) {
  .p-page-static article h4 {
    font-size: 18px;
  }
}
.p-page-static article p {
  font-size: 15px;
  line-height: 1.7333;
  margin: 1.75em auto;
}
@media screen and (max-width:768px) {
  .p-page-static article p {
    font-size: 14px;
  }
}
.p-page-static article a[target=_blank]:not(.no-blank-mark) {
  color: #cc0011;
  text-decoration: underline;
}
@media screen and (max-width:768px) {
  .p-page-static article a[target=_blank]:not(.no-blank-mark) {
    font-size: 14px;
  }
}
.p-page-static article a[target=_blank]:not(.no-blank-mark)::after {
  background: url(../../assets/img/common/icon_blank01.svg) no-repeat center;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 1em;
  vertical-align: text-top;
  width: 1.1429em;
  margin-left: 2px;
}
.p-page-static article .table {
  margin: auto;
}
.p-page-static article .table dt {
  padding-right: 2em;
  text-align: left;
  vertical-align: top;
}
.p-page-static article .table dl > dt,
.p-page-static article .table dl > dd {
  padding-bottom: 1.2em;
  padding-top: 1.2em;
}
.p-page-static article dl#delivery,
.p-page-static article dl#payment,
.p-page-static article dl#mail {
  margin-top: -60px;
  padding-top: 60px;
}
@media screen and (min-width: 992px) {
  .p-page-static article dl#delivery,
  .p-page-static article dl#payment,
  .p-page-static article dl#mail {
    margin-top: -70px;
    padding-top: 70px;
  }
}
.p-page-static article .table {
  border-collapse: collapse;
  margin: auto;
  table-layout: fixed;
  width: 100%;
}
.p-page-static article .table dl {
  display: flex;
  border-bottom: 1px solid #e6e6e6;
}
.p-page-static article .table dt,
.p-page-static article .table dd {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.5715;
  padding: 1.12em 0;
  vertical-align: top;
}
@media screen and (max-width:768px) {
  .p-page-static article .table dt,
  .p-page-static article .table dd {
    font-size: 14px;
  }
}
.p-page-static article .table dt {
  flex-shrink: 0;
  font-weight: bold;
  padding-right: 1.5em;
  width: 29%;
}
.p-page-static article .table dd p {
  margin: 16px 0;
}
.p-page-static article .table dd p:first-child {
  margin-top: 0;
}
.p-page-static article .table h4 {
  margin-bottom: 8px;
}
.p-page-static article .table h4 + p {
  margin-top: 0;
}
.p-page-static article .table ol li {
  list-style: decimal inside;
  padding-left: 0;
}
.p-page-static article .table ol li + li {
  margin-top: 16px;
}
.p-page-static article .table ol li::before {
  content: none;
}
@media all and (max-width: 680px) {
  .p-page-static article .table,
  .p-page-static article .tbody,
  .p-page-static article dl,
  .p-page-static article dt,
  .p-page-static article dd {
    display: block;
    width: 100%;
  }
  .p-page-static article .table dl {
    flex-flow: column;
  }
  .p-page-static article .table dl > *:first-child {
    padding-bottom: 0.25em;
  }
  .p-page-static article .table dl > * + dt {
    font-size: 0.8em;
    padding-top: 0.25em;
  }
  .p-page-static article .table dt {
    width: 100%;
    padding-right: 0;
  }
}
.p-page-static.p-page-law #mail dd p {
  margin: 0 0 16px;
  line-height: 1.8;
}
.p-page-static.p-page-law #mail dd h4:not(:first-child) {
  margin: 32px 0 12px;
}
.p-page-static.p-page-law #mail dd h4:nth-of-type(1) {
  margin: 16px 0 12px;
}
.p-page-static.p-page-law #mail dd > ol,
.p-page-static.p-page-law #mail dd > ul {
  margin: 0 0 24px;
}
.p-page-static.p-page-law #mail dd li {
  margin-bottom: 8px;
  line-height: 1.8;
}
.p-page-static.p-page-law #mail dd li:last-child {
  margin-bottom: 0;
}
.p-page-static.p-page-law #mail dd li > ol,
.p-page-static.p-page-law #mail dd li > ul {
  margin-top: 8px;
  margin-bottom: 0;
  padding-left: 1.5em;
}
.p-page-static.p-page-law #mail dd ol {
  list-style-position: outside;
}
.p-page-static.p-page-law #mail dd ul {
  list-style-position: outside;
  list-style-type: disc;
}
.p-page-static.p-page-law #mail dd ol.alpha li {
  list-style-type: lower-alpha;
}

.p-regulation-terms #member dt {
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.p-regulation-terms #member dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
}
.p-regulation-terms #member h4 {
  margin: 32px 0 12px;
  font-size: 15px;
  line-height: 1.6;
}
.p-regulation-terms #member h4:first-child {
  margin-top: 0;
}
.p-regulation-terms #member h4 small {
  font-size: inherit;
  font-weight: 600;
}
.p-regulation-terms #member p {
  margin: 0 0 20px;
}
.p-regulation-terms #member ol,
.p-regulation-terms #member ul {
  margin: 0 0 24px;
}
.p-regulation-terms #member li {
  margin-bottom: 8px;
  padding-left: 0.2em;
}
.p-regulation-terms #member li:last-child {
  margin-bottom: 0;
}
.p-regulation-terms #member li > ol,
.p-regulation-terms #member li > ul {
  margin-top: 8px;
  margin-bottom: 0;
}
.p-regulation-terms #member ol {
  list-style-position: outside;
}
.p-regulation-terms #member ul {
  list-style-type: disc;
  list-style-position: outside;
}
.p-regulation-terms #member .paren {
  padding-left: 0;
  list-style: none;
  counter-reset: paren-counter;
}
.p-regulation-terms #member .paren > li {
  position: relative;
  padding-left: 2.4em;
  counter-increment: paren-counter;
}
.p-regulation-terms #member .paren > li::before {
  content: "(" counter(paren-counter) ")";
  position: absolute;
  top: 0;
  left: 0;
}
.p-regulation-terms #member .revision-date {
  text-align: right;
  margin-top: 32px;
}

.p-company-content .c-page-textcontent {
  font-size: 15px;
}
@media screen and (max-width:768px) {
  .p-company-content .c-page-textcontent {
    font-size: 14px;
  }
}

.no-mt {
  margin-top: 0;
}

.p-subscription .benefits {
  background-color: rgba(230, 44, 44, 0.04);
  border: 1px solid #E62C2C;
  margin: 2.5em 0;
  overflow: hidden;
  padding: 1em 1.75em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px 24px;
}
@media (max-width: 680px) {
  .p-subscription .benefits {
    padding: 0.5em 1.25em;
    grid-template-columns: repeat(1, 1fr);
    gap: 6px;
  }
}
.p-subscription .benefits dl {
  box-sizing: border-box;
}
@media (max-width: 680px) {
  .p-subscription .benefits dl {
    width: 100%;
  }
}
.p-subscription .benefits dl > * {
  margin: 0.75em auto;
}
.p-subscription .benefits dt {
  color: #E62C2C;
  font-size: 1.25em;
  padding-left: 1.25em;
  position: relative;
}
.p-subscription .benefits dt::before {
  border: 1px solid currentColor;
  border-radius: 100%;
  content: "";
  display: block;
  height: 0.375em;
  left: 0;
  position: absolute;
  top: 0.5em;
  width: 0.375em;
  line-height: 1;
  transform: scale(1.3333);
  transform-origin: top left;
}
.p-subscription .benefits dl:nth-last-of-type(odd) {
  clear: both;
}
.p-subscription .benefits dl dd {
  font-size: 14px;
  margin-top: -0.75em;
  margin-bottom: 1.2em;
}
.p-subscription .step {
  counter-reset: number 0;
  margin: 1.5em 0 2em;
}
.p-subscription .step li {
  color: #151515;
  margin: 0.75em 0;
  padding: 1.2em 0 1.2em 4.75em;
  position: relative;
}
.p-subscription .step li::before {
  border: 1px solid currentColor;
  border-radius: 100%;
  counter-increment: number 1;
  content: counter(number);
  font-size: 1.375em;
  display: block;
  height: 2.7273em;
  left: 0;
  line-height: 3.4091em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 2.7273em;
}
.p-subscription .step li::after {
  content: "STEP";
  font-size: 0.6875em;
  font-weight: 600;
  display: block;
  left: 0;
  position: absolute;
  text-align: center;
  text-indent: 0.125em;
  top: 1.175em;
  width: 5.4546em;
}
.p-subscription hr {
  height: 1px;
  background-color: #E6E6E6;
  border: unset;
}
.p-subscription .p-homeContentsUnderBtn {
  margin-top: 40px;
}
@media screen and (max-width:768px) {
  .p-subscription .p-homeContentsUnderBtn {
    margin-top: 24px;
  }
}

.c-form-errorMsg {
  background-color: #FFD7D8;
}

.p-page-orderConfirm table.ck-table-resized th {
  text-align: unset;
}
.p-page-orderConfirm .s-orderContent-lawMessage {
  display: none;
}
.p-page-orderConfirm .m-confirmSubscInModal table colgroup {
  width: unset;
  display: block;
}
.p-page-orderConfirm .m-confirmSubscInModal table tr {
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width:768px) {
  .p-page-orderConfirm .m-confirmSubscInModal table tr {
    display: flex;
    flex-flow: wrap;
  }
}
.p-page-orderConfirm .m-confirmSubscInModal table th, .p-page-orderConfirm .m-confirmSubscInModal table td {
  padding: 1.12em 0;
}
@media screen and (max-width:768px) {
  .p-page-orderConfirm .m-confirmSubscInModal table th, .p-page-orderConfirm .m-confirmSubscInModal table td {
    display: block;
    width: 100%;
  }
}
.p-page-orderConfirm .m-confirmSubscInModal table th {
  padding-right: 1.5em;
}
@media screen and (max-width:768px) {
  .p-page-orderConfirm .m-confirmSubscInModal table th {
    padding-bottom: 0;
  }
}
.p-page-orderConfirm .m-confirmSubscInModal table p + p {
  margin-top: 16px;
}

.s-header + .s-header {
  display: none;
}

@media screen and (min-width: 992px) {
  .m-formHeading-body__lead {
    width: 100%;
  }
}
.p-page-newsList .p-homeSection__title {
  margin-bottom: 24px;
}
.p-page-newsList .p-newsList-content {
  padding: 0 20px;
}
@media screen and (max-width:768px) {
  .p-page-newsList .p-newsList-content {
    padding: 0 15px;
  }
}
.p-page-newsList .p-newsList-content__main .title {
  pointer-events: none;
}
.p-page-newsList .p-newsList-content__main + .p-newsList-content__main {
  margin: 0px;
}
.p-page-newsList .p-newsList-content__article:first-of-type {
  border: unset;
}
.p-page-newsList .p-newsList-content__main {
  border-top: 1px solid var(--color-gray);
}

.c-btn-socialLogin.c-btn-socialLogin--line .c-btn-socialLogin__button-text {
  color: #fff;
}

@media screen and (max-width:768px) {
  .p-page-guide {
    margin-bottom: 56px;
  }
}
.p-page-guide .link-text {
  color: #e62c2c;
}
.p-page-guide .member-stage-table {
  margin: 8px 0 24px;
}
.p-page-guide .member-stage-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}
.p-page-guide .member-stage-table th,
.p-page-guide .member-stage-table td {
  padding: 16px 12px;
  border: 1px solid #ddd;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  vertical-align: middle;
}
.p-page-guide .member-stage-table th {
  background: #f5f5f5;
  color: #333;
  font-weight: 700;
}
.p-page-guide .member-stage-table td {
  color: #666;
}
.p-page-guide .member-stage-table tr:nth-child(even) td {
  background: #fcfcfc;
}
@media all and (max-width: 767px) {
  .p-page-guide .member-stage-table table,
  .p-page-guide .member-stage-table tbody,
  .p-page-guide .member-stage-table tr,
  .p-page-guide .member-stage-table th,
  .p-page-guide .member-stage-table td {
    display: block;
    width: 100%;
  }
  .p-page-guide .member-stage-table table {
    border: 0;
  }
  .p-page-guide .member-stage-table tr {
    margin-bottom: 16px;
    border: 1px solid #ddd;
    background: #fff;
  }
  .p-page-guide .member-stage-table tr:first-child {
    display: none;
  }
  .p-page-guide .member-stage-table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 14px;
    border: 0;
    border-bottom: 1px solid #eee;
    text-align: right;
    font-size: 13px;
    line-height: 1.5;
  }
  .p-page-guide .member-stage-table td:last-child {
    border-bottom: 0;
  }
  .p-page-guide .member-stage-table td::before {
    content: attr(data-label);
    display: block;
    margin-right: 16px;
    color: #333;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
  }
}
@media all and (max-width: 480px) {
  .p-page-guide .member-stage-table td {
    padding: 11px 12px;
    font-size: 12px;
  }
  .p-page-guide .member-stage-table td::before {
    margin-right: 12px;
    font-size: 12px;
  }
}
.p-page-guide .period-table {
  margin: 8px 0 24px;
}
.p-page-guide .period-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}
.p-page-guide .period-table td {
  padding: 16px 12px;
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}
.p-page-guide .period-table tr:first-child td {
  background: #f5f5f5;
  color: #333;
  font-weight: 700;
}
.p-page-guide .period-table tr:last-child td {
  background: #fcfcfc;
  font-size: 13px;
}
@media all and (max-width: 767px) {
  .p-page-guide .period-table table,
  .p-page-guide .period-table tbody,
  .p-page-guide .period-table tr {
    display: block;
    width: 100%;
  }
  .p-page-guide .period-table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
    border: 1px solid #ddd;
    background: #fff;
  }
  .p-page-guide .period-table tr:last-child {
    margin-bottom: 0;
  }
  .p-page-guide .period-table td {
    display: block;
    width: 100%;
    padding: 12px 14px;
    border: 0;
    text-align: center;
  }
  .p-page-guide .period-table tr:first-child td {
    background: transparent;
    border-bottom: 1px solid #eee;
  }
  .p-page-guide .period-table tr:first-child td:first-child, .p-page-guide .period-table tr:first-child td:last-child {
    background: #f5f5f5;
  }
  .p-page-guide .period-table tr:last-child td {
    background: #fff;
    font-size: 12px;
    line-height: 1.5;
  }
}
@media all and (max-width: 480px) {
  .p-page-guide .period-table td {
    padding: 11px 12px;
    font-size: 13px;
  }
  .p-page-guide .period-table tr:last-child td {
    font-size: 12px;
  }
}
.p-page-guide h4, .p-page-guide h5 {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
  color: #e62c2c;
}
@media screen and (max-width:768px) {
  .p-page-guide h4, .p-page-guide h5 {
    font-size: 15px;
  }
}
.p-page-guide .freedial {
  border-left: 2px solid #e62c2c;
  padding-left: 2em;
}
.p-page-guide .freedial h5 {
  margin-bottom: 0;
  font-size: 1.125em;
  font-weight: bold;
}
.p-page-guide .freedial p {
  font-size: 1em;
  line-height: 1.25;
  margin: 0.75em 0;
}
.p-page-guide .freedial .tel {
  color: #e62c2c;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.p-page-guide .freedial .tel .number {
  font-size: 2em;
}
.p-page-guide .freedial .tel.sub .number {
  font-size: 1.5em;
}
.p-page-guide .blockquote {
  background-color: #FAFAFA;
  border-left: none;
  font-style: normal;
  margin: 1.5em auto;
  overflow: hidden;
  padding: 1.75em;
}
.p-page-guide .blockquote p + p {
  margin-top: 16px;
}

.l-container.p-guideBody {
  padding-left: 0;
  padding-right: 0;
}
.l-container.p-guideBody .js-accordionTrigger {
  font-size: 1.5rem;
}
@media screen and (max-width:768px) {
  .l-container.p-guideBody .js-accordionTrigger {
    font-weight: 500;
    font-size: 1.4rem;
  }
}
.l-container.p-guideBody .p-guide-title--sub {
  font-size: 1.5rem;
}
@media screen and (max-width:768px) {
  .l-container.p-guideBody .p-guide-title--sub {
    font-size: 1.4rem;
  }
}
.l-container.p-guideBody .p-guide-description {
  font-size: 1.5rem;
}
@media screen and (max-width:768px) {
  .l-container.p-guideBody .p-guide-description {
    font-size: 1.4rem;
  }
}
.l-container.p-guideBody .p-guide-description ol {
  margin: 0.5em 0 1em;
  padding: 0;
  list-style: none;
  counter-reset: guide-list;
}
.l-container.p-guideBody .p-guide-description ol > li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.8;
  counter-increment: guide-list;
}
.l-container.p-guideBody .p-guide-description ol > li::before {
  content: counter(guide-list) ".";
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1.5em;
}
.l-container.p-guideBody .p-guide-description ul.dot > li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.8;
}
.l-container.p-guideBody .p-guide-description ul.dot > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1.5em;
}

@media screen and (min-width: 992px) {
  .p-page-guide .p-guide-container {
    padding-left: 0;
    padding-right: 0;
  }
  .p-page-guide .p-guideNav {
    width: 27%;
  }
  .p-page-guide .p-guideNav .c-userNav-link {
    padding: 1.4rem 3rem 1rem 1.2rem;
  }
  .p-page-guide .p-guideBody {
    width: 68%;
  }
}
.p-terms-content__list, .p-terms-content__sub-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-terms-content__list {
  counter-reset: terms-list;
}
.p-terms-content__list > li {
  position: relative;
  padding-left: 1.4em;
  line-height: 1.8;
  font-size: 15px;
}
@media screen and (max-width:768px) {
  .p-terms-content__list > li {
    font-size: 14px;
  }
}
.p-terms-content__list > li::before {
  counter-increment: terms-list;
  content: counter(terms-list) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.p-terms-content__list > li + li {
  margin-top: 0.75em;
}
.p-terms-content__sub-list {
  counter-reset: terms-sub-list;
  margin-top: 0.5em;
}
.p-terms-content__sub-list > li {
  position: relative;
  padding-left: 2.75em;
  line-height: 1.8;
}
.p-terms-content__sub-list > li::before {
  counter-increment: terms-sub-list;
  content: "（" counter(terms-sub-list) "）";
  position: absolute;
  top: 0;
  left: 0;
}
.p-terms-content__sub-list > li + li {
  margin-top: 0.35em;
}
.p-terms-content__item-text {
  line-height: 1.8;
}
.p-terms-content__item-text + .p-terms-content__item-text {
  margin-top: 0.75em;
}
.p-terms-content__item-title {
  font-size: 15px;
}
@media screen and (max-width:768px) {
  .p-terms-content__item-title {
    font-size: 14px;
  }
}
.p-terms-content__item-title::before {
  content: none;
}

@media screen and (max-width:768px) {
  .p-terms-content__list > li {
    padding-left: 1.6em;
  }
  .p-terms-content__sub-list > li {
    padding-left: 3em;
  }
}
.p-page-fixedPurchaseCancelInput .m-userSectCol-entryForm .m-formInputArea-item .c-formInput-itemTitle .c-required-icon {
  display: block;
}
.p-page-fixedPurchaseCancelInput .m-userSectCol-entryForm .m-formInputArea-item.m-formInputArea-item--fluid .c-formInput-itemTitle .c-required-icon {
  display: none;
}
.p-page-fixedPurchaseCancelInput .m-userSectCol-entryForm textarea {
  padding: 16px;
}

.c-userSect-entry .textarea-wrap {
  width: 100%;
}
.c-userSect-entry .textarea-wrap textarea {
  width: 100%;
  font-size: 12px;
  padding: 16px;
  background: #fff;
  border: solid 1px var(--color-gray-middle);
}

@media screen and (min-width: 992px) {
  .p-page-registInput .m-userSectForm-body--wide .c-userSect-entry__form {
    width: 60%;
  }
}
#couponCode {
  border: solid 1px var(--color-gray-middle);
}

/* Focus visibility
------------------------------------------------------------- */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:not([tabindex="-1"]):focus-visible {
  outline: 2px solid var(--color-blue-heavy);
  outline-offset: -2px;
  box-shadow: inset 0 0 0 2px rgba(38, 73, 157, 0.25);
}/*# sourceMappingURL=ze_style.css.map */
