@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@600&family=Shippori+Mincho:wght@500&display=swap");
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    background-attachment: initial;
    scroll-behavior: auto;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  margin: 0;
  padding: 0;
  border: none;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

iframe,
img,
input,
select,
textarea {
  max-width: 100%;
  height: auto;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

ol, ul {
  list-style: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

a {
  color: inherit;
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

button {
  display: block;
  padding: 0;
  background: none;
  border-radius: 0;
  text-transform: none;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

:root {
  --s: 0.666px;
  --h: 0.666px;
  --f: 0.666px;
  --w: 0.666px;
}
@media only screen and (max-width: 640px) {
  :root {
    --s: 0.104vw;
    --h: 0.104vw;
    --f: 0.104vw;
    --w: 0.104vw;
  }
}

html {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: #000;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: calc(var(--f) * 30);
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #000;
}

h1, h2, h3, h4, h5, h6, b, strong, dt, th {
  font-weight: inherit;
}

br.sp {
  display: none;
}

@media screen and (max-width: 960px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: inline;
  }
}
span.nl {
  display: inline-block;
}

.contact-modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.contact-modal__container {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(var(--w) * 960);
}
.contact-modal__items {
  position: relative;
  z-index: 200;
}
.contact-modal__items a {
  position: relative;
  display: block;
  width: calc(var(--w) * 780);
  padding: calc(var(--w) * 24);
  margin: calc(var(--w) * 24) 0;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 999px;
}
.contact-modal__items a::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px dashed #fff;
  border-radius: 999px;
}
.contact-modal__bg {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 100;
  display: block;
  width: 100vw;
  height: 100%;
  margin-left: -50vw;
  background: rgba(0, 0, 0, 0.85);
}
.contact-modal__bg::before, .contact-modal__bg::after {
  content: "";
  position: absolute;
  right: calc(var(--w) * 24);
  top: calc(var(--w) * 34);
  display: block;
  width: calc(var(--w) * 40);
  height: calc(var(--w) * 3);
  background: #fff;
}
.contact-modal__bg::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.contact-modal__bg::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.contact-modal.active {
  opacity: 1;
  pointer-events: all;
}
@media only screen and (max-width: 780px) {
  .contact-modal__bg::before, .contact-modal__bg::after {
    top: calc(var(--w) * 140);
  }
}

.floating-cta {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 2000;
  width: calc(var(--w) * 960);
  padding: calc(var(--f) * 2) 0 0;
  margin-left: calc(var(--w) * -480);
  background: #fff;
}
.floating-cta__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(var(--f) * 2);
}
.floating-cta__items li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.floating-cta__items a, .floating-cta__items button {
  display: block;
  text-align: center;
  background: #000;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.floating-cta__items li:nth-child(1) a, .floating-cta__items li:nth-child(1) button {
  background: rgba(255, 181, 181, 0.45);
}
.floating-cta__items li:nth-child(2) a, .floating-cta__items li:nth-child(2) button {
  background: rgba(173, 227, 149, 0.45);
}
.floating-cta__items li:nth-child(3) a, .floating-cta__items li:nth-child(3) button {
  background: rgba(253, 180, 116, 0.45);
}
.floating-cta__items img {
  display: inline-block;
}

.footer {
  position: relative;
  overflow: hidden;
  width: calc(var(--w) * 960);
  max-width: 100%;
  padding-top: calc(var(--h) * 160);
  margin: 0 auto;
  background: #fff;
}
.footer__head {
  position: relative;
  left: calc(var(--f) * -30);
  padding: 0 0 0 calc(var(--f) * 30);
  margin: 0 0 calc(var(--f) * 16);
  font-size: calc(var(--f) * 46);
  line-height: 1.5;
  font-weight: 500;
  position: relative;
  left: calc(var(--f) * 68);
  margin-left: calc(var(--f) * 68);
  width: calc(var(--w) * 960);
  margin-right: auto;
  margin-left: auto;
}
.footer__head::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(var(--f) * 5);
  display: block;
  width: calc(var(--f) * 10);
  height: calc(100% - var(--f) * 10);
  background: #000;
}
.footer__container {
  padding: 0 0 calc(var(--w) * 150);
  color: #fff;
  background: #000;
}
.footer__address {
  width: 90%;
  padding: calc(var(--h) * 80) 0 0;
  margin: 0 auto;
}
.footer__address__item {
  padding: 0 0 calc(var(--h) * 80);
}
.footer__address__item .title {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  padding: 0.4em 0 0.6em;
  font-size: calc(var(--f) * 42);
  line-height: 1.5;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.footer__address__item .title small {
  display: block;
  font-size: 0.75em;
}
.footer__address__item .title::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(var(--f) * 3);
  display: block;
  width: 100%;
  height: calc(100% - var(--f) * 6);
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
}
.footer__address__item .address {
  padding: 1em 0;
  text-align: center;
}
.footer__address__item .map iframe {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
}
.footer__address__item .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: calc(var(--f) * 30) 0;
  padding: calc(var(--h) * 50) 0 calc(var(--h) * 38);
}
.footer__address__item .data dt {
  width: 8em;
  color: #000;
  text-align: center;
  font-weight: 400;
  background: #fff;
  border-radius: 999px;
}
.footer__address__item .data dd {
  width: calc(100% - 9em);
}
.footer__address__item .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(var(--f) * 30);
}
.footer__address__item .sns img {
  display: block;
  width: calc(var(--f) * 60);
}
.footer__copyright {
  padding: 1em 0;
  display: block;
  color: #fff;
  text-align: center;
}

