@charset "UTF-8";
/* medium */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
/* フォームリセット */
input[type=checkbox],
input[type=radio] {
  display: none;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

/* リキッドレイアウト対応 */
html body .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  html body .sp {
    display: block;
  }
}

html body .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  html body .pc {
    display: none;
  }
}

html body {
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}

.ja {
  font-family: "Noto Sans JP", sans-serif;
}

.en {
  font-family: "Jost", sans-serif;
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html {
  font-size: 16px;
}
@media (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* aタグ設定 */
a {
  text-decoration: none;
  color: inherit;
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

html {
  scrollbar-gutter: stable;
}
@media screen and (max-width: 376px) {
  html {
    font-size: 14px;
  }
}

.disp-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .disp-sp {
    display: block !important;
  }
}

.disp-pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .disp-pc {
    display: none !important;
  }
}

.disp-sp-inline {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .disp-sp-inline {
    display: inline-block !important;
  }
}

.disp-pc-inline {
  display: inline-block !important;
}
@media screen and (max-width: 767px) {
  .disp-pc-inline {
    display: none !important;
  }
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

.arrow-contact {
  width: 3.375rem;
  height: 3.375rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  place-content: center;
  background-image: url(../images/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .arrow-contact {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.l-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}
.l-header:not(.l-header--system) {
  border-bottom: 1px solid #BEBEBE;
}

.header {
  font-size: 14px;
  background: #fff;
}
.header__top {
  background-color: #F0F0F0;
}
.header__top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.625rem 3.125rem 0.625rem;
  max-width: 94.5625rem;
  margin: 0 auto;
}
.header__top__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.1875rem;
     -moz-column-gap: 2.1875rem;
          column-gap: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .header__top + .separator {
    position: absolute;
  }
}
.header__logo--mh img {
  width: 6.09375rem;
}
.header__search {
  width: 13.375rem;
  position: relative;
  background-color: #fff;
  padding: 0.5rem 1.25rem;
  border-radius: 6.25rem;
}
.header__search input {
  width: 100%;
  height: 100%;
  font-size: clamp(11px, 0.9259259259vw, 0.875rem);
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
  display: block;
}
.header__search input::-webkit-input-placeholder {
  color: #808080;
  font-size: clamp(12px, 0.9259259259vw, 0.875rem);
  font-weight: 300;
}
.header__search input::-moz-placeholder {
  color: #808080;
  font-size: clamp(12px, 0.9259259259vw, 0.875rem);
  font-weight: 300;
}
.header__search input:-ms-input-placeholder {
  color: #808080;
  font-size: clamp(12px, 0.9259259259vw, 0.875rem);
  font-weight: 300;
}
.header__search input::-ms-input-placeholder {
  color: #808080;
  font-size: clamp(12px, 0.9259259259vw, 0.875rem);
  font-weight: 300;
}
.header__search input::placeholder {
  color: #808080;
  font-size: clamp(12px, 0.9259259259vw, 0.875rem);
  font-weight: 300;
}
.header__search-btn {
  position: absolute;
  right: 0.5875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #343434;
}
.header__search-btn img {
  width: 1.09375rem;
}
.header__cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
  font-size: clamp(12px, 0.9920634921vw, 0.9375rem);
  line-height: 1;
  font-weight: 300;
  white-space: nowrap;
  position: relative;
}
.header__cart img {
  width: 30.38px;
}
.header__cart i {
  font-style: normal;
  width: 17px;
  height: 17px;
  background: #222222;
  color: #fff;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  place-content: center;
  font-size: 10px;
  line-height: 1;
  position: absolute;
  left: 19px;
  top: -8px;
}
.header__cart i span {
  position: relative;
  top: 1px;
}
.header__btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
.header__btn {
  color: #fff;
  background-color: #343434;
  text-align: center;
  width: 9.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.25rem;
  border-radius: 6.25rem;
  font-size: clamp(11px, 0.9259259259vw, 0.875rem);
  font-weight: 300;
  padding-bottom: 0.0625rem;
}
.header__bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.25rem 4.6875rem 1.25rem 3.125rem;
  max-width: 94.5625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .header__bottom-inner {
    padding: 1.71875rem 0.9375rem 1.40625rem !important;
    height: 4.375rem;
  }
}
.header__brand img {
  width: clamp(130px, 14.2195767196vw, 215px);
}
@media screen and (max-width: 767px) {
  .header__brand img {
    width: 11.9375rem;
  }
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: min(3.3068783069vw, 50px);
     -moz-column-gap: min(3.3068783069vw, 50px);
          column-gap: min(3.3068783069vw, 50px);
}
@media screen and (max-width: 900px) {
  .header__nav-list {
    -webkit-column-gap: 1.9841269841vw;
       -moz-column-gap: 1.9841269841vw;
            column-gap: 1.9841269841vw;
  }
}
.header__nav-item {
  font-size: clamp(12px, 0.9920634921vw, 0.9375rem);
  white-space: nowrap;
  position: relative;
}
.header__nav-item__child {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.1s, opacity 0.4s, -webkit-transform 0.4s;
  transition: visibility 0.1s, opacity 0.4s, -webkit-transform 0.4s;
  transition: visibility 0.1s, opacity 0.4s, transform 0.4s;
  transition: visibility 0.1s, opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.header__nav-item__child ul {
  background: #fff;
  padding: 1.5625rem 1.875rem;
  font-size: clamp(12px, 0.9375rem, 0.9375rem);
  display: -ms-grid;
  display: grid;
  gap: 1.125rem;
  top: 0;
  left: -1.875rem;
  position: relative;
}
.header__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .header__nav-link:hover {
    opacity: 0.5 !important;
  }
}
.header__spnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .header__spnav__list {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}
.header__spnav__login {
  width: 1.5625rem;
}
.header__spnav__cart {
  width: 1.9rem;
  position: relative;
}
.header__spnav__cart i {
  font-style: normal;
  width: 17px;
  height: 17px;
  background: #222222;
  color: #fff;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  place-content: center;
  font-size: 10px;
  line-height: 1;
  position: absolute;
  left: 19px;
  top: -8px;
}
.header__spnav__cart i span {
  position: relative;
  line-height: 1;
}
.header__spnav__hamburger {
  width: 1.625rem;
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.header__spnav__hamburger span {
  width: 100%;
  height: 1px;
  background-color: #000;
  display: block;
}
.header__spnav__hamburger span:nth-child(1), .header__spnav__hamburger span:nth-child(3) {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header.l-header--system {
  border-bottom: 1px solid #BEBEBE;
}
.header.l-header--system .l-header--system__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 94.5625rem;
  padding: 0rem 3.125rem 0rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .header.l-header--system .l-header--system__inner {
    max-width: 100%;
    padding: 0rem 0.9375rem 0rem;
  }
}
.header.l-header--system .l-header--system__inner .header__btn--signup,
.header.l-header--system .l-header--system__inner .header__btn--mypage {
  width: 9rem;
}
.header.l-header--system .header__logo img {
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .header.l-header--system .header__logo img {
    width: 11.125rem;
  }
}
.header.l-header--system .header__top {
  background-color: #fff;
}
.header.l-header--system .header__top-inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-top: 1.375rem;
  padding-right: 0;
}
.header.l-header--system .header__search {
  background-color: #F0F0F0;
}
.header.l-header--system .header__bottom-inner {
  padding-top: 0.625rem;
  padding-bottom: 1rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .header.l-header--system .header__bottom-inner {
    padding: 0 !important;
  }
}

.separator {
  width: 100%;
  height: 0.3125rem;
  background: -webkit-gradient(linear, left top, right top, from(#BEAF9E), color-stop(40%, #BEAF9E), color-stop(40%, #F6AC19), to(#F6AC19));
  background: linear-gradient(to right, #BEAF9E 0%, #BEAF9E 40%, #F6AC19 40%, #F6AC19 100%);
}
@media screen and (max-width: 767px) {
  .separator {
    height: 0.3125rem;
  }
}
.separator.separator--left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.separator.separator--small {
  height: 0.125rem;
}
@media screen and (max-width: 767px) {
  .separator.separator--small {
    height: 0.3125rem;
  }
}

html.is-offcanvas-open {
  overflow: hidden;
}
html.is-offcanvas-open .header__spnav__hamburger span:nth-child(1) {
  position: relative;
  top: 0.75rem;
  width: 1.8125rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
html.is-offcanvas-open .header__spnav__hamburger span:nth-child(2) {
  opacity: 0;
}
html.is-offcanvas-open .header__spnav__hamburger span:nth-child(3) {
  position: relative;
  top: -0.625rem;
  width: 1.8125rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-offcanvas {
  position: fixed;
  inset: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  overflow: scroll;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-offcanvas.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-offcanvas__bg {
  position: absolute;
  inset: 0;
}
.l-offcanvas__panel {
  position: relative;
  z-index: 1;
}
.l-offcanvas__top {
  padding-top: 7.8125rem;
  padding-bottom: 3.125rem;
  padding-left: 2.125rem;
  padding-right: 2.125rem;
  background: #fff;
}
.l-offcanvas__nav {
  padding-left: 0.25rem;
}
.l-offcanvas__item {
  border-bottom: 1px solid #E3E3E3;
  font-size: 1rem;
  position: relative;
}
.l-offcanvas__item > a {
  display: block;
  padding-bottom: 1.5625rem;
}
.l-offcanvas__item:not(.l-offcanvas__item--haschild) a {
  padding-top: 1.5625rem;
  display: block;
}
.l-offcanvas__item.l-offcanvas__item--haschild {
  padding-bottom: 1.5625rem;
}
.l-offcanvas__item--haschild::after {
  display: none;
}
.l-offcanvas__item--haschild div {
  margin-bottom: 1.875rem;
}
.l-offcanvas__item--haschild div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: space-between;
}
.l-offcanvas__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  width: 0.7071065rem;
  height: 0.7071065rem;
  border-right: 1px solid #F6AC19;
  border-top: 1px solid #F6AC19;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.l-offcanvas__item .letter {
  opacity: 0;
  position: relative;
  left: -10px;
  display: inline-block;
}
.l-offcanvas__item.has__child {
  padding-bottom: 1.5625rem;
  padding-top: 1.25rem;
}
.l-offcanvas__item.has__child:after {
  content: none;
}
.l-offcanvas__item.has__child ul {
  padding-left: 1.25rem;
}
.l-offcanvas__item.has__child ul li {
  padding-top: 1.5625rem;
}
.l-offcanvas__item.has__child ul li a {
  padding-top: 0;
  position: relative;
  display: block;
}
.l-offcanvas__item.has__child ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  width: 0.7071065rem;
  height: 0.7071065rem;
  border-right: 1px solid #222222;
  border-top: 1px solid #222222;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.l-offcanvas__child-item {
  padding-left: 1.25rem;
  font-size: 0.9375rem;
  position: relative;
}
.l-offcanvas__child-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  width: 0.7071065rem;
  height: 0.7071065rem;
  border-right: 1px solid #F6AC19;
  border-top: 1px solid #F6AC19;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.l-offcanvas__child-item + .l-offcanvas__child-item {
  margin-top: 1.5625rem;
}
.l-offcanvas__child-item a {
  display: block;
}
.l-offcanvas__btns {
  margin-top: 3.125rem;
}
.l-offcanvas__btns:has(> .l-offcanvas__btn + .l-offcanvas__btn) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.8125rem 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 0.8125rem;
     -moz-column-gap: 0.8125rem;
          column-gap: 0.8125rem;
}
.l-offcanvas__btn {
  background-color: #343434;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.9375rem 1.25rem;
  color: #fff;
  font-size: clamp(12px, 3.9800995025vw, 1rem);
  border-radius: 3.125rem;
}
.l-offcanvas__btn.l-offcanvas__btn--mypage {
  max-width: 15.625rem;
  margin: 0 auto;
}
.l-offcanvas__links {
  margin-top: 1.5625rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.8125rem 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 0.8125rem;
     -moz-column-gap: 0.8125rem;
          column-gap: 0.8125rem;
}
.l-offcanvas__link-row {
  border-bottom: 1px solid #000;
  padding: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: clamp(12px, 3.9800995025vw, 1rem);
  white-space: nowrap;
}
.l-offcanvas__link-row::after {
  content: "";
  display: block;
  width: 0.7071065rem;
  height: 0.7071065rem;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 1.25rem;
}
.l-offcanvas__bottom {
  background-color: #F0F0F0;
  padding: 3.125rem 2.125rem 4.1875rem;
}
.l-offcanvas__logo {
  padding-bottom: 1.5625rem;
  border-bottom: 1px solid #000;
}
.l-offcanvas__logo img {
  width: 6.125rem;
}
.l-offcanvas__logo .accordion__icon {
  width: 1.5625rem;
  height: 1.5625rem;
}
.l-offcanvas__list {
  padding-left: 1.03125rem;
  padding-right: 1.03125rem;
  padding-top: 0.3125rem;
}
.l-offcanvas__list .l-offcanvas__item::after {
  border-right: 1px solid #000;
  border-top: 1px solid;
}
.l-offcanvas__search {
  margin-top: 2.5rem;
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 1.0625rem 1.375rem;
  border-radius: 6.25rem;
}
.l-offcanvas__search input {
  width: 100%;
  height: 100%;
}
.l-offcanvas__search input::-webkit-input-placeholder {
  color: #808080;
  font-size: clamp(11px, 0.875rem, 0.875rem);
}
.l-offcanvas__search input::-moz-placeholder {
  color: #808080;
  font-size: clamp(11px, 0.875rem, 0.875rem);
}
.l-offcanvas__search input:-ms-input-placeholder {
  color: #808080;
  font-size: clamp(11px, 0.875rem, 0.875rem);
}
.l-offcanvas__search input::-ms-input-placeholder {
  color: #808080;
  font-size: clamp(11px, 0.875rem, 0.875rem);
}
.l-offcanvas__search input::placeholder {
  color: #808080;
  font-size: clamp(11px, 0.875rem, 0.875rem);
}
.l-offcanvas__search-btn {
  position: absolute;
  right: 1.375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-offcanvas__search-btn img {
  width: 1.09375rem;
}
.l-offcanvas.l-offcanvas--system .l-offcanvas__panel {
  min-height: 100vh;
  background: #fff;
}
.l-offcanvas.l-offcanvas--system .l-offcanvas__top {
  padding-top: 6.25rem;
  padding-bottom: 2.5rem;
}
.l-offcanvas.l-offcanvas--system .l-offcanvas__btns {
  margin-top: 0;
}
.l-offcanvas.l-offcanvas--system .l-offcanvas__btns a {
  color: #fff;
}
.l-offcanvas.l-offcanvas--system .l-offcanvas__nav {
  margin-top: 1.25rem;
}
.l-offcanvas.l-offcanvas--system .l-offcanvas__bottom {
  background: #fff;
  padding-top: 0;
}
.l-offcanvas.l-offcanvas--system .l-offcanvas__bottom .l-offcanvas__search {
  margin-top: 0;
  background: #F0F0F0;
}
.l-offcanvas.l-offcanvas--system .l-offcanvas__item::after {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
}
.l-offcanvas__banner {
  margin-top: 2.5rem;
}

html {
  scrollbar-gutter: stable;
}
html::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  -webkit-transition: visibility 0.1s, opacity 0.3s;
  transition: visibility 0.1s, opacity 0.3s;
}

html.is-open__menu {
  overflow: hidden;
}
html.is-open__menu .is-open > a {
  opacity: 0.7;
}
html.is-open__menu .is-open .header__nav-item__child {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
html.is-open__menu::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.inner {
  width: 62.5rem;
  max-width: 100%;
  padding: 0 1.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 376px) {
  .inner {
    padding: 0 3.75rem;
  }
}

.js__fadein {
  opacity: 0;
  position: relative;
  -webkit-transform: translateY(1.875rem);
          transform: translateY(1.875rem);
}

.js__fadein--image {
  opacity: 0;
  position: relative;
  -webkit-transform: translateY(2.5rem);
          transform: translateY(2.5rem);
}

@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .l-inner .l-inner--wide {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .page.page-ones .l-inner .l-inner--wide {
    padding: 0;
  }
}

.l-inner--wide {
  max-width: 88.375rem;
  margin: 0 auto;
  padding: 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-inner--wide {
    max-width: 100%;
    padding: 0 1.25rem;
  }
}

.l-inner--wide-small {
  max-width: 86.25rem;
  margin: 0 auto;
  padding: 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-inner--wide-small {
    max-width: 100%;
    padding: 0 1.25rem;
  }
}

.l-inner--wide__maxpc {
  max-width: 50rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-inner--wide__maxsp {
    max-width: 500px !important;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .l-inner--wide__maxsp__nopad {
    max-width: 540px !important;
    margin: 0 auto;
  }
}

.l-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-split {
    display: -ms-grid;
    display: grid;
  }
}

.u-ttl {
  font-size: 1.8125rem;
  padding-bottom: 1.875rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .u-ttl {
    font-size: 1.5625rem;
    padding-bottom: 1.875rem;
    text-align: center;
  }
}
.u-ttl small {
  display: block;
  font-size: 1.25rem;
  line-height: 1;
  padding-bottom: 1.25rem;
  letter-spacing: 0.1em;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .u-ttl small {
    padding-bottom: 0.625rem;
    font-size: clamp(12px, 1.25rem, 1.25rem);
  }
}
.u-ttl.u-ttl__small small {
  font-size: clamp(12px, 1rem, 1rem);
  padding-bottom: 0.9375rem;
}

.u-ttl--section {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: clamp(17px, 1.25rem, 1.25rem);
}

.u-btn {
  font-size: clamp(13px, 1rem, 1rem);
  border: 1px solid #222222;
  padding: 0.9rem 1rem 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  place-content: space-between;
}
@media screen and (max-width: 767px) {
  .u-btn {
    padding: 0.9375rem 1rem;
  }
}
@media screen and (min-width: 768px) {
  .u-btn:hover {
    opacity: 0.7;
  }
}
.u-btn.u-btn--black {
  color: #fff;
  background-color: #343434;
  border: none;
  border: 1px solid #343434;
}

.l-section {
  padding: 5rem 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 3.125rem 0;
  }
}

.wrap-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.column__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.75rem 1fr 1.75rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.75rem 1.75rem;
}
@media screen and (max-width: 767px) {
  .column__list {
    -ms-grid-columns: 1fr 1.25rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 3.125rem 1.25rem;
    padding: 0;
  }
}
.column__list .card__thumb {
  padding-bottom: 1.25rem;
  aspect-ratio: 386/256;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .column__list .card__thumb {
    aspect-ratio: 1/1;
  }
}
.column__list .card__thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .column__list .card__thumb {
    padding-bottom: 1.125rem;
  }
  .column__list .card__thumb img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.column__list .card__content {
  display: -ms-grid;
  display: grid;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .column__list .card__content {
    gap: 0.625rem;
  }
}
.column__list .card__date {
  font-family: "Jost", sans-serif;
  color: #828282;
  font-size: clamp(12px, 1rem, 1rem);
}
@media screen and (max-width: 767px) {
  .column__list .card__date {
    font-size: clamp(12px, 0.875rem, 0.875rem);
  }
}
.column__list .card__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 1.125rem, 1.125rem);
}
@media screen and (max-width: 767px) {
  .column__list .card__ttl {
    font-size: clamp(13px, 1rem, 1rem);
  }
}
.column__list .card__txt {
  font-size: clamp(13px, 1rem, 1rem);
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .column__list .card__txt {
    font-size: clamp(12px, 0.9375rem, 0.9375rem);
  }
}

