@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  position: relative;
}

html {
  overscroll-behavior: none;
  background-color: #EFEEDF;
  font-size: calc(100vw / 375 * 100);
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: min(calc(100vw / 1456 * 100), 100px);
    scroll-padding-top: 150px;
  }
}

strong {
  font-weight: 700;
}

a {
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

img {
  display: inline-block;
}

ul {
  list-style: none;
}

body {
  overscroll-behavior-y: none;
  font-weight: 500;
  color: #141510;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  will-change: top;
  -webkit-text-size-adjust: none;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 0.16rem;
  }
}
body * {
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  max-width: 100%;
  font-weight: inherit;
  color: inherit;
}

section {
  position: relative;
}

::-moz-selection {
  background: #BA9041;
  color: white;
}

::selection {
  background: #BA9041;
  color: white;
}

::-moz-selection {
  background: #BA9041;
  color: white;
}

/* GENERAL */
#online-store {
  padding-top: 1.31rem;
  padding-bottom: 1.29rem;
  color: #ffffff;
  background-image: url("../img/common/bg_store.webp");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #online-store {
    background-image: url("../img/common/bg_store_pc.webp");
    padding-top: 1.39rem;
    padding-bottom: 1.43rem;
  }
}
#online-store .c-heading--center {
  margin-bottom: 0.26rem;
}
@media screen and (min-width: 768px) {
  #online-store .c-heading--center {
    margin-bottom: 0.36rem;
  }
}
#online-store .l-desc {
  display: block;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0.32rem;
}
@media screen and (min-width: 768px) {
  #online-store .l-desc {
    font-size: 0.16rem;
    line-height: 0.28rem;
    margin-bottom: 0.73rem;
  }
}
#online-store .c-btn--arrow--white {
  margin: auto;
}
@media screen and (min-width: 768px) {
  #online-store .c-btn--arrow--white {
    width: 4.26rem;
  }
}

#contact {
  padding-top: 0.6rem;
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #contact {
    padding-top: 1.06rem;
    padding-bottom: 1.07rem;
  }
}
#contact .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
}
@media screen and (min-width: 768px) {
  #contact .l-container {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  #contact .l-top {
    width: 50%;
    padding-left: 1.2rem;
  }
}
#contact .c-heading {
  align-items: center;
}
@media screen and (min-width: 768px) {
  #contact .c-heading {
    align-items: flex-start;
  }
}
#contact .l-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
  margin-top: 0.26rem;
}
@media screen and (min-width: 768px) {
  #contact .l-desc {
    text-align: left;
    margin-top: 0.22rem;
    font-size: 0.16rem;
    line-height: 0.28rem;
  }
}
@media screen and (min-width: 768px) {
  #contact .l-bottom {
    width: 50%;
    padding-left: 0.49rem;
  }
}
#contact .l-tel {
  font-family: "EB Garamond", serif;
  font-size: 0.32rem;
  line-height: 0.42rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #contact .l-tel {
    font-size: 0.35rem;
    line-height: 0.45rem;
  }
}
#contact .l-address {
  font-style: normal;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.24rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-top: 0.12rem;
  margin-bottom: 0.32rem;
}
@media screen and (min-width: 768px) {
  #contact .l-address {
    margin-top: 0.07rem;
    margin-bottom: 0.36rem;
  }
}
#contact .c-btn--arrow--brown {
  margin: auto;
}
@media screen and (min-width: 768px) {
  #contact .c-btn--arrow--brown {
    margin: unset;
    width: 4.06rem;
  }
}

/* TOP PAGE */
#top-fv {
  width: 100%;
  height: 100svh;
  position: relative;
  overflow: hidden;
}
#top-fv #fv {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#top-fv #fv img {
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(1.05);
  animation: 7s fv forwards 0.2s;
}
#top-fv .l-container {
  position: absolute;
  bottom: 1.3rem;
  right: 0.29rem;
  display: flex;
  flex-direction: column;
  gap: 0.17rem;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  #top-fv .l-container {
    right: unset;
    left: calc(50% + 0.86rem);
    gap: 0.25rem;
    bottom: 50%;
    transform: translateY(50%);
    padding-top: 0.5rem;
  }
}
#top-fv .l-container .l-heading {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}
@media screen and (min-width: 768px) {
  #top-fv .l-container .l-heading {
    gap: 0.25rem;
  }
}
#top-fv .l-container .l-heading span {
  color: #DBA235;
  font-family: "Cormorant", serif;
  font-size: 0.15rem;
  line-height: 0.18rem;
  letter-spacing: 0;
  font-weight: 500;
  position: relative;
  left: 0.02rem;
}
@media screen and (min-width: 768px) {
  #top-fv .l-container .l-heading span {
    font-size: 0.22rem;
    line-height: 0.26rem;
    left: 0.01rem;
  }
}
#top-fv .l-container .l-heading strong {
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.26rem;
  line-height: 0.43rem;
  letter-spacing: 0.14em;
  font-weight: 400;
  position: relative;
  left: -0.03rem;
}
@media screen and (min-width: 768px) {
  #top-fv .l-container .l-heading strong {
    font-size: 0.42rem;
    line-height: 0.65rem;
    left: -0.06rem;
  }
}
#top-fv .l-container .l-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.23rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #top-fv .l-container .l-desc {
    font-size: 0.15rem;
    line-height: 0.28rem;
  }
}
#top-fv .l-scroll {
  color: #ffffff;
  font-family: "EB Garamond", serif;
  font-size: 0.11rem;
  line-height: 0.14rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  display: flex;
  gap: 0.09rem;
  align-items: center;
  position: absolute;
  right: 0.45rem;
  bottom: 0;
  transform: rotate(90deg);
  transform-origin: bottom right;
}
@media screen and (min-width: 768px) {
  #top-fv .l-scroll {
    font-size: 0.13rem;
    line-height: 0.17rem;
    gap: 0.13rem;
    right: unset;
    left: calc(50% + 4.65rem);
  }
}
#top-fv .l-scroll div {
  display: flex;
  align-items: center;
  position: relative;
  top: 0.015rem;
}
#top-fv .l-scroll div::before {
  content: "";
  width: 0.08rem;
  height: 0.03rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  #top-fv .l-scroll div::before {
    width: 0.11rem;
  }
}
#top-fv .l-scroll div::after {
  content: "";
  width: 0.24rem;
  height: 0.01rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  #top-fv .l-scroll div::after {
    width: 0.31rem;
  }
}
#top-fv .l-news {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0.66rem;
  display: flex;
  background-color: #B48B3E;
  animation: fv-news 1s 0.5s forwards;
  transform: translateX(100%);
}
@media screen and (min-width: 768px) {
  #top-fv .l-news {
    width: 5.73rem;
    height: 0.64rem;
  }
}
#top-fv .l-news--head {
  width: 0.53rem;
  height: 100%;
  background-color: #D9A43F;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  font-family: "EB Garamond", serif;
  font-size: 0.16rem;
  line-height: 0.21rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #top-fv .l-news--head {
    width: 0.75rem;
    font-size: 0.18rem;
    line-height: 0.23rem;
  }
}
#top-fv .l-news--head p {
  display: flex;
  position: relative;
  overflow: hidden;
  animation: fv-news-head 3s 1.1s infinite;
}
#top-fv .l-news--head p::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 0.01rem;
  width: 100%;
  background-color: white;
  animation: fv-news-line 3s 1.5s infinite;
  transform: translateX(100%);
}
#top-fv .l-news--head p span {
  opacity: 0;
  transform: translateY(100%);
}
#top-fv .l-news--head p span:nth-of-type(1) {
  animation: fv-news-letter 3s 2s infinite;
}
#top-fv .l-news--head p span:nth-of-type(2) {
  animation: fv-news-letter 3s 2.1s infinite;
}
#top-fv .l-news--head p span:nth-of-type(3) {
  animation: fv-news-letter 3s 2.2s infinite;
}
#top-fv .l-news--content {
  color: white;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.16rem;
  padding-right: 0.28rem;
}
@media screen and (min-width: 768px) {
  #top-fv .l-news--content {
    padding-left: 0.15rem;
    padding-right: 0.27rem;
  }
}
#top-fv .l-news--content a {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-fv .l-news--content a {
    flex-direction: row;
    gap: 0.15rem;
    align-items: baseline;
  }
}
#top-fv .l-news--content a time {
  font-style: normal;
  font-family: "EB Garamond", serif;
  font-size: 0.15rem;
  line-height: 0.19rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #top-fv .l-news--content a time {
    font-size: 0.17rem;
    line-height: 0.22rem;
  }
}
#top-fv .l-news--content a h2 {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #top-fv .l-news--content a h2 {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}

