@charset "UTF-8";
/*
 * 蜿りソn * https: //github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

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

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

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

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

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

/* Remove all animations and transitions for people that prefer not to see them */
@font-face {
  font-display: swap;
  font-family: "DFPHSMincho";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/dfhsmincho-w3-winp-rksj-h.woff2") format("woff2"), url("../fonts/dfhsmincho-w3-winp-rksj-h.woff") format("woff");
}
/*****************************************
 * 謨ｰ蛟､縺九ｉ蜊倅ｽ阪ｒ蜿悶ｊ髯､縺十n * 蜿りソn * https: //css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px竊池em縺ｮ險育ｮ予n * 蜿りソn * https: //webdou.net/sass-rem/
 * Sass縺ｧ縺ｯmath.div髢｢謨ｰ縺ｮ菴ｿ逕ｨ縺梧耳螂ｨ縺ｮ縺溘ａ縲√せ繝ｩ繝・す繝･(/)貍皮ｮ怜ｭ舌°繧牙､画峩
******************************************/
/*****************************************
 * vw縺ｮ險育ｮ予n * 蜿りソn * https://webdou.net/sass-vw/
 * Sass縺ｧ縺ｯmath.div髢｢謨ｰ縺ｮ菴ｿ逕ｨ縺梧耳螂ｨ縺ｮ縺溘ａ縲√せ繝ｩ繝・す繝･(/)貍皮ｮ怜ｭ舌°繧牙､画峩
******************************************/
/*****************************************
 * 指定ビューポート幅で指定pxになるremを返す
 * base.scssのvwスケーリング(768px〜inner)に合わせた計算
 * 例: prem-at-viewport(19, 1440) → 1440px時に19pxになるrem
******************************************/
html {
  font-size: 15px;
}

body {
  background-color: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 2;
  min-height: 100svh;
  overflow-x: hidden;
  position: relative;
  text-rendering: optimizeSpeed;
}

body.is-fixed {
  overflow: hidden;
}
main {
  flex-grow: 1;
}

a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

.height-low {
  line-height: 0.5666666667;
}

.mincho {
  font-family: "Sawarabi Mincho", sans-serif;
}

.heisei {
  font-family: "DFPHSMincho", sans-serif;
}

.pc-only {
  display: none;
}

.sp-only {
  display: block;
}

.pager {
  margin-top: 31.999px;
  margin-top: 2.1333333333rem;
}

.pager .pagination .nav-links ul.page-numbers {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style: none;
}

.pager .pagination .nav-links ul.page-numbers li .page-numbers {
  color: #000;
  display: block;
  font-family: "Sawarabi Mincho", sans-serif;
  font-size: 19.999px;
  font-size: 1.3333333333rem;
  -webkit-text-decoration: none;
  line-height: 1;
  text-decoration: none;
}

.pager .pagination .nav-links ul.page-numbers li .page-numbers.current {
  color: #031229;
}

.pager .pagination .nav-links ul.page-numbers li .page-numbers.dots {
  color: transparent;
  font-size: 0;
  margin: 0 49.999px;
  margin: 0 3.3333333333rem;
  overflow: visible;
  position: relative;
  text-align: center;
  width: 3em;
}

.pager .pagination .nav-links ul.page-numbers li .page-numbers.dots::before {
  color: #000;
  content: "・・・・・・";
  display: block;
  font-family: "Sawarabi Mincho", sans-serif;
  font-size: 16px;
  font-size: 1.0666666667rem;
  left: 50%;
  letter-spacing: 0.1em;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.pager .pagination .nav-links ul.page-numbers li .page-numbers:hover:not(.current):not(.dots) {
  opacity: 0.7;
}

.footer {
  background-color: #212121;
  border-top: 1px solid #484848;
  padding-top: 60px;
  padding-top: 4rem;
}

.footer__wrap {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}

.footer__left {
  background-color: #272727;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
  padding-top: 3rem;
  width: 96%;
}

.footer__right {
  background-color: #212121;
  margin-left: auto;
  margin-right: auto;
  width: 87%;
}

.footer-nav__wrap {
  display: grid;
  grid-template-areas: "nav01" "nav02" "nav03" "nav04" "nav05" "nav06" "nav07";
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.footer-nav-01 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: nav01;
}

.header__drawer-nav-wrap > .footer-nav-01 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.footer-nav-02 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: nav02;
}

.header__drawer-nav-wrap > .footer-nav-02 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.footer-nav-03 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: nav03;
}

.header__drawer-nav-wrap > .footer-nav-03 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.footer-nav-04 {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  display: flex;
  grid-area: nav04;
}

.header__drawer-nav-wrap > .footer-nav-04 {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

.footer-nav-05 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  align-items: center;
  display: flex;
  grid-area: nav05;
}

.header__drawer-nav-wrap > .footer-nav-05 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.footer-nav-06 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  align-items: center;
  display: flex;
  grid-area: nav06;
}

.header__drawer-nav-wrap > .footer-nav-06 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}

.footer-nav-07 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  align-items: center;
  display: flex;
  grid-area: nav07;
}

.header__drawer-nav-wrap > .footer-nav-07 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}

.footer-nav {
  font-family: "DFPHSMincho", sans-serif;
  padding-bottom: 12px;
  padding-bottom: 0.8rem;
  padding-top: 12px;
  padding-top: 0.8rem;
}

.footer-nav__list {
  display: none;
}

.footer-nav-01 .footer-nav__list,
.footer-nav-02 .footer-nav__list,
.footer-nav-03 .footer-nav__list {
  margin-top: 16px;
  margin-top: 1.0666666667rem;
}

.footer-nav-04 .footer-nav__list,
.footer-nav-05 .footer-nav__list,
.footer-nav-06 .footer-nav__list,
.footer-nav-07 .footer-nav__list {
  background-color: #2c2c2c;
  border-bottom: 1px solid #999999;
  border-top: 1px solid #999999;
  display: block;
  width: 100%;
}

.footer-nav-04 .footer-nav__list,
.footer-nav-05 .footer-nav__list {
  padding-bottom: 16px;
  padding-bottom: 1.0666666667rem;
  padding-top: 16px;
  padding-top: 1.0666666667rem;
}

.footer-nav__item {
  text-align: center;
}

.footer-nav__item a {
  color: #fff;
  color: #dcdcdc;
  display: inline-block;
  font-size: 16px;
  font-size: 1.0666666667rem;
  letter-spacing: 0.08em;
  line-height: 2.33;
  padding-bottom: 7.999px;
  padding-bottom: 0.5333333333rem;
  padding-top: 7.999px;
  padding-top: 0.5333333333rem;
  white-space: nowrap;
}

