@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
:root {
  --base: #000;
  --discretion: #B9B9B9;
  --required: #FF0000;
  --inputBg: #F3F3F3;
  --footerBg: #878787;
  --itemBg: #F2F2F2;
  --border1: #DCDCDC;
  --privacy: #A7A7A7;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
@media only screen and (max-width: 1020px) {
  html {
    font-size: 0.9803921569vw;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #FFF;
  position: relative;
  line-height: 1.8571428571;
  letter-spacing: 0.08em;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  color: var(--base);
}
@media only screen and (max-width: 768px) {
  body {
    min-width: initial;
    overflow: hidden;
    overflow-y: scroll;
  }
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea,
button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
}

label {
  cursor: pointer;
}

img {
  width: 100%;
  vertical-align: middle;
}

a,
button {
  transition: 0.3s opacity;
}

a {
  color: var(--blue1);
}

.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media only screen and (max-width: 1020px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.inline-pc {
  display: inline;
}
@media only screen and (max-width: 768px) {
  .inline-pc {
    display: none;
  }
}

.inline-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .inline-sp {
    display: inline;
  }
}

.no-link {
  pointer-events: none;
}

.scroll-header {
  scroll-margin-top: 6rem;
}

/*-- リセット --*/
h1,
h2,
h3,
h4,
h5,
p,
b,
dt,
dd,
li,
span,
a,
strong {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  min-height: 0%;
  vertical-align: top;
}

figure {
  width: 100%;
  min-height: 0%;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  backface-visibility: hidden;
  transition: 0.3s;
}
a img {
  display: inline-block;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.l-header {
  height: 0;
}
.l-header.is-home .l-header__logo {
  width: 16.4rem;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .l-header.is-home .l-header__logo {
    width: 8.6rem;
  }
}
.l-header.is-home .l-header__logo path {
  fill: #FFF;
}
@media only screen and (max-width: 768px) {
  .l-header.is-home .l-header__hamburger::before, .l-header.is-home .l-header__hamburger::after,
  .l-header.is-home .l-header__hamburger span {
    background: #FFF;
  }
}
.l-header.is-home .l-global__list a {
  transition: 0.3s;
  color: #FFF;
}
.l-header.is-home.is-scrolled .l-header__logo {
  width: 5.841rem;
}
@media only screen and (max-width: 768px) {
  .l-header.is-home.is-scrolled .l-header__logo {
    width: 5.07rem;
  }
}
.l-header.is-home.is-scrolled .l-header__logo path {
  fill: var(--base);
}
@media only screen and (max-width: 768px) {
  .l-header.is-home.is-scrolled .l-header__hamburger::before, .l-header.is-home.is-scrolled .l-header__hamburger::after,
  .l-header.is-home.is-scrolled .l-header__hamburger span {
    background: var(--base);
  }
}
.l-header.is-home.is-scrolled .l-global__list a {
  color: var(--base);
}
@media only screen and (max-width: 768px) {
  .l-header.is-home.is-scrolled .l-global__list a {
    color: #FFF;
  }
}
.l-header.is-home.is-open .l-header__logo path {
  fill: #FFF;
}
.l-header.is-home.is-open .l-header__hamburger::before, .l-header.is-home.is-open .l-header__hamburger::after,
.l-header.is-home.is-open .l-header__hamburger span {
  background: #FFF;
}
.l-header.is-open .l-header__logo path {
  fill: #FFF;
}
.l-header.is-open .l-header__hamburger::before, .l-header.is-open .l-header__hamburger::after,
.l-header.is-open .l-header__hamburger span {
  background: #FFF;
}
.l-header__logo {
  width: 5.841rem;
  position: fixed;
  top: 3rem;
  left: 3rem;
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  .l-header__logo {
    width: 5.07rem;
    top: 1.6rem;
    left: 1.6rem;
  }
}
.l-header__logo svg {
  width: 100%;
  height: auto;
}
.l-header__logo svg path {
  fill: var(--base);
}
.l-header__hamburger {
  display: none;
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  .l-header__hamburger {
    display: block;
    width: 3.2rem;
    height: 2.05rem;
    position: fixed;
    top: 1.6rem;
    right: 1.6rem;
  }
  .l-header__hamburger::before, .l-header__hamburger::after,
  .l-header__hamburger span {
    content: "";
    width: 100%;
    height: 0.15rem;
    background: var(--base);
    position: absolute;
    left: 0;
    transition: 0.3s;
  }
  .l-header__hamburger::before {
    top: 0;
  }
  .l-header__hamburger::after {
    bottom: 0;
  }
  .l-header__hamburger span {
    top: 50%;
    translate: 0 -50%;
  }
  .l-header__hamburger.is-open::before {
    top: 50%;
    translate: 0 -50%;
    rotate: 45deg;
  }
  .l-header__hamburger.is-open::after {
    bottom: 50%;
    translate: 0 50%;
    rotate: -45deg;
  }
  .l-header__hamburger.is-open span {
    opacity: 0;
  }
}

.l-global {
  position: fixed;
  top: 5rem;
  right: 5rem;
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  .l-global {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 48rem;
    background: var(--footerBg);
    top: 0;
    left: 0;
    z-index: 10;
    mix-blend-mode: normal;
  }
}
.l-global__list {
  display: flex;
  align-items: center;
  gap: 4rem;
  line-height: 1.4;
  letter-spacing: 0.07em;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Spectral", serif;
}
@media only screen and (max-width: 768px) {
  .l-global__list {
    flex-direction: column;
    justify-content: center;
    gap: 4rem;
  }
}
.l-global__list a {
  text-decoration: none;
  color: var(--base);
}
@media only screen and (max-width: 768px) {
  .l-global__list a {
    color: #FFF;
  }
}

.l-footer {
  padding: 5.6rem 0;
  background: var(--footerBg);
}
@media only screen and (max-width: 768px) {
  .l-footer {
    padding: 4rem 0 2.4rem;
  }
}
.l-footer__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 23.16rem;
}
@media only screen and (max-width: 768px) {
  .l-footer__container {
    flex-direction: column;
    gap: 4rem;
  }
}
.l-footer__logo {
  width: 9.138rem;
}
.l-footer__content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .l-footer__content {
    align-items: center;
    gap: 4rem;
  }
}
.l-footer__list {
  display: flex;
  gap: 4rem;
  line-height: 1.4;
  letter-spacing: 0.07em;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Spectral", serif;
}
@media only screen and (max-width: 768px) {
  .l-footer__list {
    justify-content: center;
    gap: 2rem;
  }
}
.l-footer__list_link {
  text-decoration: none;
  color: #FFF;
}
.l-footer__copy {
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  font-size: 1.4rem;
  font-weight: 400;
  color: #FFF;
}

.l-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 3rem;
  box-sizing: border-box;
}
.l-container--ptn1 {
  max-width: 104rem;
}