@keyframes fv {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fv-news {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fv-news-head {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fv-news-line {
  0% {
    transform: translateX(100%);
  }
  10% {
    transform: translateX(100%);
  }
  20% {
    transform: translateX(0%);
  }
  30% {
    transform: translateX(0%);
  }
  40% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes fv-news-letter {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(0);
  }
  90% {
    opacity: 0;
    transform: translateY(100%);
  }
}
#top-concept {
  padding-top: 0.67rem;
  padding-bottom: 0.88rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-concept {
    padding-top: 2.03rem;
    padding-bottom: 1.21rem;
  }
}
#top-concept::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 4.44rem;
  background-image: url("../img/top/bg_concept.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}
@media screen and (min-width: 768px) {
  #top-concept::before {
    width: 100vw;
    height: 68.125vw;
  }
}
@media screen and (min-width: 768px) {
  #top-concept > div {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  #top-concept .l-container {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
#top-concept .c-heading {
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #top-concept .c-heading {
    position: relative;
    left: -0.6rem;
    margin-bottom: 0.42rem;
  }
}
#top-concept .c-heading--catch {
  margin-bottom: 0.43rem;
}
@media screen and (min-width: 768px) {
  #top-concept .c-heading--catch {
    margin-bottom: 0.44rem;
  }
}
#top-concept .c-desc {
  margin-bottom: 0.48rem;
}
@media screen and (min-width: 768px) {
  #top-concept .c-desc {
    margin-bottom: 0.74rem;
  }
}
#top-concept .c-btn--arrow--brown {
  margin: auto;
}
@media screen and (min-width: 768px) {
  #top-concept .c-btn--arrow--brown {
    margin: unset;
    width: 3.18rem;
  }
}
#top-concept .l-gallery {
  position: relative;
  height: 3.28rem;
  margin-bottom: 0.28rem;
}
@media screen and (min-width: 768px) {
  #top-concept .l-gallery {
    position: absolute;
    top: -0.2rem;
    left: -0.6rem;
    width: 6.68rem;
    height: 8.14rem;
  }
}
#top-concept .l-gallery #concept1 {
  position: absolute;
  width: 2.32rem;
  height: 2.79rem;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  #top-concept .l-gallery #concept1 {
    width: 5.41rem;
    height: 6.91rem;
  }
}
#top-concept .l-gallery #concept2 {
  position: absolute;
  width: 1.75rem;
  height: 1.13rem;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  #top-concept .l-gallery #concept2 {
    width: 2.84rem;
    height: 1.84rem;
  }
}
#top-concept .l-gallery img {
  display: block;
  width: 100%;
  height: 100%;
}

#top-about {
  padding-bottom: 3.72rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-about {
    padding-bottom: 3.42rem;
  }
}
@media screen and (min-width: 768px) {
  #top-about .l-container {
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 1.76rem;
  }
}
#top-about .c-heading {
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #top-about .c-heading {
    position: relative;
    left: -1.76rem;
    margin-bottom: 0.42rem;
  }
}
#top-about .c-heading--catch {
  margin-bottom: 0.43rem;
}
@media screen and (min-width: 768px) {
  #top-about .c-heading--catch {
    margin-bottom: 0.44rem;
  }
}
#top-about .c-desc {
  margin-bottom: 0.48rem;
}
@media screen and (min-width: 768px) {
  #top-about .c-desc {
    margin-bottom: 0.74rem;
  }
}
#top-about .c-btn--arrow--brown {
  margin: auto;
}
#top-about .c-btn--arrow--brown::before {
  content: unset;
}
@media screen and (min-width: 768px) {
  #top-about .c-btn--arrow--brown {
    margin: unset;
    width: 3.18rem;
  }
}
#top-about .l-gallery {
  position: relative;
  height: 3.28rem;
  margin-bottom: 0.28rem;
}
@media screen and (min-width: 768px) {
  #top-about .l-gallery {
    position: absolute;
    top: 0.22rem;
    right: 0;
    width: 45.486vw;
    height: 8.38rem;
  }
}
#top-about .l-gallery #about1 {
  position: absolute;
  width: 2.32rem;
  height: 2.79rem;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  #top-about .l-gallery #about1 {
    left: unset;
    right: 0;
    width: 37.57vw;
    height: 6.91rem;
  }
}
#top-about .l-gallery #about2 {
  position: absolute;
  width: 1.75rem;
  height: 1.13rem;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  #top-about .l-gallery #about2 {
    width: 3.26rem;
    height: 2.02rem;
    left: 0;
    right: unset;
  }
}
#top-about .l-gallery img {
  display: block;
  width: 100%;
  height: 100%;
}
#top-about #about3 {
  position: absolute;
  left: 0;
  bottom: 1.08rem;
  width: 2.7rem;
  height: 1.84rem;
}
@media screen and (min-width: 768px) {
  #top-about #about3 {
    width: 18.75vw;
    height: 3.75rem;
    top: 2.06rem;
    left: unset;
    right: calc(50% + 50vw - 18.75vw);
    bottom: unset;
  }
}
#top-about #about3 img {
  display: block;
  width: 100%;
  height: 100%;
}

#top-store {
  padding-top: 1.31rem;
  padding-bottom: 1.29rem;
  color: #ffffff;
  background-image: url("../img/top/bg_store.webp");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top-store {
    background-image: url("../img/top/bg_store_pc.webp");
    padding-top: 1.39rem;
    padding-bottom: 1.43rem;
  }
}
#top-store .c-heading--center {
  margin-bottom: 0.26rem;
}
@media screen and (min-width: 768px) {
  #top-store .c-heading--center {
    margin-bottom: 0.36rem;
  }
}
#top-store .l-desc {
  display: block;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0.32rem;
}
@media screen and (min-width: 768px) {
  #top-store .l-desc {
    font-size: 0.16rem;
    line-height: 0.28rem;
    margin-bottom: 0.73rem;
  }
}
#top-store .c-btn--arrow--white {
  margin: auto;
}
@media screen and (min-width: 768px) {
  #top-store .c-btn--arrow--white {
    width: 4.26rem;
  }
}

#top-blog {
  padding-top: 0.6rem;
  padding-bottom: 1.08rem;
}
@media screen and (min-width: 768px) {
  #top-blog {
    padding-top: 1.32rem;
    padding-bottom: 1.43rem;
  }
}
#top-blog .l-top {
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
  margin-bottom: 0.56rem;
}
@media screen and (min-width: 768px) {
  #top-blog .l-top {
    margin-bottom: 0.89rem;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  #top-blog .l-top--right {
    width: 50%;
    padding-left: 0.4rem;
  }
}
#top-blog .l-top--right .p-category-list {
  margin-left: auto;
}
#top-blog .c-heading {
  margin-bottom: 0.26rem;
}
@media screen and (min-width: 768px) {
  #top-blog .c-heading {
    margin-bottom: 0.22rem;
  }
}
#top-blog .p-archive {
  margin-top: 0.52rem;
  padding-left: 0.28rem;
  gap: 0.2rem;
}
@media screen and (min-width: 768px) {
  #top-blog .p-archive {
    padding-left: unset;
    padding-top: 0.46rem;
    margin-top: 0.78rem;
    gap: 0.3rem;
    border-top: 0.01rem solid #EFF0F0;
  }
}
#top-blog .p-archive::after {
  content: "";
  width: 0.08rem;
}
@media screen and (min-width: 768px) {
  #top-blog .p-archive::after {
    content: unset;
  }
}
#top-blog .p-archive__wrapper {
  width: 2.47rem;
}
#top-blog .p-archive__date {
  font-size: 0.16rem;
  line-height: 0.21rem;
}
#top-blog .p-archive__image {
  height: 1.64rem;
  margin-top: 0.06rem;
  margin-bottom: 0.2rem;
}
#top-blog .p-archive__title {
  font-size: 0.16rem;
  line-height: 0.26rem;
}
#top-blog .p-archive__category {
  margin-top: 0.06rem;
  font-size: 0.13rem;
  line-height: 0.19rem;
}
#top-blog .c-btn--arrow--brown {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.4rem;
}
@media screen and (min-width: 768px) {
  #top-blog .c-btn--arrow--brown {
    margin-top: 0.74rem;
  }
}

/* CONCEPT PAGE */
#concept-intro {
  padding-bottom: 0.44rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #concept-intro {
    padding-bottom: 1.34rem;
  }
}
#concept-intro .l-image {
  margin-top: 1rem;
  max-width: unset;
  width: 3.47rem;
  height: 2.31rem;
  position: relative;
  left: -0.28rem;
}
@media screen and (min-width: 768px) {
  #concept-intro .l-image {
    margin-top: 1.93rem;
    width: calc(10.8rem + (100vw - 10.8rem) / 2);
    height: 4.55rem;
    left: calc((-100vw + 10.8rem) / 2);
  }
}
#concept-intro .l-image img {
  display: block;
  width: 100%;
  height: 100%;
}

#concept-concierge {
  padding-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  #concept-concierge {
    padding-bottom: 1.71rem;
  }
}
#concept-concierge .l-heading {
  display: block;
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.19rem;
  line-height: 0.4rem;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-bottom: 0.35rem;
}
@media screen and (min-width: 768px) {
  #concept-concierge .l-heading {
    font-size: 0.26rem;
    line-height: 0.55rem;
    margin-bottom: 0.68rem;
  }
}
#concept-concierge .l-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #concept-concierge .l-desc {
    font-size: 0.16rem;
    line-height: 0.28rem;
    letter-spacing: 0.05em;
  }
}
#concept-concierge .l-image {
  max-width: unset;
  width: 3.47rem;
  height: 1.9rem;
  margin-top: 0.8rem;
}
#concept-concierge .l-image img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #concept-concierge .l-image {
    margin-top: unset;
    width: 6.07rem;
    height: 3.76rem;
    position: relative;
    top: 0.35rem;
    left: 1.17rem;
  }
}

#concept-bottom .swiper .swiper-wrapper {
  transition-timing-function: linear;
}

/* ABOUT PAGE */
#about-intro {
  padding-bottom: 0.95rem;
}
@media screen and (min-width: 768px) {
  #about-intro {
    padding-bottom: 1.28rem;
  }
}

#about-features {
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #about-features {
    padding-bottom: 2.01rem;
  }
}
#about-features .l-intro {
  text-align: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 400;
  display: block;
  margin-top: 0.24rem;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #about-features .l-intro {
    margin-top: 0.23rem;
    margin-bottom: 1.6rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
