@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/*----- flexbox -----*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*----------------------------------------------------------------------
//////////■■■■base style■■■■//////////
----------------------------------------------------------------------*/
:root {
  --black: #4e4e4e;
  --brown: #5d4c50;
  --pink: #a77a87;
  --gray: #cbbec2;
  --font_size_16: clamp(1.1rem, 1.6vw, 1.6rem);
  --font_size_18: clamp(1.2rem, 1.8vw, 1.8rem);
  --font_size_20: clamp(1.3rem, 2vw, 2rem);
  --font_size_22: clamp(1.3rem, 2.2vw, 2.2rem);
  --font_size_26: clamp(1.4rem, 2.6vw, 2.6rem);
  --font_size_30: clamp(1.7rem, 3vw, 3rem);
  --font_size_36: clamp(1.8rem, 3.4vw, 3.6rem);
  --font_size_40: clamp(1.8rem, 4vw, 4rem);
  --font_size_50: clamp(2.3rem, 4vw, 5rem);
  --font_size_60: clamp(2.6rem, 5vw, 6rem);
  --serif: "Noto Serif JP", serif;
  --sans: "Noto Sans JP", sans-serif;
  --aotf: "A-OTF-GothicBBBPro-Medium";
  --Montserrat: "Montserrat", serif;
}

html {
  font-size: 62.5%;
}

body {
  background: #f3f1f1;
  color: #5d4c50;
  font-size: clamp(1.1rem, 1.5vw, 1.5rem);
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.1em;
  line-height: 1.75;
  overflow-x: hidden;
  position: relative;
  min-width: 100%;
  width: 100%;
}

section {
  overflow-x: hidden;
}

a {
  color: #5d4c50;
  text-decoration: none;
}

em {
  font-style: normal;
}

img,
svg {
  display: block;
  width: 100%;
  height: 100%;
}

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

/* CSS Document */
/*----------------------------------------------------------------------
/////■■ utility ■■/////
----------------------------------------------------------------------*/
/*----------------------
/////■■ margin bottom ■■/////
----------------------*/
.u-mb10 {
  margin-bottom: 10px;
}

.u-mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .u-mb20 {
    margin-bottom: 10px;
  }
}

.u-mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .u-mb30 {
    margin-bottom: 15px;
  }
}

.u-mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .u-mb40 {
    margin-bottom: 20px;
  }
}

.u-mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .u-mb50 {
    margin-bottom: 25px;
  }
}

.u-mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .u-mb60 {
    margin-bottom: 30px;
  }
}

.u-mb70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .u-mb70 {
    margin-bottom: 35px;
  }
}

.u-mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .u-mb80 {
    margin-bottom: 40px;
  }
}

.u-mb90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .u-mb90 {
    margin-bottom: 45px;
  }
}

.u-mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .u-mb100 {
    margin-bottom: 50px;
  }
}

.u-mb110 {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .u-mb110 {
    margin-bottom: 55px;
  }
}

.u-mb120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .u-mb120 {
    margin-bottom: 60px;
  }
}

.u-mb130 {
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .u-mb130 {
    margin-bottom: 65px;
  }
}

.u-mb140 {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .u-mb140 {
    margin-bottom: 70px;
  }
}

.u-mb150 {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .u-mb150 {
    margin-bottom: 75px;
  }
}

/*----------------------
/////■■ margin position ■■/////
----------------------*/
.u-margin--left {
  margin-left: auto;
}

.u-margin--right {
  margin-right: auto;
}

.u-margin--auto {
  margin-left: auto;
  margin-right: auto;
}

/*----------------------
/////■■ text align ■■/////
----------------------*/
.u-text_align--left {
  text-align: left;
}

.u-text_align--right {
  text-align: right;
}

.u-text_align--center {
  text-align: center;
}

/*----------------------
/////■■ text color ■■/////
----------------------*/
.u-text_color--purple {
  color: #8578c1;
}

.u-text_color--right {
  text-align: right;
}

.u-text_color--center {
  text-align: center;
}

/*----------------------
/////■■ sp br ■■/////
----------------------*/
.u-sp_br--block {
  display: none;
}
@media screen and (max-width: 580px) {
  .u-sp_br--block {
    display: block;
  }
}

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

/*----------------------
/////■■ tab br ■■/////
----------------------*/
.u-tab_br--block {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-tab_br--block {
    display: block;
  }
}

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

/*----------------------
/////■■ letter spacing ■■/////
----------------------*/
.u-ls--15 {
  letter-spacing: 0.15em;
}

/* CSS Document */
/*----------------------------------------------------------------------
/////■■ component ■■/////
----------------------------------------------------------------------*/
/*----------------------
/////■■ wrapper ■■/////
----------------------*/
.c-wrapper--1440 {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  max-width: 1440px;
}

.c-wrapper--1280 {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  max-width: 1280px;
}

.c-wrapper--1200 {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  max-width: 1200px;
}

.c-wrapper--1120 {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  max-width: 1120px;
}

.c-wrapper--1100 {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  max-width: 1100px;
}

.c-wrapper--1040 {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  max-width: 1040px;
}

.c-wrapper--1000 {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  max-width: 1000px;
}

.c-wrapper--960 {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  max-width: 960px;
}

.c-wrapper--950 {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  max-width: 950px;
}

.c-wrapper--900 {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  max-width: 900px;
}

.c-wrapper--880 {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  max-width: 880px;
}

.c-wrapper--800 {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  max-width: 800px;
}

/* CSS Document */
/*----------------------------------------------------------------------
/////■■ project ■■/////
----------------------------------------------------------------------*/
.p-aotf {
  font-family: "A-OTF-GothicBBBPro-Medium";
  font-weight: 300;
  font-style: normal;
  color: #000000;
}

@font-face {
  font-family: "A-OTF-GothicBBBPro-Medium";
  src: url("../font/A-OTF Gothic BBB Pro Medium.otf") format("otf");
}
/*----------------------
/////■■ p-side ■■/////
----------------------*/
.p-side--line {
  position: relative;
}
.p-side--line::before {
  content: "";
  position: absolute;
  background: #ada4a6;
  width: 1px;
  height: 100%;
  left: min(5.2vw, 5.2rem);
  top: 0;
}
@media screen and (max-width: 580px) {
  .p-side--line::before {
    width: 0.5px;
  }
}
.p-side--line::after {
  content: "";
  position: absolute;
  background: #ada4a6;
  width: 1px;
  height: 100%;
  right: min(5.2vw, 5.2rem);
  top: 0%;
}
@media screen and (max-width: 580px) {
  .p-side--line::after {
    width: 0.5px;
  }
}
.p-side--line__inner {
  padding-left: 5rem;
  padding-right: 5rem;
}

.p-side--about::before {
  position: absolute;
  width: 1.5rem;
  height: auto;
  top: 50%;
  left: min(1.6vw, 1.6rem);
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  font-size: clamp(0.8rem, 1.2vw, 1.2rem);
  white-space: pre;
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2rem;
  z-index: 2;
}
@media screen and (max-width: 580px) {
  .p-side--about::before {
    left: min(1vw, 1rem);
  }
}
.p-side--about::after {
  position: absolute;
  width: 1.5rem;
  height: auto;
  top: 50%;
  right: min(1.6vw, 1.6rem);
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  font-size: clamp(0.8rem, 1.2vw, 1.2rem);
  white-space: pre;
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2rem;
  z-index: 2;
}
@media screen and (max-width: 580px) {
  .p-side--about::after {
    right: min(1vw, 1rem);
  }
}
.p-side--about::before {
  content: "ABOUT US";
}
.p-side--about::after {
  content: "ABOUT US";
}