.u-btn__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .u-btn__wrapper {
    margin-top: 1.875rem;
  }
}
.u-btn__wrapper.u-btn__wrapper--reiew {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .u-btn__wrapper.u-btn__wrapper--reiew {
    place-content: center !important;
  }
}
.u-btn__wrapper.u-btn__wrapper--reiew .u-btn {
  place-content: center;
  width: 12.6875rem;
}
.u-btn__wrapper.u-btn__wrapper--reiew .u-btn--back svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.news__list .news__item {
  padding: 1.875rem 0;
  border-bottom: 1px solid #8B8B8B;
}
@media screen and (max-width: 767px) {
  .news__list .news__item {
    padding: 1.875rem 0;
  }
}
.news__list .news__item:first-of-type {
  padding-top: 0;
}
.news__list .news__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .news__list .news__item a {
    display: -ms-grid;
    display: grid;
    gap: 0.9375rem;
  }
}
.news__list .news__item .news__date {
  color: #828282;
}
@media screen and (max-width: 767px) {
  .news__list .news__item .news__date {
    font-size: clamp(12px, 0.875rem, 0.875rem);
  }
}
.news__list .news__item .news__title {
  font-size: clamp(14px, 1.125rem, 1.125rem);
}
@media screen and (max-width: 767px) {
  .news__list .news__item .news__title {
    font-size: clamp(12px, 1rem, 1rem);
  }
}

.footer:has(.footer__top) {
  border-top: 1px solid #BEBEBE;
}
.footer__top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5625rem 3.125rem;
  max-width: 94.5625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer__top-inner {
    display: -ms-grid;
    display: grid;
    padding: 2.5rem 1.25rem;
    max-width: 100%;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    gap: 0.9375rem;
  }
}
.footer__brand {
  width: clamp(130px, 14.2195767196vw, 13.4375rem);
}
@media screen and (max-width: 767px) {
  .footer__brand {
    width: 11.9375rem;
  }
}
.footer__gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(10px, 2.3148148148vw, 35px);
     -moz-column-gap: clamp(10px, 2.3148148148vw, 35px);
          column-gap: clamp(10px, 2.3148148148vw, 35px);
  font-size: clamp(12px, 0.9920634921vw, 0.9375rem);
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .footer__gnav-list {
    -webkit-column-gap: 0.6613756614vw;
       -moz-column-gap: 0.6613756614vw;
            column-gap: 0.6613756614vw;
  }
}
@media screen and (max-width: 820px) {
  .footer__gnav-list {
    -webkit-column-gap: 0vw;
       -moz-column-gap: 0vw;
            column-gap: 0vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__gnav-list {
    display: -ms-grid;
    display: grid;
    font-size: clamp(12px, 1rem, 1rem);
  }
}
@media screen and (max-width: 767px) {
  .footer__gnav {
    width: 100%;
    padding: 0 0.9375rem;
  }
}
.footer__gnav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  place-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__gnav-item {
    border-bottom: 1px solid #E3E3E3;
  }
}
.footer__gnav-item svg {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer__gnav-item svg {
    display: block;
  }
}
.footer__gnav-item svg.icon-window {
  display: block;
}
.footer__bottom {
  background-color: #F0F0F0;
}
.footer__bottom-inner {
  max-width: 94.5625rem;
  padding: 0.9375rem 3.125rem 0.9375rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer__bottom-inner {
    padding: 2.5rem 1.25rem 0.9375rem;
  }
}
.footer__bottom-inner .l-split {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__bottom-inner .l-split {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    direction: grid;
  }
}
.footer__bottom-inner .l-split + .l-split {
  margin-top: 2.5rem;
}
.footer__bottom-inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  place-content: space-between;
}
.footer__bottom-inner a svg {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer__bottom-inner a svg {
    display: block;
  }
}
.footer__bottom-inner a span svg {
  display: inline-block;
  margin-left: 0.1875rem;
  width: 1rem;
  position: relative;
  top: 0.125rem;
}
.footer__logo {
  width: 11.125rem;
}
.footer__primary-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
  font-size: clamp(13px, 1.0582010582vw, 1rem);
}
@media screen and (max-width: 767px) {
  .footer__primary-links {
    display: -ms-grid;
    display: grid;
    font-size: clamp(12px, 1rem, 1rem);
    padding: 0 0.9375rem;
  }
}
.footer__primary-links .footer__primary-link {
  padding: 1.25rem 0rem;
}
@media screen and (max-width: 767px) {
  .footer__primary-links .footer__primary-link {
    border-bottom: 1px solid #E3E3E3;
  }
}
@media screen and (max-width: 767px) {
  .footer__primary-links .footer__primary-link:first-of-type {
    margin-top: 0.625rem;
  }
}
.footer__primary-links .footer__primary-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .footer__primary-links .footer__primary-sns {
    display: block;
    gap: 0rem;
    margin-top: 1.5625rem;
  }
}
.footer__primary-links .footer__primary-sns span {
  position: relative;
  top: 0.0625rem;
  font-size: clamp(12px, 0.9375rem, 0.9375rem);
}
@media screen and (max-width: 767px) {
  .footer__primary-links .footer__primary-sns span {
    display: block;
    text-align: center;
    font-size: clamp(12px, 1rem, 1rem);
  }
}
.footer__primary-links .footer__primary-sns div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .footer__primary-links .footer__primary-sns div {
    place-content: center;
    gap: 1.5625rem;
    margin-top: 1.25rem;
  }
}
.footer__primary-links .footer__primary-sns a svg {
  display: block;
}
.footer__copyright {
  font-size: clamp(11px, 0.8125rem, 0.8125rem);
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    font-size: clamp(10px, 0.8125rem, 0.8125rem);
    margin-top: 2.1875rem;
  }
}
.footer__nav-list {
  font-size: clamp(11px, 0.8125rem, 0.8125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .footer__nav-list {
    display: -ms-grid;
    display: grid;
    font-size: clamp(10px, 0.8125rem, 0.8125rem);
    gap: 1.5625rem;
    padding: 0 1.5625rem;
  }
}
.footer__gnav-link {
  display: block;
  padding: 1.125rem 0.625rem;
}
.footer .footer__gnav-item__child {
  font-size: clamp(12px, 0.9375rem, 0.9375rem);
  margin-top: 0.3125rem;
}
.footer .footer__gnav-item__child li {
  margin-bottom: 1.25rem;
  padding: 0 0.625rem 0 1.25rem;
}
.footer.l-footer--system .footer__bottom-inner {
  padding-top: 2.5rem;
}

.page .breadcrumb {
  padding: 0.9375rem 3.125rem;
  max-width: 94.5625rem;
  margin: 0 auto;
  color: #828282;
  font-size: clamp(11px, 0.8125rem, 0.8125rem);
}
@media screen and (max-width: 767px) {
  .page .breadcrumb {
    padding: 0.9375rem 1.25rem;
    font-size: clamp(10px, 0.625rem, 0.625rem);
  }
}
.page .breadcrumb a {
  margin: 0 0.1875rem;
}
.page .breadcrumb a:first-of-type {
  margin-left: 0;
}
.page .breadcrumb span {
  margin-left: 0.1875rem;
}
.page--title {
  background: #DED7CE;
  padding: 2rem 0 2.125rem;
  position: relative;
}
.page--title h2 {
  font-weight: 400;
  text-align: center;
  font-size: clamp(16px, 1.25rem, 1.25rem);
}
.page--title::after {
  content: "";
  background: #F6AC19;
  width: 6.25rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .page--title::after {
    width: 2.5rem;
  }
}
.page.page-mh .page--title {
  background: #F0F0F0;
  padding: 0rem 1.5625rem 0rem;
  height: 5.625rem;
  line-height: 1;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .page.page-mh .page--title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding: 0rem 1.5625rem 0rem;
  }
}
.page.page-mh .page--title::after {
  content: none;
}
.page.page-mh .page--title h2 {
  font-size: clamp(16px, 1.25rem, 1.25rem);
}
@media screen and (max-width: 767px) {
  .page.page-mh .page--title h2 {
    font-size: clamp(17px, 1.25rem, 1.25rem);
  }
}
.page.page-mh .page--title h2 small {
  display: block;
  margin-top: 0.5rem;
  font-size: clamp(10px, 0.75rem, 0.75rem);
}
@media screen and (max-width: 767px) {
  .page.page-mh .page--title h2 small {
    font-size: clamp(10px, 0.8125rem, 0.8125rem);
  }
}
.page.page-mh .page--title--sm {
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
}

.u-link span {
  text-decoration: underline;
}
.u-link::after {
  content: ">";
  margin-left: 0.5em;
}

.card__list {
  display: -ms-grid;
  display: grid;
  gap: 2.5rem;
  -ms-grid-columns: calc(25% - 1.875rem) 2.5rem calc(25% - 1.875rem) 2.5rem calc(25% - 1.875rem) 2.5rem calc(25% - 1.875rem);
  grid-template-columns: repeat(4, calc(25% - 1.875rem));
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .card__list {
    gap: 2.8125rem 1.25rem;
    -ms-grid-columns: calc(50% - 0.625rem) 1.25rem calc(50% - 0.625rem);
    grid-template-columns: repeat(2, calc(50% - 0.625rem));
  }
}
.card__list.card__list--col03 {
  gap: 2.5rem;
  -ms-grid-columns: calc(33.3333333333% - 1.66625rem) 2.5rem calc(33.3333333333% - 1.66625rem) 2.5rem calc(33.3333333333% - 1.66625rem);
  grid-template-columns: repeat(3, calc(33.3333333333% - 1.66625rem));
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.card--tag {
  color: #000000;
  font-size: clamp(10px, 0.75rem, 0.75rem);
  margin-bottom: 0.75rem;
  display: block;
}
.card--tag.disp-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .card--tag.disp-sp {
    display: none !important;
    background: #D9D9D9;
    color: #000000;
    text-align: center;
    margin-bottom: 0.625rem;
    padding: 0.125rem 0 0.125rem;
  }
}
.card--image {
  margin-bottom: 1.0625rem;
  position: relative;
}
.card--image img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.card--image-tag {
  position: absolute;
  left: 0.625rem;
  top: 0.625rem;
  width: auto;
  height: 25px;
}
.card--image-tag img {
  width: auto;
  height: 100%;
  aspect-ratio: unset;
}
.card--meta {
  margin-bottom: 0.3125rem;
}
.card--meta p {
  font-size: clamp(13px, 1rem, 1rem);
}
.card--meta p b {
  font-weight: 500;
}
.card--meta p.tag-brand {
  font-size: clamp(10px, 0.8125rem, 0.8125rem);
  color: #828282;
}
.card--btn {
  margin-top: auto;
}
.card--btn .u-btn {
  width: 100%;
  place-content: space-between;
}
.card--price {
  margin-bottom: 0.3125rem;
}
.card--price dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: space-between;
  color: #000000;
  border-bottom: 1px solid #BEBEBE;
  padding: 0.625rem 0;
}
.card--price dl:last-of-type {
  border-bottom: 0;
}
.card--price dl dt {
  font-size: clamp(10px, 0.75rem, 0.75rem);
}
@media screen and (max-width: 376px) {
  .card--price dl dt {
    max-width: 3.125rem;
  }
}
.card--price dl dd {
  font-size: clamp(16px, 1.25rem, 1.25rem);
  font-family: "Jost", sans-serif;
}
@media screen and (max-width: 767px) {
  .card--price dl dd {
    font-size: clamp(15px, 1.1875rem, 1.1875rem);
  }
}
.card--price dl dd small {
  font-family: "Noto Sans JP", sans-serif;
  color: #828282;
  font-size: 10px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.card--cat {
  font-size: clamp(10px, 0.8125rem, 0.8125rem);
  color: #828282;
}
@media screen and (max-width: 767px) {
  .card--cat {
    margin-bottom: 0.1875rem;
    display: block;
  }
}
.card .column__cat {
  font-size: clamp(10px, 0.8125rem, 0.8125rem);
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.125rem 0.9375rem 0.0625rem;
}

.card__cat__list {
  padding: 0rem 1.875rem 0rem;
  max-width: 49.375rem;
  margin: 1.5625rem auto 3.125rem;
}
@media screen and (max-width: 767px) {
  .card__cat__list {
    margin: 1.25rem auto 3.125rem;
    padding: 0;
  }
}
.card__cat__list h3 {
  font-size: clamp(14px, 1.125rem, 1.125rem);
  text-align: center;
  border-bottom: 1px solid #BEBEBE;
  padding-bottom: 1.25rem;
}

.card__cat__box {
  padding-top: 1.875rem;
  font-size: clamp(13px, 1rem, 1rem);
}
.card__cat__box p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .card__cat__box p {
    text-align: left;
  }
}
.card__cat__box div {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .card__cat__box div {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(50% - 0rem) 0 calc(50% - 0rem);
    grid-template-columns: repeat(2, calc(50% - 0rem));
    margin-top: 0.9375rem;
    place-content: space-between;
    gap: 0;
    border-top: 1px solid #BEBEBE;
  }
}
.card__cat__box div a {
  padding: 0.625rem 0rem 0.625rem 0rem;
  width: 6.5rem;
  text-align: center;
  position: relative;
  margin: 0 1.25rem;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .card__cat__box div a {
    height: 3.875rem;
    margin: 0;
    width: 100%;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-content: center;
    border-right: 1px solid #BEBEBE;
    border-bottom: 1px solid #BEBEBE;
  }
  .card__cat__box div a:nth-child(2n+1) {
    border-left: 1px solid #BEBEBE;
  }
}
.card__cat__box div a::before {
  content: "";
  border-right: 1px solid #BEBEBE;
  position: absolute;
  right: -1.25rem;
  height: 100%;
  top: 0;
}
@media screen and (max-width: 767px) {
  .card__cat__box div a::before {
    content: none;
    border-right: 0;
  }
}
.card__cat__box div a.active {
  background: #F0F0F0;
}
.card__cat__box div a:last-of-type::before {
  content: none;
}

