@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

/* === color === */
/* === font-family === */
/* === レイアウト === */
/* === ブレークポイント === */
/* === box-shadow === */
/* === 重なり順の定義 === */
/* === pxをremに変換 === */
body {
  color: #323232;
  background: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  line-height: 1.4;
}

img {
  width: 100%;
  height: auto;
}
body.home img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

a {
  color: inherit;
}

picture {
  display: block;
}

.l-wrapper {
  overflow: hidden;
}

.l-inner {
  max-width: 1060px;
  box-sizing: content-box;
  padding: 0 32px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 5%;
  }
}

.l-top-page-business-section__inner {
  max-width: 75rem;
}

@media screen and (max-width: 767px) {
  .l-top-page-brand-section__inner {
    padding: 0;
  }
}

.l-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 126px;
  background: rgba(255, 255, 255, 0.85);
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 50px;
  }
}
.l-header.is-open {
  height: 555px;
}
.l-header.is-open .l-mega__inner {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.l-header__inner {
  height: 126px;
  padding: 0 5rem;
  margin-inline: auto;
  display: flex;
}
@media screen and (max-width: 1279px) {
  .l-header__inner {
    padding: 0 32px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 0 0.75rem;
    height: 50px;
  }
}

.l-main {
  margin-top: 126px;
}
@media screen and (max-width: 767px) {
  .l-main {
    margin-top: 50px;
  }
}

.l-footer {
  margin-top: 9.375rem;
  padding-top: 5rem;
  background: #acac74;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 6.25rem;
    padding-top: 3.125rem;
  }
}

.l-footer__inner {
  max-width: 1060px;
  box-sizing: content-box;
  padding: 0 32px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 0 0.75rem;
  }
}

.l-top-page-business__section {
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 767px) {
  .l-top-page-business__section {
    padding-bottom: 0.625rem;
  }
}

.l-top-page-brand__section {
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-top-page-brand__section {
    padding-top: 1.25rem;
  }
}

.l-top-page-news__section {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-top-page-news__section {
    padding-top: 2.125rem;
  }
}

.l-mega__inner {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  max-width: 69.375rem;
  box-sizing: content-box;
  padding: 0 32px;
  margin-inline: auto;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 767px) {
  .l-mega__inner {
    padding: 0 5%;
  }
}

.l-drawer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 126px;
  width: 80%;
  max-width: 100%;
  height: calc(100vh - 126px);
  z-index: 110;
  background: #fff;
  transform: translateX(105%);
  transition: all 0.5s ease 0s;
}
.l-drawer.is-active {
  transform: translateX(0%);
  opacity: 0.85;
}
@media screen and (max-width: 767px) {
  .l-drawer {
    top: 50px;
    height: calc(100vh - 50px);
  }
}
@media screen and (min-width: 1110px) {
  .l-drawer {
    display: none;
  }
}

.p-drawer__cont {
  width: 79.84%;
  margin-inline: auto;
}

.p-drawer__list {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.1875rem;
  padding-bottom: 2.5rem;
  position: relative;
}
.p-drawer__list::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  left: 0;
  bottom: 0;
  background: #323232;
}

.p-drawer-list__item {
  font-size: clamp(18px, 4.5vw, 24px);
  font-weight: 400;
  letter-spacing: 0.1em;
}

.p-drawer-item__link {
  width: 100%;
  height: 100%;
  display: block;
}

.l-inner--m {
  max-width: 1200px;
  box-sizing: content-box;
  padding: 0 32px;
  margin-inline: auto;
}
.l-main__brand-archive .l-inner--m {
  max-width: 880px;
}
@media screen and (max-width: 767px) {
  .l-inner--m {
    padding: 0 5%;
  }
}

.c-section__title--en {
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 1.5384;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-section__title--en {
    font-size: clamp(21px, 6vw, 24px);
  }
}

.c-section-title__inline {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.3125rem;
  line-height: 1.571;
  display: inline-block;
  margin-top: 0.3125rem;
  padding-right: 0.8125rem;
  padding-left: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .c-section-title__inline {
    font-size: 0.875rem;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
    margin-top: 0.4375rem;
  }
}

.c-brand-section-title__inline {
  padding-right: 0.1875rem;
  padding-left: 0.1875rem;
}

.c-news-section-title__inline {
  padding-right: 0.4375rem;
  padding-left: 0.1875rem;
  margin-top: 0.5rem;
}

.c-section__title--ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.1875rem;
  line-height: 2.1052;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-section__title--ja {
    font-size: 0.875rem;
    margin-top: 0.3125rem;
  }
}
@media screen and (min-width: 768px) {
  .c-section__title--ja {
    margin-top: 0.25rem;
  }
}

.c-business-section__title--ja {
  font-weight: 400;
  font-size: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .c-business-section__title--ja {
    margin-top: 0.4375rem;
    font-size: 0.875rem;
  }
}

.c-news-section__title--ja {
  margin-top: 0.4375rem;
}

.c-section-title__en--large {
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 1.5em;
  line-height: 1.0256;
}

.c-page-title__en {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.5384;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-page-title__en {
    font-size: clamp(21px, 6vw, 24px);
    letter-spacing: 0.04em;
  }
}
body.privacy .c-page-title__en {
  margin-top: -0.3125rem;
}

.c-page-title__en--large {
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 1.5em;
  line-height: 1.0256;
}

.c-page-title__inline {
  display: inline-block;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3125rem;
  line-height: 1.571;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-page-title__inline {
    font-size: 0.875rem;
    padding-right: 0.125rem;
    padding-left: 0.125rem;
    margin-top: 0.4375rem;
  }
}

.c-page-title__ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.1875rem;
  line-height: 2.1052;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-page-title__ja {
    font-size: 0.875rem;
    margin-top: 0.3125rem;
  }
}

.c-brand-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 7%;
}
@media screen and (max-width: 767px) {
  .c-brand-list {
    grid-template-columns: 1fr 1fr;
  }
}

.c-brand-item {
  position: relative;
  text-align: center;
}
.c-brand-item a:hover .c-brand-item__img {
  opacity: 0.8;
}
.c-brand-item a:hover .c-brand-item__link {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}
.c-brand-item a:hover .c-brand-item__link::after {
  background: #fff;
}

.c-brand-item__category {
  text-align: right;
}
.c-brand-item__category span {
  display: inline-block;
  text-align: center;
  min-width: 5rem;
  font-size: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  background: #000;
  color: #fff;
  padding: 0.375rem 0.9375rem;
}

.c-brand-item__img {
  border: 1px solid #000;
  transition: opacity 0.5s;
}

.c-brand-item__name {
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  margin: 1.25rem 0 1.125rem;
}

.c-brand-item__link {
  position: relative;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  color: #333;
  background: #fff;
  border: 1px solid #333;
  padding: 0.1875rem 2.1875rem 0.375rem 1.5625rem;
  transition: 0.5s;
}
.c-brand-item__link::after {
  content: "";
  position: absolute;
  right: 1.125rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.55em;
  height: 0.55em;
  -webkit-mask-image: url(../images/ico/icon-arrow.svg);
          mask-image: url(../images/ico/icon-arrow.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #333;
  transition: all 0.5s;
}

.c-brand-category__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 0 0 5rem;
  padding-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .c-brand-category__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.9375rem;
    margin: 0 0 3.75rem;
  }
}

.c-brand-category__item {
  flex: 1;
}
.c-brand-category__item a {
  display: block;
  text-align: center;
  border: 1px solid #000;
  font-size: 0.8125rem;
  padding: 0.3125rem 0.3125rem 0.375rem;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .c-brand-category__item a {
    font-size: 0.75rem;
    padding: 0.4375rem 0.3125rem 0.5rem;
  }
}
.c-brand-category__item a:hover {
  color: #fff;
  border: 1px solid #fff;
}

.c-brand-category__item-all a:hover {
  background: #979c23;
  border: 1px solid #979c23;
}

.c-brand-category__item-skincare a:hover {
  background: #d787a0;
  border: 1px solid #d787a0;
}

.c-brand-category__item-bodycare a:hover {
  background: #c8af1e;
  border: 1px solid #c8af1e;
}

.c-brand-category__item-haircare a:hover {
  background: #7db9c8;
  border: 1px solid #7db9c8;
}

.c-brand-category__item-scalpcare a:hover {
  background: #464646;
  border: 1px solid #464646;
}