#about-features .l-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  #about-features .l-container {
    gap: 1.46rem;
  }
}
#about-features .l-container .l-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #about-features .l-container .l-wrapper {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  #about-features .l-container .l-wrapper:nth-of-type(2) {
    flex-direction: row;
  }
  #about-features .l-container .l-wrapper:nth-of-type(2) .l-number {
    right: unset;
    left: -0.51rem;
  }
  #about-features .l-container .l-wrapper:nth-of-type(2) .l-image {
    left: unset;
    right: calc(0.4rem + (100vw - 100%) / 2);
  }
}
#about-features .l-container .l-image {
  height: 2.2rem;
}
@media screen and (min-width: 768px) {
  #about-features .l-container .l-image {
    height: unset;
    width: 50%;
    flex: none;
    position: relative;
  }
}
#about-features .l-container .l-image figure {
  height: 100%;
}
@media screen and (min-width: 768px) {
  #about-features .l-container .l-image figure {
    position: relative;
    left: 0.4rem;
    top: 0.33rem;
    width: calc(4.49rem + (100vw - 200%) / 2);
    height: 4.99rem;
    max-width: unset;
  }
}
#about-features .l-container .l-image img {
  display: block;
  width: 100%;
  height: 100%;
}
#about-features .l-container .l-text .l-number {
  color: #BA9041;
  font-family: "Cormorant", serif;
  font-size: 0.16rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 600;
  display: flex;
  align-items: baseline;
  gap: 0.04rem;
}
@media screen and (min-width: 768px) {
  #about-features .l-container .l-text .l-number {
    position: absolute;
    top: -0.27rem;
    right: -0.51rem;
  }
}
#about-features .l-container .l-text .l-number strong {
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 700;
}
#about-features .l-container .l-text .l-heading {
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.19rem;
  line-height: 0.4rem;
  letter-spacing: 0.06em;
  font-weight: 400;
  display: block;
  margin-top: 0.18rem;
  margin-bottom: 0.27rem;
}
@media screen and (min-width: 768px) {
  #about-features .l-container .l-text .l-heading {
    margin-top: unset;
    margin-bottom: 0.67rem;
    font-size: 0.28rem;
    line-height: 0.55rem;
    letter-spacing: 0.12em;
  }
}
#about-features .l-container .l-text .l-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #about-features .l-container .l-text .l-desc {
    font-size: 0.16rem;
    line-height: 0.28rem;
    letter-spacing: 0.05em;
    width: 4.13rem;
  }
}

/* SALON PAGE */
#salon-intro {
  padding-bottom: 1.87rem;
}
@media screen and (min-width: 768px) {
  #salon-intro {
    padding-bottom: 2.86rem;
  }
}

#salon-landscape {
  padding-bottom: 1.1rem;
  color: #ffffff;
  background-color: #191A14;
  position: relative;
}
@media screen and (min-width: 768px) {
  #salon-landscape {
    padding-bottom: 2.66rem;
  }
}
#salon-landscape .l-heading {
  display: flex;
  z-index: 2;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
  top: -0.4rem;
  max-width: unset;
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #salon-landscape .l-heading {
    top: -0.51rem;
  }
}
#salon-landscape .l-heading strong {
  position: relative;
  z-index: 2;
  color: #BA9041;
  font-family: "Cormorant", serif;
  font-size: 0.36rem;
  line-height: 0.43rem;
  letter-spacing: 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #salon-landscape .l-heading strong {
    font-size: 0.46rem;
    line-height: 0.56rem;
  }
}
#salon-landscape .l-heading span {
  position: relative;
  z-index: 2;
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 400;
  color: #141510;
}
@media screen and (min-width: 768px) {
  #salon-landscape .l-heading span {
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
}
#salon-landscape .l-intro {
  width: 100%;
  height: 2.17rem;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  #salon-landscape .l-intro {
    height: 5.4rem;
  }
}
#salon-landscape .l-intro--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
#salon-landscape .l-intro--bg::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background-image: url("../img/salon/salon1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  flex: none;
}
@media screen and (min-width: 768px) {
  #salon-landscape .l-intro--bg::before {
    width: 58.536vw;
    background-image: url("../img/salon/salon1_pc.webp");
  }
}
#salon-landscape .l-intro--bg::after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 100%;
  background-image: url("../img/salon/salon2.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #salon-landscape .l-intro--bg::after {
    background-image: url("../img/salon/salon2_pc.webp");
  }
}
#salon-landscape .l-intro--staff {
  position: absolute;
  bottom: -0.12rem;
  right: 0.28rem;
  color: white;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0;
  font-weight: 400;
  transform: translateY(100%);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #salon-landscape .l-intro--staff {
    font-size: 0.16rem;
    line-height: 0.24rem;
    bottom: -0.14rem;
    right: unset;
    left: calc(50% + 6rem);
    transform: translate(-100%, 100%);
  }
}
#salon-landscape .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 0.8rem;
  margin-bottom: 1.56rem;
}
@media screen and (min-width: 768px) {
  #salon-landscape .l-container {
    margin-top: 1.42rem;
    margin-bottom: 3.41rem;
    flex-direction: row;
  }
}
#salon-landscape .l-container .l-text .l-catch {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-bottom: 0.35rem;
}
@media screen and (min-width: 768px) {
  #salon-landscape .l-container .l-text .l-catch {
    gap: 0.27rem;
    margin-bottom: 0.66rem;
  }
}
#salon-landscape .l-container .l-text .l-catch span {
  color: #BA9041;
  font-family: "Cormorant", serif;
  font-size: 0.16rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #salon-landscape .l-container .l-text .l-catch span {
    font-size: 0.2rem;
    line-height: 0.24rem;
  }
}
#salon-landscape .l-container .l-text .l-catch strong {
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.19rem;
  line-height: 0.4rem;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #salon-landscape .l-container .l-text .l-catch strong {
    font-size: 0.28rem;
    line-height: 0.55rem;
  }
}
#salon-landscape .l-container .l-text .l-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #salon-landscape .l-container .l-text .l-desc {
    font-size: 0.16rem;
    line-height: 0.28rem;
    letter-spacing: 0.05em;
    width: 4.13rem;
  }
}
#salon-landscape .l-container .l-image {
  position: relative;
}
@media screen and (min-width: 768px) {
  #salon-landscape .l-container .l-image {
    width: 50vw;
    height: 4.36rem;
    max-width: unset;
    flex: none;
  }
}
#salon-landscape .l-container .l-image figure {
  max-width: unset;
}
#salon-landscape .l-container .l-image figure img {
  display: block;
  width: 100%;
  height: 100%;
}
#salon-landscape .l-container .l-image #salon3 {
  width: 3.47rem;
  line-height: 1.9rem;
}
@media screen and (min-width: 768px) {
  #salon-landscape .l-container .l-image #salon3 {
    width: calc(100% - 0.08rem);
    height: 100%;
  }
}
#salon-landscape .l-container .l-image #salon4 {
  position: absolute;
  width: 1.75rem;
  height: 1.14rem;
  right: 0;
  bottom: -0.96rem;
}
@media screen and (min-width: 768px) {
  #salon-landscape .l-container .l-image #salon4 {
    width: 2.86rem;
    height: 1.87rem;
    right: unset;
    left: 2.51rem;
    bottom: -1.13rem;
  }
}
#salon-landscape .l-slider {
  position: relative;
}
#salon-landscape .l-slider .swiper-wrapper {
  transition-timing-function: linear;
}
#salon-landscape .l-slider--pagination {
  position: absolute;
  bottom: -0.23rem;
  left: 50%;
  transform: translate(-50%, 100%);
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.1rem;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
}
@media screen and (min-width: 768px) {
  #salon-landscape .l-slider--pagination {
    bottom: -0.48rem;
  }
}
#salon-landscape .l-slider--pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  width: 0.07rem;
  height: 0.07rem;
  opacity: 1;
  transition: 0.3s;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #salon-landscape .l-slider--pagination .swiper-pagination-bullet {
    width: 0.09rem;
    height: 0.09rem;
  }
}
#salon-landscape .l-slider--pagination .swiper-pagination-bullet-active {
  background-color: #7B807E;
}

#salon-access {
  padding-top: 0.74rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #salon-access {
    padding-top: 1.41rem;
    padding-bottom: 2.47rem;
  }
}
#salon-access .c-heading {
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #salon-access .c-heading {
    margin-bottom: 0.41rem;
  }
}
#salon-access .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
@media screen and (min-width: 768px) {
  #salon-access .l-container {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
#salon-access .l-image {
  max-width: unset;
  width: 3.47rem;
  line-height: 1.87rem;
}
@media screen and (min-width: 768px) {
  #salon-access .l-image {
    width: 5.95rem;
    height: 3.2rem;
  }
}
#salon-access .l-image img {
  display: block;
  width: 100%;
  height: 100%;
}
#salon-access .l-text {
  display: flex;
  flex-direction: column;
  gap: 0.39rem;
}
@media screen and (min-width: 768px) {
  #salon-access .l-text {
    padding-top: 0.23rem;
    gap: 0.44rem;
  }
}
#salon-access .l-text .l-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #salon-access .l-text .l-desc {
    line-height: 0.27rem;
    letter-spacing: 0.05em;
  }
}
#salon-access .l-text .l-contact {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #salon-access .l-text .l-contact {
    font-size: 0.15rem;
    line-height: 0.22rem;
    letter-spacing: 0.05em;
  }
}
#salon-access .l-text .l-contact strong {
  font-family: "EB Garamond", serif;
  font-size: 0.28rem;
  line-height: 0.36rem;
  letter-spacing: 0;
  font-weight: 400;
  padding-bottom: 0.06rem;
  display: block;
}
@media screen and (min-width: 768px) {
  #salon-access .l-text .l-contact strong {
    font-size: 0.27rem;
    line-height: 0.35rem;
    padding-bottom: 0.03rem;
  }
}
#salon-access .l-map {
  margin-top: 0.5rem;
  height: 2.9rem;
}
@media screen and (min-width: 768px) {
  #salon-access .l-map {
    margin-top: 1.03rem;
    height: 5.35rem;
  }
}
#salon-access .l-map iframe {
  width: 100%;
  height: 100%;
}
#salon-access .c-btn--arrow--brown {
  margin: 0.4rem auto 0;
}
@media screen and (min-width: 768px) {
  #salon-access .c-btn--arrow--brown {
    margin-top: 0.6rem;
  }
}
#salon-access .c-btn--arrow--brown::before {
  content: unset;
}
#salon-access .c-btn--arrow--brown::after {
  content: unset;
}

