@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

img {
  border: none;
  vertical-align: bottom;
}

li {
  list-style-type: none;
}

sup {
  color: #000000;
}

table {
  border-collapse: collapse;
}

input {
  border: none;
  border-radius: 0;
}

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

input,
select,
textarea,
button {
  color: inherit;
  background: none;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin-right: 0.75em;
}

label, input[type=checkbox] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

input[type=checkbox] {
  height: 1em;
}

:root {
  --width-scale: calc(100vw / 1920);
}

@media screen and (min-width: 768px) {
  html {
    min-width: 1024px;
  }
}
@media screen and (min-width: 768px) {
  html {
    transform: scale(var(--width-scale));
    transform-origin: top left;
  }
}

body {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #6C5235;
  font-size: 62.5%;
  line-height: 1.6;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: transparent;
  overflow-y: clip;
}

@media screen and (max-width: 767px) {
  p {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
  }
}

input,
textarea {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  input,
  textarea {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  input,
  textarea {
    font-size: 14px;
  }
}

select {
  padding: 0 0.75em;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.underline {
  text-decoration: underline;
}

.hover {
  transition: opacity 0.3s ease-out;
}
.hover:hover {
  opacity: 0.3;
}

.white {
  color: #FFFFFF;
}

.bold {
  font-weight: bold !important;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clear {
  clear: both;
}

.none {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .none-sm {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .none-md {
    display: none !important;
  }
}
@media screen and (min-width: 1080px) {
  .none-md_l {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) {
  .none-lg_s {
    display: none !important;
  }
}
@media screen and (min-width: 1450px) {
  .none-lg {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .over--md,
  br.md {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .under--sm,
  br.sm {
    display: none !important;
  }
}
.hidden {
  display: none !important;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body.wp-page:not(.-theme-salient) p {
  padding: 0;
}

.c__sec-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.c__sec-title .l1 {
  color: #452705;
  font-family: "Viaoda Libre", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .c__sec-title .l1 {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c__sec-title .l1 {
    font-size: clamp(32px, 3.3333333333vw, 64px);
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .c__sec-title .l2 {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .c__sec-title .l2 {
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
}

.c__page-headline {
  position: relative;
  background-size: cover;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c__page-headline {
    aspect-ratio: 5/2;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c__page-headline {
    aspect-ratio: 160/51;
    width: calc(100% - 320px);
  }
}
.c__page-headline .page-name {
  position: absolute;
  color: #FFFFFF;
  font-family: "Viaoda Libre", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .c__page-headline .page-name {
    left: 20px;
    bottom: 20px;
    font-size: 52px;
    line-height: 1;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) {
  .c__page-headline .page-name {
    left: 4.4270833333vw;
    bottom: 2.0833333333vw;
    font-size: clamp(34.3333333333px, 5.3645833333vw, 103px);
    line-height: 1;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  .c__first-description {
    margin-left: 40px;
    margin-right: 40px;
  }
}

.c__tabs {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c__tabs {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c__tabs {
    gap: 3.125vw;
  }
}
.c__tabs .tab {
  color: #452705;
  border-bottom: solid 1px transparent;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c__tabs .tab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 768px) {
  .c__tabs .tab {
    font-size: clamp(12px, 0.9375vw, 18px);
    line-height: 1.7em;
    letter-spacing: 0.13em;
    padding-bottom: 10px;
  }
}
.c__tabs .tab:hover, .c__tabs .tab.--active {
  color: #9D8632;
  border-bottom-color: #9D8632;
}

.c__radios {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .c__radios {
    gap: 18px;
  }
}
@media screen and (min-width: 768px) {
  .c__radios {
    gap: 1.0416666667vw;
  }
}

.c__checks {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .c__checks {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c__checks {
    gap: 1.0416666667vw;
  }
}

.c__slide .slide-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-top: 60px;
}
.c__slide .slide-nav .btn-prev,
.c__slide .slide-nav .btn-next {
  height: 70px;
  width: 70px;
  background: url("/assets/images/icons/arrow.svg") no-repeat center;
  background-size: 22px 22px;
  border: solid 1px #452705;
  border-radius: 50%;
}
.c__slide .slide-nav .btn-prev {
  transform: rotate(180deg);
}
.c__slide .slide-nav .dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.c__slide .slide-nav .dots .dot {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(69, 39, 5, 0.4);
  border: solid 11px #FFFFFF;
  box-sizing: content-box;
}
.c__slide .slide-nav .dots .dot.--active {
  background-color: #452705;
  border-color: rgba(191, 185, 180, 0.6);
}

.c__slide-nav .btn-prev,
.c__slide-nav .btn-next {
  display: block;
  border-radius: 50%;
  background: url("/assets/images/icons/gld_chevron.svg") no-repeat center;
  background-size: 30px;
  cursor: pointer;
  transition: 0.3s;
  background-color: #FAF8F6;
}
@media screen and (max-width: 767px) {
  .c__slide-nav .btn-prev,
  .c__slide-nav .btn-next {
    height: 50px;
    width: 50px;
  }
}
@media screen and (min-width: 768px) {
  .c__slide-nav .btn-prev,
  .c__slide-nav .btn-next {
    height: clamp(44px, 3.4375vw, 66px);
    width: clamp(44px, 3.4375vw, 66px);
  }
  .c__slide-nav .btn-prev:hover,
  .c__slide-nav .btn-next:hover {
    background-color: #DAD2C5;
  }
}
.c__slide-nav .btn-prev {
  transform: rotate(180deg);
}
.c__slide-nav.-a2 .btn-prev,
.c__slide-nav.-a2 .btn-next {
  background-color: #BFB9B4;
  background-image: url("/assets/images/icons/wht_chevron.svg");
}
.c__slide-nav.-a2 .btn-prev:hover,
.c__slide-nav.-a2 .btn-next:hover {
  background-color: #9D8632;
}
.c__slide-nav.-small .btn-prev,
.c__slide-nav.-small .btn-next {
  height: 32px;
  width: 32px;
  background-size: 20px;
}

.c__member-list {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c__member-list {
    margin-top: 30px;
    padding: 0 100px;
  }
}
@media screen and (min-width: 768px) {
  .c__member-list {
    margin-top: 3.125vw;
    padding: 0 10vw;
  }
}
.c__member-list ul {
  margin-top: 1px;
}
.c__member-list ul li {
  height: auto;
}
@media screen and (max-width: 767px) {
  .c__member-list ul li {
    width: 184px;
  }
}
@media screen and (min-width: 768px) {
  .c__member-list ul li {
    width: 362px;
  }
}
.c__member-list ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c__member-list ul li:hover .portrait img {
    opacity: 0.7;
  }
}
.c__member-list .portrait {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #000000;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #9D8632;
}
@media screen and (max-width: 767px) {
  .c__member-list .portrait {
    border: solid 5px #FFFFFF;
  }
}
@media screen and (min-width: 768px) {
  .c__member-list .portrait {
    border: solid 0.6770833333vw #FFFFFF;
  }
}
.c__member-list .portrait img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.c__member-list .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .c__member-list .txt {
    gap: 10px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .c__member-list .txt {
    gap: 1.0416666667vw;
    margin-top: 3.125vw;
  }
}
.c__member-list .txt .role {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c__member-list .txt .role {
    gap: 5px;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 768px) {
  .c__member-list .txt .role {
    gap: 1.3020833333vw;
    font-size: clamp(12px, 0.9375vw, 18px);
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.c__member-list .txt .name-en {
  font-family: "Viaoda Libre", serif;
  font-weight: 400;
  font-style: normal;
  color: #452705;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0.2em;
}
@media screen and (max-width: 767px) {
  .c__member-list .txt .name-en {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) {
  .c__member-list .txt .name-en {
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
.c__member-list .txt .name-ja {
  margin-right: -0.155em;
}
@media screen and (max-width: 767px) {
  .c__member-list .txt .name-ja {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.31em;
  }
}
@media screen and (min-width: 768px) {
  .c__member-list .txt .name-ja {
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 1.5;
    letter-spacing: 0.31em;
  }
}
@media screen and (max-width: 767px) {
  .c__member-list .detail {
    margin: 40px 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .c__member-list .detail {
    margin: 2.0833333333vw 0.5vw auto;
  }
}
.c__member-list .tag {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c__member-list .tag {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c__member-list .tag {
    margin-top: 3.125vw;
  }
}
@media screen and (min-width: 768px) {
  .c__member-list .c__slide-nav {
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  .c__member-list:hover .c__slide-nav {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  .c__member-list .c__slide-nav {
    display: none;
  }
}
.c__member-list .c__slide-nav .btn-prev,
.c__member-list .c__slide-nav .btn-next {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c__member-list .c__slide-nav .btn-prev,
  .c__member-list .c__slide-nav .btn-next {
    top: calc(50% - 25px);
  }
}
@media screen and (min-width: 768px) {
  .c__member-list .c__slide-nav .btn-prev,
  .c__member-list .c__slide-nav .btn-next {
    top: calc(50% - 33px);
  }
}
.c__member-list .c__slide-nav .btn-prev {
  left: 30px;
}
.c__member-list .c__slide-nav .btn-next {
  right: 30px;
}

.c__media-list {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c__media-list {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .c__media-list {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .c__media-list .list {
    padding: 0 50px;
  }
}
@media screen and (min-width: 768px) {
  .c__media-list .list {
    padding: 0 5vw;
  }
}
.c__media-list .list ul li {
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c__media-list .list ul li {
    background-color: #000000;
  }
  .c__media-list .list ul li:hover .pct {
    opacity: 0.4;
  }
  .c__media-list .list ul li:hover .txt {
    visibility: visible;
    opacity: 1;
  }
}
.c__media-list .list .pct {
  width: 100%;
  height: auto;
  aspect-ratio: 254/340;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .c__media-list .list .pct {
    transition: 0.3s;
  }
}
.c__media-list .list .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .c__media-list .list .txt {
    margin-top: 20px;
    gap: 5px;
  }
  .c__media-list .list .txt .date {
    font-size: 10px;
    line-height: 1.7;
    letter-spacing: 0.2em;
  }
  .c__media-list .list .txt .name {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .c__media-list .list .txt .volume {
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) {
  .c__media-list .list .txt {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    gap: 15px;
    color: #FFFFFF;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }
  .c__media-list .list .txt .date {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.22em;
  }
  .c__media-list .list .txt .name {
    font-size: clamp(16px, 1.6666666667vw, 32px);
    line-height: 1.5;
    letter-spacing: 0.22em;
  }
  .c__media-list .list .txt .volume {
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 1.5;
    letter-spacing: 0.22em;
  }
}
@media screen and (min-width: 768px) {
  .c__media-list .list .c__slide-nav {
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  .c__media-list .list:hover .c__slide-nav {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  .c__media-list .list .c__slide-nav {
    display: none;
  }
}
.c__media-list .list .c__slide-nav .btn-prev,
.c__media-list .list .c__slide-nav .btn-next {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c__media-list .list .c__slide-nav .btn-prev,
  .c__media-list .list .c__slide-nav .btn-next {
    top: calc(50% - 25px);
  }
}
@media screen and (min-width: 768px) {
  .c__media-list .list .c__slide-nav .btn-prev,
  .c__media-list .list .c__slide-nav .btn-next {
    top: calc(50% - 33px);
  }
}
.c__media-list .list .c__slide-nav .btn-prev {
  left: 30px;
}
.c__media-list .list .c__slide-nav .btn-next {
  right: 30px;
}
.c__media-list .popup {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
  background-color: #FAF8F6;
  overflow: scroll;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .c__media-list .popup {
    top: 55px;
    margin-top: calc((100vh - 55px) / 2);
    transform: translateY(-50%);
    width: calc(100% - 40px);
    padding: 20px;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .c__media-list .popup {
    top: 0;
    bottom: 0;
    width: 70vw;
    min-width: calc(100vw - 320px);
    padding: 2.6041666667vw;
  }
}
.c__media-list .popup.--show {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c__media-list .popup .e__close-btn {
    position: absolute;
    z-index: 1;
  }
}
.c__media-list .popup__cnts {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c__media-list .popup__cnts {
    flex-direction: column;
  }
}
.c__media-list .popup__cnts .cnt {
  display: flex;
  width: 100%;
  max-height: 100%;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .c__media-list .popup__cnts .cnt {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .c__media-list .popup__cnts .cnt {
    position: absolute;
    gap: 5.2083333333vw;
  }
}
.c__media-list .popup__cnts .cnt.--selected {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c__media-list .popup__cnts .cnt.--selected {
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .c__media-list .popup__cnts .txt {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c__media-list .popup__cnts .txt {
    margin-top: 4.1666666667vw;
    margin-right: auto;
  }
}
.c__media-list .popup__cnts .txt .date {
  display: block;
}
@media screen and (max-width: 767px) {
  .c__media-list .popup__cnts .txt .date {
    font-size: 8px;
    line-height: 1.5;
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 768px) {
  .c__media-list .popup__cnts .txt .date {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.2em;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .c__media-list .popup__cnts .txt .name {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 768px) {
  .c__media-list .popup__cnts .txt .name {
    font-size: clamp(20px, 2.0833333333vw, 40px);
    line-height: 1.5;
    letter-spacing: 0.15em;
  }
}
.c__media-list .popup__cnts .txt .volume {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .c__media-list .popup__cnts .txt .volume {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 768px) {
  .c__media-list .popup__cnts .txt .volume {
    font-size: clamp(16px, 1.6666666667vw, 32px);
    line-height: 1.5;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 767px) {
  .c__media-list .popup__cnts .txt .e__prg {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .c__media-list .popup__cnts .txt .e__prg {
    margin-top: 1.5625vw;
  }
}
.c__media-list .popup__cnts .pct {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c__media-list .popup__cnts .pct {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .c__media-list .popup__cnts .pct {
    flex: 0 0 auto;
    width: 50%;
    height: auto;
    max-height: 100%;
  }
}
.c__media-list .popup .c__slide-nav {
  visibility: visible;
  opacity: 1;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c__media-list .popup .c__slide-nav {
    gap: 15px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c__media-list .popup .c__slide-nav {
    position: absolute;
    bottom: 50px;
    gap: 45px;
    width: calc(100% - 100px);
  }
}

.c__panel-table {
  background-color: #F2F1F1;
}
@media screen and (max-width: 767px) {
  .c__panel-table {
    padding: 40px 30px;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table {
    padding: 3.125vw 6.25vw 4.1666666667vw;
  }
}
.c__panel-table .table-name {
  color: #452705;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c__panel-table .table-name {
    margin-bottom: 15px;
  }
}
.c__panel-table .table-name.e__ttl {
  letter-spacing: 0.15em;
}
.c__panel-table .rows .row {
  display: block;
}
@media screen and (max-width: 767px) {
  .c__panel-table .cols {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table .cols {
    display: flex;
    flex-direction: column;
  }
  .c__panel-table .cols .col {
    flex: 1;
  }
}
@media screen and (min-width: 1280px) {
  .c__panel-table .cols {
    flex-direction: row;
  }
}
.c__panel-table .cols .separator {
  background-color: #6C5235;
}
@media screen and (max-width: 767px) {
  .c__panel-table .cols .separator {
    height: 1px;
    margin: 0 25px;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table .cols .separator {
    width: 1px;
    margin: 0 2.6041666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table .cols.-menu .separator {
    display: block;
    margin-bottom: 6.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .c__panel-table .cols.-menu .separator {
    margin: 0 1.8229166667vw;
    background-color: rgba(108, 82, 53, 0.2);
  }
}
.c__panel-table .grid {
  display: grid;
}
@media screen and (max-width: 767px) {
  .c__panel-table .grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table .grid {
    grid-template-columns: repeat(2, calc(50% - 2.6041666667vw));
    gap: 0 5.2083333333vw;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table .grid {
    margin-top: 3.6458333333vw;
  }
  .c__panel-table .grid .grp {
    position: relative;
  }
  .c__panel-table .grid .grp:nth-child(even)::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1.8229166667vw;
    width: 1px;
    height: calc(100% + 1px);
    background-color: #6C5235;
  }
  .c__panel-table .grid .grp:nth-child(1), .c__panel-table .grid .grp:nth-child(2) {
    border-top: none !important;
    padding-top: 0 !important;
  }
  .c__panel-table .grid .grp:nth-last-child(1), .c__panel-table .grid .grp:nth-last-child(2) {
    padding-bottom: 0 !important;
  }
  .c__panel-table .grid .grp + .grp {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c__panel-table .grid.-menu {
    gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table .grid.-menu {
    grid-template-columns: repeat(2, calc(50% - 1.8229166667vw));
    gap: 0 3.6458333333vw;
  }
  .c__panel-table .grid.-menu .grp:nth-child(even)::before {
    background-color: rgba(108, 82, 53, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .c__panel-table .grp + .grp {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c__panel-table .grp .e__prg {
    font-weight: 600;
  }
}
.c__panel-table .grp-name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #452705;
}
@media screen and (max-width: 767px) {
  .c__panel-table .grp-name {
    gap: 25px;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table .grp-name {
    gap: 2.0833333333vw;
  }
}
.c__panel-table .grp-name.e__ttl {
  letter-spacing: 0.2em;
}
.c__panel-table .grp-name::after {
  content: "";
  flex: 1 1 auto;
  display: block;
  height: 1px;
  background-color: #452705;
}
@media screen and (max-width: 767px) {
  .c__panel-table .grp-name + .e__prg {
    margin-top: 25px;
  }
  .c__panel-table .grp-name + .sub-name {
    margin-top: 30px;
  }
  .c__panel-table .grp-name + .sub-name + .e__prg {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table .grp-name + .e__prg {
    margin-top: 2.6041666667vw;
  }
  .c__panel-table .grp-name + .sub-name {
    margin-top: 2.0833333333vw;
  }
  .c__panel-table .grp-name + .sub-name + .e__prg {
    margin-top: 2.0833333333vw;
  }
}
.c__panel-table .sub-name {
  display: flex;
  align-items: baseline;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c__panel-table .sub-name {
    gap: 15px;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table .sub-name {
    gap: 1.0416666667vw;
  }
}
.c__panel-table .sub-name.e__ttl {
  letter-spacing: 0.2em;
}
.c__panel-table .sub-name > span:first-child {
  margin-right: auto;
}
.c__panel-table .sub-name .price {
  flex: 1;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  flex-wrap: wrap;
  letter-spacing: 0.1em;
}
.c__panel-table .sub-name .price .val {
  flex: 0 0 auto;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .c__panel-table .sub-name .price .val .num {
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table .sub-name .price .val .num {
    font-size: clamp(16px, 1.6666666667vw, 32px);
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
.c__panel-table .sub-name .price .cap {
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .c__panel-table .sub-name + .e__prg {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table .sub-name + .e__prg {
    margin-top: 1.5625vw;
  }
}
.c__panel-table .more-btn {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c__panel-table .more-btn {
    margin: 45px 0;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table .more-btn {
    margin: 3.6458333333vw 0;
  }
}
.c__panel-table .more-cnt {
  transition: 1s ease-in-out;
  height: 0;
  overflow: hidden;
}
.c__panel-table .more-cnt .container {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c__panel-table.-plan .grp-name {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.2em;
  }
}
.c__panel-table.-plan .table-name {
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .c__panel-table.-plan .table-name {
    margin-top: 3.125vw;
    margin-bottom: 0.78125vw;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table.-plan.-host {
    padding-bottom: 1.5625vw;
  }
}
.c__panel-table.-plan.-host .styles {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c__panel-table.-plan.-host .styles {
    flex-direction: column;
    gap: 20px;
    margin: 80px 0;
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table.-plan.-host .styles {
    gap: 1.5625vw;
    margin: 6.7708333333vw 0;
  }
}
.c__panel-table.-plan.-host .styles .style-grp {
  background-color: #FAF8F6;
}
@media screen and (max-width: 767px) {
  .c__panel-table.-plan.-host .styles .style-grp {
    padding: 15px;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table.-plan.-host .styles .style-grp {
    display: flex;
    flex-direction: column;
    flex: 1 1 calc(50% - 1.5625vw / 2);
    padding: 1.5625vw;
  }
}
.c__panel-table.-plan.-host .styles .style-ttl {
  color: #452705;
}
@media screen and (max-width: 767px) {
  .c__panel-table.-plan.-host .styles .style-ttl .title-grp {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table.-plan.-host .styles .style-ttl .title-grp {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c__panel-table.-plan.-host .styles .style-ttl .title {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.13em;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table.-plan.-host .styles .style-ttl .title {
    font-size: clamp(16px, 1.6666666667vw, 32px);
    line-height: 1.2;
    letter-spacing: 0.13em;
  }
}
.c__panel-table.-plan.-host .styles .style-ttl .sub-title {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c__panel-table.-plan.-host .styles .style-ttl .sub-title {
    font-size: 10px;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table.-plan.-host .styles .style-ttl .sub-title {
    font-size: clamp(13.3333333333px, 1.0416666667vw, 20px);
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 767px) {
  .c__panel-table.-plan.-host .styles .style-ttl .sub-title.-large {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table.-plan.-host .styles .style-ttl .sub-title.-large {
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
}
.c__panel-table.-plan.-host .styles .style-ttl .price {
  align-items: baseline;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c__panel-table.-plan.-host .styles .style-ttl .price {
    display: flex;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0em;
    margin-top: 0.75em;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table.-plan.-host .styles .style-ttl .price {
    display: inline-flex;
    font-size: clamp(13.3333333333px, 1.0416666667vw, 20px);
    line-height: 1;
    letter-spacing: 0em;
  }
}
.c__panel-table.-plan.-host .styles .style-ttl .price .val {
  margin-right: 0.25em;
}
@media screen and (max-width: 767px) {
  .c__panel-table.-plan.-host .styles .style-ttl .price .val {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.13em;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table.-plan.-host .styles .style-ttl .price .val {
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 1;
    letter-spacing: 0.13em;
  }
}
.c__panel-table.-plan.-host .styles .style-ttl .price .val::before {
  content: "¥";
  margin-right: 0.25em;
}
@media screen and (max-width: 767px) {
  .c__panel-table.-plan.-host .styles .style-ttl .price .val::before {
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table.-plan.-host .styles .style-ttl .price .val::before {
    font-size: clamp(13.3333333333px, 1.0416666667vw, 20px);
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) {
  .c__panel-table.-plan.-host .styles .description,
  .c__panel-table.-plan.-host .styles .note {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table.-plan.-host .styles .description,
  .c__panel-table.-plan.-host .styles .note {
    margin-top: 1.5625vw;
    margin-bottom: auto;
  }
}
.c__panel-table.-plan.-host .styles .description .caption,
.c__panel-table.-plan.-host .styles .note .caption {
  display: block;
  margin-top: 10px;
}
.c__panel-table.-plan.-host .styles .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
@media screen and (max-width: 767px) {
  .c__panel-table.-plan.-host .styles .tags {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table.-plan.-host .styles .tags {
    margin-top: 1.5625vw;
  }
}
.c__panel-table.-plan.-host .styles .tags .e__caption {
  color: #9D8632;
}
@media screen and (max-width: 767px) {
  .c__panel-table.-plan.-host .host-option.rows .grp-name {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c__panel-table.-plan.-host .host-option.rows .grp + .grp {
    border-top: 1px solid rgba(108, 82, 53, 0.2);
    margin-top: 25px;
    padding-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table.-plan.-host .host-option.rows .grp {
    padding: 2.6041666667vw 0;
  }
  .c__panel-table.-plan.-host .host-option.rows .grp:not(:first-child) {
    border-top: 1px solid rgba(108, 82, 53, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .c__panel-table.-plan.-host .host-option.rows .cols {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c__panel-table.-plan.-host .business-trip.rows,
  .c__panel-table.-plan.-host .nomination.rows {
    margin-top: 55px;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table.-plan.-host .business-trip.rows,
  .c__panel-table.-plan.-host .nomination.rows {
    margin-top: 3.3854166667vw;
  }
}
@media screen and (max-width: 767px) {
  .c__panel-table.-plan.-host .business-trip.rows .grp-name,
  .c__panel-table.-plan.-host .nomination.rows .grp-name {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c__panel-table.-plan.-host .business-trip.rows .grp + .grp,
  .c__panel-table.-plan.-host .nomination.rows .grp + .grp {
    margin-top: 25px;
    padding-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table.-plan.-host .business-trip.rows .grp,
  .c__panel-table.-plan.-host .nomination.rows .grp {
    padding: 3.3854166667vw 0;
  }
}
.c__panel-table.-plan.-host .business-trip.rows .grp + .grp,
.c__panel-table.-plan.-host .nomination.rows .grp + .grp {
  border-top: 1px solid rgba(108, 82, 53, 0.2);
}
@media screen and (max-width: 767px) {
  .c__panel-table.-plan.-guest .guest-option.rows {
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table.-plan.-guest .guest-option.rows {
    margin-top: 3.6458333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c__panel-table.-plan.-guest .guest-option.rows .grp {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table.-plan.-guest .guest-option.rows .grp {
    margin-top: 2.6041666667vw;
  }
}
.c__panel-table.-plan.-guest .guest-option.rows .grp + .grp {
  border-top: 1px solid rgba(108, 82, 53, 0.2);
}
@media screen and (max-width: 767px) {
  .c__panel-table.-plan.-guest .guest-option.rows .grp + .grp {
    padding-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table.-plan.-guest .guest-option.rows .grp + .grp {
    padding-top: 2.6041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c__panel-table.-plan.-guest .guest-option.rows .row + .row {
    padding-top: 70px;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table.-plan.-guest .guest-option.rows .row + .row .col {
    padding-top: 6.7708333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c__panel-table.-plan.-guest .guest-option.rows .cols {
    gap: 35px;
  }
  .c__panel-table.-plan.-guest .guest-option.rows .cols .separator {
    height: 0;
  }
}
@media screen and (max-width: 767px) {
  .c__panel-table.-option .table-name {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table.-option .table-name {
    margin-top: 3.125vw;
    margin-bottom: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .c__panel-table.-option.-photograph .photo-option.rows {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table.-option.-photograph .photo-option.rows {
    margin-top: 3.6458333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c__panel-table.-option.-photograph .photo-option.rows .grp {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table.-option.-photograph .photo-option.rows .grp {
    margin-top: 2.6041666667vw;
  }
}
.c__panel-table.-option.-photograph .photo-option.rows .grp + .grp {
  border-top: 1px solid rgba(108, 82, 53, 0.2);
}
@media screen and (max-width: 767px) {
  .c__panel-table.-option.-photograph .photo-option.rows .grp + .grp {
    padding-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table.-option.-photograph .photo-option.rows .grp + .grp {
    padding-top: 2.6041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c__panel-table.-option.-photograph .photo-option.rows .row + .row {
    margin-top: 60px;
  }
  .c__panel-table.-option.-photograph .photo-option.rows .cols {
    gap: 30px;
  }
  .c__panel-table.-option.-photograph .photo-option.rows .cols .separator {
    height: 0;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table.-option.-photograph .photo-option.rows .row + .row .col {
    padding-top: 6.7708333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c__panel-table.-confirmation {
    background-color: #FAF8F6;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table.-confirmation {
    padding-top: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .c__panel-table.-confirmation .table-name {
    margin-bottom: 25px;
    letter-spacing: 0.15em;
    margin-left: 0.15em;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table.-confirmation .table-name {
    margin-bottom: 3.125vw;
    letter-spacing: 0.4em;
    margin-left: 0.4em;
  }
}
@media screen and (max-width: 767px) {
  .c__panel-table.-confirmation .separator {
    display: none;
  }
  .c__panel-table.-confirmation .cols {
    gap: 25px;
  }
  .c__panel-table.-confirmation .e__prg {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.2em;
  }
  .c__panel-table.-confirmation .grp + .grp {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  .c__panel-table.-confirmation .rows {
    margin: 0 1.5625vw;
  }
  .c__panel-table.-confirmation .grp + .grp {
    margin-top: 2.6041666667vw;
  }
}

.c__to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c__to-top {
    display: none;
  }
}
.c__to-top .btn-to-top::after {
  transform: rotate(-90deg);
}

.e__logo {
  transition: opacity 0.3s ease-out;
}
.e__logo:hover {
  opacity: 0.3;
}
.e__logo.--invert {
  filter: saturate(0%) invert(100%) brightness(200%);
}

.e__ttl {
  color: #452705;
}
@media screen and (max-width: 767px) {
  .e__ttl.-sm1 {
    font-size: 28px;
    line-height: 1em;
    letter-spacing: 0em;
  }
  .e__ttl.-sm2 {
    font-size: 24px;
    line-height: 1em;
    letter-spacing: 0em;
  }
  .e__ttl.-sm3 {
    font-size: 18px;
    line-height: 1.7em;
    letter-spacing: 0em;
  }
  .e__ttl.-sm4 {
    font-size: 14px;
    line-height: 1.7em;
    letter-spacing: 0em;
  }
  .e__ttl.-sm5 {
    font-size: 12px;
    line-height: 1.7em;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 768px) {
  .e__ttl.-md1 {
    font-size: clamp(32px, 3.3333333333vw, 64px);
    line-height: 1em;
    letter-spacing: 0em;
  }
  .e__ttl.-md2 {
    font-size: clamp(24px, 2.5vw, 48px);
    line-height: 1em;
    letter-spacing: 0em;
  }
  .e__ttl.-md3 {
    font-size: clamp(16px, 1.6666666667vw, 32px);
    line-height: 1.7em;
    letter-spacing: 0em;
  }
  .e__ttl.-md4 {
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 1.7em;
    letter-spacing: 0em;
  }
  .e__ttl.-md5 {
    font-size: clamp(13.3333333333px, 1.0416666667vw, 20px);
    line-height: 1.7em;
    letter-spacing: 0em;
  }
}
.e__ttl.-en {
  font-family: "Viaoda Libre", serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .e__prg {
    font-size: 10px;
    line-height: 1.7em;
    letter-spacing: 0.13em;
  }
}
@media screen and (min-width: 768px) {
  .e__prg.-md1 {
    font-size: clamp(12px, 0.9375vw, 18px);
    line-height: 1.7em;
    letter-spacing: 0.13em;
  }
  .e__prg.-md2 {
    font-size: clamp(12px, 0.8333333333vw, 16px);
    line-height: 1.7em;
    letter-spacing: 0.13em;
  }
  .e__prg.-md3 {
    font-size: clamp(12px, 0.6770833333vw, 13px);
    line-height: 1.7em;
    letter-spacing: 0.13em;
  }
}
.e__prg.-bold {
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-style: normal;
}
.e__prg.-center {
  text-align: center;
}
.e__prg.-lh10 {
  line-height: 1;
}
.e__prg.-lh11 {
  line-height: 1.1;
}
.e__prg.-lh12 {
  line-height: 1.2;
}
.e__prg.-lh13 {
  line-height: 1.3;
}
.e__prg.-lh14 {
  line-height: 1.4;
}
.e__prg.-lh15 {
  line-height: 1.5;
}
.e__prg.-lh16 {
  line-height: 1.6;
}
.e__prg.-lh17 {
  line-height: 1.7;
}
.e__prg.-lh18 {
  line-height: 1.8;
}
.e__prg.-lh19 {
  line-height: 1.9;
}
.e__prg.-lh20 {
  line-height: 2;
}
.e__prg.-ls13 {
  letter-spacing: 0.13em;
}
.e__prg.-ls26 {
  letter-spacing: 0.26em;
}
.e__prg.-ls39 {
  letter-spacing: 0.39em;
}

@media screen and (max-width: 767px) {
  .e__caption {
    font-size: 10px;
    line-height: 1.7em;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 768px) {
  .e__caption {
    font-size: 0.9375vw;
    line-height: 1.7;
    letter-spacing: 0.13em;
  }
  .e__caption.-md-lg {
    font-size: clamp(12px, 0.7291666667vw, 14px);
    line-height: 1.7em;
    letter-spacing: 0em;
  }
}
.e__caption.-center {
  text-align: center;
}
.e__caption.-gld {
  color: #9D8632;
}

.e__txt-lnk {
  text-decoration: underline;
  transition: 0.3s;
}
.e__txt-lnk:hover {
  color: #452705;
}

.e__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #452705;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.3s background;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .e__btn {
    gap: 28px;
    height: 24px;
    padding: 0 12px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 768px) {
  .e__btn {
    gap: 14px;
    height: 38px;
    padding: 0 20px;
    font-size: clamp(12px, 0.8333333333vw, 16px);
    line-height: 1;
    letter-spacing: 0.2em;
  }
}
.e__btn:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}
.e__btn::after {
  content: "";
  display: block;
  border-radius: 50%;
  overflow: hidden;
  background: url("../images/icons/wht_chevron.svg") no-repeat center;
  background-size: 100%;
  background-color: #9D8632;
}
@media screen and (max-width: 767px) {
  .e__btn::after {
    width: 12px;
    height: 12px;
  }
}
@media screen and (min-width: 768px) {
  .e__btn::after {
    width: 14px;
    height: 14px;
  }
}
.e__btn.-primary {
  color: #FFFFFF;
  background-color: #AC9D6E;
}
.e__btn.-primary::after {
  background-color: #FFFFFF;
  background-image: url("../images/icons/gld_chevron.svg");
}
.e__btn.-primary:hover {
  background-color: rgb(146.9078947368, 131.7105263158, 84.0921052632);
}
.e__btn.-secondary {
  color: #FFFFFF;
  background-color: #BFB9B4;
}
.e__btn.-secondary:hover {
  background-color: rgb(179.2589928058, 172.1582733813, 166.2410071942);
}
.e__btn.-tertiary {
  color: #9D8632;
  border: solid 1px #9D8632;
}
.e__btn.-tertiary:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}
.e__btn.-transparent {
  color: #FFFFFF;
  background-color: transparent;
  border: solid 1px #FFFFFF;
}
.e__btn.-transparent::after {
  background-color: #FFFFFF;
  background-image: url("../images/icons/gld_chevron.svg");
}
.e__btn.-arrow-down::after {
  transform: rotate(90deg);
}
.e__btn.-plus::after {
  background-image: url("../images/icons/gld_plus.svg");
  background-size: 8px 8px;
}
.e__btn.-minus::after {
  background-image: url("../images/icons/gld_minus.svg");
  background-size: 8px 8px;
}
@media screen and (min-width: 768px) {
  .e__btn.-md-large {
    min-width: 215px;
    height: 60px;
    gap: 60px;
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 1;
    letter-spacing: 0.2em;
  }
  .e__btn.-md-large::after {
    width: 26px;
    height: 26px;
  }
  .e__btn.-md-x-large {
    min-width: 240px;
    gap: 80px;
    height: 80px;
    padding: 0 45px;
    font-size: clamp(17px, 1.7708333333vw, 34px);
    line-height: 1;
    letter-spacing: 0.2em;
  }
  .e__btn.-md-x-large::after {
    width: 32px;
    height: 32px;
    background-size: 28px 28px;
  }
}
@media screen and (max-width: 767px) {
  .e__btn.-sm-large {
    gap: 35px;
    height: 30px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.2em;
    padding: 0 16px;
  }
  .e__btn.-sm-large::after {
    width: 16px;
    height: 16px;
  }
  .e__btn.-sm-x-large {
    gap: 35px;
    height: 38px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.2em;
    padding: 0 16px;
  }
  .e__btn.-sm-x-large::after {
    width: 20px;
    height: 20px;
    background-size: 10px 10px;
  }
}

.e__close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.e__close-btn::before, .e__close-btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
}
.e__close-btn::before {
  transform: rotate(45deg) translateY(1px);
}
.e__close-btn::after {
  transform: rotate(-45deg) translateY(-1px);
}
.e__close-btn.-small {
  width: 15px;
  height: 15px;
}
.e__close-btn.-small::before, .e__close-btn.-small::after {
  height: 1px;
}
.e__close-btn.-wht::before, .e__close-btn.-wht::after {
  background-color: #FFFFFF;
}
.e__close-btn.-a1::before, .e__close-btn.-a1::after {
  background-color: #9D8632;
}
.e__close-btn.-t3::before, .e__close-btn.-t3::after {
  background-color: #816F6F;
}

.e__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .e__tag {
    height: 20px;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.15em;
    padding: 0 10px 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .e__tag {
    height: 44px;
    font-size: clamp(12px, 0.8333333333vw, 16px);
    line-height: 1.2;
    letter-spacing: 0.15em;
    padding: 0 25px 0.1em;
  }
}
.e__tag.-primary {
  color: #FFFFFF;
  background-color: #9D8632;
}
.e__tag.-secondary {
  color: #452705;
  background-color: #F2F1F1;
  border-style: solid;
  border-color: #BFB9B4;
}
@media screen and (max-width: 767px) {
  .e__tag.-secondary {
    border-width: 1px;
  }
}
@media screen and (min-width: 768px) {
  .e__tag.-secondary {
    border-width: 3px;
  }
}
.e__tag.-tertiary {
  color: #452705;
  background-color: #FFFFFF;
  border-style: solid;
  border-color: #BFB9B4;
}
@media screen and (max-width: 767px) {
  .e__tag.-tertiary {
    border-width: 1px;
  }
}
@media screen and (min-width: 768px) {
  .e__tag.-tertiary {
    border-width: 3px;
  }
}
@media screen and (min-width: 768px) {
  .e__tag.-md-xs {
    height: 30px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: clamp(12px, 0.8333333333vw, 16px);
    line-height: 1;
    letter-spacing: 0.15em;
    border-width: 1px;
  }
  .e__tag.-md-s {
    height: 38px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: clamp(12px, 0.8333333333vw, 16px);
    line-height: 1;
    letter-spacing: 0.15em;
  }
  .e__tag.-md-xl {
    height: 78px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: clamp(20px, 2.0833333333vw, 40px);
    line-height: 1;
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 768px) {
  .e__tag .add {
    font-size: clamp(12px, 0.8333333333vw, 16px);
    line-height: 1;
    letter-spacing: 0.2em;
  }
}

.e__nominate-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: solid 1px #6C5235;
  font-weight: 500;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .e__nominate-tag {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.2em;
    padding: 7px 14px;
  }
}
@media screen and (min-width: 768px) {
  .e__nominate-tag {
    font-size: clamp(12px, 0.9375vw, 18px);
    line-height: 1.7em;
    letter-spacing: 0.13em;
    padding: 10px 20px;
  }
}
.e__nominate-tag::before {
  content: "";
  display: block;
  width: 15px;
  height: 20px;
  background-color: #fff;
  background: url("../images/icons/nominate.svg") no-repeat;
  background-size: contain;
}

.e__field {
  display: block;
  width: 100%;
  padding: 1em 1.2em;
  background-color: #FFFFFF;
  border: none;
}
@media screen and (max-width: 767px) {
  .e__field {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.13em;
  }
}
@media screen and (min-width: 768px) {
  .e__field {
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 1.6;
    letter-spacing: 0.13em;
  }
}
.e__field.-textarea {
  height: 19.2em;
}
.e__field.--disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

.e__radio {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .e__radio {
    gap: 15px;
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.26em;
  }
}
@media screen and (min-width: 768px) {
  .e__radio {
    gap: 1.5625vw;
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 1.6;
    letter-spacing: 0.26em;
  }
}
.e__radio.--disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.e__radio input {
  position: absolute;
  z-index: 0;
  opacity: 0;
  margin: 12px;
}
.e__radio i {
  display: block;
  border-radius: 50%;
  transition: 0.3s;
  background-color: #FFFFFF;
  border-style: solid;
  border-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .e__radio i {
    flex: 0 0 26px;
    aspect-ratio: 1/1;
    border-width: 7px;
  }
}
@media screen and (min-width: 768px) {
  .e__radio i {
    flex: 0 0 37px;
    aspect-ratio: 1/1;
    border-width: 10px;
  }
}
.e__radio input:checked + i {
  background-color: #9D8632;
}
.e__radio.-gray i {
  border-color: #D9D9D9;
  background-color: #D9D9D9;
}
@media screen and (max-width: 767px) {
  .e__radio .txt .radio-caption {
    font-size: 10px;
    line-height: 1.7;
    letter-spacing: 0.26em;
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .e__radio .txt .radio-caption {
    font-size: clamp(12px, 0.8333333333vw, 16px);
    line-height: 1.7em;
    letter-spacing: 0.13em;
  }
}

.e__check {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .e__check {
    gap: 15px;
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.26em;
  }
}
@media screen and (min-width: 768px) {
  .e__check {
    gap: 30px;
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 1.6;
    letter-spacing: 0.26em;
  }
}
.e__check.--disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.e__check input {
  position: absolute;
  z-index: 0;
  opacity: 0;
  margin: 12px;
}
.e__check i {
  position: relative;
}
.e__check i::before {
  content: "";
  display: block;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .e__check i::before {
    width: 26px;
    height: 26px;
  }
}
@media screen and (min-width: 768px) {
  .e__check i::before {
    width: 37px;
    height: 37px;
  }
}
.e__check i::after {
  content: "";
  position: absolute;
  display: block;
  background: url("/assets/images/icons/checkmark.svg") no-repeat center;
  background-size: contain;
  transition: 0.3s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .e__check i::after {
    top: 5px;
    left: 3px;
    width: 20px;
    height: 15px;
  }
}
@media screen and (min-width: 768px) {
  .e__check i::after {
    top: 0;
    left: 10px;
    width: 36px;
    height: 25px;
  }
}
.e__check input:checked + i::after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .e__check .txt .check-caption {
    font-size: 10px;
    line-height: 1.7;
    letter-spacing: 0.26em;
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .e__check .txt .check-caption {
    font-size: clamp(12px, 0.8333333333vw, 16px);
    line-height: 1.7em;
    letter-spacing: 0.13em;
  }
}
.e__check.-gray i::before {
  background-color: #D9D9D9;
}

.e__textarea {
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
}
.e__textarea textarea {
  background-color: transparent;
}
.e__textarea .placeholder {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  color: #BDB8B8;
}
@media screen and (max-width: 767px) {
  .e__textarea .placeholder {
    font-size: 10px;
    line-height: 1.7em;
    letter-spacing: 0.13em;
    padding: 10px 12px;
  }
}
@media screen and (min-width: 768px) {
  .e__textarea .placeholder {
    font-size: clamp(12px, 0.9375vw, 18px);
    line-height: 1.7em;
    letter-spacing: 0.13em;
    padding: 18px 22px;
  }
}
.e__textarea .placeholder.hidden {
  display: none;
}

.e__symbol {
  position: relative;
}
.e__symbol img {
  filter: invert(93%) sepia(5%) saturate(308%) hue-rotate(345deg) brightness(81%) contrast(88%);
}
@media screen and (max-width: 767px) {
  .e__symbol img {
    width: 22px;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .e__symbol img {
    width: 2.7083333333vw;
    height: auto;
  }
}
.e__symbol::before, .e__symbol::after {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
}
.e__symbol::before {
  background-image: url("/assets/images/icons/sparkle_1.png");
}
@media screen and (max-width: 767px) {
  .e__symbol::before {
    width: 8.5px;
    height: 7px;
    left: -10px;
    bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  .e__symbol::before {
    width: 0.8854166667vw;
    height: 0.7291666667vw;
    left: -1.3020833333vw;
    bottom: 0px;
  }
}
.e__symbol::after {
  background-image: url("/assets/images/icons/sparkle_2.png");
}
@media screen and (max-width: 767px) {
  .e__symbol::after {
    width: 4px;
    height: 9px;
    right: -5px;
    top: -5px;
  }
}
@media screen and (min-width: 768px) {
  .e__symbol::after {
    width: 0.5208333333vw;
    height: 1.09375vw;
    right: -0.5208333333vw;
    top: -0.5208333333vw;
  }
}
.e__symbol.-wht {
  filter: brightness(1000%);
}

.e__section-name {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 100vh;
  padding: 160px 0 max(12.5vw, 180px);
  background-color: #FFFFFF;
  transition: 0.5s;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .e__section-name {
    display: none;
  }
}
.e__section-name.--hidden {
  visibility: hidden;
  opacity: 0;
}
.e__section-name .txt {
  font-family: "Poly", serif;
  font-weight: 400;
  font-style: normal;
  writing-mode: tb-rl;
  transform: rotate(180deg);
  color: #816F6F;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.13em;
}

.e__slash {
  display: inline-block;
  height: 1px;
  width: 1em;
  background-color: #452705;
  transform: rotate(-54deg) translate(-1px, 1px);
  margin-left: 0.1em;
  margin-right: 0.2em;
  vertical-align: super;
}
.e__slash.-w {
  background-color: #FFFFFF;
}
.e__slash.-a1 {
  background-color: #9D8632;
}
.e__slash.-a2 {
  background-color: #BFB9B4;
}
.e__slash.-a3 {
  background-color: #F2F1F1;
}
.e__slash.-t1 {
  background-color: #452705;
}
.e__slash.-t2 {
  background-color: #6C5235;
}
.e__slash.-t3 {
  background-color: #816F6F;
}

@media screen and (max-width: 767px) {
  .l__inner {
    margin-left: 0vw;
    margin-right: 0vw;
  }
}
@media screen and (min-width: 768px) {
  .l__inner {
    margin-left: 160px;
    margin-right: 160px;
  }
}

.l__cols {
  display: flex;
}

@media screen and (max-width: 767px) {
  .m__header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    background-color: #FFFFFF;
    transition: 0.3s;
  }
  .m__header.--sm-transparent {
    color: #FFFFFF;
    background-color: transparent;
  }
  .m__header.--sm-transparent .nav-btn i::before, .m__header.--sm-transparent .nav-btn i::after {
    background-color: #FFFFFF;
  }
  .m__header.--sm-transparent .nav-btn span {
    color: #FFFFFF;
  }
}
.m__header .nav-btn {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .m__header .nav-btn {
    gap: 10px;
    width: 55px;
    height: 55px;
  }
}
@media screen and (min-width: 768px) {
  .m__header .nav-btn {
    position: fixed;
    left: 0;
    top: 0;
    gap: 18px;
    width: 160px;
    height: 160px;
  }
}
.m__header .nav-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.m__header .nav-btn i::before, .m__header .nav-btn i::after {
  content: "";
  display: block;
  transition: 0.3s;
  background-color: #816F6F;
}
@media screen and (max-width: 767px) {
  .m__header .nav-btn i {
    gap: 8px;
    transition: 0.3s;
  }
  .m__header .nav-btn i::before, .m__header .nav-btn i::after {
    width: 30px;
    height: 1px;
  }
}
@media screen and (min-width: 768px) {
  .m__header .nav-btn i {
    gap: 8px;
  }
  .m__header .nav-btn i::before, .m__header .nav-btn i::after {
    width: 36px;
    height: 2px;
  }
}
.m__header .nav-btn span {
  transition: 0.3s;
  color: #816F6F;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .m__header .nav-btn span {
    font-size: 9px;
    line-height: 1;
    letter-spacing: 0.15em;
    transition: 0.3s;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .m__header .nav-btn span {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.15em;
  }
}
.m__header .nav-btn:hover span {
  color: #452705;
}
.m__header .nav-btn:hover i::before, .m__header .nav-btn:hover i::after {
  background-color: #452705;
}
.m__header .nav-btn.-close-type span {
  color: transparent;
}
@media screen and (max-width: 767px) {
  .m__header .nav-btn.-close-type span {
    display: none;
  }
}
.m__header .nav-btn.-close-type i {
  gap: 0;
}
.m__header .nav-btn.-close-type i::before {
  transform: rotate(-45deg) translateY(0.5px);
}
.m__header .nav-btn.-close-type i::after {
  transform: rotate(45deg) translateY(-0.5px);
}
@media screen and (max-width: 767px) {
  .m__header .nav-btn.-close-type i::before, .m__header .nav-btn.-close-type i::after {
    width: 20px;
  }
}
.m__header .nav-btn.-wht span {
  color: #FFFFFF;
}
.m__header .nav-btn.-wht i::before, .m__header .nav-btn.-wht i::after {
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .m__header .sns-btn {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .m__header .sns-btn {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 160px;
    padding: 2.6041666667vw 1.5625vw;
    transition: opacity 0.3s ease-out, filter 1s ease-out;
    filter: brightness(1);
  }
  .m__header .sns-btn:hover {
    opacity: 0.3;
  }
  .m__header .sns-btn .txt {
    writing-mode: vertical-rl;
    color: #816F6F;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.13em;
    font-weight: 800;
    margin-bottom: 16px;
    margin-right: -0.3em;
  }
}
.m__header .sns-btn.-wht {
  filter: brightness(10);
}
@media screen and (max-width: 767px) {
  .m__header .cta-btns {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .m__header .cta-btns {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 20;
    width: 160px;
  }
}
.m__header .cta-btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #FFFFFF;
  font-weight: 500;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .m__header .cta-btns .btn {
    gap: 5px;
    width: 100px;
    height: 55px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.13em;
  }
}
@media screen and (min-width: 768px) {
  .m__header .cta-btns .btn {
    gap: 10px;
    height: max(6.25vw, 90px);
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.19em;
  }
}
.m__header .cta-btns .btn.-contact {
  background-color: #BFB9B4;
}
@media screen and (min-width: 768px) {
  .m__header .cta-btns .btn.-contact {
    border-bottom: solid 1px #FFFFFF;
  }
}
.m__header .cta-btns .btn.-contact:hover {
  background-color: rgb(167.5179856115, 159.3165467626, 152.4820143885);
}
.m__header .cta-btns .btn.-estimate {
  background-color: #9D8632;
}
.m__header .cta-btns .btn.-estimate:hover {
  background-color: rgb(118.3188405797, 100.9855072464, 37.6811594203);
}
.m__header .cta-btns .btn .icn-brk {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .m__header .cta-btns .btn .icn-brk {
    width: 20px;
  }
}
@media screen and (min-width: 768px) {
  .m__header .cta-btns .btn .icn-brk {
    width: 28px;
  }
}
@media screen and (max-width: 767px) {
  .m__header .cta-btns .btn .icn {
    width: 16px;
    height: auto;
  }
}
.m__header .global-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  height: 100vh;
  background-color: #FFFFFF;
  color: #452705;
  transition: 0.5s ease-in-out;
  transform: translateX(-100%);
}
@media screen and (max-width: 767px) {
  .m__header .global-nav {
    width: calc(100vw - 128px);
  }
}
@media screen and (min-width: 768px) {
  .m__header .global-nav {
    width: 400px;
    padding-left: 159px;
  }
}
.m__header .global-nav.--show {
  transform: translateX(0%);
}
.m__header .global-nav__cnt {
  height: 100%;
  border-left: 1px solid rgba(191, 185, 180, 0.42);
}
@media screen and (max-width: 767px) {
  .m__header .global-nav__cnt {
    padding: 115px 32px 40px 20px;
    overflow: scroll;
  }
}
@media screen and (min-width: 768px) {
  .m__header .global-nav__cnt {
    padding: 115px 0px 40px 20px;
  }
}
.m__header .global-nav .menu-item {
  display: flex;
  align-items: center;
  font-weight: 500;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .m__header .global-nav .menu-item {
    gap: 10px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.11em;
  }
}
@media screen and (min-width: 768px) {
  .m__header .global-nav .menu-item {
    gap: 15px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}
.m__header .global-nav .menu-item::before {
  content: "";
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: invert(30%) sepia(54%) saturate(402%) hue-rotate(351deg) brightness(82%) contrast(115%);
}
@media screen and (max-width: 767px) {
  .m__header .global-nav .menu-item::before {
    width: 16px;
    height: 16px;
    margin-bottom: -1px;
  }
}
@media screen and (min-width: 768px) {
  .m__header .global-nav .menu-item::before {
    width: 22px;
    height: 22px;
  }
}
.m__header .global-nav .menu-item.-home::before {
  background-image: url("/assets/images/symbols/home.svg");
}
.m__header .global-nav .menu-item.-about::before {
  background-image: url("/assets/images/symbols/about.svg");
}
.m__header .global-nav .menu-item.-plan::before {
  background-image: url("/assets/images/symbols/plan.svg");
}
.m__header .global-nav .menu-item.-member::before {
  background-image: url("/assets/images/symbols/member.svg");
}
.m__header .global-nav .menu-item.-guide::before {
  background-image: url("/assets/images/symbols/guide.svg");
}
.m__header .global-nav .menu-item.-info::before {
  background-image: url("/assets/images/symbols/info.svg");
}
.m__header .global-nav .menu-item.-instagram::before {
  background-image: url("/assets/images/symbols/instagram.svg");
}
.m__header .global-nav .menu-item.-bridal-hair-make::before {
  background-image: url("/assets/images/symbols/bridal-hair-make.svg");
}
.m__header .global-nav .menu-item.-guest-hair-make::before {
  background-image: url("/assets/images/symbols/guest-hair-make.svg");
}
.m__header .global-nav .menu-item.-limited-plan::before {
  background-image: url("/assets/images/symbols/limited-plan.svg");
}
.m__header .global-nav .menu-item.-contact::before {
  background-image: url("/assets/images/symbols/contact.svg");
}
.m__header .global-nav .menu-item.-estimate::before {
  background-image: url("/assets/images/symbols/estimate.svg");
}
.m__header .global-nav .menu-item.-policy::before {
  background-image: url("/assets/images/symbols/policy.svg");
}
.m__header .global-nav .menu-item.-qa::before {
  background-image: url("/assets/images/symbols/qa.svg");
}
.m__header .global-nav a.menu-item:hover::before {
  filter: invert(47%) sepia(100%) saturate(293%) hue-rotate(10deg) brightness(91%) contrast(87%);
}
.m__header .global-nav .first-menu {
  display: flex;
  flex-direction: column;
}
.m__header .global-nav .first-menu > li {
  position: relative;
}
.m__header .global-nav .first-menu > li .menu-item.-lv-1st {
  transition: 0.3s;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
}
@media screen and (max-width: 767px) {
  .m__header .global-nav .first-menu > li .menu-item.-lv-1st {
    padding: 12px;
  }
}
@media screen and (min-width: 768px) {
  .m__header .global-nav .first-menu > li .menu-item.-lv-1st {
    padding: 14px;
  }
}
@media screen and (min-width: 768px) {
  .m__header .global-nav .first-menu > li:hover a.menu-item.-lv-1st {
    color: #9D8632;
    text-decoration-color: #9D8632;
  }
}
.m__header .global-nav .first-menu .sub-menu {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .m__header .global-nav .first-menu .sub-menu {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.11em;
  }
}
@media screen and (min-width: 768px) {
  .m__header .global-nav .first-menu .sub-menu {
    gap: 10px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.13em;
    margin: 5px 0;
  }
}
.m__header .global-nav .first-menu .sub-menu__group {
  position: relative;
}
@media screen and (max-width: 767px) {
  .m__header .global-nav .first-menu .sub-menu__group {
    padding-left: 14px;
  }
}
@media screen and (min-width: 768px) {
  .m__header .global-nav .first-menu .sub-menu__group {
    padding-left: 52px;
  }
}
.m__header .global-nav .first-menu .sub-menu__item {
  display: inline-flex;
  align-items: center;
  transition: 0.3s;
  border-bottom: solid 1px transparent;
}
.m__header .global-nav .first-menu .sub-menu__item:hover {
  color: #9D8632;
  border-color: #9D8632;
}
@media screen and (max-width: 767px) {
  .m__header .global-nav .second-menu-wrap {
    display: block;
    overflow: hidden;
    transition: 0.3s;
    height: 0;
  }
}
.m__header .global-nav .second-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .m__header .global-nav .second-menu {
    position: absolute;
    z-index: 1;
    top: 0;
    left: calc(100% + 10px);
    width: 240px;
    padding: 10px;
    background-color: #FAF8F6;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }
  .m__header .global-nav .second-menu > li:not(:first-child) {
    margin-top: -1px;
  }
}
@media screen and (max-width: 767px) {
  .m__header .global-nav .second-menu .menu-lbl, .m__header .global-nav .second-menu__item {
    display: flex;
    align-items: center;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.11em;
    margin-bottom: 8px;
  }
  .m__header .global-nav .second-menu .menu-lbl::before, .m__header .global-nav .second-menu__item::before {
    content: "";
    display: block;
    width: 11px;
    height: 1px;
    background-color: #6C5235;
    margin-right: 5px;
    flex: 0 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .m__header .global-nav .second-menu .menu-lbl {
    display: block;
    padding: 10px 0;
  }
}
.m__header .global-nav .second-menu__item {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .m__header .global-nav .second-menu__item {
    min-height: 30px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.13em;
    padding: 5px 10px;
    background-color: #FFFFFF;
    border: solid 1px #6C5235;
  }
}
.m__header .global-nav .second-menu__item:hover {
  color: #9D8632;
}
@media screen and (max-width: 767px) {
  .m__header .global-nav .second-menu .plan-item {
    padding-left: 16px;
    gap: 5px;
  }
  .m__header .global-nav .second-menu .plan-item::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .m__header .global-nav .second-menu .plan-item > span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    max-height: 4.5em;
  }
}
@media screen and (min-width: 768px) {
  .m__header .global-nav .sub-menu .second-menu {
    top: -16px;
  }
}
.m__header .global-nav .first-menu > li:hover > .second-menu-wrap .second-menu,
.m__header .global-nav .sub-menu__group:hover .second-menu {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .m__header .global-nav .first-menu > li > .second-menu-wrap .second-menu {
    padding-left: 14px;
    margin-bottom: 12px;
  }
  .m__header .global-nav .menu-wrap {
    display: flex;
    align-items: center;
  }
  .m__header .global-nav .menu-wrap.-evenly {
    justify-content: space-between;
  }
  .m__header .global-nav .menu-wrap.--selected {
    color: #9D8632;
  }
  .m__header .global-nav .sub-menu .menu-wrap {
    margin-bottom: 8px;
  }
  .m__header .global-nav .icon {
    padding: 6px;
    margin: -6px;
  }
  .m__header .global-nav .icon::before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #6C5235;
    background-repeat: no-repeat;
    background-position: center;
  }
  .m__header .global-nav .icon.-plus::before {
    background-image: url("../images/icons/plus.svg");
    background-size: 6px;
  }
  .m__header .global-nav .icon.-minus::before {
    background-image: url("../images/icons/minus.svg");
    background-size: 6px;
  }
}

.m__footer {
  background-color: #DAD2C5;
  color: #452705;
}
@media screen and (max-width: 767px) {
  .m__footer {
    padding: 40px;
  }
}
@media screen and (min-width: 768px) {
  .m__footer {
    margin-left: 160px;
    padding: 4.6875vw 4.1666666667vw 3.6458333333vw;
  }
}
@media screen and (max-width: 767px) {
  .m__footer .e__logo {
    margin: auto;
  }
  .m__footer .e__logo img {
    width: 168px;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .m__footer .e__logo img {
    width: clamp(200px, 16.3541666667vw, 314px);
    height: auto;
  }
}
.m__footer .cols {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .m__footer .cols {
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .m__footer .cols {
    gap: 3.125vw 9.6354166667vw;
  }
}
@media screen and (max-width: 767px) {
  .m__footer .footer-nav {
    position: relative;
    left: -5px;
    width: 100%;
  }
}
.m__footer .footer-nav .list-item {
  display: inline-flex;
  align-items: center;
  padding: 5px;
  cursor: default;
}
.m__footer .footer-nav .list-item.-icn {
  gap: 10px;
}
.m__footer .footer-nav .list-item.-icn::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0.1em;
  filter: invert(30%) sepia(54%) saturate(402%) hue-rotate(351deg) brightness(82%) contrast(115%);
}
.m__footer .footer-nav .list-item.-icn.-home::before {
  background-image: url("/assets/images/symbols/home.svg");
}
.m__footer .footer-nav .list-item.-icn.-about::before {
  background-image: url("/assets/images/symbols/about.svg");
}
.m__footer .footer-nav .list-item.-icn.-plan::before {
  background-image: url("/assets/images/symbols/plan.svg");
}
.m__footer .footer-nav .list-item.-icn.-member::before {
  background-image: url("/assets/images/symbols/member.svg");
}
.m__footer .footer-nav .list-item.-icn.-guide::before {
  background-image: url("/assets/images/symbols/guide.svg");
}
.m__footer .footer-nav .list-item.-icn.-info::before {
  background-image: url("/assets/images/symbols/info.svg");
}
.m__footer .footer-nav .list-item.-icn.-instagram::before {
  background-image: url("/assets/images/symbols/instagram.svg");
}
.m__footer .footer-nav a.list-item {
  transition: opacity 0.3s ease-out;
  cursor: pointer;
}
.m__footer .footer-nav a.list-item:hover {
  opacity: 0.3;
}
.m__footer .footer-nav .first-menu, .m__footer .footer-nav .first-menu__follow {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .m__footer .footer-nav .first-menu, .m__footer .footer-nav .first-menu__follow {
    gap: 5px;
  }
}
@media screen and (min-width: 768px) {
  .m__footer .footer-nav .first-menu, .m__footer .footer-nav .first-menu__follow {
    gap: 10px;
  }
}
.m__footer .footer-nav .first-menu .has-depth {
  display: flex;
}
@media screen and (max-width: 767px) {
  .m__footer .footer-nav .first-menu .has-depth {
    flex-direction: column;
    align-items: flex-start;
  }
}
.m__footer .footer-nav .first-menu .has-depth .depth1 {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .m__footer .footer-nav .first-menu .has-depth .depth1 {
    gap: 25px;
    width: 16vw;
    min-width: 280px;
    max-width: 440px;
  }
  .m__footer .footer-nav .first-menu .has-depth .depth1::after {
    content: "";
    flex: 1 1 auto;
    display: block;
    height: 1px;
    background-color: #452705;
  }
}
.m__footer .footer-nav .first-menu .has-depth .depth2-name {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.11em;
  margin-left: 30px;
}
.m__footer .footer-nav .first-menu > .list-item,
.m__footer .footer-nav .first-menu__follow > .list-item,
.m__footer .footer-nav .has-depth .depth1 > .list-item {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .m__footer .footer-nav .first-menu > .list-item,
  .m__footer .footer-nav .first-menu__follow > .list-item,
  .m__footer .footer-nav .has-depth .depth1 > .list-item {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.11em;
  }
}
@media screen and (min-width: 768px) {
  .m__footer .footer-nav .first-menu > .list-item,
  .m__footer .footer-nav .first-menu__follow > .list-item,
  .m__footer .footer-nav .has-depth .depth1 > .list-item {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.11em;
  }
}
.m__footer .footer-nav .second-menu {
  display: inline-flex;
}
@media screen and (max-width: 767px) {
  .m__footer .footer-nav .second-menu {
    flex-direction: column;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.11em;
    margin-left: 30px;
  }
  .m__footer .footer-nav .second-menu .list-item::before {
    content: "";
    display: block;
    width: 11px;
    height: 1px;
    background-color: #6C5235;
    margin-right: 8px;
  }
  .m__footer .footer-nav .second-menu + .depth2-name {
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .m__footer .footer-nav .second-menu {
    align-items: center;
    gap: 1.5625vw;
    margin-left: 15px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.11em;
  }
}
.m__footer .address {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .m__footer .address {
    gap: 12px 4px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .m__footer .address {
    gap: 2.0833333333vw 0;
    margin-top: 3.6458333333vw;
  }
}
@media screen and (max-width: 767px) {
  .m__footer .address .icn {
    width: 18px;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .m__footer .address .icn {
    margin-right: 18px;
  }
}
.m__footer .address .e__slash {
  width: 50px;
}
@media screen and (max-width: 767px) {
  .m__footer .address .e__slash {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .m__footer .address .lbl {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 768px) {
  .m__footer .address .lbl {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .m__footer .address .txt {
    display: block;
    margin-top: -8px;
    margin-right: 20px;
    font-size: 10px;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) {
  .m__footer .address .txt {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }
}
.m__footer .address .e__btn {
  flex: 0 0 auto;
  align-self: end;
}
@media screen and (min-width: 768px) {
  .m__footer .address .e__btn {
    margin-left: 2.0833333333vw;
    margin-bottom: 0.4em;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .m__footer .address .copyright {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    font-size: 8px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .m__footer .address .copyright {
    align-self: flex-end;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 0.75em;
  }
}

.m__guide-contents {
  position: sticky;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .m__guide-contents {
    top: 55px;
    height: 72px;
    background-color: #F2F1F1;
    transition: top 0.3s;
  }
  .m__guide-contents.--hide {
    top: -17px;
  }
  .m__guide-contents .menus {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 8px;
    padding: 8px;
  }
  .m__guide-contents .menus .menu {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 5px;
    transition: 0.3s;
  }
  .m__guide-contents .menus .menu::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    overflow: hidden;
    background: url("../images/icons/gld_chevron.svg") no-repeat center;
    background-size: 100%;
    background-color: #FFFFFF;
    transform: rotate(90deg);
    transition: 0.3s;
  }
  .m__guide-contents .menus .menu.--active {
    color: #9D8632;
  }
  .m__guide-contents .menus .menu.--active::after {
    background: url("../images/icons/wht_chevron.svg") no-repeat center;
    background-color: #9D8632;
  }
  .m__guide-contents .menus i.separator {
    display: block;
    width: 1px;
    height: 16px;
    background-color: #BFB9B4;
  }
  .m__guide-contents .menus i.break {
    display: block;
    width: 100%;
    height: 0px;
  }
}
@media screen and (min-width: 768px) {
  .m__guide-contents {
    top: 0;
    padding-top: 20px;
    margin: 0 160px;
    background-color: #FFFFFF;
  }
  .m__guide-contents .c__tabs {
    gap: 4.4270833333vw;
  }
  .m__guide-contents .tab {
    padding-bottom: 1.0416666667vw;
  }
}

.m__form {
  color: #452705;
  background-color: #FAF8F6;
}
@media screen and (max-width: 767px) {
  .m__form {
    padding: 60px 35px 30px;
  }
}
@media screen and (min-width: 768px) {
  .m__form {
    padding: 5.7291666667vw 7.2916666667vw 4.1666666667vw;
  }
}
.m__form .form-content {
  max-width: 1320px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .m__form .form-sec:not(:first-child) {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .m__form .form-sec:not(:first-child) {
    margin-top: 7.2916666667vw;
  }
}
.m__form .form-sec .sec-name {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  font-weight: 500;
  border-bottom: solid 1px #452705;
}
@media screen and (max-width: 767px) {
  .m__form .form-sec .sec-name {
    gap: 10px 20px;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.13em;
    margin-bottom: 25px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .m__form .form-sec .sec-name {
    gap: 1.8229166667vw;
    font-size: clamp(12px, 0.9375vw, 18px);
    line-height: 1.7em;
    letter-spacing: 0.13em;
    margin-bottom: 2.0833333333vw;
  }
}
.m__form .form-sec .sec-name .en {
  font-family: "Pinyon Script", cursive;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .m__form .form-sec .sec-name .en {
    font-size: 28px;
    line-height: 0.5;
    letter-spacing: 0.03em;
  }
}
@media screen and (min-width: 768px) {
  .m__form .form-sec .sec-name .en {
    font-size: clamp(24px, 2.5vw, 48px);
    line-height: 1;
    letter-spacing: 0.03em;
  }
}
.m__form .group-name {
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .m__form .group-name {
    display: flex;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.13em;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .m__form .group-name {
    display: inline-flex;
    font-size: clamp(12px, 0.9375vw, 18px);
    line-height: 1.7em;
    letter-spacing: 0.13em;
    margin-bottom: 1.5625vw;
  }
}
.m__form .group-name::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #452705;
}
@media screen and (max-width: 767px) {
  .m__form .group-name::before {
    display: none;
  }
}
.m__form .group-name.-optional::after, .m__form .group-name.-required::after {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .m__form .group-name.-optional::after, .m__form .group-name.-required::after {
    width: 28px;
    height: 16px;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.13em;
  }
}
@media screen and (min-width: 768px) {
  .m__form .group-name.-optional::after, .m__form .group-name.-required::after {
    width: 36px;
    height: 20px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.13em;
  }
}
.m__form .group-name.-optional::after {
  content: "任意";
  color: #9D8632;
  border: solid 1px #9D8632;
}
.m__form .group-name.-required::after {
  content: "必須";
  color: #FFFFFF;
  background-color: #9D8632;
}
.m__form .has-caption {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .m__form .caption {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .m__form .caption {
    display: inline-block;
    margin-left: 20px;
  }
}
.m__form .caption.-ul {
  display: block;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .m__form .caption.-ul {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .m__form .caption.-ul {
    margin-bottom: 1.5625vw;
  }
}
.m__form .caption.-ul li {
  display: flex;
  gap: 0.5em;
}
@media screen and (max-width: 767px) {
  .m__form .caption.-ul li {
    font-size: 10px;
    line-height: 2;
    letter-spacing: 0.13em;
  }
}
@media screen and (min-width: 768px) {
  .m__form .caption.-ul li {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.13em;
  }
}
.m__form .caption.-ul li::before {
  content: "＊";
}
.m__form .label {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .m__form .label {
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.23em;
  }
}
@media screen and (min-width: 768px) {
  .m__form .label {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.13em;
  }
}
.m__form .action {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .contents {
    padding-top: 55px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .contents {
    margin-bottom: 8.3333333333vw;
  }
}

.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .p__home .contents {
    padding-top: 0;
  }
}
.p__home .snap-container {
  height: 100svh;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
}
.p__home .snap-container .snap-group {
  scroll-snap-align: start;
}
.p__home .sec {
  position: relative;
  overflow: hidden;
}
.p__home .sec.-s1 {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100svh;
}
@media screen and (max-width: 767px) {
  .p__home .sec.-s1 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .p__home .sec.-s1 {
    padding: 4.1666666667vw 5.46875vw;
  }
}
.p__home .sec.-s1 .bg-vis {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p__home .sec.-s1 .bg-vis .pct {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p__home .sec.-s1 .e__logo {
    width: 41.3333333333vw;
    height: auto;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p__home .sec.-s1 .e__logo {
    width: 200px;
    height: auto;
  }
}
.p__home .sec.-s1 .s1-nav {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p__home .sec.-s1 .s1-nav {
    display: none;
  }
}
.p__home .sec.-s1 .s1-nav .first-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 180px;
  margin-top: 40px;
}
.p__home .sec.-s1 .s1-nav .first-menu > li {
  position: relative;
  width: 100%;
  margin-left: -12px;
}
.p__home .sec.-s1 .s1-nav .first-menu > li > .menu-item {
  display: block;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.11em;
  font-weight: 500;
  padding: 12px;
  transition: 0.3s;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
}
.p__home .sec.-s1 .s1-nav .first-menu > li:hover > a.menu-item {
  color: #9D8632;
  text-decoration-color: #9D8632;
}
.p__home .sec.-s1 .s1-nav .second-menu {
  position: absolute;
  top: 0px;
  left: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 240px;
  padding: 10px;
  background-color: #FAF8F6;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
.p__home .sec.-s1 .s1-nav .second-menu > li:not(:first-child) {
  margin-top: -1px;
}
.p__home .sec.-s1 .s1-nav .second-menu .menu-lbl {
  display: block;
  padding: 10px 0 10px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.13em;
}
.p__home .sec.-s1 .s1-nav .second-menu .second-item {
  display: flex;
  align-items: center;
  min-height: 30px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.13em;
  padding: 5px 10px;
  background-color: #FFFFFF;
  border: solid 1px #6C5235;
}
.p__home .sec.-s1 .s1-nav .second-menu .second-item:hover {
  color: #9D8632;
}
.p__home .sec.-s1 .s1-nav .second-menu .plan-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.p__home .sec.-s1 .s1-nav .second-menu .plan-item > span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  max-height: 4.5em;
}
.p__home .sec.-s1 .s1-nav .first-menu > li:hover > .second-menu {
  visibility: visible;
  opacity: 1;
}
.p__home .sec.-s1 .s1-info {
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .p__home .sec.-s1 .s1-info {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p__home .sec.-s1 .s1-info {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100vw - 160px);
    height: max(6.25vw, 90px);
  }
}
.p__home .sec.-s1 .s1-info a {
  display: flex;
  height: 100%;
  color: #452705;
}
@media screen and (max-width: 767px) {
  .p__home .sec.-s1 .s1-info a {
    align-items: center;
    min-height: 4em;
    padding: 10px 15px;
  }
}
@media screen and (min-width: 768px) {
  .p__home .sec.-s1 .s1-info a {
    justify-content: center;
    flex-direction: column;
    padding: 0px 4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p__home .sec.-s1 .s1-info .date {
    display: none;
  }
  .p__home .sec.-s1 .s1-info .txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    max-height: 4em;
    font-size: 10px;
    line-height: 2;
    letter-spacing: 0.28em;
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) {
  .p__home .sec.-s1 .s1-info .date {
    display: block;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.28em;
    margin-bottom: 10px;
  }
  .p__home .sec.-s1 .s1-info .txt {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.28em;
    text-decoration: underline;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.p__home .sec.-s2 {
  position: relative;
  width: 100%;
  height: 100vh;
  color: #FFFFFF;
}
.p__home .sec.-s2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p__home .sec.-s2::before {
    background-image: url("/assets/images/home/s2_vis_sm.jpg");
  }
}
@media screen and (min-width: 768px) {
  .p__home .sec.-s2::before {
    background-image: url("/assets/images/home/s2_vis.jpg");
  }
}
.p__home .sec.-s2 .e__section-name {
  background: transparent;
}
.p__home .sec.-s2 .e__section-name .txt {
  color: #FFFFFF;
}
.p__home .sec.-s2 .statement {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p__home .sec.-s2 .statement {
    bottom: 140px;
    left: 25px;
  }
}
@media screen and (min-width: 768px) {
  .p__home .sec.-s2 .statement {
    bottom: 105px;
    left: 230px;
  }
}
.p__home .sec.-s2 .statement .l1, .p__home .sec.-s2 .statement .l2 {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .p__home .sec.-s2 .statement .l1, .p__home .sec.-s2 .statement .l2 {
    font-weight: 600;
  }
  .p__home .sec.-s2 .statement .l1 {
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.13em;
  }
  .p__home .sec.-s2 .statement .l2 {
    font-size: 10px;
    line-height: 1.8;
    letter-spacing: 0.13em;
  }
}
@media screen and (min-width: 768px) {
  .p__home .sec.-s2 .statement .l1 {
    font-size: clamp(13.5px, 1.40625vw, 27px);
    line-height: 1;
    letter-spacing: 0.13em;
  }
  .p__home .sec.-s2 .statement .l2 {
    font-size: clamp(13.3333333333px, 1.0416666667vw, 20px);
    line-height: 1.7;
    letter-spacing: 0.13em;
  }
}
.p__home .sec.-s2 .statement .copy {
  display: block;
}
@media screen and (max-width: 767px) {
  .p__home .sec.-s2 .statement .copy {
    width: 73.3333333333vw;
    height: auto;
    margin: 25px 0;
  }
}
@media screen and (min-width: 768px) {
  .p__home .sec.-s2 .statement .copy {
    width: clamp(400px, 37.7604166667vw, 725px);
    height: auto;
    margin: 2.0833333333vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p__home .sec.-s2 .link-about {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 54px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p__home .sec.-s3 {
    padding-top: 115px;
  }
}
@media screen and (min-width: 768px) {
  .p__home .sec.-s3 {
    padding-top: 9.6354166667vw;
  }
}
.p__home .sec.-s3 .movie {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p__home .sec.-s3 .movie {
    width: 320px;
  }
}
@media screen and (min-width: 768px) {
  .p__home .sec.-s3 .movie {
    width: 100%;
    height: auto;
    max-width: 1245px;
  }
}
.p__home .sec.-s3 .movie__modal {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 75px 0;
  background-color: #000000;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}
.p__home .sec.-s3 .movie__modal.--show {
  visibility: visible;
  opacity: 1;
}
.p__home .sec.-s3 .movie__modal .close-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: absolute;
  top: 25px;
  left: 25px;
  height: 44px;
  color: #FFFFFF;
  font-size: clamp(12px, 0.9375vw, 18px);
  line-height: 1.7em;
  letter-spacing: 0.13em;
  cursor: pointer;
}
.p__home .sec.-s3 .movie__modal .close-modal .e__close-btn {
  transform: scale(0.5);
  margin-top: 3px;
}
.p__home .sec.-s3 .movie__video {
  aspect-ratio: 16/9;
  width: 100%;
  max-height: 100%;
}
.p__home .sec.-s3 .movie__video video {
  display: block;
  aspect-ratio: 16/9;
  height: 100%;
  max-width: 100%;
  margin: auto;
}
.p__home .sec.-s3 .movie__short {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  cursor: pointer;
  vertical-align: top;
}
.p__home .sec.-s3 .movie__btn {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #FFFFFF;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p__home .sec.-s3 .movie__btn {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 64px;
    font-size: 0;
  }
}
@media screen and (min-width: 768px) {
  .p__home .sec.-s3 .movie__btn {
    gap: 20px;
    left: 30px;
    bottom: 30px;
    width: clamp(75px, 5.2083333333vw, 100px);
    font-size: clamp(12px, 0.8333333333vw, 16px);
    line-height: 1;
    letter-spacing: 0.02em;
  }
}
.p__home .sec.-s3 .movie__btn img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p__home .sec.-s4 .group .show-feature {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p__home .sec.-s4 .group .show-feature {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    font-size: clamp(16px, 1.6666666667vw, 32px);
    line-height: 1;
    letter-spacing: 0.1em;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.54);
    transition: 0.5s ease-in-out;
    opacity: 0;
  }
  .p__home .sec.-s4 .group .show-feature:hover {
    opacity: 1;
  }
}
.p__home .sec.-s4 .group.-g1 .vis {
  background-image: url("/assets/images/home/s4_grp1_vis.jpg");
}
@media screen and (max-width: 767px) {
  .p__home .sec.-s4 .group.-g1 .copy {
    left: 25px;
  }
}
@media screen and (min-width: 768px) {
  .p__home .sec.-s4 .group.-g1 .copy {
    width: 33.6458333333vw;
    height: auto;
  }
}
.p__home .sec.-s4 .group.-g2 .vis {
  background-image: url("/assets/images/home/s4_grp2_vis.jpg");
}
@media screen and (max-width: 767px) {
  .p__home .sec.-s4 .group.-g2 {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(191, 185, 180, 0.5);
  }
  .p__home .sec.-s4 .group.-g2 .copy {
    left: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p__home .sec.-s4 .group.-g2 .copy {
    width: 36.1458333333vw;
    height: auto;
  }
}
.p__home .sec.-s4 .group .cnt {
  position: relative;
}
.p__home .sec.-s4 .group .cnt .vis {
  position: relative;
  background-size: cover;
  background-position: center;
}
.p__home .sec.-s4 .group .cnt .vis .copy {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p__home .sec.-s4 .group .cnt .vis .copy {
    bottom: 10px;
    height: 68px;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .p__home .sec.-s4 .group .cnt .vis .copy {
    left: 4.4270833333vw;
    bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p__home .sec.-s4 .group .cnt .vis {
    aspect-ratio: 5/4;
  }
  .p__home .sec.-s4 .group .cnt .vis .link {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p__home .sec.-s4 .group .cnt .vis {
    aspect-ratio: 40/27;
  }
  .p__home .sec.-s4 .group .cnt .vis picture {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .p__home .sec.-s4 .group .cnt .feature .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .p__home .sec.-s4 .group .cnt .feature .ttl {
    text-align: center;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.13em;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p__home .sec.-s4 .group .cnt .feature {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 4.1666666667vw 3.3854166667vw;
    background-color: rgba(0, 0, 0, 0.7);
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
  }
  .p__home .sec.-s4 .group .cnt .feature.--show {
    visibility: visible;
    opacity: 1;
  }
  .p__home .sec.-s4 .group .cnt .feature .container {
    width: 100%;
    height: 100%;
    overflow: scroll;
    background-color: rgba(250, 248, 246, 0.9);
    border-radius: 8px;
  }
  .p__home .sec.-s4 .group .cnt .feature .inner {
    position: relative;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    padding: 2.0833333333vw;
  }
  .p__home .sec.-s4 .group .cnt .feature .e__close-btn {
    position: absolute;
    top: 2.0833333333vw;
    left: 2.0833333333vw;
  }
  .p__home .sec.-s4 .group .cnt .feature .ttl {
    font-size: clamp(21px, 2.1875vw, 42px);
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .p__home .sec.-s4 .group .cnt .feature .prg {
    font-size: clamp(12px, 0.8333333333vw, 16px);
    line-height: 2;
    letter-spacing: 0.2em;
  }
  .p__home .sec.-s4 .group .cnt .feature .points {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 85%;
    max-width: 1000px;
    flex-wrap: wrap;
    gap: 1.5625vw 5%;
    margin: 1.5625vw 0;
  }
  .p__home .sec.-s4 .group .cnt .feature .points .point {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    flex: 1;
    width: 30%;
    text-align: center;
    margin: 0 auto;
  }
  .p__home .sec.-s4 .group .cnt .feature .points .point .pct {
    height: 120px;
    width: auto;
  }
  .p__home .sec.-s4 .group .cnt .feature .points .point .copy {
    display: block;
    margin: 2.0833333333vw 0 10px;
    color: #9D8632;
    font-family: "Pinyon Script", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(12px, 0.9375vw, 18px);
    line-height: 1;
    letter-spacing: 0.03em;
    white-space: nowrap;
  }
  .p__home .sec.-s4 .group .cnt .feature .points .point .e__ttl {
    font-weight: 600;
    font-size: clamp(12px, 0.9375vw, 18px);
    line-height: 1;
    letter-spacing: 0.03em;
    margin: auto 0;
  }
  .p__home .sec.-s4 .group .cnt .feature .e__prg {
    font-size: clamp(12px, 0.703125vw, 13.5px);
    line-height: 1.7;
    letter-spacing: 0.13em;
  }
  .p__home .sec.-s4 .group .cnt .feature .e__caption {
    margin-top: 1.5625vw;
  }
  .p__home .sec.-s4 .group .cnt .feature .e__btn {
    flex: 0 0 auto;
    margin-top: 1.5625vw;
  }
}
@media screen and (min-width: 1450px) {
  .p__home .sec.-s4 .group .cnt .feature {
    padding: 4.1666666667vw 3.3854166667vw;
  }
  .p__home .sec.-s4 .group .cnt .feature .inner {
    padding: 2.6041666667vw;
  }
  .p__home .sec.-s4 .group .cnt .feature .e__close-btn {
    top: 2.6041666667vw;
    left: 2.6041666667vw;
  }
  .p__home .sec.-s4 .group .cnt .feature .ttl {
    font-size: clamp(28px, 2.9166666667vw, 56px);
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .p__home .sec.-s4 .group .cnt .feature .prg {
    font-size: clamp(14px, 1.09375vw, 21px);
    line-height: 2;
    letter-spacing: 0.2em;
  }
  .p__home .sec.-s4 .group .cnt .feature .points {
    width: 85%;
    max-width: 1160px;
    gap: 2.6041666667vw;
    margin: 2.6041666667vw 0;
  }
  .p__home .sec.-s4 .group .cnt .feature .points .point .pct {
    height: 162px;
    width: auto;
  }
  .p__home .sec.-s4 .group .cnt .feature .points .point .copy {
    margin: 40px 0 10px;
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 1;
    letter-spacing: 0.03em;
  }
  .p__home .sec.-s4 .group .cnt .feature .points .point .e__ttl {
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 1;
    letter-spacing: 0.03em;
  }
  .p__home .sec.-s4 .group .cnt .feature .e__prg {
    font-size: clamp(12px, 0.9375vw, 18px);
    line-height: 1.7em;
    letter-spacing: 0.13em;
  }
  .p__home .sec.-s4 .group .cnt .feature .e__caption {
    margin-top: 2.0833333333vw;
  }
  .p__home .sec.-s4 .group .cnt .feature .e__btn {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p__home .sec.-s4.-s4-2 {
    margin-top: 3.3854166667vw;
  }
}
@media screen and (max-width: 767px) {
  .p__home .sec.-s7 .c__tabs {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p__home .sec.-s7 .c__tabs {
    margin-top: 5.2083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p__home .sec.-s7 .tab_contents .cnt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
.p__home .sec.-s7 .tab_contents {
  position: relative;
}
.p__home .sec.-s7 .tab_contents .cnt {
  overflow: hidden;
  transition: 0.5s;
  visibility: visible;
  opacity: 1;
}
.p__home .sec.-s7 .tab_contents .cnt.--hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.p__home .sec.-s7 .info-list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p__home .sec.-s7 .info-list {
    gap: 10px;
    margin-top: 30px;
    overflow: scroll;
    padding: 0 calc((100vw - 260px - 10px) / 2);
  }
  .p__home .sec.-s7 .info-list::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p__home .sec.-s7 .info-list {
    flex-direction: column;
    max-width: 1265px;
    margin: 2.0833333333vw auto 0;
    gap: 1.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p__home .sec.-s7 .info-list a {
    width: 260px;
    flex: 0 0 auto;
    background-color: #F9F9F9;
    padding: 25px 20px;
  }
}
@media screen and (min-width: 768px) {
  .p__home .sec.-s7 .info-list a {
    border-bottom: solid 1px rgba(157, 134, 50, 0.3);
    padding-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .p__home .sec.-s7 .info-list.-limited-plan a .rows {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .p__home .sec.-s7 .info-list.-limited-plan a .rows .row {
    display: flex;
    align-items: center;
    gap: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p__home .sec.-s7 .info-list.-limited-plan a .cols {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p__home .sec.-s7 .info-list.-limited-plan .date {
    display: block;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.13em;
  }
  .p__home .sec.-s7 .info-list.-limited-plan .pct {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .p__home .sec.-s7 .info-list.-limited-plan .date {
    display: block;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.13em;
    margin-bottom: 0.78125vw;
  }
  .p__home .sec.-s7 .info-list.-limited-plan .e__tag {
    margin-bottom: 1.0416666667vw;
  }
  .p__home .sec.-s7 .info-list.-limited-plan .e__prg {
    line-height: 1.8;
  }
}
.p__home .sec.-s7 .info-list.-standard a {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p__home .sec.-s7 .info-list.-standard a {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px 15px;
  }
}
@media screen and (min-width: 768px) {
  .p__home .sec.-s7 .info-list.-standard a {
    align-items: center;
    font-size: clamp(12px, 0.8333333333vw, 16px);
    line-height: 1.8;
    letter-spacing: 0.14em;
  }
}
@media screen and (max-width: 767px) {
  .p__home .sec.-s7 .info-list.-standard .attr {
    display: flex;
    flex-direction: row-reverse;
    gap: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p__home .sec.-s7 .info-list.-standard .attr {
    flex: 0 0 30%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2.6041666667vw;
  }
}
.p__home .sec.-s7 .info-list.-standard .date {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p__home .sec.-s7 .info-list.-standard .date {
    align-self: center;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.13em;
  }
}
.p__home .sec.-s7 .info-list.-standard .e__tag {
  flex: 0 0 auto;
}
.p__home .sec.-s7 .info-list.-standard .e__ttl {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p__home .sec.-s7 .info-list.-standard .e__prg {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p__home .sec.-s5, .p__home .sec.-s6, .p__home .sec.-s7 {
    padding-top: 8.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p__home .sec.-s5 {
    padding-top: 60px;
  }
  .p__home .sec.-s6 .c__sec-title, .p__home .sec.-s7 .c__sec-title {
    margin: 30px 25px 0;
    padding-top: 30px;
    border-top: 1px solid rgba(191, 185, 180, 0.5);
  }
}
@media screen and (max-width: 767px) {
  .p__home .sec4-grp {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p__home .sec4-grp {
    padding-top: 8.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p__home .sec4-grp {
    position: relative;
    padding: 40px 25px 30px;
  }
  .p__home .sec4-grp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    min-width: 100%;
    aspect-ratio: 25/18;
    background-color: #FAF8F6;
    border-radius: 50%;
  }
  .p__home .sec4-grp .bg-sm {
    padding-top: 36%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  .p__home .sec4-grp .bg-sm::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FAF8F6;
  }
}
.p__home .sec4-grp .c__sec-title {
  margin-bottom: 35px;
}
.p__home .sec4-grp .c__sec-title + .e__prg {
  margin-bottom: 7.8125vw;
}
@media screen and (max-width: 767px) {
  .p__home .sec4-grp .c__sec-title + .e__prg {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p__about .c__page-headline {
    margin-bottom: 60px;
    background-image: url("/assets/images/about/headline-bg_sm.jpg");
  }
}
@media screen and (min-width: 768px) {
  .p__about .c__page-headline {
    margin-bottom: 7.8125vw;
    background-image: url("/assets/images/about/headline-bg.jpg");
  }
}
@media screen and (max-width: 767px) {
  .p__about .sec {
    padding-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p__about .sec {
    padding-top: 8.3333333333vw;
  }
}
.p__about .sec.-s1 {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p__about .sec.-s1 .statement .pct {
    width: 220px;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .p__about .sec.-s1 .statement .pct {
    width: 27.0833333333vw;
    height: auto;
    max-width: 520px;
  }
}
.p__about .sec.-s1 .statement .e__ttl {
  color: #452705;
}
@media screen and (max-width: 767px) {
  .p__about .sec.-s1 .statement .e__ttl {
    margin-bottom: 40px;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p__about .sec.-s1 .statement .e__ttl {
    margin-bottom: 2.6041666667vw;
  }
}
.p__about .sec.-s1 .statement .e__prg {
  color: #452705;
}
@media screen and (max-width: 767px) {
  .p__about .sec.-s1 .statement .e__prg {
    font-weight: 700;
  }
}
.p__about .sec.-s1 .cols {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p__about .sec.-s1 .cols {
    flex-direction: column;
    margin: 0 45px;
  }
  .p__about .sec.-s1 .cols .col:nth-child(1) {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p__about .sec.-s1 .cols {
    gap: 5.2083333333vw;
    margin-left: 7.8125vw;
  }
  .p__about .sec.-s1 .cols .col.-c1 {
    flex: 0 0 auto;
  }
  .p__about .sec.-s1 .cols .col.-c2 {
    width: 34.375vw;
  }
}
@media screen and (min-width: 768px) {
  .p__about .sec.-s2 {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
.p__about .sec.-s2 .container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p__about .sec.-s2 .container {
    padding: 40px 15px 60px;
  }
}
@media screen and (min-width: 768px) {
  .p__about .sec.-s2 .container {
    padding: 6.25vw 6.25vw 4.1666666667vw;
  }
}
.p__about .sec.-s2 .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  min-width: 100%;
  aspect-ratio: 25/18;
  background-color: #FAF8F6;
  border-radius: 50%;
}
.p__about .sec.-s2 .container .bg {
  padding-top: 36%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.p__about .sec.-s2 .container .bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FAF8F6;
}
@media screen and (min-width: 768px) {
  .p__about .sec.-s2 .c__sec-title {
    margin-bottom: 1.8229166667vw;
  }
}
@media screen and (max-width: 767px) {
  .p__about .sec.-s2 .rows {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p__about .sec.-s2 .rows {
    margin-top: 6.25vw;
  }
}
.p__about .sec.-s2 .rows .row:not(:first-child) {
  border-top: 1px solid rgba(157, 134, 50, 0.15);
}
@media screen and (max-width: 767px) {
  .p__about .sec.-s2 .rows .row:not(:first-child) {
    margin-top: 30px;
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p__about .sec.-s2 .rows .row:not(:first-child) {
    margin-top: 3.125vw;
    padding-top: 3.125vw;
  }
}
.p__about .sec.-s2 .cols {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p__about .sec.-s2 .cols {
    flex-direction: column;
    margin: 0 15px;
  }
}
@media screen and (min-width: 768px) {
  .p__about .sec.-s2 .cols {
    align-items: stretch;
    gap: 2.6041666667vw;
  }
  .p__about .sec.-s2 .cols.--md-reverse {
    flex-direction: row-reverse;
  }
  .p__about .sec.-s2 .cols .col.-vis {
    width: 37.5%;
    flex: 0 0 auto;
  }
}
.p__about .sec.-s2 .s2_ttl {
  color: #452705;
}
@media screen and (max-width: 767px) {
  .p__about .sec.-s2 .s2_ttl {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .p__about .sec.-s2 .s2_ttl .decoration {
    position: relative;
    margin-bottom: 20px;
  }
  .p__about .sec.-s2 .s2_ttl .decoration::before {
    content: "";
    position: absolute;
    left: -70px;
    display: block;
    width: 160px;
    height: 1px;
    background-color: #452705;
    transform: rotate(-50deg) scale(0.25);
  }
  .p__about .sec.-s2 .s2_ttl .decoration .num {
    display: block;
    margin-top: -15px;
    font-family: "Pinyon Script", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 8px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .p__about .sec.-s2 .s2_ttl .decoration .copy {
    display: block;
    margin-top: 5px;
    margin-left: 20px;
    font-family: "Pinyon Script", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.03em;
  }
  .p__about .sec.-s2 .s2_ttl .e__ttl {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.13em;
  }
  .p__about .sec.-s2 .s2_ttl .e__ttl span {
    display: block;
    font-size: 16px;
    margin-left: 0.4em;
  }
}
@media screen and (min-width: 768px) {
  .p__about .sec.-s2 .s2_ttl {
    position: relative;
    margin-bottom: 1.8229166667vw;
    margin-top: 5px;
  }
  .p__about .sec.-s2 .s2_ttl .decoration::before {
    content: "";
    display: block;
    width: 120px;
    height: 1px;
    position: absolute;
    top: 40px;
    left: -20px;
    z-index: -1;
    background-color: #452705;
    transform: rotate(-50deg);
  }
  .p__about .sec.-s2 .s2_ttl .decoration .num {
    font-family: "Pinyon Script", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(13px, 1.3541666667vw, 26px);
    line-height: 1;
    letter-spacing: 0.1em;
    margin-left: 15px;
  }
  .p__about .sec.-s2 .s2_ttl .decoration .copy {
    position: absolute;
    top: 25px;
    left: 75px;
    font-family: "Pinyon Script", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(16px, 1.6666666667vw, 32px);
    line-height: 1;
    letter-spacing: 0.03em;
  }
  .p__about .sec.-s2 .s2_ttl .e__ttl {
    margin-left: 55px;
    margin-top: 40px;
    letter-spacing: 0.13em;
    line-height: 1.2;
  }
  .p__about .sec.-s2 .s2_ttl .e__ttl span {
    display: inline-block;
    font-size: 0.75em;
    margin-left: 0.4em;
  }
}
@media screen and (max-width: 767px) {
  .p__about .sec.-s2 .pct {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .p__about .sec.-s2 .pct {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .p__about .sec.-s4 {
    padding-top: 30px;
  }
  .p__about .sec.-s4::before {
    content: "";
    display: block;
    height: 1px;
    margin: 0 25px 30px;
    background-color: rgba(191, 185, 180, 0.5);
  }
}

.p__plan .points {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p__plan .points {
    position: relative;
    margin-top: 60px;
    padding: 80px 70px 50px;
  }
}
@media screen and (min-width: 768px) {
  .p__plan .points {
    gap: 2.34375vw 3vw;
    margin-top: 8.3333333333vw;
    padding: 0 2vw;
  }
}
@media screen and (max-width: 767px) {
  .p__plan .points::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #FAF8F6;
  }
  .p__plan .points .bg.under--sm {
    padding-top: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  .p__plan .points .bg.under--sm::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FAF8F6;
  }
}
.p__plan .points .point {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p__plan .points .point {
    max-width: 360px;
  }
  .p__plan .points .point:nth-child(n+2) {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(191, 185, 180, 0.5);
  }
}
@media screen and (min-width: 768px) {
  .p__plan .points .point {
    flex: 1;
    max-width: 420px;
    padding: 4.1666666667vw 2.0833333333vw 2.6041666667vw;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .p__plan .points .point::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #FAF8F6;
  }
  .p__plan .points .point .bg {
    padding-top: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  .p__plan .points .point .bg::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FAF8F6;
  }
}
.p__plan .points .point .copy {
  display: block;
  color: #9D8632;
  font-family: "Pinyon Script", cursive;
  font-weight: 400;
  font-style: normal;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p__plan .points .point .copy {
    margin: 20px 0 5px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.03em;
  }
}
@media screen and (min-width: 768px) {
  .p__plan .points .point .copy {
    margin: 2.0833333333vw 0 10px;
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 1;
    letter-spacing: 0.03em;
  }
}
.p__plan .points .point .e__ttl {
  font-weight: 600;
  margin: 0 -1em 30px;
}
.p__plan .points .point .e__prg {
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p__plan .points .point .pct {
    height: 116px;
    width: auto;
  }
}
.p__plan ol.flow-step {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p__plan ol.flow-step {
    gap: 15px;
    flex-direction: column;
    margin: 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .p__plan ol.flow-step {
    gap: 10px;
  }
}
.p__plan ol.flow-step li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex: 1;
  width: auto;
  background-color: #FAF8F6;
}
@media screen and (max-width: 767px) {
  .p__plan ol.flow-step li {
    gap: 10px;
    padding: 20px 35px 25px;
  }
}
@media screen and (min-width: 768px) {
  .p__plan ol.flow-step li {
    max-width: 360px;
    gap: 15px;
    padding: 2.0833333333vw clamp(20px, 1.5vw, 50px);
  }
}
.p__plan ol.flow-step li .e__ttl {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p__plan ol.flow-step li .e__ttl {
    margin: 0 -20px;
  }
}
@media screen and (min-width: 768px) {
  .p__plan ol.flow-step li .e__ttl {
    margin: 0 -25px;
  }
}
@media screen and (max-width: 767px) {
  .p__plan ol.flow-step li .e__prg {
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.14em;
  }
}
@media screen and (max-width: 767px) {
  .p__plan .sec {
    padding-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p__plan .sec {
    padding-top: 8.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p__plan .sec[data-anchor-sec] {
    margin-top: -55px;
    padding-top: 115px;
  }
}
@media screen and (max-width: 767px) {
  .p__plan .sec .c__sec-title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p__plan .sec .c__sec-title {
    margin-bottom: 3.125vw;
  }
}
.p__plan .tag-common::after {
  content: "★";
  color: #9D8632;
  font-size: 1.2em;
  margin-left: 0.25em;
  margin-top: -0.1em;
}
.p__plan .tag-common.-md-xs::after {
  font-size: 1em;
}

@media screen and (max-width: 767px) {
  .p__makeup .c__page-headline {
    background-image: url("/assets/images/makeup/headline-bg_sm.jpg");
  }
}
@media screen and (min-width: 768px) {
  .p__makeup .c__page-headline {
    background-image: url("/assets/images/makeup/headline-bg.jpg");
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p__makeup .c__page-headline .page-name {
    left: 20px;
    bottom: 20px;
  }
  .p__makeup .c__page-headline .page-name img {
    height: 64px;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .p__makeup .c__page-headline .page-name {
    left: 2.0833333333vw;
    bottom: 2.0833333333vw;
  }
  .p__makeup .c__page-headline .page-name img {
    width: 33.6458333333vw;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p__makeup .sec.-s1#host {
    margin-top: -55px;
    padding-top: 85px;
  }
}
@media screen and (min-width: 768px) {
  .p__makeup .sec.-s1#host {
    margin-top: 2.0833333333vw;
    padding-top: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .p__makeup .sec.-s1#host > .e__prg {
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p__makeup .sec.-s1#host > .e__caption {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p__makeup .sec.-s1#host > .e__caption {
    margin-top: 2.6041666667vw;
  }
}
.p__makeup .sec.-s1#host .tags .e__caption {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p__makeup .sec.-s1#host .c__panel-table.-plan,
  .p__makeup .sec.-s1#host .c__panel-table.-confirmation {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p__makeup .sec.-s1#host .c__panel-table.-plan,
  .p__makeup .sec.-s1#host .c__panel-table.-confirmation {
    margin-top: 6.25vw;
  }
}
@media screen and (min-width: 768px) {
  .p__makeup .sec.-s2#guest {
    padding-top: 8.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p__makeup .sec.-s2#guest .vis {
    margin: 0 25px 40px;
    width: calc(100% - 50px);
    height: auto;
    aspect-ratio: 1/0.8;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .p__makeup .sec.-s2#guest .vis {
    width: 100%;
    height: auto;
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .p__makeup .sec.-s2#guest > .e__prg {
    padding: 0 45px;
  }
  .p__makeup .sec.-s2#guest > .e__prg br {
    display: none;
  }
}
.p__makeup .sec.-s2#guest .e__caption {
  display: block;
}
@media screen and (max-width: 767px) {
  .p__makeup .sec.-s2#guest .e__caption {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  .p__makeup .sec.-s2#guest .e__caption {
    margin-top: 2.6041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p__makeup .sec.-s2#guest .c__panel-table.-plan {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p__makeup .sec.-s2#guest .c__panel-table.-plan {
    margin-top: 7.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .p__makeup .sec.-s4 {
    margin-top: -55px;
    padding-top: 115px;
  }
}
@media screen and (min-width: 768px) {
  .p__makeup .sec.-s4 {
    margin-top: 6.25vw;
    padding-top: 6.25vw;
  }
}

@media screen and (max-width: 767px) {
  .p__photograph .c__page-headline {
    background-image: url("/assets/images/photograph/headline-bg_sm.jpg");
  }
}
@media screen and (min-width: 768px) {
  .p__photograph .c__page-headline {
    background-image: url("/assets/images/photograph/headline-bg.jpg");
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p__photograph .c__page-headline .page-name {
    left: 20px;
    bottom: 20px;
  }
  .p__photograph .c__page-headline .page-name img {
    height: 57px;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .p__photograph .c__page-headline .page-name {
    left: 2.0833333333vw;
    bottom: 1.5625vw;
  }
  .p__photograph .c__page-headline .page-name img {
    width: 36.1458333333vw;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p__photograph .sec.-s1 {
    margin-top: -55px;
    padding-top: 85px;
  }
}
@media screen and (min-width: 768px) {
  .p__photograph .sec.-s1 {
    margin-top: 2.0833333333vw;
    padding-top: 6.25vw;
  }
}
.p__photograph .sec.-s1 .c__first-description .e__caption {
  display: block;
}
@media screen and (max-width: 767px) {
  .p__photograph .sec.-s1 .c__first-description .e__caption {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p__photograph .sec.-s1 .c__first-description .e__caption {
    margin-top: 2.6041666667vw;
  }
}
.p__photograph .sec.-s1 .plan-list {
  position: relative;
  font-weight: 500;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p__photograph .sec.-s1 .plan-list {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p__photograph .sec.-s1 .plan-list {
    margin-top: 7.8125vw;
    overflow: clip;
    padding: 0 min(22.5vw, 200px);
  }
}
@media screen and (min-width: 1080px) {
  .p__photograph .sec.-s1 .plan-list {
    padding: 0 min(22.5vw, 300px);
  }
}
@media screen and (min-width: 1450px) {
  .p__photograph .sec.-s1 .plan-list {
    padding: 0 22.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p__photograph .sec.-s1 .plan-list .slide {
    width: auto;
    margin: 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .p__photograph .sec.-s1 .plan-list .slide {
    width: 100%;
  }
}
.p__photograph .sec.-s1 .plan-list ul {
  position: relative;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p__photograph .sec.-s1 .plan-list ul {
    flex-direction: column;
    justify-content: center;
    gap: 50px;
  }
}
.p__photograph .sec.-s1 .plan-list ul li {
  position: relative;
  background-color: #FAF8F6;
}
@media screen and (max-width: 767px) {
  .p__photograph .sec.-s1 .plan-list ul li {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p__photograph .sec.-s1 .plan-list ul li {
    padding: 1.5625vw;
  }
}
.p__photograph .sec.-s1 .plan-list ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
.p__photograph .sec.-s1 .plan-list ul .pct {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p__photograph .sec.-s1 .plan-list ul .pct {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p__photograph .sec.-s1 .plan-list ul .pct {
    margin-bottom: 2.0833333333vw;
  }
}
.p__photograph .sec.-s1 .plan-list ul .pct > img {
  width: 100%;
  height: auto;
}
.p__photograph .sec.-s1 .plan-list ul .pct .lbl {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  color: #FFFFFF;
  background-color: rgba(157, 134, 50, 0.9);
}
@media screen and (max-width: 767px) {
  .p__photograph .sec.-s1 .plan-list ul .pct .lbl {
    gap: 5px;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.27em;
    border-radius: 0 0 10px 0;
    padding: 6px 8px;
  }
}
@media screen and (min-width: 768px) {
  .p__photograph .sec.-s1 .plan-list ul .pct .lbl {
    gap: 10px;
    font-size: clamp(12px, 0.9375vw, 18px);
    line-height: 1.7em;
    letter-spacing: 0.13em;
    border-radius: 0 0 20px 0;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p__photograph .sec.-s1 .plan-list ul .pct .lbl .e__symbol {
    transform: scale(0.7);
    margin-left: 5px;
    margin-top: 2px;
  }
}
@media screen and (min-width: 768px) {
  .p__photograph .sec.-s1 .plan-list ul .pct .lbl .e__symbol {
    transform: scale(0.5);
    margin: -13px;
  }
}
.p__photograph .sec.-s1 .plan-list ul .cnt .styles {
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .p__photograph .sec.-s1 .plan-list ul .cnt .styles {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p__photograph .sec.-s1 .plan-list ul .cnt .styles {
    margin-bottom: 20px;
  }
}
.p__photograph .sec.-s1 .plan-list ul .cnt .styles .style {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  border: solid 1px #452705;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .p__photograph .sec.-s1 .plan-list ul .cnt .styles .style {
    height: 28px;
    border-radius: 15px;
    padding: 0 8px 1px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.27em;
  }
}
@media screen and (min-width: 768px) {
  .p__photograph .sec.-s1 .plan-list ul .cnt .styles .style {
    height: clamp(30px, 1.9791666667vw, 38px);
    border-radius: 20px;
    padding: 0 0.625vw 2px;
    font-size: clamp(12px, 0.8333333333vw, 16px);
    line-height: 1;
    letter-spacing: 0.27em;
  }
}
.p__photograph .sec.-s1 .plan-list ul .cnt .styles .style::before {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .p__photograph .sec.-s1 .plan-list ul .cnt .styles .style::before {
    width: 15px;
    height: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p__photograph .sec.-s1 .plan-list ul .cnt .styles .style::before {
    width: 20px;
    height: 20px;
  }
}
.p__photograph .sec.-s1 .plan-list ul .cnt .styles .style.-yosou::before {
  background-image: url(../images/icons/style-yosou.png);
}
.p__photograph .sec.-s1 .plan-list ul .cnt .styles .style.-wasou::before {
  background-image: url(../images/icons/style-wasou.png);
}
@media screen and (max-width: 767px) {
  .p__photograph .sec.-s1 .plan-list ul .cnt .ttl {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.03em;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p__photograph .sec.-s1 .plan-list ul .cnt .ttl {
    font-size: clamp(16px, 1.6666666667vw, 32px);
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 1.3020833333vw;
  }
}
.p__photograph .sec.-s1 .plan-list ul .cnt .sub-ttl {
  height: 2.4em;
}
@media screen and (max-width: 767px) {
  .p__photograph .sec.-s1 .plan-list ul .cnt .sub-ttl {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p__photograph .sec.-s1 .plan-list ul .cnt .sub-ttl {
    font-size: clamp(13px, 1.3541666667vw, 26px);
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin-bottom: 2.8645833333vw;
  }
}
.p__photograph .sec.-s1 .plan-list ul .cnt .description {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p__photograph .sec.-s1 .plan-list ul .cnt .description {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p__photograph .sec.-s1 .plan-list ul .cnt .description {
    margin-bottom: 2.0833333333vw;
  }
}
.p__photograph .sec.-s1 .plan-list ul .cnt .description .e__caption {
  display: block;
}
.p__photograph .sec.-s1 .plan-list ul .cnt .cols {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p__photograph .sec.-s1 .plan-list ul .cnt .cols {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p__photograph .sec.-s1 .plan-list ul .cnt .cols {
    gap: 1.0416666667vw 0;
  }
}
.p__photograph .sec.-s1 .plan-list ul .cnt .e__btn {
  margin-right: auto;
}
.p__photograph .sec.-s1 .plan-list ul .cnt .price {
  color: #452705;
}
@media screen and (max-width: 767px) {
  .p__photograph .sec.-s1 .plan-list ul .cnt .price .amount {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.13em;
  }
}
@media screen and (min-width: 768px) {
  .p__photograph .sec.-s1 .plan-list ul .cnt .price .amount {
    font-size: clamp(20px, 2.0833333333vw, 40px);
    line-height: 1;
    letter-spacing: 0.13em;
  }
}
.p__photograph .sec.-s1 .plan-list ul .cnt .price .amount::before {
  content: "¥";
}
@media screen and (max-width: 767px) {
  .p__photograph .sec.-s1 .plan-list ul .cnt .price .amount::before {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0em;
    margin-right: 5px;
  }
}
@media screen and (min-width: 768px) {
  .p__photograph .sec.-s1 .plan-list ul .cnt .price .amount::before {
    font-size: clamp(15.3333333333px, 1.1979166667vw, 23px);
    line-height: 1;
    letter-spacing: 0em;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p__photograph .sec.-s1 .plan-list ul .cnt .price .tax {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 768px) {
  .p__photograph .sec.-s1 .plan-list ul .cnt .price .tax {
    font-size: clamp(12px, 0.9375vw, 18px);
    line-height: 1;
    letter-spacing: 0.2em;
  }
}
.p__photograph .sec.-s1 .plan-list ul .cnt .service {
  transition: 0.5s ease-in-out;
  height: 0px;
  overflow: hidden;
}
.p__photograph .sec.-s1 .plan-list ul .cnt .service .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p__photograph .sec.-s1 .plan-list ul .cnt .service .container {
    gap: 15px;
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p__photograph .sec.-s1 .plan-list ul .cnt .service .container {
    gap: 1.3020833333vw;
    padding-top: 3.6458333333vw;
  }
}
.p__photograph .sec.-s1 .plan-list ul .cnt .service .e__caption {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p__photograph .sec.-s1 .plan-list ul .cnt .service .e__tag {
    height: 20px;
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .p__photograph .sec.-s1 .plan-list .c__slide-nav {
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  .p__photograph .sec.-s1 .plan-list:hover .c__slide-nav {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 768px) {
  .p__photograph .sec.-s1 .plan-list .c__slide-nav {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    pointer-events: none;
    transition: 1s, opacity 0.3s;
  }
  .p__photograph .sec.-s1 .plan-list .c__slide-nav .btn-prev,
  .p__photograph .sec.-s1 .plan-list .c__slide-nav .btn-next {
    position: sticky;
    top: 0;
    pointer-events: auto;
    transition: top 1s, opacity 0.3s;
  }
  .p__photograph .sec.-s1 .plan-list .c__slide-nav .btn-prev {
    transform: rotate(180deg);
  }
  .p__photograph .sec.-s1 .plan-list.--active .c__slide-nav {
    padding: 50vh 20px;
  }
  .p__photograph .sec.-s1 .plan-list.--active .btn-prev,
  .p__photograph .sec.-s1 .plan-list.--active .btn-next {
    top: 50vh;
  }
}
@media screen and (min-width: 768px) {
  .p__photograph .sec.-s1 .plan-list:hover ul.slide li::after {
    visibility: visible;
    opacity: 1;
  }
  .p__photograph .sec.-s1 .plan-list:hover ul.slide li.swiper-slide-active::after {
    visibility: hidden;
    opacity: 0;
  }
}
.p__photograph .sec.-s2 .showcase-feed {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p__photograph .sec.-s2 .showcase-feed {
    padding: 0 80px;
  }
}
@media screen and (min-width: 768px) {
  .p__photograph .sec.-s2 .showcase-feed {
    padding: 0 min(9.1145833333vw, 175px);
  }
}
.p__photograph .sec.-s2 .showcase-feed a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p__photograph .sec.-s2 .showcase-feed a {
    gap: 20px;
    transition: 0.3s;
    transform: scale(0.7);
    transform-origin: center center;
  }
  .p__photograph .sec.-s2 .showcase-feed a.swiper-slide-active {
    transform: scale(1);
  }
}
@media screen and (min-width: 768px) {
  .p__photograph .sec.-s2 .showcase-feed a {
    gap: 1.5625vw;
  }
}
.p__photograph .sec.-s2 .showcase-feed a .pct {
  background-color: #000000;
}
.p__photograph .sec.-s2 .showcase-feed a .pct img {
  width: 100%;
  height: auto;
  transition: opacity 0.3s;
}
.p__photograph .sec.-s2 .showcase-feed a .e__ttl {
  letter-spacing: 0.13em;
  text-align: center;
}
.p__photograph .sec.-s2 .showcase-feed a:hover .pct img {
  opacity: 0.4;
}
@media screen and (min-width: 768px) {
  .p__photograph .sec.-s2 .showcase-feed .c__slide-nav {
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  .p__photograph .sec.-s2 .showcase-feed:hover .c__slide-nav {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  .p__photograph .sec.-s2 .showcase-feed .c__slide-nav {
    display: none;
  }
}
.p__photograph .sec.-s2 .showcase-feed .c__slide-nav .btn-prev,
.p__photograph .sec.-s2 .showcase-feed .c__slide-nav .btn-next {
  position: absolute;
  z-index: 1;
  top: calc(35% - 33px);
}
.p__photograph .sec.-s2 .showcase-feed .c__slide-nav .btn-prev {
  left: 30px;
}
.p__photograph .sec.-s2 .showcase-feed .c__slide-nav .btn-next {
  right: 30px;
}
@media screen and (max-width: 767px) {
  .p__photograph .sec.-s3 .c__panel-table.-confirmation {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p__photograph .sec.-s3 .c__panel-table.-confirmation {
    margin-top: 7.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .p__photograph .sec.-s3 .grp + .grp-name {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p__photograph .sec.-s3 .grp + .grp-name {
    margin-top: 6.25vw;
  }
}
.p__photograph .sec.-s5 .photographer-list {
  position: relative;
  font-weight: 500;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p__photograph .sec.-s5 .photographer-list {
    margin-top: 50px;
    padding: 0 100px;
  }
}
@media screen and (min-width: 768px) {
  .p__photograph .sec.-s5 .photographer-list {
    padding: 0 10vw;
  }
}
@media screen and (min-width: 768px) {
  .p__photograph .sec.-s5 .photographer-list ul {
    margin-bottom: 6.25vw;
  }
}
.p__photograph .sec.-s5 .photographer-list ul li {
  display: flex;
  flex-direction: column;
  height: auto;
}
.p__photograph .sec.-s5 .photographer-list .pct {
  border-radius: 50%;
  overflow: hidden;
  background-color: #000000;
}
.p__photograph .sec.-s5 .photographer-list .pct img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p__photograph .sec.-s5 .photographer-list .pct img:hover {
    opacity: 0.7;
  }
}
.p__photograph .sec.-s5 .photographer-list .pct.-has-border {
  border: solid 1px #452705;
}
@media screen and (min-width: 768px) {
  .p__photograph .sec.-s5 .photographer-list .pct.-has-border img:hover {
    opacity: 0.9;
  }
}
.p__photograph .sec.-s5 .photographer-list .txt {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p__photograph .sec.-s5 .photographer-list .txt {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p__photograph .sec.-s5 .photographer-list .txt {
    margin-top: 3.125vw;
  }
}
.p__photograph .sec.-s5 .photographer-list .txt .name {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p__photograph .sec.-s5 .photographer-list .txt .name {
    gap: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p__photograph .sec.-s5 .photographer-list .txt .name {
    gap: 1.3020833333vw;
    margin-bottom: 1.3020833333vw;
  }
}
.p__photograph .sec.-s5 .photographer-list .txt .name .w1 {
  color: #452705;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p__photograph .sec.-s5 .photographer-list .txt .name .w1 {
    font-size: 21px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) {
  .p__photograph .sec.-s5 .photographer-list .txt .name .w1 {
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
.p__photograph .sec.-s5 .photographer-list .txt .name .w2 {
  display: block;
  min-height: 1em;
}
@media screen and (max-width: 767px) {
  .p__photograph .sec.-s5 .photographer-list .txt .name .w2 {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.3em;
  }
}
@media screen and (min-width: 768px) {
  .p__photograph .sec.-s5 .photographer-list .txt .name .w2 {
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 1;
    letter-spacing: 0.3em;
  }
}
.p__photograph .sec.-s5 .photographer-list .txt .e__prg {
  margin-bottom: auto;
}
.p__photograph .sec.-s5 .photographer-list .tag {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p__photograph .sec.-s5 .photographer-list .tag {
    margin: 0 -10px;
  }
}
.p__photograph .sec.-s5 .photographer-list .tag .e__nominate-tag {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p__photograph .sec.-s5 .photographer-list .tag .e__nominate-tag {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p__photograph .sec.-s5 .photographer-list .tag .e__nominate-tag {
    margin-top: 1.5625vw;
  }
}
@media screen and (min-width: 768px) {
  .p__photograph .sec.-s5 .photographer-list .c__slide-nav {
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  .p__photograph .sec.-s5 .photographer-list:hover .c__slide-nav {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  .p__photograph .sec.-s5 .photographer-list .c__slide-nav {
    display: none;
  }
}
.p__photograph .sec.-s5 .photographer-list .c__slide-nav .btn-prev,
.p__photograph .sec.-s5 .photographer-list .c__slide-nav .btn-next {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p__photograph .sec.-s5 .photographer-list .c__slide-nav .btn-prev,
  .p__photograph .sec.-s5 .photographer-list .c__slide-nav .btn-next {
    top: calc(50% - 25px);
  }
}
@media screen and (min-width: 768px) {
  .p__photograph .sec.-s5 .photographer-list .c__slide-nav .btn-prev,
  .p__photograph .sec.-s5 .photographer-list .c__slide-nav .btn-next {
    top: calc(50% - 33px);
  }
}
.p__photograph .sec.-s5 .photographer-list .c__slide-nav .btn-prev {
  left: 30px;
}
.p__photograph .sec.-s5 .photographer-list .c__slide-nav .btn-next {
  right: 30px;
}
@media screen and (max-width: 767px) {
  .p__photograph .sec.-s6 .flow-step {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p__photograph .sec.-s5, .p__photograph .sec.-s6 {
    margin-top: -60px;
    padding-top: 60px;
  }
  .p__photograph .sec.-s5 .c__sec-title, .p__photograph .sec.-s6 .c__sec-title {
    margin: 30px 25px 0;
    padding-top: 30px;
    border-top: 1px solid rgba(191, 185, 180, 0.5);
  }
}

@media screen and (max-width: 767px) {
  .p__our-team .c__page-headline {
    margin-bottom: 30px;
    background-image: url("/assets/images/our-team/headline-bg_sm.jpg");
  }
}
@media screen and (min-width: 768px) {
  .p__our-team .c__page-headline {
    margin-bottom: 7.8125vw;
    background-image: url("/assets/images/our-team/headline-bg.jpg");
  }
}
@media screen and (max-width: 767px) {
  .p__our-team .c__first-description {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p__our-team .sec {
    padding-top: 65px;
  }
}
@media screen and (min-width: 768px) {
  .p__our-team .sec {
    padding-top: 8.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p__our-team .sec ul.member-list {
    display: flex;
    flex-direction: column;
    gap: 65px;
    margin-top: 50px;
  }
  .p__our-team .sec ul.member-list li {
    display: block;
    padding-top: 75px;
    margin-top: -75px;
  }
}
@media screen and (min-width: 768px) {
  .p__our-team .sec ul.member-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6.7708333333vw 4%;
  }
  .p__our-team .sec ul.member-list li {
    display: flex;
    flex-direction: column;
    width: 30.5%;
    padding-top: 2.0833333333vw;
  }
}
.p__our-team .sec ul.member-list .portrait {
  position: relative;
  background-color: #000000;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #6C5235;
}
@media screen and (max-width: 767px) {
  .p__our-team .sec ul.member-list .portrait {
    border: solid 5px #FFFFFF;
  }
}
@media screen and (min-width: 768px) {
  .p__our-team .sec ul.member-list .portrait {
    border: solid 0.6770833333vw #FFFFFF;
  }
}
.p__our-team .sec ul.member-list .portrait.-executive-stylist {
  box-shadow: 0 0 0 1px #9D8632;
}
.p__our-team .sec ul.member-list .portrait.-top-stylist {
  box-shadow: 0 0 0 1px #BFB9B4;
}
.p__our-team .sec ul.member-list .portrait.-stylist {
  box-shadow: 0 0 0 1px #6C5235;
}
.p__our-team .sec ul.member-list .overview {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p__our-team .sec ul.member-list .overview {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p__our-team .sec ul.member-list .overview {
    gap: 2.6041666667vw;
    margin-bottom: auto;
  }
}
@media screen and (max-width: 767px) {
  .p__our-team .sec ul.member-list .overview .portrait {
    width: 200px;
  }
  .p__our-team .sec ul.member-list .overview .portrait img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .p__our-team .sec ul.member-list .overview .portrait img {
    width: 100%;
    height: auto;
    transition: 0.3s;
  }
}
.p__our-team .sec ul.member-list .overview .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p__our-team .sec ul.member-list .overview .txt {
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p__our-team .sec ul.member-list .overview .txt {
    gap: 1.0416666667vw;
  }
}
.p__our-team .sec ul.member-list .overview .txt .role {
  display: flex;
  align-items: center;
  color: #6C5235;
}
@media screen and (max-width: 767px) {
  .p__our-team .sec ul.member-list .overview .txt .role {
    gap: 8px;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 768px) {
  .p__our-team .sec ul.member-list .overview .txt .role {
    gap: 0.78125vw;
    font-size: clamp(12px, 0.8333333333vw, 16px);
    line-height: 2;
    letter-spacing: 0em;
  }
}
.p__our-team .sec ul.member-list .overview .txt .role .icon {
  display: block;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p__our-team .sec ul.member-list .overview .txt .role .icon {
    width: 6px;
    height: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p__our-team .sec ul.member-list .overview .txt .role .icon {
    width: 15px;
    height: 24px;
  }
}
.p__our-team .sec ul.member-list .overview .txt .role .icon.-executive-stylist {
  background-image: url("/assets/images/our-team/staff-role-icon/executive-stylist.svg");
}
.p__our-team .sec ul.member-list .overview .txt .role .icon.-top-stylist {
  background-image: url("/assets/images/our-team/staff-role-icon/top-stylist.svg");
}
.p__our-team .sec ul.member-list .overview .txt .role .icon.-stylist {
  background-image: url("/assets/images/our-team/staff-role-icon/stylist.svg");
}
.p__our-team .sec ul.member-list .overview .txt .role .icon.-staff {
  background-image: url("/assets/images/our-team/staff-role-icon/staff.svg");
}
@media screen and (min-width: 768px) {
  .p__our-team .sec ul.member-list .overview .txt .block {
    margin: 0 -10%;
  }
}
.p__our-team .sec ul.member-list .overview .txt .name-en {
  display: block;
  font-family: "Viaoda Libre", serif;
  font-weight: 400;
  font-style: normal;
  color: #452705;
  text-align: center;
  text-transform: uppercase;
  margin-right: -0.16em;
}
@media screen and (max-width: 767px) {
  .p__our-team .sec ul.member-list .overview .txt .name-en {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) {
  .p__our-team .sec ul.member-list .overview .txt .name-en {
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 1;
    letter-spacing: 0.16em;
  }
}
@media screen and (max-width: 767px) {
  .p__our-team .sec ul.member-list .overview .txt .name-ja {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.31em;
  }
}
@media screen and (min-width: 768px) {
  .p__our-team .sec ul.member-list .overview .txt .name-ja {
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 1.2;
    letter-spacing: 0.31em;
  }
}
@media screen and (max-width: 767px) {
  .p__our-team .sec ul.member-list .overview .txt .block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .p__our-team .sec ul.member-list .overview .txt .block .name-en {
    margin-top: 0.2em;
  }
}
@media screen and (min-width: 768px) {
  .p__our-team .sec ul.member-list .overview:hover .portrait img {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p__our-team .sec ul.member-list .detail .cnt.-c1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    padding: 0 40px;
    margin-top: 20px;
  }
  .p__our-team .sec ul.member-list .detail .cnt.-c1 .career {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    font-weight: 600;
  }
  .p__our-team .sec ul.member-list .detail .cnt.-c1 .career .row {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
    background-color: #FAF8F6;
  }
  .p__our-team .sec ul.member-list .detail .cnt.-c1 .career dt {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.4em;
    padding-left: 0.4em;
  }
  .p__our-team .sec ul.member-list .detail .cnt.-c1 .career dt::after {
    content: "";
    display: block;
    height: 1px;
    margin-right: 0.4em;
    padding-top: 4px;
    border-bottom: solid 1px #6C5235;
  }
  .p__our-team .sec ul.member-list .detail .cnt.-c1 .career dd {
    color: #452705;
    font-size: 10px;
    line-height: 1.7;
    letter-spacing: 0.09em;
  }
  .p__our-team .sec ul.member-list .detail .cnt.-c1 .e__btn {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .p__our-team .sec ul.member-list .detail .cnt.-c2 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p__our-team .sec ul.member-list .detail .cnt.-c1 .cols {
    display: flex;
    align-items: flex-start;
    gap: clamp(40px, 3.90625vw, 75px);
  }
  .p__our-team .sec ul.member-list .detail .cnt.-c1 .cols .col:nth-child(2) {
    flex: 1;
    max-width: 642px;
  }
  .p__our-team .sec ul.member-list .detail .cnt.-c1 .role {
    font-size: clamp(12px, 0.8333333333vw, 16px);
    line-height: 2;
    letter-spacing: 0em;
    margin-bottom: 0.78125vw;
  }
  .p__our-team .sec ul.member-list .detail .cnt.-c1 .name {
    font-size: clamp(12px, 0.9375vw, 18px);
    line-height: 2;
    letter-spacing: 0.31em;
    margin-bottom: 1.5625vw;
  }
  .p__our-team .sec ul.member-list .detail .cnt.-c1 .name .en {
    font-family: "Viaoda Libre", serif;
    font-weight: 400;
    font-style: normal;
    color: #452705;
    font-size: clamp(20px, 2.0833333333vw, 40px);
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  .p__our-team .sec ul.member-list .detail .cnt.-c1 .name .ja::before {
    content: "/";
    margin-left: 1em;
    margin-right: 0.5em;
  }
  .p__our-team .sec ul.member-list .detail .cnt.-c2 .cnt_ttl {
    color: #9D8632;
    font-family: "Pinyon Script", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(24px, 2.5vw, 48px);
    line-height: 1em;
    letter-spacing: 0.03em;
    margin-top: 4.1666666667vw;
    margin-bottom: -0.3em;
  }
}
@media screen and (max-width: 767px) {
  .p__our-team .sec ul.member-list .detail .status-area {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p__our-team .sec ul.member-list .detail .status {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 39px;
  padding: 5px 15px;
  border: solid 1px #6C5235;
  border-radius: 20px;
  margin-bottom: 20px;
}
.p__our-team .sec ul.member-list .detail .status .icon {
  display: block;
  width: 19px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p__our-team .sec ul.member-list .detail .status .txt {
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 768px) {
  .p__our-team .sec ul.member-list .detail .status .txt {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.2em;
  }
}
.p__our-team .sec ul.member-list .detail .status.-suspend .icon {
  background-image: url("../images/icons/suspended.svg");
}
@media screen and (max-width: 767px) {
  .p__our-team .sec ul.member-list .detail .qa .qa-grp {
    padding: 35px 0 15px;
  }
  .p__our-team .sec ul.member-list .detail .qa .qa-grp:not(:first-child) {
    border-top: 1px solid #DAD2C5;
  }
}
@media screen and (min-width: 768px) {
  .p__our-team .sec ul.member-list .detail .qa .qa-grp {
    padding: 2.0833333333vw 0;
    border-top: 1px solid #9D8632;
  }
}
.p__our-team .sec ul.member-list .detail .qa dt {
  display: flex;
  align-items: center;
  color: #9D8632;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p__our-team .sec ul.member-list .detail .qa dt {
    gap: 20px;
    font-size: 10px;
    line-height: 1.7;
    letter-spacing: 0.09em;
  }
}
@media screen and (min-width: 768px) {
  .p__our-team .sec ul.member-list .detail .qa dt {
    gap: 12px;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.09em;
  }
}
.p__our-team .sec ul.member-list .detail .qa dt::before {
  content: "Q";
  margin-top: -0.1em;
}
@media screen and (max-width: 767px) {
  .p__our-team .sec ul.member-list .detail .qa dt::before {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 768px) {
  .p__our-team .sec ul.member-list .detail .qa dt::before {
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 1;
    letter-spacing: 0em;
  }
}
.p__our-team .sec ul.member-list .link-instagram {
  display: block;
  border-radius: 50%;
  background-color: #9D8632;
  background-image: url("../images/icons/wht_sns_instagram.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p__our-team .sec ul.member-list .link-instagram {
    width: 28px;
    height: 28px;
    background-size: 14px 14px;
  }
}
@media screen and (min-width: 768px) {
  .p__our-team .sec ul.member-list .link-instagram {
    width: 45px;
    height: 45px;
    margin: 1.8229166667vw auto 0;
    transition: 0.3s;
  }
  .p__our-team .sec ul.member-list .link-instagram:hover {
    background-color: #6C5235;
  }
}
.p__our-team .sec ul.member-list .characteristics {
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-weight: 600;
}
.p__our-team .sec ul.member-list .characteristics .row {
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p__our-team .sec ul.member-list .characteristics .row {
    padding: 10px 15px;
    background-color: #FAF8F6;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p__our-team .sec ul.member-list .characteristics .row {
    padding: 15px 20px;
    background-color: #FFFFFF;
  }
}
.p__our-team .sec ul.member-list .characteristics dt {
  display: block;
  color: #452705;
  border-bottom: solid 1px rgba(108, 82, 53, 0.2);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p__our-team .sec ul.member-list .characteristics dt {
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.23em;
  }
}
@media screen and (min-width: 768px) {
  .p__our-team .sec ul.member-list .characteristics dt {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.4em;
  }
}
.p__our-team .sec ul.member-list .characteristics dd {
  display: block;
}
@media screen and (max-width: 767px) {
  .p__our-team .sec ul.member-list .characteristics dd {
    font-size: 10px;
    line-height: 1.7;
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 768px) {
  .p__our-team .sec ul.member-list .characteristics dd {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.25em;
  }
}
.p__our-team .sec ul.member-list .modal {
  position: fixed;
  z-index: 99;
  overflow: scroll;
  transition: opacity 0.5s, visibility 0.5s;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p__our-team .sec ul.member-list .modal {
    top: 75px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100svh - 95px);
    background-color: #FFFFFF;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.08);
    padding: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p__our-team .sec ul.member-list .modal {
    width: clamp(1235px, 72.9166666667vw, 1400px);
    max-width: min(90vw, 1400px);
    left: 50%;
    top: 5%;
    transform: translateX(-50%);
    overflow: scroll;
    height: 90%;
    padding: 7.03125vw 3.3854166667vw 3.3854166667vw;
    background-color: #FAF8F6;
    transition-delay: 0.25s;
  }
}
.p__our-team .sec ul.member-list .modal.--show {
  visibility: visible;
  opacity: 1;
  z-index: 100;
  transition-delay: 0s;
}
@media screen and (min-width: 768px) {
  .p__our-team .sec ul.member-list .modal .e__close-btn {
    position: absolute;
    top: 3.3854166667vw;
    left: 3.3854166667vw;
  }
  .p__our-team .sec ul.member-list .modal .c__slide-nav {
    position: absolute;
    top: 3.3854166667vw;
    right: 3.3854166667vw;
    display: flex;
    gap: 1.5625vw;
  }
}
.p__our-team .sec .grp-name {
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p__our-team .sec.-s1, .p__our-team .sec.-s2 {
    padding: 0 10vw;
  }
}
@media screen and (min-width: 768px) {
  .p__our-team .sec.-s1 {
    padding-top: 8.3333333333vw;
  }
  .p__our-team .sec.-s1 .grp-name {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p__our-team .sec.-s2 .grp-name {
    margin-top: 5.2083333333vw;
    padding-top: 5.2083333333vw;
    margin-bottom: 3.6458333333vw;
    border-top: 1px solid #6C5235;
  }
}
@media screen and (max-width: 767px) {
  .p__our-team .sec.-s3 {
    margin: 0 15px;
    padding-top: 65px;
  }
}
@media screen and (max-width: 767px) {
  .p__our-team .sec.-s3 .c__sec-title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p__our-team .sec.-s3 .c__sec-title {
    margin-bottom: 3.125vw;
  }
}
.p__our-team .sec.-s3 a.pct {
  display: block;
  background-color: #000000;
}
.p__our-team .sec.-s3 a.pct img {
  transition: 0.3s;
  width: 100%;
  height: auto;
}
.p__our-team .sec.-s3 a.pct:hover img {
  opacity: 0.4;
}

@media screen and (max-width: 767px) {
  .p__guide .c__page-headline {
    background-image: url("/assets/images/guide/headline-bg_sm.jpg");
  }
}
@media screen and (min-width: 768px) {
  .p__guide .c__page-headline {
    background-image: url("/assets/images/guide/headline-bg.jpg");
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .p__guide .c__first-description {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p__guide .m__guide-contents {
    margin-bottom: 40px;
  }
  .p__guide .m__guide-contents .menus {
    gap: 0 16px;
    margin: 0 30px;
  }
  .p__guide .m__guide-contents .menu {
    width: calc(50% - 17px);
    justify-content: space-between;
  }
  .p__guide .m__guide-contents .menu::after {
    transform: rotate(0deg);
  }
}
@media screen and (min-width: 768px) {
  .p__guide .m__guide-contents {
    gap: 4.4270833333vw;
    margin-bottom: 6.25vw;
  }
  .p__guide .m__guide-contents .tab {
    padding-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p__guide .sec-head {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p__guide .sec-head {
    margin-bottom: 7.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .p__guide .sec-head .e__prg {
    margin: 20px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .p__guide .sec-head .e__prg {
    margin: 1.8229166667vw 0 3.125vw;
  }
}
.p__guide .sec-head .e__caption {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p__guide .sec-head .e__caption {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p__guide.-contact .contents {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-contact .sec.-s1 .m__form {
    padding-bottom: 6.7708333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p__guide.-contact .sec.-s1 .m__form .form-sec:not(:first-child) {
    margin-top: 50px;
  }
}
.p__guide.-contact .sec.-s1 .m__form .rows {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p__guide.-contact .sec.-s1 .m__form .rows {
    gap: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-contact .sec.-s1 .m__form .rows {
    gap: 4.1666666667vw;
  }
}
.p__guide.-contact .sec.-s1 .m__form .cols {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p__guide.-contact .sec.-s1 .m__form .cols {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-contact .sec.-s1 .m__form .cols {
    gap: 1.5625vw;
  }
}
.p__guide.-contact .sec.-s1 .m__form .cols .col {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p__guide.-contact .sec.-s1 .m__form .select-channel {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4.1666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-contact .sec.-s1 .m__form .select-stylist {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3.125vw 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p__guide.-contact .sec.-s1 .m__form .select-stylist label.e__radio {
    width: 100%;
    height: 54px;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-contact .sec.-s1 .m__form .select-stylist label.e__radio {
    flex: 1 1 auto;
    width: calc(50% - 1.0416666667vw);
    min-width: 360px;
    height: 7.0833333333vw;
  }
}
.p__guide.-contact .sec.-s1 .m__form .select-stylist label.e__radio.no-selection {
  height: auto;
}
.p__guide.-contact .sec.-s1 .m__form .select-stylist .pct {
  flex: 0 0 auto;
  display: block;
  height: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p__guide.-contact .sec.-s1 .m__form .select-stylist .pct img {
  height: 100%;
  width: auto;
  transform: scale(1.3) translateY(10px);
}
.p__guide.-contact .sec.-s1 .m__form .select-stylist .txt .role {
  display: block;
}
@media screen and (max-width: 767px) {
  .p__guide.-contact .sec.-s1 .m__form .select-stylist .txt .role {
    font-size: 10px;
    line-height: 1.8;
    letter-spacing: 0.13em;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-contact .sec.-s1 .m__form .select-stylist .txt .role {
    font-size: clamp(12px, 0.9375vw, 18px);
    line-height: 1.8;
    letter-spacing: 0.13em;
  }
}
.p__guide.-contact .sec.-s1 .m__form .select-stylist .txt .name {
  display: block;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p__guide.-contact .sec.-s1 .m__form .select-stylist .txt .name {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-contact .sec.-s1 .m__form .select-stylist .txt .name {
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-top: 5px;
  }
}
.p__guide.-contact .sec.-s1 .m__form .select-stylist .txt .name .area {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p__guide.-contact .sec.-s1 .m__form .select-stylist .txt .name .area {
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-contact .sec.-s1 .m__form .select-stylist .txt .name .area {
    font-size: clamp(12px, 0.9375vw, 18px);
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}
.p__guide.-contact .sec.-s1 .m__form .row.-estimate {
  display: none;
}
.p__guide.-contact .sec.-s1 .m__form .row.-estimate.--show {
  display: block;
}
.p__guide.-contact .sec.-s1 .m__form .row.-estimate .e__field {
  cursor: not-allowed;
  background: #EEEEEE;
}
@media screen and (max-width: 767px) {
  .p__guide.-contact .sec.-s1 .m__form .row.-estimate .e__field {
    height: 500px;
    font-size: 10px;
    line-height: 1.7;
    letter-spacing: 0.13em;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-contact .sec.-s1 .m__form .row.-estimate .e__field {
    height: 800px;
    font-size: clamp(12px, 0.8333333333vw, 16px);
    line-height: 1.7;
    letter-spacing: 0.13em;
  }
}
@media screen and (max-width: 767px) {
  .p__guide.-contact .sec.-s1 .m__form .action {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-contact .sec.-s1 .m__form .action {
    margin-top: 6.25vw;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-contact .sec.-s1 .m__form .action .submit {
    width: 300px;
  }
}
.p__guide.-contact .sec.-s1 .c__panel-table.-confirmation {
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .p__guide.-contact .sec.-s1 .c__panel-table.-confirmation {
    margin: 50px -35px;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-contact .sec.-s1 .c__panel-table.-confirmation {
    margin: 9.8958333333vw -3.6458333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p__guide.-contact .sec.-s1 .c__panel-table.-confirmation .description {
    margin-bottom: 30px;
    letter-spacing: 0.13em;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-contact .sec.-s1 .c__panel-table.-confirmation .description {
    text-align: center;
    margin: -1.5625vw 0 3.6458333333vw;
  }
}
.p__guide.-contact .sec.-s1 .c__panel-table.-confirmation .accept-confirmation {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p__guide.-contact .sec.-s1 .c__panel-table.-confirmation .accept-confirmation {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-contact .sec.-s1 .c__panel-table.-confirmation .accept-confirmation {
    margin-top: 3.6458333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p__guide.-contact .sec.-s1 .c__panel-table.-confirmation .accept-confirmation .e__check {
    font-size: 12px;
    line-height: 1.7em;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-contact .sec.-s1 .c__panel-table.-confirmation .accept-confirmation .e__check {
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 1.7em;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) {
  .p__guide.-contact .sec.-s1 .privacy-policy {
    margin: 0 -35px;
    background-color: #FFFFFF;
    padding: 40px 30px;
  }
  .p__guide.-contact .sec.-s1 .privacy-policy .e__ttl {
    text-align: center;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-contact .sec.-s1 .privacy-policy {
    margin: 0 -3.6458333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p__guide.-contact .sec.-s1 .privacy-policy ul {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-contact .sec.-s1 .privacy-policy ul {
    margin-top: 1.5625vw;
  }
}
.p__guide.-contact .sec.-s1 .privacy-policy ul li {
  color: #6C5235;
}
@media screen and (max-width: 767px) {
  .p__guide.-contact .sec.-s1 .privacy-policy ul li {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-contact .sec.-s1 .privacy-policy ul li {
    font-size: clamp(12px, 0.8333333333vw, 16px);
    line-height: 2.4;
    letter-spacing: 0.2em;
  }
}
.p__guide.-contact .sec.-s1 .privacy-policy ul li::before {
  content: "●";
}
@media screen and (max-width: 767px) {
  .p__guide.-contact .recaptcha-msg {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-contact .recaptcha-msg {
    margin-top: 2.0833333333vw;
  }
}
.p__guide.-contact .recaptcha-msg p {
  font-size: 10px;
  line-height: 1.7;
  letter-spacing: 0.13em;
}
.p__guide.-contact .wpcf7-not-valid-tip {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.13em;
  margin-top: 10px;
}
.p__guide.-contact .wpcf7-list-item {
  margin: 0;
}
.p__guide.-contact .wpcf7-spinner {
  margin-right: -48px;
}
@media screen and (max-width: 767px) {
  .p__guide.-contact .wpcf7-response-output {
    font-size: 10px;
    line-height: 1.7em;
    letter-spacing: 0.13em;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-contact .wpcf7-response-output {
    font-size: clamp(12px, 0.9375vw, 18px);
    line-height: 1.7em;
    letter-spacing: 0.13em;
  }
}
.p__guide.-contact .c__radios {
  position: relative;
}
.p__guide.-contact .e__radio {
  position: initial;
}
.p__guide.-contact .e__radio .wpcf7-form-control-wrap {
  font-size: 0;
  position: initial;
}
@media screen and (max-width: 767px) {
  .p__guide.-contact .e__radio .wpcf7-form-control-wrap {
    flex: 0 0 26px;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-contact .e__radio .wpcf7-form-control-wrap {
    flex: 0 0 37px;
  }
}
.p__guide.-contact .e__radio .wpcf7-list-item-label::before {
  content: "";
  display: block;
  border-radius: 50%;
  transition: 0.3s;
  background-color: #FFFFFF;
  border-style: solid;
  border-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .p__guide.-contact .e__radio .wpcf7-list-item-label::before {
    aspect-ratio: 1/1;
    border-width: 7px;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-contact .e__radio .wpcf7-list-item-label::before {
    aspect-ratio: 1/1;
    border-width: 10px;
  }
}
.p__guide.-contact .e__radio input:checked + .wpcf7-list-item-label::before {
  background-color: #9D8632;
}
.p__guide.-contact .e__radio.-gray .wpcf7-list-item-label::before {
  border-color: #D9D9D9;
  background-color: #D9D9D9;
}
.p__guide.-contact .e__radio .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -3em;
  background-color: #FAF8F6;
}
@media screen and (max-width: 767px) {
  .p__guide.-estimate .contents {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p__guide.-estimate .sec.-s1 .m__form {
    padding: 60px 30px 30px;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-estimate .sec.-s1 .m__form {
    padding: 7.8125vw;
  }
}
.p__guide.-estimate .sec.-s1 .m__form .cols {
  display: flex;
  gap: 30px;
}
.p__guide.-estimate .sec.-s1 .m__form .cols .col {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p__guide.-estimate .sec.-s1 .m__form .action {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-estimate .sec.-s1 .m__form .action {
    margin-top: 6.25vw;
  }
}
.p__guide.-estimate .sec.-s1 .form-content {
  counter-reset: step-number 0;
}
.p__guide.-estimate .sec.-s1 .form-content .step-name {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p__guide.-estimate .sec.-s1 .form-content .step-name {
    gap: 10px;
    font-size: 10px;
    line-height: 1.7em;
    letter-spacing: 0.13em;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-estimate .sec.-s1 .form-content .step-name {
    gap: 1.5625vw;
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 1.7em;
    letter-spacing: 0em;
    margin-bottom: 1.8229166667vw;
  }
}
.p__guide.-estimate .sec.-s1 .form-content .step-name .num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #D9D9D9;
}
@media screen and (max-width: 767px) {
  .p__guide.-estimate .sec.-s1 .form-content .step-name .num {
    width: 55px;
    height: 65px;
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-estimate .sec.-s1 .form-content .step-name .num {
    width: 4.1666666667vw;
    height: 4.9479166667vw;
    font-size: clamp(12px, 0.8333333333vw, 16px);
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.p__guide.-estimate .sec.-s1 .form-content .step-name .num::after {
  counter-increment: step-number;
  content: counter(step-number, decimal-leading-zero);
}
@media screen and (max-width: 767px) {
  .p__guide.-estimate .sec.-s1 .form-content .step-name .num::after {
    font-size: 19px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-estimate .sec.-s1 .form-content .step-name .num::after {
    font-size: clamp(13px, 1.3541666667vw, 26px);
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.p__guide.-estimate .sec.-s1 .form-content .group-name {
  margin-bottom: 20px;
}
.p__guide.-estimate .sec.-s1 .form-content .group-name::before {
  display: none;
}
.p__guide.-estimate .sec.-s1 .form-content .c__checks .e__check {
  background-color: #FFFFFF;
  padding: 15px 20px;
}
.p__guide.-estimate .sec.-s1 .form-content .c__radios .e__radio {
  background-color: #FFFFFF;
  padding: 15px 20px;
}
.p__guide.-estimate .sec.-s1 .form-content .e__radio .inner,
.p__guide.-estimate .sec.-s1 .form-content .e__check .inner {
  flex: 1;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p__guide.-estimate .sec.-s1 .form-content .e__radio .inner,
  .p__guide.-estimate .sec.-s1 .form-content .e__check .inner {
    flex-direction: column;
    gap: 5px;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-estimate .sec.-s1 .form-content .e__radio .inner,
  .p__guide.-estimate .sec.-s1 .form-content .e__check .inner {
    align-items: center;
    gap: 15px;
  }
}
.p__guide.-estimate .sec.-s1 .form-content .e__radio .price,
.p__guide.-estimate .sec.-s1 .form-content .e__check .price {
  display: flex;
  align-items: baseline;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p__guide.-estimate .sec.-s1 .form-content .e__radio .price,
  .p__guide.-estimate .sec.-s1 .form-content .e__check .price {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-estimate .sec.-s1 .form-content .e__radio .price,
  .p__guide.-estimate .sec.-s1 .form-content .e__check .price {
    font-size: clamp(16px, 1.6666666667vw, 32px);
    line-height: 1;
    letter-spacing: 0.2em;
  }
}
.p__guide.-estimate .sec.-s1 .form-content .e__radio .price::before,
.p__guide.-estimate .sec.-s1 .form-content .e__check .price::before {
  content: "¥";
}
@media screen and (max-width: 767px) {
  .p__guide.-estimate .sec.-s1 .form-content .e__radio .price::before,
  .p__guide.-estimate .sec.-s1 .form-content .e__check .price::before {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
    margin-right: 5px;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-estimate .sec.-s1 .form-content .e__radio .price::before,
  .p__guide.-estimate .sec.-s1 .form-content .e__check .price::before {
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 1;
    letter-spacing: 0;
    margin-right: 10px;
  }
}
.p__guide.-estimate .sec.-s1 .form-content .e__radio .price .range-mark,
.p__guide.-estimate .sec.-s1 .form-content .e__check .price .range-mark {
  display: block;
}
@media screen and (max-width: 767px) {
  .p__guide.-estimate .sec.-s1 .form-content .e__radio .price .range-mark,
  .p__guide.-estimate .sec.-s1 .form-content .e__check .price .range-mark {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-estimate .sec.-s1 .form-content .e__radio .price .range-mark,
  .p__guide.-estimate .sec.-s1 .form-content .e__check .price .range-mark {
    width: 1em;
    margin-left: 5px;
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 1;
    letter-spacing: 0;
  }
}
.p__guide.-estimate .sec.-s1 .form-content .e__radio .price .range-mark.--hidden,
.p__guide.-estimate .sec.-s1 .form-content .e__check .price .range-mark.--hidden {
  opacity: 0;
}
.p__guide.-estimate .sec.-s1 .form-content .c__radios.has-pct .pct {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.p__guide.-estimate .sec.-s1 .form-content .c__radios.has-pct .pct.-has-border {
  border: solid 1px #452705;
}
.p__guide.-estimate .sec.-s1 .form-content .c__radios.has-pct .txt {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.p__guide.-estimate .sec.-s1 .form-content .c__radios.has-pct .txt .role {
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p__guide.-estimate .sec.-s1 .form-content .c__radios.has-pct .pct {
    width: 68px;
    height: auto;
  }
  .p__guide.-estimate .sec.-s1 .form-content .c__radios.has-pct .role {
    font-size: 10px;
    line-height: 1.7;
    letter-spacing: 0.13em;
  }
  .p__guide.-estimate .sec.-s1 .form-content .c__radios.has-pct .name {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.13em;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-estimate .sec.-s1 .form-content .c__radios.has-pct .role {
    font-size: clamp(12px, 0.9375vw, 18px);
    line-height: 1.7;
    letter-spacing: 0.13em;
  }
  .p__guide.-estimate .sec.-s1 .form-content .c__radios.has-pct .name {
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 1.7;
    letter-spacing: 0.13em;
  }
  .p__guide.-estimate .sec.-s1 .form-content .c__radios.has-pct .area {
    font-size: clamp(12px, 0.9375vw, 18px);
    line-height: 1.7;
    letter-spacing: 0.13em;
  }
}
.p__guide.-estimate .sec.-s1 .form-content .row.-stylist .c__radios.has-pct .name {
  text-transform: uppercase;
}
.p__guide.-estimate .sec.-s1 .form-content .form-sec.-input {
  transition: 0.5s;
}
.p__guide.-estimate .sec.-s1 .form-content .form-sec.-input .rows {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p__guide.-estimate .sec.-s1 .form-content .form-sec.-input .rows {
    gap: 65px;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-estimate .sec.-s1 .form-content .form-sec.-input .rows {
    gap: 4.1666666667vw;
  }
}
.p__guide.-estimate .sec.-s1 .form-content .form-sec.-input .row {
  transition-property: display, opacity;
  transition-behavior: allow-discrete;
  transition-duration: 0.5s;
  display: block;
  opacity: 1;
}
@starting-style {
  .p__guide.-estimate .sec.-s1 .form-content .form-sec.-input .row {
    opacity: 0;
  }
}
.p__guide.-estimate .sec.-s1 .form-content .form-sec.-input .row.--hidden {
  display: none;
  opacity: 0;
  transition-duration: 0s;
}
.p__guide.-estimate .sec.-s1 .form-content .form-sec.-result {
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .p__guide.-estimate .sec.-s1 .form-content .form-sec.-result {
    padding: 30px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-estimate .sec.-s1 .form-content .form-sec.-result {
    padding: 7.5520833333vw 7.03125vw;
    margin-top: 4.1666666667vw;
  }
}
.p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .result-ttl {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .result-ttl {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .result-ttl {
    margin-bottom: 2.0833333333vw;
  }
}
.p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table {
  transition-property: display, opacity;
  transition-behavior: allow-discrete;
  transition-duration: 0.5s;
  display: block;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table {
    margin-bottom: 20px;
  }
}
@starting-style {
  .p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table {
    opacity: 0;
  }
}
.p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table.--hidden {
  display: none;
  opacity: 0;
  transition-duration: 0s;
}
.p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table .row {
  display: flex;
  border-color: #D9D9D9;
  border-style: solid;
  border-width: 1px 0 0;
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table .row {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 25px 0;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table .row {
    align-items: center;
    gap: 8%;
    padding: 1.5625vw 0;
    padding-left: 1.3020833333vw;
  }
}
.p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table .row.--hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table .rows .row:first-child {
    border-top: none;
  }
}
.p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table dt {
  flex: 0 0 auto;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table dt {
    font-size: 10px;
    line-height: 1.7em;
    letter-spacing: 0.13em;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table dt {
    width: 20%;
    font-size: clamp(12px, 0.9375vw, 18px);
    line-height: 1.7em;
    letter-spacing: 0.13em;
  }
}
@media screen and (max-width: 767px) {
  .p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table dd {
    font-size: 10px;
    line-height: 1.7em;
    letter-spacing: 0.13em;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table dd {
    font-size: clamp(12px, 0.8333333333vw, 16px);
    line-height: 1.7em;
    letter-spacing: 0.13em;
  }
}
@media screen and (max-width: 767px) {
  .p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table dd.choice {
    width: calc(75% - 20px);
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table dd.choice {
    width: calc(92% - 150px);
  }
}
.p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table dd.price {
  text-align: right;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table dd.price {
    width: 25%;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.13em;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table dd.price {
    width: 150px;
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 1.5;
    letter-spacing: 0.13em;
  }
}
.p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table dd.price:not(.-empty)::before {
  content: "¥";
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table dd.price:not(.-empty)::before {
    font-size: 10px;
    line-height: 1.7em;
    letter-spacing: 0.13em;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table dd.price:not(.-empty)::before {
    font-size: clamp(12px, 0.9375vw, 18px);
    line-height: 1.7em;
    letter-spacing: 0.13em;
  }
}
@media screen and (max-width: 767px) {
  .p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table dd.price.-ask {
    font-size: 10px;
    line-height: 1.7em;
    letter-spacing: 0.13em;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table dd.price.-ask {
    font-size: clamp(12px, 0.9375vw, 18px);
    line-height: 1.7em;
    letter-spacing: 0.13em;
  }
}
.p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table dd.price.-ask::before {
  display: none;
}
.p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table dd.price .range-mark {
  width: 1em;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table dd.price .range-mark {
    font-size: 10px;
    line-height: 1.7em;
    letter-spacing: 0.13em;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table dd.price .range-mark {
    font-size: clamp(12px, 0.9375vw, 18px);
    line-height: 1.7em;
    letter-spacing: 0.13em;
  }
}
.p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table dd.price .range-mark.--hidden {
  opacity: 0;
}
.p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table .dd-grp {
  flex: 1;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table .dd-grp {
    width: 100%;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px 20px;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table .dd-grp {
    align-items: center;
    flex-wrap: wrap;
    gap: 8%;
  }
}
.p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table .row.total {
  display: grid;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table .row.total {
    grid-template-columns: 1fr 1fr;
    gap: 20px 0;
    padding: 25px 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table .row.total {
    grid-template-columns: 1fr 240px;
    gap: 1.0416666667vw 0;
    padding: 2.0833333333vw 0;
  }
}
.p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table .row.total dt {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table .row.total dt {
    width: 150px;
    margin-left: auto;
  }
}
.p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table .row.total dd {
  width: auto;
}
@media screen and (max-width: 767px) {
  .p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .estimate-table .row.total dd {
    text-align: right;
  }
}
.p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .result-caption {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .actions {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .actions {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .actions {
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .actions .e__btn.to-contact {
    gap: 10px;
    padding: 0 10px;
    letter-spacing: 0.1em;
  }
}
.p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .actions .e__caption {
  position: relative;
  display: block;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .actions .e__caption {
    padding-left: 1.5em;
  }
}
.p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .actions .e__caption::before {
  content: "※";
}
@media screen and (min-width: 768px) {
  .p__guide.-estimate .sec.-s1 .form-content .form-sec.-result .actions .e__caption::before {
    position: absolute;
    left: 0;
  }
}
.p__guide.-policy .sec.-s1 .policy-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #FAF8F6;
}
@media screen and (max-width: 767px) {
  .p__guide.-policy .sec.-s1 .policy-content {
    gap: 80px;
    padding: 60px 25px;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-policy .sec.-s1 .policy-content {
    gap: 11.9791666667vw;
    padding: 6.7708333333vw 5.2083333333vw;
  }
}
.p__guide.-policy .sec.-s1 .policy-content .policy-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p__guide.-policy .sec.-s1 .policy-content .policy-sec {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-policy .sec.-s1 .policy-content .policy-sec {
    gap: 3.125vw;
  }
}
.p__guide.-policy .sec.-s1 .sec-name {
  color: #452705;
  font-weight: 500;
  padding-bottom: 0.3em;
  border-bottom: solid 1px #9D8632;
}
@media screen and (max-width: 767px) {
  .p__guide.-policy .sec.-s1 .plan-select {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-policy .sec.-s1 .plan-select {
    width: 60.4166666667vw;
  }
}
.p__guide.-policy .sec.-s1 .plan-select .title {
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p__guide.-policy .sec.-s1 .plan-select .title {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-policy .sec.-s1 .plan-select .title {
    margin-bottom: 1.5625vw;
  }
}
.p__guide.-policy .sec.-s1 .plan-select .plan-names {
  display: flex;
  background-color: #fff;
}
.p__guide.-policy .sec.-s1 .plan-select .plan-names .plan-name {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #452705;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p__guide.-policy .sec.-s1 .plan-select .plan-names .plan-name {
    gap: 5px;
    height: 28px;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.13em;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-policy .sec.-s1 .plan-select .plan-names .plan-name {
    gap: 15px;
    height: 56px;
    padding: 10px 25px;
    font-size: clamp(12px, 0.9375vw, 18px);
    line-height: 1;
    letter-spacing: 0.13em;
  }
}
.p__guide.-policy .sec.-s1 .plan-select .plan-names .plan-name:nth-child(n+2)::before {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #452705;
}
@media screen and (max-width: 767px) {
  .p__guide.-policy .sec.-s1 .plan-select .plan-names .plan-name:nth-child(n+2)::before {
    height: 14px;
    opacity: 0.2;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-policy .sec.-s1 .plan-select .plan-names .plan-name:nth-child(n+2)::before {
    height: 25px;
  }
}
.p__guide.-policy .sec.-s1 .plan-select .plan-names .plan-name i {
  display: block;
  border-radius: 50%;
  background-image: url("/assets/images/icons/plus.svg");
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.3s;
  background-color: #BFB9B4;
}
@media screen and (max-width: 767px) {
  .p__guide.-policy .sec.-s1 .plan-select .plan-names .plan-name i {
    width: 8px;
    height: 8px;
    background-size: 4px 4px;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-policy .sec.-s1 .plan-select .plan-names .plan-name i {
    width: 28px;
    height: 28px;
    background-size: 14px 14px;
  }
}
.p__guide.-policy .sec.-s1 .plan-select .plan-names .plan-name:hover i, .p__guide.-policy .sec.-s1 .plan-select .plan-names .plan-name.--selected i {
  background-color: #9D8632;
}
.p__guide.-policy .sec.-s1 .plan-select .plan-cnts {
  position: relative;
  background-color: #fff;
  transition: 0.5s;
  height: 0;
}
.p__guide.-policy .sec.-s1 .plan-select .plan-cnts .plan-cnt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
.p__guide.-policy .sec.-s1 .plan-select .plan-cnts .plan-cnt.--show {
  visibility: visible;
  opacity: 1;
}
.p__guide.-policy .sec.-s1 .plan-select .description {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p__guide.-policy .sec.-s1 .plan-select .description {
    padding: 10px 15px;
    min-height: 100px;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-policy .sec.-s1 .plan-select .description {
    min-height: 180px;
  }
}
.p__guide.-policy .sec.-s1 .description {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #FFFFFF;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p__guide.-policy .sec.-s1 .description {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-policy .sec.-s1 .description {
    width: 60.4166666667vw;
    padding: 1.5625vw 4.1666666667vw;
  }
}
.p__guide.-policy .sec.-s1 .description ul {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media screen and (min-width: 768px) {
  .p__guide.-policy .sec.-s1 .description ul {
    padding: 2.0833333333vw 0;
  }
}
.p__guide.-policy .sec.-s1 .description ul li {
  position: relative;
  color: #452705;
  font-weight: 500;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .p__guide.-policy .sec.-s1 .description ul li {
    font-size: 10px;
    line-height: 1.7em;
    letter-spacing: 0.13em;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-policy .sec.-s1 .description ul li {
    font-size: clamp(12px, 0.9375vw, 18px);
    line-height: 1.7em;
    letter-spacing: 0.13em;
  }
}
.p__guide.-policy .sec.-s1 .description ul li::before {
  content: "●";
  position: absolute;
  left: 0;
}
.p__guide.-policy .sec.-s1 .description dl {
  display: grid;
  grid-template-columns: 1fr auto;
  color: #452705;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p__guide.-policy .sec.-s1 .description dl {
    gap: 5px 20px;
    font-size: 10px;
    line-height: 1.7em;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-policy .sec.-s1 .description dl {
    gap: 1.5em 2.0833333333vw;
    font-size: clamp(12px, 0.9375vw, 18px);
    line-height: 1.7em;
    letter-spacing: 0.13em;
  }
}
.p__guide.-policy .sec.-s1 .description dl dt {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p__guide.-policy .sec.-s1 .description dl dt {
    padding-left: 1em;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-policy .sec.-s1 .description dl dt {
    padding-left: 2em;
  }
}
.p__guide.-policy .sec.-s1 .description dl dt::before {
  content: "●";
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p__guide.-policy .sec.-s1 .description .e__caption {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-policy .sec.-s1 .description .e__caption {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p__guide.-policy .sec.-s2 {
    margin-top: 30px;
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-policy .sec.-s2 {
    margin-top: 9.8958333333vw;
    padding-top: 5.2083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p__guide.-policy .sec.-s2 .sec-head {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-policy .sec.-s2 .sec-head {
    margin-bottom: 3.6458333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p__guide.-policy .sec.-s2 ul.qa-list {
    padding: 0 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-policy .sec.-s2 ul.qa-list {
    padding: 0 5.2083333333vw;
  }
}
.p__guide.-policy .sec.-s2 ul.qa-list li {
  border-style: solid;
  border-width: 1px 0;
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .p__guide.-policy .sec.-s2 ul.qa-list li {
    border-color: rgba(108, 82, 53, 0.2);
    padding: 25px 0;
  }
  .p__guide.-policy .sec.-s2 ul.qa-list li:last-child {
    border-bottom-width: 0;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-policy .sec.-s2 ul.qa-list li {
    border-color: #816F6F;
    padding: 3.6458333333vw 0;
  }
}
.p__guide.-policy .sec.-s2 ul.qa-list li .q {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p__guide.-policy .sec.-s2 ul.qa-list li .q {
    padding-left: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-policy .sec.-s2 ul.qa-list li .q {
    padding-left: 70px;
    margin-bottom: 1.5625vw;
  }
}
.p__guide.-policy .sec.-s2 ul.qa-list li .q::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-weight: 600;
  background-color: #9D8632;
}
@media screen and (max-width: 767px) {
  .p__guide.-policy .sec.-s2 ul.qa-list li .q::before {
    top: 2px;
    width: 18px;
    height: 18px;
    font-size: 9px;
    line-height: 1;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-policy .sec.-s2 ul.qa-list li .q::before {
    width: 38px;
    height: 38px;
    font-size: clamp(13.3333333333px, 1.0416666667vw, 20px);
    line-height: 1;
    letter-spacing: 0;
  }
}
.p__guide.-policy .sec.-s2 ul.qa-list li .q .e__ttl {
  color: #9D8632;
}
.p__guide.-policy .sec.-s2 ul.qa-list li .a {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p__guide.-policy .sec.-s2 ul.qa-list li .a {
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-policy .sec.-s2 ul.qa-list li .a {
    padding-left: 70px;
  }
}
.p__guide.-policy .sec.-s2 ul.qa-list li .a::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #452705;
  font-weight: 600;
  border: solid 1px #452705;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p__guide.-policy .sec.-s2 ul.qa-list li .a::before {
    width: 18px;
    height: 18px;
    font-size: 9px;
    line-height: 1;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-policy .sec.-s2 ul.qa-list li .a::before {
    width: 38px;
    height: 38px;
    font-size: clamp(13.3333333333px, 1.0416666667vw, 20px);
    line-height: 1;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) {
  .p__guide.-policy .sec.-s2 ul.qa-list li .e__prg {
    padding-top: 0.15em;
  }
}
.p__guide.-policy .sec.-s2 ul.qa-list li .e__caption {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p__information article.information {
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .p__information .post-navigation {
    padding: 0 25px;
  }
}
.p__information .page-headline {
  color: #452705;
}
@media screen and (max-width: 767px) {
  .p__information .page-headline {
    margin: 30px 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .p__information .page-headline {
    margin: 5.2083333333vw 0 5.2083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p__information .page-headline .page-type {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p__information .page-headline .page-type {
    margin-bottom: 2.0833333333vw;
  }
}

@media screen and (max-width: 767px) {
  .p__limited-plan article.limited-plan {
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .p__limited-plan .post-navigation {
    padding: 0 25px;
  }
}
.p__limited-plan .page-headline {
  color: #452705;
}
@media screen and (max-width: 767px) {
  .p__limited-plan .page-headline {
    margin: 30px 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .p__limited-plan .page-headline {
    margin: 5.2083333333vw 0 5.2083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p__limited-plan .page-headline .page-type {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p__limited-plan .page-headline .page-type {
    margin-bottom: 3.90625vw;
  }
}

@media screen and (max-width: 767px) {
  .p__showcase article.showcase {
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .p__showcase .post-navigation {
    padding: 0 25px;
  }
}
.p__showcase .page-headline {
  color: #452705;
}
@media screen and (max-width: 767px) {
  .p__showcase .page-headline {
    margin: 30px 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .p__showcase .page-headline {
    margin: 2.6041666667vw 0 2.6041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p__showcase .page-headline .page-type {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 768px) {
  .p__showcase .page-headline .page-type {
    font-size: clamp(24px, 2.5vw, 48px);
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 1em;
  }
}
.p__showcase .sec {
  color: #452705;
}
.p__showcase .post-thumbnail img {
  width: 100%;
  height: auto;
}
.p__showcase .entry-content p {
  margin: 1.6em 0;
}
@media screen and (max-width: 767px) {
  .p__showcase .entry-content p {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.13em;
  }
}
@media screen and (min-width: 768px) {
  .p__showcase .entry-content p {
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 1.7;
    letter-spacing: 0.13em;
  }
}
@media screen and (max-width: 767px) {
  .p__showcase .entry-content .wp-block-group {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p__showcase .entry-content .wp-block-group {
    margin-top: 20.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p__showcase .entry-content .wp-block-group:last-child() {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p__showcase .entry-content .wp-block-group:last-child() {
    margin-bottom: 20.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p__showcase .entry-content .wp-block-columns {
    gap: 0px;
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p__showcase .entry-content .wp-block-columns {
    gap: 3.6458333333vw;
    margin-top: 7.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .p__showcase .entry-content .wp-block-columns:last-child() {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p__showcase .entry-content .wp-block-columns:last-child() {
    margin-bottom: 7.8125vw;
  }
}
.p__showcase .entry-content .wp-block-image img {
  width: 100%;
}
.p__showcase .entry-content .wp-block-image .wp-element-caption {
  margin: 1.5em 0;
}
@media screen and (max-width: 767px) {
  .p__showcase .entry-content .wp-block-image .wp-element-caption {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.13em;
  }
}
@media screen and (min-width: 768px) {
  .p__showcase .entry-content .wp-block-image .wp-element-caption {
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 1.7;
    letter-spacing: 0.13em;
  }
}

.wp-edit p {
  font-size: inherit;
}
.wp-edit p span {
  display: block;
  line-height: 1.7;
}
.wp-edit p + p {
  margin-top: 0.8em;
}
@media screen and (max-width: 767px) {
  .wp-edit span {
    font-size: 10px !important;
  }
}

.swiper,
.swiper-wrapper {
  z-index: 0;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.p__404 {
  min-height: 100svh;
}
.p__404 .contents {
  margin: 0;
}
.p__404 .sec_404 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p__404 .sec_404 {
    gap: 40px;
    padding: 80px 0;
  }
}
@media screen and (min-width: 768px) {
  .p__404 .sec_404 {
    gap: 4.1666666667vw;
    padding: 6.25vw;
  }
}
.p__404 .c__first-description {
  text-align: center;
}
.p__404 .c__first-description .e__btn {
  margin-top: 40px;
}

.js-animate {
  visibility: hidden;
  opacity: 0;
}
.js-animate.-delay-0 {
  animation-delay: 0s;
}
@media screen and (max-width: 767px) {
  .js-animate.-delay-sm-0 {
    animation-delay: 0s;
  }
}
@media screen and (min-width: 768px) {
  .js-animate.-delay-md-0 {
    animation-delay: 0s;
  }
}
.js-animate.-delay-1 {
  animation-delay: 0.1s;
}
@media screen and (max-width: 767px) {
  .js-animate.-delay-sm-1 {
    animation-delay: 0.1s;
  }
}
@media screen and (min-width: 768px) {
  .js-animate.-delay-md-1 {
    animation-delay: 0.1s;
  }
}
.js-animate.-delay-2 {
  animation-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .js-animate.-delay-sm-2 {
    animation-delay: 0.2s;
  }
}
@media screen and (min-width: 768px) {
  .js-animate.-delay-md-2 {
    animation-delay: 0.2s;
  }
}
.js-animate.-delay-3 {
  animation-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .js-animate.-delay-sm-3 {
    animation-delay: 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .js-animate.-delay-md-3 {
    animation-delay: 0.3s;
  }
}
.js-animate.-delay-4 {
  animation-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .js-animate.-delay-sm-4 {
    animation-delay: 0.4s;
  }
}
@media screen and (min-width: 768px) {
  .js-animate.-delay-md-4 {
    animation-delay: 0.4s;
  }
}
.js-animate.-delay-5 {
  animation-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  .js-animate.-delay-sm-5 {
    animation-delay: 0.5s;
  }
}
@media screen and (min-width: 768px) {
  .js-animate.-delay-md-5 {
    animation-delay: 0.5s;
  }
}
.js-animate.-delay-6 {
  animation-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  .js-animate.-delay-sm-6 {
    animation-delay: 0.6s;
  }
}
@media screen and (min-width: 768px) {
  .js-animate.-delay-md-6 {
    animation-delay: 0.6s;
  }
}
.js-animate.-delay-7 {
  animation-delay: 0.7s;
}
@media screen and (max-width: 767px) {
  .js-animate.-delay-sm-7 {
    animation-delay: 0.7s;
  }
}
@media screen and (min-width: 768px) {
  .js-animate.-delay-md-7 {
    animation-delay: 0.7s;
  }
}
.js-animate.-delay-8 {
  animation-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  .js-animate.-delay-sm-8 {
    animation-delay: 0.8s;
  }
}
@media screen and (min-width: 768px) {
  .js-animate.-delay-md-8 {
    animation-delay: 0.8s;
  }
}
.js-animate.-delay-9 {
  animation-delay: 0.9s;
}
@media screen and (max-width: 767px) {
  .js-animate.-delay-sm-9 {
    animation-delay: 0.9s;
  }
}
@media screen and (min-width: 768px) {
  .js-animate.-delay-md-9 {
    animation-delay: 0.9s;
  }
}
.js-animate.-delay-10 {
  animation-delay: 1s;
}
@media screen and (max-width: 767px) {
  .js-animate.-delay-sm-10 {
    animation-delay: 1s;
  }
}
@media screen and (min-width: 768px) {
  .js-animate.-delay-md-10 {
    animation-delay: 1s;
  }
}
.js-animate.-delay-11 {
  animation-delay: 1.1s;
}
@media screen and (max-width: 767px) {
  .js-animate.-delay-sm-11 {
    animation-delay: 1.1s;
  }
}
@media screen and (min-width: 768px) {
  .js-animate.-delay-md-11 {
    animation-delay: 1.1s;
  }
}
.js-animate.-delay-12 {
  animation-delay: 1.2s;
}
@media screen and (max-width: 767px) {
  .js-animate.-delay-sm-12 {
    animation-delay: 1.2s;
  }
}
@media screen and (min-width: 768px) {
  .js-animate.-delay-md-12 {
    animation-delay: 1.2s;
  }
}
.js-animate.-delay-13 {
  animation-delay: 1.3s;
}
@media screen and (max-width: 767px) {
  .js-animate.-delay-sm-13 {
    animation-delay: 1.3s;
  }
}
@media screen and (min-width: 768px) {
  .js-animate.-delay-md-13 {
    animation-delay: 1.3s;
  }
}
.js-animate.-delay-14 {
  animation-delay: 1.4s;
}
@media screen and (max-width: 767px) {
  .js-animate.-delay-sm-14 {
    animation-delay: 1.4s;
  }
}
@media screen and (min-width: 768px) {
  .js-animate.-delay-md-14 {
    animation-delay: 1.4s;
  }
}
.js-animate.-delay-15 {
  animation-delay: 1.5s;
}
@media screen and (max-width: 767px) {
  .js-animate.-delay-sm-15 {
    animation-delay: 1.5s;
  }
}
@media screen and (min-width: 768px) {
  .js-animate.-delay-md-15 {
    animation-delay: 1.5s;
  }
}
.js-animate.-delay-16 {
  animation-delay: 1.6s;
}
@media screen and (max-width: 767px) {
  .js-animate.-delay-sm-16 {
    animation-delay: 1.6s;
  }
}
@media screen and (min-width: 768px) {
  .js-animate.-delay-md-16 {
    animation-delay: 1.6s;
  }
}
.js-animate.-delay-17 {
  animation-delay: 1.7s;
}
@media screen and (max-width: 767px) {
  .js-animate.-delay-sm-17 {
    animation-delay: 1.7s;
  }
}
@media screen and (min-width: 768px) {
  .js-animate.-delay-md-17 {
    animation-delay: 1.7s;
  }
}
.js-animate.-delay-18 {
  animation-delay: 1.8s;
}
@media screen and (max-width: 767px) {
  .js-animate.-delay-sm-18 {
    animation-delay: 1.8s;
  }
}
@media screen and (min-width: 768px) {
  .js-animate.-delay-md-18 {
    animation-delay: 1.8s;
  }
}
.js-animate.-delay-19 {
  animation-delay: 1.9s;
}
@media screen and (max-width: 767px) {
  .js-animate.-delay-sm-19 {
    animation-delay: 1.9s;
  }
}
@media screen and (min-width: 768px) {
  .js-animate.-delay-md-19 {
    animation-delay: 1.9s;
  }
}
.js-animate.-delay-20 {
  animation-delay: 2s;
}
@media screen and (max-width: 767px) {
  .js-animate.-delay-sm-20 {
    animation-delay: 2s;
  }
}
@media screen and (min-width: 768px) {
  .js-animate.-delay-md-20 {
    animation-delay: 2s;
  }
}
.js-animate.-duration-5 {
  animation-duration: 0.5s;
}
.js-animate.-duration-10 {
  animation-duration: 1s;
}
.js-animate.-duration-15 {
  animation-duration: 1.5s;
}
.js-animate.-duration-20 {
  animation-duration: 2s;
}
.js-animate.-duration-25 {
  animation-duration: 2.5s;
}
.js-animate.-duration-30 {
  animation-duration: 3s;
}

.js-animate-sequence > *:nth-child(1) {
  animation-delay: 0.2s;
}
.js-animate-sequence > *:nth-child(2) {
  animation-delay: 0.4s;
}
.js-animate-sequence > *:nth-child(3) {
  animation-delay: 0.6s;
}
.js-animate-sequence > *:nth-child(4) {
  animation-delay: 0.8s;
}
.js-animate-sequence > *:nth-child(5) {
  animation-delay: 1s;
}
.js-animate-sequence > *:nth-child(6) {
  animation-delay: 1.2s;
}
.js-animate-sequence > *:nth-child(7) {
  animation-delay: 1.4s;
}
.js-animate-sequence > *:nth-child(8) {
  animation-delay: 1.6s;
}
.js-animate-sequence > *:nth-child(9) {
  animation-delay: 1.8s;
}
.js-animate-sequence > *:nth-child(10) {
  animation-delay: 2s;
}

.--animated {
  visibility: visible;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.--animated.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.--animated.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.--animated.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.--animated.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.--animated.fadeInDown {
  animation-name: fadeInDown;
}
.--animated .animate-wrap {
  display: block;
}
@keyframes showInBottom1 {
  0% {
    opacity: 1;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showInBottom2 {
  0% {
    opacity: 1;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.--animated.showInBottom {
  animation-name: showInBottom1;
  overflow: hidden;
}
.--animated.showInBottom .-wrap {
  animation-name: showInBottom2;
}
@keyframes showInRight1 {
  0% {
    opacity: 1;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes showInRight2 {
  0% {
    opacity: 1;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.--animated.showInRight {
  animation-name: showInRight1;
  overflow: hidden;
}
.--animated.showInRight .-wrap {
  animation-name: showInRight2;
}
@keyframes scaleOut {
  0% {
    opacity: 0;
    transform: scale(0);
    transform-origin: center;
  }
  100% {
    opacity: 1;
    transform: scale(1);
    transform-origin: center;
  }
}
.--animated.scaleOut {
  animation-name: scaleOut;
}
@keyframes scaleUp {
  0% {
    opacity: 0;
    transform: scale(0);
    transform-origin: center bottom;
  }
  100% {
    opacity: 1;
    transform: scale(1);
    transform-origin: center bottom;
  }
}
.--animated.scaleUp {
  animation-name: scaleUp;
}
@keyframes scaleLeftUp {
  0% {
    opacity: 0;
    transform: scale(0) rotate(15deg);
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
    transform-origin: right bottom;
  }
}
.--animated.scaleLeftUp {
  animation-name: scaleLeftUp;
}
@keyframes scaleRightUp {
  0% {
    opacity: 0;
    transform: scale(0) rotate(-15deg);
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
    transform-origin: left bottom;
  }
}
.--animated.scaleRightUp {
  animation-name: scaleRightUp;
}

.wp-theme-mydresser-bridal .page-headline .e__ttl {
  line-height: 1.7;
}
.wp-theme-mydresser-bridal .post-thumbnail img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .wp-theme-mydresser-bridal .sec article {
    padding: 0 160px;
  }
}
.wp-theme-mydresser-bridal .entry-content p {
  margin: 1.7em 0;
}
.wp-theme-mydresser-bridal .entry-content p:first-child {
  margin-top: 0;
}
.wp-theme-mydresser-bridal .entry-content .wp-block-image img {
  width: 100%;
}
.wp-theme-mydresser-bridal .entry-content .wp-block-image .wp-element-caption {
  margin: 1.5em 0;
}
@media screen and (max-width: 767px) {
  .wp-theme-mydresser-bridal .entry-content .wp-block-image .wp-element-caption {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.13em;
  }
}
@media screen and (min-width: 768px) {
  .wp-theme-mydresser-bridal .entry-content .wp-block-image .wp-element-caption {
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 1.7;
    letter-spacing: 0.13em;
  }
}

@media screen and (max-width: 767px) {
  .p__showcase article.showcase {
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .p__showcase .post-navigation {
    padding: 0 25px;
  }
}
.p__showcase .page-headline {
  color: #452705;
}
@media screen and (max-width: 767px) {
  .p__showcase .page-headline {
    margin: 30px 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .p__showcase .page-headline {
    margin: 50px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .p__showcase .page-headline .page-type {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .p__showcase .page-headline .page-type {
    font-size: clamp(16px, 1.6666666667vw, 32px);
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 1em;
  }
}
.p__showcase .sec {
  color: #452705;
}
@media screen and (max-width: 767px) {
  .p__showcase .entry-content {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p__showcase .entry-content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p__showcase .entry-content p {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.13em;
  }
}
@media screen and (min-width: 768px) {
  .p__showcase .entry-content p {
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 1.7;
    letter-spacing: 0.13em;
  }
}
@media screen and (max-width: 767px) {
  .p__showcase .entry-content .wp-block-group {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p__showcase .entry-content .wp-block-group {
    margin-top: 400px;
  }
}
@media screen and (max-width: 767px) {
  .p__showcase .entry-content .wp-block-group:last-child() {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p__showcase .entry-content .wp-block-group:last-child() {
    margin-bottom: 400px;
  }
}
@media screen and (max-width: 767px) {
  .p__showcase .entry-content .wp-block-columns {
    gap: 0px;
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p__showcase .entry-content .wp-block-columns {
    gap: 70px;
    margin-top: 240px;
  }
}
@media screen and (max-width: 767px) {
  .p__showcase .entry-content .wp-block-columns:last-child() {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p__showcase .entry-content .wp-block-columns:last-child() {
    margin-bottom: 240px;
  }
}/*# sourceMappingURL=styles.css.map */