@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 667px) {
  body {
    font-size: 18px;
    min-width: 1280px;
  }
}

main {
  z-index: 10;
  position: relative;
}

.reg {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}

li {
  list-style: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

#page-top {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 1999;
}
@media screen and (min-width: 667px) {
  #page-top {
    bottom: 10px;
    left: 10px;
  }
}
#page-top a {
  text-decoration: none;
  width: 35px;
  display: block;
}
@media screen and (min-width: 667px) {
  #page-top a {
    width: 35px;
  }
}

a {
  color: #8d0000;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

a img {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (min-width: 667px) {
  a:hover img {
    opacity: 0.6;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 667px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 667px) {
  .pc {
    display: block;
  }
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

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

.mt05em {
  margin-top: 0.5em !important;
}

.mt1em {
  margin-top: 1em !important;
}

.mt2em {
  margin-top: 2em !important;
}

.mt3em {
  margin-top: 3em !important;
}

.mt4em {
  margin-top: 4em !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb2em {
  margin-bottom: 2em !important;
}

.mb3em {
  margin-bottom: 3em !important;
}

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left !important;
}

@media screen and (min-width: 667px) {
  .ta-l-pc {
    text-align: left !important;
  }
}

.box_01 {
  background: rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  border: 1px solid #ccc;
  padding: 1.5em;
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: 500; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border: 1px solid #000;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  border: 2px solid #fff;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2291.6px%22%20height%3D%2291.6px%22%20viewBox%3D%220%200%2091.6%2091.6%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%2091.6%2091.6%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cg%3E%20%3Crect%20transform%3D%22matrix(-1%20-1.224647e-16%201.224647e-16%20-1%2091.5663%2091.5663)%22%20class%3D%22st0%22%20width%3D%2291.6%22%20height%3D%2291.6%22%2F%3E%20%3Cpolygon%20points%3D%2223.5%2C46.2%2059.9%2C82.6%2064%2C78.5%2031.4%2C45.8%2064%2C13.1%2059.9%2C9%2023.5%2C45.4%2023.9%2C45.8%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  left: -10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2291.6px%22%20height%3D%2291.6px%22%20viewBox%3D%220%200%2091.6%2091.6%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%2091.6%2091.6%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cg%3E%20%3Crect%20class%3D%22st0%22%20width%3D%2291.6%22%20height%3D%2291.6%22%2F%3E%20%3Cpolygon%20points%3D%2268.1%2C45.4%2031.7%2C9%2027.5%2C13.1%2060.2%2C45.8%2027.5%2C78.5%2031.7%2C82.6%2068.1%2C46.2%2067.7%2C45.8%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  right: -10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

@media screen and (min-width: 667px) {
  #mv {
    margin: 0 auto;
  }
}
#mv h1 {
  border: clamp(3px, 1vw, 7px) solid #000;
}

.sec01 .inner .btn_01 a {
  background: #3393c8;
}

.ssLogo {
  margin: 0 auto;
  padding-bottom: 3em;
  width: 80%;
  max-width: 380px;
}

.menu {
  background: #39475c;
  background-size: contain;
  position: relative;
  container-type: inline-size;
  max-width: 92%;
  margin: 0 auto;
  padding: 0.6vw;
  border-radius: 5vw;
}
@media screen and (min-width: 667px) {
  .menu {
    background: url(../img/bg_menu_pc.png) no-repeat;
    background-size: cover;
    max-width: 1100px;
    height: 70px;
    padding: 0;
  }
}
.menu ul {
  background: url(../img/bg_btn_01_sp.png) repeat;
  background-size: 30%;
  border: 0.2vw solid #fff;
  border-radius: 4.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 2vw 1vw;
  gap: 1vw 2vw;
}
@media screen and (min-width: 667px) {
  .menu ul {
    background: none;
    border: none;
    height: 70px;
    gap: 20px 20px;
    padding: 0;
  }
}
.menu ul li a {
  font-family: "Kaisei Tokumin", serif;
  font-weight: 800;
  font-style: normal;
  color: #fff;
  text-decoration: none;
  font-size: 3vw;
  text-box: trim-both cap alphabetic;
  position: relative;
  padding-left: 3vw;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 667px) {
  .menu ul li a {
    font-size: 15px;
    font-weight: 700;
    padding-left: 20px;
    height: 70px;
  }
}
.menu ul li a:hover {
  opacity: 0.6;
}
.menu ul li a::before {
  content: "";
  position: absolute;
  background: #fff;
  background-size: contain;
  width: 1.8vw;
  height: 1.8vw;
  left: 0;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
@media screen and (min-width: 667px) {
  .menu ul li a::before {
    width: 10px;
    height: 10px;
  }
}

section {
  background: rgba(230, 230, 230, 0.2784313725);
  position: relative;
}
section .inner {
  padding: 3vw 5vw 7vw;
  max-width: 1180px;
  margin: 0 auto;
}
@media screen and (min-width: 667px) {
  section .inner {
    padding: 40px 40px 40px;
  }
}
section#news, section#tour, section#goods, section#game, section#sns {
  background: rgba(202, 201, 178, 0.2784313725);
}
.frame_01 {
  background: #f5f5f5;
  padding: 1em;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 667px) {
  .frame_01 {
    padding: 1em;
  }
}

.frame_02 {
  background: #fff;
  border: solid 4px #221714;
  outline: solid 2px #221714;
  outline-offset: 3px;
  padding: 1em;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 667px) {
  .frame_02 {
    padding: 1em;
  }
}

.mapWrap {
  border: 3px solid #fff;
  width: 100%;
}
@media screen and (min-width: 667px) {
  .mapWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.mapWrap .iframeWrap {
  width: 100%;
  position: relative;
  height: 60vw;
}
@media screen and (min-width: 667px) {
  .mapWrap .iframeWrap {
    height: 400px;
  }
}
.mapWrap .iframeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mapWrap img {
  width: 100%;
}
@media screen and (min-width: 667px) {
  .mapWrap img {
    width: 40%;
  }
}

.chart_01 dt {
  font-size: 0.8em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.chart_01 li {
  font-size: 0.75em;
  margin-top: 0.2em;
  text-indent: -1.2em;
  margin-left: 1.2em;
  font-weight: 400;
}
.chart_01 p {
  font-size: 0.8em;
  margin-top: 0.5em;
  margin-left: 1.5em;
}
@media screen and (min-width: 667px) {
  .chart_01 p {
    font-size: 0.8em;
  }
}
.chart_01 dd + dt {
  margin-top: 1.5em;
}

.chart_02 {
  background: #EEEEEE;
  overflow: hidden;
}
@media screen and (min-width: 667px) {
  .chart_02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.chart_02 dt {
  background: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 1vw;
  min-height: 2em;
}
@media screen and (min-width: 667px) {
  .chart_02 dt {
    width: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 15px 8px 15px;
    min-height: 5em;
  }
}
.chart_02 dt.seven {
  background: #5d9f93;
}
.chart_02 dt.eight {
  background: #739f5d;
}
.chart_02 dd {
  padding: 3vw;
  font-weight: 500;
}
@media screen and (min-width: 667px) {
  .chart_02 dd {
    padding: 15px 10px 15px 20px;
  }
}
.chart_02 dd li {
  text-indent: -1.2em;
  margin-left: 1.2em;
}
.chart_02 dd .text_01 {
  font-size: 1.1em;
  font-weight: 600;
}
@media screen and (min-width: 667px) {
  .chart_02 dd .text_01 {
    font-size: 1.5em;
  }
}
.chart_02 dd .text_01 span {
  color: #b30808;
  font-size: 1.2em;
  font-weight: 800;
}
@media screen and (min-width: 667px) {
  .chart_02 dd .text_01 span {
    font-size: 1.6em;
  }
}
.chart_02 dd .text_02 {
  font-size: 1.1em;
  font-weight: 600;
}
@media screen and (min-width: 667px) {
  .chart_02 dd .text_02 {
    font-size: 1.5em;
  }
}
.chart_02 dd .text_02 span {
  color: #b30808;
  font-weight: 800;
}

.chart_03 {
  background: #EEEEEE;
  overflow: hidden;
}
@media screen and (min-width: 667px) {
  .chart_03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.chart_03 dt {
  background: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 1vw;
  min-height: 2em;
}
@media screen and (min-width: 667px) {
  .chart_03 dt {
    width: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 15px 8px 15px;
    min-height: 3em;
  }
}
.chart_03 dt.seven {
  background: #5d9f93;
}
.chart_03 dt.eight {
  background: #739f5d;
}
.chart_03 dd {
  padding: 3vw;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 667px) {
  .chart_03 dd {
    padding: 25px;
  }
}
.chart_03 dd li {
  text-indent: -1.2em;
  margin-left: 1.2em;
}
.chart_03 dd .text_01 {
  font-size: 1.4em;
  font-weight: 700;
}
.chart_02 + .chart_02 {
  margin-top: 1em;
}

.chart_03 + .chart_03 {
  margin-top: 0.2em;
}

.h2Ttl_01 {
  margin: clamp(14px, 5vw, 40px) 0 clamp(14px, 5vw, 50px) 0;
}
.h2Ttl_01 img {
  margin: auto;
  width: 85%;
  max-width: 550px;
}

.h3Ttl_01 {
  background: url(../img/bg_header.jpg);
  background-size: 300%;
  font-family: "Kaisei Tokumin", serif;
  font-weight: 600;
  font-style: normal;
  text-box: trim-both cap alphabetic;
  color: #fff;
  text-align: center;
  font-size: clamp(14px, 3vw, 24px);
  padding: clamp(4px, 2vw, 16px);
}
@media screen and (min-width: 667px) {
  .h3Ttl_01 {
    background-size: cover;
  }
}

.h4Ttl_01 {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (min-width: 667px) {
  .h4Ttl_01 {
    font-size: 1.4em;
  }
}

.h4Ttl_02 {
  font-weight: normal;
  margin: 2em 0 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3em;
  font-size: 0.7em;
}

.h5Ttl_01 {
  font-weight: normal;
  margin: 1.2em 0 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3em;
  font-size: 1em;
}

.bodycopy_01 {
  font-family: "Kaisei Tokumin", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.8vw;
  font-weight: 700;
}
@media screen and (min-width: 667px) {
  .bodycopy_01 {
    font-size: 20px;
    text-align: center;
  }
}

.bodycopy_02 {
  font-family: "Kaisei Tokumin", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.8vw;
  font-weight: 700;
}
@media screen and (min-width: 667px) {
  .bodycopy_02 {
    font-size: 24px;
    text-align: center;
  }
}

.note {
  font-size: 0.75em;
  margin-top: 0.2em;
  text-indent: -1.2em;
  margin-left: 1.2em;
  font-weight: 400;
}

.ta-c_sp {
  text-align: center;
}
@media screen and (min-width: 667px) {
  .ta-c_sp {
    text-align: inherit;
  }
}

@media screen and (min-width: 667px) {
  .ta-c_pc {
    text-align: center;
  }
}

.imgWap_01 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (min-width: 667px) {
  .imgWap_01 {
    max-width: 700px;
  }
}
.imgWap_01 img {
  width: 100%;
}

.imgWap_02 {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
.imgWap_02 h3 {
  font-size: 0.8em;
  font-weight: 700;
}
.imgWap_02 img {
  width: 100%;
}

.modal-content {
  position: fixed;
  display: none;
  z-index: 120000;
  width: 90%;
  margin: 0;
  padding: 5px;
  text-align: center;
  background: #fff;
}
@media screen and (min-width: 667px) {
  .modal-content {
    width: 666px;
  }
}

.modal-content p {
  margin: 0;
  padding: 0;
  font-size: 20px;
}

.modal-overlay {
  z-index: 100000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal-open {
  color: #00f;
  text-decoration: underline;
}

.modal-open:hover {
  cursor: pointer;
  color: #f00;
}

.modal-close {
  position: absolute;
  top: -20px;
  right: -16px;
  border-radius: 52px;
  outline: 0;
  background-color: #fff;
  width: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.modal-close:hover {
  cursor: pointer;
  color: #f00;
}

.sec01 .bg {
  background: url(../img/bg.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
@media screen and (min-width: 667px) {
  .sec01 .bg {
    background: url(../img/bg.jpg);
    background-size: cover;
  }
}

#sns {
  background-image: url(../img/bg_01.jpg);
  background-size: 130%;
  background-repeat: repeat;
  background-position: top center;
}
@media screen and (min-width: 667px) {
  #sns {
    background-size: 1000px;
  }
}
#sns .ssLogo {
  margin: 4em auto 1em;
  width: 70vw;
}
@media screen and (min-width: 667px) {
  #sns .ssLogo {
    width: 405px;
  }
}
#sns .ssLogo a {
  background: #fff;
  padding: 20px;
  display: block;
}

.m-table h4 {
  background: #dcdcdc;
  padding: 10px;
  text-align: center;
}

.m-table__table {
  border-collapse: collapse;
  margin-bottom: 8px;
  width: 100%;
}
.m-table__table .u-width-20 {
  width: 20% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.m-table__table .m-table__th, .m-table__table .m-table__td {
  border-top: dashed 1px #ccc;
  font-size: 0.9em;
  padding: 8px;
}
.m-table__table .m-table__th {
  background-color: #f4f4f4;
}
.m-table__table .m-table__th:not(:last-child), .m-table__table .m-table__td:not(:last-child) {
  border-right: dashed 1px #ccc;
}
.m-table__table .m-table__tbody {
  border-bottom: dashed 1px #ccc;
}
.m-table__table .m-table__td {
  text-align: center;
}
.m-table__table .m-link-list[style*="--col-narrow: 1;"] .m-link-list__item {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  height: auto;
  max-width: none;
  text-align: left;
}
.m-table__table .m-link__text {
  display: inline-block;
  font-size: 0.9em;
  font-weight: 700;
  text-decoration: underline;
  padding-left: 0.5em;
}
@media screen and (min-width: 667px) {
  .m-table__table .m-link__text {
    padding-left: 1em;
  }
}

.bg-anime {
  position: fixed;
  top: 0;
  width: 100svw;
  height: 100svh;
  z-index: -6;
  opacity: 0.5;
}
.bg-anime .item01 {
  width: clamp(10px, 20vw, 200px);
  position: absolute;
  top: -10%;
  left: 3%;
  opacity: 0;
  -webkit-animation: item01 22s infinite linear;
          animation: item01 22s infinite linear;
}
.bg-anime .item02 {
  width: clamp(10px, 20vw, 200px);
  position: absolute;
  top: -10%;
  right: 7%;
  opacity: 0;
  -webkit-animation: item02 24s 5s infinite linear;
          animation: item02 24s 5s infinite linear;
}
.bg-anime .item03 {
  width: clamp(10px, 10vw, 100px);
  position: absolute;
  top: -10%;
  right: 7%;
  opacity: 0;
  -webkit-animation: item03 14s 2s infinite linear;
          animation: item03 14s 2s infinite linear;
}
.bg-anime .item04 {
  width: clamp(10px, 10vw, 100px);
  position: absolute;
  top: -10%;
  right: 27%;
  opacity: 0;
  -webkit-animation: item03 14s 6s infinite linear;
          animation: item03 14s 6s infinite linear;
}
.bg-anime .item05 {
  width: clamp(10px, 10vw, 100px);
  position: absolute;
  top: -10%;
  left: 17%;
  opacity: 0;
  -webkit-animation: item03 14s 7s infinite linear;
          animation: item03 14s 7s infinite linear;
}
.bg-anime .item06 {
  width: clamp(10px, 10vw, 100px);
  position: absolute;
  top: -10%;
  left: 37%;
  opacity: 0;
  -webkit-animation: item03 14s 4s infinite linear;
          animation: item03 14s 4s infinite linear;
}
.bg-anime .item11 {
  width: 70vw;
  max-width: 600px;
  position: absolute;
  bottom: 20%;
  right: -5%;
  -webkit-animation: item11 4s infinite ease-in-out;
          animation: item11 4s infinite ease-in-out;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.bg-anime .item12 {
  width: 70vw;
  max-width: 600px;
  position: absolute;
  top: 15%;
  left: -10%;
  -webkit-animation: item12 4s infinite ease-in-out;
          animation: item12 4s infinite ease-in-out;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.bg-anime .item13 {
  width: 70vw;
  max-width: 400px;
  position: absolute;
  top: 5%;
  right: -5%;
  -webkit-animation: item13 4s infinite ease-in-out;
          animation: item13 4s infinite ease-in-out;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.bg-anime .item14 {
  width: 70vw;
  max-width: 600px;
  position: absolute;
  bottom: 8%;
  left: -10%;
  -webkit-animation: item14 4s infinite ease-in-out;
          animation: item14 4s infinite ease-in-out;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes item01 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0;
    top: -10%;
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0;
    top: -10%;
  }
  60% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0;
    top: 100%;
  }
}

@keyframes item01 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0;
    top: -10%;
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0;
    top: -10%;
  }
  60% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0;
    top: 100%;
  }
}
@-webkit-keyframes item02 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0;
    top: -10%;
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0;
    top: -10%;
  }
  60% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0;
    top: 100%;
  }
}
@keyframes item02 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0;
    top: -10%;
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0;
    top: -10%;
  }
  60% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0;
    top: 100%;
  }
}
@-webkit-keyframes item03 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0;
    top: -10%;
  }
  10% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0;
    top: -10%;
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0;
    top: 100%;
  }
}
@keyframes item03 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0;
    top: -10%;
  }
  10% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0;
    top: -10%;
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0;
    top: 100%;
  }
}
@-webkit-keyframes item11 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
@keyframes item11 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
@-webkit-keyframes item12 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes item12 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@-webkit-keyframes item13 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
}
@keyframes item13 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
}
@-webkit-keyframes item14 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
}
@keyframes item14 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
}
.btn a, nav li, .pia a, .info_btn, .link a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn a:hover, nav li:hover, .pia a:hover, .info_btn:hover, .link a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
}
@media screen and (min-width: 1200px) {
  .btn a:hover, nav li:hover, .pia a:hover, .info_btn:hover, .link a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }
}

