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

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

:root {
  --color-default: #231815;
  --color-black: #231815;
  --color-gray: #ccc;
  --color-gray-dark: #868686;
  --color-primary: #D6007F;
  --color-secondary: #A1D5FF;
  --color-tertiary: #F1DAFF;
  --color-bg-primary: #f5f5f5;
  --color-border-primary: #e1e1e1;
  --color-link: rgb(0, 128, 255);
  --color-shadow007: rgb(0 0 0 / 7.5%);
  --color-shadow01: rgb(0 0 0 / 10%);
  --color-shadow015: rgb(0 0 0 / 15%);
  --color-shadow02: rgb(0 0 0 / 20%);
  --font-nomal: "kozuka-gothic-pro", sans-serif;
  --font-noto-serif: "Noto Serif JP", serif;
  --font-sofia: sofia-pro, sans-serif;
  --font-anguafina: "Aguafina Script", cursive;
  --font-akaya: "Akaya Telivigala", system-ui;
  --transition: .25s ease;
  --transition-duration: .25s;
  --hover-opacity: .7;
}

body {
  position: relative;
  width: 100%;
  background: #fff;
  color: var(--color-default);
  font-family: var(--font-nomal);
  font-size: 16px;
  line-height: 1.8;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02rem;
  overflow-x: hidden;
}

a {
  display: block;
  cursor: pointer;
  color: var(--color-default);
  text-decoration: none;
  text-underline-offset: 0.275em;
}
a:where(:not([class])) {
  color: var(--color-link);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  a:where(:not([class])):hover {
    text-decoration: none;
  }
}

input,
textarea,
button,
select,
option,
optgroup {
  font-size: 16px;
}
@media not screen and (min-width: 590px), print {
  input,
  textarea,
  button,
  select,
  option,
  optgroup {
    font-size: min(16px, min(7.80488vw, 35.12196px));
  }
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

img {
  display: block;
  max-width: 100%;
}

::selection {
  background-color: var(--color-primary);
  color: #fff;
  text-shadow: none;
}

::placeholder {
  color: var(--color-gray);
  opacity: 1;
}

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

.u-tl {
  text-align: left;
}

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

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

.u-vt {
  vertical-align: top;
}

.u-vm {
  vertical-align: middle;
}

.u-vb {
  vertical-align: bottom;
}

.u-fwn {
  font-weight: 400;
}

.u-fwb {
  font-weight: 700;
}

.u-visuallyHidden {
  position: absolute !important;
  z-index: -1 !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}

.smsizes\:hidden,
.xs\:hidden {
  display: none;
}

html {
  background-color: #333;
}

body {
  max-width: 590px;
  margin-inline: auto;
}

.l-frame {
  display: block;
}

.l-frame__side {
  display: none;
}

@media (min-width: 1100px) {
  body {
    max-width: none;
    margin-inline: 0;
  }
  .l-frame {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    min-height: 100vh;
    padding: 24px 32px;
    background-color: #fbeef1;
  }
  .l-frame__side {
    display: block;
    position: sticky;
    top: 24px;
    align-self: flex-start;
  }
  .l-frame__side--left {
    flex: 0 0 395px;
    max-width: 395px;
  }
  .l-frame__side--right {
    flex: 0 0 250px;
  }
  .l-frame__main {
    flex: none;
    width: 450px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 8px 40px rgba(120, 30, 70, 0.12);
  }
  .l-frame__main > .header {
    display: none;
  }
  .l-frame__side--left .sns {
    padding: 0;
    background: none;
  }
  .l-frame__side--left .sns .container-fluid {
    padding: 0;
    max-width: none;
    width: 100%;
  }
  .l-frame__side--left .sns__banners {
    margin-top: 12px;
    gap: 12px;
  }
  .l-frame__side--left .sns__head__img,
  .l-frame__side--left .sns__banner__img {
    width: 100%;
    height: auto;
  }
  .l-frame__side--left .more__btn__container {
    display: none;
  }
  .l-nav__logo {
    margin-bottom: 20px;
    text-align: center;
  }
  .l-nav__logo .l-nav__logo__img {
    display: inline-block;
    width: auto;
    height: 40px;
  }
  .l-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(120, 30, 70, 0.2);
  }
  .l-nav__list li a {
    position: relative;
    display: block;
    padding: 12px 4px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.4;
    color: var(--color-default);
    border-bottom: 1px solid rgba(120, 30, 70, 0.2);
    transition: color 0.2s;
  }
  .l-nav__list li a:hover {
    color: var(--color-primary);
  }
  .l-nav__list li a.is-current {
    color: var(--color-primary);
  }
  .l-nav__list li a.is-current::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    height: 1px;
    background-color: var(--color-primary);
    z-index: 1;
  }
  .l-nav__cta {
    margin-top: 20px;
    text-align: center;
  }
  .l-nav__sns {
    margin: 20px 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 16px;
    list-style: none;
  }
  .l-nav__sns li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: var(--color-primary);
    transition: opacity 0.2s;
  }
  .l-nav__sns li a:hover {
    opacity: 0.8;
  }
  .l-nav__sns li a img {
    width: 20px;
    height: auto;
  }
}
.container-fluid {
  width: min(100%, 1250px);
  margin-inline: auto;
  padding-inline: 25px;
}
@media not screen and (min-width: 590px), print {
  .container-fluid {
    padding-inline: min(4.39025vw, 19.7561px);
  }
}

.js-animation-element {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 8%, 0);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js-animation-element[data-animation-type=sm] {
  transform: translate3d(0, 4%, 0);
}
.js-animation-element.-show {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translate3d(0, 0, 0);
}
.js-animation-element--delay01 {
  transition-delay: 0.1s;
}
.js-animation-element--delay02 {
  transition-delay: 0.2s;
}
.js-animation-element--delay03 {
  transition-delay: 0.3s;
}
.js-animation-element--delay04 {
  transition-delay: 0.4s;
}

.parallax-element {
  /* アニメーションを滑らかにする */
  transition: transform 0s ease;
  /* パフォーマンス最適化 */
  will-change: transform;
}

.more__btn__container {
  text-align: center;
}

.more__btn {
  position: relative;
  display: inline-block;
  padding: min(3.17074vw, 14.2683px) min(10.24391vw, 46.09757px);
  min-width: 180px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.89);
  border: 1.28px solid var(--color-default);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.03);
  transition: opacity 0.3s, background-color 0.3s;
  cursor: pointer;
  line-height: 1;
}
.more__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: min(3.41464vw, 15.36586px);
  margin-top: auto;
  margin-bottom: auto;
  width: min(2.43903vw, 10.97561px);
  height: min(2.19513vw, 9.87805px);
  background-image: url(../../img/common/icon_arrow_bk.svg?20250710);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  transition: transform 0.3s;
}
.more__btn .more__btn__txt {
  font-size: min(3.65854vw, 16.46342px);
  font-weight: 700;
  letter-spacing: 0.07rem;
  line-height: 1;
}
.more__btn--insta {
  border-color: #fff;
  background: linear-gradient(to right, #dd1387 0%, #fd025d 15%, #fe6345 40%, #ff8912 70%, #fd484f 100%);
}
.more__btn--insta::after {
  background-image: url(../../img/common/icon_arrow_wh.svg?20250710);
}
.more__btn--insta .more__btn__txt {
  color: #fff;
}
.more__btn--primary {
  border-color: #fff;
  background-color: var(--color-primary);
}
.more__btn--primary::after {
  background-image: url(../../img/common/icon_arrow_wh.svg?20250710);
}
.more__btn--primary .more__btn__txt {
  color: #fff;
}
.more__btn:hover {
  opacity: 0.9;
}
.more__btn:hover::after {
  transform: translateX(3px);
}
.more__btn:not(.more__btn--primary):not(.more__btn--insta):hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.section__ttl__container {
  text-align: center;
}

.section__ttl__en {
  font-size: min(7.07318vw, 31.82927px);
  font-weight: 500;
  font-family: var(--font-sofia);
  line-height: 1;
  letter-spacing: 0.03rem;
}

.section__ttl__jp {
  display: block;
  margin-top: min(2.43903vw, 10.97561px);
  font-size: min(3.04879vw, 13.71952px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.07rem;
}

section.cta {
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: var(--color-secondary);
  z-index: 10;
}
section.cta .cta__banner__container {
  margin-top: min(4.39025vw, 19.7561px);
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s;
}
section.cta .cta__banner__container:hover {
  opacity: 0.82;
}
section.cta .cta__banner__container .cta__banner {
  display: block;
  width: 100%;
  height: auto;
}

.reserve__cta__banner {
  margin-top: 40px;
}
.reserve__cta__banner a {
  display: block;
  transition: opacity 0.3s;
}
.reserve__cta__banner a:hover {
  opacity: 0.85;
}
.reserve__cta__banner img {
  display: block;
  width: 100%;
  height: auto;
}

.none {
  display: none;
}

.xl__block {
  display: none;
}
@media not screen and (min-width: 1220px), print {
  .xl__block {
    display: block;
  }
}

.lg__block {
  display: none;
}
@media not screen and (min-width: 991px), print {
  .lg__block {
    display: block;
  }
}

.md__block {
  display: none;
}
@media not screen and (min-width: 767px), print {
  .md__block {
    display: block;
  }
}

@media not screen and (min-width: 590px), print {
  .sm__block {
    display: block;
  }
}

@media not screen and (min-width: 1220px), print {
  .xl__none {
    display: none;
  }
}

@media not screen and (min-width: 991px), print {
  .lg__none {
    display: none;
  }
}

@media not screen and (min-width: 767px), print {
  .md__none {
    display: none;
  }
}

@media not screen and (min-width: 590px), print {
  .sm__none {
    display: none;
  }
}

.page__kv {
  position: relative;
  width: 100%;
  height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 55;
}
@media not screen and (min-width: 590px), print {
  .page__kv {
    height: 140vw;
  }
}
.page__kv::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/common/kv.jpg?202510061915);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page__kv::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.page__kv--furisode::before {
  background-image: url(../../img/common/kv_furisode_sp.jpg);
  background-position: top 0 left 50%;
}
.page__kv--hakama::before {
  background-image: url(../../img/common/kv_hakama_rental_sp.jpg?20260821b);
  background-position: top 0 left 50%;
}
.page__kv--voice::before {
  background-image: url(../../img/common/kv_voice_sp.jpg);
}
.page__kv--reserve::before {
  background-image: url(../../img/common/kv_reserve_sp.jpg);
}
.page__kv--recruit::before {
  background-image: url(../../img/common/kv_recruit_sp.jpg);
}
@media (min-width: 1100px) {
  .page__kv--recruit .page__ttl {
    transform: translateY(24px);
  }
}
.page__kv--about::before {
  background-image: url(../../img/common/kv_about_sp.jpg);
}
.page__kv--about::after {
  background-color: rgba(0, 0, 0, 0.26);
}
.page__kv--process::before {
  background-image: url(../../img/common/kv_process_sp.jpg);
}
.page__kv .page__ttl {
  position: relative;
  text-align: center;
  z-index: 20;
}
.page__kv .page__ttl .jp__ttl {
  display: block;
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 0.17em;
  color: #fff;
  line-height: 1;
}
@media not screen and (min-width: 590px), print {
  .page__kv .page__ttl .jp__ttl {
    font-size: min(6.58537vw, 29.63415px);
  }
}
.page__kv .page__ttl .en__ttl {
  margin-top: 27px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--font-sofia);
  letter-spacing: 0.11em;
  color: #fff;
  line-height: 1;
  opacity: 0.8;
}
@media not screen and (min-width: 590px), print {
  .page__kv .page__ttl .en__ttl {
    font-size: min(2.92683vw, 13.17074px);
  }
}
.page__kv .page__ttl .sub__ttl {
  margin-top: 38px;
  display: block;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.17em;
  color: #fff;
  line-height: 1.5;
}
@media not screen and (min-width: 590px), print {
  .page__kv .page__ttl .sub__ttl {
    margin-top: 26%;
    font-size: min(4.63415vw, 20.85366px);
  }
}