.footer-nav__title {
  background: #2c2c2c;
  border-bottom: 1px solid #999999;
  border-top: 1px solid #999999;
  color: #dcdcdc;
  cursor: pointer;
  display: block;
  font-family: "DFPHSMincho", sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2.41;
  padding-bottom: 10px;
  padding-bottom: 0.6666666667rem;
  padding-top: 10px;
  padding-top: 0.6666666667rem;
  position: relative;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.footer-nav__title::before {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  display: block;
  height: 15px;
  height: 15px;
  height: 1rem;
  margin-top: -4.999px;
  margin-top: -4.999px;
  margin-top: -0.3333333333rem;
  position: absolute;
  right: 10%;
  top: 50%;
  --arrow-rotate: 45deg;
  transform: rotate(45deg);
  transform: rotate(var(--arrow-rotate, 45deg));
  transition: transform 0.3s;
  width: 15px;
  width: 15px;
  width: 1rem;
}

.footer-nav__title:not(.is-open)::before {
  --arrow-rotate: 45deg;
  transform: rotate(45deg);
  transform: rotate(var(--arrow-rotate, 45deg));
}

.footer-nav__title.is-open {
  border-bottom: none;
}

.footer-nav__title.is-open::before {
  top: 40%;
  --arrow-rotate: 225deg;
  transform: rotate(225deg) !important;
  transform: rotate(var(--arrow-rotate, 225deg)) !important;
}
.footer__sns-wraper {
  align-items: center;
  background-color: #333333;
  border-top: 1px solid #4B4B4B;
  display: flex;
  flex-direction: column;
  gap: 18px;
  gap: 1.2rem;
  gap: 18px;
  gap: 1.2rem;
  justify-content: right;
  margin: 0 calc(50% - 50vw);
  margin-top: 70.999px;
  margin-top: 4.7333333333rem;
  padding-bottom: 33px;
  padding-bottom: 2.2rem;
  padding-top: 22px;
  padding-top: 1.4666666667rem;
  width: 100vw;
}

.footer__sns-text {
  color: #dcdcdc;
  font-size: 18px;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.footer__sns-icon-wrapper {
  align-items: center;
  display: flex;
  gap: 10px;
  gap: 0.6666666667rem;
  justify-content: center;
}

.footer__sns-icon {
  max-width: 43.999px;
  max-width: 2.9333333333rem;
  width: 100%;
}

.footer__sns-icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__left {
  margin-top: 30px;
  margin-top: 2rem;
  padding-bottom: 120px;
  padding-bottom: 8rem;
}

.footer__logo {
  margin-left: auto;
  margin-right: auto;
  max-width: 154px;
  max-width: 10.2666666667rem;
  width: 100%;
}

.footer__logo a {
  display: block;
  padding: 10px 0;
  padding: 0.6666666667rem 0;
}

.footer__logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__address {
  color: #dcdcdc;
  font-size: 13.999px;
  font-size: 0.9333333333rem;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.86;
  margin-top: 39px;
  margin-top: 2.6rem;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.footer__address a {
  color: #dcdcdc;
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.footer-nav__right {
  border-bottom: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5;
  font-family: "DFPHSMincho", sans-serif;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 2rem;
  max-width: 268px;
  max-width: 17.8666666667rem;
}

.footer__nav-items-right {
  display: flex;
  flex-direction: column;
  gap: 15px;
  gap: 1rem;
  padding-bottom: 30px;
  padding-bottom: 2rem;
  padding-top: 30px;
  padding-top: 2rem;
}

.footer__nav-items-right .footer-nav__item a {
  font-size: 16.999px;
  font-size: 1.1333333333rem;
  line-height: 1.75;
}

.footer-nav__btn {
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 15px;
  font-size: 1rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 27px;
  margin-top: 1.8rem;
  max-width: 256.999px;
  max-width: 17.1333333333rem;
}

.footer-nav__btn.pc-only {
  display: none;
}

.footer-nav__btn.sp-only {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
  max-width: 16.6666666667rem;
}

.footer-nav__btn-link {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 15px;
  font-size: 1rem;
  gap: 19.999px;
  gap: 1.3333333333rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 10px;
  padding: 1rem 0.6666666667rem;
}

.footer-nav__btn-link span {
  max-width: 25.999px;
  max-width: 1.7333333333rem;
}

.footer__policy {
  display: inline-block;
  font-size: 12px;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 19.999px;
  margin-top: 1.3333333333rem;
  padding: 10px 0;
  padding: 0.6666666667rem 0;
  text-transform: uppercase;
}

.footer__copyright {
  color: #6f6f6f;
  display: block;
  font-size: 12px;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 10px;
  margin-top: 0.6666666667rem;
  margin-top: 67px;
  margin-top: 4.4666666667rem;
  text-align: center;
}

.footer__copyright span {
  text-transform: uppercase;
}

.footer-nav-04 .footer-nav__item a,
.footer-nav-05 .footer-nav__item a,
.footer-nav-06 .footer-nav__item a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.p-footer-simple {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.6666666667rem;
  max-width: 95%;
  padding: 31.999px 0px 37.999px;
  padding: 2.1333333333rem 0rem 2.5333333333rem;
  text-align: center;
}

.p-footer-simple__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  gap: 1.6rem;
  margin: 0 auto;
  margin-top: 15px;
  margin-top: 1rem;
  max-width: 600px;
  max-width: 40rem;
}

.p-footer-simple__instagram {
  align-items: center;
  display: inline-flex;
  height: 40px;
  height: 2.6666666667rem;
  justify-content: center;
  transition: opacity 0.3s;
  width: 40px;
  width: 2.6666666667rem;
}
.p-footer-simple__instagram:hover {
  opacity: 0.8;
}

.p-footer-simple__instagram-icon {
  align-items: center;
  display: flex;
  justify-content: center;
}

.p-footer-simple__instagram-icon img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  height: auto;
     object-fit: cover;
}

.p-footer-simple__title {
  color: #CACACA;
  font-family: "Shippori Mincho B1", serif;
  font-size: 12px;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: opacity 0.3s;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.p-footer-simple__title:hover {
  opacity: 0.7;
}

.p-footer-simple__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 19.999px 40px;
  gap: 1.3333333333rem 2.6666666667rem;
  justify-content: center;
}

.p-footer-simple__link {
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-size: 12px;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: opacity 0.3s;
}
.p-footer-simple__link:hover {
  opacity: 0.7;
}

.p-footer-simple__contact {
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-size: 12px;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: opacity 0.3s;
}
.p-footer-simple__contact:hover {
  opacity: 0.7;
}

.p-footer-simple__copyright {
  color: #CACACA;
  font-family: "Shippori Mincho B1", serif;
  font-size: 12px;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 16px;
  margin-top: 1.0666666667rem;
}

.header {
  align-items: center;
  background: transparent;
  display: flex;
  height: 55.999px;
  height: 3.7333333333rem;
  justify-content: flex-end;
  left: 0;
  padding-right: 15px;
  padding-right: 1rem;
  padding-top: 15px;
  padding-top: 1rem;
  position: absolute;
  top: 0;
  transition: transform 0.3s ease-out, background 0.3s ease-out;
  width: 100%;
  z-index: 1000;
}
.header.is-visible {
  align-items: flex-start;
  background: linear-gradient(0deg, #957b80 70%, #b59f94 100%);
  border-radius: 0 0 1.3333333333rem 0rem;
  height: 70px;
  height: 4.6666666667rem;
  overflow: visible;
  padding-top: 10px;
  padding-top: 0.6666666667rem;
  position: fixed;
  transform: translateY(0);
}

.header.is-hidden {
  position: fixed;
  transform: translateY(-100%);
}

.header__logo {
  display: none;
  left: 0;
  opacity: 0;
  padding: 10px 0 10px 15px;
  padding: 0.6666666667rem 0 0.6666666667rem 1rem;
  position: absolute;
  top: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  z-index: 1001;
}
.header__logo a {
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.header__logo img {
  display: block;
  height: auto;
  max-width: 120px;
  max-width: 8rem;
}
.header__logo.sp-only {
  display: block;
  opacity: 1;
  padding: 10px 0 10px 15px;
  padding: 0.6666666667rem 0 0.6666666667rem 1rem;
  transform: translateY(0);
}
.header__logo.sp-only a {
  display: block;
}
.header__logo.sp-only .logo-initial {
  transform: translateY(15px);
  transition: all 0.3s ease;
  width: 120px;
  width: 8rem;
}
.header__logo.sp-only .logo-sticky {
  display: none;
  width: 40px;
  width: 2.6666666667rem;
}

.header.is-visible .header__logo.sp-only {
  align-items: center;
  display: flex;
  height: 100%;
}
.header.is-visible .header__logo.sp-only .logo-initial {
  display: none;
}
.header.is-visible .header__logo.sp-only .logo-sticky {
  display: block;
}

.header.is-visible .header__logo {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  opacity: 1;
  transform: translateY(0);
}
.header.is-visible .header__logo img {
  max-width: 100%;
  position: relative;
  width: 69px;
  width: 4.6rem;
  z-index: 1;
}
.header__inner {
  align-items: flex-start;
  display: flex;
  justify-content: end;
}

.header__nav {
  align-items: center;
  display: flex;
  gap: 10px;
  gap: 0.6666666667rem;
}
.header__nav-list {
  border-right: 1px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-right: 10px;
  padding-right: 0.6666666667rem;
  text-align: right;
}

.header__nav-list--links {
  display: none;
}

.header.is-visible .header__nav-list--text {
  display: none !important;
}

.header.is-visible .header__nav-list--links {
  display: none;
}
.header.is-visible .header__nav-item a {
  color: #fff;
  -webkit-text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19.999px;
  font-size: 1.3333333333rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.header.is-visible .header__nav-item a:hover {
  opacity: 0.7;
}

.header__nav-item {
  color: #fff;
  font-size: 10px;
  font-size: 0.6666666667rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
}

.header__nav-item .narrow {
  font-size: 7.999px;
  font-size: 0.5333333333rem;
  letter-spacing: 0em;
}
.header__nav-item span {
  display: inline-block;
}
.header__nav-item span.pc-only {
  display: none;
}

.header__nav-btn {
  display: none;
}
.header__nav-btn a {
  color: inherit;
  -webkit-text-decoration: none;
  letter-spacing: 0.06em;
  text-decoration: none;
}

.header__hamburger {
  align-items: center;
  background: transparent;
  border: none;
  border-radius: 0.2666666667rem;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  height: 42px;
  height: 2.8rem;
  justify-content: center;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  width: 52.999px;
  width: 3.5333333333rem;
  z-index: 1100;
}
.header__hamburger-icon {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: opacity 0.3s ease;
}

.header__hamburger-icon--open {
  opacity: 1;
}

.header__hamburger-icon--close {
  opacity: 0;
}

.header__hamburger.is-open .header__hamburger-icon--open {
  opacity: 0;
}

.header__hamburger.is-open .header__hamburger-icon--close {
  height: 30px;
  height: 2rem;
  opacity: 1;
  width: 30px;
  width: 2rem;
}

.header__drawer {
  background: #031229;
  bottom: 0;
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  visibility: hidden;
  width: 100vw;
  z-index: 1001;
}

.header__drawer-inner {
  display: flex;
  flex-direction: row;
  gap: 22px;
  gap: 1.4666666667rem;
  padding-bottom: 55.999px;
  padding-bottom: 3.7333333333rem;
  padding-left: 13.999px;
  padding-left: 0.9333333333rem;
  padding-right: 25px;
  padding-right: 1.6666666667rem;
  padding-top: 13.999px;
  padding-top: 0.9333333333rem;
}

.header__drawer-nav-wrap {
  display: grid;
  grid-template-areas: "nav01" "nav02" "nav03" "nav04" "nav05" "nav06" "nav07";
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  padding-top: 100px;
  padding-top: 6.6666666667rem;
}
.header__drawer-nav-01 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: nav01;
}
.header__drawer-nav-wrap > .header__drawer-nav-01 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.header__drawer-nav-02 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: nav02;
}

.header__drawer-nav-wrap > .header__drawer-nav-02 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.header__drawer-nav-03 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: nav03;
}

.header__drawer-nav-wrap > .header__drawer-nav-03 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.header__drawer-nav-04 {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  display: flex;
  grid-area: nav04;
}

.header__drawer-nav-wrap > .header__drawer-nav-04 {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

.header__drawer-nav-05 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  align-items: center;
  display: flex;
  grid-area: nav05;
}

.header__drawer-nav-wrap > .header__drawer-nav-05 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.header__drawer-nav-06 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  grid-area: nav06;
}

.header__drawer-nav-wrap > .header__drawer-nav-06 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}