.header {
  position: fixed;
  left: 50%;
  top: 0;
  z-index: 1500;
  width: calc(var(--w) * 960);
  margin-left: calc(var(--w) * -480);
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  height: calc(var(--w) * 150);
  background: #fff;
}
.header__logo {
  margin-left: calc(var(--w) * 20);
}
.header__logo img {
  display: block;
  width: calc(var(--w) * 354);
}
.header__cta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 calc(var(--f) * 2);
}
.header__cta img {
  display: block;
  width: calc(var(--w) * 150);
}

.main {
  width: calc(var(--w) * 960);
  padding: calc(var(--w) * 150) 0 0;
  margin: 0 auto;
}

.nav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav__btn:checked + .nav__label + .nav {
  opacity: 1;
  pointer-events: all;
}
.nav__btn {
  display: none;
}
.nav__label {
  position: fixed;
  left: 50%;
  top: 0;
  z-index: 2000;
  cursor: pointer;
  display: block;
  width: calc(var(--w) * 150);
  height: calc(var(--w) * 150);
  margin: 0 0 0 calc(var(--w) * 330);
  background: #000;
}
.nav__label::after {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  content: "MENU";
  position: absolute;
  left: 0;
  bottom: calc(var(--f) * 12);
  display: block;
  width: 100%;
  padding: 0 0 0 0.15em;
  color: #fff;
  font-size: calc(var(--f) * 26);
  letter-spacing: 0.15em;
  text-align: center;
}
.nav__label span {
  position: absolute;
  right: 0;
  top: 36%;
  left: 0;
  display: block;
  width: 32%;
  height: calc(var(--f) * 3);
  margin: 0 auto;
  background: #fff;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav__label span::before, .nav__label span::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav__label span::before {
  top: calc(var(--f) * -16);
}
.nav__label span::after {
  top: calc(var(--f) * 16);
}
.nav__btn:checked + .nav__label span {
  background: transparent;
}
.nav__btn:checked + .nav__label span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav__btn:checked + .nav__label span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nav__container {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(var(--w) * 960);
}
.nav__items {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(var(--f) * 20);
  width: 90%;
}
.nav__items li {
  width: calc((100% - var(--f) * 20) / 2);
}
.nav__items a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: calc(var(--f) * 140);
  padding: 0 1em;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  border: 2px solid #fff;
}
.nav__items a::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px dashed #fff;
}
.nav__bg {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 100;
  display: block;
  width: 100vw;
  height: 100%;
  margin-left: -50vw;
  background: rgba(0, 0, 0, 0.85);
}
@media only screen and (max-width: 780px) {
  .nav__bg::before, .nav__bg::after {
    top: calc(var(--w) * 140);
  }
}

.anniversary {
  position: relative;
  overflow: hidden;
  background: #3b3b3b;
}
.anniversary__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.anniversary__head {
  position: relative;
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
  width: 100%;
  padding: calc(var(--h) * 80) calc(var(--s) * 68) calc(var(--f) * 20);
}
.anniversary__btn {
  display: none;
}
.anniversary__title {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc((100% - var(--s) * 8) / 3);
  height: calc(var(--f) * 115);
  font-size: calc(var(--f) * 28);
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  background: #d9d9d9;
}
.anniversary__btn:checked + .anniversary__title:nth-child(12n+3) {
  background: #ffb5b5;
}
.anniversary__btn:checked + .anniversary__title:nth-child(12n+6) {
  background: #91c9fd;
}
.anniversary__btn:checked + .anniversary__title:nth-child(12n+9) {
  background: #fdb474;
}
.anniversary__btn:checked + .anniversary__title:nth-child(12n+12) {
  background: #a1e6d2;
}
.anniversary__box {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 0 calc(var(--f) * 12);
  width: 100%;
  height: 0;
  padding: 0;
  opacity: 0;
  background: #000;
}
.anniversary__btn:checked + .anniversary__title + .anniversary__box {
  height: auto;
  opacity: 1;
  padding: calc(var(--f) * 48) calc(var(--f) * 68) calc(var(--f) * 68);
}
.anniversary__about {
  width: 100%;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.anniversary__swiper {
  position: relative;
  margin: calc(var(--f) * 48) 0;
}
.anniversary__swiper .swiper-slide span {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  background: #1d1d1d;
}
.anniversary__swiper .swiper-slide span img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.anniversary__prev, .anniversary__next {
  position: absolute;
  top: 0;
  z-index: 100;
  display: block;
  width: calc(var(--f) * 70);
  height: 100%;
  background: #000;
}
.anniversary__prev::before, .anniversary__next::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(var(--f) * 30);
  height: calc(var(--f) * 30);
  margin: auto;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg) translateX(calc(var(--f) * -7)) translateY(calc(var(--f) * -7));
          transform: rotate(-45deg) translateX(calc(var(--f) * -7)) translateY(calc(var(--f) * -7));
}
.anniversary__prev {
  right: 100%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.anniversary__next {
  left: 100%;
}
.anniversary__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(var(--f) * 6);
  margin: calc(var(--f) * 24) 0;
}
.anniversary__pagination [class^=anniversary__thumb--] {
  opacity: 0.5;
  width: calc((100% - var(--f) * 43) / 8);
}
.anniversary__pagination [class^=anniversary__thumb--].current {
  opacity: 1;
}
.anniversary__pagination [class^=anniversary__thumb--] span {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
}
.anniversary__pagination [class^=anniversary__thumb--] span img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.anniversary__swiper__btn {
  display: none;
}
.anniversary__swiper__count {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(var(--f) * 86);
  aspect-ratio: 1/1;
  margin: calc(var(--f) * 12) 0 0;
  color: #fff;
  font-size: calc(var(--f) * 36);
  border: calc(var(--f) * 4) solid #fff;
}
.anniversary__swiper__btn:checked + .anniversary__swiper__count {
  color: #000;
  background: #fff;
}
.anniversary__swiper__outer {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 0;
  opacity: 0;
}
.anniversary__swiper__btn:checked + .anniversary__swiper__count + .anniversary__swiper__outer, .anniversary__about + .anniversary__swiper__outer, .anniversary__swiper__outer:first-child {
  height: auto;
  opacity: 1;
}