.page__sub__ttl {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  z-index: 10;
}
@media not screen and (min-width: 590px), print {
  .page__sub__ttl {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.page__sub__ttl .ttl {
  display: inline-block;
  padding-bottom: 12px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05rem;
  color: var(--color-default);
  border-bottom: 2px solid var(--color-default);
}
.page__sub__ttl .ttl--02 {
  display: none;
}
@media not screen and (min-width: 590px), print {
  .page__sub__ttl .ttl--02 {
    display: inline-block;
  }
}
@media not screen and (min-width: 590px), print {
  .page__sub__ttl .ttl--none {
    display: none;
  }
}
@media not screen and (min-width: 1220px), print {
  .page__sub__ttl .ttl {
    font-size: 35px;
  }
}
@media not screen and (min-width: 767px), print {
  .page__sub__ttl .ttl {
    font-size: 30px;
  }
}
@media not screen and (min-width: 590px), print {
  .page__sub__ttl .ttl {
    font-size: 25px;
  }
}

.breadcrumb__container {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media not screen and (min-width: 590px), print {
  .breadcrumb__container {
    margin-top: 20px;
  }
}
.breadcrumb__container .breadcrumb__lists {
  padding: 7px 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumb__container .breadcrumb__lists .breadcrumb__item {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.05rem;
  color: #5d5d5d;
}
.breadcrumb__container .breadcrumb__lists .breadcrumb__item::after {
  content: "";
  position: absolute;
  right: 7.5px;
  top: 5px;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--color-gray-dark);
  border-right: 2px solid var(--color-gray-dark);
  transform: rotate(45deg);
}
.breadcrumb__container .breadcrumb__lists .breadcrumb__item:last-child {
  pointer-events: none;
}
.breadcrumb__container .breadcrumb__lists .breadcrumb__item:last-child::after {
  content: none;
}
.breadcrumb__container .breadcrumb__lists .breadcrumb__item a {
  display: inline-block;
  margin-right: 20px;
  color: #5d5d5d;
}
.breadcrumb__container .breadcrumb__lists .breadcrumb__item:hover a {
  text-decoration: underline;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 0 30px 30px;
  max-width: 960px;
  width: 100%;
  max-height: calc(100% - 40px);
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}
@media not screen and (min-width: 590px), print {
  .modal__container {
    padding: 0 12px 12px;
  }
}

.modal__header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 5;
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  margin-inline: -30px;
  padding: 16px 30px;
}
@media not screen and (min-width: 590px), print {
  .modal__header {
    margin-inline: -12px;
    padding: 10px 12px;
  }
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: none;
}
.modal__close:focus {
  border: none;
  outline: none;
}

.modal__header .modal__close:before {
  content: "×";
  font-weight: 700;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 1px solid #e2e2e2;
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1), mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: min(18.29269vw, 82.31708px);
  z-index: 100;
}
.header .header__container {
  padding-inline: min(4.87805vw, 21.95122px);
  display: flex;
  transition: all 0.45s;
  height: 100%;
  width: 100%;
}
.header .header__logo {
  position: relative;
  display: block;
  padding: min(3.90244vw, 17.56098px) 0;
  z-index: 10;
  width: auto;
  height: 100%;
}
.header .header__logo a {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.header .header__logo .logo01 {
  display: inline-block;
  width: auto;
  height: 100%;
  transition: opacity 0.4s;
}
.header .header__logo .logo01:hover {
  opacity: 0.78;
}

.hader__nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.88);
  backface-visibility: hidden;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hader__nav[data-open=true] {
  opacity: 1;
  visibility: visible;
}
.hader__nav[data-open=true] ul li a {
  animation: nav-show 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
[data-animation=true] .hader__nav {
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.hader__nav .nav__wrap {
  height: 100%;
}
.hader__nav .nav__container {
  display: table;
  width: 100%;
  height: 100%;
  padding: 10vh 0;
}
.hader__nav .nav__contents {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: min(19.5122vw, 87.80488px) min(4.87805vw, 21.95122px);
  vertical-align: middle;
}
.hader__nav .nav__contents > ul {
  list-style: none;
}
.hader__nav .nav__contents > ul li {
  border-bottom: min(0.24391vw, 1.09757px) solid #595959;
  overflow: hidden;
}
.hader__nav .nav__contents > ul a {
  display: block;
  padding: min(3.65854vw, 16.46342px) min(4.87805vw, 21.95122px) min(3.65854vw, 16.46342px) 0;
  color: #fff;
  font-size: 17.5px;
  font-weight: 700;
  font-family: var(--font-inter);
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  text-decoration: none;
  text-align: left;
  opacity: 0;
  transform: translateY(100%);
  will-change: opacity, transform;
}
@media (hover: hover) and (pointer: fine) {
  .hader__nav .nav__contents > ul a {
    transition: opacity var(--transition);
  }
  .hader__nav .nav__contents > ul a:hover {
    opacity: var(--hover-opacity);
  }
}
.hader__nav .nav__contents > ul a.menu__nocase {
  text-transform: none;
}
@keyframes nav-show {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.hader__nav .nav__row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  margin-top: min(9.7561vw, 43.90244px);
}
@media (hover: hover) and (pointer: fine) {
  .hader__nav .nav__row a {
    transition: opacity var(--transition);
  }
  .hader__nav .nav__row a:hover {
    opacity: var(--hover-opacity);
  }
  .hader__nav .nav__row .nav__contact:hover {
    opacity: 0.95;
  }
}
.hader__nav .nav__row .nav__instagram {
  margin-left: 45px;
  display: inline-block;
  width: auto;
  height: 23px;
}
@media not screen and (min-width: 1220px), print {
  .hader__nav .nav__row .nav__instagram {
    display: none;
  }
}
.hader__nav .nav__row .nav__instagram .icon01 {
  display: inline-block;
  width: auto;
  height: 100%;
  transition: opacity 0.3s;
}
.hader__nav .nav__row .nav__instagram .icon01:hover {
  opacity: 0.78;
}
.hader__nav .nav__row .more__btn__container {
  margin-left: 45px;
}
@media not screen and (min-width: 1220px), print {
  .hader__nav .nav__row .more__btn__container {
    margin-left: 0;
  }
}
.hader__nav .nav__row .drower__sns {
  display: none;
}
@media not screen and (min-width: 1220px), print {
  .hader__nav .nav__row .drower__sns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.hader__nav .nav__row .drower__sns > li {
  width: auto;
  height: 28px;
}
.hader__nav .nav__row .drower__sns > li:nth-child(n+2) {
  margin-left: 28px;
}
.hader__nav .nav__row .drower__sns > li a {
  display: inline-block;
  width: auto;
  height: 100%;
}
.hader__nav .nav__row .drower__sns > li .icon01 {
  display: inline-block;
  width: auto;
  height: 100%;
}

.sp__cta__links {
  position: absolute;
  right: min(20.48781vw, 92.19513px);
  top: 0;
  display: flex;
}

.sp__cta__item {
  width: min(18.29269vw, 82.31708px);
  height: min(18.29269vw, 82.31708px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #ffa0ba;
}
.sp__cta__item--cta {
  background-color: #D6007F;
}
.sp__cta__item .icon01 {
  display: block;
  width: auto;
  height: min(5.85366vw, 26.34147px);
}
.sp__cta__item .link__txt {
  display: block;
  margin-top: min(1.95122vw, 8.78049px);
  font-size: min(2.68293vw, 12.07318px);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.02rem;
}
@media (min-width: 510px) {
  .sp__cta__item .link__txt {
    font-size: 11px;
  }
}

.nav__trigger {
  position: absolute;
  top: 0;
  right: min(0.73171vw, 3.29269px);
  z-index: 999;
  width: min(18.29269vw, 82.31708px);
  height: min(18.29269vw, 82.31708px);
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  appearance: none;
  cursor: pointer;
}
.nav__trigger span {
  pointer-events: none;
}
.nav__trigger span:nth-child(-n+3) {
  position: absolute;
  top: 0;
  left: min(4.87805vw, 21.95122px);
  width: min(8.78049vw, 39.5122px);
  height: min(0.36586vw, 1.64635px);
  background: #fff;
  transition: background 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}
.nav__trigger span:nth-child(1) {
  top: min(7.80488vw, 35.12196px);
}
.nav__trigger span:nth-child(2) {
  top: min(10.24391vw, 46.09757px);
}
.nav__trigger span:nth-child(3) {
  top: min(12.68293vw, 57.07318px);
}
.nav__trigger span:nth-child(4) {
  position: absolute;
  z-index: -1;
  font-size: 0;
}
.nav__trigger[aria-expanded=true] {
  position: fixed;
}
.nav__trigger[aria-expanded=true] span:nth-child(-n+3) {
  background: #fff;
}
.nav__trigger[aria-expanded=true] span:nth-child(1) {
  transform: translateY(min(2.43903vw, 10.97561px)) rotate(-45deg);
}
.nav__trigger[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.nav__trigger[aria-expanded=true] span:nth-child(3) {
  transform: translateY(max(-2.43902vw, -10.9756px)) rotate(-135deg);
}

.footer {
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  z-index: 10;
  background-color: #DFB0C0;
}
.footer .logo__contaier {
  width: auto;
  height: min(8.53659vw, 38.41464px);
  text-align: center;
}
.footer .logo__contaier .link01 {
  display: inline-block;
  width: auto;
  height: 100%;
  transition: opacity 0.3s;
}
.footer .logo__contaier .link01:hover {
  opacity: 0.82;
}
.footer .logo__contaier .logo01 {
  display: inline-block;
  width: auto;
  height: 100%;
}
.footer .sns__links {
  margin-top: min(6.09757vw, 27.43903px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.footer .sns__links .sns__item {
  width: auto;
  height: min(5.12196vw, 23.04879px);
}
.footer .sns__links .sns__item .link01 {
  display: inline-block;
  width: auto;
  height: 100%;
  transition: opacity 0.3s;
}
.footer .sns__links .sns__item .link01:hover {
  opacity: 0.78;
}
.footer .sns__links .sns__item .icon01 {
  display: inline-block;
  width: auto;
  height: 100%;
}
.footer .copyright {
  margin-top: min(6.09757vw, 27.43903px);
  display: block;
  width: 100%;
  font-size: min(2.43903vw, 10.97561px);
  font-weight: 500;
  letter-spacing: 0.18rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
}

.pagination {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
@media not screen and (min-width: 590px), print {
  .pagination {
    margin-bottom: 20px;
  }
}
.pagination .page__num {
  display: none;
}
.pagination > a {
  transition: all 0.3s;
}
.pagination > a:hover {
  background-color: #f5f5f5;
}
.pagination .page-numbers.current {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 4px 4px;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  color: #fff;
  background-color: var(--color-default);
  pointer-events: none;
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 6px 6px;
  width: 40px;
  height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  text-align: center;
  transition: 0.3s;
  background-color: #fff;
}
.pagination .top {
  margin: 0 6px 6px;
  padding: 0 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.pagination .prev {
  margin: 0 6px 6px;
  padding: 0 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  padding: 15px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.pagination .next {
  margin: 0 6px 6px;
  padding: 0 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: auto;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.pagination .last {
  margin: 0 6px 6px;
  padding: 0 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}

section.mv {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 680px;
  max-height: 960px;
}
section.mv .cb-slideshow {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
section.mv .cb-slideshow,
section.mv .cb-slideshow:after {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
section.mv .cb-slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 38s linear infinite 0s;
  animation: imageAnimation 38s linear infinite 0s;
}
section.mv .cb-slideshow li div {
  z-index: 10;
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-animation: titleAnimation 38s linear infinite 0s;
  animation: titleAnimation 38s linear infinite 0s;
}
section.mv .cb-slideshow li div h3 {
  margin: 0 0;
}
section.mv .ttl__img {
  position: relative;
  left: 0px;
  display: block;
  width: 130%;
  height: auto;
}
section.mv .cb-slideshow li:nth-child(1) span {
  background-image: url(../../img/top/mv_slide01_image_sp.jpg?20250620);
}
section.mv .cb-slideshow li:nth-child(2) span {
  background-image: url(../../img/top/mv_slide06_image_sp.jpg?20250620);
  animation-delay: 7.6s;
}
section.mv .cb-slideshow li:nth-child(3) span {
  background-image: url(../../img/top/mv_slide03_image_sp.png);
  animation-delay: 15.2s;
}
section.mv .cb-slideshow li:nth-child(4) span {
  background-image: url(../../img/top/mv_slide04_image_sp.jpg?20250620);
  animation-delay: 22.8s;
}
section.mv .cb-slideshow li:nth-child(5) span {
  background-image: url(../../img/top/mv_slide05_image_sp_ver2.jpg?20250620);
  animation-delay: 30.4s;
}
section.mv .cb-slideshow li:nth-child(2) div {
  animation-delay: 7.6s;
}
section.mv .cb-slideshow li:nth-child(3) div {
  animation-delay: 15.2s;
}
section.mv .cb-slideshow li:nth-child(4) div {
  animation-delay: 22.8s;
}
section.mv .cb-slideshow li:nth-child(5) div {
  animation-delay: 30.4s;
}
section.mv {
  /* Animation for the slideshow images */
}
@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -webkit-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  22% {
    opacity: 0;
    -webkit-transform: scale(1.1) translateY(-20%);
  }
  25% {
    opacity: 0;
    -webkit-transform: scale(1.1) translateY(-100%);
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -moz-transform: scale(1.05);
    -moz-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  22% {
    opacity: 0;
    -moz-transform: scale(1.1) translateY(-20%);
  }
  25% {
    opacity: 0;
    -moz-transform: scale(1.1) translateY(-100%);
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes imageAnimation {
  0% {
    opacity: 0;
    -o-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -o-transform: scale(1.05);
    -o-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  22% {
    opacity: 0;
    -o-transform: scale(1.1) translateY(-20%);
  }
  25% {
    opacity: 0;
    -o-transform: scale(1.1) translateY(-100%);
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes imageAnimation {
  0% {
    opacity: 0;
    -ms-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -ms-transform: scale(1.05);
    -ms-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    -ms-transform: scale(1.1);
  }
  22% {
    opacity: 0;
    -ms-transform: scale(1.1) translateY(-20%);
  }
  25% {
    opacity: 0;
    -ms-transform: scale(1.1) translateY(-100%);
  }
  100% {
    opacity: 0;
  }
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    transform: scale(1.05);
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    transform: scale(1.1);
  }
  22% {
    opacity: 0;
    transform: scale(1.1) translateY(-20%);
  }
  25% {
    opacity: 0;
    transform: scale(1.1) translateY(-100%);
  }
  100% {
    opacity: 0;
  }
}
section.mv {
  /* Animation for the title */
}
@-webkit-keyframes titleAnimation {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  19% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes titleAnimation {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  19% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes titleAnimation {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  19% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes titleAnimation {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  19% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes titleAnimation {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  19% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

section.campaign {
  position: relative;
  z-index: 20;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(../../img/top/campaing_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section.campaign .campaign__banner__wrap {
  text-align: center;
  margin-top: min(7.31708vw, 32.92683px);
}
section.campaign .link01 {
  display: block;
  transition: opacity 0.3s;
}
section.campaign .link01:hover {
  opacity: 0.8;
}
section.campaign .banner01 {
  display: block;
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  box-shadow: 3.5px 3.5px 3.5px rgba(0, 0, 0, 0.04);
}
section.campaign .campaign__plus {
  margin: min(3.65854vw, 16.46342px) 0;
  padding: min(1.46342vw, 6.58537px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 107, 135, 0.6);
  border-radius: min(1.46342vw, 6.58537px);
}
section.campaign .campaign__plus span {
  display: inline-block;
  font-size: min(8.29269vw, 37.31708px);
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
section.campaign .campaign__referral {
  text-align: center;
}
section.campaign .campaign__referral__note {
  margin-top: min(3.04879vw, 13.71952px);
  font-size: min(3.04879vw, 13.71952px);
  font-weight: 500;
  line-height: 1.6;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  letter-spacing: 0;
}

section.traial {
  position: relative;
  z-index: 20;
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #fff;
}
section.traial .traial__container {
  padding: min(5.60976vw, 25.24391px) min(6.82927vw, 30.73171px) min(6.82927vw, 30.73171px);
  position: relative;
  background-color: #ffe2ec;
}
section.traial .traial__intro__copy {
  margin-top: min(1.70732vw, 7.68293px);
  font-size: min(5.36586vw, 24.14635px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.08rem;
  color: #E5007F;
  text-align: center;
}
section.traial .traial__img__container {
  margin-top: min(3.41464vw, 15.36586px);
  width: 100%;
  height: auto;
}
section.traial .traial__img__container .img01 {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.04);
}
section.traial .traial__day__container {
  margin-top: min(6.09757vw, 27.43903px);
}
section.traial .traial__day__head {
  padding: min(1.95122vw, 8.78049px) 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
section.traial .traial__day__ttl {
  font-size: min(4.14635vw, 18.65854px);
  font-weight: 700;
  letter-spacing: 0.09rem;
  line-height: 1;
  text-align: center;
  color: #680d11;
}
section.traial .traial__day__lists {
  margin-top: min(6.09757vw, 27.43903px);
  display: flex;
  flex-wrap: wrap;
}
section.traial .traial__day__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: min(7.31708vw, 32.92683px);
  background-color: #fff;
  border-right: 1px solid #d9d9d9;
  overflow: hidden;
}
section.traial .traial__day__item:nth-child(n+5) {
  margin-top: min(3.90244vw, 17.56098px);
}
section.traial .traial__day__item:nth-child(4n) {
  border-right: none;
}
section.traial .traial__day__item .date01 {
  width: min(12.19513vw, 54.87805px);
  flex-shrink: 0;
  text-align: right;
}
section.traial .traial__day__item .date01 time {
  display: inline-block;
  font-size: min(5.85366vw, 26.34147px);
  font-weight: 900;
  font-family: var(--font-sofia);
  letter-spacing: -0.04rem;
  line-height: 1.2;
  color: #680d11;
}
section.traial .traial__day__item .week01 {
  margin-left: min(0.97561vw, 4.39025px);
  width: auto;
  height: 90%;
}
section.traial .traial__day__item .week01 .icon01 {
  display: block;
  width: auto;
  height: 100%;
}
section.traial .traial__day__item .week01 .icon01--tuesday {
  height: 90%;
}

section.collection {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100svh;
  max-height: min(160.97561vw, 724.39025px);
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  overflow-x: hidden;
}
section.collection::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.23) 15%, rgba(0, 0, 0, 0.27) 87%, rgba(0, 0, 0, 0) 100%);
}
section.collection > .container-fluid {
  position: relative;
  z-index: 20;
}
section.collection .collection__ttl__container {
  text-align: center;
}
section.collection .collection__ttl__container .collection__ttl__jp {
  display: block;
  font-size: min(6.09757vw, 27.43903px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.09rem;
  color: #fff;
}
section.collection .collection__ttl__container .collection__ttl__en {
  position: relative;
  margin-top: min(5.85366vw, 26.34147px);
  padding-bottom: min(5.85366vw, 26.34147px);
  font-size: min(2.68293vw, 12.07318px);
  font-weight: 700;
  font-family: var(--font-sofia);
  line-height: 1;
  letter-spacing: 0.06rem;
  color: #fff;
}
section.collection .collection__ttl__container .collection__ttl__en::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  width: min(6.82927vw, 30.73171px);
  height: 1.68px;
  background-color: #fff;
}
section.collection .collection__bodycopy {
  margin-top: min(20.73171vw, 93.29269px);
  font-size: min(4.39025vw, 19.7561px);
  font-weight: 700;
  letter-spacing: 0.04rem;
  text-align: center;
  line-height: 1.95;
  color: #fff;
}
section.collection .more__btn__container {
  margin-top: min(20.73171vw, 93.29269px);
}
section.collection .more__btn {
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0.02);
}
section.collection .more__btn::after {
  background-image: url(../../img/common/icon_arrow_wh.svg?20250710);
}
section.collection .more__btn:hover {
  background-color: rgba(0, 0, 0, 0);
}
section.collection .more__btn__txt {
  color: #fff;
}
section.collection--furisode {
  max-height: min(143.90244vw, 647.56098px);
  background-image: url(../../img/top/collection_furisode_sp.jpg);
  background-position: left 0% top 0%;
}
section.collection--hakama {
  max-height: min(143.90244vw, 647.56098px);
  background-image: url(../../img/top/collection_hakama_sp.jpg);
  background-position: right 0% top 0%;
}
section.collection--recruit {
  background-image: url(../../img/top/recruit_bg_sp.jpg);
}
section.collection--recruit .container-fluid {
  position: relative;
  top: -4%;
}
section.collection--recruit .collection__ism__label {
  margin-top: min(17.56098vw, 79.0244px);
  margin-bottom: min(2.43903vw, 10.97561px);
  font-family: var(--font-noto-serif);
  font-size: min(4.87805vw, 21.95122px);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
  color: #fff;
}
section.collection--recruit .collection__bodycopy {
  margin-top: 0;
  font-size: min(4.5122vw, 20.30488px);
  letter-spacing: 0.02em;
  line-height: 1.5;
}
section.collection--recruit .more__btn {
  padding: min(1.21952vw, 5.48781px) min(7.56098vw, 34.0244px);
  min-width: 0;
}
section.collection--making {
  max-height: min(143.90244vw, 647.56098px);
  background-color: #000;
}
section.collection--making .collection__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

section.cta {
  background: none;
  padding: min(7.31708vw, 32.92683px) 0;
}
section.cta .container-fluid {
  text-align: center;
}
section.cta a {
  display: inline-block;
  width: 100%;
  max-width: 800px;
  transition: opacity 0.3s;
}
section.cta a:hover {
  opacity: 0.85;
}
section.cta a img {
  width: 100%;
  height: auto;
  display: block;
}

section.cta__reserve {
  padding: min(9.7561vw, 43.90244px) 0;
  background-color: #fff;
}
section.cta__reserve .cta__reserve__link {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
section.cta__reserve .cta__reserve__link:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}
section.cta__reserve .cta__reserve__img {
  width: 100%;
  height: auto;
  display: block;
}

section.sns {
  padding: min(2.43903vw, 10.97561px) 0 min(7.31708vw, 32.92683px);
  background-color: #fef0f1;
}
section.sns .container-fluid {
  padding-inline: min(1.70732vw, 7.68293px);
}
section.sns .sns__head img {
  width: 100%;
  height: auto;
  display: block;
}
section.sns .sns__banners {
  display: flex;
  flex-direction: column;
  gap: min(1.95122vw, 8.78049px);
}
section.sns .sns__banner {
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
section.sns .sns__banner:hover {
  transform: translateY(-3px);
  opacity: 0.7;
}
section.sns .sns__banner img {
  width: 100%;
  height: auto;
  display: block;
}
section.sns .more__btn__container {
  margin-top: min(4.87805vw, 21.95122px);
}

section.voice {
  position: relative;
  z-index: 10;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff0f5;
  background-image: url(../../img/voice/bg_pink01_sp.png);
  background-repeat: repeat;
  background-size: 452px 840px;
  background-position: top 24% center;
}
section.voice .section__ttl__container {
  text-align: center;
}
section.voice .voice__ttl__sub {
  margin-top: min(2.43903vw, 10.97561px);
  font-size: min(3.41464vw, 15.36586px);
  letter-spacing: 0.07rem;
  text-align: center;
}
section.voice .voice__slider {
  margin-top: min(6.09757vw, 27.43903px);
  overflow: hidden;
}
section.voice .swiper-wrapper {
  position: relative;
  left: -30px;
  width: calc(100% + 60px);
  display: flex;
}
section.voice .voice__slider__item {
  width: calc(33.3333333333% - 10px);
  height: 230px;
}
section.voice .voice__slider__item:nth-child(n+1) {
  margin-right: 15px;
}
section.voice .voice__slider__item .slide__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
section.voice .voice__btn__container {
  margin-top: min(6.09757vw, 27.43903px);
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
section.voice .voice__btn__container .more__btn {
  padding: min(2.43903vw, 10.97561px) min(9.5122vw, 42.80488px);
  min-width: 270px;
}
section.voice .voice__btn__container .more__btn--insta {
  border-color: #fff;
  background: linear-gradient(to right, #dd1387 0%, #fd025d 15%, #fe6345 40%, #ff8912 70%, #fd484f 100%);
}
section.voice .voice__btn__container .more__btn--insta::after {
  background-image: url(../../img/common/icon_arrow_wh.svg?20250710);
}
section.voice .voice__btn__container .more__btn--insta .more__btn__txt {
  color: #fff;
}
section.voice .voice__btn__container .more__btn__txt {
  font-size: min(2.92683vw, 13.17074px);
}

section.shop {
  position: relative;
  z-index: 10;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
  overflow: hidden;
}
section.shop .shop__wrap {
  position: relative;
  margin-top: min(7.31708vw, 32.92683px);
  padding-top: min(4.87805vw, 21.95122px);
  padding-bottom: min(6.09757vw, 27.43903px);
  border-top: 1px solid #dcdcdc;
}
section.shop .shop__wrap::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: max(-4.87804vw, -21.95121px);
  width: calc(100% + min(9.7561vw, 43.90244px));
  height: 64%;
  background-color: #ffdfdf;
  z-index: -10;
}
section.shop .shop__wrap--ohmihachiman::after {
  background-color: #f1daff;
}
section.shop .shop__ttl .en__ttl01 {
  display: block;
  font-size: min(3.17074vw, 14.2683px);
  font-weight: 700;
  font-family: var(--font-sofia);
  letter-spacing: 0.07rem;
  line-height: 1;
  color: #787878;
}
section.shop .shop__ttl .jp__ttl01 {
  margin-top: min(3.65854vw, 16.46342px);
  display: block;
  font-size: min(4.39025vw, 19.7561px);
  font-weight: 700;
  letter-spacing: 0.06rem;
  line-height: 1;
}
section.shop .shop__add__container {
  margin-top: min(2.92683vw, 13.17074px);
  display: flex;
  flex-wrap: wrap;
  gap: min(2.43903vw, 10.97561px);
  align-items: center;
}
section.shop .shop__add {
  font-size: min(3.65854vw, 16.46342px);
  letter-spacing: 0.04rem;
  line-height: 1.25;
}
section.shop .shop__map__link {
  display: flex;
  transition: opacity 0.3s;
}
section.shop .shop__map__link:hover {
  opacity: 0.78;
}
section.shop .shop__map__link .link__txt {
  padding: min(1.21952vw, 5.48781px) min(3.90244vw, 17.56098px);
  border-radius: 20px;
  border: 1px solid #f32aa1;
  font-size: min(3.90244vw, 17.56098px);
  font-weight: 500;
  font-family: var(--font-sofia);
  color: #f32aa1;
  line-height: 1;
}
section.shop .shop__tel__link {
  margin-top: min(3.65854vw, 16.46342px);
  margin-bottom: min(4.39025vw, 19.7561px);
}
section.shop .shop__tel__link .link01 {
  font-size: min(3.90244vw, 17.56098px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.07rem;
  text-decoration: underline;
}
section.shop .shop__opentime {
  margin-top: min(2.68293vw, 12.07318px);
  display: flex;
  font-size: min(3.90244vw, 17.56098px);
  line-height: 1.2;
}
section.shop .shop__opentime .ttl01 {
  white-space: nowrap;
}
section.shop .shop__opentime .txt01 {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 5px;
  font-size: min(3.90244vw, 17.56098px);
  color: #3d3d3d;
  line-height: 1.4;
}
section.shop .shop__slider {
  margin-top: min(4.87805vw, 21.95122px);
}
section.shop .shop__slider .slide__img {
  display: block;
  width: 100%;
  height: auto;
}
section.shop .shop__map__container {
  margin-top: min(4.87805vw, 21.95122px);
  width: 100%;
  aspect-ratio: 8/5;
}
section.shop .shop__map__container iframe {
  display: block;
  width: 100%;
  height: 100%;
}
section.shop .more__btn__container {
  margin-top: min(6.09757vw, 27.43903px);
}

section.process__middle__visual {
  padding: min(8.78049vw, 39.5122px) 0;
}

.home__main .process__middle__visual__video {
  position: relative;
  width: 100%;
  text-align: center;
}
.home__main .process__video__wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
}
.home__main .process__video {
  width: 100%;
  height: auto;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
  background-color: #000;
  cursor: pointer;
  display: block;
}
.home__main .video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 100%);
  transition: opacity 0.3s ease;
  z-index: 2;
}
.home__main .video__play-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(3.90244vw, 17.56098px);
  transition: transform 0.2s ease;
  padding: 0;
}
.home__main .video__play-btn:hover {
  transform: scale(1.05);
}
.home__main .video__play-btn:active {
  transform: scale(0.95);
}
.home__main .play-icon {
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.3));
}
.home__main .play-icon circle {
  transition: fill 0.2s ease;
}
.home__main .play-icon path {
  transition: fill 0.2s ease;
}
.video__play-btn:hover .home__main .play-icon circle {
  fill: rgb(255, 255, 255);
}
.home__main .play-btn__text {
  color: #fff;
  font-size: min(3.90244vw, 17.56098px);
  font-weight: 700;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  letter-spacing: 0.05em;
}
.home__main .video__sound-btn {
  position: absolute;
  bottom: min(3.90244vw, 17.56098px);
  right: min(3.90244vw, 17.56098px);
  width: min(11.70732vw, 52.68293px);
  height: min(11.70732vw, 52.68293px);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid #ffa0ba;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #ffa0ba;
  z-index: 3;
  padding: 0;
}
.home__main .video__sound-btn:hover {
  background: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.home__main .video__sound-btn:active {
  transform: scale(0.95);
}
.home__main .sound-icon {
  transition: opacity 0.2s ease;
}
.home__main .video__tap-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 4;
}
.home__main .video__tap-icon svg {
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
}
@media not screen and (min-width: 375px), print {
  .home__main .process__video__wrapper {
    max-width: 280px;
  }
  .home__main .play-icon {
    width: min(17.07318vw, 76.82927px);
    height: min(17.07318vw, 76.82927px);
  }
  .home__main .play-btn__text {
    font-size: min(3.41464vw, 15.36586px);
  }
}

main.single {
  position: relative;
  padding-top: 80px;
  background-color: #fff;
}
@media not screen and (min-width: 991px), print {
  main.single {
    padding-top: 130px;
  }
}
@media not screen and (min-width: 590px), print {
  main.single {
    padding-top: 45px;
  }
}
main.single .limited__width {
  max-width: 960px;
}
main.single .head__contents .ttl {
  display: block;
  padding-bottom: 12px;
  width: 100%;
  font-size: 30px;
  font-size: clamp(21px, (0.3rem + 4.1vw), 30px);
  text-align: left;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 2px solid #eee;
  font-family: var(--font-serif);
}
main.single .head__contents .lists01 {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media not screen and (min-width: 590px), print {
  main.single .head__contents .lists01 {
    margin-top: 15px;
  }
}
main.single .head__contents .date {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 5px 0px 3.5px;
  font-size: 14px;
  font-weight: 500;
  color: #5d5d5d;
  letter-spacing: 0.07rem;
  font-family: "Roboto";
  line-height: 1;
}
@media not screen and (min-width: 590px), print {
  main.single .head__contents .date {
    margin-right: 7px;
    margin-bottom: 7px;
    font-size: 12px;
  }
}
main.single .head__contents .category {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 13px;
  padding: 5px 12px 5px;
  min-width: 80px;
  font-weight: 700;
  color: #fff;
  background-color: #363636;
  border-radius: 0px;
  text-align: center;
  cursor: pointer;
  line-height: 1;
  transition: 0.3s;
}
@media not screen and (min-width: 590px), print {
  main.single .head__contents .category {
    margin-right: 7px;
    margin-bottom: 7px;
    font-size: 12px;
  }
}
main.single .head__contents .category:hover {
  opacity: 0.7;
}
main.single .head__contents .img__container {
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 470px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 5px var(--color__shadow015));
}
main.single .head__contents .img__container .img {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

main.page__single {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
@media not screen and (min-width: 590px), print {
  main.page__single {
    padding-bottom: 0;
  }
}

.page__main__bg {
  width: 100%;
}

.wysiwyg-editor {
  margin-top: 65px;
  margin-top: clamp(30px, (0.3rem + 5vw), 65px);
  margin-bottom: 65px;
  margin-bottom: clamp(30px, (0.3rem + 5vw), 65px);
}
@media not screen and (min-width: 590px), print {
  .wysiwyg-editor {
    max-width: 100%;
    overflow: hidden;
  }
}
.wysiwyg-editor * {
  max-width: 100%;
}
.wysiwyg-editor h1,
.wysiwyg-editor h2 {
  position: relative;
  margin-top: 45px;
  margin-top: clamp(35px, (0.3rem + 5vw), 45px);
  position: relative;
  padding-top: 14px;
  font-size: 24px;
  font-size: clamp(18px, 0.2rem + 2.2vw, 24px);
  font-weight: 700;
  line-height: 1.55;
  font-family: var(--font-serif);
  /* background: #BA1830; */
}
.wysiwyg-editor h1::before,
.wysiwyg-editor h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 2px;
  background-color: var(--color-primary);
}
.wysiwyg-editor h3 {
  margin-top: 45px;
  margin-top: clamp(35px, (0.3rem + 5vw), 45px);
  font-size: 21px;
  font-size: clamp(17px, 0.2rem + 2.2vw, 20px);
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-primary);
  font-family: var(--font-serif);
}
.wysiwyg-editor h2 + h3 {
  margin-top: 35px;
  margin-top: clamp(32px, (0.3rem + 5vw), 35px);
}
.wysiwyg-editor h4 {
  position: relative;
  margin-top: 35px;
  margin-top: clamp(32px, (0.3rem + 5vw), 35px);
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-size: 18px;
  font-size: clamp(16.5px, 0.2rem + 2.2vw, 18px);
  font-weight: 700;
  line-height: 1.7;
  font-family: var(--font-serif);
}
.wysiwyg-editor h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 23%;
  height: 1px;
  background-color: var(--color-primary);
}
.wysiwyg-editor h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 23%;
  width: 77%;
  height: 1px;
  background-color: #ffbcc1;
}
.wysiwyg-editor h5 {
  margin-top: 32px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  font-family: var(--font-serif);
}
.wysiwyg-editor h6 {
  margin-top: 32px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  font-family: var(--font-serif);
}
.wysiwyg-editor p {
  line-height: 1.7;
  margin-top: 25px;
}
@media not screen and (min-width: 590px), print {
  .wysiwyg-editor p {
    margin-top: 21.5px;
    font-size: 15.25px;
  }
}
.wysiwyg-editor ul,
.wysiwyg-editor ol {
  margin-top: 30px;
  padding: 0 0 0 20px;
  line-height: 1.7;
}
.wysiwyg-editor ul li:not(:first-child),
.wysiwyg-editor ol li:not(:first-child) {
  margin-top: 15px;
}
.wysiwyg-editor ul {
  list-style: disc;
}
.wysiwyg-editor ul ::marker {
  color: var(--color-primary);
}
.wysiwyg-editor ol {
  list-style: decimal;
}
@media not screen and (min-width: 590px), print {
  .wysiwyg-editor ol ::marker {
    font-size: 14px;
  }
}
.wysiwyg-editor li > ul,
.wysiwyg-editor li > ol {
  margin-top: 10px;
}
.wysiwyg-editor a {
  margin-top: 15px;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.5;
  word-wrap: break-word;
  color: #007bff;
  transition: 0.3s;
}
.wysiwyg-editor a:hover {
  opacity: 0.75;
}
.wysiwyg-editor * > a {
  margin-top: 0;
}
.wysiwyg-editor p > a {
  display: inline;
  text-decoration: none;
}
.wysiwyg-editor strong {
  font-weight: 700;
  line-height: 1.5;
}
.wysiwyg-editor .wp-block-columns {
  margin: 0;
  margin-top: 50px;
}
@media not screen and (min-width: 590px), print {
  .wysiwyg-editor .wp-block-columns .wp-block-column:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media not screen and (min-width: 590px), print {
  .wysiwyg-editor .wp-block-columns .wp-block-column:nth-child(n+2) {
    margin-top: 0;
  }
}
.wysiwyg-editor .wp-block-columns *:first-child {
  margin-top: 0;
}
@media not screen and (min-width: 590px), print {
  .wysiwyg-editor .wp-block-columns.sp-gap0 {
    gap: 0;
  }
}
.wysiwyg-editor > iframe {
  display: block;
  margin-top: 30px;
  max-width: 100%;
}
.wysiwyg-editor img {
  display: block;
  height: auto;
  max-width: 100%;
}
.wysiwyg-editor figure {
  margin: 0;
  margin-top: 25px;
}
.wysiwyg-editor figure img {
  display: block;
  object-fit: contain;
}
.wysiwyg-editor table {
  margin-top: 25px;
  margin-top: clamp(15px, (0.3rem + 3vw), 25px);
  border-bottom: 1px solid #eaeaea;
}
.wysiwyg-editor table tr {
  border-top: 1px solid #eaeaea;
}
.wysiwyg-editor table th {
  line-height: 1.5;
  border: none;
}
.wysiwyg-editor table td {
  padding: 1.85vw 0;
  line-height: 1.6;
  border: none;
}
@media not screen and (min-width: 590px), print {
  .wysiwyg-editor table td {
    padding-top: 2px;
  }
}
@media not screen and (min-width: 590px), print {
  .wysiwyg-editor table td:nth-child(1) {
    padding-top: 20px;
  }
}
@media not screen and (min-width: 590px), print {
  .wysiwyg-editor table td:last-child {
    padding-bottom: 20px;
  }
}
.wysiwyg-editor table td > a {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media not screen and (min-width: 590px), print {
  .wysiwyg-editor table th,
  .wysiwyg-editor table td {
    display: block;
    width: 100%;
  }
}
.wysiwyg-editor table a[href*="tel:"] {
  text-decoration: none;
  color: var(--color-default);
}
.wysiwyg-editor dl {
  color: var(--color-default);
}
.wysiwyg-editor pre {
  padding: 10px;
  color: var(--color-default);
  overflow-x: auto;
}
.wysiwyg-editor mark {
  font-style: normal;
}
.wysiwyg-editor address {
  color: var(--color-default);
}
.wysiwyg-editor .wp-block-table.is-style-regular tbody tr:nth-child(n+2) {
  border-top: 1px solid #d0d0d0;
}
.wysiwyg-editor .wp-block-table.is-style-regular tbody td {
  border: 1px solid #ffe5cb;
}
.wysiwyg-editor .wp-block-separator {
  margin-top: 3.4em;
  margin-bottom: 3.4em;
  border-color: #ececec;
}
.wysiwyg-editor .wp-block-separator + * {
  margin-top: 0;
}
.wysiwyg-editor .wp-block-separator.is-style-wide {
  border-bottom: none;
  border-color: #eee;
}
.wysiwyg-editor .wp-block-table.is-style-stripes table {
  border-bottom: none;
}
.wysiwyg-editor .wp-block-table.is-style-stripes tbody tr {
  border: none;
}
.wysiwyg-editor .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.wysiwyg-editor .wp-block-table.is-style-stripes tbody td {
  padding-left: 10px;
}
.wysiwyg-editor .wp-block-table.is-style-stripes tbody td:first-child {
  font-weight: 600;
}
.wysiwyg-editor .xl__block {
  display: none;
}
@media not screen and (min-width: 1220px), print {
  .wysiwyg-editor .xl__block {
    display: block;
  }
}
.wysiwyg-editor .lg__block {
  display: none;
}
@media not screen and (min-width: 991px), print {
  .wysiwyg-editor .lg__block {
    display: block;
  }
}
.wysiwyg-editor .md__block {
  display: none;
}
@media not screen and (min-width: 767px), print {
  .wysiwyg-editor .md__block {
    display: block;
  }
}
@media not screen and (min-width: 590px), print {
  .wysiwyg-editor .sm__block {
    display: block;
  }
}
@media not screen and (min-width: 1220px), print {
  .wysiwyg-editor .xl__none {
    display: none;
  }
}
@media not screen and (min-width: 991px), print {
  .wysiwyg-editor .lg__none {
    display: none;
  }
}
@media not screen and (min-width: 767px), print {
  .wysiwyg-editor .md__none {
    display: none;
  }
}
@media not screen and (min-width: 590px), print {
  .wysiwyg-editor .sm__none {
    display: none;
  }
}
.wysiwyg-editor *:first-child {
  margin-top: 0;
}
.wysiwyg-editor .wp__table01 {
  margin-top: 12px;
  width: 100%;
}
.wysiwyg-editor .wp__table01 tr {
  background-color: #fff;
}
.wysiwyg-editor .wp__table01 tr:nth-child(2n) {
  background-color: #f4f6f8;
}
.wysiwyg-editor .wp__table01 th,
.wysiwyg-editor .wp__table01 td {
  padding: 13px 20px;
  border: 1px solid #e3e3e3;
  line-height: 1.2;
}
@media not screen and (min-width: 590px), print {
  .wysiwyg-editor .wp__table01 th,
  .wysiwyg-editor .wp__table01 td {
    padding: 12px 15px;
    display: table-cell;
    width: auto;
    font-size: 14px;
    text-align: left;
  }
}
@media not screen and (min-width: 375px), print {
  .wysiwyg-editor .wp__table01 th,
  .wysiwyg-editor .wp__table01 td {
    font-size: min(3.41464vw, 15.36586px);
  }
}
.wysiwyg-editor .wp__table01 th {
  font-weight: 500;
}
.wysiwyg-editor .wp__table01 th.head01 {
  padding: 9px 15px;
  background: #222;
  color: #fff;
  text-align: center;
}

.page.privacy-policy .wysiwyg-editor p {
  font-weight: 400;
}

.page__articles {
  position: relative;
  padding-bottom: 50px;
}
.page__articles--furisode {
  background-color: #FFEDED;
}
.page__articles .category__ttl {
  padding-top: 30px;
  text-align: center;
}
.page__articles .category__ttl .ttl01 {
  font-size: 36px;
  font-size: clamp(23px, (0.3rem + 3.9vw), 29px);
}
.page__articles .nothing__info {
  line-height: 1.7;
}
.page__articles .article__lists {
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
}
@media not screen and (min-width: 991px), print {
  .page__articles .article__lists {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media not screen and (min-width: 767px), print {
  .page__articles .article__lists {
    margin-top: 36px;
    margin-bottom: 36px;
  }
}
.page__articles .article__lists .article__container {
  width: calc(33.3333333333% - 30px);
}
@media not screen and (min-width: 991px), print {
  .page__articles .article__lists .article__container {
    width: calc(33.3333333333% - 24px);
  }
}
@media not screen and (min-width: 767px), print {
  .page__articles .article__lists .article__container {
    width: calc(50% - 18px);
  }
}
@media not screen and (min-width: 590px), print {
  .page__articles .article__lists .article__container {
    width: 100%;
  }
}
.page__articles .article__lists .article__container:not(:first-child) {
  margin-left: 45px;
}
@media not screen and (min-width: 991px), print {
  .page__articles .article__lists .article__container:not(:first-child) {
    margin-left: 36px;
  }
}
.page__articles .article__lists .article__container:nth-child(3n+1) {
  margin-left: 0;
}
@media not screen and (min-width: 991px), print {
  .page__articles .article__lists .article__container:nth-child(3n+1) {
    margin-left: 36px;
  }
}
.page__articles .article__lists .article__container:nth-child(n+4) {
  margin-top: 40px;
}
@media not screen and (min-width: 991px), print {
  .page__articles .article__lists .article__container:nth-child(n+4) {
    margin-top: 36px;
  }
}
@media not screen and (min-width: 991px), print {
  .page__articles .article__lists .article__container:nth-child(4) {
    margin-top: 36px;
  }
}
@media not screen and (min-width: 767px), print {
  .page__articles .article__lists .article__container:nth-child(3) {
    margin-top: 36px;
  }
}
@media not screen and (min-width: 991px), print {
  .page__articles .article__lists .article__container:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media not screen and (min-width: 767px), print {
  .page__articles .article__lists .article__container:nth-child(3n+1) {
    margin-left: 36px;
  }
}
@media not screen and (min-width: 767px), print {
  .page__articles .article__lists .article__container:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media not screen and (min-width: 590px), print {
  .page__articles .article__lists .article__container:nth-child(n+2) {
    margin-top: 40px;
    margin-left: 0;
  }
}
.page__articles .article__lists .article__container .img__container {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-shadow: 0 0 7px var(--color__shadow015);
}
@media not screen and (min-width: 590px), print {
  .page__articles .article__lists .article__container .img__container {
    box-shadow: 0 0 5px var(--color__shadow01);
  }
}
.page__articles .article__lists .article__container .img__container img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/9;
  object-position: center;
  transition: transform 0.8s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.page__articles .article__lists .article__container .article__contents {
  margin-top: 12px;
}
.page__articles .article__lists .article__container .article__contents .contents__head .date {
  margin-right: 10px;
  display: inline-block;
  font-size: 13px;
  color: #5d5d5d;
  line-height: 1.2;
  letter-spacing: 0.03rem;
}
.page__articles .article__lists .article__container .article__contents .contents__head .category__name {
  margin-right: 8px;
  margin-bottom: 6px;
  display: inline-block;
  font-size: 12px;
  padding: 2.5px 10px 2.5px;
  min-width: 80px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.025rem;
  line-height: 1.2;
  background-color: #363636;
  text-align: center;
}
.page__articles .article__lists .article__container .article__contents .article__ttl {
  margin-top: 3px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
@media not screen and (min-width: 590px), print {
  .page__articles .article__lists .article__container .article__contents .article__ttl {
    margin-top: 6px;
  }
}
.page__articles .article__lists .article__container:hover .img__container img {
  transform: scale(1.085);
}
.page__articles .article__lists .nothing__info {
  line-height: 1.7;
}
.page__articles .collection__lists {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
}
.page__articles .collection__item {
  width: calc(50% - 17px);
  transition: opacity 0.3s;
}
.page__articles .collection__item:hover {
  opacity: 0.8;
}
.page__articles .collection__item .link01 {
  display: block;
  width: 100%;
}
.page__articles .collection__item .img__container {
  margin-bottom: 10px;
  width: 100%;
  aspect-ratio: 2/3;
}
.page__articles .collection__item .img__container .img01 {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.07);
}
.page__articles .collection__item .item__category {
  margin-bottom: 4px;
  margin-right: 4px;
  padding: 7px 8px;
  display: inline-block;
  background-color: #fff;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  color: var(--color-primaly);
}
.page__articles .collection__item .item__ttl {
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  text-align: center;
}
.page__articles .collection__item .item__ttl .main01 {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font-sofia);
  letter-spacing: 0.09em;
  line-height: 1.3;
}
@media not screen and (min-width: 590px), print {
  .page__articles .collection__item .item__ttl .main01 {
    font-size: min(3.90244vw, 17.56098px);
  }
}
.page__articles .collection__item .item__ttl .main01--jp {
  font-family: var(--font-nomal);
  font-size: 16px;
  letter-spacing: 0.04em;
}
@media not screen and (min-width: 590px), print {
  .page__articles .collection__item .item__ttl .main01--jp {
    font-size: min(3.65854vw, 16.46342px);
  }
}
.page__articles .collection__item .item__ttl .sub01 {
  position: relative;
  padding-right: 7px;
  padding-left: 7px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media not screen and (min-width: 590px), print {
  .page__articles .collection__item .item__ttl .sub01 {
    font-size: min(2.68293vw, 12.07318px);
  }
}
.page__articles .collection__item .item__ttl .sub01::before, .page__articles .collection__item .item__ttl .sub01::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 3.5px;
  height: 1px;
  background-color: var(--color-default);
}
.page__articles .collection__item .item__ttl .sub01::before {
  left: 0;
}
.page__articles .collection__item .item__ttl .sub01::after {
  right: 0;
}
.page__articles--hakama {
  background-color: #FFEDED;
}
.page__articles--hakama .collection__item .img__container .img01 {
  object-position: bottom center;
}
.page__articles--hakama .collection__lists {
  gap: 12px;
}
.page__articles--hakama .collection__item {
  width: calc(50% - 6px);
}

main.voice__main {
  background-color: #fff;
  overflow: hidden;
}

section.voice__section {
  background-image: url(../../img/voice/bg_pink01_sp.png);
  background-repeat: repeat;
  background-size: 452px 840px;
  background-position: top 24% center;
}
section.voice__section .voice__container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media not screen and (min-width: 590px), print {
  section.voice__section .voice__container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
section.voice__section .voice__intro {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--font-noto-serif);
  letter-spacing: 0.06em;
  line-height: 2.3;
  text-align: center;
}
@media not screen and (min-width: 590px), print {
  section.voice__section .voice__intro {
    font-size: min(4.5122vw, 20.30488px);
  }
}
section.voice__section .voice__item {
  position: relative;
  margin-top: 55px;
  padding-left: 50px;
}
@media not screen and (min-width: 590px), print {
  section.voice__section .voice__item {
    margin-top: min(10vw, 45px);
    padding-left: 50px;
  }
}
section.voice__section .voice__item .voice__num--top {
  position: absolute;
  right: -8px;
  top: -2px;
  font-size: 16px;
  font-weight: normal;
  font-family: var(--font-anguafina);
  letter-spacing: 0.27em;
  line-height: 1;
  rotate: 17deg;
  z-index: 20;
}
section.voice__section .voice__item .voice__num--sharp {
  margin-top: 7px;
  font-size: 20px;
  font-family: var(--font-akaya);
  font-weight: normal;
  letter-spacing: 0.07em;
  line-height: 1;
  text-align: center;
}
@media not screen and (min-width: 590px), print {
  section.voice__section .voice__item .voice__num--sharp {
    margin-top: min(1.21952vw, 5.48781px);
    font-size: min(4.87805vw, 21.95122px);
  }
}
section.voice__section .voice__item .voice__image__side {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px;
  width: 135px;
  background-color: #fff;
  rotate: -9deg;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.04);
  z-index: 30;
}
section.voice__section .voice__item .voice__image__side::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: -14px;
  width: 66px;
  height: 60px;
  background-image: url(../../img/voice/deco_sakura_pk.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top 0 left 50%;
  z-index: 20;
}
section.voice__section .voice__item .voice__img {
  display: block;
  width: 100%;
  height: 175px;
  object-fit: cover;
  object-position: center;
}
section.voice__section .voice__item .voice__content__side {
  position: relative;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
section.voice__section .voice__item .voice__content__side::before, section.voice__section .voice__item .voice__content__side::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 7px;
  width: 1px;
  height: calc(100% - 35px);
  background-color: var(--color-default);
}
section.voice__section .voice__item .voice__content__side::before {
  left: 7px;
}
section.voice__section .voice__item .voice__content__side::after {
  right: 7px;
}
section.voice__section .voice__item .voice__content__inner {
  position: relative;
  display: flow-root;
  padding: 18px 20px 20px;
}
@media not screen and (min-width: 590px), print {
  section.voice__section .voice__item .voice__content__inner {
    padding: 18px 20px 20px;
  }
}
section.voice__section .voice__item .voice__content__inner::before {
  content: "";
  float: left;
  width: 88px;
  height: 195px;
}
section.voice__section .voice__item .voice__content__inner::after {
  content: "";
  display: block;
  position: absolute;
  left: 7px;
  bottom: 7px;
  width: calc(100% - 14px);
  height: 1px;
  background-color: var(--color-default);
}
section.voice__section .voice__item .voice__deco__sakura {
  position: absolute;
  bottom: 2px;
  left: 7px;
  padding: 4px 6px 4px 4px;
  width: 22px;
  height: auto;
  background-color: #fff;
  z-index: 20;
}
section.voice__section .voice__item .voice__deco__sakura--right {
  right: 7px;
  left: auto;
  padding: 4px 4px 4px 6px;
}
section.voice__section .voice__item .voice__name {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
@media not screen and (min-width: 590px), print {
  section.voice__section .voice__item .voice__name {
    font-size: min(5.36586vw, 24.14635px);
  }
}
section.voice__section .voice__item .voice__pref {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 15px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  background-color: #fba2ba;
  border-radius: 20px;
}
@media not screen and (min-width: 590px), print {
  section.voice__section .voice__item .voice__pref {
    font-size: min(3.41464vw, 15.36586px);
  }
}
section.voice__section .voice__item .voice__text {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0;
}
@media not screen and (min-width: 590px), print {
  section.voice__section .voice__item .voice__text {
    font-size: min(3.90244vw, 17.56098px);
  }
}
section.voice__section .voice__item--reverse {
  padding-left: 0;
  padding-right: 50px;
}
@media not screen and (min-width: 590px), print {
  section.voice__section .voice__item--reverse {
    padding-left: 0;
    padding-right: 50px;
  }
}
section.voice__section .voice__item--reverse .voice__image__side {
  left: auto;
  right: 0;
  rotate: 9deg;
}
section.voice__section .voice__item--reverse .voice__content__inner {
  padding-left: 20px;
  padding-right: 20px;
}
section.voice__section .voice__item--reverse .voice__content__inner::before {
  float: right;
}
section.voice__section .voice__item--reverse .voice__num--top {
  left: -8px;
  right: auto;
  rotate: -17deg;
}
section.voice__section .more__btn__container {
  margin-top: 40px;
}
@media not screen and (min-width: 590px), print {
  section.voice__section .more__btn .more__btn__txt {
    font-size: min(3.78049vw, 17.0122px);
  }
}

main.page__about {
  padding-bottom: 0;
}
main.page__about .about__section__ttl {
  position: relative;
  padding-top: min(3.17074vw, 14.2683px);
  display: block;
  font-size: min(4.87805vw, 21.95122px);
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.4;
}
main.page__about .about__section__ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: min(9.0244vw, 40.60976px);
  height: min(0.73171vw, 3.29269px);
  background-color: var(--color-primary);
  border-radius: 20px;
}
main.page__about .about__concept {
  margin-top: min(10.97561vw, 49.39025px);
}
main.page__about .about__concept__img {
  margin-top: min(5.36586vw, 24.14635px);
}
main.page__about .about__concept__img img {
  width: 100%;
  display: block;
}
main.page__about .about__concept__text {
  margin-top: min(5.36586vw, 24.14635px);
}
main.page__about .about__concept__text p {
  margin-bottom: min(5.85366vw, 26.34147px);
  font-size: min(3.90244vw, 17.56098px);
  line-height: 2;
  letter-spacing: 0.01em;
  color: var(--color-black);
}
main.page__about .about__concept__text p:last-child {
  margin-bottom: 0;
}
main.page__about .about__message {
  margin-top: min(4.87805vw, 21.95122px);
}
main.page__about .about__message__hero {
  margin-top: min(4.87805vw, 21.95122px);
  margin-bottom: min(9.7561vw, 43.90244px);
}
main.page__about .about__message__hero img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}
main.page__about .about__message__text {
  margin-top: min(5.85366vw, 26.34147px);
}
main.page__about .about__message__text p {
  margin-bottom: min(5.85366vw, 26.34147px);
  font-size: min(3.90244vw, 17.56098px);
  line-height: 1.95;
  letter-spacing: 0.01em;
}
main.page__about .about__message__text p:last-child {
  margin-bottom: 0;
}
main.page__about .about__message__letter {
  position: relative;
  padding: 26% min(5.36586vw, 24.14635px) min(9.7561vw, 43.90244px);
  overflow: hidden;
  background-color: rgba(248, 246, 243, 0.4);
}
main.page__about .about__message__letter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1078/2005;
  background: url(../../img/about/message_bg02_long.png) top center/100% auto no-repeat;
  -webkit-mask: linear-gradient(to bottom, #000 80%, transparent 100%);
  mask: linear-gradient(to bottom, #000 80%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}
main.page__about .about__message__letter > * {
  position: relative;
  z-index: 1;
}
main.page__about .about__message__brand {
  margin: min(5.36586vw, 24.14635px) max(-5.36585vw, -24.14634px);
}
main.page__about .about__message__brand img {
  width: 100%;
  height: auto;
  display: block;
}
main.page__about .about__message__president {
  margin-top: min(7.31708vw, 32.92683px);
}
main.page__about .about__message__president__photo {
  width: 100%;
  height: auto;
}
main.page__about .about__message__president__photo img {
  width: 100%;
  height: auto;
  display: block;
}
main.page__about .about__message__sign {
  margin-top: min(3.41464vw, 15.36586px);
  text-align: right;
}
main.page__about .about__message__sign__label {
  font-size: min(3.17074vw, 14.2683px);
  font-weight: 500;
  letter-spacing: 0.09em;
}
main.page__about .about__message__sign__name__img {
  margin-top: min(1.70732vw, 7.68293px);
  height: min(6.82927vw, 30.73171px);
  width: auto;
  display: inline-block;
}
main.page__about .about__staff {
  margin-top: min(13.41464vw, 60.36586px);
  padding-top: min(13.41464vw, 60.36586px);
  border-top: 1px solid #d9d9d9;
}
main.page__about .about__staff__list {
  margin-top: min(5.85366vw, 26.34147px);
  display: flex;
  flex-direction: column;
  gap: min(4.87805vw, 21.95122px);
}
main.page__about .about__staff {
  margin-top: min(13.41464vw, 60.36586px);
  padding-top: min(13.41464vw, 60.36586px);
  border-top: 1px solid #d9d9d9;
}
main.page__about .about__staff__list {
  margin-top: min(5.85366vw, 26.34147px);
  display: flex;
  flex-direction: column;
  gap: min(4.87805vw, 21.95122px);
}
main.page__about .about__staff__card {
  position: relative;
  overflow: hidden;
  padding: min(4.39025vw, 19.7561px) min(4.39025vw, 19.7561px) min(5.12196vw, 23.04879px);
  min-height: 375px;
  background: linear-gradient(180deg, #fff0f1 0%, #f6c2c4 100%);
  border-radius: min(2.92683vw, 13.17074px);
  box-shadow: min(1.46342vw, 6.58537px) min(1.46342vw, 6.58537px) min(1.46342vw, 6.58537px) rgba(0, 0, 0, 0.06);
}
main.page__about .about__staff__card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 48%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.26) 30%, rgba(0, 0, 0, 0.46) 60%, rgba(0, 0, 0, 0.32) 100%);
  z-index: 1;
  pointer-events: none;
}
main.page__about .about__staff__photo {
  position: absolute;
  left: max(-7.07317vw, -31.82926px);
  bottom: 0;
  width: 76%;
  z-index: 0;
}
main.page__about .about__staff__photo img {
  width: 100%;
  display: block;
}
main.page__about .about__staff__chart {
  position: relative;
  margin-left: auto;
  width: 57.5%;
  z-index: 2;
}
main.page__about .about__staff__chart img {
  width: 100%;
  display: block;
  border-radius: min(2.92683vw, 13.17074px);
}
main.page__about .about__staff__chart__labels {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
main.page__about .chart__label {
  position: absolute;
  color: #e5007b;
  font-size: min(2.92683vw, 13.17074px);
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
  line-height: 1.2;
}
main.page__about .chart__label--top {
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}
main.page__about .chart__label--right-top {
  top: 25%;
  right: 4%;
  transform: translateX(0);
}
main.page__about .chart__label--right-bottom {
  bottom: 25%;
  right: 4%;
  transform: translateX(0);
}
main.page__about .chart__label--bottom {
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
main.page__about .chart__label--left-bottom {
  bottom: 25%;
  left: 4%;
  transform: translateX(0);
}
main.page__about .chart__label--left-top {
  top: 25%;
  left: 4%;
  transform: translateX(0);
}
main.page__about .about__staff__body {
  position: relative;
  z-index: 2;
  margin-top: min(2.43903vw, 10.97561px);
  padding-top: 0;
  text-align: right;
}
main.page__about .about__staff__shop {
  color: rgba(255, 255, 255, 0.9);
  font-size: min(3.41464vw, 15.36586px);
  font-weight: 700;
  letter-spacing: 0.08em;
}
main.page__about .about__staff__name {
  margin-top: min(0.73171vw, 3.29269px);
  color: #fff;
  font-size: min(4.87805vw, 21.95122px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
main.page__about .about__staff__text {
  margin-top: min(1.95122vw, 8.78049px);
  text-align: left;
  color: #fff;
  font-size: min(3.41464vw, 15.36586px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0em;
  text-shadow: none;
}
main.page__about .about__staff__text--sm {
  font-size: min(3.04879vw, 13.71952px);
}
main.page__about .about__company {
  margin-top: min(13.41464vw, 60.36586px);
  margin-bottom: min(13.41464vw, 60.36586px);
  padding-top: min(13.41464vw, 60.36586px);
  border-top: 1px solid #d9d9d9;
}
main.page__about .about__company__list {
  margin-top: min(5.85366vw, 26.34147px);
}
main.page__about .about__company__item {
  padding: min(5.36586vw, 24.14635px) min(4.39025vw, 19.7561px);
  background: #fff9fd;
}
main.page__about .about__company__item:nth-child(2n) {
  background: #fff;
}
main.page__about .about__company__label {
  color: var(--color-primary);
  font-size: min(3.90244vw, 17.56098px);
  font-weight: 700;
  letter-spacing: 0.04em;
}
main.page__about .about__company__content {
  margin-top: min(3.90244vw, 17.56098px);
  font-size: min(3.90244vw, 17.56098px);
  line-height: 1.8;
  color: var(--color-black);
}
main.page__about .about__company__list__dot {
  display: flex;
  flex-direction: column;
  gap: min(2.43903vw, 10.97561px);
  margin: 0;
  padding: 0;
  list-style: none;
}
main.page__about .about__company__list__dot li {
  position: relative;
  padding-left: min(3.90244vw, 17.56098px);
}
main.page__about .about__company__list__dot li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-primary);
}
main.page__about section.shop {
  display: none;
}
main.page__about .collection__ttl__container {
  text-align: center;
}
main.page__about .page__kv .page__ttl .jp__ttl--about {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: min(1.46342vw, 6.58537px);
}
main.page__about .page__kv .page__ttl .jp__ttl__logo {
  width: auto;
  height: min(10vw, 45px);
  display: block;
}

main.page__recruit {
  padding-bottom: min(15.85366vw, 71.34147px);
}

.recruit__section__ttl {
  position: relative;
  padding-top: min(3.17074vw, 14.2683px);
  display: block;
  font-size: min(4.87805vw, 21.95122px);
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.4;
}
.recruit__section__ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: min(9.0244vw, 40.60976px);
  height: min(0.73171vw, 3.29269px);
  background-color: var(--color-primary);
  border-radius: 20px;
}
.recruit__section__ttl--center {
  padding-top: 0;
  text-align: center;
}
.recruit__section__ttl--center::before {
  content: none;
}

.recruit__philosophy {
  margin-top: min(10.97561vw, 49.39025px);
  background: #fff;
}
.recruit__philosophy .container-fluid {
  text-align: center;
}

.recruit__philosophy__label {
  font-size: min(3.90244vw, 17.56098px);
  font-weight: 500;
  font-family: var(--font-noto-serif);
  letter-spacing: 0.15em;
}

.recruit__philosophy__img__wrap {
  width: 100%;
}

.recruit__philosophy__img {
  width: 100%;
  height: auto;
  display: block;
}

.recruit__visual {
  margin-top: min(3.65854vw, 16.46342px);
}

.recruit__visual__inner {
  position: relative;
}

.recruit__visual__images {
  position: relative;
  width: 100%;
  height: min(73.17074vw, 329.2683px);
}

.recruit__visual__item {
  position: absolute;
  overflow: hidden;
}
.recruit__visual__item--img01 {
  top: min(9.7561vw, 43.90244px);
  left: 0;
  width: 36%;
}
.recruit__visual__item--img02 {
  top: max(-9.75609vw, -43.90243px);
  right: 0;
  width: 42%;
}
.recruit__visual__item--img03 {
  top: min(37.80488vw, 170.12196px);
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 50%;
}
.recruit__visual__item img {
  width: 100%;
  height: auto;
  display: block;
}
.recruit__visual__item--video {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  height: 100%;
  aspect-ratio: 7/8;
  object-fit: cover;
  object-position: center;
}

.recruit__visual__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.recruit__message {
  margin-top: min(13.41464vw, 60.36586px);
  padding-top: min(13.41464vw, 60.36586px);
  border-top: 1px solid #D9D9D9;
}

.recruit__message__text {
  margin-top: min(5.85366vw, 26.34147px);
}
.recruit__message__text p {
  font-size: min(3.90244vw, 17.56098px);
  line-height: 1.9;
  color: var(--color-black);
  margin-bottom: min(4.87805vw, 21.95122px);
}
.recruit__message__text p:last-child {
  margin-bottom: 0;
}

.recruit__message__president {
  margin-top: min(6.09757vw, 27.43903px);
}

.recruit__message__president__photo {
  width: 100%;
  height: auto;
}
.recruit__message__president__photo img {
  width: 100%;
  height: auto;
  display: block;
}

.recruit__message__sign {
  margin-top: min(3.41464vw, 15.36586px);
  text-align: right;
}

.recruit__message__sign__label {
  font-size: min(3.17074vw, 14.2683px);
  font-weight: 500;
  letter-spacing: 0.09em;
}

.recruit__message__sign__name__img {
  margin-top: min(1.70732vw, 7.68293px);
  height: min(6.82927vw, 30.73171px);
  width: auto;
  display: inline-block;
}

.recruit__ism {
  margin-top: min(13.41464vw, 60.36586px);
  padding-top: min(7.80488vw, 35.12196px);
  padding-bottom: min(7.80488vw, 35.12196px);
  background: #FFE4E4;
  background: linear-gradient(143deg, rgb(255, 246, 246) 0%, rgb(255, 243, 243) 50%, rgb(255, 228, 228) 100%);
}
.recruit__ism .recruit__section__ttl {
  color: var(--color-primary);
}

.mvv__ism_contents {
  max-width: 720px;
  margin-top: min(5.85366vw, 26.34147px);
  margin-inline: auto;
}

.ism__list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: number 0;
}
.ism__list .item01 {
  position: relative;
  padding: min(5.36586vw, 24.14635px) min(2.43903vw, 10.97561px) min(5.36586vw, 24.14635px) min(12.19513vw, 54.87805px);
  font-size: min(4.14635vw, 18.65854px);
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.4;
  color: var(--color-black);
  border-top: 1px solid #D1D1D1;
}
.ism__list .item01:last-child {
  border-bottom: 1px solid #D1D1D1;
}
.ism__list .item01::before {
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  bottom: 0;
  left: min(3.41464vw, 15.36586px);
  display: flex;
  align-items: center;
  font-size: min(3.90244vw, 17.56098px);
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.15;
  color: var(--color-primary);
}

.recruit__entry__btn__wrap {
  margin-top: min(6.82927vw, 30.73171px);
  text-align: center;
}

.recruit__job {
  margin-top: min(14.63415vw, 65.85366px);
}
.recruit__job--parttime {
  margin-top: min(8.53659vw, 38.41464px);
  padding-top: min(8.53659vw, 38.41464px);
  border-top: 1px solid #D9D9D9;
}

.recruit__detail {
  margin-top: min(6.82927vw, 30.73171px);
}

.recruit__detail__block {
  padding: min(3.41464vw, 15.36586px);
  display: flex;
  flex-direction: column;
  background-color: #FFF9FD;
}
.recruit__detail__block:nth-child(2n) {
  background-color: #fff;
}

.recruit__detail__label {
  font-size: min(3.90244vw, 17.56098px);
  font-weight: 700;
  color: var(--color-primary);
  display: block;
  width: 100%;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.recruit__detail__content {
  margin-top: min(2.43903vw, 10.97561px);
}
.recruit__detail__content p, .recruit__detail__content li {
  font-size: min(3.65854vw, 16.46342px);
  line-height: 1.7;
  color: var(--color-black);
}
.recruit__detail__content p + p {
  margin-top: 6px;
}
.recruit__detail__content a {
  display: inline-block;
  color: var(--color-primary);
  text-decoration: underline;
}

.recruit__detail__highlight {
  color: var(--color-primary) !important;
  font-weight: 600 !important;
  margin-top: 6px !important;
}

.recruit__detail__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.recruit__detail__list li {
  padding-left: 17px;
  position: relative;
}
.recruit__detail__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: var(--color-primary);
}

.recruit__faq {
  margin-top: min(14.63415vw, 65.85366px);
  background: #fff;
}

.recruit__faq__list {
  margin-top: min(6.82927vw, 30.73171px);
  display: flex;
  flex-direction: column;
  gap: min(2.92683vw, 13.17074px);
  margin-bottom: 0;
}

.recruit__faq__item {
  border: 1px solid var(--color-border-primary);
  border-radius: 8px;
  overflow: hidden;
}

.recruit__faq__q {
  display: grid;
  grid-template-columns: min(6.82927vw, 30.73171px) 1fr min(4.87805vw, 21.95122px);
  align-items: center;
  gap: min(2.43903vw, 10.97561px);
  padding: min(3.41464vw, 15.36586px);
  cursor: pointer;
  background: #fdf8f8;
  transition: background var(--transition);
}
.recruit__faq__q:hover {
  background: #f9eef4;
}

.recruit__faq__icon {
  width: min(6.82927vw, 30.73171px);
  height: min(6.82927vw, 30.73171px);
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  font-family: var(--font-sofia);
  font-size: min(3.65854vw, 16.46342px);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.recruit__faq__q__text {
  font-size: min(3.65854vw, 16.46342px);
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-black);
}

.recruit__faq__toggle {
  width: min(4.87805vw, 21.95122px);
  height: min(4.87805vw, 21.95122px);
  position: relative;
  flex-shrink: 0;
}
.recruit__faq__toggle::before, .recruit__faq__toggle::after {
  content: "";
  position: absolute;
  background: var(--color-primary);
  border-radius: 2px;
  transition: transform var(--transition), opacity var(--transition);
}
.recruit__faq__toggle::before {
  width: 12px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.recruit__faq__toggle::after {
  width: 2px;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.recruit__faq__a {
  font-size: min(3.41464vw, 15.36586px);
  line-height: 1.8;
  color: var(--color-black);
  padding: 0 min(3.41464vw, 15.36586px);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

.recruit__faq__item.is-open .recruit__faq__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.recruit__faq__item.is-open .recruit__faq__a {
  max-height: 300px;
  padding: min(3.41464vw, 15.36586px);
}

main.page__process {
  padding-bottom: min(15.85366vw, 71.34147px);
  overflow: hidden;
  background-color: #f3f3f2;
}
main.page__process .page__kv {
  position: relative;
}
main.page__process .process__kv__video {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
main.page__process .process__kv__video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main.page__process .page__process__lead__sub {
  margin-bottom: min(3.90244vw, 17.56098px);
  display: block;
  font-size: min(4.39025vw, 19.7561px);
  font-weight: 500;
}
main.page__process .page__process__lead__main {
  margin-bottom: min(3.90244vw, 17.56098px);
  display: block;
  font-size: min(4.87805vw, 21.95122px);
  font-weight: 600;
}
main.page__process .page__process__lead__brand {
  display: block;
  font-size: min(4.39025vw, 19.7561px);
  font-weight: 500;
}
main.page__process .process__intro {
  padding: min(10.97561vw, 49.39025px) 0 min(9.0244vw, 40.60976px);
  text-align: center;
}
main.page__process .process__intro__ttl {
  font-size: min(5.12196vw, 23.04879px);
  font-weight: 600;
  font-family: var(--font-noto-serif);
  letter-spacing: 0.12em;
  line-height: 1.9;
  color: #2f241f;
}
main.page__process .process__visual {
  background: linear-gradient(180deg, #2f201c 0%, #1f1614 100%);
  padding: 18px 0 24px;
}
main.page__process .process__visual__grid {
  position: relative;
  padding-top: min(6.82927vw, 30.73171px);
  padding-bottom: min(6.82927vw, 30.73171px);
  height: min(165.85366vw, 746.34147px);
}
main.page__process .process__visual__item {
  overflow: hidden;
}
main.page__process .process__visual__item img {
  display: block;
  width: 100%;
  height: auto;
}
main.page__process .process__visual__item--01 {
  margin-right: auto;
  margin-left: auto;
  width: 80%;
}
main.page__process .process__visual__item--02 {
  position: absolute;
  top: min(95.12196vw, 428.04879px);
  left: 0;
  width: 36%;
}
main.page__process .process__visual__item--03 {
  position: absolute;
  top: min(78.04879vw, 351.21952px);
  right: 0;
  width: 36%;
  z-index: 10;
}
main.page__process .process__visual__item--04 {
  position: absolute;
  bottom: min(6.82927vw, 30.73171px);
  right: min(2.43903vw, 10.97561px);
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 46%;
}
main.page__process .process__flow {
  padding-top: min(14.63415vw, 65.85366px);
  background: #f3f3f2;
}
main.page__process .process__item {
  margin-bottom: min(10.24391vw, 46.09757px);
}
main.page__process .process__item__head {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-bottom: min(6.34147vw, 28.53659px);
  display: flex;
  width: 89%;
  height: min(68.29269vw, 307.31708px);
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.06);
}
main.page__process .process__item__label {
  width: 64px;
  height: 100%;
  background: #d9a4b5;
  color: #fff;
  font-size: min(4.63415vw, 20.85366px);
  font-family: var(--font-noto-serif);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.18em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 10px 0;
  box-sizing: border-box;
}
main.page__process .process__item__video {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
main.page__process .process__item__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
main.page__process .process__item__body p {
  font-size: min(3.65854vw, 16.46342px);
  line-height: 2;
  letter-spacing: 0.06em;
}
main.page__process .process__middle__visual {
  margin-top: min(15.85366vw, 71.34147px);
}
main.page__process .process__middle__visual__video {
  background: #2c1d19;
  padding: min(4.14635vw, 18.65854px);
}
main.page__process .process__middle__visual__video {
  position: relative;
  text-align: center;
}
main.page__process .process__video__wrapper {
  position: relative;
  display: inline-block;
  max-width: 315px;
  width: 100%;
  margin: 0 auto;
}
main.page__process .process__video {
  width: 100%;
  height: auto;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
  background-color: #000;
  cursor: pointer;
  display: block;
}
main.page__process .video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 100%);
  transition: opacity 0.3s ease;
  z-index: 2;
}
main.page__process .video__play-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(3.90244vw, 17.56098px);
  transition: transform 0.2s ease;
  padding: 0;
}
main.page__process .video__play-btn:hover {
  transform: scale(1.05);
}
main.page__process .video__play-btn:active {
  transform: scale(0.95);
}
main.page__process .play-icon {
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.3));
}
main.page__process .play-icon circle {
  transition: fill 0.2s ease;
}
main.page__process .play-icon path {
  transition: fill 0.2s ease;
}
.video__play-btn:hover main.page__process .play-icon circle {
  fill: rgb(255, 255, 255);
}
main.page__process .play-btn__text {
  color: #fff;
  font-size: min(3.90244vw, 17.56098px);
  font-weight: 700;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  letter-spacing: 0.05em;
}
main.page__process .video__sound-btn {
  position: absolute;
  bottom: min(3.90244vw, 17.56098px);
  right: min(3.90244vw, 17.56098px);
  width: min(11.70732vw, 52.68293px);
  height: min(11.70732vw, 52.68293px);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid #ffa0ba;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #ffa0ba;
  z-index: 3;
  padding: 0;
}
main.page__process .video__sound-btn:hover {
  background: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
main.page__process .video__sound-btn:active {
  transform: scale(0.95);
}
main.page__process .sound-icon {
  transition: opacity 0.2s ease;
}
main.page__process .video__tap-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 4;
}
main.page__process .video__tap-icon svg {
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
}
@media not screen and (min-width: 375px), print {
  main.page__process .process__video__wrapper {
    max-width: 280px;
  }
  main.page__process .play-icon {
    width: min(17.07318vw, 76.82927px);
    height: min(17.07318vw, 76.82927px);
  }
  main.page__process .play-btn__text {
    font-size: min(3.41464vw, 15.36586px);
  }
}
main.page__process .process__closing {
  margin-top: min(12.19513vw, 54.87805px);
  text-align: center;
}
main.page__process .process__closing__catch {
  font-size: min(4.39025vw, 19.7561px);
  font-weight: 600;
  font-family: var(--font-noto-serif);
  line-height: 1.9;
  letter-spacing: 0.08em;
  color: #2f241f;
}
main.page__process .process__visual__bottom {
  margin-top: min(12.19513vw, 54.87805px);
}
main.page__process .process__visual__bottom__inner {
  position: relative;
}
main.page__process .process__visual__bottom__images {
  position: relative;
  width: 100%;
  height: min(84.14635vw, 378.65854px);
}
main.page__process .process__visual__bottom__item {
  position: absolute;
  overflow: hidden;
}
main.page__process .process__visual__bottom__item--img01 {
  top: min(9.7561vw, 43.90244px);
  left: 0;
  width: 36%;
}
main.page__process .process__visual__bottom__item--img02 {
  top: max(-9.75609vw, -43.90243px);
  right: 0;
  width: 42%;
}
main.page__process .process__visual__bottom__item--img03 {
  top: min(37.80488vw, 170.12196px);
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 50%;
}
main.page__process .process__visual__bottom__item img {
  width: 100%;
  height: auto;
  display: block;
}
main.page__process .process__visual__bottom__item--video {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  height: 100%;
  aspect-ratio: 7/8;
  object-fit: cover;
  object-position: center;
}
main.page__process .recruit__visual__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

main.page__single .contact__wrapper {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.72);
}
main.page__single form {
  margin-bottom: 60px;
  width: 100%;
}
@media not screen and (min-width: 590px), print {
  main.page__single form {
    margin-bottom: 40px;
  }
}
main.page__single .form__container {
  width: 100%;
  margin-bottom: 50px;
}
@media not screen and (min-width: 590px), print {
  main.page__single .form__container {
    margin-bottom: 35px;
  }
}
main.page__single .form__container tr {
  width: 100%;
  display: block;
  padding: 26px 0;
}
main.page__single .form__container tr:not(:first-child) {
  border-top: 2px solid #eaeaea;
}
@media not screen and (min-width: 767px), print {
  main.page__single .form__container tr {
    padding: 19px 0;
    display: flex;
    flex-wrap: wrap;
  }
}
main.page__single .form__container {
  /*見出し欄*/
}
main.page__single .form__container th {
  font-weight: normal;
  color: var(--color-default);
  padding-right: 5px;
  vertical-align: middle;
  min-width: 270px;
  white-space: nowrap;
  text-align: left;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 10px;
}
@media not screen and (min-width: 767px), print {
  main.page__single .form__container th {
    min-width: 0;
    margin-bottom: 15px;
  }
}
@media not screen and (min-width: 375px), print {
  main.page__single .form__container th {
    font-size: 14px;
  }
}
main.page__single .form__container th > p {
  margin-top: 0;
}
main.page__single .form__container th .mark01 {
  margin-right: 0;
  padding: 3px 12px;
  background: #7d7d7d;
  border-radius: 20px;
  font-size: 11px;
  color: #fff;
  line-height: 1.15;
  white-space: nowrap;
  flex-shrink: 0;
}
@media not screen and (min-width: 375px), print {
  main.page__single .form__container th .mark01 {
    padding: 3px 8px;
  }
}
main.page__single .form__container th .mark01.required {
  background-color: var(--color-primary);
}
main.page__single .form__container th .ttl01 {
  font-weight: 500;
}
main.page__single .form__container td {
  width: 100%;
  padding: 0;
}
@media not screen and (min-width: 767px), print {
  main.page__single .form__container td {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
main.page__single .form__container td > p {
  margin-top: 0;
}
main.page__single .form__container td input,
main.page__single .form__container td textarea {
  display: block;
  width: 100%;
  border: none;
  padding: 10px 12px;
  background-color: #efefef;
  border-radius: 0px;
  font-weight: 400;
  font-family: var(--font-nomal);
}
main.page__single .form__container td .address__fields {
  display: flex;
  flex-direction: column;
  gap: min(2.92683vw, 13.17074px);
}
main.page__single .form__container td .address__field {
  display: flex;
  flex-direction: column;
}
main.page__single .form__container td .address__label {
  font-size: min(3.65854vw, 16.46342px);
  color: #666;
  margin-bottom: min(1.95122vw, 8.78049px);
  font-weight: 500;
}
main.page__single .form__container td .address__input--zip,
main.page__single .form__container td .address__input--prefecture,
main.page__single .form__container td .address__input--detail {
  display: block;
  width: 100%;
  border: none;
  padding: 10px 12px;
  background-color: #efefef;
  border-radius: 0px;
  font-weight: 400;
  font-family: var(--font-nomal);
}
main.page__single .form__container td .address__input--zip::placeholder,
main.page__single .form__container td .address__input--prefecture::placeholder,
main.page__single .form__container td .address__input--detail::placeholder {
  color: #aaa;
}
main.page__single .form__container td .form__note--zipcode {
  font-size: min(2.92683vw, 13.17074px);
  color: #999;
  margin-top: min(1.46342vw, 6.58537px);
  line-height: 1.4;
}
main.page__single .form__container td input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  padding: 0;
  min-width: 20px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-color: #f8f8f8;
  border: 1px solid #cbcbcb;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s;
}
main.page__single .form__container td input[type=checkbox]:checked {
  background-color: var(--color-primary);
}
main.page__single .form__container td input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(45deg);
  width: 5px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
main.page__single .form__container td select {
  display: block;
  width: auto;
  border: none;
  padding: 10px 12px;
  line-height: 1.8;
  background-color: #efefef;
  border-radius: 3px;
}
main.page__single .form__container td textarea {
  line-height: 1.5;
}
@media not screen and (min-width: 590px), print {
  main.page__single .form__container td .radio01 {
    display: flex;
    flex-wrap: wrap;
  }
}
main.page__single .form__container td .radio01 > .wpcf7-list-item {
  margin-left: 0;
}
@media not screen and (min-width: 590px), print {
  main.page__single .form__container td .radio01 > .wpcf7-list-item {
    width: 100%;
  }
}
main.page__single .form__container td .radio01 label {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
@media not screen and (min-width: 590px), print {
  main.page__single .form__container td .radio01 label {
    margin-bottom: 7px;
  }
}
main.page__single .form__container td .radio01 .wpcf7-list-item-label {
  padding-left: 5px;
  white-space: nowrap;
}
main.page__single .form__container td .radio01 input {
  display: inline-block;
  width: auto;
}
main.page__single .form__container td input::placeholder {
  color: #999999;
}
main.page__single .form__container td textarea::placeholder {
  color: #999999;
}
main.page__single .form__container td [data-name=reserve-source-other] {
  display: block;
  margin-top: 15px;
}
main.page__single .form__container td .seijinshiki__calc {
  margin-top: 8px;
  font-size: 13px;
  color: var(--color-primary);
  font-weight: 500;
}
main.page__single .form__container td .birthday__selects {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
  font-size: 14px;
}
main.page__single .form__container td .birthday__select {
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  background-color: #efefef;
  border: none;
  border-radius: 0;
  padding: 10px 32px 10px 12px;
  font-size: 16px;
  font-family: var(--font-nomal);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23666'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
main.page__single .form__container td .birthday__select#birthday-year {
  width: 100px;
}
main.page__single .form__container td .birthday__select#birthday-month {
  width: 78px;
}
main.page__single .form__container td .birthday__select#birthday-day {
  width: 78px;
}
main.page__single .form__container td .form__note {
  display: inline-block;
  margin-top: 4px;
  font-size: 14px;
  color: #656565;
}
main.page__single .form__container td .photo-plan-note {
  margin-top: 10px;
  font-size: 12px;
  color: #f00;
  line-height: 1.6;
}
main.page__single .wpcf7-checkbox .wpcf7-list-item {
  margin-right: 23px;
  margin-left: 0;
}
@media not screen and (min-width: 767px), print {
  main.page__single .wpcf7-checkbox .wpcf7-list-item {
    margin-bottom: 0.45rem;
  }
}
main.page__single .privacylink__contents {
  margin-top: 40px;
  text-align: center;
}
@media not screen and (min-width: 590px), print {
  main.page__single .privacylink__contents {
    margin-top: 30px;
  }
}
main.page__single .privacylink__contents .contents__txt01 {
  font-weight: 500;
}
@media not screen and (min-width: 590px), print {
  main.page__single .privacylink__contents .contents__txt01 {
    font-size: 13px;
  }
}
main.page__single .privacylink__contents > .wpcf7-form-control-wrap {
  display: inline-block;
  margin-top: 30px;
}
@media not screen and (min-width: 590px), print {
  main.page__single .privacylink__contents > .wpcf7-form-control-wrap {
    margin-top: 20px;
  }
}
main.page__single .privacylink__contents > .wpcf7-form-control-wrap .wpcf7-list-item {
  margin-left: 0;
}
main.page__single .privacylink__contents > .wpcf7-form-control-wrap .wpcf7-list-item input {
  width: 15px;
  height: 15px;
}
main.page__single .privacylink__contents > .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 15px;
  font-weight: 700;
}
main.page__single .privacylink__contents .privacylink {
  margin-top: 20px;
  display: block;
  text-align: center;
}
@media not screen and (min-width: 590px), print {
  main.page__single .privacylink__contents .privacylink {
    margin-top: 20px;
  }
}
main.page__single .privacylink__contents .privacylink > .link01 {
  margin-top: 0;
  margin-bottom: 18px;
  padding-bottom: 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: var(--color-link);
  text-decoration: underline;
}
main.page__single {
  /*送信ボタンのデザイン変更*/
}
main.page__single .submit__btn {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 18px 20px 18px 20px;
  display: block;
  width: 340px;
  font-weight: 700;
  letter-spacing: 0.035rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  background: var(--color-primary);
  border-radius: 0px;
  box-shadow: 5px 5px 0px var(--color__shadow01);
  transition: all 0.3s ease;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-appearance: none;
}
@media not screen and (min-width: 991px), print {
  main.page__single .submit__btn {
    width: 260px;
    font-size: 14px;
  }
}
@media not screen and (min-width: 590px), print {
  main.page__single .submit__btn {
    padding: 12px 45px;
  }
}
main.page__single .submit__btn:hover {
  opacity: 0.85;
}

main.page__reserve .reserve__info {
  margin: 0;
  padding: 0;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media not screen and (min-width: 590px), print {
  main.page__reserve .reserve__info {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
main.page__reserve .reserve__caution {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  width: 100%;
  font-size: 17px;
  font-weight: 700;
  color: var(--color-primary);
  text-align: center;
  line-height: 1.8;
}
@media not screen and (min-width: 590px), print {
  main.page__reserve .reserve__caution {
    margin-bottom: 30px;
    font-size: min(3.90244vw, 17.56098px);
  }
}
main.page__reserve .reserve__store {
  margin: 0;
  padding: 0;
  padding: 30px 0;
  border-top: 1px solid #eaeaea;
}
main.page__reserve .reserve__store:last-of-type {
  border-bottom: 1px solid #eaeaea;
}
@media not screen and (min-width: 590px), print {
  main.page__reserve .reserve__store {
    padding: 26px 0;
  }
}
main.page__reserve .reserve__store__name {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 12px;
  letter-spacing: 0.09em;
}
@media not screen and (min-width: 590px), print {
  main.page__reserve .reserve__store__name {
    font-size: min(4.39025vw, 19.7561px);
  }
}
main.page__reserve .reserve__store__address {
  margin: 0;
  padding: 0;
  font-size: 14px;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
@media not screen and (min-width: 590px), print {
  main.page__reserve .reserve__store__address {
    font-size: min(3.65854vw, 16.46342px);
  }
}
main.page__reserve .reserve__store__tel {
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
}
main.page__reserve .reserve__store__tel a {
  margin: 0;
  padding: 0;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-decoration: underline;
}
main.page__reserve .reserve__store__hours {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.8;
}
main.page__reserve .reserve__store__hours span {
  margin: 0;
  padding: 0;
  padding-left: 1em;
  font-size: 15px;
  color: #666;
}
main.page__reserve .reserve__form__ttl {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-top: 60px;
}
@media not screen and (min-width: 590px), print {
  main.page__reserve .reserve__form__ttl {
    font-size: min(5.36586vw, 24.14635px);
    margin-top: 60px;
  }
}
main.page__reserve .wysiwyg-editor {
  margin-top: 20px;
  overflow: visible;
}
@media not screen and (min-width: 590px), print {
  main.page__reserve .wysiwyg-editor {
    margin-top: 15px;
  }
}
main.page__reserve .reserve__intro {
  margin-top: 40px;
  margin-bottom: 50px;
}
@media not screen and (min-width: 590px), print {
  main.page__reserve .reserve__intro {
    margin-top: 30px;
    margin-bottom: 35px;
  }
}
main.page__reserve .reserve__intro .caution__txt {
  font-size: 13px;
  color: #888;
  margin-bottom: 30px;
}
main.page__reserve .store__info__block {
  margin-bottom: 20px;
}
main.page__reserve .store__info__block .store__name {
  font-weight: 700;
  margin-bottom: 4px;
}
main.page__reserve .store__info__block .store__address {
  font-size: 13px;
}
main.page__reserve .store__info__block .store__tel {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-primary);
}
main.page__reserve .store__info__block .store__tel a {
  color: inherit;
}
main.page__reserve .store__info__block .store__hours {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
  line-height: 1.7;
}
main.page__reserve .form__section__ttl {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-primary);
}
@media not screen and (min-width: 590px), print {
  main.page__reserve .form__section__ttl {
    font-size: 16px;
  }
}
main.page__reserve .store__select {
  display: flex;
  flex-direction: row;
  gap: 16px;
  width: 100%;
}
main.page__reserve .store__select .store__select__item {
  flex: 1;
  cursor: pointer;
}
main.page__reserve .store__select .store__select__item input[type=radio] {
  display: none;
}
main.page__reserve .store__select .store__select__item input[type=radio]:checked + .store__select__label {
  border: 2px solid var(--color-primary);
}
main.page__reserve .store__select .store__select__item input[type=radio]:checked + .store__select__label::after {
  opacity: 1;
}
main.page__reserve .store__select .store__select__item .store__select__label {
  display: block;
  border: 2px solid #eaeaea;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: border 0.2s;
  position: relative;
}
main.page__reserve .store__select .store__select__item .store__select__label img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
main.page__reserve .store__select .store__select__item .store__select__label .store__select__name {
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: block;
}
@media not screen and (min-width: 590px), print {
  main.page__reserve .store__select .store__select__item .store__select__label .store__select__name {
    font-size: min(3.41464vw, 15.36586px);
  }
}
main.page__reserve .store__select .store__select__item .store__select__label::after {
  content: "✓ 選択中";
  position: absolute;
  top: 8px;
  right: 8px;
  background: var(--color-primary);
  color: #fff;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.2s;
}
main.page__reserve .wpcf7-checkbox,
main.page__reserve .wpcf7-radio {
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 16px;
}
main.page__reserve .wpcf7-checkbox .wpcf7-list-item,
main.page__reserve .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 0;
}
@media not screen and (min-width: 590px), print {
  main.page__reserve .wpcf7-checkbox .wpcf7-list-item,
  main.page__reserve .wpcf7-radio .wpcf7-list-item {
    min-width: calc(50% - 23px - 8px);
  }
}
main.page__reserve .wpcf7-checkbox .wpcf7-list-item label,
main.page__reserve .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
main.page__reserve .wpcf7-checkbox .wpcf7-list-item input[type=checkbox],
main.page__reserve .wpcf7-checkbox .wpcf7-list-item input[type=radio],
main.page__reserve .wpcf7-radio .wpcf7-list-item input[type=checkbox],
main.page__reserve .wpcf7-radio .wpcf7-list-item input[type=radio] {
  width: 20px;
  height: 20px;
  accent-color: var(--color-primary);
  flex-shrink: 0;
}
main.page__reserve .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
main.page__reserve .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 16px;
  white-space: nowrap;
}
@media not screen and (min-width: 590px), print {
  main.page__reserve .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
  main.page__reserve .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    letter-spacing: -0.02em;
    white-space: wrap;
  }
}
main.page__reserve .source__other {
  margin-top: 10px;
}
main.page__reserve .source__other input {
  max-width: 280px;
}
main.page__reserve .contact__wrapper {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.72);
}
@media not screen and (min-width: 590px), print {
  main.page__reserve .contact__wrapper {
    padding: 20px 16px;
  }
}
main.page__reserve form {
  margin-bottom: 60px;
  width: 100%;
}
@media not screen and (min-width: 590px), print {
  main.page__reserve form {
    margin-bottom: 40px;
  }
}
main.page__reserve .form__container {
  width: 100%;
  margin-bottom: 50px;
}
@media not screen and (min-width: 590px), print {
  main.page__reserve .form__container {
    margin-bottom: 35px;
  }
}
main.page__reserve .form__container tr {
  width: 100%;
  display: block;
  padding: 26px 0;
}
main.page__reserve .form__container tr:not(:first-child) {
  border-top: 2px solid #eaeaea;
}
@media not screen and (min-width: 767px), print {
  main.page__reserve .form__container tr {
    padding: 24px 0;
    display: flex;
    flex-wrap: wrap;
  }
}
main.page__reserve .form__container th {
  margin-bottom: 19px;
  font-weight: normal;
  color: var(--color-default);
  padding-right: 5px;
  vertical-align: middle;
  min-width: 270px;
  white-space: nowrap;
  text-align: left;
}
@media not screen and (min-width: 767px), print {
  main.page__reserve .form__container th {
    min-width: 0;
    width: 100%;
    margin-bottom: 15px;
  }
}
@media not screen and (min-width: 375px), print {
  main.page__reserve .form__container th {
    font-size: 14px;
  }
}
main.page__reserve .form__container th .mark01 {
  margin-right: 12px;
  padding: 3px 12px;
  background: #7d7d7d;
  border-radius: 0px;
  font-size: 13px;
  color: #fff;
  line-height: 1.15;
}
@media not screen and (min-width: 375px), print {
  main.page__reserve .form__container th .mark01 {
    padding: 3px;
    margin-right: 5px;
  }
}
main.page__reserve .form__container th .mark01.required {
  background-color: var(--color-primary);
}
main.page__reserve .form__container th .ttl01 {
  font-weight: 700;
}
@media not screen and (min-width: 590px), print {
  main.page__reserve .form__container th .ttl01 {
    font-size: min(4.39025vw, 19.7561px);
  }
}
main.page__reserve .form__container td {
  display: block;
  width: 100%;
  padding: 0;
}
main.page__reserve .form__container td input,
main.page__reserve .form__container td textarea {
  display: block;
  width: 100%;
  border: none;
  padding: 10px 12px;
  background-color: #efefef;
  border-radius: 0px;
  font-weight: 500;
  font-family: var(--font-nomal);
  letter-spacing: 0.04em;
}
main.page__reserve .form__container td input[type=checkbox],
main.page__reserve .form__container td input[type=radio] {
  display: inline-block;
  width: auto;
}
main.page__reserve .form__container td textarea {
  min-height: 110px;
  height: 100%;
  line-height: 1.5;
}
main.page__reserve .form__container td input::placeholder,
main.page__reserve .form__container td textarea::placeholder {
  color: #999999;
}
main.page__reserve .privacylink__contents {
  margin-top: 40px;
  text-align: center;
}
@media not screen and (min-width: 590px), print {
  main.page__reserve .privacylink__contents {
    margin-top: 30px;
  }
}
main.page__reserve .privacylink__contents .contents__txt01 {
  font-weight: 500;
}
main.page__reserve .privacylink__contents > .wpcf7-form-control-wrap {
  display: inline-block;
  margin-top: 20px;
}
main.page__reserve .privacylink__contents > .wpcf7-form-control-wrap .wpcf7-list-item {
  margin-left: 0;
}
main.page__reserve .privacylink__contents > .wpcf7-form-control-wrap .wpcf7-list-item input {
  width: 15px;
  height: 15px;
  accent-color: var(--color-primary);
}
main.page__reserve .privacylink__contents > .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 15px;
  font-weight: 700;
}
main.page__reserve .privacylink__contents .privacylink {
  margin-top: 16px;
  display: block;
  text-align: center;
}
main.page__reserve .privacylink__contents .privacylink > .link01 {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: var(--color-link);
  text-decoration: underline;
}
main.page__reserve .submit__btn {
  position: relative;
  margin: 40px auto 0;
  padding: 18px 60px;
  display: block;
  width: 340px;
  font-weight: 700;
  letter-spacing: 0.05rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  background: var(--color-primary);
  border-radius: 40px;
  transition: all 0.3s ease;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-appearance: none;
}
@media not screen and (min-width: 590px), print {
  main.page__reserve .submit__btn {
    margin-top: min(7.31708vw, 32.92683px);
    width: 100%;
    max-width: 82%;
    padding: min(5.85366vw, 26.34147px) min(7.80488vw, 35.12196px);
    font-size: min(3.90244vw, 17.56098px);
  }
}
main.page__reserve .submit__btn:hover {
  opacity: 0.85;
}
main.page__reserve [data-name=reserve-source-other] {
  display: block;
  margin-top: 15px;
}
main.page__reserve .seijinshiki__calc {
  margin-top: 8px;
  font-size: 13px;
  color: var(--color-primary);
  font-weight: 500;
}
main.page__reserve .birthday__selects {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  font-size: 14px;
}
main.page__reserve .birthday__select {
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  background-color: #efefef;
  border: none;
  border-radius: 0;
  padding: 10px 32px 10px 12px;
  font-size: 14px;
  font-family: var(--font-nomal);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23666'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
main.page__reserve .birthday__select#birthday-year {
  width: 100px;
}
main.page__reserve .birthday__select#birthday-month {
  width: 78px;
}
main.page__reserve .birthday__select#birthday-day {
  width: 78px;
}
main.page__reserve .form__note {
  display: inline-block;
  font-size: 12px;
  color: #888;
}
main.page__reserve .photo-plan-note {
  margin-top: 10px;
  font-size: 12px;
  color: #f00;
  line-height: 1.6;
}
main.page__reserve .reserve__date__alert {
  padding-top: 7px;
  font-size: 14px;
  color: #f00;
}

.modal__container {
  background: #fff;
  width: 100%;
  max-width: 650px;
  max-height: 93vh;
  overflow-y: auto;
  border-radius: 12px 12px 0 0;
  box-sizing: border-box;
  position: relative;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 20px;
}

.modal__title {
  margin: 0;
  padding-left: 7.5px;
  border-left: 2.5px solid var(--color-primary);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--color-default);
  line-height: 1.4;
}

.modal__close {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
}
.modal__close:focus {
  outline: none;
}
.modal__close::before {
  content: "×";
  font-weight: 700;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  color: #03071f;
  line-height: 1;
}

.modal__content {
  margin: 0;
}

.taste__modal__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.taste__modal__item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding-bottom: 16px;
  border-bottom: 1px dashed #e2e2e2;
}
.taste__modal__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.taste__modal__img {
  width: 80px;
  flex-shrink: 0;
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 4px;
  background-color: #f1f0ec;
}
.taste__modal__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.taste__modal__img--top img {
  object-position: top center;
}

.taste__modal__body {
  flex: 1;
  padding-top: 4px;
}

.taste__modal__name {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #03071f;
  margin: 0 0 6px;
}

.taste__modal__desc {
  font-size: 12px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

main.page__reserve .wysiwyg-editor .taste__detail__btn {
  display: inline-block;
  font-size: 14px;
  color: var(--color-primary, #03071f);
  text-decoration: underline;
  margin-bottom: 22px;
  cursor: pointer;
}

#reserve-info-today {
  padding: 0;
  border-top: none;
  height: 0;
}
#reserve-info-today > td {
  padding: 0;
  margin: 0;
  width: 100%;
}
#reserve-info-today .reserve__info {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.5s ease, opacity 0.4s ease, visibility 0s 0.4s;
}
#reserve-info-today .reserve__info.is-open {
  margin-top: 20px;
  margin-bottom: 0;
  max-height: 600px;
  opacity: 1;
  visibility: visible;
  transition: max-height 0.5s ease, opacity 0.4s ease, visibility 0s 0s;
}
#reserve-info-today:has(.reserve__info.is-open) {
  height: auto;
}

#reserve-submit-wrap {
  transition: opacity 0.3s ease;
}
#reserve-submit-wrap.is-disabled {
  opacity: 0.35;
  pointer-events: none;
  cursor: not-allowed;
}
#reserve-submit-wrap.is-disabled .submit__btn {
  background-color: #aaa !important;
  border-color: #aaa !important;
  color: #fff !important;
  cursor: not-allowed !important;
}

#reserve-date.is-today {
  color: #ff3333;
}

.form__container input:not([type=radio]):not([type=checkbox]):not([type=hidden]),
.form__container select,
.form__container textarea {
  font-weight: 500;
  font-family: var(--font-nomal);
}
.form__container input:not([type=radio]):not([type=checkbox]):not([type=hidden]):focus,
.form__container select:focus,
.form__container textarea:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 120, 215, 0.4);
}

#reserve-date:disabled,
#reserve-time:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  background-color: #f0f0f0;
}

.form__note--image {
  margin-bottom: 12px;
}

.reserve__image__fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.reserve__image__clear {
  flex-shrink: 0;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #b0b0b0;
  border: none;
  border-radius: 4px;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.2s;
}
.reserve__image__clear:hover {
  opacity: 0.8;
}

.reserve__image__field {
  display: flex;
  align-items: center;
  gap: 10px;
}
.reserve__image__field .reserve__image__label {
  font-size: 13px;
  color: #666;
  white-space: nowrap;
  min-width: 3em;
}
.reserve__image__field .wpcf7-form-control.wpcf7-file {
  display: block;
  width: 100%;
  padding: 8px 12px;
  background: #f7f7f7;
  border: 2px dashed #ddd;
  border-radius: 6px;
  font-size: 13px;
  cursor: pointer;
  transition: border-color 0.2s;
}
.reserve__image__field .wpcf7-form-control.wpcf7-file:focus, .reserve__image__field .wpcf7-form-control.wpcf7-file:hover {
  border-color: #c8779a;
  outline: none;
}

.flatpickr-weekdays {
  margin-top: 4px;
}

span.flatpickr-day {
  font-weight: 700;
}

.flatpickr-month .flatpickr-current-month input.cur-year[disabled] {
  color: var(--color-default);
  font-weight: 700;
}

.flatpickr-month .flatpickr-current-month {
  font-weight: 700;
  color: var(--color-default);
  line-height: 1.1;
  fill: none;
}

.flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months {
  font-weight: 700;
  color: var(--color-default);
}

/* カレンダー全体の設定 */
.flatpickr-calendar {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
  padding: 15px !important;
  width: 345px !important;
  box-sizing: border-box !important;
}
@media (max-width: 375px) {
  .flatpickr-calendar {
    width: 320px !important;
  }
}

/* 曜日部分の調整 */
.flatpickr-weekday {
  color: #666 !important;
  font-weight: normal !important;
}

/* 日付コンテナをグリッドレイアウトに変更して枠線を揃える */
.dayContainer {
  display: grid !important;
  grid-template-columns: repeat(7, 1fr);
  grid-auto-rows: 60px;
  width: 100% !important;
  min-width: unset !important;
  max-width: unset !important;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  box-sizing: border-box !important;
}

/* 各日付セル（マス目）の設定 */
.flatpickr-day {
  width: 100% !important;
  max-width: 100% !important;
  height: 60px !important;
  border-right: 1px solid #eaeaea !important;
  border-bottom: 1px solid #eaeaea !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px !important;
  line-height: 1.2;
  color: #333;
  margin: 0 !important;
  background: #fff;
  position: relative;
  padding: 8px 4px !important;
}

/* 前月・次月の日付を非表示（visibility使用でグリッド位置を保持） */
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
  visibility: hidden !important;
  pointer-events: none !important;
}