.l-page-header {
  padding: 14.4rem 0 12rem;
}
@media only screen and (max-width: 768px) {
  .l-page-header {
    padding: 10.2rem 0 5.6rem;
  }
}
.l-page-header.typ-02 {
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .l-page-header.typ-02 {
    padding-bottom: 0;
  }
}
.l-page-header.typ-02 .l-page-header__title {
  margin-bottom: 0;
}
.l-page-header__title {
  display: flex;
  gap: 2rem;
  align-items: flex-end;
  margin: 0 auto 8rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .l-page-header__title {
    gap: 1.8rem;
    align-items: flex-start;
    width: calc(100% + 2rem);
    margin: 0 -1rem 5.6rem;
  }
}
.l-page-header__title::after {
  content: "";
  flex: 1 1 auto;
  height: 0.8px;
  background: var(--border1);
  translate: 0 -0.5em;
}
@media only screen and (max-width: 768px) {
  .l-page-header__title::after {
    translate: 0 0.75em;
  }
}
.l-page-header__title .inner {
  display: flex;
  align-items: flex-end;
  gap: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .l-page-header__title .inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.l-page-header__title .is__en {
  line-height: 1;
  letter-spacing: 0.12em;
  font-size: 5.6rem;
  font-weight: 400;
  font-family: "Spectral", serif;
}
@media only screen and (max-width: 768px) {
  .l-page-header__title .is__en {
    line-height: 1.2;
    font-size: 3.9rem;
  }
}
.l-page-header__title .is__jp {
  line-height: 2.1111111111;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .l-page-header__title .is__jp {
    line-height: 2.7142857143;
    font-size: 1.4rem;
  }
}
.l-page-header__lead {
  line-height: 2.0555555556;
  letter-spacing: 0.08em;
  font-size: 1.8rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .l-page-header__lead {
    line-height: 2.3125;
    text-align: left;
    font-size: 1.6rem;
  }
}
.l-page-header__lead p + p {
  margin-top: 1.6em;
}

.l-main {
  display: block;
  min-height: calc(100dvh - 21.198rem);
}

.c-title--ptn1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
}
.c-title--ptn1 .is__en {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  width: 100%;
  line-height: 1.875;
  letter-spacing: 0.12em;
  font-size: 4rem;
  font-weight: 400;
  font-family: "Spectral", serif;
}
@media only screen and (max-width: 768px) {
  .c-title--ptn1 .is__en {
    font-size: 3.2rem;
  }
}
.c-title--ptn1 .is__en::after {
  content: "";
  flex: 1 1 auto;
  height: 0.8px;
  background: var(--base);
}
.c-title--ptn1 .is__jp {
  line-height: 2.375;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .c-title--ptn1 .is__jp {
    font-size: 1.4rem;
  }
}
.c-title--ptn2 {
  margin: 0 auto;
  line-height: 2.1071428571;
  letter-spacing: 0.08em;
  font-size: 2.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .c-title--ptn2 {
    width: calc(100% + 4rem);
    margin: 0 -2rem;
    line-height: 1.9047619048;
    font-size: 2.1rem;
  }
}
.c-title--ptn3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-title--ptn3 .is__en {
  line-height: 1;
  letter-spacing: 0.12em;
  font-size: 4rem;
  font-weight: 400;
  font-family: "Spectral", serif;
}
@media only screen and (max-width: 768px) {
  .c-title--ptn3 .is__en {
    font-size: 3.2rem;
  }
}
.c-title--ptn3 .is__jp {
  line-height: 2.375;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .c-title--ptn3 .is__jp {
    font-size: 1.4rem;
  }
}
.c-title--ptn3.typ-02 .is__jp {
  line-height: 1;
  letter-spacing: 0.12em;
  font-size: 4rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media only screen and (max-width: 768px) {
  .c-title--ptn3.typ-02 .is__jp {
    font-size: 3.2rem;
  }
}
.c-title--ptn3.typ-02 .is__en {
  line-height: 2.375;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Spectral", serif;
}
@media only screen and (max-width: 768px) {
  .c-title--ptn3.typ-02 .is__en {
    font-size: 1.4rem;
  }
}

.c-btn {
  text-decoration: none;
  cursor: pointer;
}
.c-btn--ptn1 {
  display: grid;
  place-content: center;
  width: 28rem;
  height: 6rem;
  border-radius: 0.4rem;
  box-sizing: border-box;
  background: var(--base);
  position: relative;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .c-btn--ptn1 {
    width: 24rem;
  }
}
.c-btn--ptn1::after {
  content: "";
  width: 0.7rem;
  height: 1.2rem;
  background: url(../img/common/btn-arrow-01.svg) 50% 50%/100% no-repeat;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  translate: 0 -50%;
}
.c-btn--ptn2 {
  display: grid;
  place-content: center;
  width: 28rem;
  height: 6rem;
  border-radius: 0.4rem;
  box-sizing: border-box;
  background: var(--base);
  position: relative;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .c-btn--ptn2 {
    width: 24rem;
  }
}
.c-btn--ptn2::after {
  content: "";
  width: 0.7rem;
  height: 1.2rem;
  background: url(../img/common/btn-arrow-01.svg) 50% 50%/100% no-repeat;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  translate: 0 -50%;
  scale: -1 1;
}

.p-home-mv {
  display: block;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}
.p-home-mv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-home-about {
  padding: 11.1rem 0 0;
}
@media only screen and (max-width: 768px) {
  .p-home-about {
    padding-top: 10.7rem;
  }
}
.p-home-about__block {
  display: flex;
  align-items: center;
  gap: 9.1rem;
}
@media only screen and (max-width: 768px) {
  .p-home-about__block {
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
  }
}
.p-home-about__block_content {
  flex: 1 1 auto;
  text-align: left;
}
.p-home-about__block_copy {
  margin: 4.8rem 0 0;
  line-height: 2.4444444444;
  letter-spacing: 0.08em;
  font-size: 1.8rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .p-home-about__block_copy {
    margin-top: 4rem;
    line-height: 2.2857142857;
    font-size: 1.4rem;
  }
}
.p-home-about__block_lead {
  margin: 4.8rem 0 0;
  line-height: 1.8571428571;
  letter-spacing: 0.04em;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Spectral", serif;
}
@media only screen and (max-width: 768px) {
  .p-home-about__block_lead {
    margin-top: 4rem;
  }
}
.p-home-about__block_btn {
  display: flex;
  justify-content: center;
  margin: 4rem auto 0;
}
.p-home-about__block_image {
  flex: 0 0 55rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-home-about__block_image {
    flex: 1 1 auto;
    width: calc(100% + 4rem);
    margin: 0 -2rem;
  }
}

.p-home-brands {
  padding: 7.3rem 0 8rem;
}
@media only screen and (max-width: 768px) {
  .p-home-brands {
    padding: 7rem 0 8.7rem;
  }
}
.p-home-brands__block {
  max-width: 142rem;
  width: 100%;
  margin: 4rem auto 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-home-brands__block {
    margin: 3.2rem auto 0;
    padding: 0 1rem;
    box-sizing: border-box;
  }
}
.p-home-brands__block_content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6.15rem;
  position: absolute;
  top: 6rem;
  left: 50%;
  translate: -50% 0;
}
@media only screen and (max-width: 768px) {
  .p-home-brands__block_content {
    flex-direction: column;
    width: 100%;
    padding: 0 2rem;
    box-sizing: border-box;
    gap: 2.92rem;
    top: 6.4rem;
  }
}
.p-home-brands__block_logo {
  width: 16.448rem;
}
@media only screen and (max-width: 768px) {
  .p-home-brands__block_logo {
    width: 10.948rem;
  }
}
.p-home-brands__block_lead {
  flex: 0 0 48rem;
  line-height: 1.875;
  letter-spacing: 0.08em;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .p-home-brands__block_lead {
    flex: 1 1 auto;
    width: 100%;
    box-sizing: border-box;
  }
}
.p-home-brands__block_lead p + p {
  margin-top: 2rem;
  font-size: 1.4rem;
}
.p-home-brands__btn {
  display: flex;
  justify-content: center;
  margin: 6rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-home-brands__btn {
    margin-top: 3.2rem;
  }
}