.header__drawer-nav-07 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: nav07;
}

.header__drawer-nav-wrap > .header__drawer-nav-07 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}

.header__drawer-nav {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  font-family: "DFPHSMincho", sans-serif;
  margin: 0 auto;
  padding-bottom: 12px;
  padding-bottom: 0.8rem;
  padding-top: 12px;
  padding-top: 0.8rem;
  width: min(1100px, 100%);
}
.header__drawer-logo {
  width: 70px;
  width: 4.6666666667rem;
}

.header__drawer-logo img {
  width: 100%;
}

.header__drawer-title {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-family: "DFPHSMincho", sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 400;
  gap: 19.999px;
  gap: 1.3333333333rem;
  letter-spacing: 0.08em;
  line-height: 2.44;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.header__drawer-title::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  display: inline-block;
  height: 10px;
  height: 0.6666666667rem;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  width: 10px;
  width: 0.6666666667rem;
}
.header__drawer-title:hover::after {
  transform: rotate(45deg) translate(0.2rem, -0.2rem);
}
.header__drawer.is-open {
  opacity: 1;
  visibility: visible;
}

.header__drawer-nav-04.header__drawer-nav,
.header__drawer-nav-05.header__drawer-nav {
  padding-top: 16px;
  padding-top: 1.0666666667rem;
}

.header__drawer-item a {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 2.33;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.header__drawer-item a:hover {
  opacity: 0.4;
}
.header__drawer-nav-04 .header__drawer-item a,
.header__drawer-nav-05 .header__drawer-item a,
.header__drawer-nav-06 .header__drawer-item a,
.header__drawer-nav-07 .header__drawer-item a {
  align-items: center;
  display: inline-flex;
  font-size: 18px;
  font-size: 1.2rem;
  gap: 12px;
  gap: 0.8rem;
}
.header__drawer-nav-04 .header__drawer-item a::after,
.header__drawer-nav-05 .header__drawer-item a::after,
.header__drawer-nav-06 .header__drawer-item a::after,
.header__drawer-nav-07 .header__drawer-item a::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  display: inline-block;
  height: 7.999px;
  height: 0.5333333333rem;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  width: 7.999px;
  width: 0.5333333333rem;
}
.header__drawer-nav-04 .header__drawer-item a:hover::after,
.header__drawer-nav-05 .header__drawer-item a:hover::after,
.header__drawer-nav-06 .header__drawer-item a:hover::after,
.header__drawer-nav-07 .header__drawer-item a:hover::after {
  transform: rotate(45deg) translate(0.2rem, -0.2rem);
}
body {
  background-color: #031229;
  overflow-x: hidden;
}

/* =========================================
   Background Container (PC)
   ========================================= */
.l-bg-container {
  display: none;
}
.l-bg-container__item {
  background-position: center;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.5s ease;
  width: 100%;
}

.l-bg-container__item--01 {
  background-image: url("../images/bg01.png");
  opacity: 1;
}

.l-bg-container__item--02 {
  background-image: url("../images/bg02.png");
}

.l-bg-container__item.is-active {
  opacity: 1;
}

/* =========================================
   Layout
   ========================================= */