/* 選択不可・過去日のスタイル */
.flatpickr-day.flatpickr-disabled {
  color: #aaa !important;
  background-color: #fafafa !important;
}

/* 定休日（無効な日付）に×マークを追加 */
.flatpickr-day.flatpickr-disabled:not(.prevMonthDay):not(.nextMonthDay)::after {
  content: "×";
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: 400;
  color: #999;
  line-height: 1;
}

/* マウスオーバー時・選択時の色 */
.flatpickr-day:hover:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay) {
  background: #f0f0f0 !important;
}

.flatpickr-day.selected {
  background: #a9dede !important;
  color: #fff !important;
  border-color: #a9dede !important;
}

/* 今日の日付 */
.flatpickr-day.today:not(.selected) {
  border-color: #a9dede !important;
  color: #333 !important;
}

/* 選択可能な日付に○マークを追加（オプション） */
.flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):not(.selected)::after {
  content: "○";
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: 400;
  color: #ccc;
  line-height: 1;
}

/* 選択された日付の○マークを非表示 */
.flatpickr-day.selected::after {
  display: none;
}

/* JavaScriptで追加する記号（○や×）のスタイル */
.status-mark {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1;
}

/* innerContainerとrContainerの幅を調整 */
.flatpickr-innerContainer,
.flatpickr-rContainer {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.flatpickr-days {
  width: 100% !important;
  max-width: 100% !important;
}

/* -----------------------------------
 * 余分な空行（下段の不要な列）を消す設定
 * ----------------------------------- */
/* 6行目（36マス目）が翌月の日付なら、6行目を丸ごと非表示（display: none）にする */
.flatpickr-day:nth-child(36).nextMonthDay,
.flatpickr-day:nth-child(36).nextMonthDay ~ .flatpickr-day {
  display: none !important;
}

/* 5行目（29マス目）が翌月の日付なら、5行目以降を丸ごと非表示にする（※2月などのレアケース対策） */
.flatpickr-day:nth-child(29).nextMonthDay,
.flatpickr-day:nth-child(29).nextMonthDay ~ .flatpickr-day {
  display: none !important;
}

main.page__plan,
.page__plan {
  padding-bottom: min(15.85366vw, 71.34147px);
  overflow: hidden;
  background-color: #fffafb;
}
main.page__plan .page__kv--plan-rental::before,
.page__plan .page__kv--plan-rental::before {
  background-image: url(../../img/common/kv_furisode_rental_sp.jpg);
}
@media not screen and (min-width: 590px), print {
  main.page__plan .page__kv--plan-rental::before,
  .page__plan .page__kv--plan-rental::before {
    background-image: url(../../img/common/kv_furisode_rental_sp.jpg);
  }
}
main.page__plan .plan__sec__ttl,
.page__plan .plan__sec__ttl {
  margin-bottom: min(8.53659vw, 38.41464px);
  text-align: center;
}
main.page__plan .plan__sec__ttl .plan__sec__ttl__en,
.page__plan .plan__sec__ttl .plan__sec__ttl__en {
  display: block;
  font-size: min(6.82927vw, 30.73171px);
  font-weight: 700;
  font-family: var(--font-sofia);
  letter-spacing: 0.06em;
  line-height: 1;
  color: #ffccdc;
}
main.page__plan .plan__sec__ttl .plan__sec__ttl__jp,
.page__plan .plan__sec__ttl .plan__sec__ttl__jp {
  margin-top: min(2.43903vw, 10.97561px);
  display: inline-block;
  font-size: min(4.87805vw, 21.95122px);
  font-weight: 700;
  font-family: var(--font-noto-serif);
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: var(--color-default);
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-primary);
}
main.page__plan .plan__intro,
.page__plan .plan__intro {
  padding: min(12.19513vw, 54.87805px) 0;
  text-align: center;
  background: #fff;
}
main.page__plan .plan__intro .plan__intro__label,
.page__plan .plan__intro .plan__intro__label {
  display: inline-block;
  padding: min(1.95122vw, 8.78049px) min(6.82927vw, 30.73171px);
  font-size: min(3.41464vw, 15.36586px);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  background: linear-gradient(135deg, var(--color-primary) 0%, #ff7ea5 100%);
  border-radius: 40px;
  box-shadow: 0 4px 15px rgba(229, 0, 123, 0.2);
}
main.page__plan .plan__intro .plan__intro__ttl,
.page__plan .plan__intro .plan__intro__ttl {
  margin-top: min(6.09757vw, 27.43903px);
  font-size: min(6.82927vw, 30.73171px);
  font-weight: 700;
  font-family: var(--font-noto-serif);
  color: var(--color-primary);
}
main.page__plan .plan__intro .plan__intro__lead,
.page__plan .plan__intro .plan__intro__lead {
  margin-top: min(6.09757vw, 27.43903px);
  font-size: min(3.65854vw, 16.46342px);
  line-height: 2.2;
  font-weight: 500;
  color: var(--color-black);
}
main.page__plan .plan__intro .plan__intro__lead .highlight,
.page__plan .plan__intro .plan__intro__lead .highlight {
  font-weight: 700;
  color: var(--color-primary);
  background: linear-gradient(transparent 60%, #ffe0ee 60%);
}
main.page__plan .plan__intro .plan__intro__lead strong,
.page__plan .plan__intro .plan__intro__lead strong {
  font-weight: 700;
  background: linear-gradient(transparent 60%, #ffccdb 60%);
  padding: 0 2px;
}
main.page__plan .plan__contents,
.page__plan .plan__contents {
  padding: min(12.19513vw, 54.87805px) 0;
}
main.page__plan .plan__contents .plan__contents__main,
.page__plan .plan__contents .plan__contents__main {
  background: #fff;
  border-radius: 16px;
  padding: min(7.31708vw, 32.92683px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 2px solid #fff0f5;
}
main.page__plan .plan__contents .plan__contents__main .plan__contents__main__img,
.page__plan .plan__contents .plan__contents__main .plan__contents__main__img {
  width: 100%;
  max-width: min(92.68293vw, 417.07318px);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
main.page__plan .plan__contents .plan__contents__main .plan__contents__main__img img,
.page__plan .plan__contents .plan__contents__main .plan__contents__main__img img {
  width: 100%;
  display: block;
}
main.page__plan .plan__contents .plan__contents__main .plan__contents__main__body,
.page__plan .plan__contents .plan__contents__main .plan__contents__main__body {
  margin-top: min(6.09757vw, 27.43903px);
}
main.page__plan .plan__contents .plan__contents__main .plan__contents__main__ttl,
.page__plan .plan__contents .plan__contents__main .plan__contents__main__ttl {
  font-size: min(5.85366vw, 26.34147px);
  font-weight: 700;
  color: var(--color-primary);
}
main.page__plan .plan__contents .plan__contents__main .plan__contents__main__txt,
.page__plan .plan__contents .plan__contents__main .plan__contents__main__txt {
  margin-top: min(3.65854vw, 16.46342px);
  font-size: min(3.65854vw, 16.46342px);
  line-height: 2.2;
  background: #fafafa;
  padding: min(3.65854vw, 16.46342px);
  border-radius: 8px;
}
main.page__plan .plan__kids,
.page__plan .plan__kids {
  padding: min(4.87805vw, 21.95122px) 0 min(9.7561vw, 43.90244px);
}
main.page__plan .plan__kids__box,
.page__plan .plan__kids__box {
  display: flex;
  flex-direction: column;
  gap: min(5.85366vw, 26.34147px);
  background: linear-gradient(135deg, #fff6fb 0%, #fdeaf4 100%);
  border: 1px solid #f6d7e6;
  border-radius: 16px;
  padding: min(5.85366vw, 26.34147px);
}
main.page__plan .plan__kids__img,
.page__plan .plan__kids__img {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
main.page__plan .plan__kids__img img,
.page__plan .plan__kids__img img {
  width: 100%;
  display: block;
}
main.page__plan .plan__kids__body,
.page__plan .plan__kids__body {
  flex: 1;
}
main.page__plan .plan__kids__label,
.page__plan .plan__kids__label {
  display: inline-block;
  padding: min(1.21952vw, 5.48781px) min(3.90244vw, 17.56098px);
  font-size: min(3.04879vw, 13.71952px);
  font-weight: 700;
  color: #fff;
  background: var(--color-primary);
  border-radius: 20px;
}
main.page__plan .plan__kids__ttl,
.page__plan .plan__kids__ttl {
  margin-top: min(3.41464vw, 15.36586px);
  font-size: min(5.12196vw, 23.04879px);
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-default);
}
main.page__plan .plan__kids__ttl .accent,
.page__plan .plan__kids__ttl .accent {
  color: #e5007b;
}
main.page__plan .plan__kids__txt,
.page__plan .plan__kids__txt {
  margin-top: min(3.41464vw, 15.36586px);
  font-size: min(3.53659vw, 15.91464px);
  line-height: 1.9;
  color: var(--color-black);
}
main.page__plan .plan__kids__txt strong,
.page__plan .plan__kids__txt strong {
  color: var(--color-primary);
  background: linear-gradient(transparent 70%, #ffebf3 70%);
}
main.page__plan .plan__benefits,
.page__plan .plan__benefits {
  padding: min(14.63415vw, 65.85366px) 0;
  background: #fff;
}
main.page__plan .plan__benefit__grid,
.page__plan .plan__benefit__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: min(9.7561vw, 43.90244px);
}
main.page__plan .plan__benefit__card,
.page__plan .plan__benefit__card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(229, 0, 123, 0.08);
  border: 1px solid #ffe6f0;
}
main.page__plan .plan__benefit__card__img,
.page__plan .plan__benefit__card__img {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
}
main.page__plan .plan__benefit__card__img img,
.page__plan .plan__benefit__card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.page__plan .plan__benefit__card__img img.top,
.page__plan .plan__benefit__card__img img.top {
  object-position: 50% 27%;
}
main.page__plan .plan__benefit__card .plan__benefit__badge,
.page__plan .plan__benefit__card .plan__benefit__badge {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-primary);
  color: #fff;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 0 0 16px 0;
  z-index: 2;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
main.page__plan .plan__benefit__card .plan__benefit__badge--inline,
.page__plan .plan__benefit__card .plan__benefit__badge--inline {
  position: static;
  display: inline-block;
  margin-bottom: min(3.41464vw, 15.36586px);
  padding: 6px 18px;
  font-size: 14px;
  border-radius: 20px;
  box-shadow: none;
}
main.page__plan .plan__benefit__card__body,
.page__plan .plan__benefit__card__body {
  padding: min(6.09757vw, 27.43903px) min(4.87805vw, 21.95122px);
}
main.page__plan .plan__benefit__card__ttl,
.page__plan .plan__benefit__card__ttl {
  font-size: min(4.87805vw, 21.95122px);
  line-height: 1.5;
  font-weight: 700;
  color: var(--color-default);
}
main.page__plan .plan__benefit__card__ttl .highlight,
.page__plan .plan__benefit__card__ttl .highlight {
  font-size: 0.8em;
  color: #666;
}
main.page__plan .plan__benefit__card__ttl .red,
.page__plan .plan__benefit__card__ttl .red {
  color: #e5007b;
  font-size: 1.2em;
}
main.page__plan .plan__benefit__card__txt,
.page__plan .plan__benefit__card__txt {
  margin-top: min(3.65854vw, 16.46342px);
  font-size: min(3.53659vw, 15.91464px);
  line-height: 1.8;
  color: var(--color-black);
}
main.page__plan .plan__benefit__card__txt strong,
.page__plan .plan__benefit__card__txt strong {
  color: var(--color-primary);
  background: linear-gradient(transparent 70%, #ffebf3 70%);
}
main.page__plan .plan__benefit__card__txt .guard-blue,
.page__plan .plan__benefit__card__txt .guard-blue {
  color: #e5007b;
  font-weight: 700;
}
main.page__plan .plan__benefit__card__txt .guard-red,
.page__plan .plan__benefit__card__txt .guard-red {
  font-weight: 700;
  background: linear-gradient(transparent 60%, #ffccdb 60%);
  padding: 0 2px;
}
main.page__plan .plan__benefit__card .plan__benefit__tags,
.page__plan .plan__benefit__card .plan__benefit__tags {
  display: flex;
  flex-wrap: wrap;
  gap: min(1.95122vw, 8.78049px);
  margin-top: min(2.92683vw, 13.17074px);
}
main.page__plan .plan__benefit__card .plan__benefit__tag,
.page__plan .plan__benefit__card .plan__benefit__tag {
  display: inline-block;
  padding: min(0.97561vw, 4.39025px) min(2.92683vw, 13.17074px);
  font-size: min(2.92683vw, 13.17074px);
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-primary);
  background: #fff0f5;
  border: 1px solid #f3c4d8;
  border-radius: 20px;
  white-space: nowrap;
}
main.page__plan .plan__benefit__card .plan__benefit__option,
.page__plan .plan__benefit__card .plan__benefit__option {
  margin-top: min(3.65854vw, 16.46342px);
  padding: min(2.92683vw, 13.17074px) min(3.65854vw, 16.46342px);
  font-size: min(3.29269vw, 14.81708px);
  line-height: 1.7;
  color: var(--color-black);
  background: #fffdf5;
  border: 1px dashed #e6c98a;
  border-radius: 8px;
}
main.page__plan .plan__benefit__card .plan__benefit__option__tag,
.page__plan .plan__benefit__card .plan__benefit__option__tag {
  display: inline-block;
  margin-right: 8px;
  padding: 2px 10px;
  font-size: min(2.80488vw, 12.62196px);
  font-weight: 700;
  color: #fff;
  background: #e8a23d;
  border-radius: 20px;
  white-space: nowrap;
}
main.page__plan .plan__benefit__venues,
.page__plan .plan__benefit__venues {
  margin-top: min(4.87805vw, 21.95122px);
  padding: min(3.65854vw, 16.46342px);
  background: #fdf5f8;
  border-radius: 8px;
  border: 1px solid #f6e6ed;
}
main.page__plan .plan__benefit__venues h4,
.page__plan .plan__benefit__venues h4 {
  font-size: min(3.65854vw, 16.46342px);
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: min(2.43903vw, 10.97561px);
}
main.page__plan .plan__benefit__venues ul,
.page__plan .plan__benefit__venues ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}
main.page__plan .plan__benefit__venues ul li,
.page__plan .plan__benefit__venues ul li {
  font-size: min(3.47561vw, 15.64025px);
  color: #333;
  position: relative;
  padding-left: 12px;
}
main.page__plan .plan__benefit__venues ul li span,
.page__plan .plan__benefit__venues ul li span {
  color: #208be0;
  font-weight: 700;
}
main.page__plan .plan__benefit__venues ul li::before,
.page__plan .plan__benefit__venues ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--color-primary);
}
main.page__plan .plan__benefit__venues__link,
.page__plan .plan__benefit__venues__link {
  margin-top: min(3.65854vw, 16.46342px);
  text-align: right;
}
main.page__plan .plan__benefit__venues__link a,
.page__plan .plan__benefit__venues__link a {
  display: inline-flex;
  align-items: center;
  font-size: min(3.17074vw, 14.2683px);
  font-weight: 700;
  color: #e5007b;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
main.page__plan .plan__benefit__venues__link a:hover,
.page__plan .plan__benefit__venues__link a:hover {
  opacity: 0.7;
  text-decoration: none;
}
main.page__plan .plan__benefit__venues__link a::after,
.page__plan .plan__benefit__venues__link a::after {
  content: "＞";
  font-size: 0.9em;
  margin-left: 4px;
}
main.page__plan .plan__benefit__others,
.page__plan .plan__benefit__others {
  margin-top: min(9.7561vw, 43.90244px);
  padding: min(7.31708vw, 32.92683px);
  background: linear-gradient(135deg, #fff0f5 0%, #ffe4ec 100%);
  border-radius: 16px;
}
main.page__plan .plan__benefit__others ul,
.page__plan .plan__benefit__others ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: min(3.65854vw, 16.46342px);
}
main.page__plan .plan__benefit__others ul li,
.page__plan .plan__benefit__others ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: min(3.65854vw, 16.46342px);
  font-weight: 700;
  background: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}
main.page__plan .plan__benefit__others ul li .num,
.page__plan .plan__benefit__others ul li .num {
  background: var(--color-primary);
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 20px;
  white-space: nowrap;
}
main.page__plan .plan__remote,
.page__plan .plan__remote {
  padding: min(14.63415vw, 65.85366px) 0;
}
main.page__plan .plan__remote__topimg,
.page__plan .plan__remote__topimg {
  margin-bottom: min(4.87805vw, 21.95122px);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
main.page__plan .plan__remote__topimg img,
.page__plan .plan__remote__topimg img {
  display: block;
  width: 100%;
  height: auto;
}
main.page__plan .plan__remote__box,
.page__plan .plan__remote__box {
  background: url(../../img/common/kv_reserve.jpg) center/cover;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}
main.page__plan .plan__remote__box::before,
.page__plan .plan__remote__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
}
main.page__plan .plan__remote__content,
.page__plan .plan__remote__content {
  position: relative;
  z-index: 2;
  padding: min(9.7561vw, 43.90244px) min(4.87805vw, 21.95122px);
  text-align: center;
  color: #fff;
}
main.page__plan .plan__remote__ttl,
.page__plan .plan__remote__ttl {
  font-size: min(5.85366vw, 26.34147px);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: min(4.87805vw, 21.95122px);
  color: #fff;
}
main.page__plan .plan__remote__lead,
.page__plan .plan__remote__lead {
  font-size: min(3.65854vw, 16.46342px);
  line-height: 2;
  margin-bottom: min(7.31708vw, 32.92683px);
}
main.page__plan .plan__remote__offer,
.page__plan .plan__remote__offer {
  background: rgba(255, 255, 255, 0.95);
  padding: min(6.09757vw, 27.43903px);
  border-radius: 12px;
  max-width: 600px;
  margin: 0 auto min(7.31708vw, 32.92683px);
  color: var(--color-black);
  border: 3px solid #ffb6c1;
}
main.page__plan .plan__remote__offer .offer-point,
.page__plan .plan__remote__offer .offer-point {
  font-size: min(3.90244vw, 17.56098px);
  font-weight: 700;
  color: var(--color-primary);
}
main.page__plan .plan__remote__offer .offer-main,
.page__plan .plan__remote__offer .offer-main {
  font-size: min(4.39025vw, 19.7561px);
  font-weight: 700;
  margin-top: 10px;
}
main.page__plan .plan__remote__offer .offer-main .large,
.page__plan .plan__remote__offer .offer-main .large {
  font-size: 1.8em;
  color: #e5007b;
}
main.page__plan .plan__remote__offer .offer-note,
.page__plan .plan__remote__offer .offer-note {
  margin-top: min(2.92683vw, 13.17074px);
  font-size: min(2.92683vw, 13.17074px);
  color: #555;
  font-weight: 500;
  line-height: 1.5;
}
main.page__plan .plan__remote__txt,
.page__plan .plan__remote__txt {
  font-size: min(3.41464vw, 15.36586px);
  line-height: 1.8;
  margin-bottom: min(4.87805vw, 21.95122px);
}
main.page__plan .plan__flow,
.page__plan .plan__flow {
  padding: min(10.97561vw, 49.39025px) 0;
}
main.page__plan .plan__flow .plan__flow__list,
.page__plan .plan__flow .plan__flow__list {
  position: relative;
  counter-reset: flow;
}
main.page__plan .plan__flow .plan__flow__list::before,
.page__plan .plan__flow .plan__flow__list::before {
  content: "";
  position: absolute;
  top: min(4.87805vw, 21.95122px);
  bottom: min(4.87805vw, 21.95122px);
  left: min(6.82927vw, 30.73171px);
  width: 2px;
  background-color: #ffd9e6;
}
main.page__plan .plan__flow .plan__flow__item,
.page__plan .plan__flow .plan__flow__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: min(4.87805vw, 21.95122px);
}
main.page__plan .plan__flow .plan__flow__item:not(:first-child),
.page__plan .plan__flow .plan__flow__item:not(:first-child) {
  margin-top: min(6.82927vw, 30.73171px);
}
main.page__plan .plan__flow .plan__flow__num,
.page__plan .plan__flow .plan__flow__num {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(14.14635vw, 63.65854px);
  height: min(14.14635vw, 63.65854px);
  background-color: var(--color-primary);
  border-radius: 50%;
  color: #fff;
  z-index: 2;
}
main.page__plan .plan__flow .plan__flow__num .plan__flow__num__label,
.page__plan .plan__flow .plan__flow__num .plan__flow__num__label {
  font-size: min(1.95122vw, 8.78049px);
  font-weight: 500;
  font-family: var(--font-sofia);
  letter-spacing: 0.08em;
  line-height: 1;
}
main.page__plan .plan__flow .plan__flow__num .plan__flow__num__digit,
.page__plan .plan__flow .plan__flow__num .plan__flow__num__digit {
  margin-top: min(0.73171vw, 3.29269px);
  font-size: min(4.87805vw, 21.95122px);
  font-weight: 700;
  font-family: var(--font-sofia);
  line-height: 1;
}
main.page__plan .plan__flow .plan__flow__body,
.page__plan .plan__flow .plan__flow__body {
  flex: 1;
  padding-top: min(0.97561vw, 4.39025px);
}
main.page__plan .plan__flow .plan__flow__ttl,
.page__plan .plan__flow .plan__flow__ttl {
  font-size: min(4.14635vw, 18.65854px);
  font-weight: 700;
  font-family: var(--font-noto-serif);
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: var(--color-default);
}
main.page__plan .plan__flow .plan__flow__txt,
.page__plan .plan__flow .plan__flow__txt {
  margin-top: min(2.43903vw, 10.97561px);
  font-size: min(3.29269vw, 14.81708px);
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.03em;
}
main.page__plan .plan__other,
main.page__plan .plan__collection,
.page__plan .plan__other,
.page__plan .plan__collection {
  padding: min(10.97561vw, 49.39025px) 0;
}
main.page__plan .plan__other__list,
.page__plan .plan__other__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: min(4.87805vw, 21.95122px);
}
main.page__plan .plan__collection__list,
.page__plan .plan__collection__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: min(4.87805vw, 21.95122px);
}
main.page__plan .plan__other__link,
main.page__plan .plan__collection__link,
.page__plan .plan__other__link,
.page__plan .plan__collection__link {
  display: block;
  transition: opacity 0.3s;
}
main.page__plan .plan__other__link:hover,
main.page__plan .plan__collection__link:hover,
.page__plan .plan__other__link:hover,
.page__plan .plan__collection__link:hover {
  opacity: 0.82;
}
main.page__plan .plan__other__link:hover .plan__other__img img,
main.page__plan .plan__other__link:hover .plan__collection__img img,
main.page__plan .plan__collection__link:hover .plan__other__img img,
main.page__plan .plan__collection__link:hover .plan__collection__img img,
.page__plan .plan__other__link:hover .plan__other__img img,
.page__plan .plan__other__link:hover .plan__collection__img img,
.page__plan .plan__collection__link:hover .plan__other__img img,
.page__plan .plan__collection__link:hover .plan__collection__img img {
  transform: scale(1.04);
}
main.page__plan .plan__other__img,
main.page__plan .plan__collection__img,
.page__plan .plan__other__img,
.page__plan .plan__collection__img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
main.page__plan .plan__other__img img,
main.page__plan .plan__collection__img img,
.page__plan .plan__other__img img,
.page__plan .plan__collection__img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: 50% 27%;
  transition: transform 0.5s ease;
}
main.page__plan .plan__other__txt,
main.page__plan .plan__collection__txt,
.page__plan .plan__other__txt,
.page__plan .plan__collection__txt {
  margin-top: min(2.92683vw, 13.17074px);
  font-size: min(3.65854vw, 16.46342px);
  font-weight: 700;
  font-family: var(--font-noto-serif);
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
  color: var(--color-default);
}