.p-home-company {
  padding: 8rem 0;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: var(--border1);
  box-sizing: border-box;
}
.p-home-company__box {
  display: flex;
  margin: 5.6rem auto 0;
  line-height: 1.875;
  letter-spacing: 0.08em;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .p-home-company__box {
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 3.2rem;
  }
}
.p-home-company__box + .p-home-company__box {
  margin-top: 2.4rem;
}
.p-home-company__box_title {
  flex: 0 0 10rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .p-home-company__box_title {
    flex: 1 1 auto;
  }
}
.p-home-company__box_content {
  flex: 1 1 auto;
}
.p-home-company__map {
  width: 100%;
  aspect-ratio: 980/440;
  margin: 5.5rem auto 0;
  filter: grayscale(100%);
}
@media only screen and (max-width: 768px) {
  .p-home-company__map {
    width: calc(100% + 4rem);
    aspect-ratio: 355/240;
    margin: 3.2rem -2rem 0;
  }
}
.p-home-company__map iframe {
  width: 100%;
  height: 100%;
}

.p-home-contact {
  padding: 8rem 0 9.6rem;
}
@media only screen and (max-width: 768px) {
  .p-home-contact {
    padding: 8rem 0;
  }
}
.p-home-contact__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 5.6rem;
}
@media only screen and (max-width: 768px) {
  .p-home-contact__title {
    margin-bottom: 5.4rem;
  }
}
.p-home-contact__title .is__en {
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: 4rem;
  font-weight: 400;
  font-family: "Spectral", serif;
}
@media only screen and (max-width: 768px) {
  .p-home-contact__title .is__en {
    font-size: 3.2rem;
  }
}
.p-home-contact__title .is__jp {
  line-height: 2.375;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .p-home-contact__title .is__jp {
    font-size: 1.4rem;
  }
}
.p-home-contact__form {
  max-width: 70rem;
  width: 100%;
  margin: 0 auto;
}
.p-home-contact__form_box {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin: 0 auto;
  text-align: left;
}
.p-home-contact__form_box + .p-home-contact__form_box {
  margin-top: 3.2rem;
}
.p-home-contact__form_title {
  display: flex;
  align-items: center;
  gap: 1rem;
  line-height: 1.4705882353;
  letter-spacing: 0.04em;
  font-size: 1.7rem;
  font-weight: 500;
}
.p-home-contact__form_title::after {
  content: "任意";
  display: grid;
  place-content: center;
  width: 4.4rem;
  height: 2.2rem;
  background: var(--discretion);
  line-height: 1.2;
  font-size: 1.2rem;
  font-weight: 400;
  color: #FFF;
}
.p-home-contact__form_title.is-required::after {
  content: "必須";
  background: var(--required);
}
.p-home-contact__form_title.is-confirm::after {
  display: none;
}
.p-home-contact__form_content {
  line-height: 1.4705882353;
  letter-spacing: 0.04em;
  text-align: left;
  font-size: 1.7rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .p-home-contact__form_content {
    line-height: 2.3125;
    font-size: 1.6rem;
  }
}
.p-home-contact__form_content input[type=text],
.p-home-contact__form_content input[type=tel],
.p-home-contact__form_content input[type=email],
.p-home-contact__form_content textarea {
  width: 100%;
  padding: 1.6rem;
  border-radius: 0.5rem;
  box-sizing: border-box;
  background: var(--inputBg);
  line-height: 1.4;
  font-size: 1.5rem;
  font-weight: 400;
}
.p-home-contact__form_content input[type=text]::-moz-placeholder, .p-home-contact__form_content input[type=tel]::-moz-placeholder, .p-home-contact__form_content input[type=email]::-moz-placeholder, .p-home-contact__form_content textarea::-moz-placeholder {
  color: var(--footerBg);
}
.p-home-contact__form_content input[type=text]::placeholder,
.p-home-contact__form_content input[type=tel]::placeholder,
.p-home-contact__form_content input[type=email]::placeholder,
.p-home-contact__form_content textarea::placeholder {
  color: var(--footerBg);
}
.p-home-contact__form_privacy {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 3.2rem auto 0;
  line-height: 1.625;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  font-weight: 400;
}
.p-home-contact__form_privacy a {
  color: var(--privacy);
}
.p-home-contact__form_btn {
  display: flex;
  justify-content: center;
  margin: 3.2rem auto 0;
}