.l-main {
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-top {
  background-color: #031229;
  font-family: "Shippori Mincho B1", serif;
  width: 100%;
}
/* =========================================
   Side Navigation (PC only)
   ========================================= */
.l-side-nav {
  display: none;
}
.l-side-nav__catchcopy {
  background: linear-gradient(0deg, #ae7b5f 0%, #c9ac65 36%, #f7eeca 62%, #846e53 100%);
  font-family: "Shippori Mincho B1", serif;
  font-size: 24px;
  font-size: 1.6rem;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.5;
}

.l-side-nav__title {
  margin-top: 64px;
  margin-top: 4.2666666667rem;
  text-align: left;
}

.l-side-nav__title-en {
  background: linear-gradient(0deg, #ae7b5f 0%, #c9ac65 36%, #f7eeca 62%, #846e53 100%);
  font-size: 49.999px;
  font-size: 3.3333333333rem;
  line-height: 1.2;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Vollkorn SC", serif;
}

.l-side-nav__list {
  margin-top: 64px;
  margin-top: 4.2666666667rem;
}

.l-side-nav__item + .l-side-nav__item {
  margin-top: 12px;
  margin-top: 0.8rem;
}

.l-side-nav__link {
  background: linear-gradient(0deg, #ae7b5f 0%, #c9ac65 36%, #f7eeca 62%, #846e53 100%);
  font-family: "Shippori Mincho B1", serif;
  font-size: 19px;
  font-size: 1.2666666667rem;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  transition: opacity 0.3s;
}

.l-side-nav__link:hover {
  opacity: 0.7;
}

.l-side-nav__btn {
  margin-top: 40px;
  margin-top: 2.6666666667rem;
}

/* =========================================
   Gold Button Component
   ========================================= */
.c-btn-gold {
  align-items: center;
  background: url("../images/btn-gold.png") center/cover no-repeat;
  color: #000;
  display: inline-flex;
  font-family: "Shippori Mincho B1", serif;
  font-size: 15px;
  font-size: 1rem;
  height: 46px;
  height: 3.0666666667rem;
  justify-content: center;
  width: 235.999px;
  width: 15.7333333333rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: opacity 0.3s;
}
/* =========================================
   Section Heading Component
   ========================================= */
.c-section-heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
  gap: 0.4rem;
}
.c-section-heading__title {
  background: linear-gradient(0deg, #ae7b5f 0%, #c9ac65 36%, #f7eeca 62%, #846e53 100%);
  font-family: "Shippori Mincho B1", serif;
  font-size: 19px;
  font-size: 1.2666666667rem;
  font-weight: 400;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.5;
}
.c-section-heading__title--dark {
  background: none;
  -webkit-background-clip: initial;
  background-clip: border-box;
  background-clip: initial;
  color: #333;
}

.c-section-heading__ornament {
  height: auto;
  width: 163px;
  width: 10.8666666667rem;
}
/* =========================================
   SP Header
   ========================================= */
.p-top-header {
  align-items: center;
  background-color: #0a1e41;
  border-bottom: 0.5px solid #ae7b5f;
  box-shadow: 0 0.2666666667rem 0.2666666667rem rgba(163, 163, 163, 0.25);
  display: flex;
  height: 64px;
  height: 4.2666666667rem;
  justify-content: center;
  position: relative;
}
.p-top-header__logo {
  background: linear-gradient(0deg, #ae7b5f 0%, #c9ac65 36%, #f7eeca 62%, #846e53 100%);
  font-family: "Vollkorn SC", serif;
  font-size: 19.999px;
  font-size: 1.3333333333rem;
  line-height: 1.1;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* =========================================
   First View
   ========================================= */
.p-fv {
  background: url("../images/fv-bgSP.png") center/cover no-repeat;
  background-position: top;
  min-height: 568.999px;
  min-height: 37.9333333333rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-fv__products {
  height: 100%;
  left: 0;
  left: 50%;
  max-width: 345px;
  max-width: 23rem;
  position: absolute;
  top: 0;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
}

.p-fv__product {
  height: auto;
  position: absolute;
}

.p-fv__product--leaf {
  filter: drop-shadow(0 34px 49px rgba(0, 0, 0, 0.56));
  filter: drop-shadow(0 2.2666666667rem 3.2666666667rem rgba(0, 0, 0, 0.56));
  left: 39%;
  max-width: 211px;
  max-width: 14.0666666667rem;
  top: 33%;
  width: 55%;
}
.p-fv__product--teabag {
  filter: drop-shadow(0 16px 16px rgba(0, 0, 0, 0.76));
  filter: drop-shadow(0 1.0666666667rem 1.0666666667rem rgba(0, 0, 0, 0.76));
  left: 4px;
  left: 0.2666666667rem;
  max-width: 211px;
  max-width: 14.0666666667rem;
  top: 36%;
  width: 56%;
}
.p-fv__catchcopy {
  background: linear-gradient(0deg, #ae7b5f 0%, #c9ac65 36%, #f7eeca 62%, #846e53 100%);
  bottom: 28px;
  bottom: 1.8666666667rem;
  font-size: 19px;
  font-size: 1.2666666667rem;
  position: absolute;
  right: 16px;
  right: 1.0666666667rem;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.5;
  text-align: right;
}
/* =========================================
   ROYAL BLUEの誕生
   ========================================= */
.p-birth {
  background-color: #031229;
  overflow: hidden;
  padding: 40px 19.999px;
  padding: 2.6666666667rem 1.3333333333rem;
  position: relative;
}
.p-birth__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
  top: -7px;
  top: -0.4666666667rem;
}

.p-birth__inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.p-birth__text {
  background: #fff;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 31.999px;
  margin-top: 2.1333333333rem;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
/* =========================================
   ROYAL BLUEのこだわり
   ========================================= */
.p-kodawari {
  background-color: #031229;
  overflow: hidden;
  padding: 55.999px 19.999px 55.999px;
  padding: 3.7333333333rem 1.3333333333rem 3.7333333333rem;
  position: relative;
}
.p-kodawari__bg-ornament {
  display: none;
}
.p-kodawari__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  max-width: 60rem;
  position: relative;
  z-index: 1;
}

.p-kodawari__list {
  display: flex;
  flex-direction: column;
  gap: 48px;
  gap: 3.2rem;
  margin-top: 40px;
  margin-top: 2.6666666667rem;
  position: relative;
  z-index: 0;
}

.p-kodawari__list::before {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0.06) 42%, rgba(255, 255, 255, 0) 68%);
  border-radius: 50%;
  content: "";
  filter: blur(24px);
  filter: blur(1.6rem);
  height: 300px;
  height: 20rem;
  left: 18%;
  pointer-events: none;
  position: absolute;
  top: 70px;
  top: 4.6666666667rem;
  transform: translate(-50%, -50%);
  width: 300px;
  width: 20rem;
  z-index: 0;
}

.p-kodawari__list::after {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.05) 42%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  content: "";
  filter: blur(22px);
  filter: blur(1.4666666667rem);
  height: 280px;
  height: 18.6666666667rem;
  pointer-events: none;
  position: absolute;
  right: 4px;
  right: 0.2666666667rem;
  top: 69%;
  transform: translate(20%, -48%);
  width: 280px;
  width: 18.6666666667rem;
  z-index: 0;
}
.p-kodawari__item {
  align-items: center;
  display: flex;
  gap: 4.999px;
  gap: 0.3333333333rem;
  position: relative;
  z-index: 1;
}
.p-kodawari__item:nth-child(2) {
  flex-direction: row-reverse;
}

.p-kodawari__item-img {
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
  width: 90px;
  width: 6rem;
}
.p-kodawari__item-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-kodawari__item-img--apricot {
  width: 117px;
  width: 7.8rem;
}

.p-kodawari__item-content {
  flex: 1;
  min-width: 0;
}

.p-kodawari__item-title {
  color: #fff;
  font-size: 16px;
  font-size: 1.0666666667rem;
  line-height: 1.6;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  letter-spacing: 0.01em;
          text-decoration: underline dotted;
  text-underline-offset: 4px;
  text-underline-offset: 0.2666666667rem;
}
.p-kodawari__item-text {
  color: #fff;
  font-size: 13.999px;
  font-size: 0.9333333333rem;
  letter-spacing: 0.01em;
  line-height: 1.7;
  margin-top: 19.999px;
  margin-top: 1.3333333333rem;
}
/* =========================================
   専門家監修
   ========================================= */
.p-expert {
  background-color: #031229;
  overflow: hidden;
  padding: 55.999px 40px;
  padding: 3.7333333333rem 2.6666666667rem;
  position: relative;
}
.p-expert__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.35;
  pointer-events: none;
}

.p-expert__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  max-width: 46.6666666667rem;
  position: relative;
  z-index: 1;
}

.p-expert__line {
  height: auto;
  width: 163px;
  width: 10.8666666667rem;
}

.p-expert__text {
  background: #fff;
  font-size: 15px;
  font-size: 1rem;
  line-height: 2;
  margin-top: 31.999px;
  margin-top: 2.1333333333rem;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
/* =========================================
   商品情報
   ========================================= */
.p-products {
  overflow: hidden;
  padding: 55.999px 19.999px;
  padding: 3.7333333333rem 1.3333333333rem;
  position: relative;
}
.p-products__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

.p-products__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  max-width: 60rem;
  position: relative;
  z-index: 1;
}

.p-products__list {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 55.999px;
  gap: 3.7333333333rem;
  margin-top: 40px;
  margin-top: 2.6666666667rem;
}
.p-products__card {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  gap: 1.6rem;
  max-width: 334.999px;
  max-width: 22.3333333333rem;
  width: 100%;
}

.p-products__card-frame {
  position: relative;
  width: 100%;
}

.p-products__card-frame-img {
  height: auto;
  width: 100%;
}

.p-products__card-body {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 7.999px;
  gap: 0.5333333333rem;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.p-products__card-img {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 145.999px;
  width: 9.7333333333rem;
}

.p-products__card-status {
  color: #333;
  font-size: 15px;
  font-size: 1rem;
}

.p-products__card-name {
  color: #333;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
}

.p-products__card-price {
  color: #333;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.6;
}

.p-products__card-soldout {
  color: #e40000;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

/* スペーサー：status/soldoutがないカード用（高さを揃える） */
.p-products__card-status--spacer,
.p-products__card-soldout--spacer {
  margin: 0;
  padding: 0;
  visibility: hidden;
}

/* =========================================
   ご注文からお届けまで
   ========================================= */
.p-flow {
  background-color: #fff;
  margin-top: -3px;
  margin-top: -0.2rem;
  padding: 55.999px 37.999px;
  padding: 3.7333333333rem 2.5333333333rem;
}
.p-flow__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  max-width: 62.6666666667rem;
}

.p-flow__list {
  list-style: none;
  margin-top: 40px;
  margin-top: 2.6666666667rem;
  padding-left: 0;
}
.p-flow__item {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  gap: 1.0666666667rem;
  position: relative;
}

.p-flow__item + .p-flow__item {
  margin-top: 40px;
  margin-top: 2.6666666667rem;
}

.p-flow__item:not(:last-child)::after {
  border-left: 1.999px dotted #000;
  border-left: 0.1333333333rem dotted #000;
  content: "";
  height: calc(100% + 2.6666666667rem);
  left: 13.999px;
  left: 0.9333333333rem;
  pointer-events: none;
  position: absolute;
  top: 15px;
  top: 1rem;
  width: 0;
  z-index: 0;
}

.p-flow__item-number {
  align-items: center;
  background-color: #031229;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 500;
  height: 30px;
  height: 2rem;
  justify-content: center;
  letter-spacing: normal;
  line-height: 1;
  position: relative;
  width: 30px;
  width: 2rem;
  z-index: 1;
}

.p-flow__item-title {
  color: #333;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-flow__item-text {
  color: #333;
  font-size: 15px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 4px;
  margin-top: 0.2666666667rem;
}
/* =========================================
   空間をつくる会社が時間を届ける
   ========================================= */
.p-philosophy {
  background-color: #031229;
  padding: 55.999px 40px;
  padding: 3.7333333333rem 2.6666666667rem;
}
.p-philosophy__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  max-width: 40rem;
}

.p-philosophy__line {
  height: auto;
  width: 100%;
}
.p-philosophy__line:last-child {
  margin-top: 40px;
  margin-top: 2.6666666667rem;
}

.p-philosophy__title {
  background: linear-gradient(0deg, #ae7b5f 0%, #c9ac65 36%, #f7eeca 62%, #846e53 100%);
  font-size: 19px;
  font-size: 1.2666666667rem;
  font-weight: 400;
  margin-top: 31.999px;
  margin-top: 2.1333333333rem;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.6;
}
.p-philosophy__text {
  background: #fff;
  font-size: 15px;
  font-size: 1rem;
  line-height: 2;
  margin-top: 24px;
  margin-top: 1.6rem;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
/* =========================================
   CTA
   ========================================= */
.p-cta {
  overflow: hidden;
  padding: 79.999px 19.999px;
  padding: 5.3333333333rem 1.3333333333rem;
  position: relative;
  text-align: center;
}
.p-cta__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

.p-cta__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  gap: 1.6rem;
  position: relative;
  z-index: 1;
}

.p-cta__title {
  background: linear-gradient(0deg, #ae7b5f 0%, #c9ac65 36%, #f7eeca 62%, #846e53 100%);
  font-size: 19px;
  font-size: 1.2666666667rem;
  font-weight: 400;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.6;
}
.p-cta__text {
  background: #fff;
  font-size: 15px;
  font-size: 1rem;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
/* =========================================
   ご注文フォーム Section
   ========================================= */
.p-form-section {
  background-color: #031229;
  padding: 55.999px 16px;
  padding: 3.7333333333rem 1.0666666667rem;
}
.p-form-section__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  max-width: 46.6666666667rem;
}

.p-form-section__heading {
  margin-bottom: 31.999px;
  margin-bottom: 2.1333333333rem;
}
/* =========================================
   Contact Form Styles
   ========================================= */
.p-contact-container {
  background-color: #fafafa;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  max-width: 40rem;
  padding: 24px 12px;
  padding: 1.6rem 0.8rem;
  width: 100%;
}

.p-contact__notice {
  background: #fff;
  border: 1px solid #ddd;
  color: #c00;
  font-size: 13.999px;
  font-size: 0.9333333333rem;
  margin-bottom: 24px;
  margin-bottom: 1.6rem;
  padding: 12px;
  padding: 0.8rem;
}

.wpcf7-response-output {
  display: none !important;
}

.p-form {
  font-family: serif;
}

.p-form__row {
  margin-bottom: 24px;
  margin-bottom: 1.6rem;
}

.p-form__label {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 500;
  margin-bottom: 7.999px;
  margin-bottom: 0.5333333333rem;
}

.p-form__required {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-size: 0.6666666667rem;
  line-height: 1.5;
  margin-right: 10px;
  margin-right: 0.6666666667rem;
  padding: 1.999px 6px;
  padding: 0.1333333333rem 0.4rem;
}

.p-form__input {
  margin: 0;
}

.p-form__input input[type=text],
.p-form__input input[type=email],
.p-form__input input[type=tel],
.p-form__input input[type=number] {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.0666666667rem;
  padding: 12px;
  padding: 0.8rem;
  width: 100%;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  margin-bottom: 10px;
  margin-bottom: 0.6666666667rem;
}

.p-form__input input[readonly],
.p-form__input input:disabled,
.p-form__input input.is-disabled {
  background-color: #eee;
  color: #999;
  cursor: not-allowed;
}

.p-form__input input[type=text]::-moz-placeholder, .p-form__input input[type=email]::-moz-placeholder, .p-form__input input[type=tel]::-moz-placeholder, .p-form__input input[type=number]::-moz-placeholder {
  color: #ccc;
}

.p-form__input input[type=text]::placeholder,
.p-form__input input[type=email]::placeholder,
.p-form__input input[type=tel]::placeholder,
.p-form__input input[type=number]::placeholder {
  color: #ccc;
}

.p-form__input--name {
  display: block;
}

.p-form__input--name input {
  width: 100% !important;
}

.p-form__input--name .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.p-form__input--name .wpcf7-form-control-wrap input {
  width: 100% !important;
}

.p-form__select-wrap {
  background: #fff;
  border: 1px solid #ddd;
  position: relative;
  width: 100%;
}

.p-form__select-wrap--pref {
  margin-bottom: 10px;
  margin-bottom: 0.6666666667rem;
}

.p-form__select-wrap select {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 13.999px;
  font-size: 0.9333333333rem;
  height: 42px;
  height: 2.8rem;
  line-height: 42px;
  line-height: 2.8rem;
  padding: 0 12px;
  padding: 0 0.8rem;
  padding-right: 40px;
  padding-right: 2.6666666667rem;
  width: 100%;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  color: #333;
}

.p-form__select-wrap select:focus {
  outline: none;
}

.wpcf7-list-item {
  font-size: 12px;
  font-size: 0.8rem;
  margin-left: 0px;
  margin-left: 0rem;
}

.wpcf7-list-item label {
  align-items: center;
  display: flex;
}

.wpcf7-list-item a {
  -webkit-text-decoration: underline;
  letter-spacing: 0.05em;
  text-decoration: underline;
}

.wpcf7-list-item input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  height: 1.0666666667rem;
  margin-right: 7.999px;
  margin-right: 0.5333333333rem;
  position: relative;
  vertical-align: middle;
  width: 16px;
  width: 1.0666666667rem;
}

.wpcf7-list-item input[type=checkbox]:checked {
  background-color: #fff;
  border-color: #333;
}

.wpcf7-list-item input[type=checkbox]:checked::after {
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
  content: "";
  height: 4px;
  height: 0.2666666667rem;
  left: 50%;
  position: absolute;
  top: 45%;
  transform: translate(-50%, -60%) rotate(-45deg);
  width: 7.999px;
  width: 0.5333333333rem;
}

.p-form__select-wrap::after {
  background: linear-gradient(180deg, #706f6f 0%, #333333 100%);
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  width: 3rem;
}

.p-form__select-wrap::before {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 6px 4.999px 0 4.999px;
  border-width: 0.4rem 0.3333333333rem 0 0.3333333333rem;
  content: "";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 16.999px;
  right: 1.1333333333rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  z-index: 1;
}

.p-form__agree {
  font-size: 13.999px;
  font-size: 0.9333333333rem;
  margin-bottom: 40px;
  margin-bottom: 2.6666666667rem;
  margin-top: 30px;
  margin-top: 2rem;
  text-align: center;
}

.p-form__submit {
  text-align: center;
}

.p-form__submit input[type=submit],
.p-form__submit button,
.p-confirm__btn-submit {
  background-color: #000;
  border: none;
  border-radius: 2rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.0666666667rem;
  max-width: 300px;
  max-width: 20rem;
  padding: 15px 60px;
  padding: 1rem 4rem;
  transition: opacity 0.3s;
  width: 100%;
  -webkit-text-decoration: none;
  line-height: 1.5;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.p-form__submit input[type=submit]:hover,
.p-form__submit button:hover,
.p-confirm__btn-submit:hover {
  opacity: 0.8;
}

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

.p-form__submit button:disabled:hover {
  opacity: 0.5;
}

.p-confirm__btn-back {
  background: none;
  border: none;
  -webkit-text-decoration: underline;
  color: #333;
  cursor: pointer;
  font-size: 13.999px;
  font-size: 0.9333333333rem;
  padding: 10px;
  padding: 0.6666666667rem;
  text-decoration: underline;
}

.p-confirm__btn-back:hover {
  opacity: 0.7;
  -webkit-text-decoration: none;
  text-decoration: none;
}

/* =========================================
   Confirmation Screen Styles
   ========================================= */
.p-confirm {
  font-family: serif;
  width: 100%;
}

.p-confirm__title {
  background: linear-gradient(0deg, #ae7b5f 0%, #c9ac65 36%, #f7eeca 62%, #846e53 100%);
  font-size: 19.999px;
  font-size: 1.3333333333rem;
  font-weight: 700;
  margin-bottom: 30px;
  margin-bottom: 2rem;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.p-confirm__content {
  background: #fff;
}

.p-confirm__product {
  border-bottom: 1px solid #ddd;
  margin-bottom: 19.999px;
  margin-bottom: 1.3333333333rem;
  padding-bottom: 19.999px;
  padding-bottom: 1.3333333333rem;
}

.p-confirm__product-title {
  background: #ddd;
  font-size: 13.999px;
  font-size: 0.9333333333rem;
  font-weight: 700;
  margin-bottom: 4.999px;
  margin-bottom: 0.3333333333rem;
  padding: 4.999px 10px;
  padding: 0.3333333333rem 0.6666666667rem;
}

.p-confirm__product-text {
  font-size: 16px;
  font-size: 1.0666666667rem;
  margin-bottom: 10px;
  margin-bottom: 0.6666666667rem;
  padding: 4.999px 10px;
  padding: 0.3333333333rem 0.6666666667rem;
}

.p-confirm__total-row {
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  padding: 0.6666666667rem;
}

.p-confirm__total-row dt {
  font-weight: 700;
}

.p-confirm__total-row dd {
  font-weight: 700;
}

.p-confirm__total-row--highlight {
  background: #ddd;
  font-size: 18px;
  font-size: 1.2rem;
  margin-top: 10px;
  margin-top: 0.6666666667rem;
}

.p-confirm__user-info {
  margin-top: 30px;
  margin-top: 2rem;
}

.p-confirm__row {
  margin-bottom: 15px;
  margin-bottom: 1rem;
}

.p-confirm__row dt {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 500;
  margin-bottom: 4.999px;
  margin-bottom: 0.3333333333rem;
}

.p-confirm__row dd {
  font-size: 16px;
  font-size: 1.0666666667rem;
  padding-left: 10px;
  padding-left: 0.6666666667rem;
}

.p-confirm__agree-text {
  font-size: 13.999px;
  font-size: 0.9333333333rem;
  margin-top: 19.999px;
  margin-top: 1.3333333333rem;
  text-align: center;
}

.p-confirm__actions {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 19.999px;
  gap: 1.3333333333rem;
  margin-top: 40px;
  margin-top: 2.6666666667rem;
}

.wpcf7-list-item-label {
  font-size: 10.999px;
  font-size: 0.7333333333rem;
  letter-spacing: 0em;
}

.wpcf7-list-item-label a {
  -webkit-text-decoration: underline;
  letter-spacing: 0.05em;
  text-decoration: underline;
}

.p-confirm__note {
  font-size: 13.999px;
  font-size: 0.9333333333rem;
  margin-bottom: 19.999px;
  margin-bottom: 1.3333333333rem;
  margin-top: 10px;
  margin-top: 0.6666666667rem;
}

/* =========================================
   Thanks Screen Styles
   ========================================= */
.p-thanks {
  background: #fff;
  font-family: serif;
  padding: 40px 19.999px;
  padding: 2.6666666667rem 1.3333333333rem;
  text-align: center;
  width: 100%;
}

.p-thanks__title {
  background: linear-gradient(0deg, #ae7b5f 0%, #c9ac65 36%, #f7eeca 62%, #846e53 100%);
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 40px;
  margin-bottom: 2.6666666667rem;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.p-thanks__lead {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 30px;
  margin-bottom: 2rem;
}

.p-thanks__text {
  font-size: 13.999px;
  font-size: 0.9333333333rem;
  line-height: 1.8;
  margin-bottom: 40px;
  margin-bottom: 2.6666666667rem;
  text-align: left;
}

.p-thanks__links {
  display: flex;
  flex-direction: column;
  gap: 19.999px;
  gap: 1.3333333333rem;
}

.p-thanks__link {
  -webkit-text-decoration: underline;
  color: #333;
  font-size: 13.999px;
  font-size: 0.9333333333rem;
  text-decoration: underline;
}

.p-thanks__link:hover {
  opacity: 0.7;
}

/* =========================================
   特定商取引法に基づく表記
   ========================================= */
.p-legal {
  background-color: #031229;
  padding: 55.999px 16px;
  padding: 3.7333333333rem 1.0666666667rem;
}
.p-legal__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  max-width: 46.6666666667rem;
}

.p-legal__title {
  color: #fff;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 400;
}
.p-legal__body {
  color: #fff;
  font-size: 13px;
  font-size: 0.8666666667rem;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 30px;
  margin-top: 2rem;
  text-align: left;
}

.pagination {
  width: 100%;
}
.nav-links ul {
  display: flex;
  justify-content: center;
}

.nav-links ul li a,
.nav-links ul li span {
  align-items: center;
  color: #031229;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-size: 1.0666666667rem;
}

.nav-links ul li span.current {
  color: #000;
}

.nav-links ul li {
  margin: 0 4.999px;
  margin: 0 0.3333333333rem;
  position: relative;
}

.nav-links ul li a,
.nav-links ul li span {
  display: block;
  width: 100%;
}

.nav-links ul li .nav-links ul .dots {
  padding-left: 0;
  padding-right: 0;
}

@media (prefers-reduced-motion: reduce){
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 375px){
  html {
    font-size: 4vw;
  }
}

@media screen and (min-width: 768px){
  html {
    font-size: 1.0416666667vw;
  }
  body {
    font-size: 16.999px;
    font-size: 1.1333333333rem;
    line-height: 2.65;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
    -webkit-text-decoration: none;
    text-decoration: none;
  }
  .footer {
    background-color: #272727;
    padding: 0;
  }
  .footer__wrap {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer__left {
    padding-bottom: 30px;
    padding-bottom: 2rem;
    padding-left: 4.7%;
    padding-top: 4%;
    width: 41%;
  }
  .footer__right {
    display: flex;
    flex-direction: column;
    padding-top: 5.6%;
    width: 100%;
  }
  .footer-nav__wrap {
    grid-template-areas: "nav01 nav03 nav04" "nav02 nav03 nav05" "nav02 nav03 nav06" ". nav03 nav07";
    margin-left: auto;
    padding-right: 5.6%;
    width: 76%;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    grid-template-columns: 1fr 1.2fr 1fr;
    row-gap: 33px;
    row-gap: 2.2rem;
  }
  .footer-nav-02 {
    height: -moz-fit-content;
    height: fit-content;
  }
  .footer-nav-03 {
    height: -moz-fit-content;
    height: fit-content;
  }
  .footer-nav {
    border-bottom: 1px solid #909090;
    border-top: 1px solid #909090;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 19.999px;
    padding-bottom: 1.3333333333rem;
    padding-top: 19.999px;
    padding-top: 1.3333333333rem;
  }
  .footer-nav__list {
    display: block;
  }
  .footer-nav-01 .footer-nav__list,
  .footer-nav-02 .footer-nav__list,
  .footer-nav-03 .footer-nav__list {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .footer-nav-04 .footer-nav__list,
  .footer-nav-05 .footer-nav__list,
  .footer-nav-06 .footer-nav__list,
  .footer-nav-07 .footer-nav__list {
    background-color: transparent;
    border-bottom: none;
    border-top: none;
  }
  .footer-nav-04 .footer-nav__list,
  .footer-nav-05 .footer-nav__list {
    padding-bottom: 0px;
    padding-bottom: 0rem;
    padding-top: 0px;
    padding-top: 0rem;
  }
  .footer-nav__item {
    text-align: left;
  }
  .footer-nav__item a {
    font-size: 16.999px;
    font-size: 1.1333333333rem;
    letter-spacing: 0.04em;
    line-height: 2.41;
    padding-bottom: 0;
    padding-top: 0;
  }
  .footer-nav__title {
    align-items: center;
    background: transparent;
    border-bottom: none;
    border-top: none;
    cursor: pointer;
    display: inline-flex;
    font-size: 19.999px;
    font-size: 1.3333333333rem;
    gap: 12px;
    gap: 0.8rem;
    padding-bottom: 0;
    padding-top: 0;
    text-align: left;
  }
  .footer-nav__title::after {
    border-right: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    content: "";
    display: inline-block;
    height: 7.999px;
    height: 0.5333333333rem;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    width: 7.999px;
    width: 0.5333333333rem;
  }
  .footer-nav__title:hover::after {
    transform: rotate(45deg) translate(0.2rem, -0.2rem);
  }
  .footer-nav__title::before {
    content: none;
  }
  .footer-nav__title:not(.is-open):hover::before {
    transform: rotate(45deg) !important;
  }
  .footer__sns-wraper {
    align-items: center;
    flex-direction: row;
    margin: 0;
    margin-top: auto;
    padding-bottom: 31.999px;
    padding-bottom: 2.1333333333rem;
    padding-right: 5.6%;
    padding-top: 31.999px;
    padding-top: 2.1333333333rem;
    width: 100%;
  }
  .footer__sns-text {
    font-size: 18px;
    font-size: 1.2rem;
    text-align: right;
  }
  .footer__sns-icon-wrapper {
    gap: 18px;
    gap: 1.2rem;
    justify-content: right;
  }
  .footer__sns-icon {
    max-width: 30px;
    max-width: 2rem;
  }
  .footer__left {
    border-right: 1px solid #484848;
    margin-top: 0;
    padding-bottom: 0px;
    padding-bottom: 0rem;
  }
  .footer__logo {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    max-width: 202px;
    max-width: 13.4666666667rem;
  }
  .footer__logo a {
    padding: 15px 0;
    padding: 1rem 0;
  }
  .footer__address {
    font-size: 16.999px;
    font-size: 1.1333333333rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
    line-height: 2.18;
    margin-top: 105px;
    margin-top: 7rem;
    text-align: left;
  }
  .footer-nav__right {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    margin-top: 31.999px;
    margin-top: 2.1333333333rem;
    max-width: 175.999px;
    max-width: 11.7333333333rem;
  }
  .footer__nav-items-right {
    gap: 0px;
    gap: 0rem;
    padding-bottom: 33px;
    padding-bottom: 2.2rem;
    padding-top: 22.999px;
    padding-top: 1.5333333333rem;
  }
  .footer__nav-items-right .footer-nav__item a {
    font-size: 18px;
    font-size: 1.2rem;
    line-height: 1.75;
  }
  .footer-nav__btn {
    font-size: 16.999px;
    font-size: 1.1333333333rem;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    max-width: 256.999px;
    max-width: 17.1333333333rem;
  }
  .footer-nav__btn.pc-only {
    display: flex;
  }
  .footer-nav__btn.sp-only {
    display: none;
  }
  .footer-nav__btn-link {
    font-size: 16.999px;
    font-size: 1.1333333333rem;
    gap: 10px;
    gap: 0.6666666667rem;
    padding: 10px 10px;
    padding: 0.6666666667rem 0.6666666667rem;
  }
  .footer-nav__btn-link span {
    max-width: 36px;
    max-width: 2.4rem;
  }
  .footer__policy {
    font-size: 13.999px;
    font-size: 0.9333333333rem;
    margin-top: 25px;
    margin-top: 1.6666666667rem;
  }
  .footer__copyright {
    font-size: 16.999px;
    font-size: 1.1333333333rem;
    line-height: 2.65;
    margin-top: 55.999px;
    margin-top: 3.7333333333rem;
    text-align: left;
  }
  .footer-nav-04 .footer-nav__item a,
  .footer-nav-05 .footer-nav__item a,
  .footer-nav-06 .footer-nav__item a {
    align-items: center;
    display: inline-flex;
    gap: 12px;
    gap: 0.8rem;
  }
  .footer-nav-04 .footer-nav__item a::after,
  .footer-nav-05 .footer-nav__item a::after,
  .footer-nav-06 .footer-nav__item a::after {
    border-right: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    content: "";
    display: inline-block;
    height: 7.999px;
    height: 0.5333333333rem;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    width: 7.999px;
    width: 0.5333333333rem;
  }
  .footer-nav-04 .footer-nav__item a:hover::after,
  .footer-nav-05 .footer-nav__item a:hover::after,
  .footer-nav-06 .footer-nav__item a:hover::after {
    transform: rotate(45deg) translate(0.2rem, -0.2rem);
  }
  .header {
    height: 148.999px;
    height: 9.9333333333rem;
    padding-right: 52px;
    padding-right: 3.4666666667rem;
  }
  .header.is-visible {
    border-radius: 0;
    height: 148.999px;
    height: 9.9333333333rem;
    padding-top: 15px;
    padding-top: 1rem;
  }
  .header__logo {
    padding: 19.999px 0 19.999px 34.999px;
    padding: 1.3333333333rem 0 1.3333333333rem 2.3333333333rem;
  }
  .header__logo img {
    max-width: 270px;
    max-width: 18rem;
  }
  .header.is-visible .header__logo img {
    width: 270px;
    width: 18rem;
  }
  .header.is-visible .header__logo {
    align-items: center;
    background: transparent;
    border-radius: 0;
    height: 100%;
    padding-bottom: 19.999px;
    padding-bottom: 1.3333333333rem;
    padding-left: 30px;
    padding-left: 2rem;
    padding-top: 19.999px;
    padding-top: 1.3333333333rem;
    width: 304px;
    width: 20.2666666667rem;
  }
  .header.is-visible .header__logo-corner {
    display: none;
  }
  .header.is-visible .header__logo-img-sticky {
    display: none !important;
  }
  .header.is-visible .header__logo-picture {
    display: block;
  }
  .header__nav {
    gap: 40px;
    gap: 2.6666666667rem;
  }
  .header__nav-list {
    align-items: center;
    border-right: none;
    flex-direction: row;
    gap: 36px;
    gap: 2.4rem;
    padding-right: 43px;
    padding-right: 2.8666666667rem;
    text-align: left;
  }
  .header__nav-list--text {
    display: flex;
  }
  .header.is-visible .header__nav-list--links {
    border-right: none;
    display: flex;
    gap: 60px;
    gap: 4rem;
    padding-right: 19.999px;
    padding-right: 1.3333333333rem;
  }
  .header__nav-item {
    letter-spacing: 0.1em;
    line-height: 1.2;
  }
  .header__nav-item {
    font-size: 19.999px;
    font-size: 1.3333333333rem;
    line-height: 2;
  }
  .header__nav-item span {
    display: none;
  }
  .header__nav-item span.pc-only {
    display: inline-block;
  }
  .header__nav-item:first-child {
    border-right: 1px solid #fff;
    padding-right: 36px;
    padding-right: 2.4rem;
  }
  .header.is-visible .header__nav-item:first-child {
    border: none;
    padding-right: 0;
  }
  .header__nav-btn {
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 270px;
    max-width: 18rem;
  }
  .header__hamburger {
    height: 67.999px;
    height: 4.5333333333rem;
    width: 67.999px;
    width: 4.5333333333rem;
  }
  .header__drawer-inner {
    gap: 0px;
    gap: 0rem;
    justify-content: space-between;
    padding-bottom: 100px;
    padding-bottom: 6.6666666667rem;
    padding-left: 121.999px;
    padding-left: 8.1333333333rem;
    padding-right: 172.999px;
    padding-right: 11.5333333333rem;
    padding-top: 138px;
    padding-top: 9.2rem;
  }
  .header__drawer-nav-wrap {
    grid-template-areas: "nav01 nav03 nav04" "nav02 nav03 nav05" "nav02 nav03 nav06" ". nav03 nav07";
    -moz-column-gap: 3.1333333333rem;
         column-gap: 3.1333333333rem;
    margin-top: 25.999px;
    margin-top: 1.7333333333rem;
    row-gap: 33px;
    row-gap: 2.2rem;
  }
  .header__drawer-nav {
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 19.999px;
    padding-bottom: 1.3333333333rem;
    padding-top: 19.999px;
    padding-top: 1.3333333333rem;
  }
  .header__drawer-logo {
    width: 169.999px;
    width: 11.3333333333rem;
  }
  .header__drawer-title {
    font-size: 18px;
    font-size: 1.2rem;
  }
  .header__drawer-item a {
    line-height: 2.44;
  }
  .header__drawer-item--big a {
    font-size: 19.999px;
    font-size: 1.3333333333rem;
    margin-top: 16px;
    margin-top: 1.0666666667rem;
  }
  .l-bg-container {
    display: block;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .p-top {
    margin-left: 0;
    max-width: none;
  }
  .l-side-nav {
    display: flex;
    flex-direction: column;
    left: 160px;
    left: 10.6666666667rem;
    position: absolute;
    top: 177px;
    top: 11.8rem;
    z-index: 10;
  }
  .c-btn-gold:hover {
    opacity: 0.7;
  }
  .c-section-heading {
    gap: 16px;
    gap: 1.0666666667rem;
  }
  .c-section-heading__title {
    font-size: 31.999px;
    font-size: 2.1333333333rem;
  }
  .c-section-heading__ornament {
    width: 250px;
    width: 16.6666666667rem;
  }
  .p-top-header {
    display: none;
  }
  .p-fv {
    min-height: 700px;
    min-height: 46.6666666667rem;
  }
  .p-fv__contents {
    margin-left: auto;
    margin-right: auto;
    max-width: 1399.999px;
    max-width: 93.3333333333rem;
    min-height: 700px;
    min-height: 46.6666666667rem;
    position: relative;
    width: 100%;
  }
  .p-fv__products {
    left: auto;
    left: initial;
    max-width: 682.999px;
    max-width: 45.5333333333rem;
    right: 5%;
    transform: none;
    transform: initial;
  }
  .p-fv__product--leaf {
    left: 45%;
    max-width: 360px;
    max-width: 24rem;
    top: 10%;
  }
  .p-fv__product--teabag {
    left: 0;
    max-width: 360px;
    max-width: 24rem;
    top: 17%;
  }
  .p-fv__catchcopy {
    display: none;
  }
  .p-birth {
    padding: 127.999px 40px;
    padding: 8.5333333333rem 2.6666666667rem;
  }
  .p-birth__bg {
    opacity: 1;
  }
  .p-birth__inner {
    max-width: 700px;
    max-width: 46.6666666667rem;
  }
  .p-birth__text {
    font-size: 16px;
    font-size: 1.0666666667rem;
    line-height: 1.75;
    margin-top: 40px;
    margin-top: 2.6666666667rem;
  }
  .p-kodawari {
    padding: 100px 40px;
    padding: 6.6666666667rem 2.6666666667rem;
  }
  .p-kodawari__bg-ornament {
    display: block;
    height: auto;
    left: 50%;
    opacity: 0.15;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    width: 60rem;
  }
  .p-kodawari__list {
    gap: 64px;
    gap: 4.2666666667rem;
    margin-top: 64px;
    margin-top: 4.2666666667rem;
  }
  .p-kodawari__list::before {
    filter: blur(31.999px);
    filter: blur(2.1333333333rem);
    height: 379.999px;
    height: 25.3333333333rem;
    left: 19%;
    top: 109.999px;
    top: 7.3333333333rem;
    width: 379.999px;
    width: 25.3333333333rem;
  }
  .p-kodawari__list::after {
    filter: blur(28px);
    filter: blur(1.8666666667rem);
    height: 360px;
    height: 24rem;
    right: 8%;
    top: 67%;
    transform: translate(25%, -42%);
    width: 360px;
    width: 24rem;
  }
  .p-kodawari__item {
    gap: 40px;
    gap: 2.6666666667rem;
    justify-content: center;
  }
  .p-kodawari__item-img {
    width: 169.999px;
    width: 11.3333333333rem;
  }
  .p-kodawari__item-img--apricot {
    width: 169.999px;
    width: 11.3333333333rem;
  }
  .p-kodawari__item-title {
    font-size: 18px;
    font-size: 1.2rem;
  }
  .p-kodawari__item-text {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
  .p-expert {
    padding: 60px 40px 90px;
    padding: 4rem 2.6666666667rem 6rem;
  }
  .p-expert__line {
    width: 250px;
    width: 16.6666666667rem;
  }
  .p-expert__heading {
    margin-top: 24px;
    margin-top: 1.6rem;
  }
  .p-expert__text {
    font-size: 16px;
    font-size: 1.0666666667rem;
    line-height: 1.75;
    margin-top: 40px;
    margin-top: 2.6666666667rem;
  }
  .p-products {
    padding: 100px 40px;
    padding: 6.6666666667rem 2.6666666667rem;
  }
  .p-products__list {
    flex-direction: row;
    justify-content: center;
    margin-top: 64px;
    margin-top: 4.2666666667rem;
  }
  .p-flow {
    padding: 100px 40px;
    padding: 6.6666666667rem 2.6666666667rem;
  }
  .p-flow__list {
    margin-top: 64px;
    margin-top: 4.2666666667rem;
  }
  .p-flow__item-text {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
  .p-philosophy {
    padding: 100px 40px;
    padding: 6.6666666667rem 2.6666666667rem;
  }
  .p-philosophy__line {
    width: 100%;
  }
  .p-philosophy__title {
    font-size: 28px;
    font-size: 1.8666666667rem;
    margin-top: 48px;
    margin-top: 3.2rem;
  }
  .p-philosophy__text {
    font-size: 16px;
    font-size: 1.0666666667rem;
    margin-top: 40px;
    margin-top: 2.6666666667rem;
  }
  .p-cta {
    padding: 120px 40px;
    padding: 8rem 2.6666666667rem;
  }
  .p-cta__title {
    font-size: 28px;
    font-size: 1.8666666667rem;
  }
  .p-cta__text {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
  .p-form-section {
    padding: 100px 40px;
    padding: 6.6666666667rem 2.6666666667rem;
  }
  .p-form-section__heading {
    margin-bottom: 48px;
    margin-bottom: 3.2rem;
  }
  .p-legal {
    padding: 79.999px 40px;
    padding: 5.3333333333rem 2.6666666667rem;
  }
  .p-legal__title {
    font-size: 19.999px;
    font-size: 1.3333333333rem;
  }
  .nav-links ul li a,
  .nav-links ul li span {
    font-size: 24px;
    font-size: 1.6rem;
  }
  .nav-links ul li {
    margin: 0 10px;
    margin: 0 0.6666666667rem;
  }
  .footer-nav-01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header__drawer-nav-wrap > .footer-nav-01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .footer-nav-02 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .header__drawer-nav-wrap > .footer-nav-02 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .footer-nav-03 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    -ms-grid-column: 3;
  }
  .header__drawer-nav-wrap > .footer-nav-03 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    -ms-grid-column: 3;
  }
  .footer-nav-04 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .header__drawer-nav-wrap > .footer-nav-04 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .footer-nav-05 {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .header__drawer-nav-wrap > .footer-nav-05 {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .footer-nav-06 {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .header__drawer-nav-wrap > .footer-nav-06 {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .footer-nav-07 {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
  }
  .header__drawer-nav-wrap > .footer-nav-07 {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
  }
  .header__drawer-nav-01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header__drawer-nav-wrap > .header__drawer-nav-01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header__drawer-nav-02 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .header__drawer-nav-wrap > .header__drawer-nav-02 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .header__drawer-nav-03 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    -ms-grid-column: 3;
  }
  .header__drawer-nav-wrap > .header__drawer-nav-03 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    -ms-grid-column: 3;
  }
  .header__drawer-nav-04 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .header__drawer-nav-wrap > .header__drawer-nav-04 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .header__drawer-nav-05 {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .header__drawer-nav-wrap > .header__drawer-nav-05 {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .header__drawer-nav-06 {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .header__drawer-nav-wrap > .header__drawer-nav-06 {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .header__drawer-nav-07 {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
  }
  .header__drawer-nav-wrap > .header__drawer-nav-07 {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
  }
}

@media (min-width: 1440px){
  html {
    font-size: 15px;
  }
}

@media screen and (hover: hover) and (min-width: 768px){
  a:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px){
  .header.is-visible .header__logo {
    align-items: flex-start;
    background: linear-gradient(0deg, #957b80 82%, #b59f94 100%);
    border-radius: 0 0 1.0666666667rem 1.0666666667rem;
    box-sizing: border-box;
    height: calc(100% + 2.2rem);
    padding: 0;
    width: 100px;
    width: 6.6666666667rem;
  }
  .header.is-visible .header__logo-inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%;
  }
  .header.is-visible .header__logo-corner {
    bottom: -25px;
    bottom: -1.6666666667rem;
    display: block;
    height: 19.999px;
    height: 1.3333333333rem;
    left: 124.999px;
    left: 8.3333333333rem;
    position: absolute;
    transform: translateX(-100%);
    width: 19.999px;
    width: 1.3333333333rem;
    z-index: 0;
  }
  .header.is-visible .header__logo-corner::before {
    background: transparent;
    border-radius: 32%;
    bottom: 10px;
    bottom: 0.6666666667rem;
    box-shadow: -1.1333333333rem -1.2rem 0 0 #031229;
    content: "";
    display: block;
    height: 160%;
    left: 10.999px;
    left: 0.7333333333rem;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 160%;
  }
}

@media screen and (min-width: 400px){
  .p-fv {
    background: url("../images/fv-bg.png") center/cover no-repeat;
  }
}
/*# sourceMappingURL=style.css.map */