.campaign-detail {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-bottom: calc(var(--f) * 4) solid #000;
}
.campaign-detail__head {
  position: relative;
  z-index: 100;
  margin-bottom: calc(var(--f) * -10);
}
.campaign-detail__btn {
  display: none;
}
.campaign-detail__title {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  cursor: pointer;
  position: relative;
  display: block;
  padding: 0.75em calc(var(--f) * 68);
  font-size: calc(var(--f) * 42);
  font-weight: 700;
  border-top: calc(var(--f) * 4) solid #000;
}
.campaign-detail__title:hover {
  opacity: 0.7;
}
.campaign-detail__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(var(--f) * 6);
  display: block;
  width: 100%;
  border-top: calc(var(--f) * 2) dashed #000;
}
.campaign-detail__title::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(var(--f) * 22);
  bottom: 0;
  display: block;
  width: calc(var(--f) * 20);
  height: calc(var(--f) * 20);
  margin: auto 0;
  border-right: calc(var(--f) * 3.5) solid #000;
  border-bottom: calc(var(--f) * 3.5) solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.campaign-detail__title .price {
  position: absolute;
  right: calc(var(--f) * 24);
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
  font-size: calc(var(--f) * 30);
  line-height: 1.35;
  text-align: right;
  font-weight: 300;
}
.campaign-detail__title .price .net {
  width: 100%;
}
.campaign-detail__title .price .net b {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5em;
}
.campaign-detail__title .price .gross {
  width: 100%;
}
.campaign-detail__title .price .gross small {
  font-size: 0.8em;
}
.campaign-detail__btn:checked + .campaign-detail__title::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.campaign-detail__box {
  display: none;
}
.campaign-detail__btn:checked + .campaign-detail__title + .campaign-detail__box {
  display: block;
}

.campaign {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.campaign__head {
  position: relative;
  z-index: 100;
  margin-bottom: calc(var(--f) * -10);
}
.campaign__swiper {
  position: relative;
}
.campaign__prev, .campaign__next {
  position: absolute;
  top: 0;
  z-index: 100;
  display: block;
  width: 7%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.campaign__prev::before, .campaign__next::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(var(--f) * 30);
  height: calc(var(--f) * 30);
  margin: auto;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg) translateX(calc(var(--f) * -7)) translateY(calc(var(--f) * -7));
          transform: rotate(-45deg) translateX(calc(var(--f) * -7)) translateY(calc(var(--f) * -7));
}
.campaign__prev {
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.campaign__next {
  right: 0;
}
.faq {
  padding: calc(var(--h) * 100) 0 0;
  background: #fff;
}
.faq__container {
  padding: calc(var(--h) * 80) 0 0;
}
.faq__head {
  position: relative;
  left: calc(var(--f) * -30);
  padding: 0 0 0 calc(var(--f) * 30);
  margin: 0 0 calc(var(--f) * 16);
  font-size: calc(var(--f) * 46);
  line-height: 1.5;
  font-weight: 500;
  margin-left: calc(var(--f) * 68);
  margin-bottom: 0;
}
.faq__head::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(var(--f) * 5);
  display: block;
  width: calc(var(--f) * 10);
  height: calc(100% - var(--f) * 10);
  background: #000;
}
.faq__category {
  margin: calc(var(--f) * 48) 0 0;
  padding: calc(var(--f) * 24) 0 calc(var(--f) * 24) calc(var(--f) * 68);
  color: #fff;
  font-size: calc(var(--f) * 32);
  font-weight: 500;
  background: #3b3b3b;
}
.faq__btn {
  display: none;
}
.faq__title {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  cursor: pointer;
  position: relative;
  display: block;
  padding: 0.75em calc(var(--f) * 68);
  font-size: calc(var(--f) * 30);
  font-weight: 500;
  border-top: calc(var(--f) * 4) solid #000;
}
.faq__title:hover {
  opacity: 0.7;
}
.faq__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(var(--f) * 6);
  display: block;
  width: 100%;
  border-top: calc(var(--f) * 2) dashed #000;
}
.faq__title::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(var(--f) * 22);
  bottom: 0;
  display: block;
  width: calc(var(--f) * 20);
  height: calc(var(--f) * 20);
  margin: auto 0;
  border-right: calc(var(--f) * 3.5) solid #000;
  border-bottom: calc(var(--f) * 3.5) solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faq__btn:checked + .faq__title::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.faq__box {
  display: none;
}
.faq__btn:checked + .faq__title + .faq__box {
  display: block;
  padding: calc(var(--f) * 32) calc(var(--f) * 68) calc(var(--f) * 68);
  background: #ececec;
}