.p-side--news::before {
  position: absolute;
  width: 1.5rem;
  height: auto;
  top: 50%;
  left: min(1.6vw, 1.6rem);
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  font-size: clamp(0.8rem, 1.2vw, 1.2rem);
  white-space: pre;
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2rem;
  z-index: 2;
}
@media screen and (max-width: 580px) {
  .p-side--news::before {
    left: min(1vw, 1rem);
  }
}
.p-side--news::after {
  position: absolute;
  width: 1.5rem;
  height: auto;
  top: 50%;
  right: min(1.6vw, 1.6rem);
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  font-size: clamp(0.8rem, 1.2vw, 1.2rem);
  white-space: pre;
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2rem;
  z-index: 2;
}
@media screen and (max-width: 580px) {
  .p-side--news::after {
    right: min(1vw, 1rem);
  }
}
.p-side--news::before {
  content: "NEWS";
}
.p-side--news::after {
  content: "NEWS";
}

.p-side--products::before {
  position: absolute;
  width: 1.5rem;
  height: auto;
  top: 50%;
  left: min(1.6vw, 1.6rem);
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  font-size: clamp(0.8rem, 1.2vw, 1.2rem);
  white-space: pre;
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2rem;
  z-index: 2;
}
@media screen and (max-width: 580px) {
  .p-side--products::before {
    left: min(1vw, 1rem);
  }
}
.p-side--products::after {
  position: absolute;
  width: 1.5rem;
  height: auto;
  top: 50%;
  right: min(1.6vw, 1.6rem);
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  font-size: clamp(0.8rem, 1.2vw, 1.2rem);
  white-space: pre;
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2rem;
  z-index: 2;
}
@media screen and (max-width: 580px) {
  .p-side--products::after {
    right: min(1vw, 1rem);
  }
}
.p-side--products::before {
  content: "PRODUCTS";
}
.p-side--products::after {
  content: "PRODUCTS";
}

.p-side--business::before {
  position: absolute;
  width: 1.5rem;
  height: auto;
  top: 50%;
  left: min(1.6vw, 1.6rem);
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  font-size: clamp(0.8rem, 1.2vw, 1.2rem);
  white-space: pre;
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2rem;
  z-index: 2;
}
@media screen and (max-width: 580px) {
  .p-side--business::before {
    left: min(1vw, 1rem);
  }
}
.p-side--business::after {
  position: absolute;
  width: 1.5rem;
  height: auto;
  top: 50%;
  right: min(1.6vw, 1.6rem);
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  font-size: clamp(0.8rem, 1.2vw, 1.2rem);
  white-space: pre;
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2rem;
  z-index: 2;
}
@media screen and (max-width: 580px) {
  .p-side--business::after {
    right: min(1vw, 1rem);
  }
}
.p-side--business::before {
  content: "BUSINESS";
}
.p-side--business::after {
  content: "BUSINESS";
}

.p-side--campany::before {
  position: absolute;
  width: 1.5rem;
  height: auto;
  top: 50%;
  left: min(1.6vw, 1.6rem);
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  font-size: clamp(0.8rem, 1.2vw, 1.2rem);
  white-space: pre;
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2rem;
  z-index: 2;
}
@media screen and (max-width: 580px) {
  .p-side--campany::before {
    left: min(1vw, 1rem);
  }
}
.p-side--campany::after {
  position: absolute;
  width: 1.5rem;
  height: auto;
  top: 50%;
  right: min(1.6vw, 1.6rem);
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  font-size: clamp(0.8rem, 1.2vw, 1.2rem);
  white-space: pre;
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2rem;
  z-index: 2;
}
@media screen and (max-width: 580px) {
  .p-side--campany::after {
    right: min(1vw, 1rem);
  }
}
.p-side--campany::before {
  content: "CAMPANY";
}
.p-side--campany::after {
  content: "CAMPANY";
}

.p-side--care::before {
  position: absolute;
  width: 1.5rem;
  height: auto;
  top: 50%;
  left: min(1.6vw, 1.6rem);
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  font-size: clamp(0.8rem, 1.2vw, 1.2rem);
  white-space: pre;
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2rem;
  z-index: 2;
}
@media screen and (max-width: 580px) {
  .p-side--care::before {
    left: min(1vw, 1rem);
  }
}
.p-side--care::after {
  position: absolute;
  width: 1.5rem;
  height: auto;
  top: 50%;
  right: min(1.6vw, 1.6rem);
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  font-size: clamp(0.8rem, 1.2vw, 1.2rem);
  white-space: pre;
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2rem;
  z-index: 2;
}
@media screen and (max-width: 580px) {
  .p-side--care::after {
    right: min(1vw, 1rem);
  }
}
.p-side--care::before {
  content: "SKIN CARE";
}
.p-side--care::after {
  content: "SKIN CARE";
}

.p-side--supplement::before {
  position: absolute;
  width: 1.5rem;
  height: auto;
  top: 50%;
  left: min(1.6vw, 1.6rem);
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  font-size: clamp(0.8rem, 1.2vw, 1.2rem);
  white-space: pre;
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2rem;
  z-index: 2;
}
@media screen and (max-width: 580px) {
  .p-side--supplement::before {
    left: min(1vw, 1rem);
  }
}
.p-side--supplement::after {
  position: absolute;
  width: 1.5rem;
  height: auto;
  top: 50%;
  right: min(1.6vw, 1.6rem);
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  font-size: clamp(0.8rem, 1.2vw, 1.2rem);
  white-space: pre;
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2rem;
  z-index: 2;
}
@media screen and (max-width: 580px) {
  .p-side--supplement::after {
    right: min(1vw, 1rem);
  }
}
.p-side--supplement::before {
  content: "SUPPLEMENT";
}
.p-side--supplement::after {
  content: "SUPPLEMENT";
}

.p-side--contact::before {
  position: absolute;
  width: 1.5rem;
  height: auto;
  top: 50%;
  left: min(1.6vw, 1.6rem);
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  font-size: clamp(0.8rem, 1.2vw, 1.2rem);
  white-space: pre;
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2rem;
  z-index: 2;
}
@media screen and (max-width: 580px) {
  .p-side--contact::before {
    left: min(1vw, 1rem);
  }
}
.p-side--contact::after {
  position: absolute;
  width: 1.5rem;
  height: auto;
  top: 50%;
  right: min(1.6vw, 1.6rem);
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  font-size: clamp(0.8rem, 1.2vw, 1.2rem);
  white-space: pre;
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2rem;
  z-index: 2;
}
@media screen and (max-width: 580px) {
  .p-side--contact::after {
    right: min(1vw, 1rem);
  }
}
.p-side--contact::before {
  content: "CONTACT";
}
.p-side--contact::after {
  content: "CONTACT";
}