/* BLOG */
#archive-top {
  padding-top: 1.25rem;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #archive-top {
    padding-top: 2.29rem;
    padding-bottom: 1rem;
  }
}

#archive {
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #archive {
    padding-bottom: 1.8rem;
  }
}
#archive .p-category-list {
  padding-bottom: 0.2rem;
  border-bottom: 0.01rem solid #DBDAC3;
  margin-bottom: 0.31rem;
}
@media screen and (min-width: 768px) {
  #archive .p-category-list {
    margin-bottom: 0.64rem;
  }
}
#archive .p-archive {
  margin-bottom: 0.97rem;
}
@media screen and (min-width: 768px) {
  #archive .p-archive {
    margin-bottom: 0.88rem;
  }
}

#article {
  padding-top: 1.25rem;
  padding-bottom: 0.97rem;
}
@media screen and (min-width: 768px) {
  #article {
    padding-top: 2.29rem;
    padding-bottom: 1.82rem;
  }
}
#article .p-article {
  margin-bottom: 0.76rem;
}
@media screen and (min-width: 768px) {
  #article .p-article {
    margin-bottom: 1.39rem;
  }
}

/*CONTACT PAGE */
#contact-top {
  padding-top: 1.25rem;
  padding-bottom: 0.61rem;
}
@media screen and (min-width: 768px) {
  #contact-top {
    padding-top: 2.29rem;
    padding-bottom: 1rem;
  }
}
#contact-top .l-desc {
  display: block;
  margin-top: 0.25rem;
  margin-bottom: 0.14rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #contact-top .l-desc {
    font-size: 0.16rem;
    line-height: 0.28rem;
  }
}
#contact-top .l-desc small {
  display: block;
  margin-top: 0.14rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.19rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #contact-top .l-desc small {
    margin-top: unset;
  }
}
#contact-top .l-tel {
  font-family: "EB Garamond", serif;
  font-size: 0.28rem;
  line-height: 0.36rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #contact-top .l-tel {
    font-size: 0.35rem;
    line-height: 0.45rem;
  }
}

#contact-form {
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #contact-form {
    padding-bottom: 2.04rem;
  }
}
#contact-form .l-heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 0.07rem;
  border-bottom: 0.01rem solid #DBDAC3;
  margin-bottom: 0.37rem;
}
@media screen and (min-width: 768px) {
  #contact-form .l-heading {
    padding-bottom: 0.11rem;
  }
}
#contact-form .l-heading strong {
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.17rem;
  line-height: 0.25rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #contact-form .l-heading strong {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
}
#contact-form .l-heading span {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.19rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.04rem;
}
@media screen and (min-width: 768px) {
  #contact-form .l-heading span {
    gap: 0.07rem;
  }
}
#contact-form .l-heading span::before {
  content: "";
  display: block;
  width: 0.06rem;
  height: 0.06rem;
  background-color: #DBA235;
  border-radius: 100%;
}

/* PRIVACY POLICY PAGE */
#privacy-policy {
  padding-top: 1.25rem;
  padding-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  #privacy-policy {
    padding-top: 2.29rem;
    padding-bottom: 2.42rem;
  }
}
#privacy-policy .c-heading--middle {
  margin-bottom: 0.73rem;
}
@media screen and (min-width: 768px) {
  #privacy-policy .c-heading--middle {
    margin-bottom: 0.97rem;
  }
}
#privacy-policy .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.56rem;
}
#privacy-policy .l-container .l-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.26rem;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #privacy-policy .l-container .l-wrapper {
    line-height: 0.28rem;
  }
}

#wpadminbar {
  display: none;
}
@media screen and (min-width: 768px) {
  #wpadminbar {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .p-body {
    overflow-x: hidden;
  }
}

.p-page-header {
  padding-top: 1.25rem;
  padding-left: 0.28rem;
  padding-right: 0.28rem;
}
@media screen and (min-width: 768px) {
  .p-page-header {
    padding-left: unset;
    padding-right: unset;
    width: 10.8rem;
    margin: auto;
    padding-top: 2.28rem;
  }
}
.p-page-header .c-heading--large {
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-page-header .c-heading--large {
    margin-bottom: 0.51rem;
  }
}
.p-page-header__image {
  max-width: unset;
  width: 3.47rem;
  height: 2.31rem;
  display: block;
  margin-bottom: 0.44rem;
}
@media screen and (min-width: 768px) {
  .p-page-header__image {
    margin-bottom: 1.58rem;
    width: calc(10.8rem + (100vw - 10.8rem) / 2);
    height: 4.55rem;
  }
}
.p-page-header__image img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-page-header__text {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
@media screen and (min-width: 768px) {
  .p-page-header__text {
    flex-direction: row;
  }
}
.p-page-header__text--heading {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-page-header__text--heading {
    flex-grow: 1;
    padding-left: 0.47rem;
    position: relative;
    gap: 0.24rem;
    top: -0.54rem;
  }
}
.p-page-header__text--heading span {
  font-family: "Cormorant", serif;
  font-size: 0.16rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 600;
  color: #BA9041;
}
@media screen and (min-width: 768px) {
  .p-page-header__text--heading span {
    font-size: 0.2rem;
    line-height: 0.24rem;
  }
}
.p-page-header__text--heading strong {
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.19rem;
  line-height: 0.4rem;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-page-header__text--heading strong {
    font-size: 0.26rem;
    line-height: 0.55rem;
    letter-spacing: 0.12em;
  }
}
.p-page-header__text--desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-page-header__text--desc {
    flex: none;
    width: 50%;
    font-size: 0.16rem;
    line-height: 0.28rem;
    flex: none;
  }
}

