@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Rubik:wght@300..900&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

/* 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* フェードイン時のズームアウト */
.zoom {
  animation: zoom 6s ease forwards;
}

@keyframes zoom {
  0% {
    transform: scale(1.03);
    filter: blur(10px);
  }
  25% {
    transform: scale(1);
    filter: blur(0);
  }
  75% {
    transform: scale(1);
    filter: blur(0);
  }
  100% {
    transform: scale(1.03);
    filter: blur(10px);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
/* フェードイン */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  font-family: "Rubik", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-size-adjust: 100%;
  font-size: 0.6944444444vw;
  scroll-behavior: smooth;
  overscroll-behavior: none;
  /* IE11だけに適応 */
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  html {
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 767.98px) {
  html {
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt";
    font-size: 1.3020833333vw;
  }
}
html _:lang(x)::-ms-backdrop, html {
  font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif;
}

.mouse * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.chrome body {
  image-rendering: -webkit-optimize-contrast;
}

body,
dd,
div,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
td,
th,
ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-all;
}

article,
aside,
figure,
footer,
header,
main,
nav,
section {
  display: block;
  box-sizing: border-box;
}

figure {
  font-size: 0;
}
figure figcaption {
  line-height: 1.5;
}

button,
input,
select,
textarea {
  background: none;
  padding: 0;
  margin: 0;
  outline: 0;
  border: none;
  font: inherit;
  overflow: visible;
  box-sizing: border-box;
}

input[type=radio] {
  transform: translateY(-0.02rem);
}
.safari input[type=radio] {
  transform: translateY(-0.01rem);
}
@media screen and (max-width: 767.98px) {
  .safari input[type=radio] {
    transform: translateY(0.01rem);
  }
}

input[type=checkbox] {
  transform: translateY(-0.02rem);
}
.safari input[type=checkbox] {
  transform: translateY(-0.01rem);
}
@media screen and (max-width: 767.98px) {
  .safari input[type=checkbox] {
    transform: translateY(0.01rem);
  }
}

button,
select {
  cursor: pointer;
  text-transform: none;
}

select::-ms-expand {
  display: none;
}

img {
  -ms-interpolation-mode: bicubic;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: border-box;
  height: 0;
  overflow: visible;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

li {
  list-style: none;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* .link */
a {
  transition: all 0.3s ease 0s;
  display: inline-block;
}
.mouse a:hover {
  opacity: 0.8;
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  opacity: 1;
}

img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}
.btn {
  background-color: #fff;
  border-radius: 200rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0.5rem 0 rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767.98px) {
  .btn {
    height: auto;
    width: 60%;
    font-size: 1.8rem;
    line-height: 1;
    padding: 0.08rem;
  }
}
.btn span {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.2em;
  padding-right: 0.16rem;
  transition: all 0.3s ease 0s;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .btn span {
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.2em;
  }
}

@media screen and (max-width: 767.98px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767.98px) {
  .sp {
    display: block !important;
  }
}

/*************************
common
************************ */
body {
  font-size: 1.8rem;
  line-height: 1;
  line-height: 1;
  background: #fafafa;
  color: #252525;
  font-weight: 400;
  letter-spacing: 0.1em;
  min-width: 120rem;
  opacity: 0;
  transition: opacity 1s ease 0s;
  position: relative;
  overflow-x: hidden;
  touch-action: pan-x pan-y;
}
@media screen and (max-width: 1199px) {
  body {
    min-width: 0;
  }
}
@media screen and (max-width: 767.98px) {
  body {
    font-size: 2.8rem;
    line-height: 1;
    letter-spacing: 0.05em;
    min-width: 0;
  }
}
body.show {
  opacity: 1;
}
body.menuon, body.form-show {
  overflow: hidden;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fafafa;
  z-index: -1;
}

@media screen and (max-width: 767.98px) {
  p {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .ie p {
    font-feature-settings: "palt";
  }
}

input,
textarea {
  width: 100%;
  background-color: #fff;
  padding: 0.06rem 0.16rem;
}
@media screen and (max-width: 767.98px) {
  input,
  textarea {
    padding: 0.06rem 0.12rem;
    line-height: 1.4;
  }
}
/*************************
main
************************ */
#close {
  width: 0.4rem;
  height: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0.025rem;
  right: 0.025rem;
  z-index: 2001;
}
#close span {
  display: block;
  width: 0.2rem;
  height: 2px;
  background-color: #425974;
  position: absolute;
  transition: all 0.2s ease 0s;
}
#close span:before, #close span:after {
  content: "";
  display: block;
  width: 0.2rem;
  height: 2px;
  position: absolute;
  left: 0;
  transition: all 0.5s ease 0s;
}
#close span:before {
  top: 0;
  transform: rotate(135deg);
}
#close span:after {
  top: 0;
  transform: rotate(-135deg);
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 2rem;
  height: 9rem;
}
@media screen and (min-width: 768px) {
  .header {
    position: absolute;
    padding-left: 2.4rem;
    height: 12.7rem;
    z-index: 10;
  }
}

.header__logo {
  position: fixed;
  z-index: 1000;
  width: 13.6rem;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 20rem;
  }
}

body.menuon .header__container {
  pointer-events: all;
  right: 0;
}

.header__container {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 100;
  transition: 0.3s;
}

.gnav {
  padding: 19.6rem 5.8rem 4rem;
  width: 60rem;
  background: #FD5B54;
  color: #fff;
  border-radius: 0 0 0 3rem;
}
@media screen and (min-width: 768px) {
  .gnav {
    padding: 15rem 14rem 4rem 6rem;
    width: 70rem;
  }
}

.gnav__link {
  margin-bottom: 5.8rem;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .gnav__link {
    margin-bottom: 4rem;
    font-size: 2rem;
    line-height: 1;
  }
}
.gnav__link span {
  display: inline-block;
  width: 27.3rem;
  font-size: 4rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .gnav__link span {
    font-size: 3.2rem;
    line-height: 1;
  }
}

.gnav__link.-cp {
  display: flex;
  align-items: center;
  gap: 5rem;
  font-size: 3.8rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .gnav__link.-cp {
    gap: 7rem;
    margin-bottom: 8rem;
  }
}
.gnav__link.-cp::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 0.6rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skew(45deg);
}
@media screen and (min-width: 768px) {
  .gnav__link.-cp::after {
    width: 2rem;
    height: 0.6rem;
  }
}

.hamburger {
  position: fixed;
  top: 0;
  right: 0;
  width: 14.7rem;
  height: 13.6rem;
  z-index: 100;
  background: #FD5B54;
  border: 0 0 0 3rem;
}
@media screen and (min-width: 768px) {
  .hamburger {
    width: 9rem;
    height: 8.4rem;
    cursor: pointer;
  }
}

#menubtn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 0 3rem;
  z-index: 1000;
}
#menubtn span {
  display: block;
  width: 6.2rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  transition: all 0.2s ease 0s;
}
@media screen and (min-width: 768px) {
  #menubtn span {
    width: 3.8rem;
  }
}
#menubtn span:before, #menubtn span:after {
  content: "";
  display: block;
  width: 6.2rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: all 0.2s ease 0s;
}
@media screen and (min-width: 768px) {
  #menubtn span:before, #menubtn span:after {
    width: 3.8rem;
  }
}
#menubtn span:before {
  top: -2rem;
}
@media screen and (min-width: 768px) {
  #menubtn span:before {
    top: -1rem;
  }
}
#menubtn span:after {
  top: 2rem;
}
@media screen and (min-width: 768px) {
  #menubtn span:after {
    top: 1rem;
  }
}
.menuon #menubtn span {
  background: #FD5B54;
}
.menuon #menubtn span:before {
  top: 0;
  transform: rotate(135deg);
}
.menuon #menubtn span:after {
  top: 0;
  transform: rotate(-135deg);
}