.btn_01 {
  background: #39475c;
  padding: 3px;
  width: 85%;
  margin: 0 auto;
  border-radius: 100px;
}
@media screen and (min-width: 667px) {
  .btn_01 {
    max-width: 550px;
    font-size: 16px;
  }
}
.btn_01 a {
  background: url(../img/bg_btn_01.png) center center repeat-x;
  background-size: contain;
  border: 0.3vw solid #fff;
  border-radius: 100px;
  color: #fff;
  padding: 3vw 5px;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}
@media screen and (min-width: 667px) {
  .btn_01 a {
    border: 2px solid #fff;
    padding: 20px 5px;
  }
}
.btn_01 a i {
  position: absolute;
  height: 18px;
  display: inherit;
  top: 50%;
  right: 2.5vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0;
  width: 5vw;
  height: 2vw;
  border-bottom: 1px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: skew(45deg) translateY(-50%);
          transform: skew(45deg) translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 667px) {
  .btn_01 a i {
    right: 20px;
    width: 30px;
    height: 8px;
  }
}
.btn_01 a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.btn_01 a:hover i {
  -webkit-transform: skew(45deg) translateY(-50%) translateX(10px);
          transform: skew(45deg) translateY(-50%) translateX(10px);
}

.btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 930px;
  width: 100%;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 667px) {
  .btn_group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 667px) {
  .btn_group .btn_01 {
    width: 450px;
    font-size: 16px;
  }
}

#yoyaku {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1000;
  width: 20%;
  z-index: 2000;
}
@media screen and (min-width: 667px) {
  #yoyaku {
    width: 150px;
    right: 20px;
    bottom: 20px;
  }
}

.footer {
  margin: 0 auto;
  overflow: hidden;
  background: #000;
  padding: 20px 30px 60px;
  position: relative;
  z-index: 1000;
}
.footer .inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.footer .inner .note {
  font-size: 1em;
}
.footer .inner .copyright {
  font-size: 10px;
  color: #fff;
  line-height: 1.6em;
  display: inline-block;
  font-weight: 400;
}
@media screen and (min-width: 667px) {
  .footer .inner .copyright {
    font-size: 12px;
  }
}