.pager {
  padding-top: 4.375rem;
}
.pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  gap: 10px;
  place-content: center;
}
.pager ul li {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  place-content: center;
  color: #666666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pager ul li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  place-content: center;
}
.pager ul li.current {
  background: #F0F0F0;
  font-weight: 500;
  color: #222222;
}
.pager ul li.prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='17' viewBox='0 0 10 17' fill='none'%3E%3Cpath d='M0.353516 0.353577L8.35352 8.35358L0.353516 16.3536' stroke='%23000'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.4375rem 0.875rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .pager ul li.prev:hover {
    opacity: 0.5;
  }
}
.pager ul li.next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='17' viewBox='0 0 10 17' fill='none'%3E%3Cpath d='M0.353516 0.353577L8.35352 8.35358L0.353516 16.3536' stroke='%23000'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.4375rem 0.875rem;
}
@media screen and (min-width: 768px) {
  .pager ul li.next:hover {
    opacity: 0.5;
  }
}
.pager--single {
  padding-top: 3.75rem;
}
.pager--single ul {
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pager--single .btn {
  width: auto;
  height: auto;
  color: #222222;
}
.pager--single .btn svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.brand__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.875rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .brand__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .brand__list a {
    border-bottom: 1px solid #BEBEBE;
    padding: 1.875rem 0;
  }
  .brand__list a:first-of-type {
    padding-top: 0;
  }
}
.brand__list a img {
  display: block;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .brand__list a img {
    margin-bottom: 0.9375rem;
  }
}
.brand__list a p {
  font-size: clamp(12px, 0.9375rem, 0.9375rem);
}
@media screen and (max-width: 767px) {
  .brand__list a p {
    margin-bottom: 0.3125rem;
  }
}
.brand__list a p b {
  font-weight: 500;
}
.brand__list a p + p {
  color: #666666;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .brand__list a p + p {
    margin-bottom: 0rem;
  }
}
.brand__list > *:only-child {
  grid-column: 1/-1;
  -ms-grid-column-align: center;
      justify-self: center;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .brand__list > *:only-child {
    width: 100%;
  }
}

.page-mh .u-ttl {
  color: #000000;
  font-size: clamp(20px, 1.875rem, 1.875rem);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page-mh .u-ttl {
    font-size: clamp(20px, 1.5625rem, 1.5625rem);
  }
}
.page-mh .u-ttl small {
  font-size: clamp(10px, 0.8125rem, 0.8125rem);
  margin-top: 0.75rem;
  padding-bottom: 0.625rem;
}
.page-mh .l-section {
  padding: 3.75rem 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-mh .l-section {
    padding: 2.8125rem 0 3.125rem;
  }
}

.page-ones .l-section {
  padding: 3.75rem 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-ones .l-section {
    padding: 2.5rem 0 3.125rem;
  }
}
.page-ones .l-section h3:not(.card__ttl) {
  text-align: center;
  font-size: clamp(16px, 1.3125rem, 1.3125rem);
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .page-ones .l-section h3:not(.card__ttl) {
    text-align: left;
    font-size: clamp(16px, 1.25rem, 1.25rem);
  }
}

.hero .swiper-slide a:hover {
  opacity: 1;
}

.l-inner--banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  max-width: 51.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner--banner {
    display: -ms-grid;
    display: grid;
    gap: 1.25rem;
    max-width: 100%;
  }
}

.banner {
  padding: 4.375rem 0;
}
@media screen and (max-width: 767px) {
  .banner {
    padding: 3.75rem 0;
  }
}
.banner a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.banner a:hover {
  opacity: 0.7 !important;
}

.statement--top {
  padding-top: 0 !important;
}
.statement--top .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: space-between;
}
@media screen and (max-width: 767px) {
  .statement--top .l-inner {
    display: -ms-grid;
    display: grid;
  }
}
.statement--top .statement__decoration--left {
  width: 18.75rem;
  aspect-ratio: 300/800;
}
@media screen and (max-width: 767px) {
  .statement--top .statement__decoration--left {
    display: none;
  }
}
.statement--top .statement__decoration--right {
  width: 23.125rem;
  aspect-ratio: 370/793;
}
@media screen and (max-width: 767px) {
  .statement--top .statement__decoration--right {
    display: none;
  }
}
.statement--top .statement__wrap {
  padding: 7rem 8.5978835979vw 0;
}
@media screen and (max-width: 1200px) {
  .statement--top .statement__wrap {
    padding: 7rem 5.291005291vw 0;
  }
}
@media screen and (max-width: 767px) {
  .statement--top .statement__wrap {
    padding: 0rem 0rem 0;
  }
}
.statement--top .statement__content {
  line-height: 2;
  font-size: clamp(13px, 1rem, 1rem);
}
@media screen and (max-width: 767px) {
  .statement--top .statement__content {
    font-size: clamp(12px, 0.9375rem, 0.9375rem);
  }
}
.statement--top .statement__content p + p {
  margin-top: 1.7em;
}
.statement--top .statement__btn {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .statement--top .statement__btn {
    margin-top: 2.1875rem;
  }
}
.statement--top .statement__decoration--sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.125rem;
}

@media screen and (max-width: 767px) {
  .statement .u-ttl {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .statement.statement--top .u-ttl {
    text-align: center;
  }
}

.statement--founding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .statement--founding {
    display: -ms-grid;
    display: grid;
    gap: 1.5625rem;
    position: relative;
    right: -3.125rem;
    padding-right: 1.875rem;
  }
}
.statement--founding .statement__title {
  padding-bottom: 1.4375rem;
  font-size: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .statement--founding .statement__title {
    font-size: clamp(18px, 1.5625rem, 1.5625rem);
    padding-bottom: 1.0625rem;
  }
}
.statement--founding .statement__btn {
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .statement--founding .statement__btn {
    margin-top: 1.5625rem;
  }
}
.statement--founding .statement__image {
  width: 31.875rem;
  aspect-ratio: 510/460;
}
@media screen and (max-width: 767px) {
  .statement--founding .statement__image {
    width: 100%;
    aspect-ratio: unset;
  }
}
@media screen and (max-width: 767px) {
  .statement--founding .statement__image picture {
    width: 31.875rem;
    aspect-ratio: 510/460;
  }
}
.statement--founding p {
  font-size: clamp(12px, 1rem, 1rem);
  line-height: 1.6;
  color: #666666;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .statement--founding p {
    font-size: clamp(12px, 1rem, 1rem);
  }
}

.statement--fluctuation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  place-content: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .statement--fluctuation {
    display: -ms-grid;
    display: grid;
    gap: 1.5625rem;
    margin-top: 3.125rem;
    position: relative;
    left: -1.25rem;
    padding-right: 1.875rem;
  }
}
.statement--fluctuation .statement__title {
  padding-bottom: 1.4375rem;
  font-size: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .statement--fluctuation .statement__title {
    font-size: clamp(18px, 1.5625rem, 1.5625rem);
    padding-bottom: 1.0625rem;
  }
}
.statement--fluctuation .statement__btn {
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .statement--fluctuation .statement__btn {
    margin-top: 1.5625rem;
  }
}
.statement--fluctuation .statement__image {
  width: 31.875rem;
  aspect-ratio: 510/460;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 767px) {
  .statement--fluctuation .statement__image {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    aspect-ratio: unset;
  }
}
@media screen and (max-width: 767px) {
  .statement--fluctuation .statement__image picture {
    width: 31.875rem;
    aspect-ratio: 510/460;
  }
}
@media screen and (max-width: 767px) {
  .statement--fluctuation .statement__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    place-content: end;
    position: relative;
    left: 4.375rem;
  }
}
.statement--fluctuation p {
  font-size: clamp(12px, 1rem, 1rem);
  line-height: 1.6;
  color: #666666;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .statement--fluctuation p {
    font-size: clamp(12px, 1rem, 1rem);
  }
}

.statement--supplement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  place-content: center;
  max-width: 74.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .statement--supplement {
    width: 100%;
    max-width: 100%;
    display: -ms-grid;
    display: grid;
    gap: 1.875rem;
  }
}
.statement--supplement .statement__image {
  width: 34.375rem;
  aspect-ratio: 550/636;
}
@media screen and (max-width: 767px) {
  .statement--supplement .statement__image {
    width: 100%;
  }
}
.statement--supplement .statement__image picture {
  display: block;
}
.statement--supplement .statement__content {
  width: calc(100% - 34.375rem - 6.25rem);
  padding-right: 6.25rem;
}
@media screen and (max-width: 767px) {
  .statement--supplement .statement__content {
    width: 100%;
    padding-right: 0;
  }
}
.statement--supplement .statement__title {
  font-size: clamp(22px, 1.75rem, 1.75rem);
  letter-spacing: 0.05em;
  padding-bottom: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .statement--supplement .statement__title {
    font-size: clamp(18px, 1.5625rem, 1.5625rem);
    padding-bottom: 1.5625rem;
  }
}
.statement--supplement .statement__title span {
  display: block;
  font-size: clamp(12px, 1rem, 1rem);
  padding-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .statement--supplement .statement__title span {
    padding-bottom: 0.125rem;
  }
}
.statement--supplement p {
  font-size: clamp(13px, 1rem, 1rem);
  line-height: 1.6;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .statement--supplement p {
    font-size: clamp(12px, 0.9375rem, 0.9375rem);
  }
}
.statement--supplement .statement__btn {
  margin-top: 2.1875rem;
}

.statement--serum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  place-content: center;
  max-width: 74.875rem;
  margin: 6.25rem auto 0;
}
@media screen and (max-width: 767px) {
  .statement--serum {
    margin: 4.375rem auto 0;
    display: -ms-grid;
    display: grid;
    gap: 1.875rem;
  }
}
.statement--serum .statement__image {
  width: 34.375rem;
  aspect-ratio: 550/636;
}
@media screen and (max-width: 767px) {
  .statement--serum .statement__image {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.statement--serum .statement__image picture {
  display: block;
}
.statement--serum .statement__content {
  width: calc(100% - 34.375rem - 6.25rem);
  padding-left: 6.25rem;
}
@media screen and (max-width: 767px) {
  .statement--serum .statement__content {
    width: 100%;
    padding-left: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.statement--serum .statement__title {
  font-size: clamp(22px, 1.75rem, 1.75rem);
  letter-spacing: 0.05em;
  padding-bottom: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .statement--serum .statement__title {
    font-size: clamp(18px, 1.5625rem, 1.5625rem);
    padding-bottom: 1.5625rem;
  }
}
.statement--serum .statement__title span {
  display: block;
  font-size: clamp(12px, 1rem, 1rem);
  padding-bottom: 0.3125rem;
}
.statement--serum p {
  font-size: clamp(13px, 1.0625rem, 1.0625rem);
  line-height: 1.6;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .statement--serum p {
    font-size: clamp(12px, 0.9375rem, 0.9375rem);
  }
}
.statement--serum .statement__btn {
  margin-top: 2.1875rem;
}

.column .u-ttl {
  text-align: center;
}
.news {
  background: rgba(190, 175, 158, 0.5);
  position: relative;
}
.news::after {
  content: "";
  background: #F6AC19;
  height: 100%;
  width: 2.875rem;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .news::after {
    width: 0.625rem;
  }
}
.news .l-split {
  place-content: space-between;
}
@media screen and (max-width: 767px) {
  .news .l-split {
    gap: 0;
    place-content: unset;
  }
}
.news .news__head {
  width: 20.3125rem;
}
@media screen and (max-width: 767px) {
  .news .news__head {
    width: 100%;
  }
}
.news .news__list {
  width: 55.1875rem;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .news .news__list {
    width: 43.75rem;
  }
}
@media screen and (max-width: 767px) {
  .news .news__list {
    width: 100%;
  }
}
.news .disp-sp .u-btn {
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .faq {
    padding-bottom: 3.125rem;
  }
}
.faq .faq__head {
  white-space: nowrap;
  width: 20.3125rem;
}
@media screen and (max-width: 767px) {
  .faq .faq__head {
    width: 100%;
  }
}
.faq .l-split {
  place-content: space-between;
}
@media screen and (max-width: 767px) {
  .faq .l-split {
    gap: 0.625rem;
    place-content: unset;
  }
}
.faq__list {
  width: 55.1875rem;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .faq__list {
    width: 43.75rem;
  }
}
@media screen and (max-width: 767px) {
  .faq__list {
    width: 100%;
  }
}
.faq__item {
  border-bottom: 1px solid #BEBEBE;
  padding-bottom: 1.3955rem;
}
@media screen and (max-width: 767px) {
  .faq__item {
    padding-bottom: 1.5625rem;
  }
}
.faq__item + .faq__item {
  margin-top: 1.3955rem;
}
@media screen and (max-width: 767px) {
  .faq__item + .faq__item {
    margin-top: 1.5625rem;
  }
}
.faq__question {
  line-height: 1.5;
  font-size: clamp(14px, 1.125rem, 1.125rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq__question {
    padding-left: 0rem;
  }
}
.faq__question::before {
  content: "Q";
  font-size: 1.9375rem;
  font-family: "Jost", sans-serif;
  left: 0;
  top: 0.05em;
  line-height: 1.35;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .faq__question::before {
    font-size: 1.9375rem;
    position: relative;
  }
}
.faq__question > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  place-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .faq__question > div {
    gap: 1.875rem;
  }
}
.faq__answer {
  padding-top: 1.0625rem;
  font-size: clamp(12px, 0.9375rem, 0.9375rem);
  line-height: 2;
  position: relative;
  padding-right: 3.75rem;
  padding-left: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .faq__answer {
    font-size: clamp(13px, 1rem, 1rem);
    line-height: 1.6;
    padding-left: 3.75rem;
    padding-right: 0rem;
  }
}
.faq__answer::before {
  content: "A";
  font-family: "Jost", sans-serif;
  position: absolute;
  left: 0;
  line-height: 1.2;
  font-size: 1.9375rem;
  font-weight: 400;
  margin-top: -0.125rem;
}
@media screen and (max-width: 767px) {
  .faq__answer::before {
    font-size: 1.9375rem;
  }
}
.faq__answer p {
  color: #666666;
  line-height: 1.5;
}
.faq .disp-sp .u-btn {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .faq .disp-sp .u-btn {
    margin-top: 1.875rem;
  }
}

/** アコーディオン **/
.accordion__header {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  place-content: space-between;
}
@media screen and (max-width: 767px) {
  .accordion__header {
    gap: 1.875rem;
  }
}
.accordion__header.is-active .accordion__icon::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordion__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.8rem;
  height: 1.8rem;
  position: relative;
}
.accordion__icon::before, .accordion__icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #222222;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.accordion__icon::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.accordion__content {
  display: none;
}

.page-ones .hero .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .page-ones .hero .swiper-pagination {
    gap: 10px;
  }
}
.page-ones .hero .swiper-pagination-bullet {
  background: #fff;
  outline: 1px solid #F6AC19;
  opacity: 1 !important;
  width: 7px;
  height: 7px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page-ones .hero .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
}
.page-ones .hero .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F6AC19;
}
.page-ones .hero#heroSwiper {
  opacity: 0;
  -webkit-transition: opacity 1200ms ease;
  transition: opacity 1200ms ease;
}
.page-ones .hero#heroSwiper.is-ready {
  opacity: 1;
}

