@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  border-style: solid;
  border-width: 0;
          box-sizing: border-box;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  border-top-width: 1px;
          box-sizing: content-box; /* 1 */
  clear: both;
  color: inherit;
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #221d50;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
}
body:has(dialog[open]) {
  overflow: hidden;
}

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

img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

summary {
  list-style-type: none;
}

summary::-webkit-details-marker {
  display: none;
}

.font-en {
  font-family: "Shippori Mincho", Georgia, "Times New Roman", serif;
}

.js-fadein {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  will-change: opacity, transform;
  -webkit-filter: blur(8px);
          filter: blur(8px);
}

.js-fadein.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

[class*=__decoration] {
  pointer-events: none;
  position: absolute;
  z-index: -1 !important;
}

.l-inner {
  margin-inline: auto;
  max-width: 1320px;
  padding: 0 60px;
  position: relative;
}

.l-header {
  background-color: #f0eeeb;
  height: 45px;
  left: 0;
  padding-block: 7px;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 100;
}

.l-header__inner {
  margin-inline: auto;
  padding-inline: 28px;
}

.l-header__drawer-title {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-size: clamp(1.5rem, 0.611rem + 4.44vw, 2rem);
  margin-top: 80px;
}

.l-header__hamburger {
  position: absolute;
  right: 11px;
  top: 11px;
  z-index: 50;
}

.l-header__drawer-menu {
  background: #fff;
  bottom: 0;
  color: #221d50;
  height: 100vh;
  overflow: hidden;
  padding: 20px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 90;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  transition: 0.3s;
}

.l-header__drawer-nav {
  margin-top: 100px;
  position: relative;
  z-index: 3;
}

.l-header__drawer-list {
  display: grid;
  gap: 18px;
}