.p-header {
  z-index: 100000;
  width: 100%;
  height: 0rem;
  position: fixed;
  top: 0;
  left: 0;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.35rem;
  letter-spacing: 0em;
  font-weight: 400;
  --color: #141510;
  --f-color: brightness(0);
  transition: 0.6s;
  opacity: 1;
  animation: 1s header-in forwards;
}
@media screen and (min-width: 768px) {
  .p-header {
    z-index: 1000;
    height: 0.9rem;
  }
}
.p-header--white {
  --color: #ffffff !important;
  --f-color: brightness(0) invert(1) !important;
}
.p-header--out {
  animation: 1s header-out forwards;
}
.p-header__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    align-items: flex-start;
    margin-bottom: 0.1rem;
    gap: 0.03rem;
  }
}
.p-header__logo h1 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: -0.21rem;
  left: 0.24rem;
  transform: translateY(100%);
}
@media screen and (min-width: 768px) {
  .p-header__logo h1 {
    transform: unset;
    bottom: -0.34rem;
    left: unset;
    right: calc(50% + 4.63rem);
  }
}
.p-header__logo h1 span {
  display: block;
  width: 0.61rem;
  height: 0.16rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo h1 span {
    width: 0.91rem;
    height: 0.18rem;
  }
}
.p-header__logo h1 span img {
  display: block;
  width: 100%;
  height: 100%;
  filter: var(--f-color);
  transition: 0.3s;
}
.p-header__logo h1 strong {
  display: block;
  width: 0.78rem;
  height: 0.46rem;
  margin-left: 0.05rem;
  margin-top: -0.02rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo h1 strong {
    width: 1.27rem;
    height: 0.74rem;
    margin-left: 0.11rem;
    margin-top: 0.05rem;
  }
}
.p-header__logo h1 strong img {
  display: block;
  width: 100%;
  height: 100%;
  filter: var(--f-color);
  transition: 0.3s;
}
.p-header__logo img {
  width: 1.11rem;
  height: 0.31rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-header__logo img {
    width: 1.6rem;
    height: 0.44rem;
  }
}
.p-header__container {
  position: relative;
  z-index: 50;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__container {
    display: flex;
    align-items: flex-end;
    width: 12rem;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0.71rem;
    box-shadow: unset;
  }
}
.p-header__nav {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #EFEEDF;
  transform: translateX(100%);
  transition: 0.3s;
  padding-top: 1.25rem;
  padding-left: 0.43rem;
  padding-right: 0.42rem;
  padding-bottom: 1rem;
  overflow: scroll;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    width: 50%;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 0.5rem 1.1rem 1rem;
    display: flex;
    align-items: center;
  }
  .p-header__nav::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-header__nav .c-btn--kimono {
    width: 2.23rem;
    height: 0.58rem;
  }
}
.p-header__nav--bg {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__nav--bg {
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    background-color: #908F8F;
    mix-blend-mode: multiply;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
  }
}
.p-header__nav--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__nav--pc {
    display: flex;
    align-items: center;
    color: var(--color);
  }
  .p-header__nav--pc ul {
    display: flex;
    float: left;
    text-align: center;
    gap: 0.3rem;
    align-items: center;
  }
  .p-header__nav--pc ul li {
    height: -moz-fit-content;
    height: fit-content;
  }
  .p-header__nav--pc ul li strong {
    font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.15rem;
    line-height: 0.22rem;
    letter-spacing: 0.02em;
    font-weight: 700;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p-header__nav--pc--link {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.p-header__nav--pc--link--separate {
  display: block;
  width: 0.01rem;
  height: 0.32rem;
  background-color: var(--color);
}
.p-header__nav--pc--link a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.09rem;
  font-family: "Cormorant", serif;
  font-size: 0.18rem;
  line-height: 0.22rem;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.p-header__nav--pc--link #store::before {
  content: "";
  width: 0.26rem;
  height: 0.24rem;
  background-image: url("../img/common/icon_kimono.svg");
  background-size: contain;
  background-repeat: no-repeat;
  filter: var(--f-color);
}
.p-header__nav--pc--link #instagram::before {
  content: "";
  width: 0.22rem;
  height: 0.22rem;
  background-image: url("../img/common/icon_instagram.svg");
  background-size: contain;
  background-repeat: no-repeat;
  filter: var(--f-color);
}
.p-header__nav--container {
  display: flex;
  flex-direction: column;
  flex: none;
  max-height: unset;
  height: -moz-fit-content;
  height: fit-content;
}
.p-header__nav--link {
  display: flex;
  align-items: center;
  gap: 0.16rem;
  margin-top: 0.36rem;
  margin-bottom: 0.43rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav--link {
    margin-top: 0.39rem;
    margin-bottom: 0.32rem;
    gap: 0.2rem;
  }
}
.p-header__nav--link--separate {
  display: block;
  width: 0.01rem;
  height: 0.2rem;
  background-color: #141510;
}
.p-header__nav--link a {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.22rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.p-header__nav--link #instagram-link {
  display: flex;
  align-items: center;
  gap: 0.08rem;
  font-family: "Cormorant", serif;
  font-size: 0.18rem;
  line-height: 0.22rem;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.p-header__nav--link #instagram-link::before {
  content: "";
  width: 0.22rem;
  height: 0.22rem;
  background-image: url("../img/common/icon_instagram.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-header__nav--info {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav--info {
    gap: 0.06rem;
  }
}
.p-header__nav--info strong {
  font-family: "EB Garamond", serif;
  font-size: 0.24rem;
  line-height: 0.31rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-header__nav--info strong {
    font-size: 0.26rem;
    line-height: 0.34rem;
  }
}
.p-header__nav--info span {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-header__nav--info span {
    line-height: 0.24rem;
  }
}
.p-header__nav ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  float: left;
  margin-bottom: 0.34rem;
  gap: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav ul {
    gap: 0.4rem;
    margin-bottom: 0.46rem;
  }
}
.p-header__nav ul li {
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.17rem;
  line-height: 0.25rem;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-header__nav ul li {
    font-size: 0.2rem;
    line-height: 0.3rem;
  }
}
.p-header__nav--box {
  position: fixed;
  z-index: 100000;
  top: 0.32rem;
  right: 0.28rem;
  width: 0.36rem;
  height: 0.15rem;
  cursor: pointer;
  --color: #141510;
  --f-color: brightness(0);
}
@media screen and (min-width: 768px) {
  .p-header__nav--box {
    width: 0.38rem;
    line-height: 0.15rem;
    top: 0.6rem;
    right: unset;
    left: calc(50% + 5.65rem);
  }
}
.p-header__nav--box::after {
  content: "MENU";
  position: absolute;
  left: 50%;
  bottom: -0.05rem;
  color: var(--color);
  font-family: "Cormorant", serif;
  font-size: 0.12rem;
  line-height: 0.14rem;
  letter-spacing: 0.075em;
  font-weight: 700;
  transform: translate(-50%, 100%);
  transition: 0.3s;
}
.p-header__nav--box--check {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__nav--box--check:checked ~ .p-header {
    animation: 1s header-in forwards;
    --f-color: brightness(0) !important;
    --color: #141510 !important;
  }
}
@media screen and (min-width: 768px) {
  .p-header__nav--box--check:checked ~ .p-header {
    animation: unset;
  }
}
.p-header__nav--box--check:checked ~ .p-header__nav {
  transform: translateX(0);
}
.p-header__nav--box--check:checked ~ .p-header__nav--bg {
  pointer-events: all;
  opacity: 1;
}
.p-header__nav--box--check:checked ~ .p-header__nav--box {
  --color: #141510 !important;
  --f-color: brightness(0) !important;
}
.p-header__nav--box--check:checked ~ .p-header__nav--box::after {
  opacity: 0;
}
.p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(1) {
  transform: translateY(-50%) rotate(21.54deg);
  height: 0.01rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(1) {
    height: 0.015rem;
  }
}
.p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(2) {
  opacity: 0;
}
.p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(3) {
  transform: translateY(-50%) rotate(-21.54deg);
  height: 0.01rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(3) {
    height: 0.015rem;
  }
}
.p-header__nav--box--line {
  position: absolute;
  z-index: 1;
  top: 50%;
  transition: 0.3s;
  width: 100%;
  height: 0.02rem;
  background-color: var(--color);
}
@media screen and (min-width: 768px) {
  .p-header__nav--box--line {
    height: 0.01rem;
  }
}
.p-header__nav--box--line:nth-of-type(1) {
  transform: translateY(calc(-0.06rem - 50%));
}
@media screen and (min-width: 768px) {
  .p-header__nav--box--line:nth-of-type(1) {
    transform: translateY(calc(-0.07rem - 50%));
  }
}
.p-header__nav--box--line:nth-of-type(2) {
  transform: translateY(-50%);
}
.p-header__nav--box--line:nth-of-type(3) {
  transform: translateY(calc(0.06rem - 50%));
}
@media screen and (min-width: 768px) {
  .p-header__nav--box--line:nth-of-type(3) {
    transform: translateY(calc(0.07rem - 50%));
  }
}