.footer__inner {
  padding: 18rem 0 7.2rem;
  background: #252525;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    padding: 13rem 0 4.5rem;
  }
}

.footer__logo {
  margin: 0 auto 26.4rem;
  width: 21rem;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin-bottom: 16.4rem;
  }
}

.footer__bottom__txt {
  font-size: 2rem;
  line-height: 2.6;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__bottom__txt {
    font-size: 1.4rem;
    line-height: 3.7142857143;
  }
}

.footer__cta {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .footer__cta {
    top: 50%;
    bottom: initial;
    width: auto;
    transform: translateY(-50%);
  }
}

.footer__cta__comment {
  position: absolute;
  top: -36%;
  left: 50%;
  padding: 1rem 2.5rem;
  width: fit-content;
  background: #fff;
  color: #FD5B54;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  border: 1px solid #FD5B54;
  border-radius: 5rem;
  white-space: nowrap;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .footer__cta__comment {
    top: -6rem;
    left: -2rem;
    padding: 1rem 1.6rem;
    font-size: 1.3rem;
    line-height: 1.0769230769;
    transform: none;
  }
}

.footer__cta__container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer__cta__container {
    flex-direction: column;
    gap: 0.8rem;
  }
}

.footer__cta__btn {
  gap: 1rem;
  width: 33.3333333333%;
}
@media screen and (min-width: 768px) {
  .footer__cta__btn {
    width: 8rem;
  }
}

.footer__cta__btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  height: 8rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
  border-radius: 1rem 1rem 0 0;
}
@media screen and (min-width: 768px) {
  .footer__cta__btn-link {
    flex-direction: column;
    gap: 0.6rem;
    font-size: 1.4rem;
    line-height: 1;
    border-radius: 1rem 0 0 1rem;
  }
}
.footer__cta__btn-link.-mail {
  background: #4B5CAA;
}
.footer__cta__btn-link.-mail::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../images/common/icon_mail-w.png) center center/contain no-repeat;
}
.footer__cta__btn-link.-line {
  background: #01BF3D;
}
.footer__cta__btn-link.-line::before {
  content: "";
  display: block;
  width: 3.7rem;
  height: 3.7rem;
  background: url(../images/common/icon_line-w.png) center center/contain no-repeat;
}
.footer__cta__btn-link.-tel {
  background: #6959DB;
}
.footer__cta__btn-link.-tel::before {
  content: "";
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  background: url(../images/common/icon_tel-w.png) center center/contain no-repeat;
}

.mv {
  margin-bottom: 7.6rem;
}
@media screen and (min-width: 768px) {
  .mv {
    margin-bottom: 6.1rem;
  }
}

.mv__inner {
  width: 73rem;
}
@media screen and (min-width: 768px) {
  .mv__inner {
    width: 97vw;
    max-height: 100vh;
  }
}

.mv__swiper__slide__inner {
  position: relative;
  border-radius: 0 0 3rem 0;
}
@media screen and (min-width: 768px) {
  .mv__swiper__slide__inner {
    max-height: 100vh;
    padding-left: 9rem;
    background: #FAFAFA;
    border-radius: 0 0 30rem 0;
  }
}

.mv__swiper__slide__pic {
  border-radius: 0 0 3rem 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mv__swiper__slide__pic {
    height: 81rem;
    max-height: 100vh;
    border-radius: 0 0 30rem 0;
  }
}

.mv__swiper__slide__catch {
  position: absolute;
  left: 50%;
  bottom: 7.4rem;
  width: 63.4rem;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .mv__swiper__slide__catch {
    top: initial;
    bottom: 2.8rem;
    left: 6rem;
    width: 84rem;
    transform: none;
  }
}

.mv__swiper__slide__txt {
  position: absolute;
  right: 3.6rem;
  bottom: 3rem;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.4285714286;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .mv__swiper__slide__txt {
    color: #252525;
    font-size: 2.5rem;
    line-height: 1.16;
  }
}
.mv__swiper__slide__txt span {
  font-size: 2.8rem;
  line-height: 1.1785714286;
}

.about__inner {
  position: relative;
  z-index: -1;
  padding: 10rem 0 7rem 0;
  background: #252525;
  color: #fff;
  border-radius: 30rem 0 3rem 3rem;
}
@media screen and (min-width: 768px) {
  .about__inner {
    padding: 15.7rem 0 13.8rem 0;
    border-radius: 30rem 0 0 5rem;
  }
}

.about__catch {
  margin-bottom: 4rem;
  font-size: 4.8rem;
  line-height: 2.0833333333;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about__catch {
    margin-bottom: 3rem;
    font-size: 3.6rem;
    line-height: 2.0833333333;
  }
}
.about__catch span {
  padding: 0 0 0 0.6rem;
  color: #FD5B54;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 2.6315789474;
}
@media screen and (min-width: 768px) {
  .about__catch span {
    font-size: 2.9rem;
    line-height: 2.5862068966;
  }
}

.about__shop-name {
  margin-bottom: 11rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about__shop-name {
    margin-bottom: 10rem;
  }
}

.about__shop-name-en {
  margin-bottom: 2rem;
  font-size: 7.5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about__shop-name-en {
    margin-bottom: 1.5rem;
  }
}

.about__shop-name-jp {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}

.campaign {
  font-weight: 700;
  letter-spacing: 0.12em;
  overflow: hidden;
}

.campaign__comment {
  color: #fff;
  margin-bottom: 3.5rem;
  font-size: 3.1rem;
  line-height: 1.6129032258;
  text-align: center;
}

.campaign__content {
  position: relative;
  margin: 0 auto;
  padding: 9.4rem 4.8rem 5rem;
  width: 68.8rem;
  background: #fff;
  border-radius: 1rem;
}
.campaign__content::before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: -7rem;
  width: 120%;
  height: 19rem;
  background: url(../images/campaign/deco01.png) center center/cover no-repeat;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .campaign__content::before {
    display: none;
    left: -31.7vw;
    width: 107vw;
    height: 32rem;
    background: url(../images/campaign/deco01_pc.png) center center/cover no-repeat;
  }
}

.campaign__content__ttl {
  position: absolute;
  top: -3rem;
  left: 50%;
  color: #FD5B54;
  font-size: 8rem;
  line-height: 1;
  text-align: center;
  transform: translateX(-50%);
  white-space: nowrap;
}

.campaign__content__item {
  margin-bottom: 2.2rem;
}

.campaign__content__item__container {
  display: flex;
  align-items: center;
  gap: 4.6rem;
}

.campaign__content__item__subject {
  margin-bottom: 1.6rem;
  color: #FD5B54;
  font-size: 3.8rem;
  line-height: 1;
}

.campaign__content__item__addmission {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 4.2rem;
  height: 10rem;
  background: #FD5B54;
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  text-align: center;
}
.campaign__content__item__addmission span {
  display: block;
  padding-top: 1rem;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.campaign__content__item__price {
  color: #FD5B54;
  font-size: 20rem;
  line-height: 1;
  letter-spacing: 0;
}
.campaign__content__item__price span {
  font-size: 10rem;
  line-height: 1;
  letter-spacing: 0;
}

.campaign__content__item__experience {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 4.2rem;
  width: 100%;
  height: 10rem;
  background: #FD5B54;
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  text-align: center;
}

.campaign__content__period {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  width: 100%;
  color: #FD5B54;
  border: 1px solid #FD5B54;
}

.campaign__content__period__txt {
  margin: 0.5rem 0;
  padding: 4.3rem 3.6rem;
  font-size: 2.8rem;
  line-height: 1;
  border-right: 1px solid #FD5B54;
}

.campaign__content__period__date {
  margin: 0 auto;
  font-size: 3.8rem;
  line-height: 1;
}
.campaign__content__period__date span {
  font-size: 3rem;
  line-height: 1;
}

.campaign__content__note {
  color: #FD5B54;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 400;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .campaign__content__note {
    font-size: 1.4rem;
    line-height: 1;
  }
}