.p-side--privacy::before {
  position: absolute;
  width: 1.5rem;
  height: auto;
  top: 50%;
  left: min(1.6vw, 1.6rem);
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  font-size: clamp(0.8rem, 1.2vw, 1.2rem);
  white-space: pre;
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2rem;
  z-index: 2;
}
@media screen and (max-width: 580px) {
  .p-side--privacy::before {
    left: min(1vw, 1rem);
  }
}
.p-side--privacy::after {
  position: absolute;
  width: 1.5rem;
  height: auto;
  top: 50%;
  right: min(1.6vw, 1.6rem);
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  font-size: clamp(0.8rem, 1.2vw, 1.2rem);
  white-space: pre;
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2rem;
  z-index: 2;
}
@media screen and (max-width: 580px) {
  .p-side--privacy::after {
    right: min(1vw, 1rem);
  }
}
.p-side--privacy::before {
  content: "PRIVACY POLICY";
}
.p-side--privacy::after {
  content: "PRIVACY POLICY";
}

/*----------------------
/////■■ p-btn ■■/////
----------------------*/
.p-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-btn a,
.p-btn button {
  color: #fff;
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2rem;
  font-size: var(--font_size_16);
  background: #cbbec2;
  border-radius: 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: block;
  margin: auto;
  padding: min(0.7vw, 0.7rem) min(3vw, 3rem);
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  .p-btn a,
  .p-btn button {
    padding: min(0.7vw, 0.7rem) min(4vw, 4rem);
  }
}
.p-btn a span,
.p-btn button span {
  position: relative;
  z-index: 3;
  color: #fff;
  white-space: nowrap;
}
.p-btn a::after,
.p-btn button::after {
  position: absolute;
  content: "";
  background: #fff;
  height: 1px;
  width: min(2vw, 2rem);
  top: 50%;
  right: 0;
}
.p-btn a:hover span,
.p-btn button:hover span {
  color: #fff;
}
.p-btn__bgleft:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #5d4c50;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.p-btn__bgleft:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.p-action-back {
  padding: min(5vw, 5rem) 0;
}
.p-action-back .p-btn {
  margin-inline: auto;
}
.p-action-back .p-btn a {
  padding: min(0.7vw, 0.7rem) min(5vw, 5rem);
}

/*----------------------
/////■■ p-sectiontitle ■■/////
----------------------*/
.p-sectiontitle--r h2 {
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2rem;
  text-align: right;
  line-height: 1.7;
}
.p-sectiontitle--r h2 span {
  font-size: var(--font_size_50);
  font-weight: 500;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
}
.p-sectiontitle--r h2 span::after {
  position: absolute;
  content: "";
  background: var(--brown);
  width: 1em;
  height: 1px;
  bottom: -0.1rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.p-sectiontitle--r h2 strong {
  font-size: var(--font_size_60);
  font-weight: 400;
  letter-spacing: 0.1em;
  display: inline-block;
  -webkit-transform: scaleY(0.95);
          transform: scaleY(0.95);
}
.p-sectiontitle--r p {
  text-align: right;
}
.p-sectiontitle--r p:first-of-type {
  font-size: var(--font_size_20);
  color: #5d4c50;
  background: #f9f9f9;
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: min(0.4vw, 0.4rem) min(1vw, 1rem);
  margin-left: auto;
  letter-spacing: 0.1em;
  margin-bottom: min(1vw, 1rem);
}
.p-sectiontitle--r p:last-of-type {
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2rem;
  font-size: clamp(0.7rem, 1.6vw, 1.6rem);
}
.p-sectiontitle--l h2 {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2rem;
  text-align: left;
  line-height: 1.7;
}
@media screen and (max-width: 580px) {
  .p-sectiontitle--l h2 {
    margin-left: 0;
  }
}
.p-sectiontitle--l h2 span {
  font-size: var(--font_size_50);
  font-weight: 500;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
}
.p-sectiontitle--l h2 span::after {
  position: absolute;
  content: "";
  background: var(--brown);
  width: 1em;
  height: 1px;
  bottom: -0.1rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.p-sectiontitle--l h2 strong {
  font-size: var(--font_size_60);
  font-weight: 400;
  letter-spacing: 0.1em;
  display: inline-block;
  -webkit-transform: scaleY(0.95);
          transform: scaleY(0.95);
}

/*----------------------
/////■■ 子ページタイトル ■■/////
----------------------*/
.p-subpage-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  border-top: 1px solid #ada4a6;
  border-bottom: 1px solid #ada4a6;
}
@media screen and (max-width: 580px) {
  .p-subpage-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 min(10vw, 10rem);
  }
}
.p-subpage-title h2 {
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2rem;
  font-size: var(--font_size_60);
  font-weight: 400;
  letter-spacing: 0.1em;
  -webkit-transform: scaleY(0.95);
          transform: scaleY(0.95);
  margin-inline: auto;
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 580px) {
  .p-subpage-title h2 {
    width: 100%;
    text-align: right;
    padding: min(10vw, 10rem) 0 min(6vw, 6rem);
  }
}
.p-subpage-title picture {
  max-width: 800px;
  width: 50%;
}
@media screen and (max-width: 580px) {
  .p-subpage-title picture {
    width: 100%;
    margin-left: auto;
    margin-bottom: min(10vw, 10rem);
  }
}
.p-subpage-title picture img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.p-subpage-title.is-at-top {
  padding-top: clamp(50px, 7vw, 90px);
}

