@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

div,
p {
  word-break: break-all;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
nav,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 960px) {
  html {
    font-size: 2.66666667vw;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  html {
    font-size: 0.884955752vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", "游ゴシック体",
    "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 180%;
  color: #000000;
  word-break: normal;
  line-break: strict;
  font-weight: 500;
  letter-spacing: 0.04em;
  position: relative;
  background: url(../img/pc_bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@media screen and (max-width: 960px) {
  body {
    font-size: 1.4rem;
  }
  body.open {
    overflow-y: hidden;
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

figure img {
  max-width: 100%;
  height: auto;
}

input[type="submit"] {
  border: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

table {
  border-spacing: inherit;
  border-collapse: collapse;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

p + p {
  margin: 1em 0 0 0;
}

ul,
ol,
li {
  list-style: none;
}

.text-bold {
  font-weight: 700;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.c-white {
  color: #fff;
}

.fw-bold {
  font-weight: bold;
}

.fit {
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  max-width: 113rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .container {
    padding: 0 1.8rem;
  }
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  .show_sp {
    display: none !important;
  }
  .show_pc {
    display: inherit;
  }
  a[href^="tel"] {
    pointer-events: none;
    text-decoration: none;
    opacity: 1 !important;
    cursor: default !important;
  }
  #hambuger {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  body p {
    word-break: normal;
    line-break: strict;
  }
  .show_sp {
    display: inherit;
  }
  .show_pc {
    display: none !important;
  }
}

/** header area
====================================== **/
#hambuger {
  width: 5rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 12;
  cursor: pointer;
  position: relative;
}

#hambuger.open span.open {
  display: none;
}

#hambuger.open span.close {
  display: inline-block;
}

.nav-icon ul {
  position: relative;
  width: 3rem;
  height: 1.8rem;
}

.nav-icon ul li {
  list-style: none;
  position: absolute;
  background: #5a5655;
  width: 100%;
  height: 0.2rem;
  left: 50%;
  border-radius: 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-icon ul li:nth-of-type(1) {
  top: 0%;
}

.nav-icon ul li:nth-of-type(2) {
  top: 48%;
}

.nav-icon ul li:nth-of-type(3) {
  top: 98%;
}

.nav-icon ul li span {
  display: inline-block;
}

.nav-icon.open ul {
  opacity: 1;
  visibility: visible;
}

.nav-icon.open ul li:nth-of-type(1) {
  width: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.nav-icon.open ul li:nth-of-type(3) {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.nav-icon.open ul li:nth-of-type(2) {
  opacity: 0;
}

@media screen and (min-width: 961px) {
  #hambuger {
    display: none;
  }
}

/** home
======================================= **/
select {
  /* Reset Select */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* Personalize */
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1rem;
  background-image: none;
  cursor: pointer;
}

/* Remove IE arrow */
select::-ms-expand {
  display: none;
}

select {
  color: #acacac;
}

select option {
  color: #1b1d1e;
}

select:has(option:checked:not([value])),
select:has(option:checked:not([value=""])) {
  color: #1b1d1e;
}

select:has(option:checked:not([value])) option,
select:has(option:checked:not([value=""])) option {
  color: #1b1d1e;
}

.p-wrapper {
  position: relative;
  max-width: 192rem;
  margin: 0 auto;
}

@media screen and (min-width: 961px) {
  .page-header {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .page-header {
    position: fixed;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 12;
    width: 100%;
    height: 5rem;
    background: #fff;
    padding: 0 0 0 1rem;
  }
  .page-header .logo {
    width: 18rem;
    display: block;
    position: relative;
    z-index: 12;
  }
  .page-header .logo a {
    display: block;
    line-height: 0;
  }
}

.p-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.p-banner {
  width: calc(675 / 1920 * 100%);
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: fixed;
  left: 0;
}

.p-banner_logo {
  width: calc(516 / 675 * 100%);
  max-width: 51.6rem;
}

.p-banner_button {
  width: calc(462 / 675 * 100%);
  max-width: 46.2rem;
  margin-top: 2rem;
}

.p-banner_button li a {
  display: inline-block;
}

.p-banner_button li + li {
  margin-top: 4rem;
}

@media screen and (max-width: 960px) {
  .p-banner {
    display: none;
  }
}

.g-nav {
  width: calc(675 / 1920 * 100%);
  height: 100vh;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  position: fixed;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .g-nav {
    width: 100%;
    overflow-y: auto;
    background: #fff;
    z-index: 10;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .g-nav.open {
    opacity: 1;
    visibility: visible;
  }
}

.g-nav .inner {
  width: 100%;
  max-width: 44rem;
  padding: 0 2.6rem;
}

.g-nav_ttl {
  text-align: center;
  padding-top: 4.1rem;
}

.g-nav_ttl img {
  max-width: 17.3rem;
}

.g-nav_menu {
  margin: 4rem 0;
  border-left: none;
  border-right: none;
  padding: 3rem 1.8rem;
}

.g-nav_menu__item + .g-nav_menu__item {
  margin-top: 1.6rem;
}

.g-nav_menu__item a {
  display: block;
  color: #172359;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  padding: 1rem 0;
  border-bottom: 1px dotted #172359;
}

.g-nav_menu__item a:hover {
  opacity: 1;
  color: #df2473;
}

.g-nav_menu__item a:hover::before {
  opacity: 1;
}

@media screen and (max-width: 960px) {
  .g-nav_menu {
    margin: 0;
    padding: 6rem 0 0;
  }
}

.g-nav_line {
  text-align: center;
}

.g-nav_line__tit {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
  display: inline-block;
  color: #3f3f3f;
  margin: 0 0 1.4rem;
}

.g-nav_line__tit::before {
  content: "";
  position: absolute;
  width: 0.3rem;
  height: 1.6rem;
  background: #06c152;
  left: -1.2rem;
  top: 0;
  -webkit-transform: rotate(336deg);
  transform: rotate(336deg);
}

.g-nav_line__tit::after {
  content: "";
  position: absolute;
  width: 0.3rem;
  height: 1.6rem;
  background: #06c152;
  right: -0.8rem;
  top: 0;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.g-nav_line__btn {
  padding: 1.2rem 1.7rem;
  border-radius: 10rem;
  background: #06c152;
  font-size: 1.6rem;
  line-height: calc(21 / 16);
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.g-nav_line__btn::before {
  content: "";
  position: absolute;
  width: 6.2rem;
  height: 6rem;
  background: url(../img/p_line.png) no-repeat;
  background-size: cover;
  right: -0.5rem;
  top: 3.4rem;
}

.g-nav_line__btn.press {
  -webkit-box-shadow: 0 0.8rem 0 #00742f;
  box-shadow: 0 0.8rem 0 #00742f;
}

.g-nav_line__btn.press:hover {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.movie-wpr {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.movie-wpr video,
.movie-wpr iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cta {
  position: relative;
}

.cta .cta-btn {
  width: calc(329 / 375 * 100%);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 1.2rem 0;
}

.page-main {
  width: calc(550 / 1920 * 100%);
  max-width: 75rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 1rem solid #fff;
  border-right: 1rem solid #fff;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.page-main .logo {
  background: #fff;
  text-align: center;
  padding: 1.4rem 0;
}

@media screen and (max-width: 960px) {
  .page-main {
    width: 100%;
    position: static;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 5rem;
    border: none;
  }
}

.page-main .mv {
  position: relative;
}

.page-main .mv .cta-btn {
  width: calc(329 / 375 * 100%);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 1.2rem 0;
}

.page-main .worried {
  position: relative;
  z-index: 1;
  margin-bottom: -9%;
}

.page-main .shourei {
  background: url(../img/shourei_bg.jpg) center top no-repeat;
  background-size: cover;
  padding-top: 18rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 2;
}

.page-main .shourei-slider_item {
  width: calc(345 / 375 * 100%);
  padding: 12px;
}

.page-main .shourei .swiper-button-next,
.page-main .shourei .swiper-button-prev {
  width: 5rem;
  height: 5rem;
  background: #172359;
  border-radius: 50%;
}

.page-main .shourei .swiper-button-next:after,
.page-main .shourei .swiper-button-prev:after {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}

.page-main .shourei .swiper-button-prev {
  left: -2.8rem;
}

.page-main .shourei .swiper-button-prev:after {
  padding-left: 2.5rem;
}

.page-main .shourei .swiper-button-next {
  right: -2.8rem;
}

.page-main .shourei .swiper-button-next:after {
  padding-right: 2.5rem;
}

.page-main .shourei .swiper-pagination {
  position: static;
  margin-top: 1rem;
}

.page-main
  .shourei
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #172359;
}

.page-main .swiper-button-next svg,
.page-main .swiper-button-prev svg {
  width: 70%;
  height: 70%;
  padding-right: 2.2rem;
}

.page-main .recommend {
  position: relative;
  margin-top: -6%;
}

.page-main .recommend .recommend-movie {
  width: calc(298 / 375 * 100%);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 75.7%;
}

.page-main .recommend .recommend-movie .movie-wpr {
  padding-bottom: 133.25%;
}

.page-main .price {
  position: relative;
}

.page-main .price .cta-btn {
  width: calc(329 / 375 * 100%);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 1.2rem 0;
}

.page-main .reason {
  margin-top: -8%;
}

.page-main .point {
  position: relative;
}

.page-main .point::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -2.5rem;
  border-left: 4.6rem solid transparent;
  border-right: 4.6rem solid transparent;
  border-top: 4.4rem solid #ffe2ea;
}

.page-main .keika {
  margin-top: -9%;
  margin-bottom: -2px;
}

.page-main .access {
  position: relative;
  /* margin-bottom: -10%; */
  z-index: 1;
}

.page-main .access .map {
  position: absolute;
  left: 8%;
  width: calc(315 / 375 * 100%);
  height: 0;
  padding-bottom: 36.25%;
}

.page-main .access .map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-main .access .map.map1 {
  top: 12.8%;
}

.page-main .access .map.map2 {
  top: 36.4%;
}
.page-main .access .map.map3 {
  top: 61.2%;
}
.page-main .access .map.map4 {
  top: 83.3%;
}

.page-main .reservation {
  position: relative;
}

.page-main .reservation .reservation-content {
  width: 100%;
  position: absolute;
  left: 0;
  top: 42%;
}
.page-main .reservation .reservation-copy {
  color: #df2473;
  font-weight: bold;
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 16px;
}

.page-main .reservation .slc-wrap {
  display: block;
  width: calc(335 / 375 * 100%);
  margin: 0 auto 20px;
  position: relative;
  border: 1px solid #172359;
  border-radius: 0.5rem;
  overflow: hidden;
}

.page-main .reservation .slc-wrap::after {
  position: absolute;
  content: "";
  right: 2rem;
  top: 1.5rem;
  width: 1rem;
  height: 1rem;
  border: 0.2rem solid #df2473;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-main .reservation .res-slc {
  width: 100%;
}

.page-main .reservation .res-btn {
  display: block;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0 0 14% 0;
  width: calc(210 / 375 * 100%);
  margin: 10% auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #df2473;
  color: #fff;
  font-weight: 500;
  font-size: 2.2rem;
  border-radius: 5rem;
  letter-spacing: 0.1em;
  -webkit-box-shadow: 0px 7px 0px 0px #a81457;
  box-shadow: 0px 7px 0px 0px #a81457;
  position: relative;
}

.page-main .reservation .res-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.page-main .reservation .res-btn.hide {
  opacity: 0.5;
  pointer-events: none;
}
.page-main .reservation .slc-wrap.hide {
  display: none;
}

.button-fixed {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.5rem 0;
  z-index: 9;
  padding: 0;
  background: rgba(0, 0, 0, 0.48);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button-fixed li {
  width: 100%;
}

.button-fixed.show {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 961px) {
  .button-fixed {
    display: none;
  }
}