.intro__inner {
  padding: 7.7rem 0 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .intro__inner {
    padding-top: 13.8rem;
  }
}

.intro__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 8rem;
  font-size: 6rem;
  line-height: 1.3333333333;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .intro__ttl {
    margin-bottom: 10.8rem;
    text-align: center;
  }
}

.intro__ttl-top {
  margin-bottom: 5.6rem;
}
@media screen and (min-width: 768px) {
  .intro__ttl-top {
    margin-bottom: 6.6rem;
  }
}

.intro__ttl__deco-01 {
  margin-bottom: 2.8rem;
  width: 47.8rem;
}
@media screen and (min-width: 768px) {
  .intro__ttl__deco-01 {
    margin-bottom: 4.8rem;
  }
}

.intro__check {
  margin: 0 auto 17.6rem;
  width: 59.4rem;
}
@media screen and (min-width: 768px) {
  .intro__check {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20rem;
    width: 90rem;
  }
}

.intro__check__ul {
  margin-bottom: 6.5rem;
}
@media screen and (min-width: 768px) {
  .intro__check__ul {
    margin-bottom: 0;
  }
}
.intro__check__ul:last-of-type {
  margin-bottom: 0;
}

.intro__check__list {
  display: flex;
  align-items: center;
  gap: 4.4rem;
  margin-bottom: 6.5rem;
  font-size: 3.6rem;
  line-height: 1.3333333333;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .intro__check__list {
    gap: 3.4rem;
    margin-bottom: 4.2rem;
    font-size: 2.2rem;
    line-height: 1.5454545455;
  }
}
.intro__check__list span {
  display: contents;
  color: #FD5B54;
}
.intro__check__list::before {
  content: "";
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  background: #fff;
  border: 3px solid #252525;
}
@media screen and (min-width: 768px) {
  .intro__check__list::before {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.intro__check__list:last-of-type {
  margin-bottom: 0;
}

.intro__catch {
  margin-bottom: 13.6rem;
  color: #FD5B54;
  font-weight: 800;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .intro__catch {
    margin-bottom: 8.8rem;
  }
}

.intro__catch__heading {
  position: relative;
  margin: 0 auto 4rem;
  width: fit-content;
  font-size: 6.8rem;
  line-height: 1.4411764706;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .intro__catch__heading {
    margin-bottom: 8rem;
    font-size: 6rem;
    line-height: 1.4333333333;
  }
}
.intro__catch__heading span {
  margin-left: 15rem;
}
.intro__catch__heading::before {
  content: "";
  position: absolute;
  display: block;
  top: -8rem;
  right: -8rem;
  width: 16rem;
  height: 1px;
  background: #FD5B54;
  transform: rotate(-55deg);
}
@media screen and (min-width: 768px) {
  .intro__catch__heading::before {
    top: -3rem;
    right: -28rem;
  }
}
.intro__catch__heading::after {
  content: "";
  position: absolute;
  display: block;
  top: 31rem;
  left: -15rem;
  width: 30rem;
  height: 1px;
  background: #FD5B54;
  transform: rotate(-55deg);
}
@media screen and (min-width: 768px) {
  .intro__catch__heading::after {
    top: 29rem;
    left: -27rem;
  }
}

.intro__catch__deco-pic {
  margin: 0 auto 1.6rem;
  width: 50rem;
}
@media screen and (min-width: 768px) {
  .intro__catch__deco-pic {
    margin-bottom: 5.4rem;
  }
}

.intro__catch__deco-txt {
  margin-bottom: 8.6rem;
  color: #fafafa;
  font-size: 14.1rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-shadow: 2px 2px 0px #FD5B54, -2px 2px 0px #FD5B54, 2px -2px 0px #FD5B54, -2px -2px 0px #FD5B54, 2px 0px 0px #FD5B54, 0px 2px 0px #FD5B54, -2px 0px 0px #FD5B54, 0px -2px 0px #FD5B54;
}
@media screen and (min-width: 768px) {
  .intro__catch__deco-txt {
    margin-bottom: 7.6rem;
  }
}

.intro__catch__txt {
  position: relative;
  margin: 0 auto;
  width: fit-content;
  font-size: 3.8rem;
  line-height: 2.1052631579;
  letter-spacing: 0.12em;
}
.intro__catch__txt::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -16rem;
  width: 17rem;
  height: 1px;
  background: #FD5B54;
  transform: rotate(-55deg);
}
@media screen and (min-width: 768px) {
  .intro__catch__txt::before {
    left: -44rem;
  }
}
.intro__catch__txt::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -5rem;
  right: -16rem;
  width: 16rem;
  height: 1px;
  background: #FD5B54;
  transform: rotate(-55deg);
}
@media screen and (min-width: 768px) {
  .intro__catch__txt::after {
    bottom: -5rem;
    right: -51rem;
    width: 28rem;
  }
}

.intro__achiebements__catch {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .intro__achiebements__catch {
    margin-bottom: 9rem;
  }
}

.intro__achiebements__catch__top {
  display: flex;
  align-items: flex-end;
  gap: 2.2rem;
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 768px) {
  .intro__achiebements__catch__top {
    gap: 1.5rem;
  }
}

.intro__achiebements__catch__top-logo {
  width: 40rem;
}