/* CSS Document */
/*----------------------------------------------------------------------
/////■■ layout ■■/////
----------------------------------------------------------------------*/
/*----------------------
/////■■ header pc-tab only ■■/////
----------------------*/
.l-header #fixed-header-scroll {
  position: fixed;
  top: min(-7vw, -7rem);
  width: 100%;
  height: clamp(50px, 7vw, 90px);
  background: #f3f1f1;
  border-bottom: 1px solid #ada4a6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 100;
}
.l-header #fixed-header-scroll.is-show {
  top: 0;
}
.l-header #fixed-header {
  position: fixed;
  width: 100%;
  height: clamp(50px, 7vw, 90px);
  background: #f3f1f1;
  border-bottom: 1px solid #ada4a6;
  z-index: 100;
  top: 0;
}
.l-header__menu {
  width: 100%;
  height: clamp(50px, 7vw, 90px);
  padding: min(3vw, 3rem) min(4vw, 4rem);
  position: relative;
}
.l-header__menu__logo {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: clamp(50px, 15%, 205px);
}
.l-header__menu__logo img {
  max-width: 205px;
}
.l-header__menu ul {
  display: block;
  position: absolute;
  top: 50%;
  right: 3%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .l-header__menu ul {
    display: none;
  }
}
.l-header__menu ul li {
  color: #5d4c50;
  font-size: clamp(1rem, 1.4vw, 1.4rem);
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2rem;
}
.l-header__menu ul li a {
  position: relative;
}
.l-header__menu ul li a:hover {
  color: var(--pink);
}
.l-header__menu ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--pink);
  bottom: -2px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.l-header__menu ul li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/*----------------------
/////■■ Hamburger menu sp only■■/////
----------------------*/
.l-nav {
  display: none;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .l-nav {
    display: block;
  }
}
.l-nav__menu {
  display: block;
  position: fixed;
  top: 0;
  left: -500px;
  bottom: 0;
  width: 500px;
  background: #fbfafa;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 3;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .l-nav__menu {
    left: -220px;
    width: 220px;
  }
}
.l-nav__menu__inner {
  padding: min(5vw, 5rem);
}
.l-nav__menu__inner ul {
  margin: 0 0 35px 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .l-nav__menu__inner ul {
    margin: 0 0 25px 0;
  }
}
.l-nav__menu__inner ul li {
  border-bottom: 1px dotted #a5a5a5;
  margin-bottom: 15px;
  padding-bottom: 5px;
  position: relative;
}
.l-nav__menu__inner ul li a {
  color: var(--pink);
  display: block;
  font-size: 1.6rem;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
@media screen and (max-width: 768px) {
  .l-nav__menu__inner ul li a {
    font-size: 1.4rem;
  }
}
.l-nav__menu__inner dl {
  border: 1px solid #555;
  padding: 8px 5px;
  text-align: center;
}
.l-nav__menu__inner dl dt {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .l-nav__menu__inner dl dt {
    font-size: 1.2rem;
  }
}
.l-nav__menu__inner dl dd a {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .l-nav__menu__inner dl dd a {
    font-size: 2rem;
  }
}
.l-nav__btn {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}
.l-nav__btn__inner {
  position: fixed;
  top: 0;
  right: 0;
  width: clamp(50px, 7vw, 70px);
  height: clamp(50px, 7vw, 70px);
}
.l-nav__btn__inner span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 23px;
  height: 2.5px;
  background-color: var(--pink);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-nav__btn__inner span:nth-of-type(1) {
  top: 40%;
}
.l-nav__btn__inner span:nth-of-type(2) {
  top: 50%;
}
.l-nav__btn__inner span:nth-of-type(3) {
  top: 60%;
}
.l-nav__mask {
  display: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.fixed {
  position: fixed;
  width: 100%;
}

.open .l-nav__menu {
  left: 0;
  opacity: 1;
}
.open .l-nav__btn span {
  background-color: var(--pink);
}
.open .l-nav__btn span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
          transform: translate(-50%, 0%) rotate(45deg);
}
.open .l-nav__btn span:nth-of-type(2) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(-45deg);
          transform: translate(-50%, 0%) rotate(-45deg);
}
.open .l-nav__btn span:nth-of-type(3) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(-45deg);
          transform: translate(-50%, 0%) rotate(-45deg);
}
.open .l-nav__mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--pink);
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
}

/*----------------------
/////■■ footer ■■/////
----------------------*/
.l-footer {
  background: #f3f1f1;
  padding: min(5vw, 5rem);
}
.l-footer__inner {
  background: #5d4c53;
  padding: min(8vw, 8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding: min(6vw, 6rem) min(4vw, 4rem) min(8vw, 8rem);
  }
}
@media screen and (max-width: 580px) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 580px) {
  .l-footer__inner__menu {
    width: 100%;
    margin-bottom: min(5vw, 5rem);
  }
}
.l-footer__inner__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: min(15vw, 15rem);
  width: clamp(34rem, 44vw, 40rem);
}
.l-footer__inner__menu ul li {
  margin-bottom: min(4vw, 4rem);
  padding: 0 2rem;
}
.l-footer__inner__menu ul li a {
  position: relative;
  color: #fff;
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2rem;
  font-size: clamp(1.2rem, 2vw, 2rem);
}
.l-footer__inner__menu ul li a:hover {
  color: var(--gray);
}
.l-footer__inner__menu ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--gray);
  bottom: -2px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.l-footer__inner__menu ul li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media screen and (max-width: 580px) {
  .l-footer__inner__logo {
    padding: 0 2rem;
    width: 100%;
  }
}
.l-footer__inner__logo img {
  max-width: 593px;
  margin-left: auto;
  margin-bottom: min(2vw, 2rem);
}
.l-footer__info {
  padding: 0 2rem;
}
.l-footer__info p:first-child {
  color: #fff;
  font-size: var(--font_size_20);
}
.l-footer__info__copyright {
  font-size: clamp(1rem, 1.2vw, 1.4rem);
  font-weight: 100;
  color: #fff;
}