.page__kv--plan-rental::before {
  background-image: url(../../img/common/kv_furisode_rental_sp.jpg);
}
@media not screen and (min-width: 590px), print {
  .page__kv--plan-rental::before {
    background-image: url(../../img/common/kv_furisode_rental_sp.jpg);
  }
}

.page__kv--plan-purchase::before {
  background-image: url(../../img/common/kv_furisode_purchase_sp.jpg);
}
@media not screen and (min-width: 590px), print {
  .page__kv--plan-purchase::before {
    background-image: url(../../img/common/kv_furisode_purchase_sp.jpg);
  }
}

.page__kv--plan-hakama::before {
  background-image: url(../../img/common/kv_hakama_rental_sp.jpg?20260821b);
}
@media not screen and (min-width: 590px), print {
  .page__kv--plan-hakama::before {
    background-image: url(../../img/common/kv_hakama_rental_sp.jpg?20260821b);
  }
}

/* =========================================================
    特設会場一覧ページ 追記分
    既存の _plan.scss の末尾（KV設定ブロックのあたり）に追記してください。
    main.page__plan のスタイル（plan__intro / plan__sec__ttl /
    plan__other / cta 等）はそのまま継承されます。
   ========================================================= */
.page__kv--venue {
  background-image: url(../../img/common/kv_venue_sp.jpg);
}
.page__kv--venue::before {
  background-image: url(../../img/common/kv_venue_sp.jpg);
}
@media not screen and (min-width: 590px), print {
  .page__kv--venue::before {
    background-image: url(../../img/common/kv_venue_sp.jpg);
  }
}