@keyframes header-in {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    pointer-events: all;
  }
}
@keyframes header-out {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}
.p-footer {
  background-color: #141510;
  color: #ffffff;
  padding: 0.44rem 0.28rem 0.4rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding: 0.76rem 0 0.38rem;
  }
}
.p-footer__container {
  display: flex;
  flex-direction: column;
  gap: 0.44rem;
}
@media screen and (min-width: 768px) {
  .p-footer__container {
    width: 10.8rem;
    margin: auto;
    gap: unset;
  }
}
.p-footer__top {
  display: flex;
  flex-direction: column;
  gap: 0.34rem;
}
@media screen and (min-width: 768px) {
  .p-footer__top {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: -0.78rem;
  }
}
.p-footer__logo {
  display: block;
  filter: brightness(0) invert(1);
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    transform: unset;
    bottom: -0.34rem;
    left: unset;
    right: calc(50% + 4.63rem);
  }
}
.p-footer__logo span {
  display: block;
  width: 0.77rem;
  height: 0.15rem;
}
@media screen and (min-width: 768px) {
  .p-footer__logo span {
    width: 0.99rem;
    height: 0.19rem;
  }
}
.p-footer__logo span img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.p-footer__logo strong {
  display: block;
  width: 0.98rem;
  height: 0.56rem;
  margin-left: 0.05rem;
  margin-top: 0.02rem;
}
@media screen and (min-width: 768px) {
  .p-footer__logo strong {
    width: 1.38rem;
    height: 0.82rem;
    margin-left: 0.11rem;
    margin-top: 0.05rem;
  }
}
.p-footer__logo strong img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.p-footer__link {
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}
@media screen and (min-width: 768px) {
  .p-footer__link {
    padding-left: unset;
    padding-right: unset;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
.p-footer__menu {
  display: flex;
  flex-direction: column;
  gap: 0.17rem;
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-bottom: 0.34rem;
}
@media screen and (min-width: 768px) {
  .p-footer__menu {
    flex-direction: row;
    gap: 0.5rem;
    margin-bottom: 0.54rem;
  }
}
.p-footer__button {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  margin-bottom: 0.19rem;
}
@media screen and (min-width: 768px) {
  .p-footer__button {
    flex-direction: row;
    gap: 0.29rem;
    margin-bottom: unset;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__button .c-btn--kimono {
    width: 2.11rem;
    height: 0.58rem;
  }
}
.p-footer__button .c-btn--plain--white:not(.c-btn--kimono) {
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-footer__button .c-btn--plain--white:not(.c-btn--kimono) {
    width: 3.81rem;
    height: 0.58rem;
  }
}
.p-footer__privacy {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-footer__privacy {
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
}
.p-footer__bottom {
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom {
    margin-bottom: 0.8rem;
    padding-left: unset;
    padding-right: unset;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-footer__tel {
  font-family: "EB Garamond", serif;
  font-size: 0.26rem;
  line-height: 0.34rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-footer__tel {
    font-size: 0.22rem;
    line-height: 0.29rem;
  }
}
.p-footer__address {
  display: block;
  font-style: normal;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.22rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-top: 0.16rem;
  margin-bottom: 0.13rem;
}
@media screen and (min-width: 768px) {
  .p-footer__address {
    font-size: 0.14rem;
    line-height: 0.22rem;
    margin-top: 0.17rem;
    margin-bottom: 0.17rem;
  }
}
.p-footer__info {
  display: block;
  font-style: normal;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.22rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-footer__info {
    font-size: 0.14rem;
    line-height: 0.22rem;
  }
}
.p-footer__sns {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin-top: 0.44rem;
  margin-bottom: 0.44rem;
}
@media screen and (min-width: 768px) {
  .p-footer__sns {
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
    margin-left: auto;
  }
}
.p-footer__sns #footer-instagram {
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  background-image: url("../img/common/icon_instagram.svg");
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}
.p-footer__sns #footer-facebook {
  display: block;
  width: 0.26rem;
  height: 0.26rem;
  background-image: url("../img/common/icon_facebook.svg");
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}
.p-footer__copyright {
  font-family: "EB Garamond", serif;
  font-size: 0.11rem;
  line-height: 0.14rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-align: center;
}

.p-category-list {
  display: flex;
  gap: 0.17rem;
}
@media screen and (min-width: 768px) {
  .p-category-list {
    gap: 0.27rem;
  }
}
.p-category-list__name {
  color: #BA9041;
  font-family: "Cormorant", serif;
  font-size: 0.16rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 600;
  padding-right: 0.12rem;
  flex: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-category-list__name {
    font-size: 0.18rem;
    line-height: 0.22rem;
    padding-right: 0.2rem;
  }
}
.p-category-list__name::after {
  content: "";
  width: 0.01rem;
  height: 0.14rem;
  position: absolute;
  top: 0.03rem;
  right: 0;
  background-color: #BA9041;
}
@media screen and (min-width: 768px) {
  .p-category-list__name::after {
    height: 0.19rem;
  }
}
.p-category-list__container {
  display: flex;
  align-items: baseline;
  gap: 0.06rem 0.15rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-category-list__container {
    font-size: 0.15rem;
    line-height: 0.21rem;
    gap: 0.1rem 0.27rem;
  }
}
.p-category-list__wrapper {
  color: #5F6060;
  text-decoration: underline;
}
.p-category-list__wrapper:nth-of-type(1) {
  color: #141510;
  text-decoration: unset;
  font-weight: 500;
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-category-list__wrapper:nth-of-type(1) {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-archive-detail {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
@media screen and (min-width: 768px) {
  .p-archive-detail {
    flex-direction: row;
    gap: 0.47rem;
  }
}
.p-archive-detail__image {
  width: 3.66rem !important;
  height: 2.43rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-archive-detail__image {
    width: 5.27rem !important;
    height: 3.5rem;
    flex: none;
    position: relative !important;
  }
}
.p-archive-detail__image::before {
  content: "New";
  width: 0.39rem;
  height: 0.26rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #BA9041;
  color: #ffffff;
  font-family: "Cormorant", serif;
  font-size: 0.14rem;
  line-height: 0.17rem;
  letter-spacing: 0;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-archive-detail__image::before {
    width: 0.5rem;
    height: 0.29rem;
    font-size: 0.16rem;
    line-height: 0.2rem;
  }
}
.p-archive-detail__image img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-archive-detail__info--top {
  display: flex;
  align-items: baseline;
  gap: 0.15rem;
  margin-bottom: 0.16rem;
}
@media screen and (min-width: 768px) {
  .p-archive-detail__info--top {
    gap: 0.19rem;
    margin-bottom: 0.1rem;
  }
}
.p-archive-detail__info--date {
  color: #BA9041;
  font-family: "EB Garamond", serif;
  font-size: 0.18rem;
  line-height: 0.23rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-archive-detail__info--date {
    font-size: 0.2rem;
    line-height: 0.26rem;
  }
}
.p-archive-detail__info--category {
  display: flex;
  gap: 0.05rem 0.15rem;
  flex-wrap: wrap;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #5F6060;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-archive-detail__info--category {
    font-size: 0.13rem;
    line-height: 0.19rem;
  }
}
.p-archive-detail__info--title {
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-bottom: 0.15rem;
}
@media screen and (min-width: 768px) {
  .p-archive-detail__info--title {
    font-size: 0.24rem;
    line-height: 0.34rem;
    margin-bottom: 0.13rem;
  }
}
.p-archive-detail__info--desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-archive-detail__info--desc {
    font-size: 0.16rem;
    line-height: 0.26rem;
  }
}
.p-archive-detail__info--desc br {
  display: none;
}

.p-archive {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-archive {
    gap: 0.8rem 0.3rem;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.p-archive__wrapper {
  width: 2.97rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-archive__wrapper {
    width: 2.47rem;
  }
}
.p-archive__date {
  color: #BA9041;
  font-family: "EB Garamond", serif;
  font-size: 0.16rem;
  line-height: 0.21rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-archive__date {
    font-size: 0.16rem;
    line-height: 0.21rem;
  }
}
.p-archive__image {
  width: 100%;
  height: 1.98rem;
  margin-top: 0.15rem;
  margin-bottom: 0.19rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-archive__image {
    height: 1.64rem;
    margin-top: 0.06rem;
    margin-bottom: 0.2rem;
  }
}
.p-archive__image img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-archive__title {
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.17rem;
  line-height: 0.26rem;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-archive__title {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
.p-archive__category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.05rem 0.1rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  padding-top: 0.04rem;
  margin-top: auto;
  justify-self: flex-end;
}
@media screen and (min-width: 768px) {
  .p-archive__category {
    padding-top: 0.06rem;
  }
}
.p-archive__category a {
  color: #5F6060;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .p-pagination {
    display: flex;
    justify-content: center;
  }
}
.p-pagination .nav-links > ul.page-numbers {
  display: flex;
  justify-content: center;
  gap: 0.11rem;
}
.p-pagination .nav-links > ul.page-numbers .page-numbers {
  min-width: 0.25rem;
  padding-left: 0.08rem;
  padding-right: 0.08rem;
  height: 0.31rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.01rem solid #707070;
  transition: 0.3s;
  border-radius: 0.04rem;
}
.p-pagination .nav-links > ul.page-numbers .current {
  opacity: 1;
  color: #141510;
  border: unset;
  border-bottom: 0.01rem solid #141510;
  border-radius: unset;
}
.p-pagination .nav-links > ul.page-numbers .dots {
  width: unset;
  height: unset;
  border: unset;
  pointer-events: none;
}
.p-pagination .nav-links > ul.page-numbers .next {
  font-family: "Cormorant", serif;
  font-size: 0.18rem;
  line-height: 0.22rem;
  letter-spacing: 0;
  font-weight: 600;
}
.p-pagination .nav-links > ul.page-numbers .prev {
  font-family: "Cormorant", serif;
  font-size: 0.18rem;
  line-height: 0.22rem;
  letter-spacing: 0;
  font-weight: 600;
}

.p-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-navigation--prev {
  font-family: "Cormorant", serif;
  font-size: 0.15rem;
  line-height: 0.18rem;
  letter-spacing: 0;
  font-weight: 500;
  width: 0.52rem;
  height: 0.27rem;
  border: 0.01rem solid #5F6060;
  color: #5F6060;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.04rem;
}
@media screen and (min-width: 768px) {
  .p-navigation--prev {
    font-size: 0.18rem;
    line-height: 0.22rem;
    width: 0.6rem;
    height: 0.31rem;
  }
}
.p-navigation--archive {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-navigation--archive {
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
}
.p-navigation--next {
  font-family: "Cormorant", serif;
  font-size: 0.15rem;
  line-height: 0.18rem;
  letter-spacing: 0;
  font-weight: 500;
  width: 0.52rem;
  height: 0.27rem;
  border: 0.01rem solid #5F6060;
  color: #5F6060;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.04rem;
}
@media screen and (min-width: 768px) {
  .p-navigation--next {
    font-size: 0.18rem;
    line-height: 0.22rem;
    width: 0.6rem;
    height: 0.31rem;
  }
}
.p-navigation a[href=""] {
  pointer-events: none;
}

.p-article {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-article__info {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  margin-bottom: 0.24rem;
}
@media screen and (min-width: 768px) {
  .p-article__info {
    margin-bottom: 0.44rem;
    gap: 0.13rem;
  }
}
.p-article__info--date {
  font-family: "EB Garamond", serif;
  font-size: 0.2rem;
  line-height: 0.26rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #BA9041;
}
.p-article__info--title {
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.3rem;
  letter-spacing: 0.18em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-article__info--title {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
}
.p-article__info .p-category-list {
  gap: 0.1rem;
  margin-bottom: 0.14rem;
}
@media screen and (min-width: 768px) {
  .p-article__info .p-category-list {
    margin-bottom: 0.22rem;
  }
}
.p-article__info .p-category-list__name {
  padding-right: 0.1rem;
}
.p-article__content {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-article__content {
    font-size: 0.15rem;
    line-height: 0.3rem;
  }
}
.p-article__content .wp-block-image:first-child {
  max-width: unset;
  width: 3.47rem;
  height: auto;
  display: block;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-article__content .wp-block-image:first-child {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.93rem;
  }
}
.p-article__content .wp-block-image:first-child img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-article__content > * {
  margin-bottom: 0.24rem;
}
@media screen and (min-width: 768px) {
  .p-article__content > * {
    margin-bottom: 0.33rem;
  }
}
.p-article__content > *:last-child {
  margin-bottom: unset !important;
}
.p-article__content h1, .p-article__content h2 {
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.25rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-top: 0.32rem;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  .p-article__content h1, .p-article__content h2 {
    font-size: 0.2rem;
    line-height: 0.34rem;
    margin-top: 0.6rem;
    margin-bottom: 0.32rem;
  }
}
.p-article__content h1 ~ h3:not(:first-child), .p-article__content h2 ~ h3:not(:first-child) {
  margin-top: unset;
}
.p-article__content h3:not(:first-child), .p-article__content h4:not(:first-child), .p-article__content h5:not(:first-child), .p-article__content h6:not(:first-child) {
  margin-top: 0.4rem;
}
@media screen and (min-width: 768px) {
  .p-article__content h3:not(:first-child), .p-article__content h4:not(:first-child), .p-article__content h5:not(:first-child), .p-article__content h6:not(:first-child) {
    margin-top: 0.28rem;
  }
}
.p-article__content h3 {
  padding-left: 0.15rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.27rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  position: relative;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-article__content h3 {
    font-size: 0.16rem;
    line-height: 0.24rem;
    padding-left: 0.15rem;
    margin-top: 0.61rem;
    margin-bottom: 0.16rem;
  }
}
.p-article__content h3::before {
  content: "";
  width: 0.03rem;
  height: calc(100% - 0.05rem);
  bottom: 0.02rem;
  left: 0;
  position: absolute;
  background-color: #BA9041;
}
@media screen and (min-width: 768px) {
  .p-article__content h3::before {
    height: calc(100% - 0.08rem);
    bottom: 0.03rem;
    width: 0.03rem;
  }
}
.p-article__content h4, .p-article__content h5, .p-article__content h6 {
  font-weight: 700;
}
.p-article__content b {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-article__content a {
    margin-bottom: 0.16rem;
  }
}
.p-article__content a:not([class]) {
  color: #BA9041;
  text-decoration: underline;
}
.p-article__content a[href$=".pdf"] {
  padding-left: 0.3rem;
  position: relative;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.p-article__content a[href$=".pdf"]::before {
  content: "";
  width: 0.19rem;
  height: 0.19rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/common/icon_pdf.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-article__content a[href$=".pdf"]::after {
  content: ".pdf";
}
.p-article__content .wp-block-file__button {
  display: none !important;
}
.p-article__content .wp-block-file__embed {
  display: none !important;
}

.p-form {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.36rem;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.p-form__switch {
  display: none;
  margin: auto;
  margin-top: 2rem;
}
.p-form__switch#form-switch-first:checked ~ .p-form__first {
  display: block !important;
}
.p-form__switch#form-switch-second:checked ~ .p-form__second {
  display: block !important;
}
.p-form__first {
  display: none;
}
.p-form__second {
  display: none;
}
.p-form__main--container {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
}
@media screen and (min-width: 768px) {
  .p-form__main--container {
    gap: 0.26rem;
  }
}
.p-form__item {
  display: flex;
  flex-direction: column;
  gap: 0.11rem;
}
@media screen and (min-width: 768px) {
  .p-form__item {
    gap: 0.1rem;
  }
}
.p-form__item dt {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-form__item dt {
    font-size: 0.16rem;
    line-height: 0.24rem;
    letter-spacing: 0.1em;
    flex-wrap: 1;
    justify-content: flex-start;
    gap: 0.05rem;
  }
}
.p-form__item dt::after {
  width: 0.06rem;
  height: 0.06rem;
  background-color: #DBA235;
  border-radius: 100%;
}
.p-form__item dd {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-form__item dd {
    width: 100%;
    flex: none;
  }
}
.p-form__item dd small {
  display: block;
  margin-top: 0.15rem;
  margin-bottom: 0.1rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-form__item dd small {
    font-size: 0.15rem;
    line-height: 0.21rem;
    margin-top: 0.16rem;
  }
}
.p-form__item dd.p-form__item--half {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 0.17rem;
}
@media screen and (min-width: 768px) {
  .p-form__item dd.p-form__item--half {
    justify-content: flex-start;
    gap: 0.21rem;
  }
  .p-form__item dd.p-form__item--half > *:has(input) {
    width: 50%;
  }
}
.p-form__item--caution {
  margin-top: 0.1rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.19rem;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.p-form__item--required dt::after {
  content: "";
}
.p-form__item--date {
  position: relative;
}
.p-form__item--date::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 0.2rem;
  height: 0.22rem;
  right: 0.1rem;
  top: 0.07rem;
  pointer-events: none;
  background-image: url("../img/common/icon_calendar.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0.12rem;
  background-color: white;
}
.p-form__item--date input::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}
.p-form__item--date span {
  display: block;
}
.p-form__item--radio--vertical {
  display: flex;
  flex-direction: column;
}
.p-form__button {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  align-items: center;
  margin-top: 0.43rem;
  padding-left: 0.13rem;
  padding-right: 0.13rem;
}
@media screen and (min-width: 768px) {
  .p-form__button {
    margin-top: 0.49rem;
    gap: 0.44rem;
  }
}
.p-form__button input[type=checkbox] {
  margin: 0;
}
.p-form__button .wpcf7-not-valid-tip {
  transform: translateX(100%);
}
.p-form__button .wpcf7-list-item {
  margin: 0 !important;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-form__button .wpcf7-list-item span, .p-form__button .wpcf7-list-item label {
  display: block !important;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 !important;
}
.p-form__button .wpcf7-list-item .wpcf7-list-item-label {
  display: none !important;
}
.p-form__button .wpcf7-list-item input[type=checkbox] {
  width: 0.17rem;
  height: 0.17rem;
  border-radius: 0.04rem;
}
.p-form__button--policy {
  display: flex;
  align-items: center;
  gap: 0.06rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-form__button--policy {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
.p-form__button--policy a {
  color: #BA9041;
  text-decoration: underline;
}
.p-form input[type=text],
.p-form input[type=email],
.p-form input[type=tel],
.p-form input[type=date],
.p-form select {
  width: 100%;
  height: 0.54rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0;
  font-weight: 500;
  outline: unset;
  border: unset;
  background-color: #ffffff;
  padding-left: 0.12rem;
  padding-right: 0.12rem;
  color: #141510;
}
@media screen and (min-width: 768px) {
  .p-form input[type=text],
  .p-form input[type=email],
  .p-form input[type=tel],
  .p-form input[type=date],
  .p-form select {
    height: 0.45rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
    padding-left: 0.2rem;
  }
}
.p-form input[type=text]::-moz-placeholder, .p-form input[type=email]::-moz-placeholder, .p-form input[type=tel]::-moz-placeholder, .p-form input[type=date]::-moz-placeholder, .p-form select::-moz-placeholder {
  color: #969A98;
  font-weight: 400;
}
.p-form input[type=text]::placeholder,
.p-form input[type=email]::placeholder,
.p-form input[type=tel]::placeholder,
.p-form input[type=date]::placeholder,
.p-form select::placeholder {
  color: #969A98;
  font-weight: 400;
}
.p-form input[type=radio] {
  width: 0.17rem;
  height: 0.17rem;
  margin-right: 0.1rem;
  margin-left: unset;
  filter: hue-rotate(-97deg) brightness(1);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-form input[type=radio] {
    width: 0.18rem;
    height: 0.18rem;
  }
}
.p-form input[type=checkbox] {
  width: 0.15rem;
  height: 0.15rem;
  background-color: transparent;
  margin-bottom: 0.03rem;
}
.p-form input[type=submit] {
  display: none;
}
.p-form textarea {
  width: 100%;
  min-height: 3rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0;
  font-weight: 500;
  background-color: #ffffff;
  outline: unset;
  border: unset;
  outline: unset;
  padding: 0.12rem 0.18rem;
  transition: 0.3s;
  color: #141510;
}
@media screen and (min-width: 768px) {
  .p-form textarea {
    height: 4.13rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
    padding: 0.16rem;
  }
}
.p-form textarea::-moz-placeholder {
  color: #969A98;
  font-weight: 400;
}
.p-form textarea::placeholder {
  color: #969A98;
  font-weight: 400;
}
.p-form .wpcf7-spinner {
  display: none;
}
.p-form .wpcf7-not-valid-tip {
  margin-left: auto;
  position: absolute;
  top: 100%;
  right: 0;
  font-size: 0.12rem;
  line-height: 0.17rem;
  font-weight: 700;
  color: #a00000;
  white-space: nowrap;
  max-width: unset;
}
@media screen and (min-width: 768px) {
  .p-form .wpcf7-not-valid-tip {
    top: 100%;
    right: 0.1rem;
  }
}
.p-form .wpcf7-response-output {
  border-radius: 0.05rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.21rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-form .wpcf7-response-output {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}

.c-bg--white {
  background-color: #ffffff;
  width: 100%;
}

.c-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.26rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-desc {
    font-size: 0.16rem;
    line-height: 0.28rem;
    letter-spacing: 0.05em;
  }
}

.c-full {
  max-width: unset;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .c-full {
    transform: unset;
    left: unset;
    position: initial;
    width: auto;
    max-width: 100%;
  }
}

.c-btn, .c-btn--send, .c-btn--arrow, .c-btn--arrow--brown, .c-btn--arrow--white, .c-btn--plain, .c-btn--plain--white {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-btn--plain, .c-btn--plain--white {
  --color: #141510;
  --f-color: brightness(0);
  font-family: "Cormorant", "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.22rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  gap: 0.08rem;
  width: 2.9rem;
  height: 0.58rem;
  border-radius: 0.04rem;
  border: 0.015rem solid var(--color);
}
.c-btn--plain::before, .c-btn--plain--white::before {
  content: "";
  filter: var(--f-color);
}
.c-btn--plain--white {
  --color: white;
  --f-color: brightness(0) invert(1);
}
.c-btn--kimono::before {
  content: "";
  width: 0.24rem;
  height: 0.22rem;
  background-image: url("../img/common/icon_kimono.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.c-btn--arrow, .c-btn--arrow--brown, .c-btn--arrow--white {
  width: 2.9rem;
  height: 0.66rem;
  border-radius: 0.04rem;
  gap: 0.22rem;
  border: 0.01rem solid #141510;
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-btn--arrow, .c-btn--arrow--brown, .c-btn--arrow--white {
    height: 0.74rem;
  }
}
.c-btn--arrow::before, .c-btn--arrow--brown::before, .c-btn--arrow--white::before {
  content: "";
  width: 0.22rem;
}
.c-btn--arrow::after, .c-btn--arrow--brown::after, .c-btn--arrow--white::after {
  content: "";
  width: 0.22rem;
  height: 0.06rem;
  background-image: url("../img/common/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.c-btn--arrow--white {
  background-color: #ffffff;
  color: #141510;
  border: unset;
}
.c-btn--arrow--brown {
  color: #BA9041;
  border-color: #BA9041;
}
.c-btn--arrow--brown:hover {
  opacity: 1;
  color: #ffffff;
  border-color: #BA9041;
  background-color: #BA9041;
}
.c-btn--arrow--brown:hover::after {
  filter: brightness(0) invert(1);
}
.c-btn--arrow--brown::after {
  content: "";
  filter: brightness(0) saturate(100%) invert(54%) sepia(58%) saturate(420%) hue-rotate(1deg) brightness(96%) contrast(91%);
}
.c-btn--send {
  width: 2.9rem;
  height: 0.74rem;
  color: white;
  background-color: #9F7629;
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin: auto;
  border-radius: 0.04rem;
  cursor: pointer;
  transition: 0.3s;
}
.c-btn--send:hover {
  opacity: 0.7;
}

.c-heading, .c-heading--line, .c-heading--center, .c-heading--large, .c-heading--middle {
  display: flex;
  flex-direction: column;
  gap: 0.04rem;
  gap: 0.09rem;
}
.c-heading span, .c-heading--line span, .c-heading--center span, .c-heading--large span, .c-heading--middle span {
  color: #BA9041;
  font-family: "Cormorant", serif;
  font-size: 0.16rem;
  line-height: 0.2rem;
  letter-spacing: 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-heading span, .c-heading--line span, .c-heading--center span, .c-heading--large span, .c-heading--middle span {
    font-size: 0.18rem;
    line-height: 0.22rem;
  }
}
.c-heading strong, .c-heading--line strong, .c-heading--center strong, .c-heading--large strong, .c-heading--middle strong {
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.26rem;
  line-height: 0.38rem;
  letter-spacing: 0.18em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-heading strong, .c-heading--line strong, .c-heading--center strong, .c-heading--large strong, .c-heading--middle strong {
    font-size: 0.34rem;
    line-height: 0.5rem;
    letter-spacing: 0.24em;
  }
}
.c-heading--large, .c-heading--middle {
  gap: 0.06rem;
}
@media screen and (min-width: 768px) {
  .c-heading--large, .c-heading--middle {
    gap: 0.1rem;
  }
}
.c-heading--large span, .c-heading--middle span {
  font-size: 0.16rem;
  line-height: 0.2rem;
}
@media screen and (min-width: 768px) {
  .c-heading--large span, .c-heading--middle span {
    font-size: 0.2rem;
    line-height: 0.24rem;
  }
}
.c-heading--large strong, .c-heading--middle strong {
  font-size: 0.3rem;
  line-height: 0.4rem;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 768px) {
  .c-heading--large strong, .c-heading--middle strong {
    font-size: 0.48rem;
    line-height: 0.71rem;
  }
}
@media screen and (min-width: 768px) {
  .c-heading--middle strong {
    font-size: 0.4rem;
    line-height: 0.59rem;
  }
}
.c-heading--center {
  align-items: center;
}
.c-heading--catch {
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.19rem;
  line-height: 0.4rem;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-heading--catch {
    font-size: 0.24rem;
    line-height: 0.48rem;
    letter-spacing: 0.12em;
  }
}
.c-heading--line {
  align-items: center;
  gap: 0.05rem;
}
@media screen and (min-width: 768px) {
  .c-heading--line {
    gap: 0.04rem;
  }
}
.c-heading--line strong {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.19rem;
  font-size: 0.23rem;
  line-height: 0.34rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-heading--line strong {
    font-size: 0.38rem;
    line-height: 0.57rem;
    letter-spacing: 0.14em;
    gap: 0.5rem;
  }
}
.c-heading--line strong::before {
  content: "";
  flex-grow: 1;
  height: 0.01rem;
  background-color: #BA9041;
  max-width: 0.62rem;
}
.c-heading--line strong::after {
  content: "";
  flex-grow: 1;
  height: 0.01rem;
  background-color: #BA9041;
  max-width: 0.62rem;
}
.c-heading--line span {
  font-size: 0.16rem;
  line-height: 0.2rem;
}
@media screen and (min-width: 768px) {
  .c-heading--line span {
    font-size: 0.2rem;
    line-height: 0.24rem;
  }
}
.c-heading--underline {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  padding-bottom: 0.16rem;
  border-bottom: 0.01rem solid #D0CEBC;
  width: 100%;
}

.c-overflow {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  .c-overflow {
    overflow-x: initial;
    padding-bottom: unset;
  }
}
.c-overflow > * {
  max-width: unset;
  width: -moz-fit-content;
  width: fit-content;
  height: unset;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 0.1rem;
}
@media screen and (min-width: 768px) {
  .c-overflow > * {
    padding-bottom: unset;
  }
}

.c-2column {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-2column {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .c-2column__wrapper {
    width: 50%;
    flex: none;
  }
}

.u-width, .u-width--319-906, .u-width--319-980, .u-width--319-1080 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 0.28rem;
  padding-right: 0.28rem;
}
@media screen and (min-width: 768px) {
  .u-width, .u-width--319-906, .u-width--319-980, .u-width--319-1080 {
    padding: 0;
    width: 10.8rem;
    padding-left: unset;
    padding-right: unset;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .u-width--319-980 {
    width: 9.8rem;
  }
}
@media screen and (min-width: 768px) {
  .u-width--319-906 {
    width: 9.06rem;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
.swiper {
  opacity: 0;
  transition: 0.3s opacity ease;
  transition-delay: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swiper.swiper-initialized {
  opacity: 1;
}

.js-fade, .js-fade--zoomout, .js-fade--right, .js-fade--left, .js-fade--up, .js-fade--group-up {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  pointer-events: none;
}
.js-fade *, .js-fade--zoomout *, .js-fade--right *, .js-fade--left *, .js-fade--up *, .js-fade--group-up * {
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.js-fade--group-up {
  opacity: 0;
  transform: translateY(0.3rem);
}
@media screen and (min-width: 768px) {
  .js-fade--group-up {
    opacity: 1;
    transform: unset;
    position: initial;
    pointer-events: all;
  }
}
.js-fade--group-up--active {
  animation-name: fade-up;
}
@media screen and (min-width: 768px) {
  .js-fade--group-up--active {
    animation-name: unset;
  }
}
.js-fade--group-up .js-fade--up {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .js-fade--group-up .js-fade--up {
    opacity: 0;
    transform: translateY(0.3rem);
  }
}
.js-fade--group-up .js-fade--up--active {
  animation-name: unset;
}
@media screen and (min-width: 768px) {
  .js-fade--group-up .js-fade--up--active {
    animation-name: fade-up;
  }
}
.js-fade--up {
  opacity: 0;
  transform: translateY(0.3rem);
}
.js-fade--up--active {
  animation-name: fade-up;
}
.js-fade--left {
  opacity: 0;
  transform: translateX(0.5rem);
}
.js-fade--left--active {
  animation-name: fade-left;
}
.js-fade--right {
  opacity: 0;
  transform: translateX(-0.5rem);
}
.js-fade--right--active {
  animation-name: fade-right;
}
.js-fade--zoomout {
  overflow: hidden;
  transition: 1s;
}
.js-fade--zoomout img {
  transform: scale(1.1);
  transition: inherit;
  transition: 1;
}
.js-fade--zoomout--active img {
  transform: scale(1);
}

@keyframes fade-up {
  0% {
    transform: translateY(0.3rem);
    opacity: 0;
  }
  60% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(0.5rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
    pointer-events: all;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(-0.5rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
    pointer-events: all;
  }
}
.js-hover--zoomin {
  overflow: hidden;
}
.js-hover--zoomin img {
  transition: 1s;
}
.js-hover--zoomin:hover img {
  transform: scale(1.1);
}

.js-fv #fv-animation1 {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  animation: 3s 0.2s forwards fv-width;
}
.js-fv #fv-animation2 {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  animation: 3s 1s forwards fv-width;
}
.js-fv #fv-animation3 {
  opacity: 0;
  transform: translateY(0.5rem);
  animation: 1s 1.5s forwards fv-fade-up;
}
.js-fv #fv-animation4 {
  opacity: 0;
  transform: translateY(0.5rem);
  animation: 1s 2s forwards fv-fade-up;
}

@keyframes fv-width {
  0% {
    max-width: 0;
    opacity: 1;
  }
  100% {
    max-width: 100%;
    opacity: 1;
  }
}
@keyframes fv-fade-up {
  0% {
    opacity: 0;
    transform: translateY(0.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-load {
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 2s;
}
.js-load--hidden {
  opacity: 0;
  pointer-events: none;
  transition-delay: 3s;
}
.js-load__logo {
  width: 1.45rem;
  height: 1.87rem;
  opacity: 0;
  background-image: url("../img/common/logo_v.svg");
  background-size: contain;
  background-repeat: no-repeat;
  animation: 2s 1s forwards js-load-logo;
}

@keyframes js-load-logo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */