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

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

.--en {
  font-family: "EB Garamond", serif;
}

br {
  display: block;
}

/*** The new CSS reset - version 1.7.2 (last updated 23.6.2022) ***/
*:where(:not(html, iframe, canvas, img, svg, video):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
div {
  line-height: 1;
  margin: 0;
}

ul,
dl,
ol,
dd,
li,
figure {
  padding: 0;
  margin: 0;
}

html {
  overscroll-behavior: none;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
  width: 100%;
  height: 100%;
  margin: 0;
  overscroll-behavior: none;
  background: #F5F3ED;
}

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

@media screen and (max-width: 767px) {
  .u-hide-sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .u-hide-tab {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .u-hide-tabPc {
    display: none !important;
  }
}

.u-svg-sprite, .icon-svg {
  position: relative;
  display: inline-block;
}
.u-svg-sprite::before, .icon-svg::before {
  content: "";
  display: block;
  height: auto;
  width: 100%;
}
.u-svg-sprite > svg, .icon-svg > svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.u-svg-sprite.--cl-white > svg, .--cl-white.icon-svg > svg {
  fill: #ffffff;
}

.icon-svg.--dl {
  width: 26px;
}
.icon-svg.--dl::before {
  padding-top: 101.1153846154%;
}
.icon-svg.--arrow {
  width: 42.49px;
}
.icon-svg.--arrow::before {
  padding-top: 22.8759708167%;
}
.icon-svg.--letter {
  width: 34px;
}
.icon-svg.--letter::before {
  padding-top: 79.4117647059%;
}

.adlp-b-container {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  position: relative;
  color: #333333;
  font-feature-settings: "palt";
}

.adlp-b-col {
  top: 0;
  width: 100%;
  position: sticky;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .adlp-b-col {
    position: fixed;
    width: calc((100vw - 450px) / 2);
    height: 100vh;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .adlp-b-col {
    width: 25%;
  }
}

.adlp-b-col.--l {
  left: 0;
  background: url(../img/fixed_l.webp) 50% 0/cover no-repeat #F5F3ED;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .adlp-b-col.--l {
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .adlp-b-col.--l {
    display: none;
  }
}

.adlp-b-col.--r {
  right: 0;
  display: none;
}
.adlp-b-col.--r::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  background: url(../img/fixed_r.webp) 50% 100%/cover no-repeat #fff;
}
@media screen and (min-width: 768px) {
  .adlp-b-col.--r {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .adlp-b-col.--r {
    display: none;
  }
}

.adlp-b-main {
  container-type: inline-size;
  position: relative;
  z-index: 0;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .adlp-b-main {
    z-index: 11;
    margin: 0 auto;
    width: 450px;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .adlp-b-main {
    margin: 0 auto;
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .adlp-c-nav__inner {
    max-width: 90%;
  }
}

.adlp-nav__cta {
  display: none;
}
@media screen and (min-width: 901px) {
  .adlp-nav__cta {
    display: flex;
    gap: 4%;
    margin-top: min(calc(80 / 901 * 100vw), 80px);
  }
  .adlp-nav__cta .adlp-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(calc(210 / 901 * 100vw), 210px);
    max-width: min(calc(210 / 901 * 100vw), 210px);
    height: min(calc(80 / 901 * 100vw), 80px);
    box-shadow: 0 min(calc(10 / 901 * 100vw), 10px) min(calc(20 / 901 * 100vw), 20px) 0 rgba(0, 0, 0, 0.15);
    text-decoration: none;
    transition: opacity 0.2s;
  }
  .adlp-nav__cta .adlp-btn.--a {
    background: #959289;
  }
  .adlp-nav__cta .adlp-btn.--b {
    background: var(--grd, linear-gradient(96deg, #DF767D -12.91%, #B59C43 122.52%));
  }
}
@media screen and (min-width: 901px) and (min-width: 768px) {
  .adlp-nav__cta .adlp-btn:hover {
    opacity: 0.85;
  }
}
@media screen and (min-width: 901px) {
  .adlp-nav__cta .adlp-btn p {
    font-size: min(calc(16 / 901 * 100vw), 16px);
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    text-decoration: none;
    text-align: center;
  }
}

.adlp-c-logo {
  width: 29.6%;
}
.adlp-c-logo svg {
  fill: #013794;
}
.adlp-c-logo::before {
  padding-top: 15.377867789%;
}
@media screen and (min-width: 768px) {
  .adlp-c-logo {
    width: min(272.98px, 73.1849865952%);
    margin: 10.1876675603% auto 0;
  }
  .adlp-c-logo svg {
    fill: #ffffff;
  }
  .adlp-c-logo::before {
    display: none;
  }
}

.adlp-c-campaign-banner {
  width: 30.6666666667%;
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 4% 4% 0;
}
.adlp-c-campaign-banner::before {
  content: "";
  display: block;
  position: relative;
  left: 50%;
  width: 33.2173913043%;
  padding-top: 45.1043478261%;
  background: url(../img/bnr_top.svg) center/cover no-repeat;
  transform: translate(-50%, 0);
  margin-bottom: -7.3913043478%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .adlp-c-campaign-banner {
    width: 72.3860589812%;
    position: static;
    bottom: inherit;
    right: inherit;
    margin: 0 auto;
  }
  .adlp-c-campaign-banner::before {
    margin-top: 13.7037037037%;
  }
}

.adlp-c-campaign-banner__inner {
  position: relative;
  display: block;
}
.adlp-c-campaign-banner__inner > img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: opacity 250ms ease-in-out;
}
@media screen and (min-width: 768px) {
  .adlp-c-campaign-banner__inner > img:first-child > img:first-child {
    opacity: 0;
  }
}

@media screen and (min-width: 768px) {
  .adlp-c-nav {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

.adlp-c-nav__header {
  padding: 4.2666666667%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .adlp-c-nav__header {
    width: 100%;
    padding: 0 10px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: transparent;
  }
}

.adlp-c-nav__icon {
  position: relative;
  cursor: pointer;
  width: 6%;
  border-radius: 5px;
}
.adlp-c-nav__icon::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.adlp-c-nav__icon > span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  right: 0;
  height: 2px;
  border-radius: 2px;
  background: #333;
}
.adlp-c-nav__icon > span:nth-of-type(1) {
  top: 15.5555555556%;
  width: 100%;
}
.adlp-c-nav__icon > span:nth-of-type(2) {
  top: 50%;
  width: 82.2222222222%;
  transform: translate(0, -50%);
}
.adlp-c-nav__icon > span:nth-of-type(3) {
  bottom: 15.5555555556%;
  width: 66.6666666667%;
}
@media screen and (min-width: 768px) {
  .adlp-c-nav__icon {
    display: none;
  }
}

.adlp-c-nav__menu {
  padding: 14.5333333333% 4.2666666667%;
  width: fit-content;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #ffea01;
  opacity: 0;
  transform: translateY(-110%);
  transition: opacity 200ms linear 400ms, transform 800ms ease-in-out;
}
@media screen and (min-width: 768px) {
  .adlp-c-nav__menu {
    gap: min(calc(32 / 901 * 100vw), 32px);
    margin: min(calc(90 / 901 * 100vw), 90px) auto 0;
    padding: 0;
    height: auto;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: transparent;
    opacity: 1;
    transform: inherit;
    transition: inherit;
    width: fit-content;
  }
}

.adlp-c-nav__menu-item.is-current::after {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .adlp-c-nav__menu-item {
    width: 63.3333333333%;
  }
  .adlp-c-nav__menu-item > a {
    display: block;
    width: fit-content;
    margin: 0 auto;
    text-decoration: none;
    font-size: min(calc(22 / 901 * 100vw), 22px);
    letter-spacing: 0.1em;
    color: rgb(51, 51, 51);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 900px) {
  .adlp-c-nav__menu-item > a {
    font-size: min(calc(28 / 901 * 100vw), 28px);
  }
}
@media screen and (min-width: 768px) {
  .adlp-c-nav__menu-item > a::after {
    display: block;
    width: 0;
    height: min(calc(3 / 901 * 100vw), 3px);
    margin-top: min(calc(8 / 901 * 100vw), 8px);
    background: #000;
    transition: all 0.2s;
  }
}

.adlp-c-nav__menu-item {
  width: 100%;
}

.adlp-c-nav__menu-item.is-current > a::after {
  width: 100%;
  opacity: 1;
}

.adlp-c-nav.is-active .adlp-c-nav__menu {
  transform: translateY(0);
  opacity: 1;
}
.adlp-c-nav.is-active .adlp-c-nav__icon span:nth-of-type(1) {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(-135deg);
  width: 50%;
}
.adlp-c-nav.is-active .adlp-c-nav__icon span:nth-of-type(2) {
  opacity: 0;
}
.adlp-c-nav.is-active .adlp-c-nav__icon span:nth-of-type(3) {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(135deg);
  width: 50%;
}

.adlp-c-section {
  line-height: 1;
  font-size: 0;
}

.adlp-c-main .footer {
  font-size: 16px;
}
.adlp-c-main .footer .adlp-c-inner {
  padding: 8%;
}
.adlp-c-main .footer__copy {
  text-align: center;
}
.adlp-footer {
  padding: calc(80 / 750 * 100cqw) 0 calc(180 / 750 * 100cqw);
}
.adlp-footer ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(40 / 750 * 100cqw);
  margin-bottom: calc(56 / 750 * 100cqw);
}
.adlp-footer ul a {
  font-size: calc(26 / 750 * 100cqw);
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.12em;
  text-decoration: none;
  color: rgb(51, 51, 51);
}
.adlp-footer p {
  font-size: calc(18 / 750 * 100cqw);
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: center;
  color: rgb(51, 51, 51);
}

.adlp-floating {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: calc(750 / 750 * 100cqw);
  padding: calc(30 / 750 * 100cqw);
  z-index: 90;
  display: flex;
  gap: calc(30 / 750 * 100cqw);
}
.adlp-floating.--show {
  visibility: visible;
  opacity: 1;
}
.adlp-floating .adlp-btn {
  flex: 1;
  height: calc(80 / 750 * 100cqw) !important;
}
.adlp-floating .adlp-btn p.--a {
  font-size: calc(24 / 750 * 100cqw) !important;
}

.adlp-accordion__wrapper {
  display: flex;
  flex-direction: column;
  gap: min(calc(30 / 901 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__wrapper {
    gap: calc(30 / 750 * 100cqw);
  }
}
.adlp-accordion {
  background: #fff;
}
.adlp-accordion__header {
  position: relative;
  cursor: pointer;
}
.adlp-accordion__header__inner {
  display: flex;
  align-items: center;
  padding: min(calc(20 / 901 * 100vw), 20px) min(calc(80 / 901 * 100vw), 80px) min(calc(20 / 901 * 100vw), 20px) min(calc(40 / 901 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner {
    padding: calc(40 / 750 * 100cqw) calc(112 / 750 * 100cqw) calc(40 / 750 * 100cqw) calc(40 / 750 * 100cqw);
  }
}
.adlp-accordion__header__inner .lead {
  line-height: 1;
  font-size: min(calc(40 / 901 * 100vw), 40px);
  margin-right: min(calc(20 / 901 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner .lead {
    font-size: calc(48 / 750 * 100cqw);
    margin-right: calc(20 / 750 * 100cqw);
  }
}
.adlp-accordion__header::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(20 / 901 * 100vw), 20px);
  height: min(calc(12 / 901 * 100vw), 12px);
  right: min(calc(45 / 901 * 100vw), 45px);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 11.5L0.47372 0.25L19.5263 0.250002L10 11.5Z' fill='%23012F83'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header::after {
    width: calc(28 / 750 * 100cqw);
    height: calc(17 / 750 * 100cqw);
    right: calc(35 / 750 * 100cqw);
  }
}
.adlp-accordion__header.--open::after {
  transform: translateY(-50%) rotate(180deg);
}
.adlp-accordion__header.--open::before {
  opacity: 0;
}
.adlp-accordion__header.--img::after {
  display: none;
}
.adlp-accordion__header.--img > span:last-child {
  display: none;
}
.adlp-accordion__header.--img.--open > span:first-child {
  display: none;
}
.adlp-accordion__header.--img.--open > span:last-child {
  display: block;
}
.adlp-accordion__header.--plus::before {
  content: "";
  display: block;
  background-image: none;
  background: #012F83;
  position: absolute;
  height: min(calc(20 / 901 * 100vw), 20px);
  width: min(calc(2 / 901 * 100vw), 2px);
  right: min(calc(49 / 901 * 100vw), 49px);
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header.--plus::before {
    height: calc(20 / 750 * 100cqw);
    width: calc(2 / 750 * 100cqw);
    right: calc(49 / 750 * 100cqw);
  }
}
.adlp-accordion__header.--plus::after {
  width: min(calc(20 / 901 * 100vw), 20px);
  height: min(calc(2 / 901 * 100vw), 2px);
  right: min(calc(40 / 901 * 100vw), 40px);
  background-image: none;
  background: #012F83;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header.--plus::after {
    width: calc(20 / 750 * 100cqw);
    height: calc(2 / 750 * 100cqw);
    right: calc(40 / 750 * 100cqw);
  }
}
.adlp-accordion__body {
  display: none;
}
.adlp-accordion__body__inner {
  display: flex;
  align-items: flex-start;
  padding: min(calc(20 / 901 * 100vw), 20px) min(calc(40 / 901 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner {
    padding: 0 calc(40 / 750 * 100cqw) calc(40 / 750 * 100cqw);
  }
}
.adlp-accordion__body__inner .lead {
  font-size: min(calc(40 / 901 * 100vw), 40px);
  margin-right: min(calc(20 / 901 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner .lead {
    margin-right: calc(20 / 750 * 100cqw);
  }
}
.js-toggle {
  cursor: pointer;
}
.js-toggle + * {
  display: none;
}

.adlp-tab__head__wrapper {
  display: flex;
  align-items: flex-end;
  gap: min(calc(5 / 901 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .adlp-tab__head__wrapper {
    gap: calc(5 / 750 * 100cqw);
  }
}
.adlp-tab__head {
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: min(calc(10 / 901 * 100vw), 10px) min(calc(30 / 901 * 100vw), 30px);
  background: #f1f1f1;
}
@media screen and (max-width: 767px) {
  .adlp-tab__head {
    padding: calc(10 / 750 * 100cqw) calc(30 / 750 * 100cqw);
  }
}
.adlp-tab__head.--active {
  background: #E75B18;
  color: #fff;
}
.adlp-tab__content {
  display: none;
  border: min(calc(3 / 901 * 100vw), 3px) solid #f1f1f1;
  padding: min(calc(30 / 901 * 100vw), 30px);
}
.adlp-tab__content.--active {
  display: block;
}

.adlp-b-main a.adlp-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 calc(10 / 750 * 100cqw) calc(20 / 750 * 100cqw) 0 rgba(0, 0, 0, 0.16);
  width: calc(630 / 750 * 100cqw);
  height: calc(130 / 750 * 100cqw);
  font-size: calc(36 / 750 * 100cqw);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: opacity 0.2s;
  color: #fff;
}
.adlp-b-main a.adlp-btn.--a {
  background: #959289;
}
.adlp-b-main a.adlp-btn.--b {
  background: linear-gradient(93.4239deg, rgb(223, 118, 125) 0%, rgb(181, 156, 67) 100%);
}
.adlp-b-main a.adlp-btn.--c, .adlp-b-main a.adlp-btn.--d {
  background: #959289;
  width: calc(263 / 750 * 100cqw);
  height: calc(100 / 750 * 100cqw);
}
.adlp-b-main a.adlp-btn.--c::after, .adlp-b-main a.adlp-btn.--d::after {
  content: none;
}
.adlp-b-main a.adlp-btn.--c p.--a, .adlp-b-main a.adlp-btn.--d p.--a {
  font-size: calc(26 / 750 * 100cqw);
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}
.adlp-b-main a.adlp-btn.--d {
  background: linear-gradient(93.4239deg, rgb(223, 118, 125) 0%, rgb(181, 156, 67) 100%);
}
.adlp-b-main a.adlp-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(30 / 750 * 100cqw);
  width: calc(68 / 750 * 100cqw);
  height: calc(24 / 750 * 100cqw);
  background: url(../img/sec08_icon1.webp) 0 0/100% no-repeat;
  transition: right 0.2s;
}
@media screen and (min-width: 768px) {
  .adlp-b-main a.adlp-btn:hover {
    opacity: 0.85;
  }
  .adlp-b-main a.adlp-btn:hover::after {
    right: calc(20 / 750 * 100cqw);
  }
}
.adlp-b-main a.adlp-btn p.--a {
  font-size: calc(36 / 750 * 100cqw);
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1.6;
}

.cv.--a {
  background: url(../img/cv01.webp) 50% 0/100% no-repeat rgb(245, 243, 237);
  padding: calc(524 / 750 * 100cqw) 0 calc(80 / 750 * 100cqw);
}
.cv.--a .cv01__text {
  margin: 0 0 calc(470 / 750 * 100cqw) calc(40 / 750 * 100cqw);
  font-size: calc(36 / 750 * 100cqw);
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 2;
}
.cv.--a .cv01__card {
  display: flex;
  flex-direction: column;
  gap: calc(40 / 750 * 100cqw);
  background: #fff;
  box-shadow: 0px calc(2 / 750 * 100cqw) calc(16 / 750 * 100cqw) 0px rgba(0, 0, 0, 0.2);
  width: calc(690 / 750 * 100cqw);
  position: relative;
  margin: 0 auto;
  padding: calc(60 / 750 * 100cqw) calc(30 / 750 * 100cqw);
}
.cv.--a .cv01__card-title {
  font-size: calc(32 / 750 * 100cqw);
  font-weight: 500;
  color: rgb(51, 51, 51);
  letter-spacing: 0.2em;
  line-height: 1.6;
  text-align: center;
}
.cv.--b {
  background: url(../img/cv02.webp) 50% 0/100% no-repeat rgb(245, 243, 237);
  padding: calc(520 / 750 * 100cqw) 0 calc(80 / 750 * 100cqw);
}
.cv.--b .cv02__text {
  margin: 0 0 calc(710 / 750 * 100cqw) calc(60 / 750 * 100cqw);
  font-size: calc(36 / 750 * 100cqw);
  font-weight: 400;
  color: rgb(51, 51, 51);
  letter-spacing: 0.02em;
  line-height: 2;
}
.cv.--b .cv02__card {
  display: flex;
  flex-direction: column;
  gap: calc(40 / 750 * 100cqw);
  background: #fff;
  box-shadow: 0px calc(2 / 750 * 100cqw) calc(16 / 750 * 100cqw) 0px rgba(0, 0, 0, 0.2);
  width: calc(690 / 750 * 100cqw);
  position: relative;
  margin: 0 auto;
  padding: calc(60 / 750 * 100cqw) calc(30 / 750 * 100cqw);
}
.cv.--b .cv02__card-title {
  font-size: calc(32 / 750 * 100cqw);
  font-weight: 500;
  color: rgb(51, 51, 51);
  letter-spacing: 0.2em;
  line-height: 1.6;
  text-align: center;
}

.fv {
  position: relative;
  background: rgb(245, 243, 237);
}
.fv__kv {
  position: relative;
  width: calc(750 / 750 * 100cqw);
  height: calc(637 / 750 * 100cqw);
  background: #f4f4f4;
}
.fv__slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.fv__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1300ms ease-in-out;
}
.fv__slide.active {
  opacity: 1;
}
.fv__logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: calc(280 / 750 * 100cqw);
  height: calc(312 / 750 * 100cqw);
}
.fv__text1 {
  position: absolute;
  z-index: 10;
  top: calc(462 / 750 * 100cqw);
  left: calc(78 / 750 * 100cqw);
  width: calc(672 / 750 * 100cqw);
  height: calc(190 / 750 * 100cqw);
}
.fv__text-area {
  position: relative;
  z-index: 1;
  margin: calc(64 / 750 * 100cqw) 0 calc(-30 / 750 * 100cqw) calc(50 / 750 * 100cqw);
}
.fv p {
  margin: 0;
  line-height: 1.6;
  letter-spacing: 0.14em;
}
.fv p .fv__word1 {
  font-size: calc(36 / 750 * 100cqw);
  font-weight: 500;
  color: rgb(51, 51, 51);
}
.fv p .fv__word2 {
  font-size: calc(40 / 750 * 100cqw);
  font-weight: 500;
  color: rgb(136, 115, 40);
}
.fv__img1 {
  position: relative;
}
.fv__bottom-text {
  position: absolute;
  top: calc(536 / 750 * 100cqw);
  left: calc(348 / 750 * 100cqw);
  color: white;
}
.fv__bottom-text p {
  font-size: calc(30 / 750 * 100cqw);
  font-weight: 300;
  letter-spacing: 0.16em;
  line-height: 1.8;
  margin: 0;
}
.fv__note p {
  padding: calc(64 / 750 * 100cqw) calc(30 / 750 * 100cqw) calc(48 / 750 * 100cqw);
  font-size: calc(18 / 750 * 100cqw);
  font-weight: 300;
  color: rgb(102, 102, 102);
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-align: justify;
}

.sec01 {
  overflow: hidden;
  background: url(../img/sec01.webp) 50% 0/100% no-repeat;
  position: relative;
  width: calc(750 / 750 * 100cqw);
  height: calc(1383 / 750 * 100cqw);
  padding-top: calc(120 / 750 * 100cqw);
}
.sec01__container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.sec01__ttl-bg {
  background: #a8985e;
  width: fit-content;
  padding: calc(4 / 750 * 100cqw) 0 calc(4 / 750 * 100cqw) calc(60 / 750 * 100cqw);
  font-size: calc(40 / 750 * 100cqw);
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.2em;
  line-height: 1.6;
}
.sec01__ttl-text {
  display: flex;
  flex-direction: column;
  gap: min(calc(20 / 901 * 100vw), 20px);
  margin: calc(32 / 750 * 100cqw) 0 calc(56 / 750 * 100cqw) calc(60 / 750 * 100cqw);
}
.sec01__ttl-text p {
  font-size: calc(40 / 750 * 100cqw);
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
.sec01__main-text {
  margin-left: calc(60 / 750 * 100cqw);
  width: calc(627 / 750 * 100cqw);
  margin-bottom: calc(115 / 750 * 100cqw);
}
.sec01__main-text p {
  font-size: calc(26 / 750 * 100cqw);
  font-weight: 300;
  color: #333333;
  letter-spacing: 0.16em;
  line-height: 2;
  margin: 0;
  text-align: justify;
}
.sec01__en {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: calc(120 / 750 * 100cqw);
  height: calc(1264 / 750 * 100cqw);
}
.sec01__en p {
  writing-mode: vertical-rl;
  font-size: calc(84 / 750 * 100cqw);
  font-weight: 400;
  color: #bab6ab;
  letter-spacing: 0.1em;
  line-height: 0.7;
  margin: 0;
  opacity: 0.71;
}
.sec01__en::after {
  content: "";
  display: block;
  margin-left: calc(16 / 750 * 100cqw);
  width: calc(2 / 750 * 100cqw);
  height: 100%;
  background: #bab6ab;
  opacity: 0.71;
}

.sec02 {
  background: url(../img/sec02.webp) 50% 0/100% no-repeat;
  position: relative;
  width: calc(750 / 750 * 100cqw);
  padding: calc(120 / 750 * 100cqw) 0;
}
.sec02__container {
  position: relative;
  width: 100%;
  height: 100%;
}
.sec02__heading {
  display: flex;
  flex-direction: column;
  gap: calc(48 / 750 * 100cqw);
  margin: 0 0 calc(80 / 750 * 100cqw) calc(60 / 750 * 100cqw);
}
.sec02__main-title {
  font-size: calc(64 / 750 * 100cqw);
  font-weight: 400;
  color: rgb(186, 182, 171);
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0;
}
.sec02__description {
  font-size: calc(40 / 750 * 100cqw);
  font-weight: 400;
  color: rgb(51, 51, 51);
  letter-spacing: 0.2em;
  line-height: 1.6;
  margin: 0;
}
.sec02__slider {
  overflow: hidden;
  padding-bottom: calc(60 / 750 * 100cqw);
}
.sec02__slider .swiper-slide {
  padding: 0 calc(30 / 750 * 100cqw);
}
.sec02__slide-content {
  display: flex;
  flex-direction: column;
  background: rgb(245, 243, 237);
  display: flex;
  align-items: center;
  justify-content: center;
  border: calc(2 / 750 * 100cqw) solid #df767d;
  padding: calc(60 / 750 * 100cqw) calc(40 / 750 * 100cqw);
  align-items: center;
  text-align: center;
}
.sec02__slide-title {
  text-align: center;
}
.sec02__slide-title p {
  font-size: calc(36 / 750 * 100cqw);
  font-weight: 500;
  color: rgb(51, 51, 51);
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin: 0;
}
.sec02__slide-en {
  display: flex;
  align-items: center;
  gap: calc(24 / 750 * 100cqw);
  margin: calc(24 / 750 * 100cqw) 0 calc(56 / 750 * 100cqw);
  position: relative;
}
.sec02__slide-en::before, .sec02__slide-en::after {
  content: "";
  width: calc(64 / 750 * 100cqw);
  height: calc(1 / 750 * 100cqw);
  background: rgb(136, 115, 40);
}
.sec02__slide-en p {
  font-size: calc(32 / 750 * 100cqw);
  font-weight: 400;
  color: rgb(136, 115, 40);
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0;
}
.sec02__slide-img {
  width: calc(533 / 750 * 100cqw);
  height: calc(800 / 750 * 100cqw);
  object-fit: cover;
}
.sec02__slide-img.--b {
  width: calc(580 / 750 * 100cqw);
}
.sec02__nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: calc(40 / 750 * 100cqw);
}
.sec02__prev {
  position: absolute;
  left: calc(95 / 750 * 100cqw);
  top: auto;
  bottom: calc(8 / 750 * 100cqw);
  width: calc(96 / 750 * 100cqw);
  height: calc(12 / 750 * 100cqw);
  background: url("data:image/svg+xml,%3Csvg width='100' height='14' viewBox='0 0 100 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M99.0742 12.8088H3.07422L19.5742 0.808716' stroke='%23A8985E' stroke-width='2'/%3E%3C/svg%3E%0A") center/contain no-repeat;
}
.sec02__prev::after {
  display: none;
}
.sec02__next {
  position: absolute;
  right: calc(95 / 750 * 100cqw);
  top: auto;
  bottom: calc(8 / 750 * 100cqw);
  width: calc(96 / 750 * 100cqw);
  height: calc(12 / 750 * 100cqw);
  background: url("data:image/svg+xml,%3Csvg width='100' height='14' viewBox='0 0 100 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M99.0742 12.8088H3.07422L19.5742 0.808716' stroke='%23A8985E' stroke-width='2'/%3E%3C/svg%3E%0A") center/contain no-repeat;
  transform: scale(-1, 1);
}
.sec02__next::after {
  display: none;
}
.sec02 .sec02__pagination {
  bottom: 0;
  z-index: 9;
  display: flex;
  justify-content: center;
  gap: calc(32 / 750 * 100cqw);
}
.sec02 .sec02__pagination .swiper-pagination-bullet {
  width: calc(16 / 750 * 100cqw);
  height: calc(16 / 750 * 100cqw);
  background: rgb(221, 221, 221);
  opacity: 1;
  margin: 0;
}
.sec02 .sec02__pagination .swiper-pagination-bullet-active {
  background: rgb(168, 152, 94);
  opacity: 1;
}

.sec03 {
  background: url(../img/sec03.webp) 50% 0/100% no-repeat;
  position: relative;
  width: calc(750 / 750 * 100cqw);
  padding: calc(120 / 750 * 100cqw) 0;
}
.sec03__container {
  position: relative;
  width: 100%;
}
.sec03__heading {
  display: flex;
  flex-direction: column;
  gap: calc(48 / 750 * 100cqw);
  margin: 0 0 0 calc(60 / 750 * 100cqw);
}
.sec03__main-title {
  font-size: calc(64 / 750 * 100cqw);
  font-weight: 400;
  color: rgb(186, 182, 171);
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0;
}
.sec03__description {
  font-size: calc(40 / 750 * 100cqw);
  font-weight: 400;
  color: rgb(51, 51, 51);
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin: 0;
}
.sec03__process {
  margin: calc(108 / 750 * 100cqw) 0 calc(79 / 750 * 100cqw);
  padding: 0 calc(30 / 750 * 100cqw);
}
.sec03__process-num {
  width: fit-content;
  margin: 0 0 calc(552 / 750 * 100cqw) auto;
  font-size: calc(48 / 750 * 100cqw);
  font-weight: 400;
  background: linear-gradient(93.312deg, rgb(223, 118, 125) 0%, rgb(181, 156, 67) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 0.08em;
  line-height: 1;
}
.sec03__process-title {
  font-size: calc(64 / 750 * 100cqw);
  font-weight: 400;
  color: rgb(255, 255, 255);
  letter-spacing: 0.08em;
  line-height: 1;
}
.sec03__process-desc {
  font-size: calc(30 / 750 * 100cqw);
  font-weight: 300;
  color: rgb(51, 51, 51);
  letter-spacing: 0.16em;
  line-height: 1.8;
  margin: calc(96 / 750 * 100cqw) 0 0;
  padding: 0 calc(30 / 750 * 100cqw);
}
.sec03__contents {
  display: flex;
  flex-direction: column;
  gap: calc(100 / 750 * 100cqw);
}
.sec03__content-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec03__content-block.--slider .sec03__slider {
  margin-top: calc(40 / 750 * 100cqw);
}
.sec03__title {
  font-size: calc(40 / 750 * 100cqw);
  font-weight: 400;
  color: rgb(136, 115, 40);
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-align: center;
  margin: 0 calc(60 / 750 * 100cqw) calc(34 / 750 * 100cqw);
  padding: calc(16 / 750 * 100cqw) 0;
  border-top: calc(1 / 750 * 100cqw) solid rgb(136, 115, 40);
  border-bottom: calc(1 / 750 * 100cqw) solid rgb(136, 115, 40);
  width: calc(630 / 750 * 100cqw);
}
.sec03__text {
  font-size: calc(30 / 750 * 100cqw);
  font-weight: 300;
  color: rgb(51, 51, 51);
  letter-spacing: 0.15em;
  line-height: 1.8;
  text-align: justify;
  width: calc(630 / 750 * 100cqw);
  margin: 0 calc(60 / 750 * 100cqw) calc(41 / 750 * 100cqw);
}
.sec03__text .--highlight {
  font-weight: 600;
  color: rgb(168, 152, 94);
}
.sec03__note {
  width: calc(630 / 750 * 100cqw);
  font-size: calc(18 / 750 * 100cqw);
  font-weight: 300;
  color: rgb(51, 51, 51);
  letter-spacing: 0.12em;
  line-height: 1.5;
  margin: calc(-18 / 750 * 100cqw) calc(60 / 750 * 100cqw) 0;
}
.sec03__image {
  width: calc(630 / 750 * 100cqw);
}
.sec03__slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: calc(60 / 750 * 100cqw);
}
.sec03__slider .swiper-slide {
  padding: 0 calc(60 / 750 * 100cqw);
}
.sec03__slide-img {
  width: calc(630 / 750 * 100cqw);
}
.sec03__nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: calc(40 / 750 * 100cqw);
}
.sec03__prev {
  position: absolute;
  left: calc(95 / 750 * 100cqw);
  top: auto;
  bottom: calc(8 / 750 * 100cqw);
  width: calc(96 / 750 * 100cqw);
  height: calc(12 / 750 * 100cqw);
  background: url("data:image/svg+xml,%3Csvg width='100' height='14' viewBox='0 0 100 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M99.0742 12.8088H3.07422L19.5742 0.808716' stroke='%23A8985E' stroke-width='2'/%3E%3C/svg%3E%0A") center/contain no-repeat;
}
.sec03__prev::after {
  display: none;
}
.sec03__next {
  position: absolute;
  right: calc(95 / 750 * 100cqw);
  top: auto;
  bottom: calc(8 / 750 * 100cqw);
  width: calc(96 / 750 * 100cqw);
  height: calc(12 / 750 * 100cqw);
  background: url("data:image/svg+xml,%3Csvg width='100' height='14' viewBox='0 0 100 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M99.0742 12.8088H3.07422L19.5742 0.808716' stroke='%23A8985E' stroke-width='2'/%3E%3C/svg%3E%0A") center/contain no-repeat;
  transform: scale(-1, 1);
}
.sec03__next::after {
  display: none;
}
.sec03 .sec03__pagination {
  bottom: 0;
  z-index: 9;
  display: flex;
  justify-content: center;
  gap: calc(32 / 750 * 100cqw);
}
.sec03 .sec03__pagination .swiper-pagination-bullet {
  width: calc(16 / 750 * 100cqw);
  height: calc(16 / 750 * 100cqw);
  background: rgb(221, 221, 221);
  opacity: 1;
  margin: 0;
}
.sec03 .sec03__pagination .swiper-pagination-bullet-active {
  background: rgb(168, 152, 94);
  opacity: 1;
}
.sec03__special-image {
  position: relative;
  width: calc(630 / 750 * 100cqw);
  margin: 0 calc(60 / 750 * 100cqw);
}
.sec03__callout {
  position: absolute;
  right: 0;
  bottom: calc(35 / 750 * 100cqw);
  font-size: calc(26 / 750 * 100cqw);
  font-weight: 600;
  color: rgb(168, 152, 94);
  letter-spacing: 0.16em;
  line-height: 1.8;
  text-align: right;
}
.sec03__callout span {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background: #fff;
  padding: calc(6 / 750 * 100cqw) calc(16 / 750 * 100cqw);
}

.sec04 {
  background: url(../img/sec04.webp) 50% 0/100% no-repeat;
  position: relative;
  width: calc(750 / 750 * 100cqw);
  padding: calc(160 / 750 * 100cqw) 0 calc(30 / 750 * 100cqw);
}
@media screen and (max-width: 767px) {
  .sec04 {
    background: url(../img/sec04.webp) 50% 0/100% no-repeat;
    position: relative;
    width: calc(750 / 750 * 100cqw);
    padding: calc(160 / 750 * 100cqw) 0 calc(120 / 750 * 100cqw);
  }
}
.sec04__container {
  padding: 0 calc(60 / 750 * 100cqw);
}
.sec04__process-num {
  width: fit-content;
  margin: 0 auto calc(552 / 750 * 100cqw) calc(-30 / 750 * 100cqw);
  font-size: calc(48 / 750 * 100cqw);
  font-weight: 400;
  background: linear-gradient(93.312deg, rgb(223, 118, 125) 0%, rgb(181, 156, 67) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 0.08em;
  line-height: 1;
}
.sec04__main-title {
  font-size: calc(64 / 750 * 100cqw);
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: right;
  margin: 0 calc(-30 / 750 * 100cqw) 0 auto;
  white-space: nowrap;
}
.sec04__intro {
  margin: calc(102 / 750 * 100cqw) 0 calc(80 / 750 * 100cqw);
}
.sec04__intro-text {
  font-size: calc(30 / 750 * 100cqw);
  font-weight: 300;
  color: rgb(51, 51, 51);
  letter-spacing: 0.16em;
  line-height: 1.8;
  margin: 0;
}
.sec04__section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 calc(220 / 750 * 100cqw);
}
.sec04__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 calc(36 / 750 * 100cqw);
  width: calc(630 / 750 * 100cqw);
}
.sec04__section-title {
  font-size: calc(40 / 750 * 100cqw);
  font-weight: 400;
  color: rgb(136, 115, 40);
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-align: center;
  margin: 0;
  padding: calc(16 / 750 * 100cqw) 0;
  border: solid rgb(136, 115, 40);
  border-width: calc(1 / 750 * 100cqw) 0;
  width: calc(630 / 750 * 100cqw);
}
.sec04__description {
  font-size: calc(30 / 750 * 100cqw);
  font-weight: 300;
  color: rgb(51, 51, 51);
  letter-spacing: 0.16em;
  line-height: 1.8;
  text-align: justify;
  margin: 0 0 calc(46 / 750 * 100cqw);
}
.sec04__description .--highlight {
  font-weight: 600;
  color: rgb(168, 152, 94);
}
.sec04__styles {
  display: flex;
  flex-direction: column;
  gap: calc(52 / 750 * 100cqw);
  width: 100%;
}
.sec04__style {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  border: calc(1 / 750 * 100cqw) solid #df767d;
}
.sec04__style-title {
  margin: calc(-6 / 750 * 100cqw) auto 0 0;
  font-size: calc(40 / 750 * 100cqw);
  font-weight: 400;
  background: linear-gradient(95.4829deg, rgb(223, 118, 125) 0%, rgb(181, 156, 67) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 0.04em;
  line-height: 1;
}
.sec04__style-title.--b {
  margin: calc(-6 / 750 * 100cqw) 0 0 auto;
}
.sec04__style-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(16 / 750 * 100cqw);
  padding: calc(40 / 750 * 100cqw) 0;
  width: 100%;
}
.sec04__style-image {
  width: calc(570 / 750 * 100cqw);
  margin-left: calc(20 / 750 * 100cqw);
}
.sec04__style-image.--b {
  margin-left: calc(-20 / 750 * 100cqw);
}
.sec04__style-desc {
  font-size: calc(26 / 750 * 100cqw);
  font-weight: 300;
  color: rgb(51, 51, 51);
  letter-spacing: 0.16em;
  line-height: 1.8;
  text-align: justify;
  width: calc(550 / 750 * 100cqw);
  margin: 0;
}
.sec04__instagram-text {
  background: url(../img/sec04_icon1.webp) 100% 0/calc(140 / 750 * 100cqw) no-repeat;
  font-size: calc(30 / 750 * 100cqw);
  font-weight: 300;
  color: rgb(51, 51, 51);
  letter-spacing: 0.16em;
  line-height: 1.8;
  text-align: justify;
  margin-right: calc(-32 / 750 * 100cqw);
  padding: calc(40 / 750 * 100cqw) calc(32 / 750 * 100cqw) 0 0;
}
.sec04__instagram-text .--highlight {
  font-weight: 600;
  color: rgb(168, 152, 94);
}
.sec04__attend-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec04__attend-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 calc(36 / 750 * 100cqw);
  width: calc(630 / 750 * 100cqw);
}
.sec04__attend-title {
  font-size: calc(40 / 750 * 100cqw);
  font-weight: 400;
  color: rgb(136, 115, 40);
  letter-spacing: 0.2em;
  line-height: 1.6;
  text-align: center;
  padding: calc(16 / 750 * 100cqw) 0;
  border: solid rgb(136, 115, 40);
  border-width: calc(1 / 750 * 100cqw) 0;
  width: calc(630 / 750 * 100cqw);
}
.sec04__attend-content {
  display: flex;
  flex-direction: column;
  gap: calc(40 / 750 * 100cqw);
  width: calc(630 / 750 * 100cqw);
  margin: 0 calc(60 / 750 * 100cqw);
}
.sec04__attend-text {
  font-size: calc(30 / 750 * 100cqw);
  font-weight: 300;
  color: rgb(51, 51, 51);
  letter-spacing: 0.16em;
  line-height: 1.8;
  text-align: justify;
  margin: 0;
}
.sec04__attend-text .--highlight {
  font-weight: 600;
  color: rgb(168, 152, 94);
}
.sec05 {
  background: url(../img/sec05.webp) 50% 0/100% no-repeat;
  position: relative;
  padding: calc(160 / 750 * 100cqw) 0 calc(180 / 750 * 100cqw);
}
.sec05__container {
  padding: 0 calc(60 / 750 * 100cqw);
}
.sec05__process-num {
  width: fit-content;
  margin: 0 calc(-30 / 750 * 100cqw) calc(552 / 750 * 100cqw) auto;
  font-size: calc(48 / 750 * 100cqw);
  font-weight: 400;
  background: linear-gradient(93.312deg, rgb(223, 118, 125) 0%, rgb(181, 156, 67) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 0.08em;
  line-height: 1;
}
.sec05__main-title {
  font-size: calc(64 / 750 * 100cqw);
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0 auto 0 calc(-30 / 750 * 100cqw);
  white-space: nowrap;
}
.sec05__intro {
  margin: calc(102 / 750 * 100cqw) 0 calc(90 / 750 * 100cqw);
}
.sec05__intro-text {
  font-size: calc(30 / 750 * 100cqw);
  font-weight: 300;
  color: rgb(51, 51, 51);
  letter-spacing: 0.16em;
  line-height: 1.8;
  margin: 0;
}
.sec05__section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 calc(88 / 750 * 100cqw);
}
.sec05__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 calc(36 / 750 * 100cqw);
  width: calc(630 / 750 * 100cqw);
}
.sec05__section-title {
  font-size: calc(40 / 750 * 100cqw);
  font-weight: 400;
  color: rgb(136, 115, 40);
  letter-spacing: 0.2em;
  line-height: 1.6;
  text-align: center;
  margin: 0;
  padding: calc(16 / 750 * 100cqw) 0;
  border: solid rgb(136, 115, 40);
  border-width: calc(1 / 750 * 100cqw) 0;
  width: calc(630 / 750 * 100cqw);
}
.sec05__description {
  font-size: calc(30 / 750 * 100cqw);
  font-weight: 300;
  color: rgb(51, 51, 51);
  letter-spacing: 0.16em;
  line-height: 1.8;
  text-align: justify;
  margin: 0 0 calc(64 / 750 * 100cqw);
}
.sec05__description .--highlight {
  font-weight: 600;
  color: rgb(168, 152, 94);
}
.sec05__styles {
  display: flex;
  flex-direction: column;
  gap: calc(64 / 750 * 100cqw);
  width: 100%;
}
.sec05__style {
  display: flex;
  flex-direction: column;
  gap: calc(24 / 750 * 100cqw);
  width: 100%;
}
.sec05__style-title {
  display: flex;
  gap: calc(16 / 750 * 100cqw);
  align-items: flex-end;
}
.sec05__style-en {
  font-size: calc(56 / 750 * 100cqw);
  font-weight: 400;
  font-style: italic;
  color: rgb(136, 115, 40);
  letter-spacing: 0.04em;
  line-height: 1;
}
.sec05__style-japanese {
  display: flex;
  align-items: center;
  gap: calc(16 / 750 * 100cqw);
  font-size: calc(32 / 750 * 100cqw);
  font-weight: 500;
  color: rgb(136, 115, 40);
  letter-spacing: 0.2em;
  line-height: 1.6;
}
.sec05__style-japanese::before {
  content: "";
  display: block;
  width: calc(104 / 750 * 100cqw);
  height: calc(1 / 750 * 100cqw);
  background: rgb(136, 115, 40);
}
.sec05__style-content {
  display: flex;
  flex-direction: column;
  gap: calc(24 / 750 * 100cqw);
}
.sec05__style-image {
  width: calc(630 / 750 * 100cqw);
  height: calc(420 / 750 * 100cqw);
  object-fit: cover;
}
.sec05__slider {
  position: relative;
  width: calc(630 / 750 * 100cqw);
  height: calc(420 / 750 * 100cqw);
  overflow: hidden;
}
.sec05__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.3s ease-in-out;
}
.sec05__slide.active {
  opacity: 1;
}
.sec05__style-desc {
  font-size: calc(30 / 750 * 100cqw);
  font-weight: 300;
  color: rgb(51, 51, 51);
  letter-spacing: 0.16em;
  line-height: 1.8;
  text-align: justify;
  margin: 0;
}
.sec05__style-desc .--highlight {
  font-weight: 600;
  color: rgb(168, 152, 94);
}
.sec05__atmosphere-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 calc(100 / 750 * 100cqw);
}
.sec05__atmosphere-section video {
  width: 100%;
  margin-top: calc(40 / 750 * 100cqw);
}
.sec05__atmosphere-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 calc(36 / 750 * 100cqw);
  width: calc(630 / 750 * 100cqw);
}
.sec05__atmosphere-title {
  font-size: calc(40 / 750 * 100cqw);
  font-weight: 400;
  color: rgb(136, 115, 40);
  letter-spacing: 0.2em;
  line-height: 1.6;
  text-align: center;
  margin: 0;
  padding: calc(16 / 750 * 100cqw) 0;
  border: solid rgb(136, 115, 40);
  border-width: calc(1 / 750 * 100cqw) 0;
  width: calc(630 / 750 * 100cqw);
}
.sec05__atmosphere-text {
  font-size: calc(30 / 750 * 100cqw);
  font-weight: 300;
  color: rgb(51, 51, 51);
  letter-spacing: 0.16em;
  line-height: 1.8;
  text-align: justify;
  width: calc(630 / 750 * 100cqw);
  margin: 0;
}
.sec05__atmosphere-text .--highlight {
  font-weight: 600;
  color: rgb(168, 152, 94);
}
.sec05__retouch-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec05__retouch-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 calc(36 / 750 * 100cqw);
  width: calc(630 / 750 * 100cqw);
}
.sec05__retouch-title {
  font-size: calc(40 / 750 * 100cqw);
  font-weight: 400;
  color: rgb(136, 115, 40);
  letter-spacing: 0.16em;
  line-height: 1.6;
  text-align: center;
  margin: 0;
  padding: calc(16 / 750 * 100cqw) 0;
  border: solid rgb(136, 115, 40);
  border-width: calc(1 / 750 * 100cqw) 0;
  width: calc(630 / 750 * 100cqw);
}
.sec05__retouch-title .--kerning {
  letter-spacing: -0.04em;
}
.sec05__retouch-content {
  display: flex;
  flex-direction: column;
  gap: calc(40 / 750 * 100cqw);
  width: calc(630 / 750 * 100cqw);
}
.sec05__retouch-text {
  font-size: calc(30 / 750 * 100cqw);
  font-weight: 300;
  color: rgb(51, 51, 51);
  letter-spacing: 0.16em;
  line-height: 1.8;
  text-align: justify;
  margin: 0;
}
.sec05__retouch-text .--highlight {
  font-weight: 600;
  color: rgb(168, 152, 94);
}
.sec05__comparison {
  margin: calc(40 / 750 * 100cqw) 0 0;
  width: calc(630 / 750 * 100cqw);
}
.sec05__comparison img-comparison-slider {
  width: 100%;
  height: calc(920 / 750 * 100cqw);
  outline: none !important;
}
.sec05__comparison img-comparison-slider:focus {
  outline: none !important;
  box-shadow: none !important;
}
.sec05__comparison img-comparison-slider .before,
.sec05__comparison img-comparison-slider .after {
  margin: 0;
}
.sec05__comparison img-comparison-slider .before img,
.sec05__comparison img-comparison-slider .after img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  outline: none !important;
}
.sec05__comparison img-comparison-slider .before figcaption,
.sec05__comparison img-comparison-slider .after figcaption {
  position: absolute;
  padding: calc(8 / 750 * 100cqw) calc(12 / 750 * 100cqw);
  color: white;
  font-size: calc(24 / 750 * 100cqw);
  pointer-events: none;
  top: 0;
}
.sec05__comparison img-comparison-slider .before figcaption {
  background: rgb(102, 102, 102);
  left: 0;
}
.sec05__comparison img-comparison-slider .after figcaption {
  background: rgb(255, 255, 255);
  right: 0;
  color: rgb(51, 51, 51);
}
.sec05__comparison img-comparison-slider .custom-handle {
  width: calc(60 / 750 * 100cqw);
  height: calc(60 / 750 * 100cqw);
  border-radius: 50%;
  box-shadow: 0 0 calc(10 / 750 * 100cqw) rgba(0, 0, 0, 0.2);
}
.sec05__comparison img-comparison-slider .custom-handle svg {
  width: 100%;
  height: 100%;
  display: block;
}

.sec06 {
  background: url(../img/sec06.webp) 50% 0/100% no-repeat rgb(245, 243, 237);
  position: relative;
  width: calc(750 / 750 * 100cqw);
  padding: calc(120 / 750 * 100cqw) 0 calc(92 / 750 * 100cqw);
}
.sec06__container {
  position: relative;
  width: 100%;
  height: 100%;
}
.sec06__heading {
  display: flex;
  flex-direction: column;
  gap: calc(48 / 750 * 100cqw);
  margin: 0 0 calc(290 / 750 * 100cqw) calc(60 / 750 * 100cqw);
}
.sec06__main-title {
  font-size: calc(64 / 750 * 100cqw);
  font-weight: 400;
  color: rgb(186, 182, 171);
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0;
}
.sec06__description {
  font-size: calc(40 / 750 * 100cqw);
  font-weight: 400;
  color: rgb(51, 51, 51);
  letter-spacing: 0.2em;
  line-height: 1.6;
  margin: 0;
}
.sec06__inner {
  padding: 0 calc(60 / 750 * 100cqw);
}
.sec06__usp1 {
  display: flex;
  flex-direction: column;
  gap: calc(40 / 750 * 100cqw);
  align-items: center;
}
.sec06__slider {
  position: relative;
  overflow: hidden;
  margin: calc(20 / 750 * 100cqw) 0 calc(80 / 750 * 100cqw);
  padding: calc(22 / 750 * 100cqw) 0 calc(60 / 750 * 100cqw);
}
.sec06__slider .swiper-slide {
  padding: 0 calc(60 / 750 * 100cqw);
}
.sec06__slide-content {
  display: flex;
  flex-direction: column;
  background: rgb(255, 255, 255);
  box-shadow: 0 calc(2 / 750 * 100cqw) calc(24 / 750 * 100cqw) 0 rgba(0, 0, 0, 0.2);
  padding: calc(32 / 750 * 100cqw) calc(40 / 750 * 100cqw);
  height: calc(696 / 750 * 100cqw);
  justify-content: flex-start;
}
.sec06__slide-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 calc(24 / 750 * 100cqw);
  width: 100%;
}
.sec06__slide-voice {
  font-size: calc(40 / 750 * 100cqw);
  font-weight: 400;
  color: rgb(168, 152, 94);
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0;
}
.sec06__slide-stars {
  font-size: calc(32 / 750 * 100cqw);
  color: rgb(168, 152, 94);
  letter-spacing: 0.1em;
}
.sec06__slide-text {
  display: flex;
  flex-direction: column;
  gap: calc(8 / 750 * 100cqw);
}
.sec06__slide-comment {
  font-size: calc(26 / 750 * 100cqw);
  font-weight: 300;
  color: rgb(51, 51, 51);
  letter-spacing: 0.16em;
  line-height: 1.8;
  text-align: justify;
  margin: 0;
}
.sec06__slide-author {
  font-size: calc(24 / 750 * 100cqw);
  font-weight: 600;
  color: rgb(168, 152, 94);
  letter-spacing: 0.16em;
  line-height: 1.8;
  text-align: right;
  margin: 0;
}
.sec06__nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: calc(40 / 750 * 100cqw);
}
.sec06__prev {
  position: absolute;
  left: calc(95 / 750 * 100cqw);
  top: auto;
  bottom: calc(8 / 750 * 100cqw);
  width: calc(96 / 750 * 100cqw);
  height: calc(12 / 750 * 100cqw);
  background: url("data:image/svg+xml,%3Csvg width='100' height='14' viewBox='0 0 100 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M99.0742 12.8088H3.07422L19.5742 0.808716' stroke='%23A8985E' stroke-width='2'/%3E%3C/svg%3E%0A") center/contain no-repeat;
}
.sec06__prev::after {
  display: none;
}
.sec06__next {
  position: absolute;
  right: calc(95 / 750 * 100cqw);
  top: auto;
  bottom: calc(8 / 750 * 100cqw);
  width: calc(96 / 750 * 100cqw);
  height: calc(12 / 750 * 100cqw);
  background: url("data:image/svg+xml,%3Csvg width='100' height='14' viewBox='0 0 100 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M99.0742 12.8088H3.07422L19.5742 0.808716' stroke='%23A8985E' stroke-width='2'/%3E%3C/svg%3E%0A") center/contain no-repeat;
  transform: scale(-1, 1);
}
.sec06__next::after {
  display: none;
}
.sec06 .sec06__pagination {
  bottom: 0;
  z-index: 9;
  display: flex;
  justify-content: center;
  gap: calc(32 / 750 * 100cqw);
}
.sec06 .sec06__pagination .swiper-pagination-bullet {
  width: calc(16 / 750 * 100cqw);
  height: calc(16 / 750 * 100cqw);
  background: rgb(255, 255, 255);
  opacity: 1;
  margin: 0;
}
.sec06 .sec06__pagination .swiper-pagination-bullet-active {
  background: rgb(168, 152, 94);
  opacity: 1;
}
.sec06__achievements {
  display: flex;
  flex-direction: column;
  gap: calc(60 / 750 * 100cqw);
  align-items: center;
}
.sec06__note {
  width: calc(560 / 750 * 100cqw);
  margin: 0 auto;
}
.sec06__note p {
  font-size: calc(18 / 750 * 100cqw);
  font-weight: 300;
  color: rgb(102, 102, 102);
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-align: justify;
  margin: 0;
}