main.page__venue .venue__list {
  padding: min(9.7561vw, 43.90244px) 0 min(4.87805vw, 21.95122px);
}
main.page__venue .venue__item {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(214, 0, 127, 0.06);
  border: 1px solid #f6e6ed;
}
main.page__venue .venue__item:not(:last-child) {
  margin-bottom: min(7.31708vw, 32.92683px);
}
main.page__venue .venue__head {
  display: flex;
  align-items: center;
  gap: min(2.92683vw, 13.17074px);
  padding: min(4.39025vw, 19.7561px) min(4.87805vw, 21.95122px);
  background: linear-gradient(135deg, #fff0f5 0%, #ffe4ec 100%);
}
main.page__venue .venue__head .venue__area {
  flex-shrink: 0;
  display: inline-block;
  padding: min(1.21952vw, 5.48781px) min(3.41464vw, 15.36586px);
  font-size: min(3.04879vw, 13.71952px);
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  background: var(--color-primary);
  border-radius: 20px;
  white-space: nowrap;
}
main.page__venue .venue__head .venue__name {
  font-size: min(4.14635vw, 18.65854px);
  font-weight: 700;
  font-family: var(--font-noto-serif);
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: var(--color-default);
}
main.page__venue .venue__order {
  margin-top: min(5.85366vw, 26.34147px);
  padding: min(4.87805vw, 21.95122px);
  background: #eaf4fc;
  border: 1px solid #bcdcf3;
  border-radius: 12px;
}
main.page__venue .venue__order .venue__order__label {
  display: inline-block;
  margin-bottom: min(1.95122vw, 8.78049px);
  padding: min(0.97561vw, 4.39025px) min(3.41464vw, 15.36586px);
  font-size: min(2.92683vw, 13.17074px);
  font-weight: 700;
  color: #fff;
  background: #6bb2eb;
  border-radius: 20px;
}
main.page__venue .venue__order .venue__order__txt {
  font-size: min(3.29269vw, 14.81708px);
  font-weight: 500;
  line-height: 1.8;
  color: #1b5e93;
  text-align: left;
}
main.page__venue .venue__body {
  display: flex;
  flex-direction: column;
}
main.page__venue .venue__map {
  width: 100%;
  height: min(53.65854vw, 241.46342px);
  background: #f3f3f3;
}
main.page__venue .venue__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
main.page__venue .venue__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: min(5.36586vw, 24.14635px) min(4.87805vw, 21.95122px);
}
main.page__venue .venue__dl {
  display: grid;
  grid-template-columns: min(17.07318vw, 76.82927px) 1fr;
  gap: min(2.43903vw, 10.97561px) min(2.92683vw, 13.17074px);
}
main.page__venue .venue__dl dt {
  font-size: min(3.17074vw, 14.2683px);
  font-weight: 700;
  color: var(--color-primary);
  padding-top: 2px;
}
main.page__venue .venue__dl dd {
  font-size: min(3.29269vw, 14.81708px);
  font-weight: 500;
  line-height: 1.6;
  color: #333;
}
main.page__venue .venue__dl dd.venue__dd--towns {
  display: flex;
  flex-wrap: wrap;
  gap: min(1.46342vw, 6.58537px) min(1.95122vw, 8.78049px);
}
main.page__venue .venue__dl .venue__town {
  display: inline-block;
  padding: min(0.97561vw, 4.39025px) min(2.92683vw, 13.17074px);
  font-size: min(2.80488vw, 12.62196px);
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  background: var(--color-primary);
  border-radius: 20px;
  white-space: nowrap;
}
main.page__venue .venue__map__link {
  align-self: flex-start;
  margin-top: min(4.87805vw, 21.95122px);
  display: inline-flex;
  align-items: center;
  font-size: min(3.17074vw, 14.2683px);
  font-weight: 700;
  color: var(--color-primary);
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
main.page__venue .venue__map__link::after {
  content: "＞";
  font-size: 0.9em;
  margin-left: 4px;
}
main.page__venue .venue__map__link:hover {
  opacity: 0.7;
  text-decoration: none;
}
main.page__venue .venue__note {
  padding: min(4.87805vw, 21.95122px) 0 min(9.7561vw, 43.90244px);
}
main.page__venue .venue__note .venue__note__box {
  padding: min(4.87805vw, 21.95122px);
  background: #fdf5f8;
  border-radius: 12px;
  border: 1px dashed #e9b9cf;
}
main.page__venue .venue__note .venue__note__txt {
  font-size: min(3.04879vw, 13.71952px);
  font-weight: 500;
  line-height: 1.9;
  color: #666;
}

/* =========================================================
    撮影プラン（フォトプラン）追記分
    既存 _plan.scss の末尾、KV設定ブロックのあたりに追記してください。
    main.page__plan 配下のスタイル（plan__intro / plan__benefit__grid /
    plan__benefit__card / plan__flow / plan__other 等）はそのまま継承されます。
   ========================================================= */
.page__kv--plan-photo::before {
  background-image: url(../../img/common/kv_photo_sp.jpg?20260612);
}
@media not screen and (min-width: 590px), print {
  .page__kv--plan-photo::before {
    background-image: url(../../img/common/kv_photo_sp.jpg?20260612);
  }
}

main.page__plan--photo .plan__contents__cards {
  display: grid;
  grid-template-columns: repeat(1fr, 1fr);
  gap: min(3.90244vw, 17.56098px);
}
main.page__plan--photo .plan__contents__card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(229, 0, 123, 0.07);
  border: 1px solid #ffe6f0;
  text-align: center;
  padding-bottom: min(4.63415vw, 20.85366px);
}
main.page__plan--photo .plan__contents__card__img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
main.page__plan--photo .plan__contents__card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.page__plan--photo .plan__contents__card__ttl {
  margin-top: min(3.41464vw, 15.36586px);
  font-size: min(4.39025vw, 19.7561px);
  font-weight: 700;
  font-family: var(--font-noto-serif);
  letter-spacing: 0.04em;
  color: var(--color-primary);
}
main.page__plan--photo .plan__contents__card__txt {
  margin-top: min(2.92683vw, 13.17074px);
  padding: 0 min(2.92683vw, 13.17074px);
  font-size: min(3.65854vw, 16.46342px);
  line-height: 1.7;
  color: var(--color-default);
}