.intro__achiebements__catch__top-txt {
  font-size: 3.6rem;
  line-height: 1.3333333333;
}
@media screen and (min-width: 768px) {
  .intro__achiebements__catch__top-txt {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}

.intro__achiebements__catch__bottom {
  font-size: 4.4rem;
  line-height: 1.8181818182;
  text-align: center;
}

.intro__achievements__data {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.intro__achievements__data__ttl {
  margin-bottom: 2.4rem;
  color: #FD5B54;
  font-size: 3.8rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .intro__achievements__data__ttl {
    margin-bottom: 1.84rem;
  }
}

.intro__achievements__data__graph {
  position: relative;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 768px) {
  .intro__achievements__data__graph {
    margin-bottom: 2.2rem;
  }
}

.chart {
  width: 30.5rem;
  height: 30.5rem;
}

.intro__achievements__data__graph__txt {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  color: #fff;
  transform: translateX(-50%);
  font-size: 9rem;
  line-height: 1;
  font-weight: 400;
}
.intro__achievements__data__graph__txt span {
  font-size: 4rem;
  line-height: 1;
}

.intro__achievements__data__note {
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .intro__achievements__data__note {
    font-size: 1.4rem;
    line-height: 1;
  }
}

.point__inner {
  margin-bottom: 14.5rem;
  padding-top: 10rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .point__inner {
    margin-bottom: 13.7rem;
    padding-top: 11.4rem;
  }
}

.point__content {
  position: relative;
  margin-bottom: 8rem;
  padding-bottom: 8rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .point__content {
    margin-bottom: 12rem;
  }
}
.point__content::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  margin-top: 14.2rem;
  width: 100%;
  height: calc(100% - 14.2rem);
  background: #252525;
  border-radius: 0 30rem 3rem 3rem;
}
@media screen and (min-width: 768px) {
  .point__content::before {
    margin-top: 5.2rem;
    height: calc(100% - 5.2rem);
    border-radius: 0 30rem 3rem 0;
  }
}
.point__content.-deco {
  margin-top: 28rem;
  padding-top: 5.8rem;
}
@media screen and (min-width: 768px) {
  .point__content.-deco {
    margin-top: 12rem;
    padding-top: 0;
  }
}
.point__content.-deco::before {
  top: 0;
  margin-top: 0;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .point__content.-deco .point__content__inner {
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .point__content.-deco .point__content__wrap {
    padding-top: 7rem;
  }
}
.point__content.-last {
  margin-bottom: 0;
}

.point__content:nth-child(even)::before {
  border-radius: 30rem 0 3rem 3rem;
}
@media screen and (min-width: 768px) {
  .point__content:nth-child(even)::before {
    border-radius: 30rem 0 0 3rem;
  }
}
@media screen and (min-width: 768px) {
  .point__content:nth-child(even) .point__content__inner {
    flex-direction: row;
  }
}
.point__content:nth-child(even) .point__content__pic {
  border-radius: 3rem 3rem 20rem 3rem;
}
.point__content:nth-child(even) .point__content__container {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .point__content:nth-child(even) .point__content__container {
    flex-direction: row;
  }
}
.point__content:nth-child(even) .point__content__catch {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .point__content:nth-child(even) .point__content__catch {
    text-align-last: left;
  }
}

@media screen and (min-width: 768px) {
  .point__content__inner {
    display: flex;
    flex-direction: row-reverse;
    margin: 0 auto;
    width: 120rem;
  }
}

.point__content__pic {
  width: 64rem;
  margin: 0 auto;
  border-radius: 3rem 3rem 3rem 20rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .point__content__pic {
    width: 45rem;
    height: 45rem;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) {
  .point__content__pic img {
    height: 100%;
    object-fit: cover;
  }
}

.point__content__deco {
  position: absolute;
  top: -34rem;
  right: 0;
  width: 47rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .point__content__deco {
    position: static;
    width: 35.8rem;
  }
}

.point__content__wrap {
  padding: 0 5.8rem;
}
@media screen and (min-width: 768px) {
  .point__content__wrap {
    padding: 20rem 0 0;
    width: 63rem;
  }
}

.point__content__container {
  display: flex;
  align-items: flex-end;
  gap: 5.2rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .point__content__container {
    align-items: center;
    gap: 3rem;
  }
}

.point__content__box {
  font-weight: 700;
}

.point__content__num-top {
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .point__content__num-top {
    font-size: 2.2rem;
    line-height: 1;
  }
}

.point__content__num-bottom {
  font-size: 27.5rem;
  line-height: 1;
  text-align: center;
  line-height: 0.8;
}
@media screen and (min-width: 768px) {
  .point__content__num-bottom {
    font-size: 30rem;
    line-height: 0.9;
  }
}

.point__content__catch {
  font-size: 3.8rem;
  line-height: 1.7894736842;
  font-weight: 700;
  letter-spacing: 0.1em;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .point__content__catch {
    font-size: 4rem;
    line-height: 1.7;
  }
}
.point__content__catch span {
  margin-right: 0.8rem;
  padding: 0.6rem 0.8rem;
  color: #252525;
  background: #fff;
}

.point__content__txt {
  font-size: 2.8rem;
  line-height: 1.7142857143;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .point__content__txt {
    font-size: 1.6rem;
    line-height: 2.125;
    font-weight: 500;
  }
}

.point__content__bottom {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin: 4rem 5.8rem 0;
  padding: 4.7rem 5.5rem 2.8rem;
  background: #fff;
  border-radius: 3rem;
}
@media screen and (min-width: 768px) {
  .point__content__bottom {
    margin: 5rem auto 0;
    padding: 5.6rem 8.6rem 5.1rem;
    width: 81rem;
  }
}

.point__content__bottom__catch {
  margin-bottom: 3.7rem;
  color: #FD5B54;
  font-size: 3.4rem;
  line-height: 1.4117647059;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .point__content__bottom__catch {
    margin-bottom: 2.6rem;
    font-size: 2.4rem;
    line-height: 1.5833333333;
  }
}

.point__content__bottom__txt {
  width: 36rem;
  color: #252525;
  font-size: 2.8rem;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .point__content__bottom__txt {
    width: 45.4rem;
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
.point__content__bottom__txt span {
  font-weight: 800;
}

.point__content__bottom__pic {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20rem;
}
@media screen and (min-width: 768px) {
  .point__content__bottom__pic {
    right: 3.4rem;
    width: 18rem;
  }
}

.reserve__btn {
  margin: 0 auto;
  padding: 17rem 0;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .reserve__btn {
    padding: 13rem 0 21rem;
  }
}

.reserve__btn__link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 62.3rem;
  height: 16.8rem;
  background: #fdffc9;
  border: 10px solid #FD5B54;
  border-radius: 10rem;
  box-shadow: 0px 3px 6px 0px hsla(0, 0%, 0%, 0.16);
}

.reserve__btn__comment {
  position: absolute;
  top: -50%;
  left: 2rem;
  padding: 1.4rem 4rem;
  background: #FD5B54;
  color: #fff;
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.15em;
  border-radius: 3rem;
  transform: translateY(36%);
}
.reserve__btn__comment::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  border-style: solid;
  border-width: 1.2rem 0 0 1.5rem;
  border-color: #FD5B54 transparent transparent;
  translate: calc(-50% + 0.4px) 100%;
}

.reserve__btn__txt {
  position: relative;
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: #FD5B54;
}
.reserve__btn__txt::after {
  position: absolute;
  top: 50%;
  right: -4.7rem;
  content: "";
  display: block;
  width: 3rem;
  height: 2.1rem;
  background: url(../images/common/reserve_arrow.svg) center center/contain no-repeat;
  transform: translateY(-50%);
}

.point__slide {
  position: relative;
}

.point__slide::before,
.point__slide::after {
  position: absolute;
  content: "";
  display: block;
  width: 16rem;
  height: 1px;
  background: #FD5B54;
  transform: rotate(-55deg);
}
@media screen and (min-width: 768px) {
  .point__slide::before,
  .point__slide::after {
    width: 20rem;
  }
}

.point__slide::before {
  top: 2rem;
  right: -4rem;
}
@media screen and (min-width: 768px) {
  .point__slide::before {
    right: 0;
  }
}

.point__slide::after {
  bottom: 2rem;
  left: -7rem;
}
@media screen and (min-width: 768px) {
  .point__slide::after {
    left: 0;
  }
}

.point__swiper.-top {
  margin-left: 0;
  margin-bottom: 6rem;
  width: 62.4rem;
}
@media screen and (min-width: 768px) {
  .point__swiper.-top {
    margin-bottom: 4.6rem;
    width: 117rem;
  }
}

.point__swiper.-bottom {
  margin-right: 0;
  width: 62.4rem;
}
@media screen and (min-width: 768px) {
  .point__swiper.-bottom {
    width: 117rem;
  }
}

.effect__inner {
  margin-bottom: 16.6rem;
}
@media screen and (min-width: 768px) {
  .effect__inner {
    margin-bottom: 11.8rem;
  }
}

.effect__ttl {
  margin-bottom: 8rem;
  font-size: 6.8rem;
  line-height: 1.2941176471;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .effect__ttl {
    margin-bottom: 6.8rem;
    font-size: 4.8rem;
    line-height: 1.8333333333;
  }
}
.effect__ttl span {
  color: #FD5B54;
}

.effect__catch {
  margin-bottom: 38.2rem;
  font-size: 3.8rem;
  line-height: 2.3157894737;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .effect__catch {
    margin-bottom: 21rem;
  }
}
.effect__catch span {
  color: #FD5B54;
}

.effect__list {
  position: relative;
  margin: 0 auto 6.8rem;
  padding: 6.2rem 5.6rem 9.5rem;
  width: 72.8rem;
  background: #fd5b54;
  background: linear-gradient(135deg, rgb(253, 91, 84) 0%, rgb(255, 158, 154) 50%);
  box-shadow: 0px 3px 6px 0px hsla(0, 0%, 0%, 0.16);
  border-radius: 3rem;
}
@media screen and (min-width: 768px) {
  .effect__list {
    margin-bottom: 5.42rem;
    padding: 6.3rem 13.4rem 7.5rem;
  }
}
.effect__list::before {
  position: absolute;
  top: -34rem;
  left: 18rem;
  z-index: -1;
  content: "";
  display: block;
  width: 46.4rem;
  height: 55.3rem;
  background: url(../images/effect/deco01.png) center center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .effect__list::before {
    top: -21rem;
    left: 24rem;
    width: 30.7rem;
    height: 36.6rem;
  }
}

.effect__list__comment {
  margin-bottom: 4rem;
  color: #fff;
  font-size: 3.8rem;
  line-height: 2.3157894737;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .effect__list__comment {
    margin-bottom: 5rem;
    font-size: 2.4rem;
    line-height: 2.0416666667;
  }
}

.effect__list__dl {
  margin-bottom: 1.6rem;
  border: 1px solid #707070;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .effect__list__dl {
    margin-bottom: 1rem;
  }
}
.effect__list__dl:last-of-type {
  margin-bottom: 0;
}

.effect__list__dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.2rem 4.6rem 3rem;
  font-size: 3.8rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .effect__list__dt {
    padding: 2.6rem 4.4rem 2rem;
    font-size: 2.4rem;
    line-height: 1;
    cursor: pointer;
  }
}

.effect__list__dt .plus {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.effect__list__dt .plus::before,
.effect__list__dt .plus::after {
  position: absolute;
  content: "";
  display: block;
  width: 4rem;
  height: 2px;
  background: #1A1716;
}
@media screen and (min-width: 768px) {
  .effect__list__dt .plus::before,
  .effect__list__dt .plus::after {
    width: 1.46rem;
  }
}

.effect__list__dt .plus::after {
  opacity: 1;
  transform: rotate(90deg);
}

.effect__list__dd {
  padding: 2.8rem 4.6rem 5.8rem;
  font-size: 2.8rem;
  line-height: 1.3571428571;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .effect__list__dd {
    padding: 2.8rem 4.4rem 5rem;
    font-size: 2rem;
    line-height: 1.5;
  }
}

.effect__list__dd__txt {
  margin-bottom: 2.8rem;
}

.effect__list__dd__pic {
  border-radius: 3rem;
  overflow: hidden;
}

.effect__bottom {
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
  width: 70rem;
}
@media screen and (min-width: 768px) {
  .effect__bottom {
    align-items: start;
    justify-content: space-between;
    width: 58.4rem;
  }
}

.effect__bottom__deco {
  width: 24.5rem;
}
@media screen and (min-width: 768px) {
  .effect__bottom__deco {
    width: 15rem;
  }
}

.effect__bottom__txt {
  flex-shrink: 0;
  font-size: 2.8rem;
  line-height: 2.8571428571;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .effect__bottom__txt {
    font-size: 1.8rem;
    line-height: 2.6666666667;
  }
}

.plan__inner {
  padding-bottom: 15.8rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .plan__inner {
    padding-bottom: 10rem;
    margin-bottom: 10rem;
  }
}
.plan__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 31.8rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: #252525;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .plan__inner::before {
    top: 14.6rem;
    height: calc(100% - 14.6rem);
  }
}