.sec07 {
  position: relative;
  width: calc(750 / 750 * 100cqw);
  padding: calc(120 / 750 * 100cqw) 0 calc(100 / 750 * 100cqw);
}
.sec07__heading {
  display: flex;
  flex-direction: column;
  gap: calc(48 / 750 * 100cqw);
  margin: 0 0 calc(100 / 750 * 100cqw) calc(60 / 750 * 100cqw);
}
.sec07__main-title {
  font-size: calc(64 / 750 * 100cqw);
  font-weight: 400;
  color: rgb(186, 182, 171);
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0;
}
.sec07__description {
  font-size: calc(40 / 750 * 100cqw);
  font-weight: 400;
  color: rgb(51, 51, 51);
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin: 0;
}
.sec07__inner {
  padding: 0 calc(60 / 750 * 100cqw);
}
.sec07__slider {
  position: relative;
  overflow: hidden;
  padding-bottom: calc(60 / 750 * 100cqw);
}
.sec07__slider .swiper-slide {
  padding: 0 calc(60 / 750 * 100cqw);
  height: auto;
}
.sec07__slide-content {
  display: flex;
  flex-direction: column;
  background: rgb(245, 243, 237);
  height: 100%;
}
.sec07__slide-image {
  width: calc(630 / 750 * 100cqw);
  overflow: hidden;
}
.sec07__slide-plan {
  display: flex;
  flex-direction: column;
  gap: calc(30 / 750 * 100cqw);
  align-items: center;
  padding: calc(20 / 750 * 100cqw) calc(20 / 750 * 100cqw) calc(30 / 750 * 100cqw);
  background: rgb(245, 243, 237);
  width: calc(630 / 750 * 100cqw);
}
.sec07__plan-header {
  display: flex;
  flex-direction: column;
  gap: calc(20 / 750 * 100cqw);
  margin-bottom: calc(-10 / 750 * 100cqw);
  align-items: center;
  justify-content: center;
  width: 100%;
}
.sec07__plan-title {
  border-bottom: 1px solid rgb(51, 51, 51);
  padding: calc(10 / 750 * 100cqw);
  font-size: calc(32 / 750 * 100cqw);
  font-weight: 500;
  color: rgb(51, 51, 51);
  letter-spacing: 0.2em;
  line-height: 1.6;
  text-align: center;
  margin: 0;
}
.sec07__plan-name {
  font-size: calc(36 / 750 * 100cqw);
  font-weight: 500;
  color: rgb(51, 51, 51);
  letter-spacing: 0.2em;
  line-height: 1.6;
  text-align: center;
  margin: 0;
}
.sec07__plan-price {
  text-align: center;
  width: calc(590 / 750 * 100cqw);
  margin: 0;
}
.sec07__price-main {
  font-size: calc(64 / 750 * 100cqw);
  font-weight: 500;
  color: rgb(136, 115, 40);
  letter-spacing: 0.09375em;
  line-height: 1.6;
}
.sec07__price-unit {
  font-size: calc(52 / 750 * 100cqw);
  font-weight: 500;
  color: rgb(136, 115, 40);
  letter-spacing: 0.09375em;
  line-height: 1.6;
}
.sec07__price-tax {
  font-size: calc(30 / 750 * 100cqw);
  font-weight: 500;
  color: rgb(136, 115, 40);
  letter-spacing: 0.09375em;
  line-height: 1.6;
  margin: 0;
}
.sec07__accordion {
  width: calc(590 / 750 * 100cqw);
  background: none;
}
.sec07__accordion-header {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(168, 152, 94);
  box-shadow: 0 calc(4 / 750 * 100cqw) calc(4 / 750 * 100cqw) 0 rgba(0, 0, 0, 0.25);
  height: calc(100 / 750 * 100cqw);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(32 / 750 * 100cqw);
  font-weight: 500;
  color: rgb(168, 152, 94);
  letter-spacing: 0.2em;
  line-height: 1.6;
  text-align: center;
  position: relative;
}
.sec07__accordion-header.--plus::after, .sec07__accordion-header.--plus::before {
  background: rgb(168, 152, 94);
}
.sec07__accordion-header.--plus::before {
  right: calc(76 / 750 * 100cqw);
  width: calc(2 / 750 * 100cqw);
  height: calc(26 / 750 * 100cqw);
}
.sec07__accordion-header.--plus::after {
  right: calc(64 / 750 * 100cqw);
  width: calc(26 / 750 * 100cqw);
  height: calc(2 / 750 * 100cqw);
}
.sec07__accordion-body {
  background: transparent;
}
.sec07__accordion-body .adlp-accordion__body__inner {
  display: block;
  padding: calc(30 / 750 * 100cqw) 0 0;
}
.sec07__services {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10 / 750 * 100cqw);
  justify-content: center;
  margin: 0 0 calc(30 / 750 * 100cqw);
}
.sec07__service-item {
  background: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  gap: calc(11 / 750 * 100cqw);
  width: calc(190 / 750 * 100cqw);
  padding: calc(12 / 750 * 100cqw) 0;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sec07__service-item:nth-child(4), .sec07__service-item:nth-child(5) {
  height: calc(200 / 750 * 100cqw);
}
.sec07__service-icon {
  width: calc(136 / 750 * 100cqw);
}
.sec07__service-text {
  font-size: calc(26 / 750 * 100cqw);
  font-weight: 300;
  color: rgb(51, 51, 51);
  line-height: 1.4;
  letter-spacing: 0em;
  text-align: center;
  height: calc(110 / 750 * 100cqw);
  width: 100%;
}
.sec07__service-notes {
  font-size: calc(18 / 750 * 100cqw);
  font-weight: 300;
  color: rgb(102, 102, 102);
  letter-spacing: 0.04em;
  text-align: justify;
  width: calc(590 / 750 * 100cqw);
}
.sec07__service-notes p {
  line-height: 1.5;
}
.sec07__nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: calc(40 / 750 * 100cqw);
}
.sec07__prev {
  position: absolute;
  left: calc(95 / 750 * 100cqw);
  top: auto;
  bottom: calc(8 / 750 * 100cqw);
  width: calc(96 / 750 * 100cqw);
  height: calc(12 / 750 * 100cqw);
  background: url("data:image/svg+xml,%3Csvg width='100' height='14' viewBox='0 0 100 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M99.0742 12.8088H3.07422L19.5742 0.808716' stroke='%23A8985E' stroke-width='2'/%3E%3C/svg%3E%0A") center/contain no-repeat;
}
.sec07__prev::after {
  display: none;
}
.sec07__next {
  position: absolute;
  right: calc(95 / 750 * 100cqw);
  top: auto;
  bottom: calc(8 / 750 * 100cqw);
  width: calc(96 / 750 * 100cqw);
  height: calc(12 / 750 * 100cqw);
  background: url("data:image/svg+xml,%3Csvg width='100' height='14' viewBox='0 0 100 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M99.0742 12.8088H3.07422L19.5742 0.808716' stroke='%23A8985E' stroke-width='2'/%3E%3C/svg%3E%0A") center/contain no-repeat;
  transform: scale(-1, 1);
}
.sec07__next::after {
  display: none;
}
.sec07 .sec07__pagination {
  bottom: 0;
  z-index: 9;
  display: flex;
  justify-content: center;
  gap: calc(32 / 750 * 100cqw);
}
.sec07 .sec07__pagination .swiper-pagination-bullet {
  width: calc(16 / 750 * 100cqw);
  height: calc(16 / 750 * 100cqw);
  background: rgb(221, 221, 221);
  opacity: 1;
  margin: 0;
}
.sec07 .sec07__pagination .swiper-pagination-bullet-active {
  background: rgb(168, 152, 94);
  opacity: 1;
}