.form {
  padding: calc(var(--h) * 100) 0;
  background: #fff;
}
.form .required {
  display: inline-block;
  padding: 0.25em 0.75em;
  margin: 0 0.5em 0 0;
  color: #fff;
  font-size: calc(var(--f) * 26);
  line-height: 1.5;
  background: #000;
}
.form__container {
  position: relative;
  width: calc(var(--w) * 960);
  max-width: 90%;
  margin: 0 auto;
}
.form__head {
  position: relative;
  left: calc(var(--f) * -30);
  padding: 0 0 0 calc(var(--f) * 30);
  margin: 0 0 calc(var(--f) * 16);
  font-size: calc(var(--f) * 46);
  line-height: 1.5;
  font-weight: 500;
  margin-left: calc(var(--f) * 68);
  margin-bottom: calc(var(--f) * 60);
}
.form__head::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(var(--f) * 5);
  display: block;
  width: calc(var(--f) * 10);
  height: calc(100% - var(--f) * 10);
  background: #000;
}
.form__notice {
  margin-bottom: calc(var(--f) * 32);
  text-align: center;
}
.form__thanks {
  padding-bottom: calc(var(--s) * 160);
  padding-left: calc(var(--f) * 34);
}
.form__thanks a {
  text-decoration: underline;
}
.form__input table {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.form__input th {
  font-weight: 500;
}
.form__input input[type=text],
.form__input input[type=email],
.form__input input[type=tel],
.form__input input[type=date],
.form__input textarea,
.form__input select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0.75em 1em;
  background: #ececec;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form__input textarea {
  height: calc(var(--f) * 320);
}
.form__input select {
  background-image: url(../img/contact/select.svg);
  background-position: right calc(var(--f) * 24) center;
  background-repeat: no-repeat;
  background-size: calc(var(--f) * 24) auto;
}
.form__input .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form__input .address__postal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(var(--f) * 10);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: calc((100% - var(--f) * 16) * 0.5);
}
.form__input .address__region {
  width: calc((100% - var(--f) * 16) * 0.5);
}
.form__input .address__locality {
  width: 100%;
  margin: calc(var(--f) * 16) 0 0;
}
.form__input .radio ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(var(--f) * 24);
}
.form__input .radio ul input {
  display: none;
}
.form__input .radio ul label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(var(--f) * 6);
  cursor: pointer;
}
.form__input .radio ul label::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  background: #fff;
}
.form__input .radio ul input:checked + label::before {
  background: #fff url(../img/contact/radio.svg) center/cover no-repeat;
}
.form__input .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(var(--f) * 24);
}
.form__input .wpcf7-radio label input {
  display: none;
}
.form__input .wpcf7-radio label .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(var(--f) * 6);
  cursor: pointer;
}
.form__input .wpcf7-radio label .wpcf7-list-item-label::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  background: #fff;
}
.form__input .wpcf7-radio label input:checked + .wpcf7-list-item-label::before {
  background: #fff url(../img/contact/radio.svg) center/cover no-repeat;
}
.form__input .checkbox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(var(--f) * 24);
}
.form__input .checkbox ul input {
  display: none;
}
.form__input .checkbox ul label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(var(--f) * 6);
  cursor: pointer;
}
.form__input .checkbox ul label::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #fff;
}
.form__input .checkbox ul input:checked + label::before {
  background: #fff url(../img/contact/checkbox.svg) center/cover no-repeat;
}
.form__input .pet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: calc(var(--f) * 16) 0;
}
.form__input .pet .input-label {
  width: 7em;
  padding-right: 0.5em;
  text-align: right;
}
.form__input .pet .wpcf7-form-control-wrap {
  width: calc(100% - 7em);
}
.form__submit {
  margin: calc(var(--h) * 60) 0 0;
  text-align: center;
}
.form__submit .agree {
  margin: 0 0 calc(var(--h) * 30);
}
.form__submit .agree .wpcf7-acceptance input {
  display: none;
}
.form__submit .agree .wpcf7-acceptance .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(var(--f) * 10);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: calc(var(--f) * 10) calc(var(--f) * 32);
  border-radius: 999px;
  cursor: pointer;
}
.form__submit .agree .wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #fff;
}
.form__submit .agree .wpcf7-acceptance input:checked + .wpcf7-list-item-label::before {
  background: #fff url(../img/contact/checkbox.svg) center/cover no-repeat;
}
.form__submit .submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form__submit .submit .label {
  position: relative;
  width: calc(var(--f) * 600);
  max-width: 80%;
}
.form__submit .submit .label::after {
  content: "";
  position: absolute;
  pointer-events: none;
  right: calc(var(--f) * 12);
  bottom: calc(var(--f) * 12);
  width: calc(var(--f) * 32);
  height: calc(var(--f) * 32);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.form__submit .submit input {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: calc(var(--f) * 140);
  padding: calc(var(--f) * 16) 0;
  color: #fff;
  font-size: calc(var(--f) * 36);
  background: #000;
}
.form__submit .submit input:hover {
  opacity: 0.7;
}
.form__input th, .form__input td {
  display: block;
}
.form__input th {
  padding-top: calc(var(--f) * 48);
  padding-bottom: calc(var(--f) * 18);
}
.form__input td {
  padding-bottom: calc(var(--f) * 48);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.form__submit {
  margin-top: calc(var(--h) * 80);
}
.form__submit .agree {
  margin-bottom: calc(var(--h) * 60);
}

.fv {
  position: relative;
  overflow: hidden;
}
.fv__pagination {
  position: absolute;
  bottom: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 calc(var(--f) * 36) calc(var(--f) * 36) 0;
}
.fv__pagination span.swiper-pagination-bullet {
  position: relative;
  display: block;
  opacity: 1;
  width: calc(var(--f) * 50);
  height: calc(var(--f) * 20);
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  border-radius: 0;
}
.fv__pagination span.swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(var(--f) * 20);
  height: calc(var(--f) * 20);
  margin: auto;
  border-radius: 50%;
  border: 1px solid #fff;
}
.fv__pagination span.swiper-pagination-bullet-active::before {
  background: #fff;
}

.gallery {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.gallery__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gallery__head {
  position: relative;
  z-index: 100;
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
  width: 100%;
}
.gallery__btn {
  display: none;
}
.gallery__title {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc((100% - var(--s) * 12) / 4);
  height: calc(var(--f) * 115);
  font-size: calc(var(--f) * 28);
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  background: #d9d9d9;
}
.gallery__btn:checked + .gallery__title:nth-child(12n+3) {
  background: #ffb5b5;
}
.gallery__btn:checked + .gallery__title:nth-child(12n+6) {
  background: #91c9fd;
}
.gallery__btn:checked + .gallery__title:nth-child(12n+9) {
  background: #fdb474;
}
.gallery__btn:checked + .gallery__title:nth-child(12n+12) {
  background: #a1e6d2;
}
.gallery__box {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 0 calc(var(--f) * 12);
  width: 100%;
  height: 0;
  padding: 0;
  opacity: 0;
  background: #000;
}
.gallery__btn:checked + .gallery__title + .gallery__box {
  height: auto;
  opacity: 1;
  padding: calc(var(--f) * 48) calc(var(--f) * 68) calc(var(--f) * 68);
}
.gallery__about {
  width: 100%;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.gallery__swiper {
  position: relative;
  margin: calc(var(--f) * 48) 0;
}
.gallery__swiper .swiper-slide span {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  background: #1d1d1d;
}
.gallery__swiper .swiper-slide span img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.gallery__prev, .gallery__next {
  position: absolute;
  top: 0;
  z-index: 100;
  display: block;
  width: calc(var(--f) * 70);
  height: 100%;
  background: #000;
}
.gallery__prev::before, .gallery__next::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(var(--f) * 30);
  height: calc(var(--f) * 30);
  margin: auto;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg) translateX(calc(var(--f) * -7)) translateY(calc(var(--f) * -7));
          transform: rotate(-45deg) translateX(calc(var(--f) * -7)) translateY(calc(var(--f) * -7));
}
.gallery__prev {
  right: 100%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.gallery__next {
  left: 100%;
}
.gallery__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(var(--f) * 6);
  margin: calc(var(--f) * 24) 0;
}
.gallery__pagination [class^=thumblist-item--] {
  opacity: 0.5;
  width: calc((100% - var(--f) * 43) / 8);
}
.gallery__pagination [class^=thumblist-item--].current {
  opacity: 1;
}
.gallery__pagination [class^=thumblist-item--] span {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
}
.gallery__pagination [class^=thumblist-item--] span img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery__swiper__btn {
  display: none;
}
.gallery__swiper__count {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(var(--f) * 86);
  aspect-ratio: 1/1;
  margin: calc(var(--f) * 12) 0 0;
  color: #fff;
  font-size: calc(var(--f) * 36);
  border: calc(var(--f) * 4) solid #fff;
}
.gallery__swiper__btn:checked + .gallery__swiper__count {
  color: #000;
  background: #fff;
}
.gallery__swiper__outer {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  opacity: 0;
}
.gallery__swiper__btn:checked + .gallery__swiper__count + .gallery__swiper__outer, .gallery__about + .gallery__swiper__outer {
  height: auto;
  opacity: 1;
  overflow: visible;
}

.goods__title {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  width: 100%;
  display: block;
  font-size: calc(var(--f) * 55);
  line-height: 1;
  text-align: center;
}
.goods__title::before, .goods__title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: calc(var(--s) * 200);
  height: calc(var(--f) * 2);
  margin: auto 0;
  background: #000;
}
.goods__title::before {
  left: 0;
}
.goods__title::after {
  right: 0;
}
.goods__notice {
  position: relative;
  margin: 0 0 calc(var(--f) * 40);
  text-align: center;
}
.goods__notice b {
  display: inline-block;
  padding: 0 0.25em;
  border: 1px solid #000;
  white-space: nowrap;
}
.goods__item {
  position: relative;
  padding: calc(var(--f) * 24);
  margin: 0 0 calc(var(--f) * 24);
  background: #fff;
}
.goods__item:last-child {
  border-bottom: none;
}
.goods__item .number {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  position: absolute;
  left: calc(var(--f) * 24);
  top: calc(var(--f) * 24);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(var(--f) * 74);
  aspect-ratio: 1/1;
  color: #fff;
  font-size: calc(var(--f) * 46);
  line-height: 1;
  letter-spacing: 0;
  background-color: #000;
  border-radius: 999px;
}
.goods__item .title {
  margin: 0 0 calc(var(--f) * 18);
  padding: 0.2em 0 0 calc(var(--f) * 92);
  font-size: calc(var(--f) * 40);
  line-height: 1.5;
  font-weight: 700;
}
.goods__item .text {
  margin: 0 0 calc(var(--f) * 12);
}
.goods__item .price {
  line-height: 1.5;
}
.goods__item .price .net b {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(var(--f) * 60);
}
.goods__item .img {
  position: absolute;
  right: calc(var(--f) * 24);
  top: calc(var(--f) * 24);
  width: calc(var(--f) * 300);
}