.c-brand-category__item-edt a:hover {
  background: #7897d2;
  border: 1px solid #7897d2;
}

.c-news__list {
  margin-top: 2.9375rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-news__list {
    margin-top: 1.5625rem;
  }
}
.c-news__list::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  top: 0;
  left: 0;
  background: #323232;
}

.pagination {
  margin: 5rem auto 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin: 4.375rem auto 0;
  }
}
.pagination .nav-links {
  text-align: center;
}
.pagination .nav-links .page-numbers {
  display: inline-block;
  text-decoration: none;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.125rem;
  margin: 0.1875rem;
  background: #323232;
  border: 2px solid #323232;
  color: #fff;
  font-size: 1.0625rem;
  border-radius: 0.375rem;
  transition: 0.5s;
}
.pagination .nav-links .page-numbers.current {
  background: #fff;
  color: #323232;
}
.pagination .nav-links .page-numbers:not(.current):hover {
  background: #acac74;
  border-color: #acac74;
}
@media screen and (max-width: 767px) {
  .pagination .nav-links .page-numbers {
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2rem;
  }
}

.c-news-item {
  display: flex;
  flex-direction: column;
  position: relative;
}
.c-news-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  background: #323232;
  bottom: 0;
  left: 0;
}

.c-news-item__btn {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  background: inherit;
  color: #323232;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  padding: 2.375rem 1rem 2.125rem 5.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-news-item__btn {
    gap: 0.5rem;
    padding: 1.75rem 1rem 1.5rem clamp(45px, 11.879vw, 91px);
  }
}
.c-news-item__btn.is-open::before {
  transform: rotate(-360deg);
}
.c-news-item__btn::before {
  content: "";
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  left: 1.6875rem;
  top: 2.375rem;
  transform: rotate(-180deg);
  background: url("../../assets/images/ico/icon-arrow-round.svg") no-repeat center center/contain;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 767px) {
  .c-news-item__btn::before {
    left: 0;
  }
}

.c-news-item__detail {
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  gap: 1.375rem;
}

.c-news-item__date {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-news-item__date {
    font-size: 1.125rem;
    line-height: 1.666;
  }
}

.c-news-item__cat {
  font-size: 0.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-news-item__cat {
    font-size: 0.9375rem;
    line-height: 2;
  }
}
.c-news-item__cat::before {
  content: "";
  position: absolute;
  width: 0.125rem;
  height: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
  left: -0.6875rem;
  background: #323232;
}
@media screen and (max-width: 767px) {
  .c-news-item__cat::before {
    height: 0.8125rem;
  }
}

.c-news-item__title {
  font-size: 1.3125rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-news-item__title {
    line-height: 1.5;
    font-size: 1rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
}

.c-news-item__desc {
  display: none;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.875;
  font-weight: 300;
  letter-spacing: 0.05em;
  padding-bottom: 2.1875rem;
  padding-left: 5.625rem;
  padding-right: 1.75rem;
  margin-top: -0.875rem;
}

.p-header__logo {
  margin-top: 1.375rem;
  width: 12rem;
  height: 4.3125rem;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    margin-top: 0.5rem;
    width: 5.9375rem;
    height: 2.125rem;
  }
}

.p-header-logo__link {
  display: block;
  width: 100%;
  height: 100%;
}

.p-header__nav {
  margin-left: 2.6875rem;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .p-header__nav {
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 1109px) {
  .p-header__nav {
    display: none;
  }
}

.p-nav__list {
  display: flex;
  margin-top: 4.1875rem;
  gap: 2.6vw;
}

.p-nav-list__item {
  font-weight: 400;
  font-size: clamp(14px, 1.111vw, 16px);
  letter-spacing: 0.1em;
}

.p-nav-item__link {
  display: block;
  color: #323232;
  background: transparent;
  width: 100%;
  height: 100%;
  padding-bottom: 0.125rem;
  position: relative;
}
.p-nav-item__link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0;
  left: 0;
  background: #323232;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 768px) {
  .p-nav-item__link:hover::after {
    opacity: 1;
  }
}

.p-nav-item__link.is-open--mega {
  cursor: pointer;
  display: block;
}

.p-header-sns__wrapper {
  margin-top: 3.6875rem;
  display: flex;
  gap: 1.375rem;
}
@media screen and (max-width: 1109px) {
  .p-header-sns__wrapper {
    display: none;
  }
}