.sec08 {
  background: rgb(255, 255, 255);
  padding: calc(120 / 750 * 100cqw) calc(60 / 750 * 100cqw);
}
.sec08__heading {
  margin-bottom: calc(80 / 750 * 100cqw);
}
.sec08__main-title {
  font-size: calc(64 / 750 * 100cqw);
  font-weight: 400;
  color: rgb(186, 182, 171);
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: calc(48 / 750 * 100cqw);
}
.sec08__content {
  display: flex;
  flex-direction: column;
  gap: calc(24 / 750 * 100cqw);
}
.sec08__title {
  font-size: calc(48 / 750 * 100cqw);
  font-weight: 400;
  color: rgb(51, 51, 51);
  letter-spacing: 0.2em;
  line-height: 1.6;
}
.sec08__description p {
  font-size: calc(30 / 750 * 100cqw);
  font-weight: 300;
  color: rgb(51, 51, 51);
  letter-spacing: 0.16em;
  line-height: 1.8;
  margin-bottom: 0;
}
.sec08__description p:not(:last-child) {
  margin-bottom: 0;
}
.sec08__steps {
  display: flex;
  flex-direction: column;
  gap: calc(120 / 750 * 100cqw);
}
.sec08__step {
  display: flex;
  flex-direction: column;
  gap: calc(330 / 750 * 100cqw);
  position: relative;
}
.sec08__step:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: calc(-86 / 750 * 100cqw);
  left: 50%;
  transform: translateX(-50%);
  width: calc(10 / 750 * 100cqw);
  height: calc(54 / 750 * 100cqw);
  background: url("data:image/svg+xml,%3Csvg width='10' height='54' viewBox='0 0 10 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='5' fill='%23A8985E'/%3E%3Ccircle cx='5' cy='27' r='5' fill='%23A8985E'/%3E%3Ccircle cx='5' cy='49' r='5' fill='%23A8985E'/%3E%3C/svg%3E%0A") center/contain no-repeat;
}
.sec08__step-header {
  border-top: calc(2 / 750 * 100cqw) solid rgb(168, 152, 94);
  border-bottom: calc(2 / 750 * 100cqw) solid rgb(168, 152, 94);
  padding: calc(16 / 750 * 100cqw) calc(24 / 750 * 100cqw);
  display: flex;
  align-items: center;
  gap: calc(24 / 750 * 100cqw);
}
.sec08__step-number {
  display: flex;
  align-items: center;
  color: rgb(168, 152, 94);
  letter-spacing: 0.096em;
}
.sec08__step-text {
  font-size: calc(40 / 750 * 100cqw);
  font-weight: 400;
  line-height: 1;
}
.sec08__step-num {
  font-size: calc(48 / 750 * 100cqw);
  font-weight: 400;
  line-height: 1;
}
.sec08__step-title {
  font-size: calc(36 / 750 * 100cqw);
  font-weight: 500;
  color: rgb(51, 51, 51);
  letter-spacing: 0.2em;
  line-height: 1.6;
  flex: 1;
}
.sec08__step-body {
  background: rgb(245, 243, 237);
  padding: 0 calc(40 / 750 * 100cqw) calc(40 / 750 * 100cqw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(40 / 750 * 100cqw);
}
.sec08__step-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(40 / 750 * 100cqw);
}
.sec08__step-content img {
  margin-top: calc(-290 / 750 * 100cqw);
  width: calc(550 / 750 * 100cqw);
}
.sec08__step-text p {
  font-size: calc(30 / 750 * 100cqw);
  font-weight: 300;
  color: rgb(51, 51, 51);
  letter-spacing: 0.16em;
  line-height: 1.8;
  text-align: justify;
}
.sec08__step-text .--semibold {
  font-weight: 600;
}
.sec08__category {
  color: rgb(168, 152, 94);
}
.sec08__buttons {
  display: flex;
  gap: calc(24 / 750 * 100cqw);
  margin: calc(10 / 750 * 100cqw) 0 0;
}
.sec08__buttons .adlp-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(526 / 750 * 100cqw);
  height: calc(200 / 750 * 100cqw);
  font-size: calc(26 / 750 * 100cqw);
  line-height: 1.3;
  letter-spacing: 0.16em;
  text-decoration: none;
  box-shadow: 0 calc(20 / 750 * 100cqw) calc(40 / 750 * 100cqw) 0 rgba(0, 0, 0, 0.16);
}
.sec08__buttons .adlp-btn.--a {
  background: rgba(0, 0, 0, 0.2), rgb(186, 182, 171);
}
.sec08__buttons .adlp-btn.--b {
  background: linear-gradient(91.8597deg, rgb(223, 118, 125) 0%, rgb(181, 156, 67) 100%);
}
.sec08__buttons .adlp-btn p.--a {
  font-size: calc(26 / 750 * 100cqw);
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.16em;
  line-height: 1.3;
  margin-bottom: 0;
}