.p-about-door {
  padding: 8rem 0;
  background: var(--inputBg);
}
@media only screen and (max-width: 768px) {
  .p-about-door {
    padding: 5.6rem 0;
  }
}
.p-about-door__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.6rem 6.4rem;
  margin: 5.6rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-about-door__grid {
    grid-template-columns: 100%;
    gap: 2.4rem;
    margin-top: 5.6rem;
    padding: 0 1.55rem;
    box-sizing: border-box;
  }
}
.p-about-door__grid_item {
  padding: 7.2rem 2rem 2.4rem;
  border-radius: 100px 100px 0 0;
  box-sizing: border-box;
  background: #FFF;
  position: relative;
  counter-increment: door;
}
.p-about-door__grid_item::before {
  content: "0" counter(door);
  position: absolute;
  top: 7.2rem;
  left: 2rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Spectral", serif;
}
.p-about-door__grid_image {
  display: grid;
  place-content: center;
  width: 100%;
  height: 11.7rem;
}
.p-about-door__grid_content {
  margin: 1.5rem auto 0;
}
.p-about-door__grid_title {
  line-height: 1.5789473684;
  letter-spacing: 0.08em;
  font-size: 1.9rem;
  font-weight: 500;
}
.p-about-door__grid_copy {
  margin: 1.2rem auto 0;
  line-height: 1.8571428571;
  letter-spacing: 0.04em;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Spectral", serif;
}
.p-about-door__grid_caption {
  margin: 1.6rem auto 0;
  line-height: 1.8571428571;
  letter-spacing: 0.08em;
  font-size: 1.4rem;
  font-weight: 400;
}