main.page__plan--photo .photo__gallery__block {
  margin-top: min(8.78049vw, 39.5122px);
}
main.page__plan--photo .photo__gallery__head {
  text-align: center;
  margin-bottom: min(4.39025vw, 19.7561px);
}
main.page__plan--photo .photo__gallery__ttl {
  font-size: min(4.63415vw, 20.85366px);
  font-weight: 700;
  font-family: var(--font-noto-serif);
  letter-spacing: 0.04em;
  color: var(--color-primary);
}
main.page__plan--photo .photo__gallery__lead {
  margin-top: min(1.95122vw, 8.78049px);
  font-size: min(3.17074vw, 14.2683px);
  line-height: 1.7;
  color: var(--color-default);
}
main.page__plan--photo .photo__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(1.95122vw, 8.78049px);
}
main.page__plan--photo .photo__gallery__item {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  padding: 0;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  background: #f3f3f3;
}
main.page__plan--photo .photo__gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
main.page__plan--photo .photo__gallery__item:hover img {
  transform: scale(1.05);
}
main.page__plan--photo .photo__gallery__more::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
main.page__plan--photo .photo__gallery__more__label {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--font-sofia);
  font-weight: 700;
  font-size: min(6.34147vw, 28.53659px);
  letter-spacing: 0.02em;
}
main.page__plan--photo #modal-photo-gallery .modal__title {
  color: var(--color-primary);
  font-family: var(--font-noto-serif);
}
main.page__plan--photo .photo__gallery__modal__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(1.95122vw, 8.78049px);
}
@media not screen and (min-width: 590px), print {
  main.page__plan--photo .photo__gallery__modal__grid {
    grid-template-columns: 1fr;
  }
}
main.page__plan--photo .photo__gallery__modal__item {
  aspect-ratio: 1/1;
  border-radius: 8px;
  overflow: hidden;
  background: #f3f3f3;
}
main.page__plan--photo .photo__gallery__modal__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