.page-mh .u-ttl {
  text-align: center;
}
.page-mh .hero .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .page-mh .hero .swiper-pagination {
    gap: 10px;
  }
}
.page-mh .hero .swiper-pagination-bullet {
  background: #fff;
  outline: 1px solid #F6AC19;
  opacity: 1 !important;
  width: 7px;
  height: 7px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page-mh .hero .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 5px;
  }
}
.page-mh .hero .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F6AC19;
}
.page-mh .hero#heroSwiper {
  opacity: 0;
  -webkit-transition: opacity 900ms ease;
  transition: opacity 900ms ease;
}
.page-mh .hero#heroSwiper.is-ready {
  opacity: 1;
}
.page-mh .u-btn__wrapper {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .page-mh .u-btn__wrapper .u-btn {
    min-width: 10.625rem;
    place-content: space-between;
  }
}
.page-mh .banner {
  background: #F0F0F0;
}
.page-mh .news {
  background: #fff;
}
.page-mh .news .u-ttl {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .page-mh .news .u-ttl {
    text-align: center;
  }
}
.page-mh .news__item {
  padding: 1.5625rem 0;
}
.page-mh .news::after {
  content: none;
}
.page-mh .news__head {
  width: 15.8125rem;
}
@media screen and (max-width: 767px) {
  .page-mh .news__head {
    width: 100%;
  }
}
.page-mh .news__list {
  width: calc(100% - 15.8125rem);
}
@media screen and (max-width: 767px) {
  .page-mh .news__list {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-mh .news .disp-sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    place-content: center;
  }
}
.page-mh .products .u-btn__wrapper {
  margin-top: 2.5rem;
}
.page-mh .about .u-ttl {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .page-mh .about .u-ttl {
    text-align: center;
  }
}
.page-mh .about__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.8125rem 15.6875rem;
  grid-template-columns: 1fr 15.6875rem;
  gap: 2.8125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 54.0625rem;
  padding: 0 6.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-mh .about__wrap {
    max-width: 100%;
    padding: 0 1.25rem;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 1.875rem;
  }
}
.page-mh .about h3 {
  font-size: clamp(18px, 1.375rem, 1.375rem);
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .page-mh .about h3 {
    font-size: clamp(18px, 1.4375rem, 1.4375rem);
    margin-bottom: 1.25rem;
  }
}
.page-mh .about p {
  color: #666666;
  font-size: clamp(12px, 1rem, 1rem);
  margin-top: 1.875rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .page-mh .about p {
    font-size: clamp(12px, 0.9375rem, 0.9375rem);
  }
}
@media screen and (max-width: 767px) {
  .page-mh .about__image {
    width: 9.6875rem;
    margin: 0 auto;
  }
}
.page-mh .about .u-btn__wrapper.disp-pc {
  place-content: baseline;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .page-mh .about .u-btn__wrapper.disp-sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    place-content: center;
    margin-top: 0.625rem;
  }
}
.page-mh .brand {
  background: #F0F0F0;
}
.page-mh .contact {
  background: #F0F0F0;
  margin-bottom: 1.25rem;
}
.page-mh .contact__link a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 2.5rem;
  padding: 2.1875rem min(4.2989417989vw, 65px) 2.8125rem;
}
@media screen and (max-width: 767px) {
  .page-mh .contact__link a {
    padding: 1.5625rem 1.5625rem 2.125rem;
  }
}
.page-mh .contact__link a.contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: space-between;
  background: #222222;
  color: #fff;
  width: 30.125rem;
  max-width: 100%;
  height: auto;
  gap: 1.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-mh .contact__link a.contact__item {
    width: 22.8125rem;
    max-width: 100%;
    gap: 0.625rem;
  }
}
.page-mh .contact__link a svg {
  width: clamp(40px, 3.375rem, 54px);
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .page-mh .contact__link a svg {
    width: clamp(35px, 2.5rem, 40px);
  }
}
.page-mh .contact__link a span {
  display: block;
  font-size: clamp(16px, 1.5625rem, 1.5625rem);
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .page-mh .contact__link a span {
    font-size: clamp(15px, 1.125rem, 1.125rem);
  }
}
.page-mh .contact__link a span small {
  display: block;
  color: #fff;
  font-size: clamp(12px, 1rem, 1rem);
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .page-mh .contact__link a span small {
    margin-top: 0.9375rem;
    font-size: 1rem;
    white-space: nowrap;
  }
}
.page-mh.top .column {
  background: #F0F0F0;
}