@media screen and (min-width: 768px) {
  .plann__ttl {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 10rem;
    width: 126rem;
  }
}

.plan__ttl__pic {
  margin-bottom: 14rem;
  width: 64rem;
  border-radius: 0 30rem 0 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .plan__ttl__pic {
    margin-bottom: 0;
    width: 81rem;
    height: 50rem;
  }
}
@media screen and (min-width: 768px) {
  .plan__ttl__pic img {
    height: 100%;
    object-fit: cover;
  }
}

.section__ttl.-plan {
  margin-bottom: 15.4rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .section__ttl.-plan {
    margin-bottom: 8.4rem;
  }
}

.section__ttl-main {
  margin-bottom: 1.6rem;
  font-size: 8rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

.section__ttl-sub {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section__ttl-sub {
    font-size: 1.5rem;
    line-height: 1;
  }
}

.plan__content {
  margin: 0 auto 8.6rem;
  padding: 6.6rem 3.8rem;
  width: 58.7rem;
  border: 1px solid #F8FD54;
  border-radius: 2rem;
}
@media screen and (min-width: 768px) {
  .plan__content {
    margin-bottom: 7.2rem;
    padding: 6.2rem 9rem 8.2rem;
    width: 90rem;
  }
}

.plan__content__conttainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .plan__content__conttainer {
    flex-direction: row;
    gap: 5.8rem;
    margin-bottom: 5.16rem;
  }
}

.plan__content__box {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .plan__content__box {
    margin-bottom: 0;
  }
}

.plan__content__num {
  margin-bottom: 1.5rem;
  color: #252525;
  font-size: 4.7rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-align: center;
  -webkit-text-stroke: 1px #F8FD54;
  text-stroke: 1px #F8FD54;
}
@media screen and (min-width: 768px) {
  .plan__content__num {
    -webkit-text-stroke: 2px #F8FD54;
    text-stroke: 2px #F8FD54;
  }
}

.plan__content__name {
  margin-bottom: 1.5rem;
  font-size: 4.8rem;
  line-height: 1.4166666667;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .plan__content__name {
    margin-bottom: 2rem;
    font-size: 3.4rem;
    line-height: 1.3529411765;
  }
}

.plan__content__times {
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .plan__content__times {
    font-size: 1.7rem;
    line-height: 1;
  }
}
.plan__content__times span {
  margin-left: 1rem;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .plan__content__times span {
    font-size: 1.7rem;
    line-height: 1;
  }
}

.plan__content__plus {
  margin-bottom: 5.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #F8FD54;
  font-size: 6.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .plan__content__plus {
    margin-bottom: 0;
  }
}

.plan__price {
  margin-bottom: 4rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .plan__price {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 1.5rem;
  }
}

.plan__price__monthly {
  margin-bottom: 1rem;
  padding: 1.2rem 2.7rem 1rem;
  width: fit-content;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: #F8FD54;
  color: #252525;
  border-radius: 2.3rem;
}
@media screen and (min-width: 768px) {
  .plan__price__monthly {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 5.5rem;
    height: 5.5rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1;
    writing-mode: vertical-lr;
    border-radius: 50%;
  }
}

.plan__price__main {
  margin-bottom: 2rem;
  font-size: 7.4rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .plan__price__main {
    margin-bottom: 0;
    font-size: 5.7rem;
    line-height: 0.9122807018;
  }
}
.plan__price__main span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .plan__price__main span {
    font-size: 2.7rem;
    line-height: 1;
  }
}

.plan__price__sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .plan__price__sub {
    font-size: 1.9rem;
    line-height: 1;
  }
}

.plan__comment {
  position: relative;
  margin-bottom: 5.8rem;
  padding: 3rem 1.5rem;
  background: #FD5B54;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .plan__comment {
    margin-bottom: 4.24rem;
    padding: 3.2rem 4.2rem 2.2rem;
  }
}
.plan__comment::before {
  content: "";
  position: absolute;
  top: -3rem;
  left: 50%;
  border-style: solid;
  border-width: 2rem 1.75rem 0 1.75rem;
  border-color: #FD5B54 transparent transparent;
  transform: translate(-50%, 100%) rotate(180deg);
  z-index: -1;
}

.plan__comment__txt {
  margin-bottom: 1.8rem;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.1666666667;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .plan__comment__txt {
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: center;
  }
}

