@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.
 */
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: 768px) {
  html {
    font-size: 2.666666666666667vw;
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}

body {
  font-family: "Noto Serif JP", "游明朝体","Yu Mincho",YuMincho,"Noto Serif JP","ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 150%;
  color: #000000;
  background: url(../img/common/bg.png) left top repeat;
  word-break: normal;
  line-break: strict;
  font-weight: 400;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  body {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 768px) {
  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;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.75;
  }
}

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

.l-inner {
  max-width: 103rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 2rem;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .show_sp {
    display: none !important;
  }
  .show_pc {
    display: inherit;
  }
  #hambuger {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  body p {
    word-break: normal;
    line-break: strict;
  }
  .show_sp {
    display: inherit;
  }
  .show_pc {
    display: none !important;
  }
}

.mode-txt {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}

.txt_center {
  text-align: center;
}

.js-view {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.js-view.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.js-view-img {
  opacity: 0;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.js-view-img.fadein {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .p-wrapper {
    overflow: hidden;
  }
}

.hover-img {
  overflow: hidden;
}

.hover-img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hover:hover .hover-img img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.pagination {
  margin: 12rem 0 0;
}

@media screen and (max-width: 768px) {
  .pagination {
    margin: 8rem 0 0;
  }
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.page-numbers .page-numbers {
  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;
  width: 2.6rem;
  height: 2.6rem;
  line-height: 100%;
  border-radius: 50%;
}

.page-numbers .page-numbers.current, .page-numbers .page-numbers:hover {
  background-color: #716108;
  color: #fff;
}

.page-numbers .page-numbers.prev, .page-numbers .page-numbers.next {
  background: none;
  border: none;
}

.page-numbers .page-numbers.prev img, .page-numbers .page-numbers.next img {
  width: 1.3rem;
  height: auto;
}

.page-numbers .page-numbers.prev.current, .page-numbers .page-numbers.prev:hover, .page-numbers .page-numbers.next.current, .page-numbers .page-numbers.next:hover {
  background-color: transparent;
  color: #000;
}

@media screen and (max-width: 768px) {
  .page-numbers {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .page-numbers .page-numbers {
    font-size: 1.4rem;
    width: 3rem;
    height: 3rem;
  }
  .page-numbers .page-numbers.prev img, .page-numbers .page-numbers.next img {
    width: 1rem;
  }
}

.is-view.-blur_orderlist > :nth-child(0) {
  -webkit-transition-delay: -.3s;
  transition-delay: -.3s;
}

.is-view.-blur_orderlist > :nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.is-view.-blur_orderlist > :nth-child(2) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.is-view.-blur_orderlist > :nth-child(3) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.is-view.-blur_orderlist > :nth-child(4) {
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}

.is-view.-blur_orderlist > :nth-child(5) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.is-view.-blur_orderlist > :nth-child(6) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.is-view.-blur_orderlist > :nth-child(7) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.is-view.-blur_orderlist > :nth-child(8) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.is-view.-blur_orderlist > :nth-child(9) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.is-view.-blur_orderlist > :nth-child(10) {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

.is-view.-blur_orderlist > :nth-child(11) {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

.is-view.-blur_orderlist > :nth-child(12) {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s;
}

.is-view.-blur_orderlist > :nth-child(13) {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s;
}

.is-view.-blur_orderlist > :nth-child(14) {
  -webkit-transition-delay: 3.9s;
  transition-delay: 3.9s;
}

.is-view.-base > :nth-child(0) {
  -webkit-transition-delay: -.3s;
  transition-delay: -.3s;
}

.is-view.-base > :nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.is-view.-base > :nth-child(2) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.is-view.-base > :nth-child(3) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.is-view.-base > :nth-child(4) {
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}

.is-view.-base > :nth-child(5) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.is-view.-base > :nth-child(6) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.is-view.-base > :nth-child(7) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.is-view.-base > :nth-child(8) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.is-view.-base > :nth-child(9) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.is-view.-base > :nth-child(10) {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

.is-view {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.is-view.-base {
  display: block;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transform: translateY(2em) rotate(0.0001deg);
  transform: translateY(2em) rotate(0.0001deg);
  -webkit-transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, -webkit-filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

.is-view.-base.is-act {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0) rotate(0.0001deg);
  transform: translateY(0) rotate(0.0001deg);
}

.is-view.-blur_base {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transform: translateY(1.5em rotate(0.0001deg));
  transform: translateY(1.5em rotate(0.0001deg));
  -webkit-transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.is-view.-blur_base figure {
  overflow: hidden;
}

.is-view.-blur_base img {
  -webkit-mask-image: url(../img/common/mask.webp);
  mask-image: url(../img/common/mask.webp);
  mask-mode: alpha;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
  mask-size: auto 200%;
}

.is-view.-blur_base.is-act {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0) rotate(0.0001deg);
  transform: translateY(0) rotate(0.0001deg);
}

.is-view.-blur_base.is-act img {
  -webkit-animation: mask-animation 3s cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
  animation: mask-animation 3s cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
}

.is-view.-blur_orderlist {
  height: 100%;
}

.is-view.-blur_orderlist > * {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transform: translateY(1.5em) rotate(0.0001deg);
  transform: translateY(1.5em) rotate(0.0001deg);
  -webkit-transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.is-view.-blur_orderlist.is-act > * {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.is-view.-blur_orderlist > * img {
  -webkit-mask-image: url(../img/common/mask.webp);
  mask-image: url(../img/common/mask.webp);
  mask-mode: alpha;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
  mask-size: auto 200%;
}

.is-view.-blur_orderlist.is-act > * img {
  -webkit-animation: mask-animation 3s cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
  animation: mask-animation 3s cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
}

.js-cover-zoom {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  -webkit-transform: scale(calc(1 - 0.14136*(var(--scroll-progress) - 1) * -1));
  transform: scale(calc(1 - 0.14136*(var(--scroll-progress) - 1) * -1));
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: unset !important;
  transition: unset !important;
}

.js-cover-zoom img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  scale: calc(1 + .2*(var(--scroll-progress) - 1)* -1);
}

@-webkit-keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  to {
    -webkit-mask-position: center 0;
    mask-position: center 0;
    -webkit-mask-size: auto 500%;
    mask-size: auto 500%;
    opacity: 1;
  }
}

@keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  to {
    -webkit-mask-position: center 0;
    mask-position: center 0;
    -webkit-mask-size: auto 500%;
    mask-size: auto 500%;
    opacity: 1;
  }
}

.section-bg {
  height: calc((400 / 1366) * 100vw);
  overflow: hidden;
}

.section-bg picture {
  display: block;
}

.section-bg img {
  width: 100%;
  height: auto;
  max-block-size: none;
}

@media screen and (max-width: 768px) {
  .section-bg {
    height: calc((220 / 375) * 100vw);
  }
}

.section-cta {
  padding: 16rem 0;
}

@media screen and (max-width: 768px) {
  .section-cta {
    padding: 8rem 0;
  }
}

@media screen and (min-width: 769px) {
  .section-cta .cta-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
}

@media screen and (min-width: 769px) {
  .section-cta .cta-col {
    width: calc(100%/2 - 2rem);
  }
}

@media screen and (max-width: 768px) {
  .section-cta .cta-col + .cta-col {
    margin-top: 4rem;
  }
}

.section-cta .cta-ttl {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 5%;
  text-align: center;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  .section-cta .cta-ttl {
    font-size: 2.3rem;
    margin-bottom: 0.8rem;
  }
}

.section-cta .cta-btn {
  margin-bottom: 1.6rem;
}

.section-cta .cta-sub {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 1.6rem;
}

.p-sub {
  padding: 9rem 0 16rem;
}

@media screen and (max-width: 768px) {
  .p-sub {
    padding: 6rem 0 12rem;
  }
}

.l-contents {
  max-width: 123.6rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-contents {
    padding: 0 2rem;
  }
}

@media screen and (min-width: 769px) {
  .page-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10rem;
  }
  .page-row.noflex {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .page-row_sidebar {
    width: 25rem;
    position: relative;
  }
  .page-row_sidebar .sidebar-inner {
    position: -webkit-sticky;
    position: sticky;
    top: 10rem;
  }
}

@media screen and (min-width: 769px) {
  .page-row_content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .page-row_content {
    margin-top: 8rem;
  }
}

@media screen and (min-width: 769px) {
  .page-row .p-wrap {
    width: 75.4rem;
  }
}

.breadcrumb {
  display: block;
  padding: 3rem 0;
  margin-bottom: 6.5rem;
}

.breadcrumb li {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0;
}

.breadcrumb li + li {
  margin-left: 2rem;
  position: relative;
}

.breadcrumb li + li::before {
  content: " / ";
  position: absolute;
  left: -1.5rem;
  top: 0;
  color: #262626;
}

.breadcrumb li a {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 2rem 0;
    margin-bottom: 2.5rem;
  }
  .breadcrumb li {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 769px) {
  .key-visual {
    width: calc((100% - 1000px) / 2 + 1000px);
    margin-left: auto;
    margin-bottom: 12rem;
  }
}

@media screen and (max-width: 768px) {
  .key-visual {
    padding-left: 2rem;
    margin-bottom: 4rem;
    height: 14rem;
  }
  .key-visual figure {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .key-visual figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .key-visual {
    width: calc(50% + 50rem);
  }
}

@media screen and (min-width: 769px) {
  .c-anchor {
    display: block;
    margin: 12rem 0 12rem -4rem;
  }
}

@media screen and (max-width: 768px) {
  .c-anchor {
    margin: 4rem 0 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.6rem;
  }
}

@media screen and (min-width: 769px) {
  .c-anchor_item {
    display: inline-block;
    margin: 0 0 2.4rem 4rem;
  }
}

.c-anchor_item a {
  display: inline-block;
  position: relative;
  padding-left: 1.6rem;
}

.c-anchor_item a::before {
  position: absolute;
  content: '';
  width: 0.8rem;
  height: 0.4rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/arrow_down_pupple.svg) left bottom no-repeat;
  background-size: cover;
}

.slick-arrow {
  position: absolute;
  border: none;
  outline: none;
  z-index: 2;
  text-indent: -9999px;
  cursor: pointer;
  background: none;
}

.slick-arrow::after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slick-arrow.slick-prev {
  left: 0;
}

.slick-arrow.slick-prev::after {
  background: url(../img/common/icon_prev.svg) left center no-repeat;
  background-size: cover;
}

.slick-arrow.slick-next {
  right: 0;
}

.slick-arrow.slick-next::after {
  background: url(../img/common/icon_next.svg) right center no-repeat;
  background-size: cover;
}

.slider-sm .slick-arrow {
  width: 1.4rem;
  height: 2.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #656565;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

.slider-sm .slick-arrow::after {
  width: 0.5rem;
  height: 1.1rem;
}

.slider-sm .slick-arrow.slick-prev {
  left: -1rem;
}

.slider-sm .slick-arrow.slick-next {
  right: -1rem;
}

.slider-sm._white .slick-arrow {
  background: #fff;
}

.slider-sm._white .slick-arrow.slick-prev::after {
  background: url(../img/common/icon_prev_black.svg) left center no-repeat;
  background-size: cover;
}

.slider-sm._white .slick-arrow.slick-next::after {
  background: url(../img/common/icon_next_black.svg) right center no-repeat;
  background-size: cover;
}

.c-section {
  margin: 16rem 0 0;
}

@media screen and (max-width: 768px) {
  .c-section {
    margin: 12rem 0 0;
  }
}

.btn-play {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 5.4rem;
  height: 5.4rem;
}

.fancybox__slide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.f-caption {
  padding: 0;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 0.8rem;
  overflow: hidden;
}

.slr-loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  -webkit-animation: infinity-scroll-left 20s infinite linear 0.5s both;
  animation: infinity-scroll-left 20s infinite linear 0.5s both;
}

.movie-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.movie-wrap video,
.movie-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/** header area
====================================== **/
.page-header {
  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;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 1.6rem 4rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-color: rgba(0, 0, 0, 0.8);
}

.page-header.hidden-header {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

@media screen and (max-width: 768px) {
  .page-header {
    padding: 0;
    background-color: rgba(0, 0, 0, 0.7);
  }
}

@media screen and (max-width: 768px) {
  .header-logo {
    padding: 1.2rem 0 1.2rem 1.6rem;
  }
}

.header-logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo-link .logo {
  display: inline-block;
  width: 17.6rem;
}

@media screen and (max-width: 768px) {
  .header-logo-link .logo {
    width: 10.7rem;
  }
}

@media screen and (min-width: 769px) {
  .mn-ico {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .mn-ico {
    display: inline-block;
    width: 100%;
    height: 5rem;
    position: absolute;
    right: 0;
    top: 0;
    text-indent: -99999px;
  }
  .mn-ico::before, .mn-ico::after {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
  }
  .mn-ico::before {
    width: 0.2rem;
    height: 1.4rem;
    right: 2.6rem;
  }
  .mn-ico::after {
    width: 1.4rem;
    height: 0.2rem;
    right: 2rem;
  }
  .mn-ico._active::before {
    opacity: 0;
    visibility: hidden;
  }
}

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

.menu-item {
  position: relative;
}

.menu-item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15.1rem;
  height: 4.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 100%;
  color: #fff;
  position: relative;
}

@media screen and (min-width: 769px) {
  .menu-item_link::after {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 0.1rem;
    bottom: -0.5rem;
    background: #fff;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .menu-item_link:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .menu-item_link._ico span {
    display: inline-block;
    position: relative;
  }
  .menu-item_link._ico span::after {
    position: absolute;
    content: '';
    width: 0.8rem;
    height: 0.8rem;
    right: -2rem;
    top: 30%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border: 0.1rem solid #fff;
    border-left: none;
    border-top: none;
  }
}

@media screen and (min-width: 769px) {
  .menu-item:first-child {
    display: none;
  }
  .menu-item:hover .menu-sub {
    top: 110%;
    opacity: 1;
    visibility: visible;
    z-index: 5;
  }
}

@media screen and (max-width: 768px) {
  .menu {
    display: block;
    width: 100%;
    margin: 0;
  }
  .menu li {
    display: block;
  }
  .menu li + li {
    border-top: 0.1rem solid #fff;
  }
  .menu a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 1.5rem 2rem 1.5rem 2rem;
  }
  .menu-item {
    position: relative;
  }
  .menu-item .mn-ico {
    height: 4.4rem;
  }
}

@media screen and (min-width: 769px) {
  .menu-sub {
    display: block !important;
    position: absolute;
    left: 0;
    top: 120%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    background-color: #DCDCDC;
    min-width: 15.1rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
}

@media screen and (max-width: 768px) {
  .menu-sub {
    display: none;
    background-color: #9D935F;
    border-top: 0.1rem solid #fff;
  }
}

.menu-sub > li + li {
  border-top: 0.1rem solid #fff;
}

@media screen and (min-width: 769px) {
  .menu-sub > li > a {
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 100%;
    padding: 1.5rem 3rem 1.5rem 4.3rem;
    position: relative;
  }
  .menu-sub > li > a::before {
    position: absolute;
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    left: 1.3rem;
    top: 50%;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    border: 0.1rem solid #000;
    border-left: none;
    border-bottom: none;
  }
  .menu-sub > li > a:hover {
    background-color: #716108;
    color: #fff;
  }
  .menu-sub > li > a:hover::before {
    border-color: #fff;
  }
}

@media screen and (min-width: 769px) {
  .g-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .g-nav {
    width: 100%;
    height: calc(100vh - 6rem);
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 6rem;
    z-index: 9;
    background-color: #716108;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .g-nav.open {
    opacity: 1;
    visibility: visible;
  }
}

.group-button {
  position: fixed;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  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: 5;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2rem;
  overflow: hidden;
}

.group-button li a {
  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;
  width: 4rem;
  height: 16.8rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  color: #fff;
  background-color: #9D935F;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}

.group-button li a:hover {
  opacity: 1;
  background-color: #D9CF9B;
}

.group-button li:nth-child(1) a {
  background-color: #716108;
}

.group-button li:nth-child(1) a:hover {
  opacity: 1;
  background-color: #AD9D50;
}

@media screen and (max-width: 768px) {
  .group-button {
    display: none;
  }
}

.nav-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: fixed;
  left: 0;
  bottom: 0;
  gap: 0 0.1rem;
  z-index: 5;
}

.nav-button_item {
  width: calc(100%/3 - 0.07rem);
}

.nav-button_item_icon {
  width: 3.9rem;
  height: 3.9rem;
  margin: 0 auto 0.6rem;
}

.nav-button_item_icon img {
  width: 100%;
  height: auto;
}

.nav-button_item_txt {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0;
  color: #fff;
}

.nav-button_item a {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 7.3rem;
}

.nav-button_item a._inquiry {
  background-color: #9D935F;
}

.nav-button_item a._reserver {
  background-color: #716108;
}

.nav-button_item a._tel {
  background-color: #992F48;
}

@media screen and (min-width: 769px) {
  .nav-button {
    display: none;
  }
}

/** footer
======================================= **/
.nav-banner {
  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;
}

.nav-banner_item {
  width: calc(100%/4);
}

.nav-banner_item span {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 0 0 5px #000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.nav-banner_item a {
  display: block;
  position: relative;
}

.nav-banner_item a::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.nav-banner_item a:hover {
  opacity: 1;
}

.nav-banner_item a:hover::after {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 768px) {
  .nav-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .nav-banner_item {
    width: 100%;
  }
}

.page-footer {
  background-color: #000;
  color: #fff;
  position: relative;
  z-index: 3;
}

@media screen and (min-width: 769px) {
  .page-footer_inner {
    max-width: 123.6rem;
    padding: 0 1.5rem;
    margin: 0 auto;
  }
}

.page-footer_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .page-footer_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.footer-top {
  padding: 8rem 0;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  gap: 0 4.6rem;
}

@media screen and (max-width: 768px) {
  .footer-nav {
    display: block;
    border-top: 1px solid #fff;
  }
}

@media screen and (min-width: 769px) {
  .footer-menu:first-child .footer-menu-item {
    margin-top: 0;
  }
  .footer-menu:first-child .footer-menu-item:first-child {
    display: none;
  }
}

.footer-menu li {
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .footer-menu a {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .footer-menu a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0.1rem;
    bottom: -0.5rem;
    left: 0;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .footer-menu a:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media screen and (max-width: 768px) {
  .footer-menu a {
    display: block;
    padding: 1.6rem 2rem;
    text-align: left;
  }
}

.footer-menu-item_link {
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .footer-menu-item + .footer-menu-item {
    margin-top: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .footer-menu {
    display: block;
  }
  .footer-menu-item {
    display: block;
    border-bottom: 1px solid #fff;
    position: relative;
  }
  .footer-menu-item_link {
    display: block;
    font-size: 1.4rem;
    line-height: 1.25;
    padding: 1.7rem 0;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .footer-menu .mn-ico {
    display: none;
  }
}

.footer-menu_sub {
  padding-left: 1.6rem;
  margin-top: 1.4rem;
}

.footer-menu_sub li a {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 100%;
}

.footer-menu_sub li + li {
  margin-top: 1rem;
}

@media screen and (min-width: 769px) {
  .footer-menu_sub {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .footer-menu_sub {
    display: none;
    padding: 0;
    margin: 0;
    background-color: #666;
  }
  .footer-menu_sub li {
    border-top: 1px solid #fff;
  }
  .footer-menu_sub li + li {
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .footer-info {
    width: 30.5rem;
  }
}

@media screen and (max-width: 768px) {
  .footer-info {
    width: 100%;
    text-align: center;
    margin-top: 8rem;
  }
}

.footer-info_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .footer-info_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    margin-bottom: 1.6rem;
  }
}

.footer-info_link .logo {
  display: inline-block;
  width: 16.9rem;
}

@media screen and (max-width: 768px) {
  .footer-info_link .logo {
    width: 24.5rem;
  }
}

@media screen and (max-width: 768px) {
  .footer-info_tx {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
  }
}

.footer-info_tel {
  margin-top: 0.8rem;
}

.footer-info_tel a {
  display: inline-block;
  font-size: 2rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 5%;
  position: relative;
  padding-left: 2.7rem;
}

.footer-info_tel a:before {
  position: absolute;
  content: '';
  width: 2.2rem;
  height: 1.3rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/icon_tel.svg) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .footer-info_tel {
    margin-top: 1rem;
  }
  .footer-info_tel a {
    font-size: 3.5rem;
    padding-left: 4rem;
  }
  .footer-info_tel a::before {
    width: 3.5rem;
    height: 2.2rem;
  }
}

.footer-under {
  padding: 8rem 0 4rem;
  color: #000;
  background: url(../img/common/bg.png) left top repeat;
}

@media screen and (max-width: 768px) {
  .footer-under {
    padding: 4rem 0 9rem;
  }
}

.footer-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 4rem;
  margin: 0 0 4rem;
}

@media screen and (min-width: 769px) {
  .footer-btn li {
    max-width: 25.5rem;
  }
  .footer-btn li a {
    display: block;
    width: 100%;
  }
  .footer-btn li a img {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .footer-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 2rem;
  }
  .footer-btn li {
    width: 25.3rem;
  }
  .footer-btn li a {
    display: block;
  }
  .footer-btn li a img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.footer-bottom {
  text-align: center;
}

.footer-bottom figure {
  max-width: 33.4rem;
  margin: 0 auto 1.6rem;
}

@media screen and (max-width: 768px) {
  .footer-bottom figure {
    max-width: 25.3rem;
    margin-bottom: 1.2rem;
  }
}

.footer-bottom p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 12%;
}

@media screen and (max-width: 768px) {
  .footer-bottom p {
    font-size: 1.1rem;
  }
}

.copyright {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 150%;
  text-align: center;
  margin-top: 9rem;
}

@media screen and (max-width: 768px) {
  .copyright {
    font-size: 1.4rem;
    margin-top: 8rem;
  }
}

/** header area
====================================== **/
.arrow {
  width: 2rem;
  height: 2rem;
  -webkit-transition: width 0.2s cubic-bezier(0.33, 1, 0.68, 1), height 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: width 0.2s cubic-bezier(0.33, 1, 0.68, 1), height 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (max-width: 768px) {
  .arrow {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.c-btn {
  width: 30rem;
  height: 6rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #9D935F;
  color: #fff;
  border: 0.1rem solid #9D935F;
  position: relative;
  margin: 0 auto;
}

.c-btn::after {
  position: absolute;
  content: '';
  width: 2.1rem;
  height: 0.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 26.8rem;
  background: url(../img/common/arrow_right.svg) right bottom no-repeat;
  background-size: contain;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (min-width: 769px) {
  .c-btn:hover {
    opacity: 1;
    background-color: #fff;
    color: #9D935F;
  }
  .c-btn:hover::after {
    width: 6.1rem;
    height: 0.7rem;
    background: url(../img/common/arrow_right_o.svg) right bottom no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 768px) {
  .c-btn {
    width: 100%;
    max-width: 33.5rem;
  }
  .c-btn::after {
    left: 30.3rem;
  }
}

.c-btn.cta-btn {
  width: 100%;
  height: 7.3rem;
  background-color: #992F48;
  border-color: #992F48;
  color: #fff;
  font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
  .c-btn.cta-btn {
    height: 6.2rem;
  }
}

.c-btn.cta-btn::after {
  left: 93%;
}

@media screen and (max-width: 768px) {
  .c-btn.cta-btn::after {
    left: 30.3rem;
  }
}

@media screen and (min-width: 769px) {
  .c-btn.cta-btn:hover {
    background-color: #fff;
    color: #992F48;
  }
  .c-btn.cta-btn:hover::after {
    background: url(../img/common/arrow_right_o_red.svg) right bottom no-repeat;
    background-size: contain;
  }
}

.c-btn.tel {
  font-size: 3rem;
}

.c-btn.tel span {
  display: inline-block;
  position: relative;
  padding-left: 3rem;
}

.c-btn.tel span::after {
  position: absolute;
  content: '';
  width: 2.3rem;
  height: 1.5rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/icon_tel.svg) left top no-repeat;
  background-size: cover;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.c-btn.tel:hover span::after {
  background: url(../img/common/icon_tel_red.svg) left top no-repeat;
  background-size: cover;
}

.c-btn._border {
  border: 0.1rem solid #fff;
}

.c-btn._pupple {
  background-color: #B074A8;
  border-color: #B074A8;
}

@media screen and (min-width: 769px) {
  .c-btn._pupple:hover {
    background-color: transparent;
    color: #B074A8;
  }
  .c-btn._pupple:hover::after {
    background: url(../img/common/arrow_right_o_pupple.svg) right bottom no-repeat;
    background-size: contain;
  }
}

.headding-lv2 {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.08em;
  margin-bottom: 8rem;
}

.headding-lv2 span {
  display: block;
  position: relative;
  padding-bottom: 2.4rem;
}

.headding-lv2 span::before, .headding-lv2 span::after {
  position: absolute;
  content: '';
  width: 50.6rem;
  height: 0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000;
}

.headding-lv2 span::before {
  bottom: 0;
}

.headding-lv2 span::after {
  bottom: 0.4rem;
}

@media screen and (max-width: 768px) {
  .headding-lv2 {
    font-size: 2.8rem;
    line-height: 130%;
    margin-bottom: 4rem;
    padding: 0 2rem;
  }
  .headding-lv2 span {
    padding-bottom: 1.6rem;
  }
  .headding-lv2 span::before, .headding-lv2 span::after {
    width: 100%;
  }
}

.headding-lv2._white {
  color: #fff;
}

.headding-lv2._white span::before, .headding-lv2._white span::after {
  background-color: #fff;
}

.heading-lv3 {
  margin-bottom: 4rem;
}

.heading-lv3 .ja {
  font-size: 4.1rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.07em;
  margin-bottom: 0.6rem;
}

@media screen and (max-width: 768px) {
  .heading-lv3 .ja {
    font-size: 3rem;
    margin-bottom: 1.2rem;
  }
}

.heading-lv3 .en {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.07em;
  color: #992F48;
}

@media screen and (max-width: 768px) {
  .heading-lv3 .en {
    font-size: 1.5rem;
  }
}

.heading-lv4 {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.08em;
  margin-bottom: 4rem;
  padding: 0.5rem 0 0.5rem 2.4rem;
  position: relative;
  scroll-margin-top: 10rem;
}

.heading-lv4::before {
  position: absolute;
  content: '';
  width: 0.8rem;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #B074A8;
}

@media screen and (max-width: 768px) {
  .heading-lv4 {
    font-size: 2.8rem;
    line-height: 130%;
    letter-spacing: 0.04em;
    padding: 0 0 0 2.4rem;
    margin-bottom: 2.4rem;
  }
}

.heading-lv5 {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.08em;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 768px) {
  .heading-lv5 {
    font-size: 2.8rem;
    line-height: 130%;
    letter-spacing: 0.04em;
    margin-bottom: 1.6rem;
  }
}

.img-shadow {
  position: relative;
  z-index: 1;
}

.img-shadow::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
}

.slide-anime {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

.slide-anime.active {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.hover-img {
  overflow: hidden;
}

.hover-img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hover:hover .hover-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.anim-img {
  position: relative;
}

.anim-img:after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: #fff;
  mix-blend-mode: color;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.anim-img.is-inview:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.img-anim {
  overflow: hidden;
}

.img-anim img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0 30%;
  object-position: 0 30%;
  -webkit-transform: translate3d(0px, -2px, 0px) scale(1.2);
  transform: translate3d(0px, -2px, 0px) scale(1.2);
  opacity: 0;
}

.img-anim.is-inview img {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px) scale(1);
  transform: translate3d(0px, 0px, 0px) scale(1);
  will-change: transform;
  -webkit-transition: all 0.6s cubic-bezier(0, 0, 0, 1) 0s;
  transition: all 0.6s cubic-bezier(0, 0, 0, 1) 0s;
}

/** header area
====================================== **/
#hambuger {
  width: 6rem;
  height: 6rem;
  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 span {
  display: inline-block;
  color: #fff;
  font-size: 1.3rem;
  line-height: 100%;
  font-weight: 500;
  margin-top: 0.5rem;
}

.nav-icon ul {
  position: relative;
  width: 3.5rem;
  height: 2rem;
}

.nav-icon ul li {
  list-style: none;
  position: absolute;
  background: #fff;
  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(27deg);
  transform: translate(-50%, -50%) rotate(27deg);
}

.nav-icon.open ul li:nth-of-type(3) {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-27deg);
  transform: translate(-50%, -50%) rotate(-27deg);
}

.nav-icon.open ul li:nth-of-type(2) {
  opacity: 0;
}

@media screen and (min-width: 769px) {
  #hambuger {
    display: none;
  }
}

/** header area
====================================== **/
@media screen and (min-width: 769px) {
  .sidebar-heading {
    margin-bottom: 3.2rem;
    padding-bottom: 3.2rem;
    border-bottom: 0.1rem solid #000;
  }
}

@media screen and (max-width: 768px) {
  .sidebar-heading {
    margin-bottom: 4.5rem;
  }
}

@media screen and (min-width: 769px) {
  .sidebar-ttl {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sidebar-ttl {
    display: block;
    font-size: 1.8rem;
    line-height: 130%;
    letter-spacing: 0.04em;
    width: 100%;
    padding: 1.4rem 1.6rem;
    border: 0.1rem solid #B0B0B0;
    position: relative;
  }
  .sidebar-ttl::after {
    position: absolute;
    content: '';
    width: 1.4rem;
    height: 0.8rem;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/common/arrow_down.svg) left top no-repeat;
    background-size: cover;
  }
}

.sidebar-menu_item + .sidebar-menu_item {
  margin-top: 2.4rem;
}

.sidebar-menu_item a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 150%;
}

@media screen and (min-width: 769px) {
  .sidebar-menu {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .sidebar-menu {
    display: none;
  }
  .sidebar-menu_item + .sidebar-menu_item {
    margin-top: 0;
  }
  .sidebar-menu_item a {
    display: block;
    padding: 1.4rem 1.6rem;
  }
}

/** home
======================================= **/
@-webkit-keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 10;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes anime {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 10;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.main-visual {
  width: 100%;
  height: 100vh;
  position: relative;
}

.main-visual .mv-img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main-visual .mv-img img, .main-visual .mv-img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-visual .mv-ctn {
  position: absolute;
  left: 6rem;
  bottom: 6rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .main-visual .mv-ctn {
    left: 0;
    bottom: 0;
    padding: 0 2rem 2rem;
  }
}

.main-visual .mv-ttl {
  font-size: 4.1rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.07em;
  margin-bottom: 0.8rem;
}

@media screen and (max-width: 768px) {
  .main-visual .mv-ttl {
    font-size: 3rem;
    margin-bottom: 1.2rem;
  }
}

.main-visual .mv-txt {
  font-size: 1.5rem;
  line-height: 220%;
}

@media screen and (max-width: 768px) {
  .main-visual .mv-txt {
    font-size: 1.4rem;
    line-height: 180%;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 768px) {
  .main-visual {
    width: 100%;
  }
}

.box-cta {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 5;
}

.box-cta .box-cta_txt1,
.box-cta .box-cta_txt2 {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 100%;
}

.box-cta .box-cta_tel {
  display: inline-block;
  font-size: 3.3rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #992F48;
  margin: 1.2rem 0;
  position: relative;
  padding-left: 3.5rem;
}

.box-cta .box-cta_tel::after {
  position: absolute;
  content: '';
  width: 3rem;
  height: 2rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/icon_tel_black.svg) left top no-repeat;
  background-size: cover;
}

.box-cta .box-cta_close {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 0.8rem;
  top: 0.8rem;
  cursor: pointer;
}

.box-cta .box-cta_close img {
  display: block;
  width: 100%;
  height: auto;
}

.box-cta a {
  width: 30rem;
  height: 12rem;
  background-color: #fff;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  cursor: pointer !important;
  pointer-events: inherit;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.box-cta a:hover {
  opacity: 0.7 !important;
}

@media screen and (max-width: 768px) {
  .box-cta {
    display: none;
  }
}

.p-top_bannber a {
  display: block;
  line-height: 0;
}

@media screen and (min-width: 769px) {
  .p-top_bannber {
    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;
  }
  .p-top_bannber_item {
    width: calc(100%/3);
  }
}

@media screen and (max-width: 768px) {
  .p-top_bannber_item {
    width: 33.5rem;
  }
  .p-top_bannber .slick-arrow {
    top: 0;
    width: 2rem;
    height: 100%;
    background-color: #DEDBCD;
  }
  .p-top_bannber .slick-arrow::after {
    width: 0.6rem;
    height: 1rem;
  }
  .p-top_bannber .slick-arrow.slick-prev {
    left: 0;
  }
  .p-top_bannber .slick-arrow.slick-prev::after {
    background: url(../img/common/icon_prev_yl.svg) left center no-repeat;
    background-size: cover;
  }
  .p-top_bannber .slick-arrow.slick-next {
    right: 0;
  }
  .p-top_bannber .slick-arrow.slick-next::after {
    background: url(../img/common/icon_next_yl.svg) left center no-repeat;
    background-size: cover;
  }
  .p-top_bannber .slick-dots {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 1.2rem;
    -moz-column-gap: 1.2rem;
    column-gap: 1.2rem;
    position: absolute;
    bottom: -1.8rem;
  }
  .p-top_bannber .slick-dots li {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.5);
  }
  .p-top_bannber .slick-dots li button {
    background: none;
    outline: none;
    border: none;
    text-indent: -9999px;
    padding: 0;
    margin: 0;
  }
  .p-top_bannber .slick-dots li.slick-active {
    background-color: #656565;
  }
}

.p-top_reasons {
  padding: 17rem 0 20.3rem;
}

@media screen and (max-width: 768px) {
  .p-top_reasons {
    padding: 9.8rem 0 8rem;
  }
}

.p-top_reasons .reasons-article .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-top_reasons .reasons-article .reasons-article_img {
  width: 49.4rem;
  position: relative;
  padding: 3.5rem 0;
  z-index: 1;
}

.p-top_reasons .reasons-article .reasons-article_img::after {
  position: absolute;
  content: '';
  width: 500%;
  height: 100%;
  top: 0;
  right: 8rem;
  background: url(../img/top/reasons-bg.png) left top repeat-x;
  background-size: contain;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-top_reasons .reasons-article .reasons-article_img {
    width: 33.5rem;
    padding: 2rem 0;
    margin-bottom: 2rem;
  }
  .p-top_reasons .reasons-article .reasons-article_img::after {
    width: 33.5rem;
    left: -2rem;
    right: auto;
    background: url(../img/top/reasons-bg.png) left top repeat-x;
    background-size: cover;
  }
}

.p-top_reasons .reasons-article .reasons-article_ctn {
  width: 42.6rem;
}

.p-top_reasons .reasons-article .reasons-article_head {
  text-align: center;
}

.p-top_reasons .reasons-article .reasons-article_head .num {
  display: inline-block;
  font-size: 5rem;
  font-weight: 400;
  line-height: 150%;
}

@media screen and (max-width: 768px) {
  .p-top_reasons .reasons-article .reasons-article_head .num {
    font-size: 3.8rem;
  }
}

.p-top_reasons .reasons-article .reasons-article_head .ttl {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 2.4rem;
}

.p-top_reasons .reasons-article:nth-child(even) .l-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-top_reasons .reasons-article:nth-child(even) .reasons-article_img::after {
  right: auto;
  left: 8rem;
}

@media screen and (max-width: 768px) {
  .p-top_reasons .reasons-article:nth-child(even) .reasons-article_img::after {
    left: auto;
    right: -2rem;
  }
}

.p-top_reasons .reasons-article + .reasons-article {
  margin-top: 8rem;
}

.p-top_reasons .c-btn {
  margin-top: 12rem;
}

@media screen and (max-width: 768px) {
  .p-top_reasons .c-btn {
    margin-top: 8rem;
    max-width: 33.5rem;
  }
}

.p-top_slider .slr-loop img {
  width: 1830px;
}

@media screen and (max-width: 768px) {
  .p-top_slider .slr-loop img {
    width: 1330px;
    max-width: unset;
  }
}

.p-top_plan {
  padding: 10rem 0 16rem;
}

@media screen and (max-width: 768px) {
  .p-top_plan {
    padding: 8rem 0 8rem;
  }
}

.p-top_plan .c-btn {
  margin-top: 8rem;
}

@media screen and (min-width: 769px) {
  .p-top_plan .top-plan-wrap {
    position: relative;
    min-height: 46.5rem;
  }
}

@media screen and (min-width: 769px) {
  .p-top_plan .top-plan-ctn {
    padding: 2.4rem 2.4rem 2.4rem 0;
    position: relative;
    border-bottom: 1px solid #B0B0B0;
    width: 42.6rem;
  }
  .p-top_plan .top-plan-ctn::after {
    position: absolute;
    content: '';
    width: 0.8rem;
    height: 1.2rem;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/common/icon_next_black.svg) right center no-repeat;
    background-size: cover;
  }
  .p-top_plan .top-plan-ctn:hover ~ .top-plan-img {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (min-width: 769px) {
  .p-top_plan .top-plan-img {
    width: 49.4rem;
    height: 46.5rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
}

.p-top_plan .top-plan-link {
  display: block;
}

@media screen and (min-width: 769px) {
  .p-top_plan .top-plan-link:hover {
    opacity: 0.6;
  }
}

.p-top_plan .top-plan-item_ttl {
  display: block;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1em;
  margin-bottom: 0.8rem;
}

@media screen and (max-width: 768px) {
  .p-top_plan .top-plan-item_ttl {
    text-align: center;
    margin-bottom: 1rem;
  }
}

.p-top_plan .top-plan-item_pri {
  display: block;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 1rem;
}

.p-top_plan .top-plan-item_pri span {
  display: inline-block;
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .p-top_plan .top-plan-item_pri {
    font-size: 1.8rem;
    line-height: 150%;
    text-align: center;
  }
  .p-top_plan .top-plan-item_pri span {
    font-size: 2.5rem;
  }
}

.p-top_plan .top-plan-item_txt {
  display: block;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .p-top_plan .top-plan-item_txt {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 769px) {
  .p-top_plan .top-plan-item:nth-child(1) .top-plan-img {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 768px) {
  .p-top_plan .top-plan-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .p-top_plan .top-plan-item .top-plan-img {
    margin-bottom: 1rem;
  }
  .p-top_plan .top-plan-item + .top-plan-item {
    border-top: 1px solid #B0B0B0;
    padding-top: 4rem;
    margin-top: 4rem;
  }
}

.p-top_access {
  background: url(../img/top/bg-access.png) center center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 16rem 0 21rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top_access {
    padding: 8rem 0 14.5rem;
    background: url(../img/top/bg-access.png) center center no-repeat;
    background-size: cover;
  }
}

.p-top_access::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 21rem;
  left: 0;
  bottom: 0;
  background: url(../img/top/access_after.png) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-top_access::after {
    height: 13.5rem;
    background: url(../img/top/access_after_sp.png) left top no-repeat;
    background-size: cover;
  }
}

.p-top_access .maps {
  width: 100%;
  height: 40rem;
  position: relative;
  margin-bottom: 4.8rem;
}

.p-top_access .maps iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .p-top_access .maps {
    height: 27rem;
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 769px) {
  .p-top_access .access-brand {
    padding-bottom: 4rem;
  }
}

.p-top_access .access-brand_item {
  width: 35.2rem;
  margin: 0 2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-top_access .access-brand_item {
    width: 33.5rem;
  }
}

.p-top_access .access-brand_item_img {
  display: block;
  overflow: hidden;
  margin-bottom: 2rem;
  position: relative;
}

.p-top_access .access-brand_item_img .num {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 100%;
  text-align: left;
  width: 6rem;
  height: 6rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.p-top_access .access-brand_item_img .num::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  left: -3.5rem;
  top: -1rem;
  border-left: 5rem solid transparent;
  border-right: 5rem solid transparent;
  border-bottom: 5rem solid #0E0E0E;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-top_access .access-brand_item_img {
    margin-bottom: 1.6rem;
  }
  .p-top_access .access-brand_item_img .num {
    font-size: 2.6rem;
  }
  .p-top_access .access-brand_item_img .num::after {
    left: -3rem;
    border-left: 4.5rem solid transparent;
    border-right: 4.5rem solid transparent;
    border-bottom: 4.5rem solid #0E0E0E;
  }
}

.p-top_access .access-brand_item_ctn .tl {
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 1rem;
  min-height: 5.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .p-top_access .access-brand_item_ctn .tl {
    margin-bottom: 1.6rem;
  }
}

.p-top_access .access-brand_item_ctn .tx {
  display: block;
}

.p-top_access .access-brand_item_ctn .inf {
  margin-top: 2rem;
}

.p-top_access .access-brand_item_ctn .inf li {
  padding: 0.8rem 0;
  border: 1px solid #fff;
  border-radius: 2rem;
}

.p-top_access .access-brand_item_ctn .inf li + li {
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .p-top_access .access-brand_item_ctn .inf {
    margin-top: 1.6rem;
  }
  .p-top_access .access-brand_item_ctn .inf li {
    letter-spacing: -1px;
  }
}

.p-top_access .access-brand_item .access-brand_item_link {
  display: block;
}

.p-top_access .access-brand_item .access-brand_item_link:hover {
  opacity: 0.6;
}

.p-top_access .access-brand .slick-arrow {
  top: 0;
  width: 6rem;
  height: 100%;
  background-color: #0E0E0E;
}

.p-top_access .access-brand .slick-arrow::after {
  width: 1.3rem;
  height: 3.2rem;
}

@media screen and (max-width: 768px) {
  .p-top_access .access-brand .slick-arrow {
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    border-radius: 50%;
    top: 10.4rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .p-top_access .access-brand .slick-arrow::after {
    width: 0.7rem;
    height: 0.9rem;
  }
  .p-top_access .access-brand .slick-arrow.slick-prev {
    left: 1rem;
  }
  .p-top_access .access-brand .slick-arrow.slick-prev::after {
    background: url(../img/common/icon_prev_black_sm.svg) left center no-repeat;
    background-size: contain;
  }
  .p-top_access .access-brand .slick-arrow.slick-next {
    right: 1rem;
  }
  .p-top_access .access-brand .slick-arrow.slick-next::after {
    background: url(../img/common/icon_next_black_sm.svg) right center no-repeat;
    background-size: contain;
  }
}

.p-top_access .c-btn {
  margin-top: 4rem;
}

.p-top_news {
  padding: 12rem 0;
}

@media screen and (max-width: 768px) {
  .p-top_news {
    padding: 8rem 0;
  }
}

@media screen and (min-width: 769px) {
  .p-top_news .l-inner {
    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;
    gap: 0 12rem;
  }
}

.p-top_news .top-news_head {
  width: 15.2rem;
}

@media screen and (max-width: 768px) {
  .p-top_news .top-news_head {
    width: 100%;
  }
}

.p-top_news .top-news_head .ttl {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .p-top_news .top-news_head .ttl {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 4rem;
    line-height: 130%;
    letter-spacing: 0.04em;
  }
}

.p-top_news .top-news_head .btn {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 100%;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #000000;
  margin-top: 4.8rem;
}

.p-top_news .top-news_ctn {
  width: 72.8rem;
}

@media screen and (min-width: 769px) {
  .p-top_news .top-news_ctn {
    position: relative;
  }
  .p-top_news .top-news_ctn::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    left: -6rem;
    top: 0;
    background-color: #992F48;
  }
}

@media screen and (max-width: 768px) {
  .p-top_news .top-news_ctn {
    width: 100%;
  }
}

.p-top_news .top-news_ctn .news-item {
  border: none;
}

.p-top_news .top-news_ctn .news-item + .news-item {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .p-top_news .top-news_ctn .news-item + .news-item {
    margin-top: 4rem;
  }
}

.p-top_news .top-news_ctn .news-item_link {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .p-top_news .top-news_ctn .news-item_date {
    margin-bottom: 2rem;
  }
}

.p-top_news .btn {
  text-align: center;
  margin-top: 4rem;
}

.p-top_news .btn a {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #000;
}

.p-top_faq {
  padding: 12rem 0 11rem;
  background: url(../img/top/faq_bg.png) left top no-repeat;
  background-size: cover;
}

.p-top_faq .c-btn {
  margin-top: 6rem;
}

@media screen and (max-width: 768px) {
  .p-about .c-anchor {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .p-about .heading-lv5 {
    font-size: 2.7rem;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 769px) {
  .p-about_message .message-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
}

@media screen and (min-width: 769px) {
  .p-about_message .message-row_img {
    width: 37.4rem;
    margin-top: -8rem;
  }
}

@media screen and (max-width: 768px) {
  .p-about_message .message-row_img {
    margin-bottom: 1.6rem;
  }
}

@media screen and (min-width: 769px) {
  .p-about_message .message-row_ctn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.5rem;
    line-height: 220%;
  }
}

.p-about_message .message-row_ctn .inf {
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.01em;
  margin-top: 1.6rem;
}

.p-about_message .message-row_ctn .inf span {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 400;
  margin-left: 1rem;
}

.p-about_outline {
  margin-top: 16rem;
}

@media screen and (max-width: 768px) {
  .p-about_outline {
    margin-top: 12rem;
  }
}

.p-about_outline .outline-art {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  border-top: 0.1rem solid #8A8A8A;
}

.p-about_outline .outline-art_tl {
  font-weight: 700;
  width: 22rem;
}

.p-about_outline .outline-art_tx {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-about_outline .outline-art:last-child {
  border-bottom: 0.1rem solid #8A8A8A;
}

@media screen and (max-width: 768px) {
  .p-about_outline .outline-art {
    display: block;
    padding: 2rem 1.6rem;
  }
  .p-about_outline .outline-art_tl {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}

.p-about_history {
  margin-top: 16rem;
}

@media screen and (max-width: 768px) {
  .p-about_history {
    margin-top: 12rem;
  }
}

.p-about_history .history-list {
  position: relative;
}

.p-about_history .history-list::before {
  position: absolute;
  content: '';
  width: 0.1rem;
  height: calc(100% - 2rem);
  left: 18.25rem;
  top: 1rem;
  background-color: #B074A8;
}

@media screen and (max-width: 768px) {
  .p-about_history .history-list::before {
    left: 7.95rem;
    top: 2.2rem;
    height: calc(100% - 5.5rem);
  }
}

.p-about_history .history-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-about_history .history-item + .history-item {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .p-about_history .history-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-about_history .history-item + .history-item {
    margin-top: 2rem;
  }
}

.p-about_history .history-item .year {
  width: 18.3rem;
  margin: 0;
  position: relative;
}

.p-about_history .history-item .year::after {
  position: absolute;
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  right: -0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #B074A8;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .p-about_history .history-item .year {
    width: 8rem;
    text-align: center;
    padding-right: 1.2rem;
  }
  .p-about_history .history-item .year span {
    display: block;
    text-align: center;
    font-size: 1.2rem;
  }
}

.p-about_history .history-item .cpy {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 4.3rem;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .p-about_history .history-item .cpy {
    padding-left: 1.9rem;
  }
}

.news-item {
  border-bottom: 1px solid #9F9F9F;
}

@media screen and (max-width: 768px) {
  .news-item {
    border: none;
  }
  .news-item + .news-item {
    margin-top: 4rem;
  }
}

.news-item_thumb {
  width: 15rem;
}

.news-item_thumb img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .news-item_thumb {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.news-item_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news-item_date {
  display: block;
  line-height: 100%;
  margin-bottom: 1.4rem;
}

@media screen and (max-width: 768px) {
  .news-item_date {
    margin-bottom: 1rem;
  }
}

.news-item_title {
  display: block;
  position: relative;
  padding-right: 4rem;
}

.news-item_title::after {
  position: absolute;
  content: '';
  width: 1.2rem;
  height: 2.3rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/icon_right_black.svg) right top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .news-item_title::after {
    width: 0.8rem;
    height: 1.2rem;
  }
}

.news-item_link {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 4rem;
  padding: 2.4rem 0;
}

@media screen and (min-width: 769px) {
  .news-item_link:hover .news-item_title {
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  .news-item_link {
    display: block;
    padding: 0;
  }
}

.post-title {
  font-size: 4.1rem;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .post-title {
    font-size: 3rem;
  }
}

.post-date {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 768px) {
  .post-date {
    font-size: 1.5rem;
  }
}

.post-feature {
  display: block;
  margin-top: 3.5rem;
}

@media screen and (max-width: 768px) {
  .post-feature {
    margin-top: 4rem;
  }
}

.post-content {
  margin: 8rem 0 12rem;
}

@media screen and (max-width: 768px) {
  .post-content {
    margin: 4rem 0 8rem;
  }
}

.post-content h2 {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.08em;
  margin-bottom: 2rem;
}

.post-content h2:not(:first-child) {
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .post-content h2 {
    font-size: 2.8rem;
    line-height: 130%;
    letter-spacing: 0.04em;
    margin-bottom: 1.6rem;
  }
  .post-content h2:not(:first-child) {
    margin-top: 4rem;
  }
}

.post-content h3 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.01em;
  margin: 4.2rem 0 2rem;
}

@media screen and (max-width: 768px) {
  .post-content h3 {
    margin: 3rem 0 1.6rem;
  }
}

.post-content h4 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.01em;
  margin: 3rem 0 2rem;
}

@media screen and (max-width: 768px) {
  .post-content h4 {
    margin: 3rem 0 1.6rem;
  }
}

.post-content h5, .post-content h6 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.01em;
  margin: 3rem 0 2rem;
}

@media screen and (max-width: 768px) {
  .post-content h5, .post-content h6 {
    margin: 3rem 0 1.6rem;
  }
}

.post-content a {
  text-decoration: underline;
}

.post-content strong, .post-content b, .post-content em {
  font-weight: 600;
}

.p-faq_sc + .p-faq_sc {
  margin-top: 16rem;
}

@media screen and (max-width: 768px) {
  .p-faq_sc + .p-faq_sc {
    margin-top: 12rem;
  }
}

.faq-art {
  padding: 0 4rem;
  background-color: #fff;
  color: #4F4F4F;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 768px) {
  .faq-art {
    padding: 0 1.6rem;
  }
}

.faq-art_ttl {
  padding: 0 0 0 6rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 150%;
  position: relative;
  cursor: pointer;
}

.faq-art_ttl::before {
  position: absolute;
  content: 'Q';
  font-size: 3rem;
  font-weight: 400;
  line-height: 100%;
  color: #436887;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.faq-art_ttl span {
  display: block;
  padding: 3.2rem 4.5rem 3.2rem 0;
  position: relative;
}

.faq-art_ttl span::before, .faq-art_ttl span::after {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #4F4F4F;
}

.faq-art_ttl span::before {
  width: 0.2rem;
  height: 2rem;
  right: 0.9rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.faq-art_ttl span::after {
  width: 2rem;
  height: 0.2rem;
  right: 0;
}

@media screen and (max-width: 768px) {
  .faq-art_ttl {
    font-size: 1.6rem;
    padding: 0 0 0 2.5rem;
  }
  .faq-art_ttl::before {
    font-size: 2rem;
    left: 0;
  }
  .faq-art_ttl span {
    padding: 2rem 3rem 2rem 0;
  }
  .faq-art_ttl span::before {
    height: 1.4rem;
    right: 0.6rem;
  }
  .faq-art_ttl span::after {
    width: 1.4rem;
    right: 0;
  }
}

.faq-art_ttl._active span::before {
  opacity: 0;
  visibility: hidden;
}

.faq-art_txt {
  padding: 3.2rem 0 3.2rem 6rem;
  border-top: 0.1rem solid #B0B0B0;
  position: relative;
  display: none;
}

.faq-art_txt::before {
  position: absolute;
  content: 'A';
  font-size: 3rem;
  font-weight: 400;
  line-height: 100%;
  color: #992F48;
  left: 0;
  top: 3.2rem;
}

.faq-art_txt .txt-sub {
  font-size: 2rem;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 1.5rem;
}

.faq-art_txt .txt-cpy p + p {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .faq-art_txt {
    padding: 2rem 0 2rem 2.5rem;
  }
  .faq-art_txt::before {
    font-size: 2rem;
    left: 0;
    top: 3.6rem;
  }
  .faq-art_txt .txt-sub {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}

.faq-art_txt._active {
  display: block;
}

.faq-art + .faq-art {
  margin-top: 2.4rem;
}

@media screen and (max-width: 768px) {
  .faq-art + .faq-art {
    margin-top: 2rem;
  }
}

.p-privacy .heading-lv4 {
  margin-bottom: 2.4rem;
}

.p-privacy .heading-lv4:not(:first-child) {
  margin-top: 12rem;
}

@media screen and (max-width: 768px) {
  .p-application .c-anchor {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .p-application .c-anchor .c-anchor_item {
    display: inline-block;
  }
  .p-application .c-anchor .c-anchor_item + .c-anchor_item {
    margin-left: 4rem;
  }
}

.p-application .heading-lv4 {
  font-size: 4.2rem;
}

@media screen and (max-width: 768px) {
  .p-application .heading-lv4 {
    font-size: 3.3rem;
  }
}

.p-application .app-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  margin: 4rem 0 0;
}

.p-application .app-btn.bt {
  margin-top: 16rem;
}

@media screen and (max-width: 768px) {
  .p-application .app-btn.bt {
    margin-top: 12rem;
  }
}

@media screen and (max-width: 768px) {
  .p-application .app-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-application .app-sc + .app-sc {
  margin-top: 17rem;
}

@media screen and (max-width: 768px) {
  .p-application .app-sc + .app-sc {
    margin-top: 8rem;
  }
}

.p-application .app-list {
  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;
  gap: 8rem 4rem;
}

.p-application .app-item {
  width: calc(100%/2 - 2rem);
}

.p-application .app-item_img {
  display: block;
  overflow: hidden;
  max-width: 38rem;
  margin: 0 auto 3.6rem;
}

.p-application .app-item_ctn p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 150%;
  margin-top: 0.8rem;
}

@media screen and (max-width: 768px) {
  .p-application .app-item_ctn p {
    font-size: 2.1rem;
  }
}

.p-application .app-item_ttl {
  font-size: 3rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 768px) {
  .p-application .app-item {
    width: 33.5rem !important;
  }
}

.partner-note {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%;
}

.partner-list {
  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;
  gap: 1.6rem;
  margin: 8rem 0;
}

@media screen and (max-width: 768px) {
  .partner-list {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .partner-list li {
    width: calc(100%/3 - 1.1rem);
  }
}

@media screen and (max-width: 768px) {
  .partner-list li + li {
    margin-top: 2rem;
  }
}

.partner-list li .partner-itm {
  width: 100%;
  height: 7.3rem;
  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;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
  background-color: #B074A8;
  border: 1px solid #B074A8;
}

.partner-list li .partner-itm span {
  display: inline-block;
  position: relative;
}

.partner-list li .partner-itm:not(.noico) span {
  padding-right: 3.5rem;
}

.partner-list li .partner-itm:not(.noico) span:after {
  position: absolute;
  content: '';
  width: 2.9rem;
  height: 2.9rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/icon_pdf.svg) left top no-repeat;
  background-size: cover;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.partner-list li a:hover {
  background-color: #fff;
  color: #B074A8;
}

.partner-list li a:hover:not(.noico) span:after {
  background: url(../img/common/icon_pdf_o.svg) left top no-repeat;
  background-size: cover;
}

.p-afterservice .heading-lv5 {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .p-afterservice .heading-lv5 {
    margin-bottom: 2.4rem;
  }
}

.p-afterservice .afterservice-list {
  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;
  gap: 8rem;
}

@media screen and (max-width: 768px) {
  .p-afterservice .afterservice-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-afterservice .afterservice-item {
  width: calc(100%/2 - 4rem);
}

@media screen and (max-width: 768px) {
  .p-afterservice .afterservice-item {
    width: 100%;
  }
}

.p-afterservice .afterservice-item_img {
  margin-bottom: 1.6rem;
}

.p-afterservice .afterservice-item_ttl {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.01em;
  margin-bottom: 1.6rem;
}

.p-access .access-sc {
  scroll-margin-top: 10rem;
}

.p-access .access-sc + .access-sc {
  margin-top: 16rem;
}

.p-access .access-sc_ttl {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.08em;
  margin-bottom: 3.2rem;
}

@media screen and (max-width: 768px) {
  .p-access .access-sc_ttl {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.04em;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 769px) {
  .p-access .access-sc_row {
    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;
    gap: 5rem 4rem;
  }
}

@media screen and (min-width: 769px) {
  .p-access .access-sc_col {
    width: calc(100%/2 - 2rem);
  }
  .p-access .access-sc_col.access-sc_ctn {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .p-access .access-sc_col.access-sc_info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .p-access .access-sc_col.access-sc_img {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .p-access .access-sc_col.access-sc_map {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.p-access .access-sc_img .slick-arrow.slick-prev {
  left: 0.4rem;
}

.p-access .access-sc_img .slick-arrow.slick-next {
  right: 0.4rem;
}

@media screen and (max-width: 768px) {
  .p-access .access-sc_ctn {
    margin-top: 2rem;
  }
}

.p-access .access-sc_info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.4rem;
  -moz-column-gap: 2.4rem;
  column-gap: 2.4rem;
  border-bottom: 1px solid #C9C9C9;
  padding: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%;
}

.p-access .access-sc_info dl:first-of-type {
  border-top: 1px solid #C9C9C9;
}

.p-access .access-sc_info dl dt {
  width: 11.4rem;
}

.p-access .access-sc_info dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .p-access .access-sc_info {
    margin-top: 2rem;
  }
}

.p-access .access-sc_map {
  height: 33rem;
  position: relative;
}

.p-access .access-sc_map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .p-access .access-sc_map {
    height: 31rem;
    margin-top: 2rem;
  }
}

.p-access .access-sc .access-slider_large,
.p-access .access-sc .access-slider_small {
  width: 100%;
}

.p-access .access-sc .access-slider_large img,
.p-access .access-sc .access-slider_small img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.p-access .access-sc .access-slider_large {
  height: 24rem;
}

.p-access .access-sc .access-slider_large_item {
  width: 100%;
  height: 24rem;
  overflow: hidden;
  position: relative;
}

.p-access .access-sc .access-slider_large_item .btn-play {
  width: 9.1rem;
  height: 9.1rem;
}

.p-access .access-sc .access-slider_small {
  margin-top: 0.5rem;
}

.p-access .access-sc .access-slider_small_item {
  width: 11.6rem;
  height: 8.6rem;
  margin: 0 0.25rem;
  position: relative;
}

.p-plan .price-box .price-box_ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-plan .price-box .price-box_ttl {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
  padding: 0.7rem 1rem;
  margin-bottom: 1.6rem;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.p-plan .price-box .price-box_txt1 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 100%;
}

.p-plan .price-box .price-box_txt1 span {
  display: inline-block;
  font-size: 4rem;
  font-weight: 500;
}

.p-plan .price-box .price-box_txt2 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 100%;
  margin-left: -1.2rem;
  margin-top: 1.8rem;
}

.p-plan .price-box .price-box_txt2 span {
  display: inline-block;
  font-size: 2.6rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-plan .price-box .price-box_txt2 {
    font-size: 1.4rem;
  }
}

.p-plan .price-box .price-box_txt3 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-plan .price-box .price-box_txt3 {
    font-size: 3rem;
  }
}

.p-plan .price-box .price-box_txt4 {
  font-size: 1.4rem;
  margin-top: 1rem;
}

.p-plan .plan-article + .plan-article {
  margin-top: 16rem;
}

@media screen and (max-width: 768px) {
  .p-plan .plan-article + .plan-article {
    margin-top: 12rem;
  }
}

.p-plan .plan-article .c-btn {
  margin-top: 5.6rem;
}

@media screen and (max-width: 768px) {
  .p-plan .plan-article .c-btn {
    margin-top: 8rem;
  }
}

.p-plan .plan-article .plan-article_feature {
  margin-bottom: 5.2rem;
}

@media screen and (max-width: 768px) {
  .p-plan .plan-article .plan-article_feature {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .p-plan .plan-article .heading-lv5 {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 769px) {
  .p-plan .plan-article .plan-article_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
}

.p-plan .plan-article .plan-article_top .plan-article_top_left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-plan .plan-article .plan-article_top .plan-article_top_right {
  min-width: 27rem;
}

@media screen and (max-width: 768px) {
  .p-plan .plan-article .plan-article_top .plan-article_top_right {
    margin-top: 3rem;
  }
}

.p-plan .plan-article .plan-article_flow {
  margin: 4rem 0 0;
}

@media screen and (max-width: 768px) {
  .p-plan .plan-article .plan-article_flow {
    margin-top: 3rem;
  }
}

.p-plan .plan-article .plan-article_slider {
  margin: 4rem 0 0;
}

.p-plan .plan-article .plan-article_slider_item {
  width: 24.5rem;
  margin: 0 0.5rem;
}

@media screen and (max-width: 768px) {
  .p-plan .plan-article .plan-article_slider {
    margin-top: 3rem;
  }
  .p-plan .plan-article .plan-article_slider .slick-list {
    overflow: visible;
  }
}

.p-plan .plan-article .plan-article_service {
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .p-plan .plan-article .plan-article_service {
    margin-top: 4rem;
  }
}

.p-plan .plan-article .plan-article_service .plan-article_service_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 768px) {
  .p-plan .plan-article .plan-article_service .plan-article_service_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    row-gap: 0.8rem;
    margin-bottom: 2rem;
  }
}

.p-plan .plan-article .plan-article_service .plan-article_service_head .lbl {
  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;
  text-align: center;
  width: 9rem;
  height: 9rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 120%;
  background: url(../img/plan/pln_regbg.svg) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-plan .plan-article .plan-article_service .plan-article_service_head .lbl {
    width: auto;
    height: 5.8rem;
    padding-left: 1.7rem;
    background-size: 5.8rem 5.8rem;
  }
}

.p-plan .plan-article .plan-article_service .plan-article_service_head .ttl {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
}

.p-plan .plan-article .plan-article_service .plan-article_service_head .ttl span {
  display: inline-block;
  font-size: 3.1rem;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .p-plan .plan-article .plan-article_service .plan-article_service_head .ttl {
    font-size: 2rem;
    letter-spacing: 0.04em;
    line-height: 170%;
  }
  .p-plan .plan-article .plan-article_service .plan-article_service_head .ttl span {
    font-size: 2.8rem;
  }
}

.p-plan .plan-article .plan-article_service .plan-art {
  padding: 4rem;
  border-width: 0.8rem;
  border-style: solid;
  border-left: none;
  border-right: none;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-plan .plan-article .plan-article_service .plan-art {
    padding: 2rem 1.6rem;
  }
}

.p-plan .plan-article .plan-article_service .plan-art::after {
  position: absolute;
  content: '';
  width: 35.8rem;
  height: 34.4rem;
  right: 0;
  top: 0;
  background: url(../img/plan/pln_af.png) right top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-plan .plan-article .plan-article_service .plan-art::after {
    width: 28.7rem;
    height: 27.6rem;
  }
}

.p-plan .plan-article .plan-article_service .plan-art .plan-art_row {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .p-plan .plan-article .plan-article_service .plan-art .plan-art_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    gap: 0 4rem;
    margin-bottom: 4rem;
  }
}

.p-plan .plan-article .plan-article_service .plan-art .plan-art_row_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-plan .plan-article .plan-article_service .plan-art .plan-art_row_ctn .price-box .price-box_txt1 {
  font-size: 3.1rem;
}

.p-plan .plan-article .plan-article_service .plan-art .plan-art_row_ctn .price-box .price-box_txt1 span {
  font-size: 4.6rem;
}

@media screen and (max-width: 768px) {
  .p-plan .plan-article .plan-article_service .plan-art .plan-art_row_ctn .price-box .price-box_txt1 {
    font-size: 2.5rem;
  }
  .p-plan .plan-article .plan-article_service .plan-art .plan-art_row_ctn .price-box .price-box_txt1 span {
    font-size: 4rem;
  }
}

.p-plan .plan-article .plan-article_service .plan-art .plan-art_row_ctn .price-box .price-box_txt2 {
  font-size: 1.9rem;
}

.p-plan .plan-article .plan-article_service .plan-art .plan-art_row_ctn .price-box .price-box_txt2 span {
  font-size: 3.1rem;
}

@media screen and (max-width: 768px) {
  .p-plan .plan-article .plan-article_service .plan-art .plan-art_row_ctn .price-box .price-box_txt2 {
    font-size: 1.4rem;
  }
  .p-plan .plan-article .plan-article_service .plan-art .plan-art_row_ctn .price-box .price-box_txt2 span {
    font-size: 2.6rem;
  }
}

.p-plan .plan-article .plan-article_service .plan-art .plan-art_row_ttl {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.08em;
  margin-bottom: 2.8rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-plan .plan-article .plan-article_service .plan-art .plan-art_row_ttl {
    font-size: 2.8rem;
    line-height: 130%;
    letter-spacing: 0.04em;
    margin-bottom: 2rem;
  }
}

.p-plan .plan-article .plan-article_service .plan-art .plan-art_row_img {
  width: 25.7rem;
}

@media screen and (max-width: 768px) {
  .p-plan .plan-article .plan-article_service .plan-art .plan-art_row_img {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.p-plan .plan-article .plan-article_service .plan-art .plan-art_items {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-plan .plan-article .plan-article_service .plan-art .plan-art_items {
    margin-top: 3.4rem;
  }
}

.p-plan .plan-article .plan-article_service .plan-art .plan-art_items .plan-art_items_ttl {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  margin-bottom: 1.6rem;
}

.p-plan .plan-article .plan-article_service .plan-art .plan-art_items .plan-art_items_list {
  display: block;
  text-align: center;
  margin: 0 -1rem 2rem;
}

.p-plan .plan-article .plan-article_service .plan-art .plan-art_items .plan-art_items_list li {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 100%;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  color: #fff;
  margin: 0.4rem 0.2rem;
}

@media screen and (max-width: 768px) {
  .p-plan .plan-article .plan-article_service .plan-art .plan-art_items .plan-art_items_list {
    text-align: left;
  }
}

.p-plan .plan-article .plan-article_service .plan-art .plan-art_items .plan-art_items_txt {
  font-size: 1.4rem;
}

.p-plan .plan-article .plan-article_service .plan-art + .plan-art {
  margin-top: 4rem;
}

.p-plan .plan-article .plan-article_service .plan-art._pupple {
  border-color: #B074A8;
  background: url(../img/plan/pln_bg1.png) right top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-plan .plan-article .plan-article_service .plan-art._pupple {
    background: url(../img/plan/pln_bg1_sp.png) left bottom no-repeat;
    background-size: cover;
  }
}

.p-plan .plan-article .plan-article_service .plan-art._pupple .plan-art_row_ttl {
  color: #B074A8;
}

.p-plan .plan-article .plan-article_service .plan-art._pupple .plan-art_items .plan-art_items_list li {
  background-color: #B074A8;
}

.p-plan .plan-article .plan-article_service .plan-art._pink {
  border-color: #D782A5;
  background: url(../img/plan/pln_bg2.png) right top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-plan .plan-article .plan-article_service .plan-art._pink {
    background: url(../img/plan/pln_bg2_sp.png) left bottom no-repeat;
    background-size: cover;
  }
}

.p-plan .plan-article .plan-article_service .plan-art._pink .plan-art_row_ttl {
  color: #D782A5;
}

.p-plan .plan-article .plan-article_service .plan-art._pink .plan-art_items .plan-art_items_list li {
  background-color: #D782A5;
}

@media screen and (min-width: 769px) {
  .p-consultation_point .consult-point_list {
    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;
    gap: 8rem 4rem;
  }
}

.p-consultation_point .consult-point_item {
  width: calc(100%/3 - 2.7rem);
}

@media screen and (max-width: 768px) {
  .p-consultation_point .consult-point_item {
    width: 100%;
  }
  .p-consultation_point .consult-point_item + .consult-point_item {
    margin-top: 8rem;
  }
}

.p-consultation_point .consult-point_item_img {
  display: block;
  margin-bottom: 1.6rem;
}

.p-consultation_point .consult-point_item_lbl {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.07em;
  text-align: center;
  color: #992F48;
  margin-bottom: 1.6rem;
}

.p-consultation_point .consult-point_item_ttl {
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 1.6rem;
}

@media screen and (min-width: 769px) {
  .p-consultation_howto .consult-howto_list {
    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;
    gap: 0 4rem;
  }
}

.p-consultation_howto .consult-howto_item {
  width: calc(100%/3 - 2.7rem);
}

@media screen and (max-width: 768px) {
  .p-consultation_howto .consult-howto_item {
    width: 100%;
  }
  .p-consultation_howto .consult-howto_item + .consult-howto_item {
    margin-top: 4rem;
  }
}

.p-consultation_howto .consult-howto_item_ico {
  text-align: center;
  margin-bottom: 0.8rem;
}

.p-consultation_howto .consult-howto_item_ico img {
  max-width: 7.4rem;
  height: auto;
}

.p-consultation_howto .consult-howto_item_ttl {
  font-size: 2.3rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-consultation_howto .consult-howto_item_ttl {
    letter-spacing: 0.05em;
    margin-bottom: 0.8rem;
  }
}

.p-consultation_howto .consult-howto_item_txt span {
  display: inline-block;
  font-weight: 700;
  color: #992F48;
}

.p-consultation_howto .consult-howto_item_txt.txt1 {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-consultation_howto .consult-howto_item_txt {
    margin-top: 1.6rem;
  }
}

@media screen and (min-width: 769px) {
  .p-consultation_howto .consult-howto_item .c-btn {
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (min-width: 769px) {
  .p-membership_feature .membership-feature_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    margin-bottom: 8rem;
  }
}

@media screen and (max-width: 768px) {
  .p-membership_feature .membership-feature_row {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 769px) {
  .p-membership_feature .membership-feature_row_img {
    width: 41.3rem;
    margin-top: -8.6rem;
  }
}

@media screen and (max-width: 768px) {
  .p-membership_feature .membership-feature_row_img {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}

.p-membership_feature .membership-feature_row_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-membership_feature .membership-feature_row_ctn h3 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 100%;
  color: #992F48;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .p-membership_feature .membership-feature_row_ctn h3 {
    font-size: 2rem;
    font-weight: 700;
  }
}

.p-membership_feature .membership-benefit {
  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;
  gap: 4rem;
}

@media screen and (max-width: 768px) {
  .p-membership_feature .membership-benefit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.p-membership_feature .benefit-box {
  width: calc(100%/2 - 2rem);
  padding: 3rem;
  position: relative;
  background: url(../img/membership/bg2.svg) left top no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
  .p-membership_feature .benefit-box {
    width: 100%;
    background: url(../img/membership/bg2_sp.svg) left top no-repeat;
    background-size: 100% 100%;
  }
}

.p-membership_feature .benefit-box_ttl {
  font-size: 2rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.07em;
  position: relative;
  text-align: center;
  padding-bottom: 2.6rem;
  margin-bottom: 3rem;
}

.p-membership_feature .benefit-box_ttl::after {
  position: absolute;
  content: '';
  width: 27.4rem;
  height: 1.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  background: url(../img/membership/ttl_bg.svg) left top no-repeat;
  background-size: cover;
}

.p-membership_feature .benefit-box_sub {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .p-membership_feature .benefit-box_sub {
    margin-bottom: 0.8rem;
  }
}

.p-membership_feature .benefit-box_lagre {
  font-size: 4.4rem;
  line-height: 120%;
  font-weight: 600;
  letter-spacing: 0;
  color: #992F48;
}

.p-membership_feature .benefit-box_lagre span {
  display: inline-block;
  font-size: 3.6rem;
}

@media screen and (max-width: 768px) {
  .p-membership_feature .benefit-box_lagre {
    font-size: 3.2rem;
  }
  .p-membership_feature .benefit-box_lagre span {
    font-size: 2.6rem;
  }
}

.p-membership_feature .benefit-box_txt {
  font-size: 1.4rem;
  margin-top: 1.4rem;
}

@media screen and (min-width: 769px) {
  .p-membership_feature .benefit-box_row {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
}

.p-membership_feature .benefit-box_img {
  width: 20.2rem;
}

@media screen and (max-width: 768px) {
  .p-membership_feature .benefit-box_img {
    width: 100%;
    margin-top: 1.6rem;
  }
}

.p-membership_feature .benefit-box_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.p-membership_feature .benefit-box .benefit-box_flex {
  text-align: center;
  border: 1px solid #000;
  padding: 2rem 1.6rem 2rem;
  margin-top: 2rem;
}

.p-membership_feature .benefit-box .benefit-box_sm {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 2rem;
}

@media screen and (min-width: 769px) {
  .p-membership_feature .benefit-box .benefit-box_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 1.8rem;
  }
}

.p-membership_feature .benefit-box .benefit-box_inner .pri01 {
  font-size: 1.7rem;
  font-weight: 600;
  color: #fff;
  background-color: #B074A8;
  border-radius: 3rem;
  padding: 0.5rem;
}

.p-membership_feature .benefit-box .benefit-box_inner .pri02 {
  font-size: 2.6rem;
  font-weight: 600;
  color: #B074A8;
  line-height: 100%;
  margin-top: 1rem;
}

.p-membership_feature .benefit-box .benefit-box_inner .pri02 span {
  display: inline-block;
  font-size: 3.6rem;
}

@media screen and (min-width: 769px) {
  .p-membership_feature .benefit-box .benefit-box_inner .benefit-box_row_left {
    width: calc(50% - 1rem);
  }
}

@media screen and (min-width: 769px) {
  .p-membership_feature .benefit-box .benefit-box_inner .benefit-box_row_right {
    width: calc(50% - 1rem);
  }
}

@media screen and (max-width: 768px) {
  .p-membership_feature .benefit-box .benefit-box_inner .benefit-box_row_right {
    margin-top: 2rem;
  }
}

.p-membership_feature .benefit-box .benefit-box_inner .benefit-box_row_right .pri01 {
  background-color: #D782A5;
}

.p-membership_feature .benefit-box .benefit-box_inner .benefit-box_row_right .pri02 {
  color: #D782A5;
}

.p-membership_feature .benefit-box:first-child {
  width: 100%;
  padding: 4rem 4rem 4.8rem;
  background: url(../img/membership/bg1.svg) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-membership_feature .benefit-box:first-child {
    padding: 3rem;
    background: url(../img/membership/bg1_sp.svg) left top no-repeat;
    background-size: cover;
  }
}

.p-membership_feature .benefit-box:first-child .benefit-box_lagre span {
  font-size: 2.9rem;
}

@media screen and (max-width: 768px) {
  .p-membership_feature .benefit-box:first-child .benefit-box_lagre {
    font-size: 3.2rem;
  }
  .p-membership_feature .benefit-box:first-child .benefit-box_lagre span {
    font-size: 2rem;
  }
}

.p-membership_feature .benefit-box:first-child .benefit-box_row {
  gap: 0 4rem;
}

@media screen and (min-width: 769px) {
  .p-membership_feature .benefit-box:first-child .benefit-box_ttl {
    font-size: 3rem;
    margin-bottom: 4rem;
  }
  .p-membership_feature .benefit-box:first-child .benefit-box_ttl::after {
    width: 36.8rem;
    height: 1.6rem;
  }
}

@media screen and (min-width: 769px) {
  .p-membership_feature .benefit-box:first-child .benefit-box_row .benefit-box_img {
    width: 45.3rem;
  }
}

.p-membership_feature .benefit-box:nth-child(2) .benefit-box_lagre {
  font-size: 4rem;
}

.p-membership_feature .benefit-box:nth-child(2) .benefit-box_lagre span {
  font-size: 3.2rem;
}

@media screen and (min-width: 769px) {
  .p-membership_feature .benefit-box:last-child .benefit-box_lagre {
    font-size: 3.6rem;
  }
  .p-membership_feature .benefit-box:last-child .benefit-box_lagre span {
    font-size: 4.4rem;
  }
}

@media screen and (max-width: 768px) {
  .p-membership_feature .benefit-box:last-child .benefit-box_lagre {
    font-size: 2.6rem;
  }
  .p-membership_feature .benefit-box:last-child .benefit-box_lagre span {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 769px) {
  .p-membership_provisional .provisional-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
}

.p-membership_provisional .provisional-row_img {
  width: 41.3rem;
}

@media screen and (max-width: 768px) {
  .p-membership_provisional .provisional-row_img {
    width: 100%;
    margin-bottom: 2.2rem;
  }
}

.p-membership_provisional .provisional-row_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-membership_provisional .provisional-row_ctn h3 {
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  .p-membership_provisional .provisional-row_ctn h3 {
    letter-spacing: 0;
    margin-bottom: 2.2rem;
  }
}

.p-membership_provisional .provisional-row_ctn p + p {
  margin-top: 2rem;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

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

input[type=checkbox] {
  position: relative;
  border: 1px solid #898787;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.8rem 0 0;
  outline: 0;
  padding: 0;
  vertical-align: text-top;
  height: 2rem;
  width: 2rem;
  -webkit-appearance: none;
  background: #fff;
}

@media screen and (max-width: 768px) {
  input[type=checkbox] {
    width: 1.5rem;
    height: 1.5rem;
  }
}

input[type=checkbox]:checked {
  opacity: 1;
  border-color: #000;
}

input[type=checkbox]:checked:before {
  opacity: 1;
}

input[type=checkbox]:before {
  content: '';
  display: block;
  position: absolute;
  top: -0.1rem;
  left: 0.6rem;
  width: 0.5rem;
  height: 1.4rem;
  border: solid #000;
  border-width: 0 0.2rem 0.2rem 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}

@media screen and (max-width: 768px) {
  input[type=checkbox]:before {
    top: -0.4rem;
    left: 0.5rem;
  }
}

input[type=radio] {
  position: relative;
  border: 1px solid #000;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.8rem 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  -webkit-appearance: none;
  background: #fff;
}

@media screen and (max-width: 768px) {
  input[type=radio] {
    width: 1.5rem;
    height: 1.5rem;
  }
}

input[type=radio]:hover {
  opacity: 1;
}

input[type=radio]:checked:before {
  opacity: 1;
}

input[type=radio]:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  background-color: #000;
  z-index: 2;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  input[type=radio]:before {
    width: 0.7rem;
    height: 0.7rem;
  }
}

.ipt {
  width: 100%;
  padding: 1.2rem 1.5rem;
  outline: none;
  background: #fff;
  border: 1px solid #000000;
}

.ipt.medium {
  max-width: 36.7rem;
}

.ipt.are {
  height: 20rem;
}

@media screen and (max-width: 768px) {
  .ipt {
    height: 4.4rem;
  }
  .ipt.are {
    height: 16rem;
  }
}

.ipt::-webkit-input-placeholder {
  color:  rgba(123,  123,  123,  0 0.5);
}

.ipt::-webkit-input-placeholder, .ipt::-moz-placeholder, .ipt::-ms-placeholder, .ipt::placeholder {
  color:  rgba(123,  123,  123,  0 0.5);
}

.ipt:focus {
  border-color: #3F96E8;
}

.ipt:focus::-webkit-input-placeholder {
  color: #363636;
  opacity: 1;
}

.ipt:focus::-webkit-input-placeholder, .ipt:focus::-moz-placeholder, .ipt:focus::-ms-placeholder, .ipt:focus::placeholder {
  color: #363636;
  opacity: 1;
}

.slc {
  background: url(../img/common/arrow_down.svg) 90% center no-repeat;
  background-size: 0.9rem 1.8rem;
}

.req {
  background-color: #C61001;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  font-weight: 400;
  width: 4.1rem;
  height: 2.1rem;
  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;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .req {
    width: 3.3rem;
    height: 1.7rem;
    font-size: 1.1rem;
  }
}

.form-lead {
  margin-bottom: 8rem;
}

.form-lead .req {
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0.3rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .form-lead {
    margin-bottom: 6rem;
  }
  .form-lead .req {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 769px) {
  .form-ctrl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 4rem;
  }
}

.form-ctrl_lbl {
  width: 23.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.2rem 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 100%;
}

.form-ctrl_lbl .req {
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .form-ctrl_lbl {
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    padding: 0;
  }
  .form-ctrl_lbl .req {
    margin-left: 1rem;
  }
}

.form-ctrl_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-ctrl_ctn .check-list {
  display: block;
  margin-left: -2rem;
}

@media screen and (max-width: 768px) {
  .form-ctrl_ctn .check-list {
    padding: 0;
    margin: 2rem 0 0;
  }
}

.form-ctrl_ctn .check-list .wpcf7-list-item {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 1rem 0 1rem 2rem;
}

.form-ctrl_ctn .check-list .wpcf7-list-item > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-ctrl_ctn .check-list .wpcf7-list-item .wpcf7-list-item-label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 130%;
}

@media screen and (max-width: 768px) {
  .form-ctrl_ctn .check-list .wpcf7-list-item {
    display: block;
    margin: 0;
    font-size: 1.5rem;
  }
  .form-ctrl_ctn .check-list .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 2rem;
  }
}

.form-ctrl_ctn .radio-list {
  display: block;
  margin-left: -2rem;
}

@media screen and (max-width: 768px) {
  .form-ctrl_ctn .radio-list {
    padding: 0;
    margin: 2rem 0 0;
  }
}

.form-ctrl_ctn .radio-list .wpcf7-list-item {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 100%;
  margin: 1rem 0 1rem 2rem;
}

.form-ctrl_ctn .radio-list .wpcf7-list-item > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-ctrl_ctn .radio-list .wpcf7-list-item .wpcf7-list-item-label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 130%;
}

@media screen and (max-width: 768px) {
  .form-ctrl_ctn .radio-list .wpcf7-list-item {
    display: block;
    margin: 0;
    font-size: 1.5rem;
  }
  .form-ctrl_ctn .radio-list .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 2rem;
  }
}

.form-ctrl_row p {
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .form-ctrl_row p {
    font-size: 1.5rem;
    line-height: 120%;
  }
}

.form-ctrl_row + .form-ctrl_row {
  margin-top: 2.4rem;
}

.form-ctrl_note {
  font-size: 1.4rem;
  margin-top: 1.6rem;
}

.form-ctrl_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .form-ctrl_flex_child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 769px) {
  .form-ctrl_flex_child p {
    min-width: 6rem;
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .form-ctrl_flex_child p {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
  }
}

@media screen and (min-width: 769px) {
  .form-ctrl_flex_child .ipt {
    margin-left: 1rem;
  }
}

.form-ctrl_flex_child .medium {
  width: 36.7rem;
}

@media screen and (max-width: 768px) {
  .form-ctrl_flex_child .medium {
    width: 15.8rem;
  }
}

.form-ctrl_flex_child .slc {
  width: 16rem;
}

@media screen and (max-width: 768px) {
  .form-ctrl_flex_child .slc {
    width: 13.7rem;
  }
}

.form-ctrl + .form-ctrl {
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .form-ctrl + .form-ctrl {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .consult-check .check-list {
    margin-left: -2.4rem;
    margin-top: 0;
  }
  .consult-check .check-list .wpcf7-list-item {
    display: inline-block;
    margin-left: 2.4rem;
  }
  .consult-check .check-list .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 1rem;
  }
}

.form-btn {
  margin-top: 4rem;
}

.form-btn .c-submit {
  display: block;
  width: 100%;
  height: 100%;
  background: none;
  outline: none;
  color: #fff;
  cursor: pointer;
}

.form-btn .c-submit:hover {
  color: #9D935F;
}

.form-back {
  border-color: #8A8A8A;
  background-color: #8A8A8A;
}

.form-back .c-back {
  border: none;
  outline: none;
}

.form-back .c-back:hover {
  color: #8A8A8A;
}

.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  margin-top: 12rem;
}

.button-group .form-btn {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .button-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 2rem;
    margin-top: 8rem;
  }
}

.form-privacy {
  font-size: 1.4rem;
  margin-top: 8rem;
}

.form-policy_checkbox {
  margin-top: 4rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 100%;
}

.form-policy_checkbox p {
  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;
}

.form-policy_checkbox label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-policy_checkbox .req {
  display: inline-block;
  line-height: 1.5;
}

.form-policy_checkbox a {
  color: #077ACE;
}

@media screen and (max-width: 768px) {
  .form-policy_checkbox {
    font-size: 1.5rem;
    line-height: 150%;
    margin-top: 8rem;
  }
  .form-policy_checkbox input[type=checkbox] {
    margin-top: 1.2rem;
  }
}

.form-policy_checkbox .formErrorContent {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  bottom: -1.5rem;
}

.rel {
  position: relative;
}

.rel .formErrorContent {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  bottom: -2rem;
  left: 1rem;
}

@media screen and (max-width: 768px) {
  .rel .formErrorContent {
    left: 0;
  }
}

.p-confirm {
  padding-top: 23rem;
}

@media screen and (max-width: 768px) {
  .p-confirm {
    padding-top: 14rem;
  }
}

.p-confirm .heading-lv3 {
  text-align: center;
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .p-confirm .heading-lv3 {
    margin-bottom: 4rem;
  }
}

.p-confirm .form-lead {
  font-size: 2rem;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .p-confirm .form-lead {
    font-size: 1.6rem;
    margin-bottom: 4rem;
    letter-spacing: 0;
  }
}

.form-confirm .form-ctrl + .form-ctrl {
  margin-top: 4.8rem;
  padding-top: 4.8rem;
  border-top: 1px solid #8A8A8A;
}

@media screen and (max-width: 768px) {
  .form-confirm .form-ctrl + .form-ctrl {
    margin-top: 3rem;
    padding-top: 3rem;
  }
}

.form-confirm .form-ctrl_lbl {
  font-weight: 700;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .form-confirm .form-ctrl_lbl {
    font-size: 1.8rem;
  }
}

.form-confirm .form-ctrl_ctn {
  font-size: 1.8rem;
  font-weight: 500;
}

.form-thanks {
  text-align: center;
}

.form-thanks p {
  font-size: 1.8rem;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .form-thanks p {
    font-size: 1.6rem;
  }
}

.form-thanks .c-btn {
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .form-thanks .c-btn {
    margin-top: 4rem;
  }
}

.formErrorContent {
  font-size: 1.3rem;
  line-height: 1;
  margin-top: 0.8rem;
  color: #DA4432;
}

.is-error input,
.is-error textarea {
  background: #ffe6e4 !important;
  border-color: #DA4432 !important;
}

.is-error input::-webkit-input-placeholder {
  color: #DA4432 !important;
  opacity: 1;
}

.is-error input::-webkit-input-placeholder,
.is-error input::-moz-placeholder,
.is-error input::-ms-placeholder,
.is-error input::placeholder {
  color: #DA4432 !important;
  opacity: 1;
}

.is-error .ipt::-webkit-input-placeholder {
  color: #DA4432 !important;
}

.is-error .ipt::-webkit-input-placeholder, .is-error .ipt::-moz-placeholder, .is-error .ipt::-ms-placeholder, .is-error .ipt::placeholder {
  color: #DA4432 !important;
}