.guide {
  padding: calc(var(--h) * 100) 0 0;
  background: #fff;
}
.guide__container {
  width: 90%;
  padding: calc(var(--h) * 80) 0 0;
  margin: 0 auto;
}
.guide__head {
  position: relative;
  left: calc(var(--f) * -30);
  padding: 0 0 0 calc(var(--f) * 30);
  margin: 0 0 calc(var(--f) * 16);
  font-size: calc(var(--f) * 46);
  line-height: 1.5;
  font-weight: 500;
}
.guide__head::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(var(--f) * 5);
  display: block;
  width: calc(var(--f) * 10);
  height: calc(100% - var(--f) * 10);
  background: #000;
}
.guide__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.guide__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 100%;
  padding: calc(var(--f) * 36) 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.guide__item:nth-child(1), .guide__item:nth-child(2), .guide__item:nth-child(3), .guide__item:nth-child(4) {
  width: calc((100% - var(--s) * 60) / 2);
}
.guide__item:last-child {
  border-bottom: none;
}
.guide__item .img {
  padding: 0 calc(var(--s) * 80) calc(var(--f) * 20);
}
.guide__item .num {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(var(--f) * 60);
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  font-size: calc(var(--f) * 38);
  line-height: 0.8;
  letter-spacing: 0;
  background-color: #000;
  border-radius: 999px;
}
.guide__item .text {
  width: calc(100% - var(--f) * 80);
}