.plan__comment__box {
  margin: 0 auto;
  width: fit-content;
}

.plan__comment__price {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .plan__comment__price {
    font-size: 1.8rem;
    line-height: 1;
  }
}
.plan__comment__price span {
  margin-left: 1rem;
  color: #F8FD54;
  font-size: 5.8rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .plan__comment__price span {
    font-size: 3.8rem;
    line-height: 1;
  }
}
.plan__comment__price span .yen {
  margin-left: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .plan__comment__price span .yen {
    font-size: 1.8rem;
    line-height: 1;
  }
}
.plan__comment__price small {
  margin-left: 0.5rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .plan__comment__price small {
    font-size: 0.9rem;
    line-height: 1;
  }
}

.plan__comment__note {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .plan__comment__note {
    font-size: 1rem;
    line-height: 1;
  }
}

.plan__include {
  margin-bottom: 4.4rem;
  color: #F8FD54;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .plan__include {
    margin-bottom: 3.8rem;
    font-size: 1.3rem;
    line-height: 1;
  }
}
.plan__include:last-of-type {
  margin-bottom: 0;
}

.plan__include__txt {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
.plan__include__txt::before {
  content: "";
  display: block;
  width: 3.2rem;
  height: 1px;
  background: #F8FD54;
}

.plan__include__container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.plan__include__list {
  padding: 1.2rem 2.2rem 1rem;
  border: 1px solid #F8FD54;
  border-radius: 3rem;
}

.voice__inner {
  padding: 15rem 0 15.8rem;
  background: #fff;
  border-radius: 30rem 0 3rem 3rem;
}
@media screen and (min-width: 768px) {
  .voice__inner {
    padding: 11.7rem 0 12.6rem;
    border-radius: 0 30rem 3rem 3rem;
  }
}

.section__ttl.-voice {
  margin-bottom: 10.6rem;
}

.voice__wrap {
  position: relative;
}

.voice__slide {
  padding-top: 9rem;
}

.voice__slide__inner {
  position: relative;
  margin: 0 2rem;
  padding: 4.6rem 0 4rem;
  width: 65rem;
  height: 100%;
  background: #fff;
  border: 6px solid #1A1716;
  border-radius: 3rem;
}
@media screen and (min-width: 768px) {
  .voice__slide__inner {
    padding: 0 0 5.2rem;
    width: 56rem;
  }
}

.voice__slide__comment {
  position: absolute;
  top: -9rem;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2.8rem;
  width: 60rem;
  height: 18.8rem;
  background: #252525;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .voice__slide__comment {
    width: 38rem;
    height: 12.2rem;
  }
}
.voice__slide__comment::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 45%;
  border-style: solid;
  border-width: 16px 20px 0 0;
  border-color: #fff transparent transparent;
  translate: -50% 100%;
}
.voice__slide__comment::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 45%;
  border-style: solid;
  border-width: 11.8px 14.8px 0 0;
  border-color: #252525 transparent transparent;
  translate: calc(-50% - 0.6px) 100%;
}

.voice__slide__comment__txt {
  font-size: 3.4rem;
  line-height: 1.2941176471;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .voice__slide__comment__txt {
    font-size: 2rem;
    line-height: 1.4;
  }
}

.voice__slide__top {
  display: flex;
  align-items: center;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 768px) {
  .voice__slide__top {
    align-items: flex-end;
    gap: 4.4rem;
    margin-bottom: 3rem;
  }
}

.voice__slide__top__pic {
  width: 46rem;
  border-radius: 0 0 20rem 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .voice__slide__top__pic {
    width: 32.8rem;
    height: 32.8rem;
    border-radius: 2.1rem 0 10rem 0;
  }
}
@media screen and (min-width: 768px) {
  .voice__slide__top__pic img {
    height: 100%;
    object-fit: cover;
  }
}

.voice__slide__top__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20rem;
  height: 24rem;
  background: #F8FD54;
  border-radius: 1rem;
  transform: translateX(-3.2rem);
}
@media screen and (min-width: 768px) {
  .voice__slide__top__box {
    width: 14.8rem;
    height: 14.8rem;
    transform: translateX(0);
  }
}

.voice__slide__top__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.5714285714;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .voice__slide__top__txt {
    font-size: 1.8rem;
    line-height: 2.1111111111;
  }
}

.voice__slide__txt {
  padding: 0 5.6rem 0 4.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.4166666667;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .voice__slide__txt {
    padding: 0 2.5rem 0 3.2rem;
    font-size: 1.4rem;
    line-height: 2;
  }
}

.voice__swiper__navi {
  position: absolute;
  top: 37.4rem;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .voice__swiper__navi {
    top: 50%;
    left: 14rem;
    transform: translateY(-50%);
  }
}

.voice__swiper__navi-next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background: #100302;
}
@media screen and (min-width: 768px) {
  .voice__swiper__navi-next {
    width: 9.6rem;
    height: 9.6rem;
    cursor: pointer;
  }
}
.voice__swiper__navi-next::before {
  position: absolute;
  left: 6.3rem;
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  transform: rotate(-45deg);
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .voice__swiper__navi-next::before {
    left: 4.4rem;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0.2rem;
  }
}

.question {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .question {
    margin-bottom: 14.4rem;
    background: none;
  }
}

.question__inner {
  padding: 15.5rem 5.6rem 16rem;
  background: rgba(247, 253, 84, 0.2);
  border-radius: 0 30rem 0 0;
}
@media screen and (min-width: 768px) {
  .question__inner {
    padding: 18.2rem 0 16rem;
  }
}

.section__ttl.-question {
  margin-bottom: 15rem;
}
@media screen and (min-width: 768px) {
  .section__ttl.-question {
    margin-bottom: 10rem;
  }
}
.section__ttl.-question span {
  font-size: 4.5rem;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .question__list {
    margin: 0 auto;
    width: 65.4rem;
  }
}

.question__list__dl {
  border-bottom: 1px solid #100302;
}
.question__list__dl:first-of-type {
  padding-top: 0;
}

.question__list__dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 4.2rem 0 5rem;
}
@media screen and (min-width: 768px) {
  .question__list__dt {
    gap: 3rem;
    cursor: pointer;
  }
}

.question__list__dt-ttl {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #100302;
  font-size: 3.6rem;
  line-height: 1.3888888889;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .question__list__dt-ttl {
    gap: 3rem;
    font-size: 2.8rem;
    line-height: 1.7857142857;
  }
}
.question__list__dt-ttl::before {
  content: "Q";
  display: block;
  width: fit-content;
  font-size: 14.8rem;
  line-height: 1;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px #707070;
  text-stroke: 1px #707070;
}
@media screen and (min-width: 768px) {
  .question__list__dt-ttl::before {
    font-size: 10rem;
    line-height: 1;
  }
}

.question__list__dt .plus {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.question__list__dt .plus::before,
.question__list__dt .plus::after {
  position: absolute;
  content: "";
  display: block;
  width: 2.1rem;
  height: 4px;
  background: #100302;
}

.question__list__dt .plus::after {
  opacity: 1;
  transform: rotate(90deg);
}

.question__list__dd {
  padding: 0.6rem 0 5rem 2.8rem;
}
@media screen and (min-width: 768px) {
  .question__list__dd {
    padding-left: 0;
  }
}

.question__list__dd__txt {
  display: flex;
  align-items: start;
  gap: 1.8rem;
  color: #100302;
  font-size: 2.8rem;
  line-height: 1.7857142857;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .question__list__dd__txt {
    gap: 3rem;
    font-size: 2.4rem;
    line-height: 2.0833333333;
  }
}
.question__list__dd__txt::before {
  content: "A";
  display: block;
  width: fit-content;
  font-size: 8.8rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #7E7E7A;
}

.shop {
  background: rgba(247, 253, 84, 0.2);
}
@media screen and (min-width: 768px) {
  .shop {
    background: none;
  }
}
.shop::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -10;
}