.p-about-harbs {
  padding: 12rem 0;
}
@media only screen and (max-width: 768px) {
  .p-about-harbs {
    padding: 5.6rem 0;
  }
}
.p-about-harbs__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5.6rem;
  max-width: 80.8rem;
  width: 100%;
  margin: 5.6rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-about-harbs__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1.2rem;
    max-width: initial;
    width: calc(100% + 3.8rem);
    margin: 5.6rem -1.9rem 0;
  }
}
.p-about-harbs__grid_image {
  border-radius: 1rem;
  box-sizing: border-box;
  overflow: hidden;
}
.p-about-harbs__grid_content {
  padding: 1.2rem 0 0;
}
.p-about-harbs__grid_title {
  margin: 0 auto 1.2rem;
  line-height: 1.5789473684;
  letter-spacing: 0.08em;
  font-size: 1.9rem;
  font-weight: 500;
}
.p-about-harbs__grid_caption {
  line-height: 1.8571428571;
  letter-spacing: 0.08em;
  font-size: 1.4rem;
  font-weight: 400;
}

.p-about-joint {
  padding: 8rem 0;
  background: var(--inputBg);
}
@media only screen and (max-width: 768px) {
  .p-about-joint {
    padding: 5.6rem 0;
  }
}
.p-about-joint__grid {
  display: flex;
  justify-content: center;
  gap: 2.4rem;
  margin: 5.6rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-about-joint__grid {
    flex-direction: column;
    align-items: center;
  }
}
.p-about-joint__grid_item {
  flex: 0 0 28.4rem;
  padding: 3rem 2rem;
  border-radius: 1rem;
  box-sizing: border-box;
  background: #FFF;
}
@media only screen and (max-width: 768px) {
  .p-about-joint__grid_item {
    flex: 1 1 auto;
    width: 28.4rem;
  }
}
.p-about-joint__grid_title {
  margin: 0 auto 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.08em;
  font-size: 2.4rem;
  font-weight: 500;
}
.p-about-joint__grid_copy {
  line-height: 1.8571428571;
  letter-spacing: 0.08em;
  font-size: 1.4rem;
  font-weight: 400;
}
.p-about-joint__grid_image {
  display: grid;
  place-content: center;
  width: 100%;
  height: 14.7rem;
}
.p-about-joint__grid_caption {
  line-height: 1.8571428571;
  letter-spacing: 0.08em;
  font-size: 1.4rem;
  font-weight: 400;
}