.page section:last-of-type {
  padding-bottom: 4.375rem;
}
.page .breadcrumb + .l-inner--wide {
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .page .breadcrumb + .l-inner--wide {
    padding-top: 1.875rem;
  }
}
.page .pageAllInfo {
  text-align: center;
  margin-top: 1.25rem;
}
.page .l-inner--height {
  padding-top: 3.75rem;
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .page .l-inner--height {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
.page .recommend {
  background: #F9F9F9;
}
@media screen and (max-width: 767px) {
  .page .recommend {
    padding-bottom: 4.375rem;
  }
}
.page .recommend h3 {
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: clamp(16px, 1.3125rem, 1.3125rem);
  text-align: center;
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .page .recommend h3 {
    font-size: clamp(16px, 1.25rem, 1.25rem);
    text-align: left;
  }
}
.page .page__title {
  color: #222222;
  font-size: clamp(16px, 1.25rem, 1.25rem);
  font-family: "Noto Sans JP", sans-serif;
  padding: 0.75rem 1.5625rem 0.75rem 1.5625rem;
  border-left: 0.4375rem solid #606060;
  border-bottom: 1px solid #606060;
  letter-spacing: 0.05em;
  margin-bottom: 1.5625rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .page .page__title {
    font-size: clamp(14px, 1.125rem, 1.125rem);
    padding: 0.5rem 1.5625rem 0.625rem 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.page .list__item {
  color: #666666;
}
@media screen and (max-width: 767px) {
  .page .list__item {
    letter-spacing: 0.05em;
  }
}
.page .list__item .page__title {
  margin-top: 0;
}
.page .list__item .page__title-sub {
  color: #222222;
  font-size: clamp(14px, 1.125rem, 1.125rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: 0.9375rem;
}
.page .list__item .notes {
  font-size: clamp(10px, 0.8125rem, 0.8125rem);
}
.page .list__item > div {
  margin-top: 1.25rem;
}
.page .list__item p {
  font-size: clamp(14px, 1rem, 1rem);
  line-height: 1.6;
}
.page .list__item p small {
  line-height: 1.6;
  display: inline-block;
}
.page .list__item .strong {
  color: #DE6125;
  font-weight: 500;
}
.page .list__item + .list__item {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .page .list__item + .list__item {
    margin-top: 2.8125rem;
  }
}
.page .list__item .list__item__point i {
  display: block;
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  font-style: normal;
  font-family: "Jost", sans-serif;
  text-align: center;
  color: #000000;
  background: #F0F0F0;
  border-radius: 100%;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  place-content: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1/1;
}
.page .list__item .list__item__point i > span span {
  display: block;
  font-weight: 500;
}
.page .list__item .list__item__point__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page .list__item .list__item__point__item__text {
  background: #F0F0F0;
  height: 63px;
  color: #000000;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: -1;
  font-size: clamp(16px, 1.125rem, 1.125rem);
  width: calc(100% - 80px + 40px);
  margin-left: -40px;
}
.page .list__item .list__item__point__item__text p {
  padding: 0 1.25rem 0 calc(40px + 1.25rem);
  font-size: clamp(16px, 1.125rem, 1.125rem);
  font-weight: 500;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .page .list__item .list__item__point__item__text p {
    font-size: 1rem;
  }
}
.page .list__item .list__item__point__item__content {
  padding: 0.3125rem 0 0.4375rem;
}
.page .list__item .list__item__point__item__content p {
  padding-left: calc(80px + 1.25rem);
  font-size: clamp(14px, 1rem, 1rem);
}
@media screen and (max-width: 767px) {
  .page .list__item .list__item__point__item__content p {
    font-size: clamp(14px, 0.9375rem, 0.9375rem);
    padding-left: 20px;
  }
}
.page .list__item .list__item__point__item__content p small {
  font-size: clamp(12px, 0.8125rem, 0.8125rem);
}
.page .list__item .list__item__point__item + .list__item__point__item {
  margin-top: 0.9375rem;
}
.page .list__item__step {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.4375rem 1fr 3.4375rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.4375rem;
  margin-top: 0.9375rem;
  margin-bottom: 1.5625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page .list__item__step {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 1.875rem;
  }
}
.page .list__item__step__item .en {
  font-size: clamp(16px, 1.1875rem, 1.1875rem);
  color: #222222;
}
@media screen and (max-width: 767px) {
  .page .list__item__step__item .en {
    font-size: clamp(16px, 1.125rem, 1.125rem);
  }
}
.page .list__item__step__item div {
  background: #F0F0F0;
  color: #222222;
  padding: 1.5625rem 1.875rem;
  font-size: clamp(14px, 1rem, 1rem);
  line-height: 1.7;
  margin-top: 0.3125rem;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page .list__item__step__item div {
    height: auto;
  }
}
.page .list__item__step__item div::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2227%22%20viewBox%3D%220%200%2018%2027%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0.640137%200.768311L15.6401%2013.2683L0.640137%2025.7683%22%20stroke%3D%22%23343434%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 0.9375rem;
  height: 1.5625rem;
  position: absolute;
  right: -2.1875rem;
  top: calc(50% - 0.78125rem);
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .page .list__item__step__item div::after {
    /*
    left: 50%;
    bottom: rem(-40);
    transform: translate(-50%, -0%) rotate(90deg);
    top: auto;
    */
    content: none;
  }
}
.page .list__item__step__item:last-of-type div::after {
  display: none;
}
.page .list__item ul,
.page .list__item ol {
  line-height: 1.7;
}
.page .list__item ul.num {
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .page .list__item ul.num {
    padding-left: 1.375rem;
  }
}
.page .list__item ul.num li {
  list-style: decimal;
}
.page .list__item ul.dots {
  list-style: none;
}
.page .list__item ul.dots li {
  position: relative;
  padding-left: 1.2em;
}
.page .list__item ul.dots li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.page .list__item ol {
  list-style: lower-alpha;
  padding-left: 1em;
}
.page .list__item ol li {
  list-style: inherit !important;
}
.page .list__item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page .list__item dl dt {
  white-space: nowrap;
}
.page .list__item__tag {
  margin-bottom: 0.75rem;
}
.page .list__item__tag span {
  background: #F0F0F0;
  color: #222222;
  display: inline-block;
  font-size: clamp(14px, 1rem, 1rem);
  font-weight: 500;
  padding: 0.1875rem 0.625rem 0.25rem;
}
.page .news {
  background: none;
  margin-top: 1.5625rem;
}
.page .news::after {
  content: none;
}
.page .news h3 {
  font-size: clamp(14px, 1.125rem, 1.125rem);
  margin-bottom: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page .news h3 {
    margin-bottom: 2.5rem;
    font-size: clamp(13px, 1rem, 1rem);
    text-align: left;
  }
}
.page .news .news__list {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
}
.page .news .news__list .news__item {
  border-color: #BEBEBE;
}
.page .news .news__list .news__item a {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 767px) {
  .page .news .news__list .news__date {
    font-size: clamp(13px, 1rem, 1rem);
  }
}
.page .news .news__list .news__title {
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .page .news .news__list .news__title {
    font-size: clamp(14px, 1.125rem, 1.125rem);
  }
}
.page .news .news__list .news__content {
  font-size: clamp(13px, 1rem, 1rem);
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page .page--detail {
  padding-top: 1.5625rem;
}
.page .page--detail .l-inner--wide {
  max-width: 62.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page .page--detail .l-inner--wide__maxsp {
    max-width: calc(500px + 2.5rem) !important;
  }
}
.page .page--detail__meta {
  margin-bottom: 1.5625rem;
}
.page .page--detail__meta span {
  color: #828282;
  display: block;
  font-size: clamp(13px, 1rem, 1rem);
  margin-bottom: 0.1875rem;
}
.page .page--detail__meta h2 {
  font-size: clamp(18px, 1.4375rem, 1.4375rem);
}
@media screen and (max-width: 767px) {
  .page .page--detail__meta h2 {
    font-size: clamp(16px, 1.25rem, 1.25rem);
  }
}
.page .page--detail__meta--cat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.625rem;
  padding: 0.625rem 0 0.4375rem;
}
.page .page--detail__meta--cat span {
  background: #F0F0F0;
  color: #000000;
  font-size: clamp(11px, 0.8125rem, 0.8125rem);
  padding: 0.3125rem 0.75rem;
}
.page .page--detail__image {
  margin-bottom: 1.875rem;
}
.page .page--detail__image img {
  aspect-ratio: 1000/400;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .page .page--detail__image img {
    aspect-ratio: 365/145;
  }
}
.page .page--detail__contents {
  color: #666666;
}
.page .page--detail__contents p {
  font-size: clamp(13px, 1rem, 1rem);
  margin-bottom: 1em;
}
.page .page--detail__contents p + p {
  margin-top: 1.5625rem;
}
.page .page--detail__contents ul {
  margin-bottom: 1em;
}
.page .page--detail__contents ul li {
  position: relative;
  padding-left: 1.5em;
  padding-bottom: 0.5em;
}
.page .page--detail__contents ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.page .page--detail__contents ol {
  margin-bottom: 1em;
  padding-left: 1.5em;
}
.page .page--detail__contents ol li {
  list-style: decimal;
  padding-bottom: 0.5em;
}
.page .page--detail__contents a {
  text-decoration: underline;
}
.page .page--detail__contents b {
  font-weight: 500;
}
.page .page--detail__contents h3 {
  color: #222222;
  font-size: clamp(16px, 1.25rem, 1.25rem);
  font-family: "Noto Sans JP", sans-serif;
  padding: 0.75rem 1.5625rem 0.75rem 1.5625rem;
  border-left: 0.4375rem solid #606060;
  border-bottom: 1px solid #606060;
  letter-spacing: 0.05em;
  margin-bottom: 1.5625rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .page .page--detail__contents h3 {
    font-size: clamp(14px, 1.125rem, 1.125rem);
    padding: 0.5rem 1.5625rem 0.625rem 1.5625rem;
  }
}
.page.page-ones .check {
  background: #F9F9F9;
}
.page.page-ones .relation-product {
  background: #F4F4F6;
  max-width: 40rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page.page-ones .relation-product {
    width: 100%;
  }
}
.page.page-ones .relation-product__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(100% - 10.9375rem) 10.9375rem;
  grid-template-columns: calc(100% - 10.9375rem) 10.9375rem;
  padding: 2.125rem 4.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page.page-ones .relation-product__inner {
    padding: 1.5625rem 1.375rem;
    -ms-grid-columns: 71.5% 29.5%;
    grid-template-columns: 71.5% 29.5%;
    max-width: 25rem;
  }
}
.page.page-ones .relation-product__text {
  text-align: left;
}
.page.page-ones .relation-product__text > p {
  font-size: clamp(14px, 1.125rem, 1.125rem);
}
@media screen and (max-width: 767px) {
  .page.page-ones .relation-product__text > p {
    font-size: clamp(12px, 3.9800995025vw, 1rem);
  }
}
.page.page-ones .relation-product__text > p small {
  display: block;
  font-size: clamp(11px, 0.8125rem, 0.8125rem);
  margin-bottom: 0.3125rem;
}
.page.page-ones .relation-product__text .u-btn__wrapper {
  width: 13.0625rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .page.page-ones .relation-product__text .u-btn__wrapper {
    margin-top: 0rem;
    max-width: 100%;
  }
}
.page.page-ones .relation-product__text .u-btn__wrapper .u-btn {
  width: 100%;
  place-content: space-between;
}
.page.page-ones .sns {
  background: #F9F9F9;
}
@media screen and (max-width: 767px) {
  .page.page-ones .sns .l-inner--wide {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .page.page-ones .sns .l-inner {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .page.page-ones .sns .column__text {
    padding: 0 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .page.page-ones .sns h3 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page.page-ones .sns h3 img {
  width: 5.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page.page-ones .sns .u-btn__wrapper {
    max-width: 500px;
    margin: 0 auto;
  }
}
.page.page-ones .sns .u-btn__wrapper .u-btn {
  padding: 0.9rem 1rem 1rem;
  gap: 0.9375rem;
}
.page.page-ones .sns iframe {
  display: block;
}
@media screen and (max-width: 767px) {
  .page.page-ones .sns iframe {
    margin-bottom: 1.875rem;
  }
}
.page.page-ones .guide {
  background: rgba(190, 175, 158, 0.5);
  position: relative;
}
.page.page-ones .guide::after {
  content: "";
  background: #F6AC19;
  width: 4.375rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .page.page-ones .guide::after {
    width: 0.625rem;
  }
}
.page.page-ones .guide h3 {
  font-family: "Jost", "Noto Sans JP", sans-serif;
}
.page.page-ones .guide__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 1.5625rem) 3.125rem calc(50% - 1.5625rem);
  grid-template-columns: calc(50% - 1.5625rem) calc(50% - 1.5625rem);
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .page.page-ones .guide__item {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.page.page-ones .guide__item h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 1.125rem, 1.125rem);
  border-bottom: 1px solid #8B8B8B;
  padding-bottom: 0.9375rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .page.page-ones .guide__item h4 {
    margin-bottom: 1.5625rem;
  }
}
.page.page-ones .guide__item p {
  font-size: clamp(13px, 1rem, 1rem);
  line-height: 1.6;
}
.page.page-ones .guide__item p + p {
  margin-top: 1.5625rem;
}
.page.page-ones .guide__item .u-btn__wrapper {
  margin-top: 1.5625rem;
  place-content: baseline;
}
@media screen and (max-width: 767px) {
  .page.page-ones .guide__item .u-btn__wrapper {
    margin-top: 1.875rem;
  }
}
.page.page-ones .guide__item .u-btn__wrapper .u-btn {
  width: 13.0625rem;
  place-content: space-between;
}
.page.page-ones .guide__item + .guide__item {
  margin-top: 2.8125rem;
}
.page.page-ones .review {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .page.page-ones .review h3 {
    padding-left: calc((100% - 500px) / 2);
  }
}
.page.page-ones .review {
  /* 外側：横スクロール領域 */
}
.page.page-ones .review .reviewSlider {
  max-width: calc(100% - (100% - 75.875rem) / 2);
  margin: 0 0 0 auto;
  overflow: hidden; /* 外側は隠す */
}
@media screen and (max-width: 1414px) {
  .page.page-ones .review .reviewSlider {
    max-width: calc(100% - 6.25rem);
  }
}
@media screen and (max-width: 767px) {
  .page.page-ones .review .reviewSlider {
    max-width: calc(100% - (100% - 500px) / 2);
  }
}
@media screen and (max-width: 540px) {
  .page.page-ones .review .reviewSlider {
    max-width: calc(100% - 1.25rem);
  }
}
.page.page-ones .review {
  /* 内側：横並びトラック */
}
.page.page-ones .review .reviewSlider__track {
  padding-bottom: 2.0625rem;
}
.page.page-ones .review .reviewCard {
  background: #F9F9F9;
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .page.page-ones .review .reviewCard {
    width: 100%;
    padding: 1.875rem;
  }
}
.page.page-ones .review .reviewCard__block {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
  -ms-grid-columns: 1fr 1.25rem 1fr 1.25rem 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .page.page-ones .review .reviewCard__block {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 0.9375rem;
  }
}
.page.page-ones .review .reviewCard__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  margin-top: 2.5rem;
}
.page.page-ones .review .reviewCard__pager__inner {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  place-content: center;
  gap: 10px;
}
.page.page-ones .review .reviewCard__pager .num {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  place-content: center;
  color: #666666;
  font-weight: 400;
}
.page.page-ones .review .reviewCard__pager .num.current {
  color: #222222;
  background: #F0F0F0;
  font-weight: 500;
}
.page.page-ones .review .reviewCard__pager .prev,
.page.page-ones .review .reviewCard__pager .next {
  width: 18px;
  height: 28px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page.page-ones .review .reviewCard__pager .prev::before,
.page.page-ones .review .reviewCard__pager .next::before {
  content: "";
  width: 8px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13' viewBox='0 0 8 13' fill='none'%3E%3Cpath d='M6.70709 0.353516L0.707092 6.35352L6.70709 12.3535' stroke='%23222222'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.page.page-ones .review .reviewCard__pager .next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page.page-ones .review .reviewCard__ttl {
  font-size: clamp(13px, 1rem, 1rem);
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 1.25rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .page.page-ones .review .reviewCard__ttl {
    margin-bottom: 0.9375rem;
  }
}
.page.page-ones .review .reviewCard__txt {
  font-size: clamp(13px, 1rem, 1rem);
}
.page.page-ones .review .reviewCard__meta {
  margin-top: 0.9375rem;
}
.page.page-ones .review .reviewCard__meta .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.page.page-ones .review .reviewCard__meta .stars .star {
  color: #C7C7C7;
  font-size: clamp(14px, 1.125rem, 1.125rem);
}
.page.page-ones .review .reviewCard__meta .stars .star.is-on {
  color: #F6AC19;
}
.page.page-ones .review .reviewCard__meta .reviewCard__by {
  font-size: clamp(13px, 1rem, 1rem);
  color: #000000;
  margin-top: 0.9375rem;
}
.page.page-ones .review .u-btn__wrapper {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .page.page-ones .review .u-btn__wrapper {
    max-width: 540px;
  }
}
@media screen and (max-width: 767px) {
  .page.page-ones .review .u-btn__wrapper .u-btn {
    margin-left: 0;
  }
}
.page.page-ones .review .swiper-scrollbar {
  max-width: 52.5625rem;
  margin-left: 11.25rem;
  height: 1px;
}
@media screen and (max-width: 1414px) {
  .page.page-ones .review .swiper-scrollbar {
    max-width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .page.page-ones .review .swiper-scrollbar {
    margin-left: auto;
    max-width: calc(100% - (100% - 500px));
  }
}
@media screen and (max-width: 540px) {
  .page.page-ones .review .swiper-scrollbar {
    max-width: calc(100% - 2.5rem);
  }
}
.page.page-ones .review .swiper-scrollbar .swiper-scrollbar-drag {
  height: 2px;
}
.page.page-ones .review__input {
  max-width: 37.5rem;
  margin: 0 auto;
  font-size: clamp(13px, 1rem, 1rem);
}
.page.page-ones .review__input dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #BEBEBE;
  padding: 1.5625rem 0;
}
@media screen and (max-width: 767px) {
  .page.page-ones .review__input dl {
    display: -ms-grid;
    display: grid;
    gap: 0.9375rem;
  }
}
.page.page-ones .review__input dl:first-of-type {
  padding-top: 0;
}
.page.page-ones .review__input dl dt {
  width: 8rem;
}
@media screen and (max-width: 767px) {
  .page.page-ones .review__input dl dt {
    width: 100%;
  }
}
.page.page-ones .review__input dl dt span {
  color: #FF0000;
}
.page.page-ones .review__input dl dd {
  width: calc(100% - 8rem);
}
@media screen and (max-width: 767px) {
  .page.page-ones .review__input dl dd {
    width: 100%;
  }
}
.page.page-ones .review__input dl dd p {
  color: #666666;
  font-size: 13px;
  margin-top: 0.625rem;
}
.page.page-ones .review__input dl input {
  border: 1px solid #BEBEBE;
  width: 100%;
  height: 2.6875rem;
  padding: 0 0.625rem;
}
.page.page-ones .review__input dl select {
  border: 1px solid #BEBEBE;
  color: #F6AC19;
  height: 2.6875rem;
  padding: 0 0.625rem;
  text-align: center;
}
.page.page-ones .review__input dl textarea {
  border: 1px solid #BEBEBE;
  width: 100%;
  padding: 0.625rem 0.625rem;
  height: 8.75rem;
}
.page.page-ones .review__input dl.review__input--name, .page.page-ones .review__input dl.review__input--title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.page.page-ones .review__confirm .reviewCard {
  margin: 0 auto;
}
.page.page-ones .review__confirm .reviewCard {
  max-width: 23.75rem;
}
@media screen and (max-width: 767px) {
  .page.page-ones .review__confirm .reviewCard {
    max-width: 100%;
  }
}
.page.page-ones .product-detail {
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .page.page-ones .product-detail {
    padding-top: 1.5625rem;
  }
}
.page.page-ones .product-detail__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 41.7% 49.916%;
  grid-template-columns: 41.7% 49.916%;
  place-content: space-between;
}
@media screen and (max-width: 767px) {
  .page.page-ones .product-detail__item {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}
.page.page-ones .product-detail__item--image {
  overflow: hidden;
  position: relative;
}
.page.page-ones .product-detail__item--image .card--image-tag {
  position: absolute;
  left: 0.625rem;
  top: 0.625rem;
  width: auto;
  height: 30px;
}
.page.page-ones .product-detail__item--image .card--image-tag img {
  width: auto;
  height: 100%;
  aspect-ratio: unset;
}
.page.page-ones .product-detail__item--image .swiper-container {
  position: relative;
}
.page.page-ones .product-detail__item--image .swiper-button-next, .page.page-ones .product-detail__item--image .swiper-button-prev {
  width: 2.5rem;
  height: 2.5rem;
  color: transparent;
  top: calc(50% + 1.25rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page.page-ones .product-detail__item--image .swiper-button-next svg, .page.page-ones .product-detail__item--image .swiper-button-prev svg {
  width: clamp(8px, 0.5291005291vw, 12px);
  height: clamp(16px, 1.0582010582vw, 20px);
}
.page.page-ones .product-detail__item--image .swiper-button-next {
  right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .page.page-ones .product-detail__item--image .swiper-button-next {
    right: 0rem;
  }
}
.page.page-ones .product-detail__item--image .swiper-button-prev {
  left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .page.page-ones .product-detail__item--image .swiper-button-prev {
    left: 0rem;
  }
}
.page.page-ones .product-detail__item--image .slider-thumbnail {
  margin-top: 0.9375rem;
}
.page.page-ones .product-detail__item--image .slider-thumbnail .swiper-slide {
  cursor: pointer;
  position: relative;
}
.page.page-ones .product-detail__item--image .slider-thumbnail .swiper-slide .card--image-tag {
  position: absolute;
  left: 0.625rem;
  top: 0.625rem;
  width: auto;
  height: 0.9375rem;
}
.page.page-ones .product-detail__item--image .slider-thumbnail .swiper-slide .card--image-tag img {
  width: auto;
  height: 100%;
  aspect-ratio: unset;
}
.page.page-ones .product-detail__item--image .slider-thumbnail .swiper-slide-thumb-active {
  position: relative;
  cursor: auto;
}
.page.page-ones .product-detail__item--image .slider-thumbnail .swiper-slide-thumb-active::before {
  background: rgba(52, 52, 52, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page.page-ones .product-detail__item .product-tag {
  font-size: clamp(13px, 0.875rem, 0.875rem);
  display: block;
  font-weight: 500;
}
.page.page-ones .product-detail__item .product-description {
  margin-top: 0.5rem;
  font-size: clamp(13px, 0.875rem, 0.875rem);
  display: block;
}
.page.page-ones .product-detail__item .product-title {
  margin-top: 1.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(20px, 1.4375rem, 1.4375rem);
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page.page-ones .product-detail__item .product-title {
    font-size: clamp(17px, 1.25rem, 1.25rem);
    margin-bottom: 1.875rem;
    margin-top: 1.25rem;
  }
}
.page.page-ones .product-detail__item .product-title small {
  margin-top: 0.4375rem;
  display: block;
  font-weight: 400;
  font-size: clamp(17px, 1.25rem, 1.25rem);
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .page.page-ones .product-detail__item .product-title small {
    font-size: clamp(15px, 1.125rem, 1.125rem);
  }
}
.page.page-ones .product-detail__item .product-price {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .page.page-ones .product-detail__item .product-price {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }
}
.page.page-ones .product-detail__item .product-price__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1250px) {
  .page.page-ones .product-detail__item .product-price__item {
    row-gap: 0.625rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page.page-ones .product-detail__item .product-price__item {
    row-gap: 0.625rem;
  }
}
.page.page-ones .product-detail__item .product-price__item + .product-price__item {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #BEBEBE;
}
@media screen and (max-width: 767px) {
  .page.page-ones .product-detail__item .product-price__item + .product-price__item {
    margin-top: 1.5625rem;
    padding-top: 1.5625rem;
  }
}
.page.page-ones .product-detail__item .product-price__item > div {
  max-width: 16.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1441px) {
  .page.page-ones .product-detail__item .product-price__item > div {
    max-width: 15rem;
  }
}
@media screen and (max-width: 1250px) {
  .page.page-ones .product-detail__item .product-price__item > div {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page.page-ones .product-detail__item .product-price__item > div {
    max-width: 16.25rem;
    width: 16.25rem;
    margin: 0 auto;
  }
}
.page.page-ones .product-detail__item .product-price__item span b {
  font-family: "Jost", sans-serif;
  font-size: 1.5625rem;
  font-weight: 500;
}
.page.page-ones .product-detail__item .product-price__item span b span {
  font-size: clamp(12px, 0.9375rem, 0.9375rem);
}
.page.page-ones .product-detail__item .product-price__item span small {
  font-size: clamp(10px, 0.8125rem, 0.8125rem);
  color: #828282;
}
.page.page-ones .product-detail__item .product-price__item .u-btn {
  max-width: 15.9375rem;
}
@media screen and (max-width: 1250px) {
  .page.page-ones .product-detail__item .product-price__item .u-btn {
    max-width: 80%;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .page.page-ones .product-detail__item .product-price__item .u-btn {
    margin: 0 auto;
  }
}
.page.page-ones .product-detail__item .product-quantity {
  margin-top: 1.875rem;
  margin-bottom: 0.4375rem;
  font-size: clamp(12px, 0.8125rem, 0.8125rem);
  color: #828282;
  letter-spacing: -0.02em;
}
.page.page-ones .product-detail__item .product-explanation__item {
  border-bottom: 1px solid #BEBEBE;
  padding-top: 1.4375rem;
  padding-bottom: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .page.page-ones .product-detail__item .product-explanation__item {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .page.page-ones .product-detail__item .product-explanation__item:first-of-type {
    border-top: 1px solid #BEBEBE;
    margin-top: 1.5625rem;
  }
}
.page.page-ones .product-detail__item .product-explanation__item__title {
  font-size: clamp(17px, 1.25rem, 1.25rem);
}
@media screen and (max-width: 767px) {
  .page.page-ones .product-detail__item .product-explanation__item__title {
    font-size: clamp(15px, 1.125rem, 1.125rem);
  }
}
.page.page-ones .product-detail__item .product-explanation__item__title {
  line-height: 1.5;
}
.page.page-ones .product-detail__item .product-explanation__item__title i {
  width: 1.875rem;
}
.page.page-ones .product-detail__item .product-explanation__item__content {
  padding-top: 1.875rem;
  font-size: clamp(13px, 1rem, 1rem);
}
@media screen and (max-width: 767px) {
  .page.page-ones .product-detail__item .product-explanation__item__content {
    padding-top: 0.9375rem;
  }
}
.page.page-ones .product-detail__item .product-explanation__item__content p + p {
  margin-top: 1em;
}
.page.page-ones h2.u-ttl-02 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(22px, 1.9375rem, 1.9375rem);
  position: relative;
  margin-bottom: 2.1875rem;
  padding-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page.page-ones h2.u-ttl-02 {
    font-size: clamp(16px, 1.25rem, 1.25rem);
    margin-bottom: 1.25rem;
  }
}
.page.page-ones h2.u-ttl-02 span {
  padding-bottom: 1.875rem;
  display: inline-block;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page.page-ones h2.u-ttl-02 span {
    padding-bottom: 0.9375rem;
    line-height: 1.6;
    display: block;
  }
}
.page.page-ones h2.u-ttl-02 span::before {
  content: "";
  height: 2px;
  width: 6.25rem;
  background: #F6AC19;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.page.page-ones .u-btn__large {
  background: #fff;
  font-size: clamp(16px, 1.25rem, 1.25rem);
  border-color: #F6AC19;
  padding: 1.625rem 1.875rem 1.5625rem;
}
@media screen and (max-width: 767px) {
  .page.page-ones .u-btn__large {
    font-size: clamp(13px, 1rem, 1rem);
    padding: 1.3125rem 1.5625rem 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .page.page-ones .l-inner--wide {
    padding: 0 1.25rem;
  }
}
.page.page-ones .column__text {
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: clamp(16px, 1.25rem, 1.25rem);
}
@media screen and (max-width: 767px) {
  .page.page-ones .column__text {
    font-size: clamp(14px, 1rem, 1rem);
    text-align: left;
    margin-bottom: 1.875rem;
  }
}
.page.page-ones {
  /*==================
   はじめての方へ
  ===================*/
}
.page.page-ones .guide-intro {
  padding-top: 1.875rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .page.page-ones .guide-intro {
    padding-top: 1.5625rem;
    padding-bottom: 3.125rem;
  }
}
.page.page-ones .guide-intro .u-ttl {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page.page-ones .guide-intro .u-ttl {
    text-align: left;
    padding-bottom: 1.25rem;
  }
}
.page.page-ones .guide-intro__txt {
  color: #666666;
  line-height: 2;
  text-align: center;
  font-size: clamp(14px, 1rem, 1rem);
}
@media screen and (max-width: 767px) {
  .page.page-ones .guide-intro__txt {
    color: #222222;
    font-size: clamp(13px, 0.9375rem, 0.9375rem);
    text-align: left;
  }
}
.page.page-ones .guide-intro__txt p + p {
  margin-top: 1.3125rem;
}
.page.page-ones .guide-intro-btn__wrapper {
  margin-top: 2.8125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page.page-ones .guide-intro-btn__wrapper {
    margin-top: 1.875rem;
  }
}
.page.page-ones .guide-intro-btn__wrapper .u-btn {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .page.page-ones .guide-intro-btn__wrapper .u-btn {
    margin-top: 0.625rem;
  }
}
.page.page-ones .benefit {
  padding-top: 3.75rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .page.page-ones .benefit {
    padding-top: 3.125rem;
    padding-bottom: 3.375rem;
  }
}
.page.page-ones .benefit-list {
  max-width: 71.875rem;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 2.5rem) 5rem calc(50% - 2.5rem);
  grid-template-columns: calc(50% - 2.5rem) calc(50% - 2.5rem);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page.page-ones .benefit-list {
    row-gap: 2.5rem;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.page.page-ones .benefit-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .page.page-ones .benefit-list li {
    width: 100%;
  }
}
.page.page-ones .benefit-ttl {
  text-align: center;
  letter-spacing: 0.005em;
  font-size: 1.75rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page.page-ones .benefit-ttl {
    font-size: 1.5rem;
  }
}
.page.page-ones .benefit-card {
  border: 1rem solid #F6AC19;
  margin-top: 0.9375rem;
  padding: 1.8125rem 1.25rem 2.1875rem;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .page.page-ones .benefit-card {
    border: 0.5rem solid #F6AC19;
    padding: 1.875rem;
  }
}
.page.page-ones .benefit-card-01 {
  font-size: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 0.625rem;
  letter-spacing: 0.005em;
  font-size: clamp(23px, 1.5625rem, 1.5625rem);
}
@media screen and (max-width: 767px) {
  .page.page-ones .benefit-card-01 {
    font-size: clamp(15px, 1.0625rem, 1.0625rem);
  }
}
.page.page-ones .benefit-card-01 .en {
  font-size: 3.0625rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page.page-ones .benefit-card-01 .en {
    font-size: 2.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .page.page-ones .benefit-card-01 .en .unit {
    font-size: clamp(15px, 1.0625rem, 1.0625rem);
  }
}
.page.page-ones .benefit-card-01 .underline {
  font-weight: 600;
  font-size: 1.9375rem;
  line-height: 1.6;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6a400), to(#f6a400));
  background-image: linear-gradient(#f6a400, #f6a400);
  background-size: 100% 4px;
  background-position: 0 calc(100% - 5px);
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .page.page-ones .benefit-card-01 .underline {
    font-size: 1.5rem;
  }
}
.page.page-ones .benefit-card-01 small {
  font-size: clamp(18px, 1.25rem, 1.25rem);
}
@media screen and (max-width: 767px) {
  .page.page-ones .benefit-card-01 small {
    font-size: clamp(14px, 1rem, 1rem);
  }
}
.page.page-ones .benefit-card-02 {
  font-size: clamp(18px, 1.25rem, 1.25rem);
}
@media screen and (max-width: 767px) {
  .page.page-ones .benefit-card-02 {
    font-size: clamp(17px, 1.1875rem, 1.1875rem);
  }
}
.page.page-ones .benefit-card-02 .underline {
  font-weight: 600;
  letter-spacing: 0.005em;
  font-size: 1.9375rem;
  line-height: 1.2;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6a400), to(#f6a400));
  background-image: linear-gradient(#f6a400, #f6a400);
  background-size: 100% 4px;
  background-position: 0 calc(100% - 5px);
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .page.page-ones .benefit-card-02 .underline {
    font-size: 1.5rem;
  }
}
.page.page-ones .benefit-card-02 .en {
  font-size: 3.0625rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page.page-ones .benefit-card-02 .en {
    font-size: 1.875rem;
  }
}
.page.page-ones .benefit-card-02 p {
  line-height: 1.6;
  letter-spacing: 0.003em;
  margin-top: 0.625rem;
  font-size: clamp(11px, 0.8125rem, 0.8125rem);
}
@media screen and (max-width: 767px) {
  .page.page-ones .benefit-card-02 p {
    text-align: left;
    max-width: 25rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.page.page-ones .try {
  background: #F9F9F9;
  padding: 4.375rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .page.page-ones .try {
    padding: 3.4375rem 0 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .page.page-ones .try .l-inner--wide {
    padding: 0;
  }
}
.page.page-ones .try .try__list {
  display: -ms-grid;
  display: grid;
  gap: 2.5rem;
  max-width: 71.875rem;
  margin: 0 auto 0;
  padding-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .page.page-ones .try .try__list {
    row-gap: 3.125rem;
    padding-top: 0.9375rem;
  }
}
.page.page-ones .try .try__list__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 1.5625rem) 3.125rem calc(50% - 1.5625rem);
  grid-template-columns: calc(50% - 1.5625rem) calc(50% - 1.5625rem);
  gap: 3.125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page.page-ones .try .try__list__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
  }
}
.page.page-ones .try .try__list__item__contents__ttl p {
  font-size: clamp(14px, 1rem, 1rem);
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .page.page-ones .try .try__list__item__contents__ttl p {
    font-size: clamp(11px, 0.8125rem, 0.8125rem);
  }
}
.page.page-ones .try .try__list__item__contents__ttl h3 {
  font-size: clamp(20px, 1.5625rem, 1.5625rem);
  margin-bottom: 1.25rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .page.page-ones .try .try__list__item__contents__ttl h3 {
    font-size: clamp(16px, 1.125rem, 1.125rem);
    margin-bottom: 0;
  }
}
.page.page-ones .try .try__list__item__contents__link {
  background: #fff;
  border-radius: 0.625rem;
  padding: 2.1875rem 4.375rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 1.5625rem) 3.125rem calc(50% - 1.5625rem);
  grid-template-columns: calc(50% - 1.5625rem) calc(50% - 1.5625rem);
  gap: 3.125rem;
}
@media screen and (max-width: 1441px) {
  .page.page-ones .try .try__list__item__contents__link {
    padding: 2.1875rem 1.875rem;
  }
}
@media screen and (max-width: 1025px) {
  .page.page-ones .try .try__list__item__contents__link {
    -ms-grid-columns: calc(50% - 0.9375rem) 1.875rem calc(50% - 0.9375rem);
    grid-template-columns: calc(50% - 0.9375rem) calc(50% - 0.9375rem);
    gap: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .page.page-ones .try .try__list__item__contents__link {
    padding: 0;
    background: transparent;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
  }
}
.page.page-ones .try .try__list__item__contents__link > *:only-child {
  grid-column: 1/-1;
  -ms-grid-column-align: center;
      justify-self: center;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .page.page-ones .try .try__list__item__contents__link > *:only-child {
    width: 100%;
  }
}
.page.page-ones .try .try__list__item__contents__link > *:only-child h4 {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .page.page-ones .try .try__list__item__contents__link > *:only-child h4 {
    white-space: normal;
  }
}
.page.page-ones .try .try__list__item__contents__link__item {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page.page-ones .try .try__list__item__contents__link__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 46.5% 1.5625rem 47.6%;
    grid-template-columns: 46.5% 47.6%;
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page.page-ones .try .try__list__item__contents__link__item img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .page.page-ones .try .try__list__item__contents__link__item img {
    aspect-ratio: 170/210;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
}
.page.page-ones .try .try__list__item__contents__link__item h4 {
  font-weight: 500;
  font-size: clamp(13px, 1rem, 1rem);
  padding: 0.9375rem 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .page.page-ones .try .try__list__item__contents__link__item h4 {
    text-align: left;
    padding-top: 0;
  }
}
.page.page-ones .try .try__list__item__contents__link__item h4 small {
  display: block;
  font-size: clamp(10px, 0.8125rem, 0.8125rem);
  font-weight: 400;
}
.page.page-ones .try .try__list__item__contents__link__item p {
  font-size: clamp(10px, 0.75rem, 0.75rem);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .page.page-ones .try .try__list__item__contents__link__item p {
    text-align: left;
    font-size: clamp(10px, 0.6875rem, 0.6875rem);
  }
}
.page.page-ones .try .try__list__item__contents__link__item p span {
  font-size: clamp(16px, 1.25rem, 1.25rem);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  position: relative;
  margin-left: 0.25rem;
}
.page.page-ones .try .try__list__item__contents__link__item p span::before {
  content: "";
  height: 1px;
  width: 100%;
  background: #222222;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(-50, -50%);
          transform: translate(-50, -50%);
}
.page.page-ones .try .try__list__item__contents__link__item p small {
  font-size: 10px;
  color: #828282;
}
.page.page-ones .try .try__list__item__contents__link__item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin-top: 0.3125rem;
}
.page.page-ones .try .try__list__item__contents__link__item dl dt {
  font-size: clamp(10px, 1rem, 1rem);
  white-space: nowrap;
  line-height: 1.2;
}
.page.page-ones .try .try__list__item__contents__link__item dl dd {
  font-size: clamp(16px, 1.5625rem, 1.5625rem);
  position: relative;
  line-height: 1;
}
.page.page-ones .try .try__list__item__contents__link__item dl dd::before {
  content: "";
  background: #F6AC19;
  height: 0.375rem;
  position: absolute;
  bottom: 0.125rem;
  left: 0;
  width: 100%;
}
.page.page-ones .try .try__list__item__contents__link__item dl dd b {
  font-size: clamp(20px, 2.5rem, 2.5rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page.page-ones .try .try__list__item__contents__link__item dl dd b {
    font-size: clamp(20px, 2.0625rem, 2.0625rem);
  }
}
.page.page-ones .try .try__list__item__contents__link__item dl dd span {
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page.page-ones .try .try__list__item__contents__link__item dl dd span {
    font-size: clamp(15px, 1.3125rem, 1.3125rem);
  }
}
.page.page-ones .try .try__list__item__contents__link__item dl dd span .percentage {
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .page.page-ones .try .try__list__item__contents__link__item dl dd span .percentage {
    font-size: clamp(13px, 1.125rem, 1.125rem);
  }
}
.page.page-ones .try .try__list__item__contents__link__item .u-btn {
  width: 100%;
  margin-top: 1.25rem;
}
.page.page-ones .reason {
  padding: 4.375rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .page.page-ones .reason {
    padding: 3.4375rem 0 3.75rem;
  }
}
.page.page-ones .reason h3 {
  font-size: clamp(20px, 1.5rem, 1.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  gap: 1.25rem;
  place-content: center;
  line-height: 1;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .page.page-ones .reason h3 {
    line-height: 1.6;
    font-size: clamp(14px, 1rem, 1rem);
    gap: 0.9375rem;
    margin-bottom: 0rem;
    text-align: left;
    place-content: baseline;
  }
  .page.page-ones .reason h3:has(.disp-sp) {
    margin-bottom: 0.625rem;
  }
}
@media screen and (max-width: 376px) {
  .page.page-ones .reason h3 {
    font-size: clamp(14px, 1.125rem, 1.125rem);
  }
}
.page.page-ones .reason h3 span {
  color: #F6AC19;
  font-weight: 400;
  font-size: clamp(40px, 3.0625rem, 3.0625rem);
}
@media screen and (max-width: 767px) {
  .page.page-ones .reason h3 span {
    font-size: clamp(28px, 2.0625rem, 2.0625rem);
  }
}
@media screen and (max-width: 767px) {
  .page.page-ones .reason .l-inner--wide {
    padding: 0;
  }
}
.page.page-ones .reason .reason__list {
  max-width: 58.75rem;
  margin: 0 auto;
}
.page.page-ones .reason .reason__list__item {
  margin-bottom: 1.875rem;
}
.page.page-ones .rank {
  background: #F9F9F9;
  padding: 4.0625rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .page.page-ones .rank {
    padding: 3.125rem 0 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .page.page-ones .rank .l-inner--wide {
    padding: 0;
  }
}
.page.page-ones .rank .rank__list {
  max-width: 39.0625rem;
  margin: 0 auto;
  padding-top: 0.625rem;
}
.page.page-ones .rank .rank__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .page.page-ones .rank .rank__list dl {
    gap: 1.25rem;
  }
}
.page.page-ones .rank .rank__list dl + dl {
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .page.page-ones .rank .rank__list dl + dl {
    margin-top: 1.5625rem;
  }
}
.page.page-ones .rank .rank__list dl dt {
  display: block;
  text-align: center;
}
.page.page-ones .rank .rank__list dl dt small {
  display: block;
  font-size: clamp(10px, 0.8125rem, 0.8125rem);
  line-height: 1;
  margin-bottom: 0.1875rem;
}
.page.page-ones .rank .rank__list dl dt span {
  display: block;
  font-size: clamp(30px, 2.4375rem, 2.4375rem);
  color: #F6AC19;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page.page-ones .rank .rank__list dl dt span {
    font-size: clamp(30px, 2.1875rem, 2.1875rem);
  }
}
.page.page-ones .rank .rank__list dl dd p {
  font-size: clamp(14px, 1rem, 1rem);
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .page.page-ones .rank .rank__list dl dd p {
    font-size: clamp(13px, 0.9375rem, 0.9375rem);
  }
}
.page.page-ones .rank .rank__list dl dd p b {
  font-size: clamp(20px, 1.5rem, 1.5rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page.page-ones .rank .rank__list dl dd p b {
    font-size: clamp(14px, 1rem, 1rem);
  }
}
.page.page-ones .rank .rank__list dl dd p + p {
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .page.page-ones .rank .rank__list dl dd p + p {
    margin-top: 0.1875rem;
  }
}
.page.page-ones .rank .rank__list-02 {
  max-width: 60rem;
  display: -ms-grid;
  display: grid;
  place-content: center;
  -ms-grid-columns: 1fr 1.875rem 1fr 1.875rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  margin: 3.75rem auto 0;
}
@media screen and (max-width: 767px) {
  .page.page-ones .rank .rank__list-02 {
    margin: 3.125rem auto 0;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 0.625rem;
  }
}
.page.page-ones .rank .rank__list-02__item {
  background: #fff;
  border-radius: 1.25rem;
  padding: 2.1875rem 1.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .page.page-ones .rank .rank__list-02__item {
    padding: 1.125rem 1.25rem 1.25rem;
  }
}
.page.page-ones .rank .rank__list-02__item h3 {
  text-align: center;
  font-size: clamp(16px, 1.25rem, 1.25rem);
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 1.375rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page.page-ones .rank .rank__list-02__item h3 {
    font-size: clamp(13px, 1rem, 1rem);
    margin-bottom: 1.0625rem;
  }
}
.page.page-ones .rank .rank__list-02__item h3 span {
  display: inline-block;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .page.page-ones .rank .rank__list-02__item h3 + div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-content: center;
    gap: 7.4626865672vw;
  }
}
@media screen and (max-width: 376px) {
  .page.page-ones .rank .rank__list-02__item h3 + div {
    gap: 4.9751243781vw;
  }
}
.page.page-ones .rank .rank__list-02__item.gold h3 span {
  border-bottom: 2px solid #F6CA19;
}
.page.page-ones .rank .rank__list-02__item.silver h3 span {
  border-bottom: 2px solid #A0B2BD;
}
.page.page-ones .rank .rank__list-02__item.bronze h3 span {
  border-bottom: 2px solid #C1A88A;
}
.page.page-ones .rank .rank__list-02__item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: space-between;
  font-size: clamp(13px, 1.25rem, 1.25rem);
  max-width: 11.5625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page.page-ones .rank .rank__list-02__item dl {
    font-size: clamp(11px, 3.7313432836vw, 0.9375rem);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .page.page-ones .rank .rank__list-02__item dl dt {
    margin-right: 0.9375rem;
  }
}
@media screen and (max-width: 376px) {
  .page.page-ones .rank .rank__list-02__item dl dt {
    margin-right: 0.5rem;
  }
}
.page.page-ones .rank .rank__list-02__item dl dd span {
  font-size: clamp(20px, 1.5625rem, 1.5625rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page.page-ones .rank .rank__list-02__item dl dd span {
    font-size: clamp(16px, 1.25rem, 1.25rem);
  }
}
.page.page-ones .rank .rank__list-02 + p {
  max-width: 60rem;
  margin: 0.9375rem auto 5rem;
}
@media screen and (max-width: 767px) {
  .page.page-ones .rank .rank__list-02 + p {
    margin: 0.625rem auto 3.125rem;
  }
}
.page.page-ones .sns {
  padding: 4.6875rem 0 5.3125rem;
}
@media screen and (max-width: 767px) {
  .page.page-ones .sns {
    padding: 2.8125rem 0 3.125rem;
  }
}
.page.page-ones .sns .u-btn__wrapper .u-btn svg {
  position: relative;
  top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .page.page-ones .column__ob {
    padding: 3.4375rem 0 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .page.page-ones .column__ob .l-inner--wide {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .page.page-ones .card__list {
    padding-top: 2.125rem;
  }
}
@media screen and (max-width: 767px) {
  .page.page-ones .recommend .card__list {
    padding-top: 0rem;
  }
}
.page .column .column__cat {
  background: #F0F0F0;
  padding-top: 0.09375rem;
  height: 1.4375rem;
}
.page .column #ctl00_ContentPlaceHolder1_lAlertMessage {
  text-align: center;
  display: block;
}
.page .faq__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.875rem;
}
@media screen and (max-width: 767px) {
  .page .faq__wrap {
    display: -ms-grid;
    display: grid;
    gap: 2.5rem;
    padding: 2.5rem 0rem 0;
  }
}
.page .faq__wrap .faq__cat {
  background: #F9F9F9;
  padding: 1.875rem;
  width: 18.5rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .page .faq__wrap .faq__cat {
    width: 100%;
  }
}
.page .faq__wrap .faq__cat__item + .faq__cat__item {
  margin-top: 2.5rem;
}
.page .faq__wrap .faq__cat__item__title {
  font-size: clamp(14px, 1.125rem, 1.125rem);
}
.page .faq__wrap .faq__cat__item__list {
  font-size: clamp(13px, 1rem, 1rem);
}
.page .faq__wrap .faq__cat__item__list a {
  padding: 1.25rem 0.625rem 1.25rem 0.625rem;
  width: 100%;
  border-bottom: 1px solid #C0C0C0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  place-content: space-between;
}
.page .faq__wrap .faq__cat__item__list a span {
  padding-right: 2.5rem;
}
.page .faq__wrap .faq__contents {
  width: calc(100% - 18.5rem - 4.875rem);
}
@media screen and (max-width: 767px) {
  .page .faq__wrap .faq__contents {
    width: 100%;
  }
}
.page .faq__wrap .faq__contents__title {
  background: #F9F9F9;
  height: 3.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  place-content: center;
  font-size: clamp(16px, 1.25rem, 1.25rem);
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .page .faq__wrap .faq__contents__title {
    margin-bottom: 1.25rem;
  }
}
.page .faq__wrap .faq__contents__item + .faq__contents__item {
  margin-top: 3.125rem;
}
.page .faq__wrap .faq__contents__item h3 {
  font-size: clamp(16px, 1.25rem, 1.25rem);
  font-family: "Noto Sans JP", sans-serif;
  padding: 0.625rem 1.5625rem 0.625rem 1.5625rem;
  border-left: 0.4375rem solid #606060;
  border-bottom: 1px solid #606060;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .page .faq__wrap .faq__contents__item h3 {
    padding: 0.625rem 1.25rem 0.8125rem 1.25rem;
    margin-bottom: 0.9375rem;
  }
}
.page .faq__wrap .faq__contents__item dl {
  border-bottom: 1px solid #BEBEBE;
  padding: 1.125rem 0 1.375rem;
}
.page .faq__wrap .faq__contents__item dl dt {
  font-size: clamp(14px, 1.125rem, 1.125rem);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  cursor: pointer;
  padding-right: 3.75rem;
}
.page .faq__wrap .faq__contents__item dl dt::before {
  content: "Q";
  font-family: "Jost", sans-serif;
  font-size: 1.9375rem;
  position: relative;
  top: 0.1875rem;
}
.page .faq__wrap .faq__contents__item dl dt i {
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  right: 0;
}
.page .faq__wrap .faq__contents__item dl dt i::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.0625rem);
  height: 1px;
  width: 100%;
  background: #222222;
}
.page .faq__wrap .faq__contents__item dl dt i::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.0625rem);
  height: 1px;
  width: 100%;
  background: #222222;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page .faq__wrap .faq__contents__item dl dt.open i::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.page .faq__wrap .faq__contents__item dl dd {
  color: #666666;
  font-size: clamp(12px, 0.9375rem, 0.9375rem);
  line-height: 1.5;
  padding-top: 1.25rem;
  padding-right: 3.75rem;
  position: relative;
  gap: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .page .faq__wrap .faq__contents__item dl dd {
    padding-right: 0rem;
    font-size: clamp(13px, 1rem, 1rem);
  }
}
.page .faq__wrap .faq__contents__item dl dd::before {
  content: "A";
  color: #222222;
  font-family: "Jost", sans-serif;
  font-size: 1.9375rem;
  position: relative;
  top: -0.625rem;
  height: 0em;
}
.page .faq__wrap .faq__contents__item dl dd .u-btn {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.page .faq__wrap .faq__contents__item dl dd .u-btn.last {
  margin-bottom: 0rem;
}
.page .faq__wrap .faq__contents img {
  max-width: 80%;
}
.page .faq__wrap + .u-btn__wrapper {
  display: -ms-grid;
  display: grid;
  gap: 0.9375rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .page .faq__wrap + .u-btn__wrapper {
    margin-top: 2.5rem;
  }
}
.page .faq__wrap + .u-btn__wrapper p {
  font-size: clamp(14px, 1rem, 1rem);
}

.page .category {
  padding-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .page .category {
    padding-top: 2.125rem;
  }
}
.page .category__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4.375rem;
     -moz-column-gap: 4.375rem;
          column-gap: 4.375rem;
}
@media screen and (max-width: 767px) {
  .page .category__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3.125rem;
  }
}
.page .category__inner .accordion__header {
  font-size: clamp(15px, 1.125rem, 1.125rem);
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .page .category__inner .accordion__header {
    cursor: none;
  }
}
.page .category__inner .accordion__header i {
  width: 1.5625rem;
}
@media (min-width: 768px) {
  .page .category__inner .accordion__header i {
    display: none;
  }
}
.page .category__inner .accordion__content {
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .page .category__inner .accordion__content {
    margin-top: 1.25rem;
  }
}
.page .category__search {
  width: 24.9%;
}
@media screen and (max-width: 767px) {
  .page .category__search {
    width: 100%;
  }
}
.page .category__search--cat {
  background-color: #F0F0F0;
  padding: 1.875rem;
}
@media screen and (max-width: 767px) {
  .page .category__search--cat {
    padding: 0.9375rem 1.25rem;
  }
}
@media (min-width: 768px) {
  .page .category__search--cat__inner.accordion__content {
    display: block !important;
  }
}
.page .category__search--cat a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.9375rem 0.625rem;
  line-height: 1;
  border-bottom: 1px solid #C0C0C0;
}
.page .category__search--cat a svg {
  width: 8px;
}
.page .category__search--brand {
  margin-top: 3.125rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media screen and (max-width: 1025px) {
  .page .category__search--brand {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .page .category__search--brand {
    margin-top: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #BEBEBE;
  }
}
@media (min-width: 768px) {
  .page .category__search--brand__inner.accordion__content {
    display: block !important;
  }
}
.page .category__search--brand__item {
  border-bottom: 1px solid #C0C0C0;
  padding-bottom: 0.9375rem;
}
.page .category__search--brand__item + .category__search--brand__item {
  margin-top: 0.9375rem;
}
.page .category__list {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .page .category__list {
    width: 100%;
  }
}
.page .category__list__title {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  font-size: clamp(15px, 1.125rem, 1.125rem);
  margin-bottom: 1.5625rem;
}
.page .category__list .card__list--col03 {
  gap: 3.125rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .page .category__list .card__list--col03 {
    gap: 2.5rem 1.25rem;
    -ms-grid-columns: calc(50% - 0.625rem) 1.25rem calc(50% - 0.625rem);
    grid-template-columns: repeat(2, calc(50% - 0.625rem));
  }
}

.page .law {
  padding-top: 1.5625rem;
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .page .law {
    padding-bottom: 5.625rem;
  }
}
.page .law .l-inner--wide {
  padding-left: 1.1875rem;
  padding-right: 1.1875rem;
}
.page .law__table {
  border: 1px solid #BEBEBE;
  border-collapse: collapse;
  width: 100%;
  max-width: 56.25rem;
  margin: 0 auto;
}
.page .law__table tr:not(:last-child) {
  border-bottom: 1px solid #BEBEBE;
}
.page .law__table th {
  border-right: 1px solid #BEBEBE;
  background-color: #F0F0F0;
  font-weight: 400;
  width: 26.2%;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  line-height: 1.18;
}
@media screen and (max-width: 767px) {
  .page .law__table th {
    width: 33.9%;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}
.page .law__table td {
  color: #666666;
  font-size: clamp(12px, 0.9375rem, 0.9375rem);
  width: 73.8%;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
@media screen and (max-width: 767px) {
  .page .law__table td {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    width: 66.1%;
  }
}
.page .law__table th, .page .law__table td {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}
.page .map {
  background-color: #F0F0F0;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .page .map {
    padding-top: 2.6875rem;
    padding-bottom: 2.4375rem;
  }
}
.page .map .l-inner--wide {
  padding-left: 1.1875rem;
  padding-right: 1.1875rem;
}
.page .map__wrap {
  margin-top: 1.875rem;
  border: 1px solid #959595;
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
}
.page .map iframe {
  width: 100%;
  aspect-ratio: 900/464;
  display: block;
}
@media screen and (max-width: 767px) {
  .page .map iframe {
    aspect-ratio: 365/278;
  }
}
.page .history.l-section {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .page .history.l-section {
    padding-top: 3.125rem;
    padding-bottom: 4.375rem;
  }
}
.page .history .l-inner--wide {
  padding-left: 1.1875rem;
  padding-right: 1.1875rem;
}
.page .history__list {
  margin-top: 2.9375rem;
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .page .history__list {
    margin-top: 2.5rem;
  }
}
.page .history__row {
  border-bottom: 1px solid #BEBEBE;
  padding-bottom: 1.25rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6.25rem auto;
  grid-template-columns: 6.25rem auto;
}
.page .history__row:not(:first-child) {
  padding-top: 1.25rem;
}
.page .history__row dt span {
  display: block;
  line-height: 1;
}
.page .history__row dt .ja {
  margin-top: 0.3125rem;
  font-size: clamp(10px, 0.8125rem, 0.8125rem);
  color: #666666;
}
.page .history__row dd {
  place-content: center;
  color: #666666;
  letter-spacing: 0.02em;
  line-height: 1.56;
}

.page .privacy {
  padding-top: 1.5625rem;
}
.page .privacy .privacy__item {
  color: #666666;
  font-size: clamp(13px, 1rem, 1rem);
}
.page .privacy .privacy__item + .privacy__item {
  margin-top: 3.125rem;
}
.page .privacy .privacy__item > div {
  margin-top: 0.625rem;
}
.page .privacy .privacy__item .page__title {
  margin-top: 0;
}
.page .privacy .privacy__item p {
  line-height: 1.6;
}
.page .privacy .privacy__item ul,
.page .privacy .privacy__item ol {
  line-height: 1.6;
}
.page .privacy .privacy__item ul.num {
  padding-left: 1em;
}
.page .privacy .privacy__item ul.num li {
  list-style: decimal;
}
.page .privacy .privacy__item ul.dots {
  list-style: none;
  padding-left: 0.5em;
}
.page .privacy .privacy__item ul.dots li {
  position: relative;
  padding-left: 1.2em;
}
.page .privacy .privacy__item ul.dots li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.page .privacy .privacy__item ol {
  list-style: lower-alpha;
  padding-left: 1em;
}
.page .privacy .privacy__item ol li {
  list-style: inherit !important;
}
.page .privacy .privacy__item .text-right {
  text-align: right;
  padding-top: 1.5625rem;
  line-height: 1.8;
}

.page .guide {
  padding-top: 1.5625rem;
  padding-bottom: 4.375rem;
}
.page .guide .guide__img-01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(33.33% - 1.25rem) 1.875rem calc(33.33% - 1.25rem) 1.875rem calc(33.33% - 1.25rem);
  grid-template-columns: calc(33.33% - 1.25rem) calc(33.33% - 1.25rem) calc(33.33% - 1.25rem);
  gap: 1.875rem;
  text-align: center;
  margin: 1.25rem 0 0.9375rem;
}
@media screen and (max-width: 767px) {
  .page .guide .guide__img-01 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.page .guide .guide__img-01__item {
  color: #222222;
  border: 0.3125rem solid #C1A88A;
  border-radius: 0.4375rem;
  padding: 2.5rem 0;
}
.page .guide .guide__img-01__item__inner .item-01 {
  font-size: clamp(16px, 1.25rem, 1.25rem);
  font-weight: 500;
  position: relative;
  padding-bottom: 0.625rem;
  margin-bottom: 0.9375rem;
}
.page .guide .guide__img-01__item__inner .item-01::before {
  content: "";
  background: #C1A88A;
  height: 3px;
  width: 6.5625rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page .guide .guide__img-01__item__inner .item-02 {
  font-size: clamp(14px, 1.125rem, 1.125rem);
  font-weight: 500;
  margin-bottom: 1.5625rem;
}
.page .guide .guide__img-01__item__inner .item-02 span {
  font-size: clamp(12px, 1rem, 1rem);
  font-weight: 400;
  display: block;
}
.page .guide .guide__img-01__item__inner .item-03 {
  width: 16.5625rem;
  max-width: calc(100% - 2.5rem);
  min-height: 180px;
  background: rgba(193, 168, 138, 0.3);
  border: 1px solid #C1A88A;
  border-radius: 0.625rem;
  padding: 0.9375rem 1.25rem 1.25rem 1.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page .guide .guide__img-01__item__inner .item-03 {
    width: calc(100% - 3.75rem);
    height: auto;
    min-height: auto;
    padding: 0.8125rem 1.25rem 1.25rem 1.25rem;
  }
}
.page .guide .guide__img-01__item__inner .item-03-01 {
  font-weight: 500;
  font-size: clamp(14px, 1.125rem, 1.125rem);
  border-bottom: 1px solid #C1A88A;
  padding-bottom: 0.4375rem;
  margin-bottom: 0.625rem;
}
.page .guide .guide__img-01__item__inner .item-03-02 {
  font-size: clamp(13px, 0.9375rem, 0.9375rem);
}
.page .guide .guide__img-01__item:nth-child(2) {
  border: 0.3125rem solid #A0B2BD;
}
.page .guide .guide__img-01__item:nth-child(2) .item-01::before {
  background: #A0B2BD;
}
.page .guide .guide__img-01__item:nth-child(2) .item-03 {
  background: rgba(160, 178, 189, 0.3);
  border: 1px solid #A0B2BD;
}
.page .guide .guide__img-01__item:nth-child(2) .item-03-01 {
  border-bottom: 1px solid #A0B2BD;
}
.page .guide .guide__img-01__item:nth-child(3) {
  border: 0.3125rem solid #F6CA19;
}
.page .guide .guide__img-01__item:nth-child(3) .item-01::before {
  background: #F6CA19;
}
.page .guide .guide__img-01__item:nth-child(3) .item-03 {
  background: rgba(246, 202, 25, 0.3);
  border: 1px solid #F6CA19;
}
.page .guide .guide__img-01__item:nth-child(3) .item-03-01 {
  border-bottom: 1px solid #F6CA19;
}
.page .guide .list__item__image-01 {
  margin-top: 0.9375rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .page .guide .list__item__image-01 {
    max-width: 18.3125rem;
    margin: 0.9375rem auto 0;
  }
}
.page .guide .list__item__image-02 {
  padding: 0.9375rem 0;
}

.page .l-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  max-width: 75.625rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .page .l-col2 {
    display: -ms-grid;
    display: grid;
    gap: 2.5rem;
    padding: 0 0rem;
  }
}
@media screen and (max-width: 767px) {
  .page .l-col2 figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
.page .l-col2.about-01 {
  gap: 4.375rem;
}
@media screen and (max-width: 767px) {
  .page .l-col2.about-01 {
    gap: 1.875rem;
  }
}
.page .l-col2.about-01 figure {
  width: 31.25rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .page .l-col2.about-01 figure {
    width: 100%;
  }
}
.page .l-col2.about-01 .statement__content {
  width: calc(100% - 31.25rem - 4.375rem);
}
@media screen and (max-width: 767px) {
  .page .l-col2.about-01 .statement__content .u-txt {
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .page .l-col2.about-01 .statement__title {
    text-align: left;
  }
}
.page .l-col2.about-02 figure, .page .l-col2.about-04 figure {
  width: 29.375rem;
}
@media screen and (max-width: 767px) {
  .page .l-col2.about-02 figure, .page .l-col2.about-04 figure {
    width: 100%;
  }
}
.page .l-col2.about-02 .statement__content, .page .l-col2.about-04 .statement__content {
  width: calc(100% - 29.375rem - 5rem);
}
@media screen and (max-width: 767px) {
  .page .l-col2.about-02 .statement__content .u-txt, .page .l-col2.about-04 .statement__content .u-txt {
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .page .l-col2.about-02 .statement__title, .page .l-col2.about-04 .statement__title {
    text-align: left;
  }
}
.page .l-col2.about-03 {
  max-width: 77.5rem;
  place-content: space-between;
}
@media screen and (max-width: 767px) {
  .page .l-col2.about-03 {
    place-content: unset;
    gap: 2.5rem;
  }
}
.page .l-col2.about-03 figure {
  width: 31.25rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .page .l-col2.about-03 figure {
    width: 100%;
  }
}
.page .l-col2.about-03 .statement__content {
  width: 31.25rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .page .l-col2.about-03 .statement__content .u-txt {
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .page .l-col2.about-03 .statement__title {
    text-align: left;
  }
}
.page .l-col2.about-04 .u-txt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.page .l-col2 .statement__content {
  font-size: clamp(14px, 1rem, 1rem);
  width: calc(100% - 31.25rem - 5rem);
}
@media screen and (max-width: 767px) {
  .page .l-col2 .statement__content {
    font-size: clamp(13px, 0.9375rem, 0.9375rem);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100% !important;
  }
}
.page .l-col2 .statement__content .statement__title {
  font-size: clamp(25px, 1.5625rem, 1.5625rem);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .page .l-col2 .statement__content .statement__title {
    font-size: clamp(16px, 1.25rem, 1.25rem);
  }
}
.page .l-col2 .statement__content .statement__title span {
  font-size: clamp(14px, 1rem, 1rem);
  font-weight: 300;
  display: block;
  letter-spacing: 0.1em;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .page .l-col2 .statement__content .statement__title span {
    font-size: clamp(11px, 0.8125rem, 0.8125rem);
  }
}
.page .l-col2 .statement__content .u-txt {
  font-weight: 400;
  color: #404040;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .page .l-col2 .statement__content .u-txt {
    line-height: 1.6;
  }
}
.page .l-col2 .statement__content .notion {
  font-size: clamp(11px, 0.8125rem, 0.8125rem);
  margin-top: 0.9375rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .page .l-col2 .statement__content .notion {
    line-height: 1.5;
  }
}
.page .statement__list {
  padding: 0 5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .page .statement__list {
    padding: 0;
  }
}
.page .statement__list .statement__subtitle.ja {
  text-align: center;
  margin-top: 3.4375rem;
  margin-bottom: 2.1875rem;
  font-size: clamp(20px, 1.5rem, 1.5rem);
}
@media screen and (max-width: 767px) {
  .page .statement__list .statement__subtitle.ja {
    margin-top: 2.1875rem;
    margin-bottom: 1.5625rem;
    font-size: clamp(16px, 1.25rem, 1.25rem);
  }
}
.page .statement__list ol {
  max-width: 59.625rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .page .statement__list ol {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: 1fr 0.625rem 1fr 0.625rem auto;
    grid-template-rows: 1fr 1fr auto;
    row-gap: 0.625rem;
    max-width: 16.375rem;
  }
  .page .statement__list ol > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page .statement__list ol > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page .statement__list ol > *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
.page .statement__list__item {
  position: relative;
  background-image: url("../images/about/bg-balloon-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5375rem;
  aspect-ratio: 295/276;
}
@media screen and (max-width: 767px) {
  .page .statement__list__item {
    width: 100%;
    padding: 0.48125rem;
    background-image: url("../images/about/bg-balloon-arrow-sp.svg");
    aspect-ratio: 125/132;
  }
}
.page .statement__list__item:last-child {
  background-image: url("../images/about/bg-balloon.svg");
}
.page .statement__list__item:not(:last-child) .statement__list__item__inner {
  margin-right: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .page .statement__list__item:not(:last-child) .statement__list__item__inner {
    margin-right: 0;
    margin-bottom: 0.9375rem;
  }
}
.page .statement__list__item .circle {
  border-radius: 100%;
  background-color: #F6AC19;
  width: 7.3125rem;
  height: 7.3125rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.625rem;
}
.page .statement__list__item .circle .number {
  position: relative;
  padding-bottom: 0.625rem;
  font-size: clamp(16px, 1.25rem, 1.25rem);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page .statement__list__item .circle .number {
    font-size: clamp(14px, 1.125rem, 1.125rem);
  }
}
.page .statement__list__item .circle .number::before {
  content: "";
  display: block;
  background-color: #222222;
  height: 1px;
  width: 1.25rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page .statement__list__item .circle h4 {
  font-size: clamp(16px, 1.5rem, 1.5rem);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page .statement__list__item .circle h4 {
    font-size: clamp(18px, 1.35rem, 1.35rem);
  }
}
.page .statement__list__item p {
  margin-top: 0.9375rem;
  line-height: 1.6;
  text-align: center;
  font-size: clamp(12px, 1.125rem, 1.125rem);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .page .statement__list__item p {
    margin-top: 0.625rem;
    font-size: clamp(13px, 1rem, 1rem);
  }
}
.page .gut-hormone, .page .method {
  background: #F9F9F9;
}
@media screen and (max-width: 767px) {
  .page .method .u-btn__wrapper {
    margin-top: 2.5rem;
  }
}

.page.page-mh .about {
  padding-top: 1.25rem;
}
.page.page-mh .about__wrap {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 73.75rem;
  place-content: space-between;
}
@media screen and (max-width: 767px) {
  .page.page-mh .about__wrap {
    display: -ms-grid;
    display: grid;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .page.page-mh .about .l-inner--wide__maxsp {
    max-width: calc(500px + 2.5rem) !important;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.page.page-mh .about .u-ttl {
  color: #222222;
}
@media screen and (max-width: 767px) {
  .page.page-mh .about .u-ttl {
    text-align: left;
  }
}
.page.page-mh .about .u-ttl small {
  margin-top: 0;
  margin-bottom: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .page.page-mh .about .statement__title {
    text-align: left;
  }
}
.page.page-mh .about .about__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 18.75rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .page.page-mh .about .about__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 10.625rem;
  }
}
.page.page-mh .about .about__text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 31.25rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .page.page-mh .about .about__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.page.page-mh .about .u-ttl {
  font-size: clamp(18px, 1.375rem, 1.375rem);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .page.page-mh .about .u-ttl {
    font-size: clamp(16px, 1.25rem, 1.25rem);
  }
}
.page.page-mh .about .u-ttl small {
  font-size: clamp(14px, 1rem, 1rem);
}
@media screen and (max-width: 767px) {
  .page.page-mh .about .u-ttl small {
    font-size: clamp(11px, 0.8125rem, 0.8125rem);
  }
}
.page.page-mh .about .u-ttl + p {
  margin-top: 0;
  line-height: 2;
  font-size: clamp(14px, 1rem, 1rem);
}
@media screen and (max-width: 767px) {
  .page.page-mh .about .u-ttl + p {
    font-size: clamp(13px, 0.9375rem, 0.9375rem);
    line-height: 1.6;
  }
}
.page.page-mh .about-picture {
  padding-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .page.page-mh .about-picture {
    padding: 0 0.875rem 0.625rem;
  }
}
.page.page-mh .about-mh-01 {
  background: #F0F0F0;
}
.page.page-mh .about-mh-01 .statement__title {
  text-align: left;
  font-weight: 400;
}
.page.page-mh .about-mh-01 .statement__title .en {
  font-size: clamp(14px, 1rem, 1rem);
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 767px) {
  .page.page-mh .about-mh-01 .statement__title .en {
    font-size: clamp(10px, 0.8125rem, 0.8125rem);
  }
}
.page.page-mh .about-mh-01 .statement__title .ja {
  color: #222222;
  font-size: clamp(18px, 1.375rem, 1.375rem);
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .page.page-mh .about-mh-01 .statement__title .ja {
    font-size: clamp(18px, 1.25rem, 1.25rem);
  }
}
.page.page-mh .about-mh-01 .u-txt {
  color: #666666;
}
.page.page-mh .about-mh-01 .about-mh-01 {
  max-width: 81.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .page.page-mh .about-mh-01 .about-mh-01 {
    max-width: 100%;
    width: 100%;
  }
}
.page.page-mh .about-mh-01 .about-mh-01 .statement__image {
  width: 35.625rem;
}
@media screen and (max-width: 767px) {
  .page.page-mh .about-mh-01 .about-mh-01 .statement__image {
    max-width: 100%;
    width: 100%;
  }
}
.page.page-mh .about-mh-01 .about-mh-01 .statement__content {
  width: 31.25rem;
}
@media screen and (max-width: 767px) {
  .page.page-mh .about-mh-01 .about-mh-01 .statement__content {
    max-width: 100%;
    width: 100%;
  }
}
.page.page-mh .about-mh-02 .statement__title {
  text-align: left;
  font-weight: 400;
}
.page.page-mh .about-mh-02 .statement__title .en {
  font-size: clamp(14px, 1rem, 1rem);
  margin-bottom: 1.125rem;
}
.page.page-mh .about-mh-02 .statement__title .ja {
  color: #222222;
  font-size: clamp(18px, 1.375rem, 1.375rem);
  font-weight: 400;
  line-height: 1.5;
}
.page.page-mh .about-mh-02 .u-txt {
  color: #666666;
}
.page.page-mh .about-mh-02 .about-mh-02 {
  max-width: 88.5625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .page.page-mh .about-mh-02 .about-mh-02 {
    max-width: 100%;
    width: 100%;
  }
}
.page.page-mh .about-mh-02 .about-mh-02 .statement__image {
  width: 42.3125rem;
}
@media screen and (max-width: 1441px) {
  .page.page-mh .about-mh-02 .about-mh-02 .statement__image {
    width: 31.25rem;
  }
}
@media screen and (max-width: 767px) {
  .page.page-mh .about-mh-02 .about-mh-02 .statement__image {
    max-width: 100%;
    width: 100%;
    padding: 0 1.875rem;
  }
}
.page.page-mh .about-mh-02 .about-mh-02 .statement__content {
  width: 31.25rem;
}
@media screen and (max-width: 767px) {
  .page.page-mh .about-mh-02 .about-mh-02 .statement__content {
    max-width: 100%;
    width: 100%;
  }
}
.page.page-mh .about-mh-02 .notion {
  color: #666666;
}
.page.page-mh .about-mh-03 {
  background: #F0F0F0;
}
.page.page-mh .about-mh-03 .statement__title {
  text-align: left;
  font-weight: 400;
}
.page.page-mh .about-mh-03 .statement__title .en {
  font-size: clamp(14px, 1rem, 1rem);
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 767px) {
  .page.page-mh .about-mh-03 .statement__title .en {
    font-size: clamp(10px, 0.8125rem, 0.8125rem);
  }
}
.page.page-mh .about-mh-03 .statement__title .ja {
  color: #222222;
  font-size: clamp(18px, 1.375rem, 1.375rem);
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .page.page-mh .about-mh-03 .statement__title .ja {
    font-size: clamp(18px, 1.25rem, 1.25rem);
  }
}
.page.page-mh .about-mh-03 .u-txt {
  color: #666666;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.page.page-mh .about-mh-03 .about-mh-03 {
  max-width: 77.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .page.page-mh .about-mh-03 .about-mh-03 {
    max-width: 100%;
    width: 100%;
  }
}
.page.page-mh .about-mh-03 .about-mh-03 .statement__image {
  width: 31.25rem;
}
@media screen and (max-width: 767px) {
  .page.page-mh .about-mh-03 .about-mh-03 .statement__image {
    max-width: 100%;
    width: 100%;
    padding: 0 0.625rem;
  }
}
.page.page-mh .about-mh-03 .about-mh-03 .statement__content {
  width: 31.25rem;
}
@media screen and (max-width: 767px) {
  .page.page-mh .about-mh-03 .about-mh-03 .statement__content {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page.page-mh .contact-mh .u-ttl {
    padding-bottom: 1.25rem;
  }
}
.page.page-mh .contact-mh .u-ttl small {
  font-weight: 400;
}
.page.page-mh .contact-mh p {
  max-width: 37.5rem;
  text-align: center;
  margin: 0 auto;
  color: #666666;
  line-height: 1.5;
  font-size: clamp(14px, 1.25rem, 1.25rem);
}
@media screen and (max-width: 767px) {
  .page.page-mh .contact-mh p {
    text-align: left;
    font-size: clamp(14px, 1rem, 1rem);
    line-height: 1.6;
  }
}
.page.page-mh .contact-mh .u-btn__wrapper {
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .page.page-mh .sitemap {
    padding-top: 1.875rem;
  }
}
.page.page-mh .sitemap .sitemap__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 3.125rem) 6.25rem calc(50% - 3.125rem);
  grid-template-columns: calc(50% - 3.125rem) calc(50% - 3.125rem);
  gap: 6.25rem;
  width: 50.625rem;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page.page-mh .sitemap .sitemap__list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.page.page-mh .sitemap .sitemap__list__child {
  color: #666666;
  font-size: clamp(12px, 0.9375rem, 0.9375rem);
  margin-top: 0.9375rem;
}
.page.page-mh .sitemap .sitemap__list__child li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  letter-spacing: 0.05em;
}
.page.page-mh .sitemap .sitemap__list__child li::before {
  content: "";
  background: #666666;
  height: 1px;
  width: 4px;
}
.page.page-mh .sitemap .sitemap__list__child li + li {
  margin-top: 0.9375rem;
}
.page.page-mh .sitemap .sitemap__list__child li a {
  font-weight: 400;
}
.page.page-mh .sitemap .sitemap__list > div > ul > li {
  font-size: clamp(14px, 1.125rem, 1.125rem);
}
.page.page-mh .sitemap .sitemap__list > div > ul > li > a {
  border-bottom: 1px solid #BEBEBE;
  display: block;
  padding: 1.375rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .page.page-mh .sitemap .sitemap__list > div > ul > li > a {
    padding: 1.25rem 0.625rem;
  }
}
.page.page-mh .sitemap .sitemap__list > div > ul > li > span {
  padding: 0rem 0.9375rem 1.375rem;
  display: block;
  border-bottom: 1px solid #BEBEBE;
}
@media screen and (max-width: 767px) {
  .page.page-mh .sitemap .sitemap__list > div > ul > li > span {
    padding: 0rem 0.625rem 1.25rem;
  }
}
.page.page-mh .sitemap .sitemap__list-type {
  margin-top: 0.9375rem;
  font-size: clamp(12px, 0.9375rem, 0.9375rem);
}
.page.page-mh .sitemap .sitemap__list-type > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.page.page-mh .sitemap .sitemap__list-type > a::before {
  content: "";
  background: #666666;
  height: 1px;
  width: 4px;
}
.page.page-mh .sitemap .sitemap__list-01__link {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .page.page-mh .sitemap .sitemap__list-01__link {
    margin-top: 1.875rem;
  }
}
.page.page-mh .sitemap .sitemap__list-01 .disp-sp {
  margin-top: 2.1875rem;
  margin-bottom: 0.625rem;
}
.page.page-mh .sitemap .sitemap__list-02 .sitemap__list__child {
  padding-left: 1.25rem;
}