.shop__inner {
  padding: 15.5rem 0;
  background: #252525;
  border-radius: 30rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .shop__inner {
    padding: 15.8rem 0;
  }
}

.section__ttl.-shop {
  margin-bottom: 21rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .section__ttl.-shop {
    margin-bottom: 14rem;
  }
}

.shop__list {
  margin-bottom: 2.8rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .shop__list {
    margin: 0 auto 2.8rem;
    width: 99rem;
  }
}

.shop__list__ttl {
  display: flex;
  align-items: center;
  padding: 0 9.9rem 0 4.4rem;
}
@media screen and (min-width: 768px) {
  .shop__list__ttl {
    padding: 0 8rem 0 0;
    cursor: pointer;
  }
}

.shop__list__ttl-pic {
  width: 28rem;
}
@media screen and (min-width: 768px) {
  .shop__list__ttl-pic {
    width: 27rem;
  }
}

.shop__list__ttl-name {
  margin-left: 5rem;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .shop__list__ttl-name {
    margin-left: 23rem;
    font-size: 2.4rem;
    line-height: 1;
  }
}

.shop__list__ttl .plus {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: auto;
}

.shop__list__ttl .plus::before,
.shop__list__ttl .plus::after {
  position: absolute;
  content: "";
  display: block;
  width: 2.1rem;
  height: 4px;
  background: #fff;
}

.shop__list__ttl .plus::after {
  opacity: 1;
  transform: rotate(90deg);
}

.shop__list__container {
  padding-top: 3.2rem;
  padding-bottom: 7rem;
}
@media screen and (min-width: 768px) {
  .shop__list__container {
    padding-bottom: 9rem;
  }
}

.shop__list__wrap {
  margin-bottom: 5rem;
  padding: 0 9.9rem 0 4.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 2.0833333333;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .shop__list__wrap {
    display: flex;
    gap: 9rem;
    margin-bottom: 9rem;
    padding: 0;
    font-size: 1.5rem;
    line-height: 2;
  }
}

.shop__list__dd {
  margin-left: 5rem;
}

.shop__list__sns {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 5rem 0 5.8rem 6.8rem;
  width: 8.6rem;
  height: 8.6rem;
}
@media screen and (min-width: 768px) {
  .shop__list__sns {
    margin: 4rem 0 0 0;
    width: 5.2rem;
    height: 5.2rem;
  }
}

.shop__list__slide img {
  height: 100%;
  object-fit: cover;
}

.contact__inner {
  padding: 16rem 0 0;
}

.section__ttl.-contact {
  margin-bottom: 15.4rem;
}
@media screen and (min-width: 768px) {
  .section__ttl.-contact {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .section__ttl.-contact .section__ttl-main {
    margin-bottom: 2.4rem;
    font-size: 6rem;
    line-height: 1;
  }
}
.section__ttl.-contact .section__ttl-sub {
  font-size: 2.4rem;
  line-height: 1;
}

.contact__heading {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 64.8rem;
  margin: 0 auto 16rem;
}
@media screen and (min-width: 768px) {
  .contact__heading {
    flex-direction: row;
    gap: 2rem;
    margin-bottom: 15.4rem;
    width: 102.4rem;
  }
}

.contact__heading__btn {
  width: 100%;
  height: fit-content;
  font-size: 3.8rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .contact__heading__btn {
    width: calc((100% - 1rem) / 3);
    font-size: 1.8rem;
    line-height: 1;
  }
}

.contact__heading__btn.-line {
  color: #17A23C;
  border: 4px solid #17A23C;
  border-radius: 2rem;
}
.contact__heading__btn.-line .contact__heading__btn-link::before {
  content: "";
  display: block;
  width: 6.4rem;
  height: 6.4rem;
  background: url(../images/common/icon_line.png) center center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .contact__heading__btn.-line .contact__heading__btn-link::before {
    width: 3rem;
    height: 3rem;
  }
}

.contact__heading__btn.-mail {
  color: #4B5CAA;
  border: 4px solid #4B5CAA;
  border-radius: 2rem;
}
.contact__heading__btn.-mail .contact__heading__btn-link::before {
  content: "";
  display: block;
  width: 6.4rem;
  height: 6.4rem;
  background: url(../images/common/icon_mail.png) center center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .contact__heading__btn.-mail .contact__heading__btn-link::before {
    width: 3rem;
    height: 3rem;
  }
}

.contact__heading__btn.-tel {
  color: #6959DB;
  border: 4px solid #6959DB;
  border-radius: 2rem;
}
.contact__heading__btn.-tel .contact__heading__btn-link::before {
  content: "";
  display: block;
  width: 6.4rem;
  height: 6.4rem;
  background: url(../images/common/icon_tel.png) center center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .contact__heading__btn.-tel .contact__heading__btn-link::before {
    width: 3rem;
    height: 3rem;
  }
}

.contact__heading__btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
  width: 100%;
  height: 18rem;
}
@media screen and (min-width: 768px) {
  .contact__heading__btn-link {
    height: 9rem;
    gap: 2rem;
  }
}

.reserve-tel__inner {
  margin: 0 auto;
  padding: 15rem 0 16rem;
  width: 66.4rem;
}
@media screen and (min-width: 768px) {
  .reserve-tel__inner {
    padding: 12.6rem 0 19.4rem;
    width: 64rem;
  }
}

.reserve__tel__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.6rem;
  margin-bottom: 5rem;
  font-size: 8rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .reserve__tel__ttl {
    gap: 1rem;
    margin-bottom: 4.2rem;
    font-size: 6rem;
    line-height: 1;
  }
}
.reserve__tel__ttl::before {
  content: "";
  display: block;
  width: 6.4rem;
  height: 6.4rem;
  background: url(../images/common/icon_tel-b.png) center center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .reserve__tel__ttl::before {
    width: 5rem;
    height: 5rem;
  }
}

.reserve-tel__txt {
  margin-bottom: 3.6rem;
  font-size: 2.8rem;
  line-height: 2.2857142857;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .reserve-tel__txt {
    margin-bottom: 4.4rem;
    font-size: 1.8rem;
    line-height: 1;
  }
}