/*-------------------------------------------------------------------------------------
/////■■ index ■■/////
-------------------------------------------------------------------------------------*/
.l-index__fv {
  padding: min(3vw, 3rem) min(5vw, 5rem);
}
.l-index__fv__split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2%;
  margin-bottom: min(4.4vw, 4.4rem);
}
@media screen and (max-width: 580px) {
  .l-index__fv__split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-index__fv__nav {
  width: 36%;
  text-align: center;
}
@media screen and (max-width: 580px) {
  .l-index__fv__nav {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.l-index__fv__nav h1 img {
  width: min(100%, 382px);
  margin-inline: auto;
  margin-bottom: min(6vw, 6rem);
}
@media screen and (max-width: 580px) {
  .l-index__fv__nav h1 img {
    display: none;
  }
}
.l-index__fv__nav ul {
  margin-bottom: min(3vw, 3rem);
}
@media screen and (max-width: 580px) {
  .l-index__fv__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5%;
    margin-top: min(5vw, 5rem);
  }
}
.l-index__fv__nav ul li {
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2rem;
  font-size: var(--font_size_16);
  letter-spacing: 0.2rem;
  margin-bottom: min(1.5vw, 1.5rem);
}
.l-index__fv__nav ul li a {
  position: relative;
}
.l-index__fv__nav ul li a:hover {
  color: var(--pink);
}
.l-index__fv__nav ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--pink);
  bottom: -2px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.l-index__fv__nav ul li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.l-index__fv__fadeimg {
  width: min(64%, 960px);
  height: min(80vh, 600px);
  position: relative;
}
@media screen and (max-width: 580px) {
  .l-index__fv__fadeimg {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.l-index__fv__fadeimg__img {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-size: cover;
  -webkit-animation: slideAnime 15s infinite;
          animation: slideAnime 15s infinite;
  z-index: -100;
}
.l-index__fv__fadeimg > div:nth-of-type(1) {
  background: url("assets/images/index/index_fv_01.jpg") no-repeat center/cover;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@media screen and (max-width: 580px) {
  .l-index__fv__fadeimg > div:nth-of-type(1) {
    background: url("assets/images/index/fv_sp_01.png") no-repeat center/cover;
  }
}
.l-index__fv__fadeimg > div:nth-of-type(2) {
  background: url("assets/images/index/index_fv_02.jpg") no-repeat center/cover;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
@media screen and (max-width: 580px) {
  .l-index__fv__fadeimg > div:nth-of-type(2) {
    background: url("assets/images/index/fv_sp_02.png") no-repeat center/cover;
  }
}
.l-index__fv__fadeimg > div:nth-of-type(3) {
  background: url("assets/images/index/index_fv_03.jpg") no-repeat center/cover;
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
@media screen and (max-width: 580px) {
  .l-index__fv__fadeimg > div:nth-of-type(3) {
    background: url("assets/images/index/fv_sp_03.png") no-repeat center/cover;
  }
}
.l-index__fv__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-index__fv__lead p:first-child {
  font-size: clamp(1.1rem, 1.8vw, 2rem);
  margin-right: min(2vw, 2rem);
  letter-spacing: 0.2rem;
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2rem;
  font-weight: 500;
}
@media screen and (max-width: 580px) {
  .l-index__fv__lead p:first-child {
    display: none;
  }
}
.l-index__fv__lead p:last-child {
  font-size: clamp(1.3rem, 2vw, 2.6rem);
  color: #5d4c50;
  background: #f9f9f9;
  font-weight: 400;
}
@media screen and (max-width: 580px) {
  .l-index__fv__lead p:last-child {
    display: none;
  }
}
.l-index__fv__splead {
  display: none;
}
@media screen and (max-width: 580px) {
  .l-index__fv__splead {
    display: block;
  }
  .l-index__fv__splead div:last-child {
    width: 75%;
  }
  .l-index__fv__splead div:last-child img {
    width: min(100%, 453px);
    margin-bottom: min(5vw, 5rem);
  }
  .l-index__fv__splead div:first-child {
    margin-bottom: min(3vw, 3rem);
  }
  .l-index__fv__splead div:first-child p {
    font-size: clamp(1.2rem, 3vw, 2.5rem);
    color: #5d4c50;
    background: #f9f9f9;
    font-weight: 400;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@-webkit-keyframes slideAnime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideAnime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 1;
  }
  100% {
    opacity: 0;
  }
}
.l-index__about {
  border-top: 1px solid #ada4a6;
  padding: min(12vw, 12rem) 0 min(13vw, 13rem);
  position: relative;
}
@media screen and (max-width: 580px) {
  .l-index__about {
    border-top: 0.5px solid #ada4a6;
    border-bottom: 0.5px solid #ada4a6;
  }
}
.l-index__about__sideleft {
  position: absolute;
  width: 2rem;
  height: auto;
  top: 50%;
  left: min(1.6vw, 1.6rem);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: clamp(0.8rem, 1.2vw, 1.2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2rem;
  z-index: 2;
}
.l-index__about__sideleft span {
  -ms-writing-mode: bt-lr;
  -webkit-writing-mode: sideways-lr;
  writing-mode: sideways-lr;
  white-space: pre;
}
@media screen and (max-width: 580px) {
  .l-index__about__sideleft {
    left: min(1vw, 1rem);
  }
}
.l-index__about__sideright {
  position: absolute;
  width: 2rem;
  height: auto;
  top: 50%;
  right: min(1.6vw, 1.6rem);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: clamp(0.8rem, 1.2vw, 1.2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2rem;
  z-index: 2;
}
.l-index__about__sideright span {
  -ms-writing-mode: bt-rl;
  -webkit-writing-mode: sideways-rl;
  writing-mode: sideways-rl;
  white-space: pre;
}
@media screen and (max-width: 580px) {
  .l-index__about__sideright {
    right: min(1vw, 1rem);
  }
}
.l-index__about__split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 580px) {
  .l-index__about__split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-index__about__split__left {
  width: 50%;
}
@media screen and (max-width: 580px) {
  .l-index__about__split__left {
    width: 100%;
    margin-bottom: min(5vw, 5rem);
  }
}
.l-index__about__split__right {
  width: min(34vw, 40%);
}
@media screen and (max-width: 580px) {
  .l-index__about__split__right {
    width: 100%;
  }
}
.l-index__about__split__right p {
  margin-bottom: min(4.5vw, 4.5rem);
}
.l-index__about__split__right .p-btn {
  margin-left: auto;
}
.l-index__news {
  border-top: 1px solid #ada4a6;
  padding: min(24vw, 24rem) 0 min(25vw, 25rem);
}
@media screen and (max-width: 580px) {
  .l-index__news {
    padding: min(12vw, 12rem) min(4vw, 4rem) min(13vw, 13rem);
    border-top: 0.5px solid #ada4a6;
    border-bottom: 0.5px solid #ada4a6;
  }
}
.l-index__news__split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}
@media screen and (max-width: 580px) {
  .l-index__news__split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-index__news__split__right {
  width: 28%;
}
@media screen and (max-width: 580px) {
  .l-index__news__split__right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: min(5vw, 5rem);
  }
}
.l-index__news__split__right > div {
  width: 80%;
  margin-left: auto;
}
@media screen and (max-width: 580px) {
  .l-index__news__split__right > div {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
  }
}
.l-index__news__split__right__btn {
  margin-left: auto;
}
.l-index__news__split__right__btn .p-btn {
  margin-left: auto;
}
@media screen and (max-width: 580px) {
  .l-index__news__split__right__btn .p-btn {
    margin-right: auto;
    margin-left: 0;
  }
}
.l-index__news__split__right__btn .p-btn a {
  white-space: nowrap;
}
.l-index__news__contents {
  width: 72%;
}
@media screen and (max-width: 580px) {
  .l-index__news__contents {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
.l-index__news__contents__item {
  max-width: 250px;
}
@media screen and (max-width: 580px) {
  .l-index__news__contents__item {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
}
.l-index__news__contents__item > div {
  margin: 0 min(2vw, 2rem);
  position: relative;
  -webkit-transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.l-index__news__contents__item > div a > p {
  padding: 0 0.5rem;
}
.l-index__news__contents__item > div a > p > time {
  letter-spacing: 0.2rem;
  font-weight: 500;
}
.l-index__news__contents__item > div a > img {
  margin-bottom: min(1vw, 1rem);
}
.l-index__news__contents__item > div:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.l-index__news__btn {
  padding: min(1.6vw, 1.6rem) min(1vw, 1rem);
  border: 1px solid var(--pink);
  width: min(40%, 200px);
  margin-left: auto;
  position: relative;
  overflow: hidden;
  position: relative;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  z-index: 2;
}
.l-index__news__btn p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.2rem;
  font-family: var(--Montserrat);
  text-align: center;
}
.l-index__news__btn::before {
  position: absolute;
  content: "";
  background: #cec8ec;
  height: 1px;
  width: 25%;
  top: 50%;
  right: 0;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.l-index__news__btn::after {
  background: var(--pink);
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  -webkit-transform: translateY(-50%) scale(0.1);
          transform: translateY(-50%) scale(0.1);
  -webkit-transition: opacity 0.5s, -webkit-transform 0s;
  transition: opacity 0.5s, -webkit-transform 0s;
  transition: opacity 0.5s, transform 0s;
  transition: opacity 0.5s, transform 0s, -webkit-transform 0s;
  -webkit-transition-delay: 0s, 0.4s;
          transition-delay: 0s, 0.4s;
}
.l-index__news__btn:hover p button {
  color: #fff;
}
.l-index__news__btn:hover::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
.l-index__news__btn:hover::before {
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}
.l-index__products {
  border-top: 1px solid #ada4a6;
  padding: min(12vw, 12rem) 0 min(14vw, 14rem);
}
@media screen and (max-width: 580px) {
  .l-index__products {
    border-top: 0.5px solid #ada4a6;
    border-bottom: 0.5px solid #ada4a6;
  }
}
.l-index__products__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: calc((100vw - 1100px) / 2);
  margin-left: 8vw;
}
@media screen and (max-width: 580px) {
  .l-index__products__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 580px) {
  .l-index__products__inner__title {
    width: 92%;
    padding: 0 min(4vw, 4rem);
    margin-bottom: min(5vw, 5rem);
  }
}
.l-index__products__inner__title > div {
  width: 80%;
}
@media screen and (max-width: 580px) {
  .l-index__products__inner__title > div {
    width: 60%;
    margin-left: auto;
  }
}
.l-index__products__inner__title .p-btn {
  margin-left: auto;
}
.l-index__products__inner__item {
  width: 60%;
  max-width: 850px;
}
@media screen and (max-width: 580px) {
  .l-index__products__inner__item {
    width: 80%;
    margin-left: auto;
  }
}
.l-index .slider__container {
  position: relative;
  width: calc(100% + (100vw - 100%) / 4);
  overflow-x: hidden !important;
}
.l-index .slider__item {
  -webkit-transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.l-index .slider__item:hover {
  opacity: 0.6;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.l-index .slider__item a img {
  width: 95%;
  max-width: 500px;
}
.l-index .slick-prev,
.l-index .slick-next {
  z-index: 1;
}
.l-index .slick-prev:before,
.l-index .slick-next:before {
  color: #f3f1f1;
}
.l-index .slick-dots {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-index .slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.l-index .slick-dots li button {
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  text-indent: -9999px;
  display: block;
  width: min(3vw, 3rem);
  height: min(0.2vw, 0.2rem);
  margin: 0 min(0.4vw, 0.4rem);
  outline: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.l-index .slick-dots li button:before {
  content: none;
}
.l-index .slick-dots li:nth-child(1) button {
  background: #5d4c50;
}
.l-index .slick-dots li:nth-child(2) button {
  background: #5d4c50;
}
.l-index .slick-dots li:nth-child(3) button {
  background: #5d4c50;
}
.l-index .slick-dots li button:hover,
.l-index .slick-dots li.slick-active button {
  border-radius: 0px;
  width: min(3vw, 3rem);
  height: min(0.2vw, 0.2rem);
  background: var(--pink);
}
.l-index__business {
  border-top: 1px solid #ada4a6;
  border-bottom: 1px solid #ada4a6;
  padding: min(12vw, 12rem) 0;
}
@media screen and (max-width: 580px) {
  .l-index__business {
    padding: min(12vw, 12rem) 0 min(13vw, 13rem);
    border-top: 0.5px solid #ada4a6;
    border-bottom: 0.5px solid #ada4a6;
  }
}
.l-index__business__split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}
@media screen and (max-width: 768px) {
  .l-index__business__split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-index__business__split__right {
  width: 43%;
}
@media screen and (max-width: 768px) {
  .l-index__business__split__right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 80%;
    margin-bottom: min(5vw, 5rem);
  }
}
@media screen and (max-width: 768px) {
  .l-index__business__split__right > div {
    margin-right: auto;
  }
}
.l-index__business__split__right > div > div {
  margin-left: auto;
}
.l-index__business__split__right h2 {
  margin-bottom: min(5.4vw, 5.4rem);
}
@media screen and (max-width: 768px) {
  .l-index__business__split__right h2 {
    width: min(65%, 188px);
    margin-right: auto;
    margin-left: 0;
  }
}
.l-index__business__split__right__btn {
  margin-left: auto;
}
@media screen and (max-width: 1100px) {
  .l-index__business__split__right__btn {
    width: 100%;
  }
}
.l-index__business__split__right__btn .p-btn {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-index__business__split__right__btn .p-btn {
    margin-right: auto;
    margin-left: 0;
  }
}
.l-index__business__split__contents {
  width: 57%;
}
@media screen and (max-width: 1300px) {
  .l-index__business__split__contents {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  .l-index__business__split__contents {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.l-index__business__split__contents li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5%;
  margin-bottom: min(4vw, 4rem);
}
.l-index__business__split__contents__text {
  width: 70%;
}
@media screen and (max-width: 1200px) {
  .l-index__business__split__contents__text {
    width: 85%;
  }
}
@media screen and (max-width: 440px) {
  .l-index__business__split__contents__text {
    width: 80%;
  }
}
.l-index__business__split__contents__text dl {
  margin-bottom: min(2vw, 2rem);
}
.l-index__business__split__contents__text dl dt {
  font-weight: 500;
  color: var(--pink);
  font-size: var(--font_size_16);
  margin-bottom: min(1vw, 1rem);
}
.l-index__business__split__contents__text__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  position: relative;
}
.l-index__business__split__contents__text__link a {
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2rem;
  color: var(--pink);
  font-size: var(--font_size_14);
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.l-index__business__split__contents__text__link a:hover {
  color: #a84a64;
}
.l-index__business__split__contents__text__link .line {
  width: 2rem;
  height: 1px;
  background: #a84a64;
  -webkit-transform: translateX(0) scaleX(1);
          transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 0.6s ease, -webkit-transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.6s ease;
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.6s ease, -webkit-transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: transform, opacity;
}
.l-index__business__split__contents__text__link:hover .line {
  -webkit-transform: translateX(2rem) scaleX(2);
          transform: translateX(2rem) scaleX(2);
  opacity: 0;
}
.l-index__business__split__contents__img {
  max-width: 300px;
  width: 100%;
  height: 100%;
}

/*-------------------------------------------------------------------------------------
/////■■ about ■■/////
-------------------------------------------------------------------------------------*/
.l-about__about .p-side--line {
  padding: min(15vw, 15rem) 0;
}
.l-about__about__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 580px) {
  .l-about__about__lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-about__about__lead > div:first-child {
  width: 50%;
}
@media screen and (max-width: 580px) {
  .l-about__about__lead > div:first-child {
    width: 100%;
  }
}
.l-about__about__lead > div:first-child p {
  font-size: clamp(1.6rem, 3vw, 3.1rem);
  color: #5d4c53;
  line-height: 2;
}
.l-about__about__lead > div:last-child {
  width: 50%;
  padding-top: min(10vw, 10rem);
}
@media screen and (max-width: 580px) {
  .l-about__about__lead > div:last-child {
    width: 100%;
  }
}
.l-about__about__lead > div:last-child p {
  margin-bottom: min(4.5vw, 4.5rem);
}
.l-about__campany {
  border-bottom: 1px solid #ada4a6;
}
.l-about__campany .p-side--line {
  padding: min(12vw, 12rem) 0;
}
.l-about__campany__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 440px) {
  .l-about__campany__map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}
.l-about__campany__map__img {
  width: 50%;
}
@media screen and (max-width: 440px) {
  .l-about__campany__map__img {
    width: 60%;
    margin-bottom: min(5vw, 5rem);
  }
}
.l-about__campany__map__img img {
  max-width: 354px;
  width: 100%;
  height: auto;
}
.l-about__campany__map__info {
  width: 50%;
}
@media screen and (max-width: 440px) {
  .l-about__campany__map__info {
    width: 80%;
  }
}
.l-about__campany__map__info table {
  width: 80%;
  margin-left: auto;
}
@media screen and (max-width: 440px) {
  .l-about__campany__map__info table {
    width: 100%;
  }
}
.l-about__campany__map__info table th {
  font-weight: 600;
  padding-right: 1rem;
}
.l-about__campany__map__info table th,
.l-about__campany__map__info table td {
  padding-bottom: min(3vw, 3rem);
  vertical-align: top;
}
.l-about__campany__map__info table tr:last-child th,
.l-about__campany__map__info table tr:last-child td {
  padding-bottom: 0;
}

/*-------------------------------------------------------------------------------------
/////■■ news ■■/////
-------------------------------------------------------------------------------------*/
.l-news section {
  border-bottom: 1px solid #ada4a6;
}
.l-news__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5rem 2%;
  padding: min(15vw, 15rem) 0;
}
.l-news__contents__item {
  max-width: 250px;
  width: 40%;
}
@media screen and (max-width: 580px) {
  .l-news__contents__item {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
}
.l-news__contents__item > div {
  margin: 0 min(2vw, 2rem);
  position: relative;
  -webkit-transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.l-news__contents__item > div a > p {
  padding: 0 0.5rem;
}
.l-news__contents__item > div a > p > time {
  letter-spacing: 0.2rem;
  font-weight: 500;
}
.l-news__contents__item > div a > img {
  margin-bottom: min(1vw, 1rem);
}
.l-news__contents__item > div:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pagination button {
  padding: 6px 12px;
  border: 1px solid #aaa;
  background: #fff;
  cursor: pointer;
}

.pagination button.active {
  background: #333;
  color: white;
  border-color: #333;
}

.pagination button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/*-------------------------------------------------------------------------------------
/////■■ news_contents ■■/////
-------------------------------------------------------------------------------------*/
.l-news_contents {
  padding-top: clamp(50px, 7vw, 90px);
}
.l-news_contents article {
  padding: min(5vw, 5rem);
}
.l-news_contents article h2 {
  border-bottom: 1px solid var(--brown);
  padding-bottom: min(4vw, 4rem);
  font-weight: 400;
  font-size: var(--font_size_26);
  margin-bottom: min(4vw, 4rem);
}
.l-news_contents article time {
  color: var(--pink);
  font-size: var(--font_size_16);
}
.l-news_contents__date {
  text-align: right;
  margin-bottom: min(4vw, 4rem);
  font-weight: 500;
}
.l-news_contents__text p {
  margin-bottom: min(4.5vw, 4.5rem);
}
.l-news_contents nav {
  background: var(--brown);
  padding: min(2vw, 2rem) 0;
}
.l-news_contents nav .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  color: #fff;
}
.l-news_contents nav .breadcrumb__item a {
  color: #fff;
}
.l-news_contents nav .breadcrumb__item a:hover {
  border-bottom: 1px solid #fff;
}
.l-news_contents nav .breadcrumb__item:not(:last-of-type)::after {
  content: ">";
  margin: 0 0.6em;
}

/*-------------------------------------------------------------------------------------
/////■■ products ■■/////
-------------------------------------------------------------------------------------*/
.l-products .p-side--line {
  border-bottom: 1px solid #ada4a6;
}
.l-products__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: min(12vw, 12rem) 0 min(11vw, 11rem);
}
.l-products__top__btn {
  width: min(40%, 340px);
}
.l-products__top__btn a {
  color: var(--brown);
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2rem;
  font-size: var(--font_size_16);
  background: #fff;
  border-radius: 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: block;
  margin: auto;
  padding: min(1vw, 1rem) min(3vw, 3rem);
  border: 1px solid #ada4a6;
  white-space: nowrap;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  .l-products__top__btn a {
    padding: min(0.7vw, 0.7rem) min(4vw, 4rem);
  }
}
.l-products__top__btn a span {
  position: relative;
  z-index: 3;
  color: var(--brown);
  font-size: var(--font_size_22);
}
.l-products__top__btn a:hover span {
  color: #fff;
}
.l-products__top__btn__bgleft:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #5d4c50;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.l-products__top__btn__bgleft:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.l-products h3 {
  border-top: 1px solid #ada4a6;
  border-bottom: 1px solid #ada4a6;
  padding: min(3vw, 3rem) 0;
  text-align: center;
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2rem;
  font-size: var(--font_size_30);
}
.l-products__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: min(10vw, 10rem) min(5vw, 5rem);
  position: relative;
}
@media screen and (max-width: 580px) {
  .l-products__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-products__items__border {
  position: absolute;
  content: "";
  width: 100vw;
  height: 1px;
  background: #ada4a6;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.l-products__items picture {
  max-width: 750px;
  width: 50%;
}
@media screen and (max-width: 580px) {
  .l-products__items picture {
    width: 100%;
    margin-left: auto;
    margin-bottom: min(6vw, 6rem);
  }
}
.l-products__items picture img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.l-products__items__text {
  width: 50%;
  padding-left: min(5vw, 5rem);
}
@media screen and (max-width: 580px) {
  .l-products__items__text {
    width: 100%;
    padding-left: 0;
  }
}
.l-products__items__text__inner {
  width: 90%;
}
.l-products__items__text__inner h4 {
  font-size: var(--font_size_50);
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2rem;
  margin-bottom: min(6vw, 6rem);
}
.l-products__items__text__inner p {
  font-size: var(--font_size_26);
  margin-bottom: min(8vw, 8rem);
}
.l-products__items__text__btn--01 {
  margin-bottom: min(1.5vw, 1.5rem);
}
@media screen and (max-width: 580px) {
  .l-products__items__text__btn--01 {
    text-align: center;
  }
}
.l-products__items__text__btn--01 a {
  width: min(100%, 380px);
  display: inline-block;
  color: var(--brown);
  font-size: var(--font_size_18);
  padding: min(2vw, 2rem);
  position: relative;
  background: #cbbec2;
  border-radius: 100px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
@media screen and (max-width: 580px) {
  .l-products__items__text__btn--01 a {
    width: 85%;
  }
}
.l-products__items__text__btn--01 a:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
@media screen and (max-width: 580px) {
  .l-products__items__text__btn--02 {
    text-align: center;
  }
}
.l-products__items__text__btn--02 a {
  width: min(100%, 380px);
  border: 1px solid var(--brown);
  display: inline-block;
  color: var(--brown);
  font-size: var(--font_size_18);
  position: relative;
  background: #fff;
  border-radius: 100px;
  text-align: center;
  overflow: hidden;
  padding: min(2vw, 2rem);
  white-space: nowrap;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
@media screen and (max-width: 580px) {
  .l-products__items__text__btn--02 a {
    width: 85%;
  }
}
.l-products__items__text__btn--02 a:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.l-products__split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 580px) {
  .l-products__split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-products__split__border {
  border-right: 1px solid #ada4a6;
}
@media screen and (max-width: 580px) {
  .l-products__split__border {
    border-right: none;
  }
}
.l-products__split__items {
  width: 40%;
  padding: min(10vw, 10rem) 0;
  position: relative;
}
@media screen and (max-width: 580px) {
  .l-products__split__items {
    width: 100%;
    padding: min(10vw, 10rem) min(5vw, 5rem);
  }
}
.l-products__split__items picture img {
  max-width: 490px;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  margin-inline: auto;
  margin-bottom: min(1vw, 1rem);
}
@media screen and (max-width: 580px) {
  .l-products__split__items picture img {
    margin-bottom: min(6vw, 6rem);
  }
}
.l-products__split__items__text {
  max-width: 490px;
  margin-inline: auto;
}
@media screen and (max-width: 580px) {
  .l-products__split__items__text {
    width: 100%;
    padding-left: 0;
  }
}
.l-products__split__items__text h4 {
  font-size: var(--font_size_40);
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2rem;
  margin-bottom: min(3vw, 3rem);
}
.l-products__split__items__text p {
  font-size: var(--font_size_20);
  margin-bottom: min(4vw, 4rem);
}
.l-products__split__items__text__btn--01 {
  margin-bottom: min(1.5vw, 1.5rem);
}
@media screen and (max-width: 580px) {
  .l-products__split__items__text__btn--01 {
    text-align: center;
  }
}
.l-products__split__items__text__btn--01 a {
  width: min(100%, 380px);
  display: inline-block;
  color: var(--brown);
  font-size: var(--font_size_18);
  padding: min(2vw, 2rem);
  position: relative;
  background: #cbbec2;
  border-radius: 100px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
@media screen and (max-width: 580px) {
  .l-products__split__items__text__btn--01 a {
    width: 85%;
  }
}
.l-products__split__items__text__btn--01 a:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
@media screen and (max-width: 580px) {
  .l-products__split__items__text__btn--02 {
    text-align: center;
  }
}
.l-products__split__items__text__btn--02 a {
  width: min(100%, 380px);
  border: 1px solid var(--brown);
  display: inline-block;
  color: var(--brown);
  font-size: var(--font_size_18);
  position: relative;
  background: #fff;
  border-radius: 100px;
  text-align: center;
  overflow: hidden;
  padding: min(2vw, 2rem);
  white-space: nowrap;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
@media screen and (max-width: 580px) {
  .l-products__split__items__text__btn--02 a {
    width: 85%;
  }
}
.l-products__split__items__text__btn--02 a:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
@media screen and (max-width: 580px) {
  .l-products__split__items__border {
    position: absolute;
    content: "";
    width: 100vw;
    height: 1px;
    background: #ada4a6;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

/*-------------------------------------------------------------------------------------
/////■■ business ■■/////
-------------------------------------------------------------------------------------*/
.l-business__content {
  position: relative;
}
.l-business__content__border {
  position: absolute;
  content: "";
  width: 100vw;
  height: 1px;
  background: #ada4a6;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.l-business__content__split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: min(14vw, 14rem) 0;
}
@media screen and (max-width: 580px) {
  .l-business__content__split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-business__content__split__img {
  width: 42%;
}
@media screen and (max-width: 580px) {
  .l-business__content__split__img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.l-business__content__split__img img {
  max-width: 400px;
  aspect-ratio: 8/13;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 580px) {
  .l-business__content__split__img img {
    max-width: 580px;
    width: 100%;
    aspect-ratio: 58/30;
    margin-bottom: min(4vw, 4rem);
  }
}
.l-business__content__split__text {
  width: 42%;
}
@media screen and (max-width: 768px) {
  .l-business__content__split__text {
    width: 48%;
  }
}
@media screen and (max-width: 580px) {
  .l-business__content__split__text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.l-business__content__split__text h2 {
  font-size: var(--font_size_40);
  font-family: "A-OTF-GothicBBBPro-Medium";
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: right;
  margin-bottom: min(4.5vw, 4.5rem);
}
.l-business__content__split__text p {
  margin-bottom: min(4.5vw, 4.5rem);
}

/*-------------------------------------------------------------------------------------
/////■■ privacy policy ■■/////
-------------------------------------------------------------------------------------*/
.l-privacy__block {
  margin-bottom: min(10vw, 10rem);
}
.l-privacy__block p,
.l-privacy__block li {
  margin-bottom: min(2vw, 2rem);
}
.l-privacy__block h2 {
  border-bottom: 1px solid var(--brown);
  margin-bottom: min(3vw, 3rem);
  font-size: var(--font_size_16);
  font-weight: 400;
  padding-bottom: min(1vw, 1rem);
  padding-left: 2rem;
  position: relative;
}
.l-privacy__block h2::before {
  content: "■";
  position: absolute;
  left: 0;
}
.l-privacy__block ol {
  list-style: none;
  counter-reset: number;
}
.l-privacy__block ol li {
  position: relative;
  padding-left: 3rem;
}
.l-privacy__block ol li::before {
  counter-increment: number;
  content: "" counter(number) "）";
  position: absolute;
  left: 0;
}
.l-privacy__block ul li {
  margin-bottom: min(0.5vw, 0.5rem);
}
.l-privacy__block ul li a {
  color: var(--pink);
  border-bottom: 1px solid var(--pink);
}
.l-privacy__block ul li a:hover {
  color: #a84a64;
}
.l-privacy .p-side--line {
  padding: min(13vw, 13rem) 0;
  border-bottom: 1px solid #ada4a6;
}

/*-------------------------------------------------------------------------------------
/////■■ contact ■■/////
-------------------------------------------------------------------------------------*/
.l-contact .p-side--line {
  border-bottom: 1px solid #ada4a6;
  padding-bottom: min(6vw, 6rem);
}
.l-contact__inner {
  padding-top: min(13vw, 13rem);
  margin: auto;
}
.l-contact__inner span {
  color: var(--pink);
}
.l-contact__inner p {
  text-align: center;
  padding-bottom: min(8vw, 8rem);
}
.l-contact__inner form {
  width: 90%;
  margin: auto;
}
.l-contact__inner label {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  color: var(--brown);
}
.l-contact__inner input,
.l-contact__inner textarea,
.l-contact__inner select {
  width: 65%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #5d4c50;
}
@media screen and (max-width: 580px) {
  .l-contact__inner input,
  .l-contact__inner textarea,
  .l-contact__inner select {
    width: 100%;
  }
}
.l-contact__inner select {
  color: #5d4c50;
}
.l-contact__inner textarea {
  resize: vertical;
  height: 120px;
}
.l-contact__inner__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: min(2vw, 2rem);
}
@media screen and (max-width: 580px) {
  .l-contact__inner__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-contact__inner__item__check {
  margin-bottom: min(3vw, 3rem);
}
.l-contact__inner__item__check label span {
  color: var(--brown);
  font-weight: 300;
  font-size: clamp(1.1rem, 1.4vw, 1.4rem);
}
.l-contact__inner__item__check label span a {
  border-bottom: 1px solid var(--brown);
}
.l-contact__inner__item__check input {
  width: 2rem;
  padding: 0;
  margin-top: min(3vw, 3rem);
  color: #cbbec2;
}
.l-contact__inner .p-btn {
  margin: auto;
}
.l-contact ::-webkit-input-placeholder {
  color: #cbbec2;
}
.l-contact ::-moz-placeholder {
  color: #cbbec2;
}
.l-contact :-ms-input-placeholder {
  color: #cbbec2;
}
.l-contact ::-ms-input-placeholder {
  color: #cbbec2;
}
.l-contact ::placeholder {
  color: #cbbec2;
}