.p-about-postscript {
  padding: 12rem 0;
}
@media only screen and (max-width: 768px) {
  .p-about-postscript {
    padding: 5.6rem 0;
  }
}
.p-about-postscript__text {
  line-height: 3.25;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .p-about-postscript__text {
    line-height: 2.3125;
    text-align: left;
  }
}

.p-brands-item__grid {
  display: flex;
  justify-content: center;
  gap: 6.4rem;
  margin: 5.3rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-brands-item__grid {
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
    margin-top: 4.1rem;
  }
}
.p-brands-item__grid_item {
  flex: 0 0 28.4rem;
  display: block;
  width: 28.4rem;
  text-decoration: none;
  color: var(--base);
}
@media only screen and (max-width: 768px) {
  .p-brands-item__grid_item {
    flex: 1 1 auto;
  }
}
.p-brands-item__grid_content {
  padding: 1.7rem 0 3.7rem;
  background: var(--inputBg);
  position: relative;
}
.p-brands-item__grid_content::after {
  content: "";
  width: 1.2rem;
  height: 0.7rem;
  background: url(../img/brands/link-arrow-01.svg) 50% 50%/100% no-repeat;
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  translate: -50% 0;
}
.p-brands-item__grid_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}
.p-brands-item__grid_title .is__jp {
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-size: 2.5rem;
  font-weight: 500;
}
.p-brands-item__grid_title .is__en {
  line-height: 1.8571428571;
  letter-spacing: 0.04em;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Spectral", serif;
}