.reserve-tel__hour {
  padding: 2.2rem 2rem;
  width: 100%;
  background: #252525;
  color: #fff;
  font-size: 3.3rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .reserve-tel__hour {
    margin: 0 auto 7rem;
    width: 43.6rem;
    font-size: 1.8rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .reserve-tel__wrap {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .reserve-tel__container {
    display: flex;
    flex-direction: column;
    gap: 8rem;
  }
}

.reserve-tel__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4rem 0 5.8rem;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.15em;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .reserve-tel__list {
    gap: 4.2rem;
    padding: 0;
    font-size: 1.8rem;
    line-height: 1;
    border: none;
  }
}

.reserve-tel__list-tel {
  width: fit-content;
}

.reserve-tel__list-tel__link {
  display: inline-block;
}

.grecaptcha-badge {
  bottom: 12rem !important;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .grecaptcha-badge {
    bottom: 2rem !important;
  }
}

.reserve-mail__inner {
  padding: 15rem 4rem 20rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .reserve-mail__inner {
    margin: 0 auto;
    padding: 9.4rem 9rem 20rem;
    width: 108rem;
  }
}

.form input,
.form textarea,
.form select {
  font-size: 2.8rem;
  line-height: 1;
  padding: 1.4rem 1.8rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.5;
  border: 1px solid #707070;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .form input,
  .form textarea,
  .form select {
    font-size: 1.5rem;
    line-height: 1;
    line-height: 1.5;
  }
}
.form input {
  max-width: none;
}
@media screen and (min-width: 768px) {
  .form input {
    max-width: 60rem;
  }
}
.form input[type=radio] {
  display: inline-block;
  padding: 0;
  width: 2.1rem;
  height: 2.1rem;
  border: 1px solid #707070;
  border-radius: 0.2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (min-width: 768px) {
  .form input[type=radio] {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.form input[type=radio]:checked::before {
  position: absolute;
  left: 0.5rem;
  content: "";
  top: 0;
  width: 0.8rem;
  height: 1.4rem;
  border-right: 1px solid #FD5B54;
  border-bottom: 1px solid #FD5B54;
  transform: rotate(50deg);
}
@media screen and (min-width: 768px) {
  .form input[type=radio]:checked::before {
    top: 0.1rem;
    width: 0.6rem;
    height: 1rem;
  }
}
.form input[type=checkbox] {
  position: relative;
  padding: 0;
  width: 2.1rem;
  height: 2.1rem;
  border: 1px solid #707070;
  border-radius: 0.2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (min-width: 768px) {
  .form input[type=checkbox] {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.form input[type=checkbox]:checked::before {
  position: absolute;
  left: 0.5rem;
  content: "";
  top: 0;
  width: 0.8rem;
  height: 1.4rem;
  border-right: 1px solid #FD5B54;
  border-bottom: 1px solid #FD5B54;
  transform: rotate(50deg);
}
@media screen and (min-width: 768px) {
  .form input[type=checkbox]:checked::before {
    top: 0.1rem;
    width: 0.6rem;
    height: 1rem;
  }
}
.form label {
  font-size: 2.8rem;
  line-height: 1;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 768px) {
  .form label {
    font-size: 1.8rem;
    line-height: 1;
  }
}
.form label input[type=radio] {
  margin: 0 1.2rem;
}
.form label:not(.c-form__check-item) {
  margin-right: 2rem;
}
.form label.is-checked {
  background-color: #FD5B54;
  color: #fff;
  border-color: #FD5B54;
}
.form__title-contact {
  margin-bottom: 14.8rem;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .form__title-contact {
    margin-bottom: 12rem;
    font-size: 2.9rem;
    line-height: 1;
  }
}
.form__container {
  margin-top: 4rem;
}
.form__container.-radio {
  align-items: center;
}
.form__container.-radio > div:first-of-type {
  margin-right: 4.8rem;
}
.form__container.-radio .form__box {
  display: flex;
  align-items: center;
}
.form__inner {
  padding: 10.6rem 0 30rem;
  margin: 0 auto;
  width: 94rem;
}
.form__ttl {
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
}
.form__wrap {
  padding-top: 9.6rem;
}
.form__item {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1.6rem;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.form__item-required {
  font-size: 2rem;
  line-height: 1;
  padding: 0.7rem 1.6rem;
  background: #ffe970;
}
@media screen and (min-width: 768px) {
  .form__item-required {
    font-size: 1.8rem;
    line-height: 1;
  }
}
.form__item-optional {
  font-size: 2rem;
  line-height: 1;
  padding: 0.7rem 1.6rem;
  background: #ccd4d8;
}
@media screen and (min-width: 768px) {
  .form__item-optional {
    font-size: 1.8rem;
    line-height: 1;
  }
}
.form__item-name {
  font-size: 2.8rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .form__item-name {
    font-size: 1.8rem;
    line-height: 1;
  }
}
.form__input-massage {
  width: 100%;
  height: 22.7rem;
  overflow-y: auto;
  resize: none;
}
.form__input-half {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form__input-half {
    width: 29.2rem;
  }
}
.form__box {
  margin-bottom: 1.6rem;
}
.form__box.-kids {
  display: flex;
  align-items: center;
}
.form__half-box {
  display: flex;
  gap: 1.6rem;
}
.form__half-box.-select {
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .form__half-box.-select {
    width: auto;
    display: flex;
  }
}
.form__radio {
  padding: 1.6rem 0;
  width: 22rem;
  border: 1px solid #707070;
  border-radius: 0.5rem;
}
.form__check-box {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.form__check-item {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1rem 1.7rem 1rem 1.2rem;
  height: 6rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1;
  border-radius: 0.5rem;
  border: 1px solid #171717;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .form__check-item {
    gap: 2rem;
    height: auto;
  }
}
.form__select.-time {
  font-size: 2rem;
  line-height: 1;
  margin-top: 1.6rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .form__select.-time {
    font-size: 1.8rem;
    line-height: 1;
    margin-top: 0;
  }
}
.form__notes {
  margin: 0 auto;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .form__notes {
    font-size: 1.5rem;
  }
}
.form__submit {
  display: block;
  padding-top: 11.6rem;
  margin: 0 auto;
  text-align: center;
}
.form__submit .c-btn {
  position: relative;
  width: 100%;
  max-width: 54.4rem;
  height: 10rem;
  background-color: #FD5B54;
  color: #fff;
  letter-spacing: 0.15em;
  border-radius: 30rem;
  font-size: 2.8rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .form__submit .c-btn {
    font-size: 2.4rem;
    line-height: 1;
  }
}
.form__submit .c-btn::after {
  position: absolute;
  top: 50%;
  right: 6rem;
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}

.thanks__inner {
  padding: 16rem 1rem 10rem;
}
@media screen and (min-width: 768px) {
  .thanks__inner {
    padding: 24rem 1rem 10rem;
  }
}

.thanks__ttl {
  margin-bottom: 8rem;
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .thanks__ttl {
    font-size: 4rem;
    line-height: 1;
  }
}

.thanks__txt {
  margin-bottom: 6rem;
  font-size: 3rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .thanks__txt {
    font-size: 2.6rem;
    line-height: 2;
  }
}

.thanks__btn {
  width: fit-content;
  margin: 0 auto;
}

.thanks__btn-link {
  padding: 3rem 10rem;
  background: #FD5B54;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  border-radius: 30rem;
  letter-spacing: 0.15em;
}

.fadeIn {
  opacity: 0;
  visibility: hidden;
  transition: all 2s;
}
.fadeIn.is-active {
  opacity: 1;
  visibility: visible;
}

.is-hidden {
  display: none; /* フェードアウト完了後に非表示にする */
}

.is-visible {
  opacity: 1;
  filter: blur(0); /* ぼかしがなくなる */
}

.mv__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv__swiper .swiper-slide-active .mv__swiper__slide__pic img,
.mv__swiper .swiper-slide-duplicate-active .mv__swiper__slide__pic img,
.mv__swiper .swiper-slide-prev .mv__swiper__slide__pic img {
  animation: zoomUp 7s linear 0s normal both;
}

.mv__swiper__slide__pic img {
  height: auto;
  width: 100%;
}

[data-acordion-cont] {
  display: none;
}

.plus::after {
  opacity: 1;
  transform: rotate(90deg);
  transition: 0.3s;
}

.open .plus::after {
  opacity: 0;
  transform: rotate(270deg);
  transition: 0.3s;
}

/* スライド */
.point__swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.voice__swiper .swiper-slide {
  height: auto;
}
@media screen and (min-width: 768px) {
  .voice__swiper .swiper-slide {
    width: fit-content;
  }
}

.shop__list__swiper .swiper-slide {
  height: auto;
}

.mov-show {
  opacity: 0;
}

.showed {
  animation: fadeIn 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

/* モーダル */
/* モーダルがactiveの時 */
/* モーダル背景のオーバーレイ部分 */
/* 閉じるボタン */
/* 閉じるボタンのX */
/* モーダル自体のスタイル */
/* モーダルオーバーレイが画面全体を覆うようにする */