.p-youtube,
.p-instagram {
  transition: 0.7s;
  font-size: clamp(14px, 1.111vw, 16px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.p-youtube:hover,
.p-instagram:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1109px) {
  .p-youtube,
  .p-instagram {
    font-size: clamp(14px, 3vw, 18px);
  }
}

.p-youtube {
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

.p-youtube__link {
  display: block;
  padding-right: 2.1875rem;
  position: relative;
}
.p-youtube__link::after {
  content: "";
  position: absolute;
  width: 1.6875rem;
  height: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url("../../assets/images/sns/icon-youtube.svg") no-repeat center center/contain;
}

.p-instagram__link {
  display: block;
  padding-right: 2.0625rem;
  position: relative;
}
.p-instagram__link::after {
  content: "";
  position: absolute;
  width: 1.625rem;
  height: 1.625rem;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url("../../assets/images/sns/icon-instagram.svg") no-repeat center center/contain;
}

.p-section-title__wrapper {
  display: flex;
  align-items: center;
}

.p-lang-btn__wrapper {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-lang-btn__wrapper {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .p-lang-btn__wrapper {
    flex-direction: column;
    align-items: flex-end;
  }
}

.p-lang-btn {
  cursor: pointer;
  display: block;
  width: 10.125rem;
  max-width: 100%;
  letter-spacing: 0.1em;
  line-height: 2.25;
  background: #d1d1d1;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-lang-btn {
    font-size: 0.75em;
    width: 11.625rem;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
}
.p-lang-btn.is-active {
  background: #323232;
  color: #fff;
  border: 1px solid #323232;
}
.p-lang-btn.is-active:hover {
  background: #fff;
  color: #323232;
  transition: 0.5s;
}

.p-arrow-btn__wrapper {
  margin-top: 4.375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-arrow-btn__wrapper {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-arrow-btn {
    margin-inline: auto;
    width: 60%;
    max-width: 18.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-arrow-btn {
    margin-left: auto;
    width: 18.75rem;
    max-width: 100%;
  }
}

.p-arrow-btn__link {
  transition: 0.5s;
  display: block;
  width: 100%;
  height: auto;
  background: #323232;
  color: #fff;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.75;
  letter-spacing: 0.15em;
  border: 1px solid #323232;
  padding: 0.875rem 0.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-arrow-btn__link {
    font-size: 0.85rem;
    padding: 0.75rem 1.125rem 0.75rem 0.5rem;
  }
}
.p-arrow-btn__link::after {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  right: 1.25rem;
  -webkit-mask-image: url("../../assets/images/ico/icon-arrow.svg");
          mask-image: url("../../assets/images/ico/icon-arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #fff;
  transition: all 0.5s;
}
.p-arrow-btn__link:hover {
  background: #fff;
  color: #323232;
}
.p-arrow-btn__link:hover::after {
  background: #000;
}
.p-arrow-btn__link.__inversion {
  background: #fff;
  color: #323232;
}
.p-arrow-btn__link.__inversion::after {
  background: #323232;
}
.p-arrow-btn__link.__inversion:hover {
  background: #323232;
  color: #fff;
}
.p-arrow-btn__link.__inversion:hover::after {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .p-arrow-btn.p-brand-btn {
    padding-right: 5%;
  }
}

.p-copyright {
  padding-top: 1.5625rem;
  padding-bottom: 1.875rem;
  background: #919146;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-copyright {
    padding-top: 0.9375rem;
    padding-bottom: 1.25rem;
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}
.p-copyright small {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-copyright small {
    font-size: clamp(10px, 1.8229vw, 14px);
  }
}

.p-footer-nav__wrapper {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-footer-nav__wrapper {
    flex-direction: column;
    gap: 1.5625rem;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-footer-nav__wrapper {
    justify-content: center;
    gap: 1.25rem;
  }
}

@media screen and (max-width: 1109px) {
  .p-footer-nav__block {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .p-footer-nav__block {
    width: 100%;
  }
}

@media screen and (min-width: 1110px) {
  .p-footer-nav__block01 {
    width: 21.88%;
  }
}

@media screen and (min-width: 1110px) {
  .p-footer-nav__block02 {
    width: 21.88%;
  }
}

@media screen and (min-width: 1110px) {
  .p-footer-nav__block03 {
    width: 22.1%;
  }
}

@media screen and (min-width: 1110px) {
  .p-footer-nav__block04 {
    width: 21.69%;
  }
}

@media screen and (min-width: 1110px) {
  .p-footer-nav__block05 {
    width: 12.92%;
  }
}

.p-footer-nav__head {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-footer-nav__head {
    text-align: center;
    font-size: 1rem;
  }
}
.p-footer-nav__head a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__head a {
    display: contents;
    pointer-events: none;
    cursor: default;
  }
}
.p-footer-nav__head span {
  display: block;
}

.p-footer-nav__list {
  margin-top: 3.5625rem;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-footer-nav__list {
    display: none;
  }
}

.p-footer-nav-list__item {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.1em;
  color: #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.p-footer-nav-item__link {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer-nav-item__link {
    transition: all 0.5s ease 0s;
    white-space: nowrap;
  }
  .p-footer-nav-item__link:hover {
    text-decoration: underline;
  }
}

.p-footer__logo {
  width: 17.1875rem;
  height: 6.1875rem;
  max-width: 100%;
  max-height: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    margin-top: 3.125rem;
    margin-bottom: 2.1875rem;
    width: 10.3125rem;
    height: 3.6875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    margin-top: 1.5rem;
    margin-bottom: 4.375rem;
  }
}

.p-footer-logo__link {
  display: block;
  width: 100%;
  height: 100%;
}

.p-mega__cont {
  padding-top: 2.3125rem;
  padding-bottom: 3.625rem;
}

.p-mega__list {
  display: flex;
  justify-content: center;
  gap: 1.375rem;
}

.p-mega-item__img {
  width: 100%;
  aspect-ratio: 263/194;
}

.p-mega__tag {
  position: absolute;
  font-weight: 400;
  font-size: 0.75rem;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0.25rem 0.625rem 0.3125rem;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease 0s;
}

.p-mega-item-img__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.p-mega-item-img__link:hover .p-mega__tag {
  color: #fff;
  background: #323232;
}

.p-mega-name__list {
  margin-top: 2.1875rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1.25rem;
}

.p-mega-name-list__item {
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.p-mega-name-item__link {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 0.125rem;
  position: relative;
}
.p-mega-name-item__link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0;
  left: 0;
  background: #323232;
  opacity: 0;
}
.p-mega-name-item__link:hover::after {
  opacity: 1;
}

.p-drawer-icon {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 120;
  width: 6.375rem;
  height: 126px;
  background: #323232;
}
@media screen and (max-width: 767px) {
  .p-drawer-icon {
    width: 3.125rem;
    height: 50px;
  }
}
@media screen and (min-width: 1110px) {
  .p-drawer-icon {
    display: none;
  }
}
.p-drawer-icon.is-active .p-drawer-icon__bar1 {
  transform: translateX(-50%) rotate(-45deg);
  top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-icon.is-active .p-drawer-icon__bar1 {
    top: 3rem;
  }
}
.p-drawer-icon.is-active .p-drawer-icon__bar2 {
  transform: translateX(-50%) rotate(45deg);
  top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-icon.is-active .p-drawer-icon__bar2 {
    top: 3rem;
  }
}

.p-drawer-icon__bars {
  cursor: pointer;
  background: transparent;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.p-drawer-icon__bar {
  position: absolute;
  display: block;
  width: 3.1875rem;
  height: 0.0625rem;
  transform: translateX(-50%);
  left: 50%;
  background: #fff;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-drawer-icon__bar {
    width: 1.5625rem;
  }
}

.p-drawer-icon__bar1 {
  top: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-icon__bar1 {
    top: 2.625rem;
  }
}

.p-drawer-icon__bar2 {
  top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-icon__bar2 {
    top: 3.6875rem;
  }
}

.p-drawer-icon__text {
  display: inline-block;
  margin-bottom: 7px;
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-drawer-icon__text {
    margin-bottom: 1.5rem;
    font-size: 0.75rem;
  }
}

.p-drawer-sns__wrapper {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-drawer-sns__wrapper {
    margin-top: 1.875rem;
    gap: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-brand-section-title__wrapper {
    padding-left: 5%;
  }
}
@media screen and (min-width: 768px) {
  .p-brand-section-title__wrapper {
    margin-top: -2.1875rem;
  }
}

.p-page-title__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 4.5625rem;
  gap: 0.25rem;
}

.p-contact-btn {
  width: 14.6875rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact-btn {
    max-width: 14.6875rem;
    width: 80%;
  }
}

.p-contact-btn__link {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.5em;
  background: #fff;
  border: 0.0625rem solid #323232;
  min-height: 3.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 4.23em;
  padding-left: 2.69em;
  position: relative;
  transition: all 0.5s ease 0s;
}
.p-contact-btn__link::before {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2.9375rem;
  -webkit-mask-image: url("../../assets/images/ico/icon-arrow.svg");
          mask-image: url("../../assets/images/ico/icon-arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #323232;
  transition: all 0.5s ease 0s;
}
.p-contact-btn__link:hover {
  background: #323232;
  color: #fff;
}
.p-contact-btn__link:hover::before {
  background: #fff;
}

.p-contact-btn02 {
  width: 18.75rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact-btn02 {
    width: 90%;
    max-width: 18.75rem;
  }
}

.p-contact-btn02__link {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1em;
  background: #fff;
  border: 0.0625rem solid #323232;
  min-height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 3.33em;
  padding-left: 2.33em;
  position: relative;
  transition: all 0.5s ease 0s;
}
.p-contact-btn02__link::before {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
  -webkit-mask-image: url("../../assets/images/ico/icon-arrow.svg");
          mask-image: url("../../assets/images/ico/icon-arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #323232;
  transition: all 0.5s ease 0s;
}
.p-contact-btn02__link:hover {
  background: #323232;
  color: #fff;
}
.p-contact-btn02__link:hover::before {
  background: #fff;
}

.l-top-page__fv {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .l-top-page__fv {
    padding-bottom: 3.75rem;
  }
}

.l-top-page-instagram__block {
  padding-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-top-page-instagram__block {
    padding-top: 1.875rem;
  }
}

.c-top-page-instagram__title {
  text-align: center;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 2.684;
  letter-spacing: 0.2em;
  position: relative;
}
.c-top-page-instagram__title::after {
  content: "";
  position: absolute;
  width: 9.5625rem;
  height: 0.0625rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #323232;
}

.c-top-page-instagram__lead {
  text-align: center;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 2.684;
  letter-spacing: 0.2em;
}

.p-top-page-business__cont {
  margin-top: 2.375rem;
  max-width: 1060px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top-page-business__cont {
    margin-top: 1.25rem;
  }
}

.p-top-page-business__info {
  font-size: 1.125rem;
  line-height: 2.444;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-top-page-business__info {
    line-height: 1.5;
    font-size: 0.85em;
    padding-left: 2em;
  }
}

.p-top-page-business__list {
  margin-top: 2.625rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-page-business__list {
    flex-wrap: wrap;
    margin-top: 1.75rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    row-gap: 0.9375rem;
  }
}

.p-top-pag-business-list__item {
  flex: 23.2%;
}
@media screen and (max-width: 767px) {
  .p-top-pag-business-list__item {
    flex: calc(50% - 0.625rem);
  }
}

.p-top-page-business-item__link {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-page-business-item__link {
    transition: all 0.5s ease 0s;
  }
  .p-top-page-business-item__link:hover {
    opacity: 0.7;
  }
}

.p-top-page-business-item__img {
  aspect-ratio: 246/397;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-page-business-item__img {
    aspect-ratio: 170/202;
  }
}

.p-top-page-business-item__body {
  padding: 1.25rem 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-page-business-item__body {
    padding: 1rem 0.75rem 0.75rem;
  }
}

.p-top-page-business-item__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.388;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-page-business-item__title {
    font-size: 0.85em;
  }
}

.p-top-page-brand__list {
  margin-top: 1.875rem;
  display: flex;
  flex-direction: column;
  gap: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .p-top-page-brand__list {
    gap: 1.5625rem;
  }
}

.p-top-page-brand-list__item:first-child .p-top-page-brand-item__title {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-page-brand-list__item:first-child .p-top-page-brand-item__title {
    font-size: 0.85em;
  }
}
.p-top-page-brand-list__item:nth-child(2n) .p-top-page-brand-item__link {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-top-page-brand-list__item:nth-child(2n) .p-top-page-brand-item__title {
    margin-left: 0.625rem;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-top-page-brand-list__item:nth-child(2n) .p-top-page-brand-item__title {
    text-align: right;
  }
}

.p-top-page-brand-item__link {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-page-brand-item__link {
    gap: 3%;
  }
}
@media screen and (min-width: 768px) {
  .p-top-page-brand-item__link {
    transition: all 0.5s ease 0s;
  }
  .p-top-page-brand-item__link:hover {
    opacity: 0.7;
  }
}

.p-top-page-brand-item__img {
  flex: 34.35%;
}

.p-top-page-brand-item__title {
  flex: 1;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-top-page-brand-item__title {
    margin-right: 0.25rem;
    text-align: center;
    font-size: 0.85em;
  }
}

.p-top-page-instagram__list {
  display: flex;
  justify-content: center;
  max-width: 68.25rem;
  margin-top: 2.3125rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top-page-instagram__list {
    flex-wrap: wrap;
    margin-top: 1.5625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-page-instagram__list {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.p-top-page-instagram-list__item {
  flex: 25%;
  aspect-ratio: 264/268;
}
@media screen and (max-width: 767px) {
  .p-top-page-instagram-list__item {
    flex: 50%;
  }
}

.p-brand-archive + .p-brand-archive {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-brand-archive + .p-brand-archive {
    margin-top: 4.375rem;
  }
}

.p-brand-head {
  pointer-events: none;
  cursor: pointer;
  position: relative;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  display: flex;
  align-items: center;
  gap: 2.1875rem;
  padding: 0.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-brand-head {
    gap: 1.25rem;
  }
}
.p-brand-head::before {
  position: absolute;
  right: 35px;
  top: 0;
  bottom: 5px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-left: 1px solid #323232;
  border-bottom: 1px solid #323232;
  transform: rotate(-45deg);
  transform-origin: center;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-brand-head::before {
    right: 15px;
  }
}
.p-brand-head.is-open::before {
  bottom: -5px;
  transform: rotate(-225deg);
}

.p-brand-head__title {
  font-size: 1.0625rem;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 767px) {
  .p-brand-head__title {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}

.p-brand-head__title__en {
  position: relative;
  font-size: 0.75rem;
  padding-left: 1.25em;
  letter-spacing: 0.04em;
}
.p-brand-head__title__en::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  bottom: 0;
  margin: auto;
  width: 0.8em;
  height: 0.8em;
  background: #000;
}

.p-brand-mv.__brandLogo {
  display: flex;
  align-items: center;
  padding: 0.625rem 0;
  gap: 30px;
}
.p-brand-mv.__brandLogo .p-brand-mv-logo {
  width: 98px;
}
@media screen and (max-width: 767px) {
  .p-brand-mv.__brandLogo .p-brand-mv-logo {
    width: 5rem;
  }
}
.p-brand-mv.__brandLogo .p-brand-mv-text {
  font-family: "Noto Sans JP", sans-serif;
}
.p-brand-mv.__brandLogo .p-brand-mv-text h3 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.85em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 767px) {
  .p-brand-mv.__brandLogo .p-brand-mv-text h3 {
    font-size: 0.9375rem;
  }
}
.p-brand-mv.__brandLogo .p-brand-mv-text p {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-brand-mv.__brandLogo .p-brand-mv-text p {
    font-size: 0.8125rem;
  }
}
.p-brand-mv.__brandLogo + .p-brand-title {
  margin-top: 0;
}

.p-brand-title {
  background: #000;
  font-size: 0.6875rem;
  line-height: 1.5;
  color: #fff;
  margin: 3.75rem 0 2.5rem;
  padding: 0.75rem 1.25rem;
  letter-spacing: 0.12em;
}
.p-brand-main > .p-brand-title {
  margin-top: 2.5rem;
}

.p-brand-btn__link {
  letter-spacing: 0.08em;
}

.p-brand-single__head {
  border: 1px solid #aaa;
  display: flex;
  margin-bottom: 3.125rem;
  padding: 0.75rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-brand-single__head {
    margin-bottom: 1.875rem;
    padding: 0.625rem 1.25rem;
  }
}

.p-brand-single__head-title {
  font-size: 1.0625rem;
}
.p-brand-single__body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-brand-single__body {
    flex-direction: column;
  }
}

.p-brand-single__img {
  width: 45%;
  max-width: 340px;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-brand-single__img {
    width: 80%;
    margin: 0 auto 1.875rem;
  }
}

.p-brand-single-info {
  width: 50%;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-brand-single-info {
    width: 100%;
  }
}

.p-brand-single-info__title {
  padding: 1rem 1.25rem 1rem;
  background: #000;
  font-size: 1.0625rem;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #fff;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-brand-single-info__title {
    padding: 0.6875rem 1.25rem 0.75rem;
    font-size: 0.9375rem;
  }
}
.p-brand-single-info__title .discontinued {
  display: inline-block;
  background: #000;
  color: #fff;
  border-radius: 4px;
  font-size: 0.8em;
  padding: 1px 0.5em 2px;
  margin-right: 0.75em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.p-brand-single-info__price {
  font-size: 0.75rem;
  font-weight: bold;
  text-align: right;
  margin: 0.9375rem 0 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-brand-single-info__price {
    font-size: 0.6875rem;
    margin: 0.625rem 0 1.5625rem;
  }
}

.p-brand-single-info__lead {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-brand-single-info__lead {
    font-size: 0.9375rem;
    padding: 0 0.3125rem;
  }
}

.p-brand-single-info__features {
  margin: 1rem 0 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-brand-single-info__features {
    margin-bottom: 1.5625rem;
    padding: 0 0.3125rem;
  }
}

.p-brand-single-info__feature {
  position: relative;
  font-size: 0.8125rem;
  line-height: 2;
  padding-left: 1.25em;
}
@media screen and (max-width: 767px) {
  .p-brand-single-info__feature {
    font-size: 0.75rem;
  }
}
.p-brand-single-info__feature + .p-brand-single-info__feature {
  margin-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-brand-single-info__feature + .p-brand-single-info__feature {
    margin-top: 0.25rem;
  }
}
.p-brand-single-info__feature::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.9em;
  height: 0.9em;
}

.p-brand-single-info__spec {
  width: 100%;
  font-size: 0.8125rem;
  border: 1px solid;
  border-collapse: collapse;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-brand-single-info__spec {
    font-size: 0.75rem;
    margin-top: 1.5625rem;
    padding: 0 0.3125rem;
  }
}
.p-brand-single-info__spec th,
.p-brand-single-info__spec td {
  border: 1px solid;
  padding: 0.75rem;
}
.p-brand-single-info__spec th {
  background: #f5f5f5;
  min-width: 7.5em;
  vertical-align: middle;
}

.p-business-page-lead__block {
  width: 61.5rem;
  max-width: 100%;
  margin: 4.625rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-business-page-lead__block {
    margin-top: 3.125rem;
  }
}

.p-business-page__lead {
  margin-bottom: 1.5625rem;
  font-weight: 500;
  font-size: 1.5625rem;
  line-height: 1.55;
  letter-spacing: 0.15em;
}
.p-business-page__lead span {
  display: inline-block;
  margin-left: -0.375rem;
}
@media screen and (max-width: 767px) {
  .p-business-page__lead {
    font-size: 1.1875rem;
  }
  .p-business-page__lead span {
    margin: 0;
  }
}

.p-business-page__sub-lead {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.888;
  margin-top: 0.8125rem;
}
.p-business-page__sub-lead span {
  margin-right: -0.5rem;
}
@media screen and (max-width: 767px) {
  .p-business-page__sub-lead {
    font-size: 0.9375rem;
  }
}

.p-business-page__list {
  margin: 6rem auto 0;
  width: 61.5rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5.5625rem;
}
@media screen and (max-width: 767px) {
  .p-business-page__list {
    margin: 3.125rem auto 0;
    gap: 4.375rem;
  }
}

.p-business-page-list__item:not(:first-child) {
  position: relative;
}
.p-business-page-list__item:not(:first-child)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  background: #323232;
  top: -2.75rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-business-page-list__item:not(:first-child)::before {
    top: -2.5rem;
  }
}

.p-business-page-item__wrapper {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-business-page-item__wrapper {
    flex-direction: column;
    gap: 1.4375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-business-page-item__wrapper {
    align-items: center;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-business-page-item__img {
    flex: 0 1 19.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-business-page-item__img img {
    aspect-ratio: 100/75;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (min-width: 768px) {
  .p-business-page-item__body {
    flex: 0 1 33.875rem;
  }
}

.p-business-page-item__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  line-height: 2.1818;
  letter-spacing: 0.2em;
  font-weight: 500;
}
.p-business-page-item__title span {
  display: inline-block;
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
@media screen and (max-width: 767px) {
  .p-business-page-item__title {
    font-size: 1rem;
    line-height: 1.55;
  }
}

.p-business-page-item__text {
  margin-top: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.0625rem;
  line-height: 2.2352;
  letter-spacing: 0.08em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-business-page-item__text {
    font-size: 0.9375rem;
    margin-top: 0.75rem;
  }
}

.p-business-page-item__btn {
  display: flex;
  gap: 20px;
  margin-top: 1.25rem;
}
.p-business-page-item__btn .p-contact-btn__link::before {
  width: 1.125rem;
  height: 1.5625rem;
  -webkit-mask-image: url(../../assets/images/ico/icon_document.svg);
          mask-image: url(../../assets/images/ico/icon_document.svg);
}
@media screen and (max-width: 767px) {
  .p-business-page-item__btn .p-contact-btn__link::before {
    right: 1.5625rem;
  }
}

.c-business-page-step__lead {
  margin: 11rem auto 0;
  padding: 0.25em 0.25em 0.3em;
  width: 61.5rem;
  max-width: 100%;
  min-height: 4.0625rem;
  text-align: center;
  background: #acac74;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 1.6875rem;
  line-height: 1.5;
  letter-spacing: 0.35em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-business-page-step__lead {
    min-height: 3.4375rem;
    margin: 4.375rem auto 0;
    font-size: 1.3125rem;
    letter-spacing: 0.15em;
  }
}

.p-business-page-step__list {
  margin: 6.5rem auto 0;
  width: 51.875rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5.3125rem;
  counter-reset: my-counter;
}
@media screen and (max-width: 767px) {
  .p-business-page-step__list {
    margin: 3.75rem auto 0;
    gap: 1.875rem;
  }
}

@media screen and (min-width: 1440px) {
  .p-business-page-step-list__item:last-child .p-business-page-step-item__text {
    white-space: nowrap;
  }
}

.p-business-page-step-item__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  line-height: 2.2288;
  letter-spacing: 0.2em;
  font-weight: 400;
  border: 0.0625rem solid #323232;
  padding-left: 3.44em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-business-page-step-item__title {
    font-size: 1rem;
    letter-spacing: 0.075em;
  }
}
.p-business-page-step-item__title::before {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 100%;
  background: #acac74;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 1.91;
  top: 0;
  left: 0;
  counter-increment: my-counter;
  content: counter(my-counter);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 4px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-business-page-step-item__title::before {
    font-size: 1.0625rem;
    padding-left: 2px;
  }
}
.p-business-page-step-item__title span {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.p-business-page-step-item__text {
  padding-left: 3.875rem;
  margin-top: 1.375rem;
  font-size: 1.0625rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-business-page-step-item__text {
    font-size: 0.875rem;
    padding-left: 3.3125rem;
    margin-top: 1.125rem;
    letter-spacing: 0.04em;
  }
  .p-business-page-step-item__text br {
    display: none;
  }
}
.p-business-page-step-item__text span {
  display: inline-block;
  margin-right: -0.25rem;
  margin-left: -0.125rem;
}

.p-business-page-bottom__block {
  display: flex;
  margin: 6.25rem auto 0;
  width: 51.875rem;
  max-width: 100%;
  gap: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-business-page-bottom__block {
    flex-direction: column;
    align-items: center;
    margin: 3.75rem auto 0;
  }
}
@media screen and (min-width: 768px) {
  .p-business-page-bottom__block {
    justify-content: flex-end;
    align-items: center;
  }
}

.c-business-page__info {
  font-size: 0.8125rem;
  line-height: 1.75;
  letter-spacing: 0.25em;
  font-weight: 400;
}

.p-company-page__list {
  margin-top: 5.375rem;
  margin-inline: auto;
  width: 68.25rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-company-page__list {
    margin-top: 3.125rem;
  }
}

.p-company-page-list__item {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  line-height: 1.666;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-company-page-list__item {
    display: block;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-company-page-list__item {
    display: flex;
    flex-wrap: wrap;
  }
  .p-company-page-list__item:not(:last-of-type)::before {
    content: "";
    position: absolute;
    width: 12.375rem;
    height: 0.0625rem;
    background: #393939;
    bottom: 0;
    left: 0;
  }
}
.p-company-page-list__item:not(:nth-of-type(1)) {
  padding-top: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .p-company-page-list__item:not(:nth-of-type(1)) {
    padding-top: 2.5rem;
  }
}

.p-company-page-item__term {
  letter-spacing: 0.25em;
}
@media screen and (max-width: 767px) {
  .p-company-page-item__term {
    font-size: 1rem;
    border-bottom: 0.0625rem solid #393939;
    padding-bottom: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-company-page-item__term {
    flex: 0 0 12.375rem;
    margin-right: 1.875rem;
  }
}

.p-company-page-item__desc {
  letter-spacing: 0.05em;
  border-bottom: solid 0.0625rem #a3a3a3;
  flex: 1;
  padding-bottom: 2.5rem;
}
.p-company-page-item__desc:last-child {
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-company-page-item__desc {
    padding-bottom: 1.375rem;
    padding-top: 1.375rem;
  }
  .p-company-page-item__desc:last-child {
    padding-bottom: 1.375rem;
  }
}
.p-company-page-item__desc.line-dashed {
  border-bottom: dashed 0.0625rem #a3a3a3;
}

@media screen and (min-width: 768px) {
  .p-company-page-item__desc02,
  .p-company-page-item__desc03,
  .p-company-page-item__desc04,
  .p-company-page-item__desc05,
  .p-company-page-item__desc06 {
    margin-left: auto;
    flex: 0 1 calc(100% - 230px);
    padding-top: 2.1875rem;
  }
}

.p-company-page-item__desc--supplier {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  .p-company-page-item__desc--supplier.first-supplier__item {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-company-page-item__desc--supplier.second-supplier__item {
    margin-top: -1.875rem;
  }
}
.p-company-page-item__desc--supplier.last-supplier__item {
  padding-bottom: 3.25rem;
  border-bottom: solid 0.0625rem #a3a3a3;
}
@media screen and (max-width: 767px) {
  .p-company-page-item__desc--supplier.last-supplier__item {
    padding-bottom: 1.5rem;
  }
}

.p-company-page-item__desc--client {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  .p-company-page-item__desc--client.first-client__item {
    padding-top: 1.5rem;
  }
}
.p-company-page-item__desc--client.last-client__item {
  border-bottom: solid 0.0625rem #a3a3a3;
}
@media screen and (max-width: 767px) {
  .p-company-page-item__desc--client.last-client__item {
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-company-page-item__desc--client.last-client__item {
    padding-bottom: 2.9375rem;
  }
}

.p-company-page-item__desc--bank {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  .p-company-page-item__desc--bank.first-bank__item {
    padding-top: 1.5rem;
  }
}
.p-company-page-item__desc--bank.last-bank__item {
  border-bottom: solid 0.0625rem #a3a3a3;
}
@media screen and (max-width: 767px) {
  .p-company-page-item__desc--bank.last-bank__item {
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-company-page-item__desc--bank.last-bank__item {
    padding-bottom: 3.0625rem;
  }
}

.p-company-page-item__last-map {
  padding-bottom: 0;
  border-bottom: none;
}

.p-company-page-item__desc--ja {
  display: block;
}

.p-company-page-item__desc--en {
  display: block;
}

.p-company-page-item__office {
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.7368;
  letter-spacing: 0.05em;
}
.p-company-page-item__office span {
  display: inline-block;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-company-page-item__office {
    font-size: 1rem;
  }
}

.p-company-page-item__office-address {
  display: block;
  line-height: 1.55;
  letter-spacing: 0.05em;
  margin-top: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-company-page-item__office-address {
    margin-top: 0.5rem;
  }
}

.p-company-page-item__contact-methods {
  display: block;
  line-height: 1.55;
  letter-spacing: 0.05em;
}

.p-company-page__map-name {
  margin-top: 0.5rem;
  display: inline-block;
  font-weight: bold;
  font-size: 1.1875rem;
  line-height: 0.947;
  letter-spacing: 0.05em;
  padding-left: 1.875rem;
  position: relative;
}
.p-company-page__map-name::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1.4375rem;
  top: 0;
  left: 0;
  background: url("../../assets/images/ico/icon-map.svg") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-company-page__map-name {
    font-size: 1rem;
    padding-left: 1.5625rem;
  }
  .p-company-page__map-name::before {
    width: 0.875rem;
    height: 1.1875rem;
  }
}

.p-company-page__map-address {
  display: inline-block;
  line-height: 1.555;
  font-weight: 500;
  margin-top: 0.75rem;
}

.p-company-page-map__wrapper {
  margin-top: 1.3125rem;
  aspect-ratio: 863/323;
}
.p-company-page-map__wrapper iframe {
  width: 100%;
}

.p-company-page-bottom__block {
  display: flex;
  justify-content: flex-end;
  margin: 2.8125rem auto 6.4375rem;
  width: 68.25rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-company-page-bottom__block {
    justify-content: center;
    margin: 1.5625rem auto 5rem;
  }
}

.p-privacy-page__info {
  margin-top: 5.0625rem;
  margin-inline: auto;
  width: 55.375rem;
  max-width: 100%;
  font-size: 1.0625rem;
  line-height: 2.2941;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-privacy-page__info {
    margin-top: 3.125rem;
    font-size: 0.9375rem;
    letter-spacing: 0.04em;
  }
}

.p-privacy-page__list {
  margin: 4.375rem auto 0;
  width: 55.125rem;
  max-width: 100%;
  background: rgba(247, 247, 247, 0.85);
  padding: 3.5rem 7.25rem 4.9375rem;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-page__list {
    gap: 1.5625rem;
    margin: 2.5rem auto 0;
    padding: 1.875rem 5vw;
  }
}

.p-privacy-page-item__lead {
  margin-top: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.1875rem;
  letter-spacing: 0.15em;
  line-height: 1.473;
}
@media screen and (max-width: 767px) {
  .p-privacy-page-item__lead {
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}

.p-privacy-page-item__text {
  margin-top: 0.9375rem;
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.866;
}
@media screen and (max-width: 767px) {
  .p-privacy-page-item__text {
    font-size: 0.875rem;
  }
}

.p-privacy-page__list--s {
  margin-top: 0.5625rem;
}

.p-privacy-page-list__item--s {
  padding-left: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.866;
  font-weight: 300;
  position: relative;
}
@media screen and (min-width: 1440px) {
  .p-privacy-page-list__item--s {
    white-space: nowrap;
  }
}
.p-privacy-page-list__item--s::before {
  content: "";
  position: absolute;
  width: 0.1875rem;
  height: 0.1875rem;
  top: 0.8125rem;
  left: 0.375rem;
  border-radius: 50%;
  background: #323232;
}

.mw_wp_form_confirm .p-page-form__wrapper .formSet .inputWrap {
  padding: 0 0 1.5rem 0;
  border-bottom: 1px solid #ddd;
}
.mw_wp_form_confirm .p-page-form__wrapper .agree__wrapper .input-page {
  display: none;
}
.mw_wp_form_confirm .p-page-form__wrapper .agree__wrapper .confirm-page {
  display: block;
}
.mw_wp_form_confirm .p-page-form__wrapper .agree__wrapper .caution {
  line-height: 1;
  margin: 0 0 1.5rem 0;
}
.mw_wp_form_confirm .p-page-form__wrapper .agree__wrapper .btn-submit__wrapper .backBtn {
  text-align: center;
  display: block;
  color: #666;
  width: 100%;
  margin: 1.5rem auto 0;
  border: none;
  background: none;
  text-decoration: underline;
}
.mw_wp_form_confirm .p-page-form__wrapper .agree__wrapper .btn-submit__wrapper .backBtn:hover {
  text-decoration: none;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.p-page-form__wrapper {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  max-width: 51.875rem;
  margin: 6.5625rem auto;
}
@media screen and (max-width: 767px) {
  .p-page-form__wrapper {
    margin: 3.28125rem auto;
  }
}
.p-page-form__wrapper .pc {
  display: block;
}
.p-page-form__wrapper .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-page-form__wrapper .pc {
    display: none;
  }
  .p-page-form__wrapper .sp {
    display: block;
  }
}
.p-page-form__wrapper .h2-form-title {
  width: 100%;
  font-size: 1rem;
  color: #fff;
  margin: 0 0 1.6875rem 0;
  padding: 1rem 1.25rem;
  background: #acac74;
}
.p-page-form__wrapper .h2-form-title span {
  font-size: 0.8125rem;
}
.p-page-form__wrapper .h3-form-title {
  font-size: 0.875rem;
  color: #fff;
  margin: 0 0 1.5rem 0;
  padding: 0.625rem 1.25rem;
  background: #acac74;
}
.p-page-form__wrapper .h3-form-title span {
  font-size: 0.75rem;
}
.p-page-form__wrapper .formSet {
  margin: 0 0 3.125rem 0;
}
.p-page-form__wrapper .formSet input,
.p-page-form__wrapper .formSet textarea,
.p-page-form__wrapper .formSet select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-page-form__wrapper .formSet select::-ms-expand {
  display: none;
}
.p-page-form__wrapper .formSet .label {
  display: flex;
  gap: 0 0.75rem;
  margin: 0 0 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-page-form__wrapper .formSet .label {
    flex-direction: column;
    gap: 0.75rem 0;
  }
}
.p-page-form__wrapper .formSet .label .jp {
  font-size: 0.8125rem;
}
.p-page-form__wrapper .formSet .label span {
  display: flex;
  align-items: flex-end;
  gap: 0 0.5rem;
  font-size: 0.625rem;
}
.p-page-form__wrapper .formSet .label span .required {
  color: #f03200;
}
.p-page-form__wrapper .formSet .radio-label {
  margin: 0 0 1rem 0;
}
.p-page-form__wrapper .formSet .inputWrap {
  margin: 0 0 1.5rem 0;
}
.p-page-form__wrapper .formSet .inputWrap .input,
.p-page-form__wrapper .formSet .inputWrap .textarea,
.p-page-form__wrapper .formSet .inputWrap select {
  font-size: 1rem;
  padding: 1rem;
  line-height: 1.4;
  width: 100%;
  border: 0.0625rem solid #333;
  outline: none;
}
.p-page-form__wrapper .formSet .inputWrap select {
  text-align: right;
  font-size: 10px;
  color: #999;
  padding: 1.25rem 1rem;
}
.p-page-form__wrapper .formSet .inputWrap .textarea {
  height: 120px;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .p-page-form__wrapper .formSet .inputWrap .textarea {
    height: 15.625rem;
  }
}
.p-page-form__wrapper .formSet .inputWrap .error {
  font-size: 0.625rem;
  color: #f03200;
  margin: 1rem 0 0 0;
}
.p-page-form__wrapper .formSet .inputWrap .radioItemWrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem 0;
}
.p-page-form__wrapper .formSet .inputWrap .radioItemWrap .mwform-radio-field {
  display: inline-block;
}
.p-page-form__wrapper .formSet .inputWrap .radioItemWrap label {
  position: relative;
  cursor: pointer;
  font-size: 0.8125rem;
}
.p-page-form__wrapper .formSet .inputWrap .radioItemWrap input[type=radio],
.p-page-form__wrapper .formSet .inputWrap .radioItemWrap input[type=checkbox] {
  display: none;
}
.p-page-form__wrapper .formSet .inputWrap .radioItemWrap input[type=radio] + .mwform-radio-field-text::before {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  border: 0.0625rem solid #333;
  margin: 0 0.5rem 0 0;
}
.p-page-form__wrapper .formSet .inputWrap .radioItemWrap input[type=radio]:checked + .mwform-radio-field-text::before {
  background: #333;
}
.p-page-form__wrapper .formSet .inputWrap .radioItemWrap input[type=checkbox] + .mwform-checkbox-field-text::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 0.0625rem solid #333;
  margin: 0 0.5rem 0 0;
  transform: translateY(0.125rem);
}
.p-page-form__wrapper .formSet .inputWrap .radioItemWrap input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  background-image: url(../images/ico/icon-check.svg);
  background-size: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
}
.p-page-form__wrapper .formSet .agreeInputWrap {
  width: 15rem;
  margin: 0 auto 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-form__wrapper .formSet .agreeInputWrap {
    width: 11.25rem;
  }
}
.p-page-form__wrapper .formSet .agreeInputWrap .radioItemWrap label {
  font-size: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-page-form__wrapper .formSet .agreeInputWrap .radioItemWrap label {
    font-size: 0.875rem;
  }
}
.p-page-form__wrapper .formSet .agreeInputWrap .radioItemWrap input[type=radio] + .mwform-radio-field-text::before {
  margin: 0 1rem 0 0;
}
.p-page-form__wrapper .agree__wrapper .confirm-page {
  display: none;
}
.p-page-form__wrapper .agree__wrapper .caution {
  text-align: center;
  font-size: 1rem;
  line-height: 2.2;
  margin: 0 0 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-page-form__wrapper .agree__wrapper .caution {
    text-align: justify;
    font-size: 0.875rem;
    line-height: 1.8;
    margin: 0 0 1.25rem 0;
  }
}
.p-page-form__wrapper .agree__wrapper .caution a {
  text-decoration: underline;
  color: #acac74;
}
.p-page-form__wrapper .agree__wrapper .caution a:hover {
  text-decoration: none;
}
.p-page-form__wrapper .agree__wrapper .caution_en,
.p-page-form__wrapper .agree__wrapper .caution_kor {
  font-size: 0.9375rem;
}
.p-page-form__wrapper .agree__wrapper .btn-submit__wrapper .btn-submit {
  display: block;
  font-size: 1rem;
  line-height: 1.4;
  width: 100%;
  max-width: 40.625rem;
  margin: 0 auto;
  padding: 1.25rem 2.5rem;
  border: none;
  background: rgba(221, 221, 221, 0.85);
  transition: 0.5s;
}
.p-page-form__wrapper .agree__wrapper .btn-submit__wrapper .btn-submit:hover {
  color: #fff;
  background: #333;
}
@media screen and (max-width: 767px) {
  .p-page-form__wrapper .agree__wrapper .btn-submit__wrapper .btn-submit {
    font-size: 0.8125rem;
  }
}

.p-page-form__thanks {
  margin: 6.25rem 0;
  line-height: 2.2;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-page-form__thanks {
    font-size: 0.8125rem;
    margin: 3.125rem 0 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .u-pc-none {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-none {
    display: none;
  }
}

@media screen and (min-width: 375px) {
  .u-xs-over-none {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  .u-xs-none {
    display: none;
  }
}

.u-dib {
  display: inline-block;
}

.u-ls50 {
  letter-spacing: 0.05em;
}

.__horseoil .p-brand-head .p-brand-head__title__en::before,
.__horseoil .p-brand-title,
.__horseoil .p-brand-single-info__title {
  background-color: #8c501e;
}
.__hatomugi .p-brand-head .p-brand-head__title__en::before,
.__hatomugi .p-brand-title,
.__hatomugi .p-brand-single-info__title {
  background-color: #322896;
}
.__ps .p-brand-head .p-brand-head__title__en::before, .__ps-cica .p-brand-head .p-brand-head__title__en::before,
.__ps .p-brand-title,
.__ps-cica .p-brand-title,
.__ps .p-brand-single-info__title,
.__ps-cica .p-brand-single-info__title {
  background-color: #32a050;
}
.__massemolly .p-brand-head .p-brand-head__title__en::before,
.__massemolly .p-brand-title,
.__massemolly .p-brand-single-info__title {
  background-color: #17b4f0;
}
.__tsubakioil .p-brand-head .p-brand-head__title__en::before,
.__tsubakioil .p-brand-title,
.__tsubakioil .p-brand-single-info__title {
  background-color: #c82346;
}
.__kakishibu .p-brand-head .p-brand-head__title__en::before,
.__kakishibu .p-brand-title,
.__kakishibu .p-brand-single-info__title {
  background-color: #d74b28;
}
.__scalpcare .p-brand-head .p-brand-head__title__en::before,
.__scalpcare .p-brand-title,
.__scalpcare .p-brand-single-info__title {
  background-color: #464646;
}
.__masse .p-brand-head .p-brand-head__title__en::before,
.__masse .p-brand-title,
.__masse .p-brand-single-info__title {
  background-color: #37c5b9;
}
.__shikioriori .p-brand-head .p-brand-head__title__en::before,
.__shikioriori .p-brand-title,
.__shikioriori .p-brand-single-info__title {
  background-color: #fc87af;
}
.__ururizm .p-brand-head .p-brand-head__title__en::before,
.__ururizm .p-brand-title,
.__ururizm .p-brand-single-info__title {
  background-color: #a57dc3;
}
.__jikkasoso .p-brand-head .p-brand-head__title__en::before,
.__jikkasoso .p-brand-title,
.__jikkasoso .p-brand-single-info__title {
  background-color: #5ac83c;
}
.__mamolly .p-brand-head .p-brand-head__title__en::before,
.__mamolly .p-brand-title,
.__mamolly .p-brand-single-info__title {
  background-color: #ffa019;
}
.__rinka .p-brand-head .p-brand-head__title__en::before,
.__rinka .p-brand-title,
.__rinka .p-brand-single-info__title {
  background-color: #5a5fb4;
}
.__tealice .p-brand-head .p-brand-head__title__en::before,
.__tealice .p-brand-title,
.__tealice .p-brand-single-info__title {
  background-color: #aa7323;
}
.__megumihadakomachi .p-brand-head .p-brand-head__title__en::before,
.__megumihadakomachi .p-brand-title,
.__megumihadakomachi .p-brand-single-info__title {
  background-color: #ef3c9b;
}

.__horseoil .p-brand-single-info__price,
.__horseoil .p-brand-single-info__lead,
.__horseoil .p-brand-single-info__feature::before {
  color: #8c501e;
}
.__hatomugi .p-brand-single-info__price,
.__hatomugi .p-brand-single-info__lead,
.__hatomugi .p-brand-single-info__feature::before {
  color: #322896;
}
.__ps .p-brand-single-info__price, .__ps-cica .p-brand-single-info__price,
.__ps .p-brand-single-info__lead,
.__ps-cica .p-brand-single-info__lead,
.__ps .p-brand-single-info__feature::before,
.__ps-cica .p-brand-single-info__feature::before {
  color: #32a050;
}
.__massemolly .p-brand-single-info__price,
.__massemolly .p-brand-single-info__lead,
.__massemolly .p-brand-single-info__feature::before {
  color: #17b4f0;
}
.__tsubakioil .p-brand-single-info__price,
.__tsubakioil .p-brand-single-info__lead,
.__tsubakioil .p-brand-single-info__feature::before {
  color: #c82346;
}
.__kakishibu .p-brand-single-info__price,
.__kakishibu .p-brand-single-info__lead,
.__kakishibu .p-brand-single-info__feature::before {
  color: #d74b28;
}
.__scalpcare .p-brand-single-info__price,
.__scalpcare .p-brand-single-info__lead,
.__scalpcare .p-brand-single-info__feature::before {
  color: #464646;
}
.__masse .p-brand-single-info__price,
.__masse .p-brand-single-info__lead,
.__masse .p-brand-single-info__feature::before {
  color: #37c5b9;
}
.__shikioriori .p-brand-single-info__price,
.__shikioriori .p-brand-single-info__lead,
.__shikioriori .p-brand-single-info__feature::before {
  color: #fc87af;
}
.__ururizm .p-brand-single-info__price,
.__ururizm .p-brand-single-info__lead,
.__ururizm .p-brand-single-info__feature::before {
  color: #a57dc3;
}
.__jikkasoso .p-brand-single-info__price,
.__jikkasoso .p-brand-single-info__lead,
.__jikkasoso .p-brand-single-info__feature::before {
  color: #5ac83c;
}
.__mamolly .p-brand-single-info__price,
.__mamolly .p-brand-single-info__lead,
.__mamolly .p-brand-single-info__feature::before {
  color: #ffa019;
}
.__rinka .p-brand-single-info__price,
.__rinka .p-brand-single-info__lead,
.__rinka .p-brand-single-info__feature::before {
  color: #5a5fb4;
}
.__tealice .p-brand-single-info__price,
.__tealice .p-brand-single-info__lead,
.__tealice .p-brand-single-info__feature::before {
  color: #aa7323;
}
.__megumihadakomachi .p-brand-single-info__price,
.__megumihadakomachi .p-brand-single-info__lead,
.__megumihadakomachi .p-brand-single-info__feature::before {
  color: #ef3c9b;
}

.__horseoil .c-brand-item:hover .c-brand-item__link {
  background: #8c501e;
  border-color: #8c501e;
}
.__hatomugi .c-brand-item:hover .c-brand-item__link {
  background: #322896;
  border-color: #322896;
}
.__ps .c-brand-item:hover .c-brand-item__link, .__ps-cica .c-brand-item:hover .c-brand-item__link {
  background: #32a050;
  border-color: #32a050;
}
.__massemolly .c-brand-item:hover .c-brand-item__link {
  background: #17b4f0;
  border-color: #17b4f0;
}
.__tsubakioil .c-brand-item:hover .c-brand-item__link {
  background: #c82346;
  border-color: #c82346;
}
.__kakishibu .c-brand-item:hover .c-brand-item__link {
  background: #d74b28;
  border-color: #d74b28;
}
.__scalpcare .c-brand-item:hover .c-brand-item__link {
  background: #464646;
  border-color: #464646;
}
.__masse .c-brand-item:hover .c-brand-item__link {
  background: #37c5b9;
  border-color: #37c5b9;
}
.__shikioriori .c-brand-item:hover .c-brand-item__link {
  background: #fc87af;
  border-color: #fc87af;
}
.__ururizm .c-brand-item:hover .c-brand-item__link {
  background: #a57dc3;
  border-color: #a57dc3;
}
.__jikkasoso .c-brand-item:hover .c-brand-item__link {
  background: #5ac83c;
  border-color: #5ac83c;
}
.__mamolly .c-brand-item:hover .c-brand-item__link {
  background: #ffa019;
  border-color: #ffa019;
}
.__rinka .c-brand-item:hover .c-brand-item__link {
  background: #5a5fb4;
  border-color: #5a5fb4;
}
.__tealice .c-brand-item:hover .c-brand-item__link {
  background: #aa7323;
  border-color: #aa7323;
}
.__megumihadakomachi .c-brand-item:hover .c-brand-item__link {
  background: #ef3c9b;
  border-color: #ef3c9b;
}

.__horseoil .p-brand-single-info__spec th,
.__horseoil .p-brand-single-info__spec td {
  border-color: #8c501e;
}
.__hatomugi .p-brand-single-info__spec th,
.__hatomugi .p-brand-single-info__spec td {
  border-color: #322896;
}
.__ps .p-brand-single-info__spec th, .__ps-cica .p-brand-single-info__spec th,
.__ps .p-brand-single-info__spec td,
.__ps-cica .p-brand-single-info__spec td {
  border-color: #32a050;
}
.__massemolly .p-brand-single-info__spec th,
.__massemolly .p-brand-single-info__spec td {
  border-color: #17b4f0;
}
.__tsubakioil .p-brand-single-info__spec th,
.__tsubakioil .p-brand-single-info__spec td {
  border-color: #c82346;
}
.__kakishibu .p-brand-single-info__spec th,
.__kakishibu .p-brand-single-info__spec td {
  border-color: #d74b28;
}
.__scalpcare .p-brand-single-info__spec th,
.__scalpcare .p-brand-single-info__spec td {
  border-color: #464646;
}
.__masse .p-brand-single-info__spec th,
.__masse .p-brand-single-info__spec td {
  border-color: #37c5b9;
}
.__shikioriori .p-brand-single-info__spec th,
.__shikioriori .p-brand-single-info__spec td {
  border-color: #fc87af;
}
.__ururizm .p-brand-single-info__spec th,
.__ururizm .p-brand-single-info__spec td {
  border-color: #a57dc3;
}
.__jikkasoso .p-brand-single-info__spec th,
.__jikkasoso .p-brand-single-info__spec td {
  border-color: #5ac83c;
}
.__mamolly .p-brand-single-info__spec th,
.__mamolly .p-brand-single-info__spec td {
  border-color: #ffa019;
}
.__rinka .p-brand-single-info__spec th,
.__rinka .p-brand-single-info__spec td {
  border-color: #5a5fb4;
}
.__tealice .p-brand-single-info__spec th,
.__tealice .p-brand-single-info__spec td {
  border-color: #aa7323;
}
.__megumihadakomachi .p-brand-single-info__spec th,
.__megumihadakomachi .p-brand-single-info__spec td {
  border-color: #ef3c9b;
}
.__horseoil .p-brand-single-info__spec th {
  background-color: #f3ede8;
}
.__hatomugi .p-brand-single-info__spec th {
  background-color: #ebeaf9;
}
.__ps .p-brand-single-info__spec th, .__ps-cica .p-brand-single-info__spec th {
  background-color: rgba(50, 160, 80, 0.1647058824);
}
.__massemolly .p-brand-single-info__spec th {
  background-color: rgba(23, 180, 240, 0.1647058824);
}
.__tsubakioil .p-brand-single-info__spec th {
  background-color: rgba(200, 35, 70, 0.1647058824);
}
.__kakishibu .p-brand-single-info__spec th {
  background-color: rgba(215, 75, 40, 0.1647058824);
}
.__scalpcare .p-brand-single-info__spec th {
  background-color: rgba(70, 70, 70, 0.1647058824);
}
.__masse .p-brand-single-info__spec th {
  background-color: rgba(55, 197, 185, 0.1647058824);
}
.__shikioriori .p-brand-single-info__spec th {
  background-color: rgba(252, 135, 175, 0.1647058824);
}
.__ururizm .p-brand-single-info__spec th {
  background-color: rgba(165, 125, 195, 0.1647058824);
}
.__jikkasoso .p-brand-single-info__spec th {
  background-color: rgba(90, 200, 60, 0.1647058824);
}
.__mamolly .p-brand-single-info__spec th {
  background-color: rgba(255, 160, 25, 0.1647058824);
}
.__rinka .p-brand-single-info__spec th {
  background-color: rgba(90, 95, 180, 0.1647058824);
}
.__tealice .p-brand-single-info__spec th {
  background-color: rgba(170, 115, 35, 0.1647058824);
}
.__megumihadakomachi .p-brand-single-info__spec th {
  background-color: rgba(239, 60, 155, 0.1647058824);
}

.__tsubakioil .p-brand-mv.__brandLogo .p-brand-mv-text h3 {
  color: #c82346;
}
.__kakishibu .p-brand-mv.__brandLogo .p-brand-mv-text h3 {
  color: #d74b28;
}

.__skincare .c-brand-category__item-skincare a {
  pointer-events: none;
  background: #d787a0;
  color: #fff;
  border-color: #d787a0;
}
.__skincare .c-brand-item__category span {
  background: #d787a0;
}
.__skincare .c-brand-item a:hover .c-brand-item__link {
  background: #d787a0;
  border-color: #d787a0;
}

.__bodycare .c-brand-category__item-bodycare a {
  pointer-events: none;
  background: #c8af1e;
  color: #fff;
  border-color: #c8af1e;
}
.__bodycare .c-brand-item__category span {
  background: #c8af1e;
}
.__bodycare .c-brand-item a:hover .c-brand-item__link {
  background: #c8af1e;
  border-color: #c8af1e;
}

.__haircare .c-brand-category__item-haircare a {
  pointer-events: none;
  background: #7db9c8;
  color: #fff;
  border-color: #7db9c8;
}
.__haircare .c-brand-item__category span {
  background: #7db9c8;
}
.__haircare .c-brand-item a:hover .c-brand-item__link {
  background: #7db9c8;
  border-color: #7db9c8;
}

.__scalpcare .c-brand-category__item-scalpcare a {
  pointer-events: none;
  background: #464646;
  color: #fff;
  border-color: #464646;
}
.__scalpcare .c-brand-item__category span {
  background: #464646;
}
.__scalpcare .c-brand-item a:hover .c-brand-item__link {
  background: #464646;
  border-color: #464646;
}

.__edt .c-brand-category__item-edt a {
  pointer-events: none;
  background: #7897d2;
  color: #fff;
  border-color: #7897d2;
}
.__edt .c-brand-item__category span {
  background: #7897d2;
}
.__edt .c-brand-item a:hover .c-brand-item__link {
  background: #7897d2;
  border-color: #7897d2;
}/*# sourceMappingURL=style.css.map */