main.furisode__single {
  background-color: #fdeef2;
  padding-bottom: min(13.41464vw, 60.36586px);
}
main.furisode__single .furisode__single__head {
  padding-top: min(19.5122vw, 87.80488px);
  padding-bottom: min(4.87805vw, 21.95122px);
  text-align: center;
}
@media (min-width: 1100px) {
  main.furisode__single .furisode__single__head {
    padding-top: min(4.87805vw, 21.95122px);
  }
}
main.furisode__single .furisode__single__ttl__deco {
  display: inline-block;
  width: min(6.34147vw, 28.53659px);
  height: auto;
  margin-bottom: min(1.46342vw, 6.58537px);
}
main.furisode__single .furisode__single__ttl__jp {
  display: block;
  font-size: min(6.58537vw, 29.63415px);
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.2;
  color: var(--color-default);
}
main.furisode__single .furisode__single__ttl__en {
  display: block;
  margin-top: min(1.95122vw, 8.78049px);
  font-size: min(2.92683vw, 13.17074px);
  font-weight: 700;
  font-family: var(--font-sofia);
  letter-spacing: 0.16em;
  color: #7a4e42;
}
main.furisode__single .furisode__single__no {
  margin-bottom: min(2.43903vw, 10.97561px);
  font-size: min(3.41464vw, 15.36586px);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--color-default);
}
main.furisode__single .furisode__single__cats {
  display: flex;
  flex-wrap: wrap;
  gap: min(1.95122vw, 8.78049px);
  margin-bottom: min(3.90244vw, 17.56098px);
}
main.furisode__single .furisode__single__cat {
  display: inline-block;
  padding: min(0.97561vw, 4.39025px) min(3.41464vw, 15.36586px);
  font-size: min(2.92683vw, 13.17074px);
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-primary);
  background: #fff;
  border: 1px solid var(--color-primary);
  border-radius: 20px;
}
main.furisode__single .furisode__single__img {
  margin-bottom: min(5.36586vw, 24.14635px);
}
main.furisode__single .furisode__single__img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}
main.furisode__single .furisode__single__name {
  margin-bottom: min(5.85366vw, 26.34147px);
  text-align: center;
}
main.furisode__single .furisode__single__name__jp {
  display: block;
  font-size: min(5.12196vw, 23.04879px);
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-default);
}
main.furisode__single .furisode__single__name__en {
  display: block;
  margin-top: min(1.46342vw, 6.58537px);
  font-size: min(3.41464vw, 15.36586px);
  font-weight: 700;
  font-family: var(--font-sofia);
  letter-spacing: 0.06em;
  color: #7a4e42;
}
main.furisode__single .furisode__single__desc {
  margin-top: min(6.82927vw, 30.73171px);
  padding: min(5.85366vw, 26.34147px) min(5.36586vw, 24.14635px);
  background: #fff;
  border-radius: 8px;
  font-size: min(3.65854vw, 16.46342px);
  line-height: 2;
  color: var(--color-black);
}
main.furisode__single .furisode__single__similar {
  margin-top: min(12.19513vw, 54.87805px);
}
main.furisode__single .furisode__single__similar__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(2.92683vw, 13.17074px);
  margin-bottom: min(5.85366vw, 26.34147px);
  font-size: min(4.14635vw, 18.65854px);
  font-weight: 700;
  color: var(--color-primary);
}
main.furisode__single .furisode__single__similar__ttl::before, main.furisode__single .furisode__single__similar__ttl::after {
  content: "";
  width: min(5.85366vw, 26.34147px);
  height: 1px;
  background-color: var(--color-primary);
}
main.furisode__single .furisode__single__similar .page__articles {
  padding-bottom: 0;
}
main.furisode__single .more__btn__container {
  margin-top: min(5.85366vw, 26.34147px);
}
main.furisode__single .furisode__single__similar__btn {
  margin-top: min(7.31708vw, 32.92683px);
}