.instagram {
  padding: calc(var(--h) * 100) 0;
  background: #ececec;
}
.instagram__container {
  position: relative;
  width: calc(var(--w) * 960);
  max-width: 90%;
  margin: 0 auto;
}
.instagram__head {
  text-align: center;
}
.instagram__head img {
  display: inline-block;
  width: calc(var(--f) * 484);
}
.instagram__list {
  padding: calc(var(--f) * 66) 0 calc(var(--f) * 86);
}

.monthly {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.monthly__container {
  position: absolute;
  left: 0;
  top: calc(var(--f) * 140);
  display: block;
  width: 100%;
}
.monthly__frame {
  position: relative;
  z-index: 10;
  pointer-events: none;
}
.monthly__swiper span {
  position: relative;
  position: relative;
  overflow: hidden;
  display: block;
  width: calc(var(--f) * 730);
  aspect-ratio: 730/690;
  margin: 0 auto;
}
.monthly__swiper span img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.monthly__pagination {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: calc(var(--f) * 100);
}
.monthly__pagination span.swiper-pagination-bullet {
  position: relative;
  display: block;
  opacity: 1;
  width: calc(var(--f) * 50);
  height: calc(var(--f) * 20);
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  border-radius: 0;
}
.monthly__pagination span.swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(var(--f) * 20);
  height: calc(var(--f) * 20);
  margin: auto;
  border-radius: 50%;
  background: #d9d9d9;
}
.monthly__pagination span.swiper-pagination-bullet-active::before {
  background: #000;
}

.movie {
  position: relative;
  overflow: hidden;
  padding: calc(var(--h) * 100) 0 0;
  background: #fff;
}
.movie__head {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: calc(var(--f) * 24);
  padding-left: 0.15em;
  margin: 0 0 calc(var(--f) * 24);
  font-size: calc(var(--f) * 60);
  letter-spacing: 0.15em;
  text-align: center;
}
.movie__head::before, .movie__head::after {
  content: "";
  width: calc(var(--f) * 64);
  height: calc(var(--f) * 2);
  background: #000;
}
.movie__iframe iframe {
  display: block;
  width: 100%;
  aspect-ratio: 560/315;
}

.plan {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-bottom: calc(var(--f) * 4) solid #000;
}
.plan__head {
  position: relative;
  z-index: 100;
}
.plan__basic {
  margin: 0 0 calc(var(--h) * 80);
}
.plan__basic .price {
  text-align: center;
}
.plan__basic .title {
  position: relative;
  display: inline-block;
  padding: 0.25em 1.25em;
  font-size: calc(var(--f) * 36);
  font-weight: 500;
  text-align: center;
}
.plan__basic .title::before, .plan__basic .title::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(var(--f) * 26);
  height: calc(var(--f) * 26);
  background: #000;
}
.plan__basic .title::before {
  left: 0;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}