.sec09 {
  background: linear-gradient(0deg, rgb(245, 243, 237) 0%, rgb(245, 243, 237) 100%) 0 0/calc(550 / 750 * 100cqw) 100% no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: calc(120 / 750 * 100cqw) calc(60 / 750 * 100cqw);
}
.sec09__inner {
  display: flex;
  flex-direction: column;
  gap: calc(80 / 750 * 100cqw);
  width: calc(630 / 750 * 100cqw);
  position: relative;
  z-index: 1;
}
.sec09__heading {
  display: flex;
  flex-direction: column;
  gap: calc(48 / 750 * 100cqw);
}
.sec09__main-title {
  font-size: calc(64 / 750 * 100cqw);
  font-weight: normal;
  color: rgb(186, 182, 171);
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0;
}
.sec09__sub-title {
  font-size: calc(48 / 750 * 100cqw);
  font-weight: 400;
  color: rgb(51, 51, 51);
  letter-spacing: 0.2em;
  line-height: 1.6;
  margin: 0;
}
.sec09__qa {
  display: flex;
  flex-direction: column;
  gap: calc(64 / 750 * 100cqw);
}
.sec09__qa .adlp-accordion {
  background: none;
}
.sec09__qa .adlp-accordion__header {
  border-bottom: calc(2 / 750 * 100cqw) solid rgb(168, 152, 94);
  padding-bottom: calc(40 / 750 * 100cqw);
  display: flex;
  gap: calc(24 / 750 * 100cqw);
  align-items: center;
  background: none;
  box-shadow: none;
  height: auto;
}
.sec09__qa .adlp-accordion__header__inner {
  flex: 1;
  padding: 0 calc(108 / 750 * 100cqw) 0 calc(10 / 750 * 100cqw);
}
.sec09__qa .adlp-accordion__header__text {
  font-size: calc(32 / 750 * 100cqw);
  font-weight: 500;
  color: rgb(51, 51, 51);
  letter-spacing: 0.2em;
  line-height: 1.6;
  margin: 0;
}
.sec09__qa .adlp-accordion__header::after {
  content: "";
  display: block;
  top: 50%;
  margin: calc(-20 / 750 * 100cqw) 0;
  right: calc(22 / 750 * 100cqw);
  width: calc(34 / 750 * 100cqw);
  height: calc(19 / 750 * 100cqw);
  background: url("data:image/svg+xml,%3Csvg width='34' height='19' viewBox='0 0 34 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.707031 0.70703L16.707 16.707L32.707 0.70703' stroke='%23A8985E' stroke-width='2'/%3E%3C/svg%3E%0A") center/contain no-repeat;
  transition: transform 0.3s;
  flex-shrink: 0;
}
.sec09__qa .adlp-accordion__header.--open::after {
  transform: rotate(180deg);
}
.sec09__qa .adlp-accordion__body {
  background: none;
}
.sec09__qa .adlp-accordion__body__inner {
  padding: calc(40 / 750 * 100cqw) 0 0;
  display: flex;
  flex-direction: column;
  gap: calc(18 / 750 * 100cqw);
}
.sec09__answer p {
  font-size: calc(30 / 750 * 100cqw);
  font-weight: 300;
  color: rgb(51, 51, 51);
  letter-spacing: 0.16em;
  line-height: 1.8;
  text-align: justify;
  margin: 0;
}
.sec09__notes p {
  font-size: calc(18 / 750 * 100cqw);
  font-weight: 300;
  color: rgb(51, 51, 51);
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-align: justify;
  margin: 0;
}