.l-header__drawer-item {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-size: clamp(1rem, 0.556rem + 2.22vw, 1.25rem);
  margin-inline: auto;
  padding-bottom: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.l-header__drawer-background {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  height: 100vh;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 100vw;
  z-index: 60;
}

.is-drawerActive .l-header__drawer-menu {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.is-drawerActive .l-header__drawer-background {
  opacity: 0.8;
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header__drawer-button {
  position: absolute;
  right: 30px;
  top: 20px;
}

.l-header__drawer-close {
  height: 30px;
  position: relative;
  width: 30px;
}

.l-header__drawer-closeBar {
  background-color: #221d50;
  height: 2px;
  position: absolute;
  width: 100%;
}

.l-header__drawer-closeBar1 {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-header__drawer-closeBar2 {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-header__drawer__decoration {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  pointer-events: none;
  position: absolute;
}

.l-header__drawer__ichimatsu {
  aspect-ratio: 155/117;
  background-image: url(../images/ichimatsu-pink.svg);
  height: auto;
  width: 155px;
}
.l-header__drawer__ichimatsu.--top {
  right: 2.4305555556%;
  top: 5.3846153846%;
}
.l-header__drawer__ichimatsu.--center {
  left: 1.3888888889%;
  top: 33.8461538462%;
}
.l-header__drawer__ichimatsu.--bottom {
  right: 2.4305555556%;
  top: 70.7692307692%;
}

.l-main {
  overflow: hidden;
}

.l-container {
  background-color: #f0eeeb;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  position: relative;
  /* Firefox */
  scrollbar-width: none;
  width: 100%;
  z-index: 1;
  /* Chrome, Safari, and Edge */
}
.l-container::-webkit-scrollbar {
  display: none;
}

.l-bg {
  --content: 500px;
  background-color: #fff;
  inset: 0;
  position: fixed;
  z-index: 0;
}

.l-bg__nav {
  position: absolute;
  right: calc((50% - var(--content) / 2) / 2);
  top: 50%;
  translate: 50% -50%;
  z-index: 1;
}

.l-bg__nav {
  z-index: 3;
}

.l-bg__navTitle {
  font-family: "Shippori Mincho", Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2272727273;
}

.l-bg__navList {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.l-bg__navLink {
  display: block;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: -0.07em;
  line-height: 1.1764705882;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.l-bg__navLink.is-active {
  border-bottom: 1px solid #ed7a86;
  color: #ed7a86;
}

.l-bg__decoration {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  pointer-events: none;
  position: absolute;
}

.l-bg__ichimatsu {
  aspect-ratio: 265/199;
  background-image: url(../images/ichimatsu-pink.svg);
  height: auto;
  width: 265px;
}
.l-bg__ichimatsu.--left {
  left: 4.7222222222%;
  top: 61.5384615385%;
}
.l-bg__ichimatsu.--right {
  right: 2.4305555556%;
  top: 5.3846153846%;
}

.l-bg__seigaiha {
  aspect-ratio: 299/163;
  background-image: url(../images/seigaiha--blue02.svg);
  height: auto;
  width: 299px;
}
.l-bg__seigaiha.--left {
  left: 4.1666666667%;
  top: 7.3846153846%;
}
.l-bg__seigaiha.--right {
  right: 5.5555555556%;
  top: 66.7692307692%;
}
.l-bg__kumo {
  height: auto;
}
.l-bg__kumo.--left {
  aspect-ratio: 256/91;
  background-image: url(../images/kumo--blue.svg);
  height: auto;
  left: 16.1805555556%;
  top: 40.9230769231%;
  width: 256px;
}
.l-bg__kumo.--right {
  aspect-ratio: 276/98;
  background-image: url(../images/kumo--blue02.svg);
  height: auto;
  right: 14.6527777778%;
  rotate: 180deg;
  top: 43.0769230769%;
  width: 276px;
}

.c-btn {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 335px;
  position: relative;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 36px;
  -webkit-transition: 0.3s;
  border-radius: 999px;
  transition: 0.3s;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
}

.c-btn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-btn--bg {
  aspect-ratio: 335/88;
  background-image: url(../images/btn-bg.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  width: 335px;
}

.c-btn__image {
  aspect-ratio: 90/48;
  height: auto;
  width: 90px;
}

.c-btn__text {
  margin-left: 14px;
}

.c-btn__text--small {
  color: #fff;
  font-size: 14px;
  letter-spacing: -0.04em;
  line-height: 1.2142857143;
}

.c-btn__text--large {
  color: #fff;
  font-size: 23px;
  letter-spacing: -0.17em;
  line-height: 1.1739130435;
}

.c-btn__arrow {
  background: #fff;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  height: 15px;
  position: absolute;
  right: 13px;
  width: 14px;
}

.c-title {
  font-size: 34px;
  letter-spacing: -0.01em;
  line-height: 1.0882352941;
  text-align: center;
}

.c-hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 22px;
  width: 31px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-hamburger .c-hamburger__bar {
  background: #ed7a86;
  border-radius: 1.5px;
  display: block;
  height: 3px;
  width: 100%;
  -webkit-transition: inherit;
  transition: inherit;
}

.c-hamburger[aria-expanded=true] .c-hamburger__bar1 {
  -webkit-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}
.c-hamburger[aria-expanded=true] .c-hamburger__bar2 {
  display: none;
}
.c-hamburger[aria-expanded=true] .c-hamburger__bar3 {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
}

.p-fv {
  padding-bottom: 106px;
  padding-top: 156px;
  position: relative;
}

.p-fv__label {
  left: 20px;
  position: absolute;
  top: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  aspect-ratio: 44/209;
  background-image: url(../images/label-bg.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-size: 12px;
  height: auto;
  letter-spacing: 0.04em;
  line-height: 1.1666666667;
  margin-inline: auto;
  padding: 8px 10px;
  text-orientation: upright;
  width: 44px;
          writing-mode: vertical-rl;
  z-index: 2;
}

.p-fv__title {
  font-size: 26px;
  line-height: 1.1538461538;
  position: relative;
  text-align: center;
  z-index: 3;
}

.p-fv__title--bottom {
  letter-spacing: -0.15em;
}

.p-fv__subtitle {
  font-size: 42px;
  letter-spacing: -2.54px;
  line-height: 1.119047619;
  margin-top: 33px;
  padding: 22px 0;
  position: relative;
  text-align: center;
  z-index: 3;
}

.p-fv__subtitle::before,
.p-fv__subtitle::after {
  background-image: repeating-linear-gradient(to right, #2c2154 0 3px, transparent 3px 11px);
  background-repeat: repeat-x;
  content: "";
  height: 3px;
  left: 12px;
  pointer-events: none;
  position: absolute;
  right: 12px;
}

.p-fv__subtitle::before {
  top: 0;
}

.p-fv__subtitle::after {
  bottom: 0;
}

.p-fv__ticket {
  margin-inline: auto;
  margin-top: 55px;
  position: relative;
  width: 109px;
  z-index: 3;
}

.p-fv__decoration {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  pointer-events: none;
  position: absolute;
}

.p-fv__ichimatsu--top {
  aspect-ratio: 375/71;
  background-image: url(../images/ichimatsu--top.svg);
  height: auto;
  left: 0;
  top: 0;
  width: 100%;
}

.p-fv__ichimatsu--bottom {
  aspect-ratio: 375/71;
  background-image: url(../images/ichimatsu--bottom.svg);
  bottom: 0;
  height: auto;
  left: 0;
  width: 100%;
}

.p-fv__seigaiha--blue-top {
  aspect-ratio: 205/227;
  background-image: url(../images/seigaiha--blue.svg);
  height: auto;
  left: 33px;
  top: 66px;
  width: 205px;
}

.p-fv__seigaiha--blue-bottom {
  aspect-ratio: 217/118;
  background-image: url(../images/seigaiha--blue02.svg);
  height: auto;
  right: 12px;
  top: 450px;
  width: 217px;
}

.p-fv__seigaiha--white {
  aspect-ratio: 121/66;
  background-image: url(../images/seigaiha--white.svg);
  height: auto;
  left: 16px;
  top: 413px;
  width: 121px;
}

.p-fv__kumo--white {
  aspect-ratio: 131/47;
  background-image: url(../images/kumo--white01.svg);
  height: auto;
  right: 10px;
  top: 86px;
  width: 131px;
}

.p-fv__kumo--blue {
  aspect-ratio: 178/63;
  background-image: url(../images/kumo--blue.svg);
  height: auto;
  right: 13px;
  top: 340px;
  width: 178px;
}

.p-fv__rabbit {
  aspect-ratio: 110/155;
  height: auto;
  position: absolute;
  right: -10px;
  rotate: -15.7deg;
  top: 61px;
  width: 110px;
  z-index: 2;
}

.p-fv__namake {
  aspect-ratio: 145/169;
  height: auto;
  left: -20px;
  position: absolute;
  rotate: -334deg;
  top: 412px;
  width: 145px;
  z-index: 2;
}

.p-fv__tsubuo {
  aspect-ratio: 1/1;
  height: auto;
  position: absolute;
  right: -68px;
  rotate: -24deg;
  top: 419px;
  width: 169px;
  z-index: 2;
}

.p-intro {
  padding-bottom: 75px;
  padding-top: 75px;
  position: relative;
}

.p-intro__inner {
  margin-inline: auto;
  max-width: 375px;
}

.p-intro__btnWrapper .p-intro__btn {
  margin-inline: auto;
}

.p-intro__title {
  font-size: 34px;
  letter-spacing: -0.1em;
  line-height: 1.0882352941;
  margin-top: 69px;
  position: relative;
  text-align: center;
  z-index: 3;
}

.p-intro__textWrapper {
  display: grid;
  gap: 21px;
  margin-top: 19px;
}

.p-intro__text {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 1.5;
  position: relative;
  text-align: center;
  z-index: 3;
}

.p-intro__imageWrapper {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: 20px;
  max-width: 100%;
  position: relative;
  z-index: 3;
}

.p_intro__image {
  aspect-ratio: 1/1;
  border-radius: 15px;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100 .p_intro__image;
  z-index: 2;
}
.p_intro__image.--01 {
  grid-column: 1/2;
  grid-row: 1/3;
  margin-top: 67px;
}
.p_intro__image.--02 {
  grid-column: 2/3;
  grid-row: 1/2;
}
.p_intro__image.--03 {
  grid-column: 2/3;
  grid-row: 2/3;
}

.p-intro__textBottom {
  margin-top: 23px;
  padding: 27px 0;
  position: relative;
}

.p-intro__textBottom::before,
.p-intro__textBottom::after {
  background-image: repeating-linear-gradient(to right, #2c2154 0 3px, transparent 3px 11px);
  background-repeat: repeat-x;
  content: "";
  height: 3px;
  left: 12px;
  pointer-events: none;
  position: absolute;
  right: 12px;
}

.p-intro__textBottom::before {
  top: 0;
}

.p-intro__textBottom::after {
  bottom: 0;
}

.p-intro__instagram {
  background-color: #fff;
  border-radius: 0 0 0 13px;
  display: grid;
  gap: 6px;
  justify-items: center;
  opacity: 0;
  padding: 7px 9px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 176px;
}

.p-intro__instagramImage {
  aspect-ratio: 1/1;
  display: block;
  height: auto;
  width: 23px;
}

.p-intro__instagramText {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  color: #ed7a86;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.2;
  text-orientation: upright;
          writing-mode: vertical-rl;
}

.p-intro__instagramArrow {
  background: #ed7a86;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: block;
  height: 10px;
  width: 9px;
}

.p-intro__decoration {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  pointer-events: none;
  position: absolute;
}

.p-intro__ichimatsu--top {
  aspect-ratio: 217/118;
  background-image: url(../images/seigaiha--blue02.svg);
  height: auto;
  right: 12px;
  top: 187px;
  width: 217px;
}

.p-intro__ichimatsu--bottom {
  aspect-ratio: 217/118;
  background-image: url(../images/seigaiha--blue02.svg);
  height: auto;
  right: 24px;
  top: 490px;
  width: 217px;
}

.p-intro__kumo--white {
  aspect-ratio: 131/47;
  background-image: url(../images/kumo--white01.svg);
  height: auto;
  width: 131px;
}
.p-intro__kumo--white.--01 {
  right: 22px;
  top: 385px;
}
.p-intro__kumo--white.--02 {
  left: 35px;
  top: 789px;
}

.p-intro__kumo--blue {
  aspect-ratio: 177/63;
  background-image: url(../images/kumo--blue.svg);
  height: auto;
  width: 177px;
}
.p-intro__kumo--blue.--01 {
  left: 9px;
  top: 313px;
}
.p-intro__kumo--blue.--02 {
  left: 100px;
  top: 825px;
}

.p-intro__instagram.is-fixed {
  left: auto;
  position: fixed;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  -webkit-transform: none;
  opacity: 1;
  pointer-events: auto;
          transform: none;
  z-index: 1000;
}

.p-intro__instagram.is-fixed.is-hidden {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.p-about {
  background-color: #e8e2d5;
  overflow: hidden;
  padding-bottom: 76px;
  padding-top: 40px;
  position: relative;
  z-index: 0;
}

.p-about__inner {
  margin-inline: auto;
  max-width: 375px;
  padding-left: 18px;
  padding-right: 8px;
  position: relative;
}

.p-about__title {
  position: relative;
  z-index: 3;
}

.p-about__numCircle {
  border: 1px solid #ed7a86;
  border-radius: 50%;
  color: #ed7a86;
  display: grid;
  height: 68px;
  place-items: center;
  position: relative;
  width: 68px;
  z-index: 3;
}

.p-about__numLabel {
  background-color: #e8e2d5;
  color: #ed7a86;
  display: inline-block;
  font-size: 11px;
  left: -3px;
  line-height: 1.5454545455;
  padding-block: 4px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 4;
}

.p-about__num {
  color: #ed7a86;
  display: inline-block;
  font-family: "Shippori Mincho", Georgia, "Times New Roman", serif;
  font-size: 59px;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 3%;
  translate: -50% 0;
}

.p-about__list {
  margin-top: 30px;
}

.p-about__headingWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}

.p-about__heading {
  font-size: 25px;
  letter-spacing: -0.01em;
  line-height: 1.12;
  position: relative;
  z-index: 3;
}

.p-about__content {
  position: relative;
  z-index: 3;
}

.p-about__description {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.5;
  position: relative;
  z-index: 3;
}

.p-about__note {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  z-index: 3;
}
.p-about__note li {
  padding-left: 1em;
  position: relative;
}
.p-about__note li::before {
  content: "※";
  left: 0;
  position: absolute;
  top: 0;
}

.p-about__item {
  position: relative;
}

.p-about__image {
  position: relative;
  z-index: -1;
}

.p-about__item.--01 .p-about__content {
  margin-top: 12px;
}
.p-about__item.--01 .p-about__image {
  display: block;
  height: auto;
  position: absolute;
  right: 0;
  rotate: -10deg;
  top: 0;
  translate: 0px -18px;
  width: 99px;
  z-index: 3;
}
.p-about__item.--01 .p-about__note {
  line-height: 1.8;
}

.p-about__item.--02 {
  margin-top: 47px;
}
.p-about__item.--02 .p-about__headingWrapper {
  margin-left: 103px;
}
.p-about__item.--02 .p-about__content {
  margin-top: 11px;
}
.p-about__item.--02 .p-about__image--01 {
  height: auto;
  position: absolute;
  rotate: -6deg;
  width: 100px;
  -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
          box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
  left: 0;
  overflow: hidden;
  top: 0;
  translate: -10% -25%;
}
.p-about__item.--02 .p-about__image--02 {
  height: auto;
  position: absolute;
  rotate: 6deg;
  width: 100px;
  -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
          box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
  left: 0;
  overflow: hidden;
  top: 0;
  translate: 25% 65%;
}
.p-about__item.--02 .p-about__description {
  margin-left: 151px;
}
.p-about__item.--02 .p-about__note {
  margin-top: 50px;
}

.p-about__item.--03 {
  margin-bottom: -8px;
  margin-top: 46px;
}
.p-about__item.--03 .p-about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
}
.p-about__item.--03 .p-about__headingWrapper {
  gap: 10px;
  margin-left: 3px;
}
.p-about__item.--03 .p-about__description {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 7px;
}
.p-about__item.--03 .p-about__image {
  height: auto;
  position: absolute;
  right: 34px;
  rotate: -350deg;
  top: 10px;
  width: 95px;
}

.p-about__rabbit {
  height: auto;
  position: absolute;
  right: -53px;
  rotate: -20deg;
  top: -56px;
  width: 129px;
  z-index: 2;
}

.p-about__namake {
  aspect-ratio: 155/180;
  height: auto;
  left: -41px;
  position: absolute;
  rotate: -333deg;
  top: -50px;
  width: 155px;
  z-index: 2;
}

.p-about__namake02 {
  aspect-ratio: 147/173;
  height: auto;
  position: absolute;
  right: -17px;
  rotate: -12deg;
  top: 200px;
  width: 147px;
  z-index: 2;
}

.p-about__tsubuo {
  aspect-ratio: 1/1;
  height: auto;
  position: absolute;
  right: -65px;
  rotate: -338deg;
  top: -26px;
  width: 170px;
}

.p-about__decoration {
  aspect-ratio: 155/117;
  background-image: url(../images/ichimatsu-pink.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: auto;
  pointer-events: none;
  position: absolute;
  width: 155px;
}

.p-about__ichimatsu.--top {
  left: 27px;
  top: -34px;
}
.p-about__ichimatsu.--rightCenter {
  right: 19px;
  top: 205px;
}
.p-about__ichimatsu.--leftcenter {
  left: 5px;
  top: 454px;
}
.p-about__ichimatsu.--bottomRight {
  right: 43px;
  top: 587px;
}
.p-about__ichimatsu.--bottomLeft {
  left: 62px;
  top: 962px;
}

.p-guide {
  padding-bottom: 74px;
  padding-top: 69px;
  position: relative;
}

.p-guide__inner {
  padding-inline: 18px;
}

.p-guide__title {
  position: relative;
  z-index: 3;
}
.p-guide__title.--bottom {
  margin-top: 66px;
}

.p-guide__text {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 1.5;
  margin-inline: auto;
  margin-inline: auto;
  margin-top: 16px;
  max-width: 375px;
  position: relative;
  text-align: center;
  z-index: 3;
}

.p-guide__dot {
  aspect-ratio: 32/103;
  display: block;
  height: auto;
  position: absolute;
  width: 32px;
}
.p-guide__dot.--left {
  left: 2px;
  top: 0;
}
.p-guide__dot.--right {
  right: 1px;
  top: 6px;
}

.p-guide__btnWrapper {
  margin-top: 27px;
  position: relative;
  z-index: 3;
}

.p-guide__btnWrapper .p-guide__btn {
  margin-inline: auto;
}

.p-guide__map {
  margin-inline: auto;
  margin-top: 19px;
  max-width: 500px;
}

.p-guide__thumbnail {
  margin-top: 8px;
}
.p-guide__thumbnail .splide__slide {
  position: relative;
}
.p-guide__thumbnail .splide__slide::before {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  display: block;
  inset: 0;
  position: absolute;
}
.p-guide__thumbnail .splide__slide.is-active {
  border: none !important;
}
.p-guide__thumbnail .splide__slide.is-active::before {
  display: none;
}

.p-guide__decoration {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  pointer-events: none;
  position: absolute;
}

.p-guide__seigaiha {
  aspect-ratio: 217/118;
  background-image: url(../images/seigaiha--blue02.svg);
  height: auto;
  right: 24px;
  top: 402px;
  width: 217px;
}

.p-guide__kumo--blue {
  aspect-ratio: 178/63;
  background-image: url(../images/kumo--blue.svg);
  height: auto;
  left: 9px;
  top: 59px;
  width: 178px;
}

.p-voice {
  background-color: #e8e2d5;
  overflow: hidden;
  overflow: hidden;
  padding-bottom: 88px;
  padding-top: 40px;
  position: relative;
  z-index: 0;
}

.p-voice__inner {
  margin-inline: auto;
  max-width: 375px;
  position: relative;
}

.p-voice__title {
  position: relative;
  z-index: 3;
}

.p-voice__text {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 1.5;
  position: relative;
  z-index: 3;
}
.p-voice__text.--top {
  margin-top: 21px;
  text-align: center;
}

.p-voice__list {
  margin-top: 27px;
}

.p-voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-voice__image {
  position: relative;
  z-index: 2;
}

.p-voice__label {
  position: absolute;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  letter-spacing: 0.04em;
  line-height: 1.2142857143;
  text-orientation: upright;
  white-space: nowrap;
          writing-mode: vertical-rl;
  z-index: 2;
}

.p-voice__itemText {
  position: relative;
}

.p-voice__itemText::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
}

.p-voice__item.--01 {
  gap: 10px;
  padding-left: 38px;
}
.p-voice__item.--01 .p-voice__label {
  aspect-ratio: 27/138;
  background-image: url(../images/label-voice01.webp);
  left: 14px;
  padding-block: 5px;
  top: -4px;
  width: 27px;
  -webkit-padding-start: 9px;
          padding-inline-start: 9px;
}
.p-voice__item.--01 .p-voice__image {
  height: auto;
  rotate: -342deg;
  width: 130px;
}
.p-voice__item.--01 .p-voice__itemText::before {
  aspect-ratio: 203.32/195.335;
  background-image: url(../images/bubble-voice01.svg);
  content: "";
  height: auto;
  left: -44px;
  top: 5px;
  width: 203px;
}
.p-voice__item.--01 .p-voice__text {
  margin-top: -7px;
}

.p-voice__item.--02 {
  display: block;
  margin-top: 49px;
  padding-left: 19px;
}
.p-voice__item.--02 .p-voice__label {
  aspect-ratio: 27/152;
  background-image: url(../images/label-voice02.webp);
  padding-block: 5px;
  right: 20px;
  top: -4px;
  width: 27px;
  -webkit-padding-start: 11px;
          padding-inline-start: 11px;
}
.p-voice__item.--02 .p-voice__image {
  aspect-ratio: 177/233;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  translate: -10px -19px;
  width: 155px;
}
.p-voice__item.--02 .p-voice__itemText {
  letter-spacing: -0.07em;
  width: 57%;
}
.p-voice__item.--02 .p-voice__itemText::before {
  aspect-ratio: 212.899/195.537;
  background-image: url(../images/bubble-voice02.svg);
  content: "";
  height: auto;
  right: -22px;
  top: 6px;
  width: 212px;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.p-voice__item.--03 {
  gap: 3px;
  margin-top: 74px;
  padding-left: 25px;
}
.p-voice__item.--03 .p-voice__label {
  aspect-ratio: 27/167;
  background-image: url(../images/label-voice03.webp);
  left: 17px;
  letter-spacing: -0.1em;
  padding-block: 6px;
  top: -6px;
  width: 27px;
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
}
.p-voice__item.--03 .p-voice__image {
  aspect-ratio: 1/1;
  height: auto;
  rotate: -348deg;
  translate: 0 24px;
  width: 170px;
}
.p-voice__item.--03 .p-voice__itemText {
  letter-spacing: inherit;
}
.p-voice__item.--03 .p-voice__itemText::before {
  aspect-ratio: 178.4651/211.307;
  background-image: url(../images/bubble-voice03.svg);
  content: "";
  height: auto;
  left: -34px;
  top: 9px;
  width: 178px;
}

.p-voice__decoration {
  aspect-ratio: 154.9/116.732;
  background-image: url(../images/ichimatsu-pink.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: auto;
  pointer-events: none;
  position: absolute;
  width: 154px;
}

.p-voice__ichimatsu--top {
  right: 21px;
  top: -28px;
}

.p-voice__ichimatsu--centerLeft {
  left: 6px;
  top: 216px;
}

.p-voice__ichimatsu--centerRight {
  right: 93px;
  top: 536px;
}

.p-voice__ichimatsu--bottom {
  left: 54px;
  top: 795px;
}

.p-cta {
  padding-bottom: 76px;
  padding-top: 75px;
}

.p-cta__inner {
  padding-inline: 18px;
}

.p-cta__btnWrapper .p-cta__btn {
  margin-inline: auto;
}

.p-campaign {
  background-color: #e8e2d5;
  overflow: hidden;
  padding-bottom: 74px;
  padding-top: 51px;
  position: relative;
  z-index: 0;
}

.p-campaign__inner {
  margin-inline: auto;
  max-width: 375px;
  padding-inline: 18px;
}

.p-campaign__title {
  position: relative;
  z-index: 3;
}

.p-campaign__titleEn {
  font-family: "Shippori Mincho", Georgia, "Times New Roman", serif;
}

.p-campaign__subTitle {
  color: #ed7a86;
  font-size: 25px;
  letter-spacing: 0.08em;
  line-height: 1.12;
  margin-top: 15px;
  position: relative;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #fff;
  text-decoration-thickness: 0.3em;
  text-underline-offset: -0.1em;
  z-index: 3;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.p-campaign__text {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 1.5;
  position: relative;
  text-align: center;
  z-index: 3;
}
.p-campaign__text.--top {
  margin-top: 27px;
}
.p-campaign__text.--bottom {
  margin-top: 14px;
}

.p-campaign__period {
  font-size: 17px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.5294117647;
  margin-top: 12px;
  text-align: center;
}

.p-campaign__imageWrapper {
  margin-top: 21px;
  position: relative;
  z-index: 2;
}

.p-campaign__imageBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
}

.p-campaign__image {
  border-radius: 10px;
  height: auto;
  overflow: hidden;
  width: 100%;
}

.p-campaign__note {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
}
.p-campaign__note.--bottom {
  text-align: center;
}

.p-campaign__attentionWrap {
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: 23px;
  padding: 20px 10px 23px 17px;
}

.p-camapign__attentionHeading {
  font-size: 12px;
  letter-spacing: -0.03em;
  line-height: 1.5;
  opacity: 1;
  text-align: center;
}

.p-campaign__attention {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.5;
  margin-top: 10px;
}
.p-campaign__attention li {
  padding-left: 1em;
  position: relative;
}
.p-campaign__attention li::before {
  content: "※";
  left: 0;
  position: absolute;
  top: 0;
}

.p-campaign__decoration {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  pointer-events: none;
  position: absolute;
}

.p-campaign__ichimatsu--top {
  aspect-ratio: 375/53;
  background-image: url(../images/ichimatsu-campaig--top.svg);
  height: auto;
  left: 0;
  top: 0;
  width: 100%;
}

.p-campaign__ichimatsu--bottom {
  aspect-ratio: 375/53;
  background-image: url(../images/ichimatsu-campaig--bottom.svg);
  bottom: 0;
  height: auto;
  left: 0;
  width: 100%;
}

.p-campaign__seigaiha {
  aspect-ratio: 121/66;
  background-image: url(../images/seigaiha--white.svg);
  height: auto;
  width: 121px;
}
.p-campaign__seigaiha.--01 {
  right: -25px;
  top: 53px;
}
.p-campaign__seigaiha.--02 {
  left: -51px;
  top: 117px;
}
.p-campaign__seigaiha.--03 {
  right: -2px;
  top: 318px;
}
.p-campaign__seigaiha.--04 {
  left: -53px;
  top: 524px;
}
.p-campaign__seigaiha.--05 {
  right: -24px;
  top: 974px;
}

.p-campaign__kumo {
  aspect-ratio: 131/47;
  height: auto;
  width: 131px;
}
.p-campaign__kumo.--01 {
  background-image: url(../images/kumo--white01.svg);
  left: -75px;
  top: 80px;
}
.p-campaign__kumo.--02 {
  background-image: url(../images/kumo--white02.svg);
  right: -48px;
  top: 237px;
}

.p-campaign__kumo--line {
  aspect-ratio: 131/47;
  height: auto;
  width: 131px;
}
.p-campaign__kumo--line.--01, .p-campaign__kumo--line.--03 {
  background-image: url(../images/kumo--line01.svg);
}
.p-campaign__kumo--line.--02, .p-campaign__kumo--line.--04 {
  background-image: url(../images/kumo--line02.svg);
}
.p-campaign__kumo--line.--01 {
  right: -7px;
  top: 176px;
}
.p-campaign__kumo--line.--02 {
  left: -31px;
  top: 240px;
}
.p-campaign__kumo--line.--03 {
  left: -28px;
  top: 344px;
}
.p-campaign__kumo--line.--04 {
  right: 14px;
  top: 475px;
}

.p-faq {
  overflow: hidden;
  padding-bottom: 69px;
  padding-top: 67px;
  position: relative;
}

.p-faq__inner {
  margin-inline: auto;
}

.p-faq__title {
  font-family: "Shippori Mincho", Georgia, "Times New Roman", serif;
  font-weight: 400;
  position: relative;
  z-index: 3;
}

.p-faq__list {
  margin-top: 19px;
  position: relative;
  z-index: 3;
}

.p-faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 1px solid currentColor;
  font-size: 14px;
  font-weight: bold;
  gap: 4px;
  letter-spacing: -0.01em;
  line-height: 1.5;
  margin-inline: 18px;
}
.p-faq__question:not(:first-child) {
  margin-top: 13px;
}
.p-faq__question:nth-of-type(5) {
  letter-spacing: -0.07em;
}

.p-faq__question__en {
  font-family: "Shippori Mincho", Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.125;
}

.p-faq__answer {
  background-color: #fff;
  display: grid;
  grid-template-columns: auto 1fr;
  margin-top: 11px;
  padding-block: 12px;
  width: 95%;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: auto 1fr;
  padding-left: 13px;
}
.p-faq__answer:has(.p-faq__notes) {
  grid-template-rows: auto auto;
}
.p-faq__answer:nth-of-type(odd) {
  margin-left: auto;
}
.p-faq__answer:nth-of-type(even) {
  margin-right: auto;
  padding-left: calc(14px + 5.33%);
}

.p-faq__answer__en {
  align-self: center;
  color: #ed7a86;
  font-family: "Shippori Mincho", Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  grid-column: 1;
  grid-column: 1;
  grid-row: 1/3;
  letter-spacing: 0.1em;
  line-height: 1;
}

.p-faq__answerText {
  font-size: 14px;
  font-weight: bold;
  grid-column: 2;
  letter-spacing: -0.1em;
  line-height: 1.5;
}

.p-faq__answer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-faq__answerMail {
  letter-spacing: 0.1em;
}

.p-faq__link {
  border-bottom: 1px solid currentColor;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-faq__notes {
  font-size: 12px;
  grid-column: 2;
  letter-spacing: -0.07em;
  line-height: 1.7;
  margin-top: 2px;
}
.p-faq__notes li {
  padding-left: 1em;
  position: relative;
}
.p-faq__notes li::before {
  content: "※";
  left: 0;
  position: absolute;
  top: 0;
}
.p-faq__notes.--narrow {
  line-height: 1.5;
}

.p-faq__btnWrapper {
  margin-top: 72px;
}

.p-faq__btnWrapper .p-faq__btn,
.p-faq__btnWrapper .p-faq__instaBtn {
  margin-inline: auto;
}

.p-faq__instaBtn {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 335px;
  position: relative;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 335/88;
  background-image: url(../images/btn-instagram.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  margin-top: 10px;
  padding-inline: 21px;
  width: 335px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-faq__instaBtn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.p-faq__instaBtn__image {
  aspect-ratio: 1/1;
  height: auto;
  width: 36px;
}

.p-faq__instaBtn__text--small {
  color: #ed7a86;
  font-size: 14px;
  letter-spacing: -0.07em;
  line-height: 1.2142857143;
}

.p-faq__instaBtn__text--large {
  color: #ed7a86;
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 1.1739130435;
}

.p-faq__instaBtn__arrow {
  background: #ed7a86;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  height: 15px;
  position: absolute;
  right: 13px;
  width: 14px;
}

.p-faq__copyWrapper {
  margin-top: 69px;
}

.p-faq__copyLink {
  display: block;
  font-size: 11px;
  line-height: 1.5454545455;
  text-align: center;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.p-faq__copyLink:last-child {
  margin-top: 10px;
}

.p-faq__decoration {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  pointer-events: none;
  position: absolute;
}

.p-faq__seigaiha {
  aspect-ratio: 216/118;
  background-image: url(../images/seigaiha--blue02.svg);
  height: auto;
  width: 216px;
}
.p-faq__seigaiha.--top {
  left: 8px;
  top: 23px;
}
.p-faq__seigaiha.--center {
  right: 7px;
  top: 767px;
}
.p-faq__seigaiha.--bottom {
  background-image: url(../images/seigaiha--blue03.svg);
  left: 20px;
  top: 1739px;
}

.p-faq__kumo {
  aspect-ratio: 178/63;
  height: auto;
  width: 178px;
}
.p-faq__kumo.--top {
  background-image: url(../images/kumo--blue.svg);
  right: 3px;
  top: 121px;
}
.p-faq__kumo.--center {
  background-image: url(../images/kumo--blue02.svg);
  left: 16px;
  top: 382px;
}
.p-faq__kumo.--bottom {
  background-image: url(../images/kumo--blue.svg);
  right: 17px;
  top: 1128px;
}

.p-faq__kumo-white {
  aspect-ratio: 131/47;
  background-image: url(../images/kumo--white02.svg);
  height: auto;
  left: 31px;
  top: 1293px;
  width: 131px;
}

.p-faq__seigaiha-white {
  aspect-ratio: 121/66;
  background-image: url(../images/seigaiha--white.svg);
  height: auto;
  left: 40px;
  top: 985px;
  width: 121px;
}

.u-hide {
  display: block;
}

.u-show {
  display: none;
}

.mt-40 {
  margin-top: 40px;
}

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

@media screen and (max-width:767px) {
  html {
    scroll-padding-top: 45px;
  }
  .l-inner {
    max-width: 500px;
    padding: 0 20px;
  }
  .l-bg {
    display: none;
  }
  .u-hide {
    display: none;
  }
  .u-show {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .l-header {
    display: none;
  }
}

@media screen and (min-width: 501px) {
  .l-header__drawer-title {
    font-size: 32px;
  }
  .l-header__hamburger {
    z-index: 50;
  }
  .l-header__drawer-item {
    font-size: 20px;
  }
}

@media screen and (min-width: 767px) {
  .l-header__drawer-menu {
    width: 500px;
  }
}

@media screen and (max-width:1280px) {
  .l-container {
    margin-left: 0;
  }
  .l-bg__nav {
    right: calc((100% - var(--content)) / 2);
  }
  .l-bg__ichimatsu.--left {
    display: none;
  }
  .l-bg__ichimatsu.--right {
    right: 1.0416666667%;
  }
  .l-bg__seigaiha.--left {
    display: none;
  }
  .l-bg__kumo.--left {
    display: none;
  }
  .l-bg__kumo.--right {
    right: 38%;
  }
}

@media screen and (max-width:1280px) and (max-width:1080px) {
  .l-container {
    max-width: 400px;
  }
}

@media screen and (max-width:1280px) and (max-width:1080px) and (max-width:767px) {
  .l-container {
    max-width: 100%;
  }
}

@media screen and (max-width:1080px) {
  .l-bg {
    --content: 400px;
  }
}

@media (any-hover: hover) {
  .l-bg__navLink:hover {
    opacity: 0.7;
  }
  .c-btn:hover {
    opacity: 0.7;
  }
  .p-intro__instagram:hover {
    opacity: 0.7;
  }
  .p-faq__link:hover {
    opacity: 0.7;
  }
  .p-faq__instaBtn:hover {
    opacity: 0.7;
  }
  .p-faq__copyLink:hover {
    opacity: 0.7;
  }
}
/*# sourceMappingURL=style.css.map */