.plan__basic .title::after {
  right: 0;
  bottom: 0;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.plan__basic .weekday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: calc(var(--f) * 20);
  line-height: 1.65;
}
.plan__basic .weekday dt {
  display: inline-block;
  padding: 0 1em;
  margin: calc(var(--f) * 16) 0 0;
  font-size: calc(var(--f) * 24);
  font-weight: 500;
  text-align: center;
  border: calc(var(--f) * 4) solid #000;
}
.plan__basic .weekday .net {
  font-size: calc(var(--f) * 36);
}
.plan__basic .weekday .net b {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(var(--f) * 80);
}
.plan__basic .holiday {
  margin: 0 0 calc(var(--f) * 42);
}
.plan__basic .holiday .net {
  font-weight: 500;
}
.plan__basic .holiday .net b {
  font-size: 1.15em;
}
.plan__basic .holiday .gross {
  font-size: 0.85em;
}
.plan__basic .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(var(--f) * 10);
  margin: 0 0 calc(var(--f) * 16);
}
.plan__basic .icon li {
  width: calc((100% - var(--f) * 40) / 6);
  background: #000;
}
.plan__basic .icon img {
  display: block;
  width: 100%;
}
.plan__basic .icon-notice {
  text-align: center;
}
.plan__btn {
  display: none;
}
.plan__title {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  cursor: pointer;
  position: relative;
  display: block;
  padding: 0.75em calc(var(--f) * 68);
  font-size: calc(var(--f) * 42);
  font-weight: 700;
  border-top: calc(var(--f) * 4) solid #000;
}
.plan__title:hover {
  opacity: 0.7;
}
.plan__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(var(--f) * 6);
  display: block;
  width: 100%;
  border-top: calc(var(--f) * 2) dashed #000;
}
.plan__title::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(var(--f) * 22);
  bottom: 0;
  display: block;
  width: calc(var(--f) * 20);
  height: calc(var(--f) * 20);
  margin: auto 0;
  border-right: calc(var(--f) * 3.5) solid #000;
  border-bottom: calc(var(--f) * 3.5) solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.plan__title .price {
  position: absolute;
  right: calc(var(--f) * 24);
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
  font-size: calc(var(--f) * 30);
  line-height: 1.35;
  text-align: right;
  font-weight: 300;
}
.plan__title .price .net {
  width: 100%;
}
.plan__title .price .net b {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5em;
}
.plan__title .price .gross {
  width: 100%;
}
.plan__title .price .gross small {
  font-size: 0.8em;
}
.plan__btn:checked + .plan__title::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.plan__box {
  display: none;
}
.plan__btn:checked + .plan__title + .plan__box {
  display: block;
  padding: calc(var(--f) * 68);
  background: #ececec;
}
.plan__about {
  margin: 0 0 calc(var(--f) * 30);
  font-size: calc(var(--f) * 40);
  font-weight: 500;
  text-align: center;
}
.plan__about b {
  display: inline-block;
  padding: 0 0.15em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%), color-stop(90%), color-stop(90%, transparent));
  background: linear-gradient(transparent 65%, 65%, 90%, transparent 90%);
}
.plan__merit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: calc(var(--f) * 10);
  margin: 0 0 calc(var(--f) * 36);
}
.plan__merit li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc((100% - var(--f) * 20) / 3);
  padding: 0.25em 0;
  font-weight: 500;
  text-align: center;
  border: calc(var(--f) * 4) solid #000;
  background: #fff;
}
.plan__merit li i {
  position: absolute;
  z-index: 10;
  right: 0;
  left: 0;
  bottom: calc(var(--f) * -40);
  display: block;
  width: calc(var(--f) * 50);
  height: calc(var(--f) * 50);
  margin: 0 auto;
  background: #000;
  border-radius: 999px;
}
.plan__merit li i::before, .plan__merit li i::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 60%;
  height: calc(var(--f) * 4);
  margin: auto;
  background: #fff;
}
.plan__merit li i::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.plan__merit li.wide:first-child:nth-last-child(2) {
  width: calc((100% - var(--f) * 10) / 2);
}
.plan__merit li.short {
  width: calc((100% - var(--f) * 10) / 2);
  color: #fff;
  background: #000;
}
.plan__merit li.short:nth-child(4):last-child {
  width: 100%;
}
.plan__merit .choice {
  display: inline-block;
  padding: 0 0.15em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%), color-stop(90%), color-stop(90%, transparent));
  background: linear-gradient(transparent 65%, 65%, 90%, transparent 90%);
  position: relative;
  top: 0.25em;
}
.plan__merit .quantity b {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  margin: 0 0.15em;
  font-size: 2em;
  line-height: 1;
}
.plan__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(var(--f) * 10);
  margin: 0 0 calc(var(--f) * 40);
}
.plan__icon li {
  width: calc((100% - var(--f) * 40) / 5);
  background: #000;
}
.plan__icon img {
  display: block;
  width: 100%;
}
.plan__notice {
  position: relative;
  margin: calc(var(--f) * -36) 0 calc(var(--f) * 40);
  font-size: calc(var(--f) * 28);
}
.plan__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(var(--f) * 40);
}
.plan__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: calc(var(--f) * 40) 0;
  width: 100%;
  padding: calc(var(--f) * 54);
  background: #fff;
}
.plan__item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/plan/premium-frame-lt.svg), url(../img/plan/premium-frame-rt.svg), url(../img/plan/premium-frame-rb.svg), url(../img/plan/premium-frame-lb.svg);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: calc(var(--f) * 50) auto;
  background-position: left calc(var(--f) * 10) top calc(var(--f) * 10), right calc(var(--f) * 10) top calc(var(--f) * 10), right calc(var(--f) * 10) bottom calc(var(--f) * 10), left calc(var(--f) * 10) bottom calc(var(--f) * 10);
}
.plan__item .title {
  position: relative;
  width: 100%;
  text-align: center;
}
.plan__item .title::before, .plan__item .title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: calc(var(--s) * 200);
  height: calc(var(--f) * 2);
  margin: auto 0;
  background: #000;
}
.plan__item .title::before {
  left: 0;
}
.plan__item .title::after {
  right: 0;
}
.plan__item .title b {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  margin: 0 0.15em;
  font-size: 2em;
  line-height: 1;
}
.plan__item .goods {
  width: calc((100% - var(--f) * 20) / 2);
  padding: calc(var(--f) * 26) 0;
  background: #ececec;
}
.plan__item .goods dt {
  margin: 0 0 calc(var(--f) * 10);
  font-size: calc(var(--f) * 26);
  font-weight: 500;
  text-align: center;
}
.plan__item .goods dt .choice {
  display: inline-block;
  padding: 0 0.15em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%), color-stop(90%), color-stop(90%, transparent));
  background: linear-gradient(transparent 65%, 65%, 90%, transparent 90%);
}
.plan__item .goods dt .quantity b {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  margin: 0 0.15em;
  font-size: 2em;
  line-height: 1;
}
.plan__item .goods dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: calc(var(--f) * 10);
}
.plan__item .goods dd .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 0 calc(var(--f) * 8);
  line-height: 1;
}
.plan__item .goods dd .number b {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(var(--f) * 74);
  aspect-ratio: 1/1;
  color: #fff;
  font-size: calc(var(--f) * 46);
  background-color: #000;
  border-radius: 999px;
}
.plan__item .goods dd .text {
  display: block;
  margin: calc(var(--f) * 8) 0 0;
  font-size: calc(var(--f) * 26);
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
.plan__item .goods--album {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.plan__item .goods--album dt {
  font-size: calc(var(--f) * 38);
}
.plan__item .goods--wide {
  width: 100%;
}
.plan__item .price {
  width: 100%;
}
.plan__item .price dt {
  color: #fff;
  text-align: center;
  background: #000;
}
.plan__item .price dd {
  line-height: 1.5;
  text-align: center;
}
.plan__item .price dd .net b {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(var(--f) * 60);
}
.plan__item .price dd .gross {
  display: block;
}

.style {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.style__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.style__head {
  position: relative;
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
  width: 100%;
  padding: calc(var(--h) * 80) 0 0;
}
.style__btn {
  display: none;
}
.style__title {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc((100% - var(--s) * 8) / 3);
  height: calc(var(--f) * 115);
  margin: calc(var(--f) * 4) 0 0;
  font-size: calc(var(--f) * 26);
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  background: #d9d9d9;
}
.style__title[for=menu-4], .style__title[for=menu-5], .style__title[for=menu-6], .style__title[for=menu-7] {
  width: calc((100% - var(--s) * 12) / 4);
}
.style__title:nth-child(12n+3) {
  background: rgba(255, 181, 181, 0.45);
}
.style__title:nth-child(12n+6) {
  background: rgba(253, 180, 116, 0.45);
}
.style__title:nth-child(12n+9) {
  background: rgba(173, 227, 149, 0.45);
}
.style__title:nth-child(12n+12) {
  background: rgba(161, 230, 210, 0.45);
}
.style__title:nth-child(12n+15) {
  background: rgba(145, 201, 253, 0.45);
}
.style__title:nth-child(12n+18) {
  background: rgba(208, 178, 245, 0.45);
}
.style__title:nth-child(12n+21) {
  background: rgba(247, 193, 225, 0.45);
}
.style__btn:checked + .style__title:nth-child(12n+3) {
  background: rgba(255, 181, 181, 0.85);
}
.style__btn:checked + .style__title:nth-child(12n+6) {
  background: rgba(253, 180, 116, 0.85);
}
.style__btn:checked + .style__title:nth-child(12n+9) {
  background: rgba(173, 227, 149, 0.85);
}
.style__btn:checked + .style__title:nth-child(12n+12) {
  background: rgba(161, 230, 210, 0.85);
}
.style__btn:checked + .style__title:nth-child(12n+15) {
  background: rgba(145, 201, 253, 0.85);
}
.style__btn:checked + .style__title:nth-child(12n+18) {
  background: rgba(208, 178, 245, 0.85);
}
.style__btn:checked + .style__title:nth-child(12n+21) {
  background: rgba(247, 193, 225, 0.85);
}
.style__box {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 0 calc(var(--f) * 12);
  width: 100%;
  height: 0;
  padding: 0;
  opacity: 0;
  background: #1d1d1d;
}
.style__btn:checked + .style__title + .style__box {
  height: auto;
  opacity: 1;
  padding: calc(var(--f) * 48) calc(var(--f) * 68) calc(var(--f) * 68);
}
.style__about {
  width: 100%;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.style__swiper {
  position: relative;
  overflow: visible !important;
  margin: calc(var(--f) * 48) 0;
}
.style__swiper .swiper-slide span {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  background: #3b3b3b;
}
.style__swiper .swiper-slide span img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.style__prev, .style__next {
  position: absolute;
  top: 0;
  z-index: 1000;
  display: block;
  width: calc(var(--f) * 70);
  height: 100%;
  background: #1d1d1d;
}
.style__prev::before, .style__next::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(var(--f) * 30);
  height: calc(var(--f) * 30);
  margin: auto;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg) translateX(calc(var(--f) * -7)) translateY(calc(var(--f) * -7));
          transform: rotate(-45deg) translateX(calc(var(--f) * -7)) translateY(calc(var(--f) * -7));
}
.style__prev {
  right: 100%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.style__next {
  left: 100%;
}
.style__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(var(--f) * 6);
  margin: calc(var(--f) * 24) 0;
}
.style__pagination [class^=style__thumb--] {
  opacity: 0.5;
  width: calc((100% - var(--f) * 43) / 8);
}
.style__pagination [class^=style__thumb--].current {
  opacity: 1;
}
.style__pagination [class^=style__thumb--] span {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
}
.style__pagination [class^=style__thumb--] span img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.style__swiper__btn {
  display: none;
}
.style__swiper__count {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(var(--f) * 86);
  aspect-ratio: 1/1;
  margin: calc(var(--f) * 12) 0 0;
  color: #fff;
  font-size: calc(var(--f) * 36);
  border: calc(var(--f) * 4) solid #fff;
}
.style__swiper__btn:checked + .style__swiper__count {
  color: #000;
  background: #fff;
}
.style__swiper__outer {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  opacity: 0;
}
.style__swiper__btn:checked + .style__swiper__count + .style__swiper__outer, .style__about + .style__swiper__outer, .style__swiper__outer:first-child {
  height: auto;
  opacity: 1;
  overflow: visible;
}