.p-brands-taking {
  padding: 12rem 0 0;
}
@media only screen and (max-width: 768px) {
  .p-brands-taking {
    padding-top: 8rem;
  }
}
.p-brands-taking__kv {
  max-width: 142rem;
  width: 100%;
  margin: 4rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-brands-taking__kv {
    max-width: initial;
    width: calc(100% - 2rem);
    margin-top: 2.4rem;
  }
}
.p-brands-taking__kv_lead {
  margin: 8rem auto 0;
  line-height: 2.5555555556;
  letter-spacing: 0.08em;
  font-size: 1.8rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .p-brands-taking__kv_lead {
    margin-top: 5.6rem;
    line-height: 2.3125;
    text-align: left;
    font-size: 1.6rem;
  }
}
.p-brands-taking__lineup {
  padding: 8rem 0 0;
}
@media only screen and (max-width: 768px) {
  .p-brands-taking__lineup {
    padding-top: 5.6rem;
  }
}
.p-brands-taking__lineup_title {
  display: flex;
  gap: 2.3rem;
}
@media only screen and (max-width: 768px) {
  .p-brands-taking__lineup_title {
    gap: 2.4rem;
  }
}
.p-brands-taking__lineup_title::after {
  content: "";
  flex: 1 1 auto;
  height: 0.8px;
  background: var(--base);
  translate: 0 1.2em;
}
.p-brands-taking__lineup_title .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.p-brands-taking__lineup_title .is__en {
  line-height: 1;
  letter-spacing: 0.12em;
  font-size: 4rem;
  font-weight: 400;
  font-family: "Spectral", serif;
}
@media only screen and (max-width: 768px) {
  .p-brands-taking__lineup_title .is__en {
    font-size: 3.2rem;
  }
}
.p-brands-taking__lineup_title .is__jp {
  line-height: 2.375;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .p-brands-taking__lineup_title .is__jp {
    font-size: 1.4rem;
  }
}
.p-brands-taking__lineup_lead {
  margin: 4.8rem auto 0;
  line-height: 2.25;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .p-brands-taking__lineup_lead {
    text-align: left;
  }
}
.p-brands-taking__block {
  max-width: 75.9rem;
  width: 100%;
  margin: 4.8rem auto 0;
  padding: 5.6rem 0;
  border-width: 0.8px 0 0.8px 0;
  border-style: solid;
  border-color: var(--border1);
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .p-brands-taking__block {
    margin-top: 4rem;
    padding: 4rem 0;
  }
}
.p-brands-taking__block + .p-brands-taking__block {
  margin-top: 0;
  border-width: 0 0 0.8px 0;
}
.p-brands-taking__block_title {
  margin: 0 auto;
  line-height: 2.25;
  letter-spacing: 0.08em;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Spectral", serif;
}
@media only screen and (max-width: 768px) {
  .p-brands-taking__block_title {
    line-height: 1.619047619;
    text-align: left;
    font-size: 2.1rem;
  }
}
.p-brands-taking__block_lead {
  margin: 2.4rem auto 0;
  line-height: 2.25;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .p-brands-taking__block_lead {
    text-align: left;
  }
}
.p-brands-taking__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.4rem;
  margin: 4rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-brands-taking__grid {
    gap: 2rem 1.2rem;
    margin: 4rem -3rem 0;
  }
}
.p-brands-taking__grid_item {
  flex: 0 0 10rem;
}
.p-brands-taking__wear {
  display: flex;
  gap: 4.8rem;
  margin: 9.5rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-brands-taking__wear {
    flex-direction: column-reverse;
    gap: 3.2rem;
    margin-top: 8rem;
  }
}
.p-brands-taking__wear_content {
  text-align: left;
}
.p-brands-taking__wear_title {
  margin: 0 0 4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.08em;
  font-size: 2.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .p-brands-taking__wear_title {
    margin-bottom: 3.2rem;
    line-height: 1.9047619048;
    font-size: 2.1rem;
  }
}
.p-brands-taking__wear_copy {
  margin: 0 0 4rem;
  line-height: 2.4444444444;
  letter-spacing: 0.08em;
  font-size: 1.8rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .p-brands-taking__wear_copy {
    margin-bottom: 3.2rem;
    line-height: 2.3125;
    font-size: 1.6rem;
  }
}
.p-brands-taking__wear_lead {
  line-height: 1.8571428571;
  letter-spacing: 0.04em;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Spectral", serif;
}
.p-brands-taking__wear_image {
  flex: 0 0 45.2rem;
}
@media only screen and (max-width: 768px) {
  .p-brands-taking__wear_image {
    flex: 1 1 auto;
    width: calc(100% + 4rem);
    margin: 0 -2rem;
  }
}
.p-brands-taking__items {
  margin: 6.4rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-brands-taking__items {
    margin-top: 5.6rem;
  }
}
.p-brands-taking__items_kv {
  margin: 0 auto 5.8rem;
}
@media only screen and (max-width: 768px) {
  .p-brands-taking__items_kv {
    width: calc(100% + 4rem);
    margin: 0 -2rem 5rem;
  }
}
.p-brands-taking__items_box {
  padding: 5.4rem 0;
  border-radius: 1rem;
  box-sizing: border-box;
  background: var(--itemBg);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-brands-taking__items_box {
    width: calc(100% + 4rem);
    margin: 0 -2rem;
    padding: 3.7rem 2rem;
  }
}
.p-brands-taking__items_title {
  position: absolute;
  top: -0.8em;
  left: 50%;
  translate: -50% 0;
  line-height: 1.5833333333;
  letter-spacing: 0.07em;
  font-size: 2.4rem;
  font-weight: 500;
}
.p-brands-taking__items_content {
  display: flex;
  justify-content: center;
  gap: 6.4rem;
}
@media only screen and (max-width: 768px) {
  .p-brands-taking__items_content {
    flex-direction: column;
    gap: 0;
  }
}
.p-brands-taking__items_list {
  line-height: 2.25;
  letter-spacing: 0.08em;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
}
.p-brands-taking__items_list li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-brands-taking__items_list li::before {
  content: "・";
}
.p-brands-taking__btn {
  display: flex;
  justify-content: center;
  margin: 4rem auto 0;
}