.sec10 {
  background: linear-gradient(rgb(245, 243, 237), rgb(245, 243, 237)) 0 calc(389 / 750 * 100cqw)/100% calc(418 / 750 * 100cqw) no-repeat;
  padding: calc(120 / 750 * 100cqw) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(80 / 750 * 100cqw);
}
.sec10__heading {
  display: flex;
  flex-direction: column;
  gap: calc(48 / 750 * 100cqw);
  padding-left: calc(60 / 750 * 100cqw);
  width: calc(750 / 750 * 100cqw);
}
.sec10__main-title {
  font-size: calc(64 / 750 * 100cqw);
  font-weight: 400;
  color: rgb(186, 182, 171);
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 0;
}
.sec10__title {
  font-size: calc(48 / 750 * 100cqw);
  font-weight: 400;
  color: rgb(51, 51, 51);
  letter-spacing: 0.2em;
  line-height: 1.6;
  margin-bottom: 0;
}
.sec10__tabs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.sec10__tabs .adlp-tab__head__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: calc(15 / 750 * 100cqw);
  padding: calc(50 / 750 * 100cqw) calc(60 / 750 * 100cqw);
  width: calc(750 / 750 * 100cqw);
}
.sec10__tabs .adlp-tab__head {
  background: rgba(255, 255, 255, 0.7);
  border: calc(1 / 750 * 100cqw) solid rgb(168, 152, 94);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: calc(200 / 750 * 100cqw);
  height: calc(84 / 750 * 100cqw);
  cursor: pointer;
  transition: all 0.3s;
  font-size: calc(40 / 750 * 100cqw);
  font-weight: 400;
  color: rgb(102, 102, 102);
  letter-spacing: 0.2em;
  line-height: 1.6;
  text-align: center;
}
.sec10__tabs .adlp-tab__head.--active {
  background: rgb(168, 152, 94);
  color: rgb(255, 255, 255);
}
.sec10__tabs .adlp-tab__head.sec10__tab-other {
  height: calc(84 / 750 * 100cqw);
  font-size: calc(28 / 750 * 100cqw);
  letter-spacing: 0.2em;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.sec10__tabs .adlp-tab__content {
  display: none;
  flex-direction: column;
  gap: calc(40 / 750 * 100cqw);
  align-items: flex-start;
  padding: 0;
  border: 0;
  width: 100%;
  position: relative;
}
.sec10__tabs .adlp-tab__content.--active {
  display: flex;
}
.sec10__bg-area {
  position: absolute;
  background: rgb(245, 243, 237);
  height: calc(135 / 750 * 100cqw);
  left: 0;
  top: 0;
  width: calc(750 / 750 * 100cqw);
}
.sec10__shops {
  display: flex;
  flex-direction: column;
  gap: calc(40 / 750 * 100cqw);
  align-items: center;
  width: 100%;
}
.sec10__shop {
  background: rgb(255, 255, 255);
  border: calc(1 / 750 * 100cqw) solid rgb(168, 152, 94);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(10 / 750 * 100cqw) calc(10 / 750 * 100cqw) calc(48 / 750 * 100cqw);
  width: calc(630 / 750 * 100cqw);
  position: relative;
}
.sec10__shop-inner {
  display: flex;
  flex-direction: column;
  gap: calc(40 / 750 * 100cqw);
  align-items: center;
  width: calc(610 / 750 * 100cqw);
}
.sec10__shop-title {
  background: rgb(245, 243, 237);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(8 / 750 * 100cqw) calc(10 / 750 * 100cqw);
  width: 100%;
  font-size: calc(40 / 750 * 100cqw);
  font-weight: 400;
  color: rgb(51, 51, 51);
  letter-spacing: 0.2em;
  line-height: 1.6;
  margin-bottom: 0;
}
.sec10__shop-info {
  display: flex;
  flex-direction: column;
  gap: calc(32 / 750 * 100cqw);
  align-items: flex-start;
  width: calc(570 / 750 * 100cqw);
}
.sec10__shop-detail {
  display: flex;
  gap: calc(24 / 750 * 100cqw);
  align-items: flex-start;
  width: 100%;
}
.sec10__shop-label {
  font-size: calc(24 / 750 * 100cqw);
  font-weight: 600;
  color: rgb(168, 152, 94);
  letter-spacing: 0.16em;
  line-height: 1.4;
  width: calc(108 / 750 * 100cqw);
  text-align: justify;
  text-align-last: justify;
}
.sec10__shop-text {
  font-size: calc(24 / 750 * 100cqw);
  font-weight: 300;
  color: rgb(51, 51, 51);
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-align: justify;
  width: calc(438 / 750 * 100cqw);
}
.sec10__shop-buttons {
  display: flex;
  gap: calc(24 / 750 * 100cqw);
  align-items: center;
}
.sec10__shop-buttons .adlp-btn {
  width: calc(273 / 750 * 100cqw);
  height: calc(100 / 750 * 100cqw);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 calc(10 / 750 * 100cqw) calc(20 / 750 * 100cqw) 0 rgba(0, 0, 0, 0.16);
}
.sec10__shop-buttons .adlp-btn p {
  font-size: calc(26 / 750 * 100cqw);
  font-weight: 400;
  color: rgb(255, 255, 255);
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 0;
}
.sec10__shop-buttons .adlp-btn.--c {
  background: rgba(0, 0, 0, 0.2), rgb(186, 182, 171);
}
.sec10__shop-buttons .adlp-btn.--d {
  background: linear-gradient(91.9303deg, rgb(223, 118, 125) 0%, rgb(181, 156, 67) 100%);
}
/*# sourceMappingURL=fv.css.map */
