@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 */
  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 {
  -moz-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 {
  -moz-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"] {
  -moz-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 */
}

html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
}

a {
  color: #000;
}

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

div,
p {
  /*word-break: break-all;*/
}

ul,
ol,
li {
  list-style: none;
}

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

ul,
ol,
li {
  list-style: none;
}

body,
td,
th,
input,
textarea {
  color: #000;
  font-family: "游ゴシック", YuGothic, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif!important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

*:before, *:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

figure, picture {
  line-height: 0;
}

picture {
  display: block;
}

html, body {
  width: 100%;
  height: 100%;
}

button {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

button:hover {
  opacity: 0.7;
}

@-webkit-keyframes arrowBounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  60% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}

@-moz-keyframes arrowBounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(5px);
         transform: translateY(5px);
  }
  60% {
    -moz-transform: translateY(2px);
         transform: translateY(2px);
  }
}

@keyframes arrowBounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(5px);
       -moz-transform: translateY(5px);
            transform: translateY(5px);
  }
  60% {
    -webkit-transform: translateY(2px);
       -moz-transform: translateY(2px);
            transform: translateY(2px);
  }
}

@media screen and (min-width: 769px), print {
  /*a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }*/
  .show_sp {
    display: none !important;
  }
  .container {
    overflow: hidden;
  }
  .row {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .inner {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
         transform: perspective(1px) translateZ(0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
         box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    -moz-animation-name: hvr-pop;
         animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
         animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
         animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
         animation-iteration-count: 1;
  }
  .text-cm {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 2.66667;
  }
  .breadcrumb {
    padding: 55px 0;
  }
  .breadcrumb ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .breadcrumb ul li {
    font-size: 12px;
    color: #231815;
  }
  .breadcrumb ul li a {
    color: #F29600;
  }
  .breadcrumb ul li:not(:last-child) {
    position: relative;
  }
  .breadcrumb ul li:not(:last-child)::after {
    content: ">";
    display: inline-block;
    margin: 0 10px;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: auto!important;
    padding: 80px 0 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header h1 {
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 50%;
    top: 35px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header h1 a {
    display: block;
    width: 127px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header .row {
    padding: 0;
  }
  .header .header_menuSub {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header .header_menuSub ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .header_menuSub ul:nth-of-type(1) {
    margin-right: auto;
    padding-left: 60px;
  }
  .header .header_menuSub ul:nth-of-type(1) li:last-child::after {
    display: none;
  }
  .header .header_menuSub ul:nth-of-type(3) li {
    margin-right: 0;
  }
  .header .header_menuSub ul:nth-of-type(3) li::after {
    display: none;
  }
  .header .header_menuSub ul:nth-of-type(3) li a {
    min-width: 132px;
    min-height: 28px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #F9CF2A;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    font-size: 14px;
    color: #3572B7;
    font-weight: bold;
  }
  .header .header_menuSub ul li {
    margin-right: 32px;
    position: relative;
  }
  .header .header_menuSub ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -11px;
    -webkit-transform: rotate(25deg) translateY(-50%);
       -moz-transform: rotate(25deg) translateY(-50%);
        -ms-transform: rotate(25deg) translateY(-50%);
            transform: rotate(25deg) translateY(-50%);
    width: 1px;
    height: 30px;
    background: #9FA0A0;
    display: block;
  }
  .header .header_menuSub ul li a {
    font-weight: 500;
    font-size: 16px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 850px) {
  .header .header_menuSub ul li a {
    font-size: 13px;
  }
}

@media screen and (min-width: 769px), print {
  .header.change {
    padding: 30px 0;
    background: #fff;
  }
  .header.change h1 {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header.change h1 a {
    width: 80px;
  }
  .contact__inner {
    padding: 62px 40px 170px;
    background-color: #DFEAF3;
    -moz-border-radius: 20px 20px 0 0;
         border-radius: 20px 20px 0 0;
    position: relative;
  }
  .contact__description {
    margin: 0 0 38px;
    color: #3E3A39;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
  }
  .contact__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    position: relative;
  }
  .contact__content::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 90px;
    background: #3E3A39;
    display: block;
  }
  .contact__phone {
    width: 260px;
    text-align: center;
    margin-right: 100px;
  }
  .contact__phone-label {
    margin: 0 0 8px;
    color: #3E3A39;
    font-size: 14px;
    font-weight: 700;
  }
  .contact__phone-number {
    display: block;
    color: #3572B7 !important;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
  }
  .contact__button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 260px;
    height: 56px;
    color: #3572B7 !important;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    background-color: #F9CF2A;
    -moz-border-radius: 999px;
         border-radius: 999px;
    margin-left: 100px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .contact__top-button {
    /*position: absolute;
    top: -64px;*/
    position: fixed;
    bottom: 10px;
    right: 0;
    z-index: 5;
    width: 127px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .contact__top-button:hover {
    opacity: 0.7;
  }
  .contact__top-text {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
  }
  .footer {
    position: relative;
    color: #fff;
    background: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer__top {
    margin-top: -100px;
    background: url(../img/footer_bg.png) center top no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .footer__inner {
    position: relative;
  }
  .footer__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    padding: 85px 0 70px;
  }
  .footer__logo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 127px;
    margin-right: 90px;
  }
  .footer__logo img {
    display: block;
    width: 100%;
    height: auto;
  }
  .footer__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 25px;
    gap: 18px;
  }
  .footer__nav a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
  }
  .footer__nav span {
    color: #fff;
    font-size: 18px;
  }
  .footer__company {
    padding: 20px 0;
    background-color: #F7F8F8;
  }
  .footer-company {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-company__logo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 195px;
    margin-right: 30px;
  }
  .footer-company__logo img {
    display: block;
    width: 100%;
    height: auto;
  }
  .footer-company__content {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .footer-company__info {
    margin: 0 0 12px;
    color: #3E3A39;
    font-size: 12px;
    font-weight: 700;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  }
  .footer-company__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  .footer-company__nav a {
    color: #3E3A39;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
  }
  .footer-company__nav span {
    color: #3E3A39;
    font-size: 16px;
  }
  .footer-company__copyright {
    text-align: right;
    color: #3E3A39;
    font-size: 12px;
    margin-top: 15px;
  }
  .p_top {
    padding-top: 190px;
  }
  .p_top .mv {
    position: relative;
  }
  .p_top .mv .mv_ani {
    position: absolute;
    width: 79px;
    bottom: 0;
    right: 60px;
    z-index: 2;
  }
  .p_top .mv::before {
    content: "";
    position: absolute;
    top: -100px;
    left: -500px;
    width: 720px;
    height: 614px;
    background: url(../img/mv_bg03.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .mv::after {
    content: "";
    position: absolute;
    bottom: -260px;
    right: -284px;
    width: 590px;
    height: 503px;
    background: url(../img/mv_bg02.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .mv > figure img, .p_top .mv > picture img {
    min-height: 680px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .mv__txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 2;
  }
  .p_top .mv__txt .row {
    min-height: 550px;
    position: relative;
  }
  .p_top .mv__txt .blk-txt {
    background: url(../img/mv_bg.png) center/100% 100% no-repeat;
    width: 668px;
    height: 635px;
    padding-top: 216px;
    padding-left: 245px;
    left: -234px;
    bottom: -50px;
    position: absolute;
  }
  .p_top .mv__txt .blk-txt h2 {
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
    -webkit-transform: rotate(-4deg);
       -moz-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  .p_top .mv__txt .blk-txt h2 small {
    font-size: 40px;
    display: block;
  }
  .p_top .mv__txt .blk-txt h2 span {
    display: block;
    font-size: 51px;
  }
  .p_top .mv__txt .blk-txt ul {
    width: 225px;
    margin-top: 23px;
  }
  .p_top .mv__txt .blk-txt ul li + li {
    margin-top: 15px;
  }
  .p_top .mv__txt .blk-txt ul li a {
    background-color: #F9CF2A;
    min-height: 48px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    letter-spacing: 0.2em;
    color: #3572B7;
    font-weight: bold;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
  }
  .p_top .mv__txt .blk-txt ul li a.st2 {
    background-color: #fff;
  }
  .p_top .c-tl {
    margin-bottom: 35px;
  }
  .p_top .c-tl small {
    display: block;
    margin-bottom: 12px;
    color: #9FA0A0;
    font-size: 20px;
    font-weight: 100;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    line-height: 1;
  }
  .p_top .c-tl span {
    margin-bottom: 35px;
    color: #3572B7;
    font-size: 40px;
    font-weight: 700;
    display: block;
  }
  .p_top .c-tl.st2 small, .p_top .c-tl.st2 span {
    text-align: center;
  }
  .p_top .concept {
    margin-bottom: 100px;
  }
  .p_top .concept__container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .concept__image {
    width: -webkit-calc(36% + 100px);
    width: -moz-calc(36% + 100px);
    width: calc(36% + 100px);
    margin-left: -100px;
  }
  .p_top .concept__image img {
    display: block;
    width: 100%;
    -moz-border-radius: 0 24px 24px 0;
         border-radius: 0 24px 24px 0;
    object-fit: cover;
  }
  .p_top .concept__content {
    width: 64%;
    padding-left: 40px;
  }
  .p_top .concept .c-tl span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .concept .c-tl span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 368px;
    height: 15px;
    background: url(../img/line.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .p_top .concept__text {
    font-size: 18px;
    line-height: 1.77778;
    font-weight: 500;
    color: #231815;
  }
  .p_top .concept__text p + p {
    margin-top: 35px;
  }
  .p_top .features .row {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .features .row::before {
    content: "";
    position: absolute;
    width: 342px;
    height: 385px;
    background: url(../img/features_bg01.png) center/100% 100% no-repeat;
    display: block;
    right: -190px;
    top: -120px;
    z-index: -1;
  }
  .p_top .features .row::after {
    content: "";
    position: absolute;
    width: 396px;
    height: 328px;
    background: url(../img/features_bg02.png) center/100% 100% no-repeat;
    display: block;
    left: -275px;
    bottom: -150px;
    z-index: -1;
  }
  .p_top .features__container {
    background-color: #DFEAF3;
    -moz-border-radius: 24px;
         border-radius: 24px;
    padding: 45px 35px 100px;
    position: relative;
    z-index: 2;
  }
  .p_top .features__list {
    display: -ms-grid;
    display: grid;
    gap: 26px;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .p_top .feature-card {
    padding: 30px;
    background-color: #fff;
    -moz-border-radius: 12px;
         border-radius: 12px;
    text-align: center;
  }
  .p_top .feature-card__icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 14px;
  }
  .p_top .feature-card__icon img {
    width: 35px;
  }
  .p_top .feature-card__title {
    margin-bottom: 18px;
    color: #3572B7;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.28;
  }
  .p_top .feature-card__text {
    color: #231815;
    font-size: 18px;
    line-height: 1.77778;
    font-weight: 500;
  }
  .p_top .gallery {
    margin: 60px 0;
  }
  .p_top .gallery__inner {
    background-color: #DFEAF3;
    -moz-border-radius: 24px;
         border-radius: 24px;
    padding: 45px 50px 70px;
    position: relative;
    z-index: 2;
  }
  .p_top .gallery__slider-wr {
    position: relative;
  }
  .p_top .gallery__slide {
    overflow: hidden;
    -moz-border-radius: 16px;
         border-radius: 16px;
    cursor: pointer;
  }
  .p_top .gallery__slide img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
  }
  .p_top .gallery__button {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 58px;
    height: 58px;
    background: #3572B7 url(../img/ar.png) center no-repeat;
    -moz-background-size: 15px 24px;
         background-size: 15px 24px;
    border: none;
    -moz-border-radius: 50%;
         border-radius: 50%;
    cursor: pointer;
    margin-top: -29px;
    right: -25px;
  }
  .p_top .gallery__button--prev {
    right: initial;
    left: -25px;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .p_top .price__inner {
    padding: 50px;
    border: 3px solid #3572B7;
    -moz-border-radius: 24px;
         border-radius: 24px;
    background-color: #F7F8F8;
    position: relative;
  }
  .p_top .price__inner::before {
    content: "";
    position: absolute;
    right: -17px;
    top: -47px;
    width: 201px;
    height: 191px;
    background: url(../img/price_bg.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .price__table {
    margin-bottom: 56px;
  }
  .p_top .price__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    padding: 26px 0;
  }
  .p_top .price__name {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 44px;
    min-width: 270px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    background: #3572B7;
    -moz-border-radius: 999px;
         border-radius: 999px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .price__info {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #3572B7;
  }
  .p_top .price__time {
    font-size: 26px;
    color: #3E3A39;
    font-weight: 700;
    text-align: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 300px;
  }
  .p_top .price__time small {
    font-size: 16px;
  }
  .p_top .price__fee {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 8px;
    color: #C30D23;
    font-weight: 700;
    width: 100%;
    padding-right: 100px;
  }
  .p_top .price__fee strong {
    font-size: 26px;
    line-height: 1;
    min-width: 67px;
    text-align: right;
  }
  .p_top .price__fee small {
    font-size: 16px;
  }
  .p_top .price__badge {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    background: #C30D23;
    -moz-border-radius: 999px;
         border-radius: 999px;
    min-width: 60px;
    min-height: 20px;
  }
  .p_top .price__footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .p_top .price__footer p {
    color: #3E3A39;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
  }
  .p_top .price__logos {
    width: 275px;
  }
  .p_top .price__logos.st2 {
    width: 50px;
  }
  .p_top .pricing {
    margin: 45px auto 60px;
  }
  .p_top .pricing__top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 42px;
    margin-bottom: 56px;
  }
  .p_top .monthly-price,
  .p_top .coupon {
    padding: 28px;
    border: 3px solid #3572B7;
    -moz-border-radius: 24px;
         border-radius: 24px;
    background-color: #F7F8F8;
    text-align: center;
  }
  .p_top .monthly-price {
    position: relative;
  }
  .p_top .monthly-price::before {
    content: "";
    position: absolute;
    left: -35px;
    bottom: -60px;
    width: 130px;
    height: 128px;
    background: url(../img/price_bg03.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .p_top .monthly-price__item {
    margin-bottom: 24px;
  }
  .p_top .monthly-price__badge {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 90px;
    min-height: 24px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    background-color: #3572B7;
    -moz-border-radius: 999px;
         border-radius: 999px;
  }
  .p_top .monthly-price__price {
    margin-top: 16px;
    color: #231815;
    font-weight: 700;
    line-height: 1;
  }
  .p_top .monthly-price__price strong {
    color: #C30D23;
    font-size: 38px;
  }
  .p_top .monthly-price__price span {
    color: #C30D23;
    font-size: 20px;
  }
  .p_top .monthly-price__price small {
    font-size: 13px;
  }
  .p_top .monthly-price__deposit {
    margin-top: 10px;
    color: #3E3A39;
    font-size: 17px;
    font-weight: 700;
  }
  .p_top .monthly-price__specified {
    display: inline-block;
    margin: 4px 0 16px;
    padding: 2px 28px;
    color: #3572B7;
    font-size: 17px;
    font-weight: 700;
    background-color: #F9CF2A;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  }
  .p_top .coupon {
    position: relative;
  }
  .p_top .coupon::before {
    content: "";
    position: absolute;
    left: -26px;
    top: -35px;
    width: 130px;
    height: 128px;
    background: url(../img/price_bg02.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .coupon__ticket {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 155px;
    min-height: 100px;
    margin: 0 auto 24px;
    padding: 10px;
    color: #fff;
    background-color: #3572B7;
    -moz-border-radius: 5px;
         border-radius: 5px;
    gap: 6px;
  }
  .p_top .coupon__ticket-icon {
    width: 63px;
  }
  .p_top .coupon__ticket-icon img {
    display: block;
    width: 100%;
    height: auto;
  }
  .p_top .coupon__ticket-info {
    padding-top: 24px;
  }
  .p_top .coupon__ticket-info strong {
    font-size: 13px;
  }
  .p_top .coupon__ticket-info span {
    font-size: 21px;
    font-weight: 700;
  }
  .p_top .coupon__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
  .p_top .coupon__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 121px 1fr;
        grid-template-columns: 121px 1fr;
    gap: 28px;
    -webkit-box-align: flex-start;
       -moz-box-align: flex-start;
        -ms-flex-align: flex-start;
            align-items: flex-start;
  }
  .p_top .coupon__quantity {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4px;
    padding: 8px;
    color: #3572B7;
    background-color: #DFEAF3;
    -moz-border-radius: 3px;
         border-radius: 3px;
  }
  .p_top .coupon__quantity strong {
    font-size: 38px;
    line-height: 1;
  }
  .p_top .coupon__quantity span {
    font-size: 20px;
    font-weight: 700;
  }
  .p_top .coupon__price {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 6px;
    text-align: left;
  }
  .p_top .coupon__price strong {
    color: #c8102e;
    font-size: 38px;
    line-height: 1;
  }
  .p_top .coupon__price strong em {
    font-style: normal;
    font-size: 20px;
  }
  .p_top .coupon__price span {
    font-size: 13px;
    font-weight: 700;
    color: #231815;
  }
  .p_top .coupon__price small {
    display: block;
    margin-left: auto;
    font-size: 13px;
    font-weight: 700;
    width: 100%;
    color: #231815;
    text-align: right;
  }
  .p_top .coupon__price .btn {
    text-align: right;
    width: calc(100% + 150px);
    margin-left: -150px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
  }
  .p_top .coupon__price .btn span {
    white-space: nowrap;
    font-size: 12px;
    line-height: 25px;
    font-weight: 700;
    color: #3e3a39;
  }
  .p_top .coupon__price .btn a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    font-weight: 700;
    background: #f39800;
    border-radius : 13px;
    -moz-border-radius : 13px;
    -webkit-border-radius : 13px;
    padding: 0 10px;
    white-space: nowrap;
  }
  .p_top .coupon__discount {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: 75px;
    min-height: 18px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    background-color: #C30D23;
    -moz-border-radius: 999px;
         border-radius: 999px;
  }
  .p_top .notice {
    position: relative;
    padding: 33px 52px;
    border: 3px solid #3572B7;
    -moz-border-radius: 24px;
         border-radius: 24px;
    background-color: #F7F8F8;
  }
  .p_top .notice__title {
    position: absolute;
    top: -19px;
    left: 52px;
    min-width: 128px;
    min-height: 38px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    background-color: #3572B7;
    -moz-border-radius: 999px;
         border-radius: 999px;
  }
  .p_top .notice__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .p_top .notice__item {
    color: #3E3A39;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
  }
  .p_top .notice__item strong {
    color: #C30D23;
  }
  .p_top .spec__container {
    padding: 60px 50px;
    background-color: #DFEAF3;
    -moz-border-radius: 24px;
         border-radius: 24px;
    position: relative;
  }
  .p_top .spec__container::after {
    content: "";
    position: absolute;
    bottom: -181px;
    right: -40px;
    width: 209px;
    height: 236px;
    background: url(../img/spec_bg.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .p_top .spec__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 158px;
    padding: 30px 25px;
    background-color: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .p_top .spec__item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: center;
  }
  .p_top .spec__item:not(:last-child) {
    position: relative;
  }
  .p_top .spec__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -19px;
    -webkit-transform: rotate(15deg) translateY(-50%);
       -moz-transform: rotate(15deg) translateY(-50%);
        -ms-transform: rotate(15deg) translateY(-50%);
            transform: rotate(15deg) translateY(-50%);
    width: 1px;
    height: 78px;
    margin: 0 24px;
    background-color: #3E3A39;
    display: block;
  }
  .p_top .spec__item:nth-of-type(1) {
    width: 130px;
  }
  .p_top .spec__item:nth-of-type(2) {
    width: 130px;
  }
  .p_top .spec__item--size {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    /*margin-left: 30px;*/
  }
  .p_top .spec__item-title {
    margin: 0 0 12px;
    color: #3E3A39;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
  }
  .p_top .spec__item-value {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
    margin: 0;
    color: #3572B7;
  }
  .p_top .spec__item-value strong {
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
  }
  .p_top .spec__item-value span {
    font-size: 20px;
    font-weight: 700;
  }
  .p_top .spec__sizes {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 18px;
  }
  .p_top .spec__size {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 3px;
    color: #3572B7;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 700;
  }
  .p_top .spec__size strong {
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
  }
  .p_top .access {
    padding: 60px 0;
  }
  .p_top .access__container {
    max-width: 900px;
    margin: 0 auto;
  }
  .p_top .access__info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    min-height: 100px;
    margin-bottom: 36px;
  }
  .p_top .access__logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90px;
    margin-right: 24px;
  }
  .p_top .access__logo img {
    display: block;
    width: 100%;
  }
  .p_top .access__address {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #3E3A39;
  }
  .p_top .access__name {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
  }
  .p_top .access__location {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
  }
  .p_top .access__button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 225px;
    height: 48px;
    margin-left: 40px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    background-color: #3572B7;
    -moz-border-radius: 999px;
         border-radius: 999px;
  }
  .p_top .access__map iframe {
    -moz-border-radius: 14px;
         border-radius: 14px;
    overflow: hidden;
  }
  .p_top .links {
    padding-bottom: 120px;
  }
  .p_top .links__container {
    max-width: 900px;
    margin: 0 auto;
  }
  .p_top .links__container ul {
    display: -ms-grid;
    display: grid;
    gap: 60px 90px;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .p_top .links__container ul a {
    border: 1px solid #3E3A39;
    text-align: center;
    background: #F7F7F7;
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.26);
         box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.26);
    font-size: 18px;
    font-weight: bold;
    color: #3E3A39;
    min-height: 98px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gallery-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
  }
  .gallery-modal.is-active {
    visibility: visible;
    opacity: 1;
    z-index: 999;
  }
  .gallery-modal.is-active .gallery-modal__content {
    opacity: 1;
  }
  .gallery-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.5);
  }
  .gallery-modal__content {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    padding: 100px 50px 50px;
    background: #DFEAF3;
    -moz-border-radius: 24px;
         border-radius: 24px;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s;
  }
  .gallery-modal__image img {
    display: block;
    width: 100%;
    height: auto;
  }
  .gallery-modal__close {
    position: absolute;
    top: 35px;
    right: 50px;
    z-index: 3;
    width: 50px;
    height: 50px;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    background: url(../img/ic_close.png) center/100% 100% no-repeat;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .gallery-modal__close:hover {
    opacity: 0.7;
  }
  .gallery-modal__navigation {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
    margin-top: 20px;
  }
  .gallery-modal__button {
    width: 80px;
    height: 80px;
    background: url(../img/ic_next.png) center/100% 100% no-repeat;
    border: 0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .gallery-modal__button:hover {
    opacity: 0.7;
  }
  .gallery-modal__button--prev {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 3.33333vw;
    padding-right: 3.33333vw;
  }
  .inner {
    padding-left: 3.33333vw;
    padding-right: 3.33333vw;
  }
  .text-cm {
    font-size: 2vw;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: auto!important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.6vw 1.73333vw;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header .menu_sp {
    width: 26.66667vw;
    display: -ms-grid;
    display: grid;
    gap: 2vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
    position: absolute;
    right: 2.66667vw;
    top: 6.13333vw;
  }
  .header .menu_sp a {
    min-height: 4.66667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #3572B7;
    font-weight: bold;
    color: #fff;
    font-size: 2.66667vw;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
  }
  .header .menu_sp a.st2 {
    background-color: #F9CF2A;
    color: #3572B7;
  }
  .header h1 {
    font-size: 0;
    line-height: 0;
    width: 20.13333vw;
    position: absolute;
    left: 50%;
    top: 2.66667vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header h1 a {
    display: block;
  }
  .header .row {
    padding: 0;
  }
  .header .header_menuSub {
    position: fixed;
    height: 0;
    opacity: 0;
    top: 0;
    right: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: auto;
    width: 100%;
    z-index: 999999;
    background: rgba(255, 255, 255, 0.5) url(../img/menu_bg.png) center top no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    padding: 17.33333vw 12vw;
    color: #fff;
    width: 100%;
    height: 100svh;
  }
  .header .header_menuSub .menu_kujira {
    width: 14.93333vw;
    position: absolute;
    right: 27.06667vw;
  }
  .header .header_menuSub .menu_close {
    position: absolute;
    width: 9.333vw;
    height: 9.333vw;
    top: 10vw;
    right: 5vw;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    margin-bottom: 0;
  }
  .header .header_menuSub .menu_close::before,
  .header .header_menuSub .menu_close::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    transform-origin: 50% 50%;
  }
  .header .header_menuSub .menu_close::before {
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
       -moz-transform: translate(-50%,-50%) rotate(45deg);
        -ms-transform: translate(-50%,-50%) rotate(45deg);
            transform: translate(-50%,-50%) rotate(45deg);
  }
  .header .header_menuSub .menu_close::after {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
       -moz-transform: translate(-50%,-50%) rotate(-45deg);
        -ms-transform: translate(-50%,-50%) rotate(-45deg);
            transform: translate(-50%,-50%) rotate(-45deg);
  }
  .header .header_menuSub > a {
    display: block;
    width: 20vw;
    margin-bottom: 8vw;
  }
  .header .header_menuSub.active {
    opacity: 1;
    visibility: visible;
  }
  .header .header_menuSub ul li {
    margin-top: 2.66667vw;
  }
  .header .header_menuSub ul li a {
    color: #fff;
    font-size: 3.33333vw;
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding-left: 4vw;
  }
  .header .header_menuSub ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2.66667vw;
    height: 1px;
    background: #FAEE00;
    display: block;
  }
  .header .header_menuSub ul:nth-of-type(3) {
    margin-top: 6.66667vw;
    display: -ms-grid;
    display: grid;
    gap: 4vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .header .header_menuSub ul:nth-of-type(3) li {
    margin-right: 0;
  }
  .header .header_menuSub ul:nth-of-type(3) li a {
    min-width: 46.66667vw;
    min-height: 8.93333vw;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #F9CF2A;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    font-size: 3.33333vw;
    color: #3572B7;
    font-weight: bold;
    padding: 0;
  }
  .header .header_menuSub ul:nth-of-type(3) li a::before {
    display: none;
  }
  .header .header_menuSub ul:nth-of-type(3) li a.st2 {
    background-color: #fff;
    color: #3572B7;
    font-size: 5.06667vw;
  }
  .header .header_menuSub ul:nth-of-type(3) li a.st2 small {
    font-size: 3.33333vw;
    margin-top: 1.46667vw;
    margin-right: 0.66667vw;
  }
  .header .menu_icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: fixed;
    top: 2.66667vw;
    left: 2.66667vw;
    width: 20.26667vw;
    height: 21.2vw;
    background: url(../img/menu.png) center/100% 100% no-repeat;
    z-index: 9999;
  }
  .breadcrumb {
    padding: 7.33333vw 0;
  }
  .breadcrumb ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .breadcrumb ul li {
    font-size: 2.4vw;
    color: #231815;
  }
  .breadcrumb ul li a {
    color: #F29600;
  }
  .breadcrumb ul li:not(:last-child) {
    position: relative;
  }
  .breadcrumb ul li:not(:last-child)::after {
    content: ">";
    display: inline-block;
    margin: 0 1.33333vw;
  }
  .contact__inner {
    padding: 8.26667vw 5.33333vw 22.66667vw;
    background-color: #DFEAF3;
    -moz-border-radius: 2.66667vw 2.66667vw 0 0;
         border-radius: 2.66667vw 2.66667vw 0 0;
    position: relative;
  }
  .contact__inner .c-tl {
    margin-bottom: 4.66667vw !important;
  }
  .contact__description {
    margin: 0 0 5.06667vw;
    color: #3E3A39;
    font-size: 3.33333vw;
    text-align: center;
    font-weight: 700;
  }
  .contact__content {
    margin: 0 auto;
    position: relative;
    display: -ms-grid;
    display: grid;
    gap: 5.33333vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .contact__phone {
    text-align: center;
  }
  .contact__phone-label {
    margin: 0 0 1.06667vw;
    color: #3E3A39;
    font-size: 3.33333vw;
    font-weight: 700;
  }
  .contact__phone-number {
    display: block;
    color: #3572B7 !important;
    font-size: 9.33333vw;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
  }
  .contact__button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 46.66667vw;
    height: 8.93333vw;
    color: #3572B7 !important;
    font-size: 3.33333vw;
    font-weight: 700;
    text-decoration: none;
    background-color: #F9CF2A;
    -moz-border-radius: 133.2vw;
         border-radius: 133.2vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 auto;
  }
  .contact__top-button {
    /*position: absolute;*/
    /*top: -10vw;*/
    position: fixed;
    bottom: 0;
    right: 0vw;
    z-index: 5;
    width: 20vw;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .contact__top-button:hover {
    opacity: 0.7;
  }
  .contact__top-text {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 2vw;
    font-weight: 700;
  }
  .footer {
    position: relative;
    color: #fff;
    background: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer__top {
    margin-top: -13.33333vw;
    background: url(../img/footer_bg.png) center top no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .footer__inner {
    position: relative;
  }
  .footer__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    padding: 11.33333vw 3.33333vw 9.33333vw;
  }
  .footer__logo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 16.93333vw;
    margin-right: 7.33333vw;
  }
  .footer__logo img {
    display: block;
    width: 100%;
    height: auto;
  }
  .footer__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 3.33333vw;
    gap: 2.4vw;
  }
  .footer__nav a {
    color: #fff;
    font-size: 2.93333vw;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
  }
  .footer__nav span {
    color: #fff;
    font-size: 2.93333vw;
  }
  .footer__company {
    padding: 6.66667vw 0;
    background-color: #F7F8F8;
  }
  .footer-company {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-company__logo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 34.66667vw;
    margin: 2.66667vw auto 5.33333vw;
  }
  .footer-company__logo img {
    display: block;
    width: 100%;
    height: auto;
  }
  .footer-company__content {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .footer-company__info {
    margin: 0 0 1.6vw;
    color: #3E3A39;
    font-size: 2.66667vw;
    font-weight: 700;
    text-align: center;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  }
  .footer-company__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.13333vw;
  }
  .footer-company__nav a {
    color: #3E3A39;
    font-size: 2.66667vw;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
  }
  .footer-company__nav span {
    color: #3E3A39;
    font-size: 2.13333vw;
  }
  .footer-company__copyright {
    text-align: center;
    color: #3E3A39;
    font-size: 1.86667vw;
    margin-top: 5.2vw;
  }
  .p_top {
    padding-top: 25.33333vw;
  }
  .p_top .mv {
    position: relative;
  }
  .p_top .mv .mv_ani {
    position: absolute;
    width: 15.46667vw;
    bottom: 6vw;
    right: 6vw;
    z-index: 2;
  }
  .p_top .mv::before {
    content: "";
    position: absolute;
    top: 13.33333vw;
    left: -60vw;
    width: 95.93333vw;
    height: 81.8vw;
    background: url(../img/mv_bg03.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .mv::after {
    content: "";
    position: absolute;
    bottom: -26.66667vw;
    right: -31.2vw;
    width: 78.6vw;
    height: 67vw;
    background: url(../img/mv_bg02.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .mv > figure, .p_top .mv > picture {
    width: 160vw;
    margin-left: -29.86667vw;
  }
  .p_top .mv > figure img, .p_top .mv > picture img {
    display: block;
    height: auto;
  }
  .p_top .mv__txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 2;
  }
  .p_top .mv__txt .row {
    min-height: 73.33333vw;
    position: relative;
  }
  .p_top .mv__txt .blk-txt {
    background: url(../img/mv_bg.png) center/100% 100% no-repeat;
    width: 75.06667vw;
    height: 71.33333vw;
    padding-top: 22.66667vw;
    padding-left: 24vw;
    left: -20.8vw;
    bottom: 11.73333vw;
    position: absolute;
  }
  .p_top .mv__txt .blk-txt h2 {
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
    -webkit-transform: rotate(-4deg);
       -moz-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  .p_top .mv__txt .blk-txt h2 small {
    font-size: 5.06667vw;
    display: block;
  }
  .p_top .mv__txt .blk-txt h2 span {
    display: block;
    font-size: 6.8vw;
  }
  .p_top .mv__txt .blk-txt ul {
    width: 33.33333vw;
    margin-top: 3.06667vw;
    margin-left: 4vw;
  }
  .p_top .mv__txt .blk-txt ul li + li {
    margin-top: 2vw;
  }
  .p_top .mv__txt .blk-txt ul li a {
    background-color: #F9CF2A;
    min-height: 5.33333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.33333vw;
    letter-spacing: 0.2em;
    color: #3572B7;
    font-weight: bold;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    -moz-border-radius: 1333.2vw;
         border-radius: 1333.2vw;
  }
  .p_top .mv__txt .blk-txt ul li a.st2 {
    background-color: #fff;
  }
  .p_top .c-tl {
    margin-bottom: 7.2vw;
  }
  .p_top .c-tl small {
    display: block;
    margin-bottom: 1.6vw;
    color: #9FA0A0;
    font-size: 3.2vw;
    font-weight: 100;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    line-height: 1;
  }
  .p_top .c-tl span {
    color: #3572B7;
    font-size: 6.4vw;
    font-weight: 700;
    display: block;
  }
  .p_top .c-tl.st2 small, .p_top .c-tl.st2 span {
    text-align: center;
  }
  .p_top .concept {
    margin-bottom: 13.33333vw;
  }
  .p_top .concept__image {
    width: 96.66667vw;
    margin-left: -3.33333vw;
    margin-bottom: 4vw;
  }
  .p_top .concept__image img {
    display: block;
    width: 100%;
    -moz-border-radius: 0 3.2vw 3.2vw 0;
         border-radius: 0 3.2vw 3.2vw 0;
    object-fit: cover;
  }
  .p_top .concept .c-tl span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .concept .c-tl span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 49.2vw;
    height: 2.4vw;
    background: url(../img/line_sp.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .p_top .concept__text {
    font-size: 3.33333vw;
    line-height: 1.72;
    font-weight: 500;
    color: #231815;
    position: relative;
    z-index: 2;
  }
  .p_top .concept__text p + p {
    margin-top: 4.66667vw;
  }
  .p_top .features .row {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .features .row::before {
    content: "";
    position: absolute;
    width: 45.6vw;
    height: 51.33333vw;
    background: url(../img/features_bg01.png) center/100% 100% no-repeat;
    display: block;
    right: -16.66667vw;
    top: -16vw;
    z-index: -1;
  }
  .p_top .features__container {
    background-color: #DFEAF3;
    -moz-border-radius: 3.2vw;
         border-radius: 3.2vw;
    padding: 6vw 3.33333vw 13.33333vw;
    position: relative;
    z-index: 2;
  }
  .p_top .features__list {
    display: -ms-grid;
    display: grid;
    gap: 2.8vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .p_top .feature-card {
    padding: 3.33333vw;
    background-color: #fff;
    -moz-border-radius: 1.6vw;
         border-radius: 1.6vw;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .feature-card > div {
    width: 34.66667vw;
    text-align: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .feature-card__icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1.86667vw;
  }
  .p_top .feature-card__icon img {
    width: 4.93333vw;
  }
  .p_top .feature-card__title {
    margin-bottom: 2.4vw;
    color: #3572B7;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1.28;
  }
  .p_top .feature-card__text {
    width: 100%;
    color: #231815;
    font-size: 3.33333vw;
    line-height: 1.77778;
    font-weight: 500;
    text-align: left;
    padding-left: 4.66667vw;
    position: relative;
  }
  .p_top .feature-card__text::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 13.33333vw;
    background: #3572B7;
    display: block;
  }
  .p_top .gallery {
    margin: 9.33333vw 0;
    position: relative;
  }
  .p_top .gallery::after {
    content: "";
    position: absolute;
    width: 52.73333vw;
    height: 43.66667vw;
    background: url(../img/features_bg02.png) center/100% 100% no-repeat;
    display: block;
    left: -26.66667vw;
    top: -29.33333vw;
    z-index: 39;
  }
  .p_top .gallery__inner {
    background-color: #DFEAF3;
    -moz-border-radius: 3.2vw;
         border-radius: 3.2vw;
    padding: 6vw 9.33333vw 9.33333vw;
    position: relative;
    z-index: 2;
  }
  .p_top .gallery__slider-wr {
    position: relative;
  }
  .p_top .gallery__slide {
    overflow: hidden;
    -moz-border-radius: 2.13333vw;
         border-radius: 2.13333vw;
  }
  .p_top .gallery__slide img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
  }
  .p_top .gallery__button {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 7.73333vw;
    height: 7.73333vw;
    background: #3572B7 url(../img/ar.png) center no-repeat;
    -moz-background-size: 2vw 3.2vw;
         background-size: 2vw 3.2vw;
    border: none;
    -moz-border-radius: 50%;
         border-radius: 50%;
    cursor: pointer;
    margin-top: -3.86667vw;
    right: -9.33333vw;
  }
  .p_top .gallery__button--prev {
    right: initial;
    left: -9.33333vw;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .p_top .price__inner {
    padding: 6.66667vw;
    border: 0.4vw solid #3572B7;
    -moz-border-radius: 3.2vw;
         border-radius: 3.2vw;
    background-color: #F7F8F8;
    position: relative;
  }
  .p_top .price__inner::before {
    content: "";
    position: absolute;
    right: -2.26667vw;
    top: -9.33333vw;
    width: 35.64444vw;
    height: 33.86667vw;
    background: url(../img/price_bg.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .price__table {
    margin-bottom: 7.46667vw;
  }
  .p_top .price__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3.46667vw 0;
  }
  .p_top .price__name {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 5.86667vw;
    min-width: 36vw;
    color: #fff;
    font-size: 2.66667vw;
    font-weight: 700;
    background: #3572B7;
    -moz-border-radius: 133.2vw;
         border-radius: 133.2vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 4vw;
  }
  .p_top .price__info {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #3572B7;
    width: 100%;
    position: relative;
    padding: 2.66667vw 0;
  }
  .p_top .price__info::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(10deg) translateY(-50%);
       -moz-transform: rotate(10deg) translateY(-50%);
        -ms-transform: rotate(10deg) translateY(-50%);
            transform: rotate(10deg) translateY(-50%);
    width: 1px;
    height: 8vw;
    background: #3572B7;
    display: block;
  }
  .p_top .price__time {
    font-size: 5.6vw;
    color: #3E3A39;
    font-weight: 700;
    text-align: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 42.66667vw;
    padding-right: 1.33333vw;
  }
  .p_top .price__time small {
    font-size: 3.73333vw;
  }
  .p_top .price__fee {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 1.06667vw;
    color: #C30D23;
    font-weight: 700;
    width: 100%;
  }
  .p_top .price__fee.tac {
    text-align: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .price__fee strong {
    font-size: 6vw;
    line-height: 1;
    min-width: 15.46667vw;
    text-align: right;
  }
  .p_top .price__fee small {
    font-size: 3.73333vw;
  }
  .p_top .price__badge {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 2.66667vw;
    line-height: 1.6;
    background: #C30D23;
    -moz-border-radius: 133.2vw;
         border-radius: 133.2vw;
    min-width: 12.26667vw;
    min-height: 3.73333vw;
  }
  .p_top .price__footer {
    display: -ms-grid;
    display: grid;
    gap: 2vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .p_top .price__footer p {
    color: #3E3A39;
    font-size: 3.33333vw;
    font-weight: 700;
    line-height: 1.75;
  }
  .p_top .price__logos {
    width: 53.33333vw;
  }
  .p_top .price__logos.st2 {
    width: 11.6vw;
  }
  .p_top .pricing {
    margin: 5.6vw auto 8vw;
  }
  .p_top .pricing__top {
    display: -ms-grid;
    display: grid;
    gap: 5.6vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-bottom: 5.6vw;
  }
  .p_top .pricing__top .gr_sp {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    position: relative;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p_top .pricing__top .gr_sp::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 17.33333vw;
    background: #3572B7;
    display: block;
  }
  .p_top .monthly-price,
  .p_top .coupon {
    padding: 4.66667vw 3.73333vw;
    border: 0.4vw solid #3572B7;
    -moz-border-radius: 3.2vw;
         border-radius: 3.2vw;
    background-color: #F7F8F8;
    text-align: center;
  }
  .p_top .monthly-price {
    position: relative;
  }
  .p_top .monthly-price::before {
    content: "";
    position: absolute;
    left: -13.33333vw;
    bottom: -12vw;
    width: 28.88889vw;
    height: 28.33333vw;
    background: url(../img/price_bg03.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .p_top .monthly-price__item {
    margin-bottom: 3.2vw;
  }
  .p_top .monthly-price__badge {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 25.73333vw;
    min-height: 5.86667vw;
    color: #fff;
    font-size: 3.33333vw;
    font-weight: 700;
    line-height: 1.2;
    background-color: #3572B7;
    -moz-border-radius: 133.2vw;
         border-radius: 133.2vw;
  }
  .p_top .monthly-price__price {
    margin-top: 2.13333vw;
    color: #231815;
    font-weight: 700;
    line-height: 1;
  }
  .p_top .monthly-price__price strong {
    color: #C30D23;
    font-size: 6vw;
  }
  .p_top .monthly-price__price span {
    color: #C30D23;
    font-size: 3.73333vw;
  }
  .p_top .monthly-price__price small {
    font-size: 1.73333vw;
  }
  .p_top .monthly-price__deposit {
    margin-top: 1.33333vw;
    color: #3E3A39;
    font-size: 3.33333vw;
    font-weight: 700;
  }
  .p_top .monthly-price__specified {
    display: inline-block;
    margin: 0.53333vw 0 2.13333vw;
    padding: 0.26667vw 0.66667vw;
    color: #3572B7;
    font-size: 2.93333vw;
    font-weight: 700;
    background-color: #F9CF2A;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  }
  .p_top .coupon {
    position: relative;
    padding-left: 6.66667vw;
    padding-right: 6.66667vw;
  }
  .p_top .coupon .c-tl {
    margin-bottom: 1.33333vw;
  }
  .p_top .coupon::before {
    content: "";
    position: absolute;
    right: 1.33333vw;
    top: -2.66667vw;
    width: 23.11111vw;
    height: 22.66667vw;
    background: url(../img/price_bg02.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .coupon__ticket {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 20.66667vw;
    min-height: 13.33333vw;
    margin: 0 auto 3.2vw;
    padding: 1.33333vw;
    color: #fff;
    background-color: #3572B7;
    -moz-border-radius: 0.66667vw;
         border-radius: 0.66667vw;
    gap: 0.8vw;
  }
  .p_top .coupon__ticket-icon {
    width: 8.4vw;
  }
  .p_top .coupon__ticket-icon img {
    display: block;
    width: 100%;
    height: auto;
  }
  .p_top .coupon__ticket-info {
    padding-top: 3.2vw;
  }
  .p_top .coupon__ticket-info strong {
    font-size: 1.73333vw;
  }
  .p_top .coupon__ticket-info span {
    font-size: 2.8vw;
    font-weight: 700;
  }
  .p_top .coupon__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.86667vw;
  }
  .p_top .coupon__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 19.33333vw 1fr;
        grid-template-columns: 19.33333vw 1fr;
    gap: 8.66667vw;
    -webkit-box-align: flex-start;
       -moz-box-align: flex-start;
        -ms-flex-align: flex-start;
            align-items: flex-start;
  }
  .p_top .coupon__quantity {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.53333vw;
    padding: 1.06667vw;
    color: #3572B7;
    background-color: #DFEAF3;
    -moz-border-radius: 0.4vw;
         border-radius: 0.4vw;
  }
  .p_top .coupon__quantity strong {
    font-size: 6vw;
    line-height: 1;
  }
  .p_top .coupon__quantity span {
    font-size: 3.2vw;
    font-weight: 700;
  }
  .p_top .coupon__price {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 0.8vw;
    text-align: left;
  }
  .p_top .coupon__price strong {
    color: #c8102e;
    font-size: 6vw;
    line-height: 1;
  }
  .p_top .coupon__price strong em {
    font-style: normal;
    font-size: 3.2vw;
  }
  .p_top .coupon__price span {
    font-size: 2vw;
    font-weight: 700;
    color: #231815;
  }
  .p_top .coupon__price small {
    display: block;
    margin-left: auto;
    font-size: 2.8vw;
    font-weight: 700;
    width: 100%;
    color: #231815;
    text-align: right;
  }
  .p_top .coupon__price .btn {
    width: calc(100% + 34.09vw);
    margin-left: -34.09vw;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.3vw;
  }
  .p_top .coupon__price .btn a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 2.66667vw;
    line-height: 1.5;
    font-weight: 700;
    background: #f39800;
    -moz-border-radius: 133.2vw;
         border-radius: 133.2vw;
    padding: 0 2.66667vw;
  }
  .p_top .coupon__discount {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: 16vw;
    min-height: 3.73333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 2.66667vw;
    font-weight: 700;
    line-height: 1.2;
    background-color: #C30D23;
    -moz-border-radius: 133.2vw;
         border-radius: 133.2vw;
    margin-right: auto;
  }
  .p_top .notice {
    position: relative;
    padding: 4.4vw 6.93333vw;
    border: 0.4vw solid #3572B7;
    -moz-border-radius: 3.2vw;
         border-radius: 3.2vw;
    background-color: #F7F8F8;
  }
  .p_top .notice__title {
    position: absolute;
    top: -2.53333vw;
    left: 5.2vw;
    min-width: 21.33333vw;
    min-height: 5.06667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 3.33333vw;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    background-color: #3572B7;
    -moz-border-radius: 133.2vw;
         border-radius: 133.2vw;
  }
  .p_top .notice__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.06667vw;
  }
  .p_top .notice__item {
    color: #3E3A39;
    font-size: 3.33333vw;
    font-weight: 700;
    line-height: 1.75;
  }
  .p_top .notice__item strong {
    color: #C30D23;
  }
  .p_top .spec__container {
    padding: 8vw 3.33333vw;
    background-color: #DFEAF3;
    -moz-border-radius: 3.2vw;
         border-radius: 3.2vw;
    max-width: 93.33333vw;
    margin: 0 auto;
    position: relative;
  }
  .p_top .spec__container::after {
    content: "";
    position: absolute;
    bottom: -29.33333vw;
    right: -3.33333vw;
    width: 27.86667vw;
    height: 31.4vw;
    background: url(../img/spec_bg.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .p_top .spec__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 21.06667vw;
    padding: 4vw 4.8vw;
    background-color: #fff;
    -moz-border-radius: 1.33333vw;
         border-radius: 1.33333vw;
  }
  .p_top .spec__item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: center;
  }
  .p_top .spec__item:nth-of-type(1) {
    position: relative;
  }
  .p_top .spec__item:nth-of-type(1)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -2.53333vw;
    -webkit-transform: rotate(15deg) translateY(-50%);
       -moz-transform: rotate(15deg) translateY(-50%);
        -ms-transform: rotate(15deg) translateY(-50%);
            transform: rotate(15deg) translateY(-50%);
    width: 0.13333vw;
    height: 10.4vw;
    margin: 0 3.2vw;
    background-color: #3E3A39;
    display: block;
  }
  .p_top .spec__item:nth-of-type(1) {
    width: 26.66667vw;
  }
  .p_top .spec__item:nth-of-type(2) {
    width: 26.66667vw;
  }
  .p_top .spec__item--size {
    margin-top: 4vw;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_top .spec__item-title {
    margin: 0 0 1.6vw;
    color: #3E3A39;
    font-size: 3.33333vw;
    font-weight: 700;
    line-height: 1.4;
  }
  .p_top .spec__item-value {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.66667vw;
    margin: 0;
    color: #3572B7;
  }
  .p_top .spec__item-value strong {
    font-size: 6vw;
    font-weight: 700;
    line-height: 1;
  }
  .p_top .spec__item-value span {
    font-size: 3.33333vw;
    font-weight: 700;
  }
  .p_top .spec__sizes {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .spec__sizes .show_sp {
    font-size: 3.33333vw;
    font-weight: 400;
    margin: 0 0.66667vw;
  }
  .p_top .spec__size {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 0.4vw;
    color: #3572B7;
    white-space: nowrap;
    font-size: 3.33333vw;
    font-weight: 700;
  }
  .p_top .spec__size strong {
    font-size: 5.33333vw;
    font-weight: 700;
    line-height: 1;
  }
  .p_top .access {
    padding: 8vw 0;
  }
  .p_top .access__container {
    max-width: 120vw;
    margin: 0 auto;
  }
  .p_top .access__info {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    min-height: 13.33333vw;
    margin-bottom: 4.8vw;
  }
  .p_top .access__logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 14.53333vw;
    margin-right: 3.2vw;
    margin-left: 1.33333vw;
    margin-bottom: 1.33333vw;
  }
  .p_top .access__logo img {
    display: block;
    width: 100%;
  }
  .p_top .access__address {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #3E3A39;
  }
  .p_top .access__name {
    margin: 0 0 1.33333vw;
    font-size: 4.66667vw;
    font-weight: 700;
    line-height: 1.4;
  }
  .p_top .access__location {
    margin: 0;
    font-size: 3.33333vw;
    font-weight: 700;
    line-height: 1.5;
  }
  .p_top .access__button {
    position: absolute;
    top: -16vw;
    right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 36.26667vw;
    height: 6.4vw;
    margin-left: 5.33333vw;
    color: #fff;
    font-size: 3.33333vw;
    letter-spacing: 0.2em;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    background-color: #3572B7;
    -moz-border-radius: 133.2vw;
         border-radius: 133.2vw;
  }
  .p_top .access__map iframe {
    -moz-border-radius: 1.86667vw;
         border-radius: 1.86667vw;
    overflow: hidden;
    height: 66.66667vw;
  }
  .p_top .links {
    padding-bottom: 16vw;
  }
  .p_top .links__container ul {
    display: -ms-grid;
    display: grid;
    gap: 5.86667vw;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p_top .links__container ul a {
    border: 1px solid #3E3A39;
    text-align: center;
    background: #F7F7F7;
    -moz-box-shadow: 0.4vw 0.4vw 0.4vw rgba(0, 0, 0, 0.26);
         box-shadow: 0.4vw 0.4vw 0.4vw rgba(0, 0, 0, 0.26);
    font-size: 3.33333vw;
    font-weight: bold;
    color: #3E3A39;
    min-height: 18.13333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gallery-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
  }
  .gallery-modal.is-active {
    visibility: visible;
    opacity: 1;
    z-index: 999;
  }
  .gallery-modal.is-active .gallery-modal__content {
    opacity: 1;
  }
  .gallery-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.5);
  }
  .gallery-modal__content {
    position: relative;
    z-index: 2;
    width: 93.33333vw;
    padding: 13.33333vw 6vw 6vw;
    background: #DFEAF3;
    -moz-border-radius: 1.6vw;
         border-radius: 1.6vw;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s;
  }
  .gallery-modal__image img {
    display: block;
    width: 100%;
    height: auto;
  }
  .gallery-modal__close {
    position: absolute;
    top: 4.66667vw;
    right: 6.66667vw;
    z-index: 3;
    width: 5.06667vw;
    height: 5.06667vw;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    background: url(../img/ic_close.png) center/100% 100% no-repeat;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .gallery-modal__close:hover {
    opacity: 0.7;
  }
  .gallery-modal__navigation {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6.66667vw;
    margin-top: 2.66667vw;
  }
  .gallery-modal__button {
    width: 7.73333vw;
    height: 7.73333vw;
    background: url(../img/ic_next.png) center/100% 100% no-repeat;
    border: 0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .gallery-modal__button:hover {
    opacity: 0.7;
  }
  .gallery-modal__button--prev {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.effect {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, transform, -moz-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform, -moz-transform;
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
     -moz-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}

.fade-in {
  opacity: 0;
}

.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(40px);
     -moz-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
}

.fade-in-down {
  opacity: 0;
  -webkit-transform: translateY(-40px);
     -moz-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
}

.fade-in-left {
  opacity: 0;
  -webkit-transform: translateX(-40px);
     -moz-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
          transform: translateX(-40px);
}

.fade-in-right {
  opacity: 0;
  -webkit-transform: translateX(40px);
     -moz-transform: translateX(40px);
      -ms-transform: translateX(40px);
          transform: translateX(40px);
}

.zoom-in {
  opacity: 0;
  -webkit-transform: scale(0.85);
     -moz-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
}

.effect.is-active {
  opacity: 1;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
}
#to_top_scrollup {
  display: none!important;
}