.p-brands-eat {
  padding: 16rem 0 0;
}
@media only screen and (max-width: 768px) {
  .p-brands-eat {
    padding-top: 8rem;
  }
}

.p-brands-inhaler {
  padding: 16rem 0 12rem;
}
@media only screen and (max-width: 768px) {
  .p-brands-inhaler {
    padding: 8rem 0;
  }
}
.p-brands-inhaler__block {
  display: flex;
  align-items: center;
  gap: 4.2rem;
  margin: 8.2rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-brands-inhaler__block {
    flex-direction: column;
    gap: 3.2rem;
    margin-top: 5rem;
  }
}
.p-brands-inhaler__block_content {
  flex: 1 1 auto;
  text-align: left;
}
.p-brands-inhaler__block_title {
  line-height: 1.9285714286;
  letter-spacing: 0.08em;
  font-size: 2.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .p-brands-inhaler__block_title {
    line-height: 1.9047619048;
    font-size: 2.1rem;
  }
}
.p-brands-inhaler__block_image {
  flex: 0 0 45.2rem;
}
@media only screen and (max-width: 768px) {
  .p-brands-inhaler__block_image {
    flex: 1 1 auto;
  }
}

.p-privacy {
  padding: 3.6rem 0 9.6rem;
}
@media only screen and (max-width: 768px) {
  .p-privacy {
    padding: 5.4rem 0 8rem;
  }
}
.p-privacy__block {
  text-align: left;
}
.p-privacy__block + .p-privacy__block {
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .p-privacy__block + .p-privacy__block {
    margin-top: 6rem;
  }
}
.p-privacy__block_title {
  margin: 0 0 2.8rem;
  line-height: 2.25;
  letter-spacing: 0.08em;
  font-size: 2.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .p-privacy__block_title {
    margin-bottom: 2.4rem;
    line-height: 1.619047619;
    font-size: 2.1rem;
  }
}
.p-privacy__block_content {
  line-height: 2.25;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
  font-weight: 400;
}
.p-privacy__block_content p {
  word-break: break-all;
}
.p-privacy__block_content p + p {
  margin-top: 1.6em;
}

.p-contact {
  padding: 4.8rem 0 9.6rem;
}
@media only screen and (max-width: 768px) {
  .p-contact {
    padding: 5.6rem 0 8rem;
  }
}
.p-contact-thanks__lead {
  margin: 0 auto;
  line-height: 1.875;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .p-contact-thanks__lead {
    line-height: 2.3125;
    text-align: left;
  }
}
.p-contact-thanks__lead p + p {
  margin-top: 1.6em;
}
.p-contact-thanks__btn {
  display: flex;
  justify-content: center;
  margin: 7rem auto 0;
}
.p-contact-confirm__lead {
  margin: 0 auto 6.2rem;
  line-height: 1.875;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .p-contact-confirm__lead {
    margin-bottom: 3.8rem;
    line-height: 2.3125;
    text-align: left;
  }
}
.p-contact-confirm__btn {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 7.3rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-contact-confirm__btn {
    flex-direction: column-reverse;
    align-items: center;
    gap: 1rem;
    margin: 5.2rem auto 0;
  }
}