@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
} /*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

input#gdprYes {
  font-size: 175%;
  text-align: center;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  width: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  width: 100%;
  background-color: #fff;
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.sp {
  display: block;
}
@media screen and (min-width: 1025px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  .pc {
    display: block;
  }
}

.inner {
  width: 100%;
  padding: 0 5%;
}

section {
  width: 100%;
  padding-top: 3rem;
}

.section_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .section_head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.section_head .dots {
  width: 10%;
  margin-bottom: 3em;
}
@media screen and (min-width: 1025px) {
  .section_head .dots {
    width: 5rem;
    margin-bottom: 0;
  }
}
.section_head > h3 > img {
  width: auto;
  height: 7.2vw;
  max-height: 2.7rem;
}
@media screen and (min-width: 600px) {
  .section_head > h3 > img {
    height: 4.5572916667vw;
    max-height: 3.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .section_head > h3 > img {
    height: 2.7rem;
    max-height: none;
  }
}
.section_head .section_text {
  font-size: min(4.2666666667vw, 1.6rem);
  color: #4b4b4b;
  line-height: 1.9;
  font-weight: 500;
  margin: 3.5rem 0 0;
}
@media screen and (min-width: 600px) {
  .section_head .section_text {
    font-size: min(2.6041666667vw, 2rem);
  }
}
@media screen and (min-width: 1025px) {
  .section_head .section_text {
    font-size: min(0.8333333333vw, 1.6rem);
    line-height: 1.6;
    text-align: left;
    margin: 0;
  }
}

header {
  width: 100%;
  padding: 0 4%;
  height: 6rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: fixed;
  left: 0;
  z-index: 100;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 600px) {
  header {
    height: 7.8rem;
  }
}
@media screen and (min-width: 1025px) {
  header {
    /* justify-content: space-between; */
    background-color: rgba(255, 255, 255, 0.9);
  }
}

header > h1 {
  width: 40%;
  max-width: 20.4rem;
}

@media screen and (max-width: 1024px) {
  header > h1 {
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) {
  header > h1 {
    max-width: 28rem;
  }
}
@media screen and (min-width: 1025px) {
  header > h1 {
    width: 150px;
  }
}
header .header_nav_pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  header .header_nav_pc {
    width: fit-content;
    height: fit-content;
    background-color: #fff;
    position: static;
    top: unset;
    right: unset;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: unset;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1025px) {
  header .header_nav_pc > ul {
    width: calc(100% - 120px);
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  header .header_nav_pc > ul > li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: none;
    position: relative;
  }
}
header .header_nav_pc > ul > li .nav_item_pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  header .header_nav_pc > ul > li .nav_item_pc {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  header .header_nav_pc > ul > li .nav_item_pc > P {
    color: #000;
    font-size: min(0.6770833333vw, 1.3rem);
    font-weight: bold;
    padding-right: 20px;
  }
}
header .header_nav_pc > ul .header_link_btn {
  display: none;
}
@media screen and (min-width: 1025px) {
  header .header_nav_pc > ul .header_link_btn {
    display: block;
    width: 6.5625%;
    max-width: 12.6rem;
  }

  header .header_nav_pc .header_link_btn {
    width: 120px;
  }
}

.nav-container {
  position: fixed;
  z-index: 1000;
  height: 100vh;
  width: 100%;
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  .nav-container {
    display: none;
  }
}
.nav-container * {
  outline: none;
}
.nav-container .button {
  width: 2rem;
  height: 6rem;
  position: absolute;
  top: 0;
  right: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 700;
  -webkit-appearance: none;
  cursor: pointer;
  pointer-events: auto;
  margin-left: auto;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 600px) {
  .nav-container .button {
    width: 3.8rem;
    height: 7.8rem;
    right: 3.8rem;
  }
}
.nav-container .button .icon-bar {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #0080ad;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav-container .button .icon-bar:nth-of-type(2),
.nav-container .button .icon-bar:nth-of-type(3) {
  margin-top: 5px;
}
@media screen and (min-width: 600px) {
  .nav-container .button .icon-bar:nth-of-type(2),
  .nav-container .button .icon-bar:nth-of-type(3) {
    margin-top: 10px;
  }
}
.nav-container .nav-content {
  margin-top: 6rem;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 700;
  top: 0;
  right: 0;
  background: #fff;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
  contain: paint;
}
@media screen and (min-width: 600px) {
  .nav-container .nav-content {
    margin-top: 6.8rem;
  }
}
.nav-container .nav-content > ul {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 25% 0 0;
  margin: 0;
}
@media screen and (min-width: 600px) and (orientation: landscape) {
  .nav-container .nav-content > ul {
    padding: 10% 0 0;
  }
}
.nav-container .nav-content > ul > li {
  width: 100%;
  margin-bottom: 18%;
}
@media screen and (min-width: 600px) and (orientation: landscape) {
  .nav-container .nav-content > ul > li {
    margin-bottom: 8%;
  }
}
.nav-container .nav-content > ul > li .nav_item_sp {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.nav-container .nav-content > ul > li .nav_item_sp > img {
  width: auto;
  height: 2.5rem;
}

@media screen and (max-width: 1024px) {
  html[lang="en"]
    .nav-container
    .nav-content
    > ul
    > li:nth-of-type(2)
    .nav_item_sp
    > img,
  html[lang="th"]
    .nav-container
    .nav-content
    > ul
    > li:nth-of-type(2)
    .nav_item_sp
    > img,
  html[lang="id"]
    .nav-container
    .nav-content
    > ul
    > li:nth-of-type(2)
    .nav_item_sp
    > img,
  html[lang="fr"]
    .nav-container
    .nav-content
    > ul
    > li:nth-of-type(2)
    .nav_item_sp
    > img,
  html[lang="de"]
    .nav-container
    .nav-content
    > ul
    > li:nth-of-type(2)
    .nav_item_sp
    > img,
  html[lang="es"]
    .nav-container
    .nav-content
    > ul
    > li:nth-of-type(2)
    .nav_item_sp
    > img {
    height: auto;
    width: 90%;
    margin: 0 5%;
  }
}
.nav-container:focus-within * {
  visibility: visible;
}
.nav-container:focus-within .button {
  pointer-events: none;
}
.nav-container:focus-within .button .icon-bar:nth-of-type(1) {
  -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
@media screen and (min-width: 600px) {
  .nav-container:focus-within .button .icon-bar:nth-of-type(1) {
    -webkit-transform: translate3d(0, 11px, 0) rotate(45deg);
    transform: translate3d(0, 11px, 0) rotate(45deg);
  }
}
.nav-container:focus-within .button .icon-bar:nth-of-type(2) {
  opacity: 0;
}
.nav-container:focus-within .button .icon-bar:nth-of-type(3) {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
@media screen and (min-width: 600px) {
  .nav-container:focus-within .button .icon-bar:nth-of-type(3) {
    -webkit-transform: translate3d(0, -15px, 0) rotate(-45deg);
    transform: translate3d(0, -15px, 0) rotate(-45deg);
  }
}
.nav-container:focus-within .nav-content {
  -webkit-transform: none;
  transform: none;
}

.mv {
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 600px) {
  .mv {
    margin-top: 7.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .mv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1025px) {
  .mv .slider1 {
    width: 50%;
    padding: 0;
  }
}
.mv .slider1 .splide__track {
  position: relative;
}
.mv .slider1 .splide__track .splide__list {
  padding: 2rem 0;
}
.mv .slider1 .splide__track .splide__list .splide__slide {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .mv .slider1 .splide__track .splide__list .splide__slide {
    width: 50%;
  }
}
.mv .slider1 .splide__track .splide__list .splide__slide .slide_img {
  width: 100%;
  height: auto;
  margin-bottom: 1.5em;
}
.mv .slider1 .splide__track .splide__list .splide__slide .location {
  height: 2.632vw;
  max-height: 9.87px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 5%;
}
.mv .slider1 .splide__track .splide__list .splide__slide .location > img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .mv .slider1 .splide__track .splide__list .splide__slide .location {
    padding-left: 0;
  }
}
.mv .slider1 .splide__track .splide__list .splide__slide .location:before {
  content: "";
  display: block;
  width: 5.3333333333vw;
  max-width: 2rem;
  height: 1px;
  background-color: #000;
  margin-right: 1rem;
}
@media screen and (min-width: 600px) {
  .mv .slider1 .splide__track .splide__pagination {
    bottom: 0.3em;
  }
}
@media screen and (min-width: 1025px) {
  .mv .slider1 .splide__track .splide__pagination {
    bottom: 0.5em;
  }
}
.mv .slider1 .splide__track .splide__pagination--ltr {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 5.3333333333vw;
  max-height: 2rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 0;
  margin-left: auto;
  background-color: #fff;
}
.mv .slider1 .splide__track .button-pagination {
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  max-width: 1rem;
  max-height: 1rem;
  border-radius: 0%;
  margin: 0 0.4rem 1.6rem;
  content: "";
  background: #e4e4e4;
  border: none;
  color: #ffffff;
  cursor: pointer;
  outline: none;
}
.mv .slider1 .splide__track .button-pagination.is-active {
  width: 2.1333333333vw;
  height: 5.3333333333vw;
  max-width: 8px;
  max-height: 20px;
  margin: 0 0.4rem;
  color: #e4e4e4;
  background-color: transparent;
  background-image: url("../img/common/slide/slide_act.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.mv .mv_content_sp {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .mv .mv_content_sp {
    display: none;
  }
}
.mv .mv_content_sp .link_btn_sp {
  display: block;
  width: 80%;
  max-width: 30rem;
  margin: 0 auto 0 14.6666666667%;
}
@media screen and (min-width: 1025px) {
  .mv .mv_content_sp .link_btn_sp {
    display: none;
  }
}
.mv .mv_content_sp .note {
  padding: 0 4.5% 0;
}
.mv .mv_content_sp .note > p {
  font-size: min(3.2vw, 1.2rem);
  text-align: left;
  margin: 3rem 0 2.8rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 600px) {
  .mv .mv_content_sp .note > p {
    font-size: min(1.8229166667vw, 1.4rem);
  }
}
.mv .mv_content_sp .note > p > span {
  color: #0080ad;
}
@media screen and (min-width: 1025px) {
  .mv .mv_content_sp .note {
    display: none;
  }
}
.mv .mv_content_pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  .mv .mv_content_pc {
    display: block;
    width: 50%;
    padding-left: 5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  .mv .mv_content_pc .mv_logo {
    width: 80.2325581395%;
    max-width: 69rem;
    margin-bottom: 4rem;
  }
}
.mv .mv_content_pc .link_btn_pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  .mv .mv_content_pc .link_btn_pc {
    display: block;
    width: 31.25%;
    max-width: 30rem;
    margin: 0;
  }
  .mv .mv_content_pc .link_btn_pc:hover {
    margin-top: -1rem;
    margin-bottom: 1rem;
    -webkit-box-shadow: 0px 10px 0px rgb(228, 228, 228);
    box-shadow: 0px 10px 0px rgb(228, 228, 228);
  }
}
.mv .mv_content_pc .note {
  display: none;
}
@media screen and (min-width: 1025px) {
  .mv .mv_content_pc .note {
    display: block;
  }
}
.mv .mv_content_pc .note > p > span {
  color: #0080ad;
}
@media screen and (min-width: 1025px) {
  .mv .mv_content_pc .note > p {
    font-size: min(0.78125vw, 1.5rem);
    text-align: center;
    margin: 3.5rem 0 2.8rem;
    font-weight: 500;
    line-height: 1.6;
  }
}

.about {
  width: 100%;
  margin: 3rem 0 5rem;
  padding: 0 5.3333333333% 0;
}
@media screen and (min-width: 600px) {
  .about {
    margin: 10rem 0 8rem;
  }
}
@media screen and (min-width: 1025px) {
  .about {
    margin: 9rem 0 22rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.about .about_head {
  position: relative;
  padding: 0 5.3333333333%;
}
@media screen and (min-width: 1025px) {
  .about .about_head {
    width: 50%;
    padding: 0 0 0 12%;
  }
}
.about .about_head > h3 {
  margin-bottom: 2.1rem;
  max-width: 50rem;
  padding: 0 5%;
}
@media screen and (min-width: 600px) {
  .about .about_head > h3 {
    max-width: 60rem;
    margin: 0 0 5rem;
  }
}
@media screen and (min-width: 1025px) {
  .about .about_head > h3 {
    width: 81.9402985075%;
    max-width: 54.9rem;
    margin: 0;
    padding: 0;
  }
}
.about .about_head .scroll_icon {
  width: 2.6666666667%;
  max-width: 1.25rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 600px) {
  .about .about_head .scroll_icon {
    width: 2.8645833333%;
    max-width: 1.75rem;
  }
}
@media screen and (min-width: 1025px) {
  .about .about_head .scroll_icon {
    width: 2.119205298%;
    max-width: none;
  }
}
.about .about_content {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .about .about_content {
    width: 47%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.about .about_content .section_text {
  font-size: min(4vw, 1.5rem);
  color: #4b4b4b;
  line-height: 1.9;
  margin: 16.5% 0 0;
}
@media screen and (min-width: 600px) {
  .about .about_content .section_text {
    font-size: min(2.6041666667vw, 2rem);
  }
}
@media screen and (min-width: 1025px) {
  .about .about_content .section_text {
    font-size: min(0.78125vw, 1.5rem);
    line-height: 2;
    text-align: left;
  }
}

.ticket {
  width: 100%;
  margin-top: 6rem;
  padding-top: 6rem;
  background-color: #f7f7f7;
  padding-bottom: 3rem;
}
@media screen and (min-width: 600px) {
  .ticket {
    padding-top: 12rem;
  }
}
@media screen and (min-width: 1025px) {
  .ticket {
    margin-top: 11rem;
    margin-top: 11rem;
    display: grid;
    grid-template-columns: 35% 3% 62%;
    grid-template-rows: 1fr 2fr;
    padding-left: 5.3333333333%;
    /* padding-bottom: 15rem; */
  }
}
.ticket .inner {
  padding: 2rem 5% 0;
}
@media screen and (min-width: 1025px) {
  .ticket .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column: 1/4;
    grid-row: 1/2;
    padding-left: 9.8702763677%;
  }
}
@media screen and (min-width: 1025px) {
  .ticket .inner .section_head {
    width: 100%;
    margin-right: 2%;
  }
}
@media screen and (min-width: 1025px) {
  .ticket .inner .section_head > h3 {
    padding-left: 2%;
  }
}
.ticket .inner .section_text {
  margin-bottom: 5rem;
}
@media screen and (min-width: 1025px) {
  .ticket .inner .section_text {
    margin: 0 2%;
  }
}
.ticket .slider2_anime {
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .ticket .slider2_anime {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-left: 26%;
    margin-bottom: 0;
  }
}
.ticket .slider2_anime .splide__arrow {
  display: none;
}
.ticket .slider2_anime .splide__track {
  position: relative;
}
.ticket .slider2_anime .splide__track .splide__list .splide__slide {
  width: 90%;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .ticket .slider2_anime .splide__track .splide__list .splide__slide {
    width: 100%;
  }
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide
  .slide_anime {
  position: relative;
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide
  .slide_anime
  .slide_bg {
  -o-object-fit: cover;
  object-fit: cover;
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide
  .slide_anime
  .slide_bg
  > img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .ticket
    .slider2_anime
    .splide__track
    .splide__list
    .splide__slide
    .slide_anime
    .slide_bg_sp {
    display: none;
  }
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide
  .slide_anime
  .slide_bg_sp
  > img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .ticket
    .slider2_anime
    .splide__track
    .splide__list
    .splide__slide
    .slide_anime
    .slide_bg_sp
    > img {
    display: none;
  }
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide
  .slide_anime
  .slide_bg_pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  .ticket
    .slider2_anime
    .splide__track
    .splide__list
    .splide__slide
    .slide_anime
    .slide_bg_pc {
    display: block;
  }
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide
  .slide_anime
  .slide_bg_pc
  > img {
  display: none;
}
@media screen and (min-width: 1025px) {
  .ticket
    .slider2_anime
    .splide__track
    .splide__list
    .splide__slide
    .slide_anime
    .slide_bg_pc
    > img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide
  .slide_anime1
  .rail_img {
  width: 79%;
  position: absolute;
  top: 25%;
  left: 12%;
  z-index: -1;
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide
  .slide_anime1
  .slide_bg_img1 {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide
  .slide_anime1
  .train_img1 {
  width: 27%;
  position: absolute;
  top: 11%;
  left: -9%;
  z-index: -1;
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide
  .slide_anime1
  .train_img2 {
  width: 27%;
  position: absolute;
  top: 81%;
  left: 38%;
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide
  .slide_anime1
  .bus_img_ani {
  width: 5.8%;
  position: absolute;
  top: 12%;
  left: 53%;
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide
  .slide_anime1
  .check_img {
  width: 9.5%;
  position: absolute;
  top: 69.5%;
  left: 90.5%;
  z-index: -1;
  opacity: 0;
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide
  .slide_anime1
  .slide_bg_img2 {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide
  .slide_anime2
  .bus_img_ani2 {
  width: 31%;
  position: absolute;
  top: 41%;
  left: 100%;
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide
  .slide_anime3
  .shrine_img_ryosen {
  width: 100%;
  position: absolute;
  top: 16%;
  left: 0%;
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide
  .slide_anime3
  .shrine_img_ani {
  width: 16.5%;
  position: absolute;
  top: 76.5%;
  left: 41.5%;
  opacity: 0;
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide
  .slide_anime3
  .torii_img_ani {
  width: 34%;
  position: absolute;
  top: 100%;
  left: 32.7%;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(1, 0.03, 0.74, 1.01);
  transition: all 0.8s cubic-bezier(1, 0.03, 0.74, 1.01);
  -webkit-perspective: 1000;
  perspective: 1000;
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide
  .slide_anime3
  .shrine_img_stairs {
  width: 100%;
  position: absolute;
  bottom: -17%;
  left: 0%;
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide
  .slide_anime4
  .senbei_img_ani {
  width: 18%;
  position: absolute;
  top: 6%;
  left: -18%;
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide
  .slide_anime4
  .sake_img_ani {
  width: 12%;
  position: absolute;
  top: 0%;
  left: 100%;
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide
  .slide_anime4
  .soba_img_ani {
  width: 18%;
  position: absolute;
  top: 25%;
  left: 42%;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.01, 0.8, 1, 0.85);
  transition: all 0.8s cubic-bezier(0.01, 0.8, 1, 0.85);
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide
  .slide_anime4
  .fish_img_ani {
  width: 22%;
  position: absolute;
  top: 55%;
  left: -22%;
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide
  .slide_anime4
  .sushi_img_ani {
  width: 29%;
  position: absolute;
  top: 53%;
  left: 100%;
  -webkit-transition: all 0.8s cubic-bezier(0.22, 0.35, 0.14, 1.09);
  transition: all 0.8s cubic-bezier(0.22, 0.35, 0.14, 1.09);
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide
  .slide_anime5
  .car_img_ani {
  width: 25%;
  position: absolute;
  top: 45%;
  left: 100%;
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide.is-active.ticket_anime_slide1 {
  width: 90%;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .ticket
    .slider2_anime
    .splide__track
    .splide__list
    .splide__slide.is-active.ticket_anime_slide1 {
    width: 100%;
  }
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide.is-active.ticket_anime_slide1
  .slide_anime1
  .train_img1 {
  width: 27%;
  position: absolute;
  top: 11%;
  left: 39%;
  z-index: -1;
  -webkit-animation: train_right1 0.6s linear;
  animation: train_right1 0.6s linear;
}
@-webkit-keyframes train_right1 {
  0% {
    left: -9%;
  }
  100% {
    left: 39%;
  }
}
@keyframes train_right1 {
  0% {
    left: -9%;
  }
  100% {
    left: 39%;
  }
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide.is-active.ticket_anime_slide1
  .slide_anime1
  .bus_img_ani {
  width: 5.8%;
  position: absolute;
  top: 80%;
  left: 53%;
  -webkit-animation: bus_down 1.4s linear;
  animation: bus_down 1.4s linear;
}
@-webkit-keyframes bus_down {
  0% {
    top: 12%;
  }
  50% {
    top: 12%;
  }
  100% {
    top: 80%;
  }
}
@keyframes bus_down {
  0% {
    top: 12%;
  }
  50% {
    top: 12%;
  }
  100% {
    top: 80%;
  }
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide.is-active.ticket_anime_slide1
  .slide_anime1
  .train_img2 {
  width: 24%;
  position: absolute;
  top: 81%;
  left: 89%;
  width: 27%;
  z-index: -1;
  -webkit-animation: train_right2 2s linear;
  animation: train_right2 2s linear;
}
@-webkit-keyframes train_right2 {
  0% {
    left: 38%;
  }
  80% {
    left: 38%;
  }
  100% {
    left: 89%;
  }
}
@keyframes train_right2 {
  0% {
    left: 38%;
  }
  80% {
    left: 38%;
  }
  100% {
    left: 89%;
  }
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide.is-active.ticket_anime_slide1
  .slide_anime1
  .check_img {
  width: 9.5%;
  position: absolute;
  top: 28.5%;
  left: 90.5%;
  z-index: -1;
  opacity: 1;
  -webkit-animation: check_up 2.8s linear;
  animation: check_up 2.8s linear;
}
@-webkit-keyframes check_up {
  0% {
    top: 69.5%;
    opacity: 0;
  }
  80% {
    top: 69.5%;
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    top: 28.5%;
    opacity: 1;
  }
}
@keyframes check_up {
  0% {
    top: 69.5%;
    opacity: 0;
  }
  80% {
    top: 69.5%;
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    top: 28.5%;
    opacity: 1;
  }
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide.is-active.ticket_anime_slide1
  .slide_anime2
  .bus_img_ani2 {
  width: 31%;
  position: absolute;
  top: 41%;
  left: 35%;
  -webkit-animation: bus_in 0.3s linear;
  animation: bus_in 0.3s linear;
  will-change: animation;
}
@-webkit-keyframes bus_in {
  0% {
    left: 100%;
  }
  100% {
    left: 35%;
  }
}
@keyframes bus_in {
  0% {
    left: 100%;
  }
  100% {
    left: 35%;
  }
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide.is-active.ticket_anime_slide2 {
  width: 90%;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .ticket
    .slider2_anime
    .splide__track
    .splide__list
    .splide__slide.is-active.ticket_anime_slide2 {
    width: 100%;
  }
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide.is-active.ticket_anime_slide2
  .slide_anime {
  position: relative;
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide.is-active.ticket_anime_slide2
  .slide_anime
  .slide_bg
  > img {
  width: 100%;
  height: auto;
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide.is-active.ticket_anime_slide2
  .slide_anime2
  .bus_img_ani2 {
  width: 31%;
  position: absolute;
  top: 41%;
  left: 35%;
  -webkit-animation: bus_in 0.3s linear;
  animation: bus_in 0.3s linear;
  will-change: animation;
}
@keyframes bus_in {
  0% {
    left: 100%;
  }
  100% {
    left: 35%;
  }
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide.is-active.ticket_anime_slide3 {
  width: 90%;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .ticket
    .slider2_anime
    .splide__track
    .splide__list
    .splide__slide.is-active.ticket_anime_slide3 {
    width: 100%;
  }
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide.is-active.ticket_anime_slide3
  .slide_anime {
  position: relative;
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide.is-active.ticket_anime_slide3
  .slide_anime
  .slide_bg
  > img {
  width: 100%;
  height: auto;
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide.is-active.ticket_anime_slide3
  .slide_anime3
  .shrine_img_ani {
  width: 16.5%;
  position: absolute;
  top: 76.5%;
  left: 41.5%;
  opacity: 1;
  -webkit-animation: shrine_show 0.3s;
  animation: shrine_show 0.3s;
  will-change: animation;
}
@-webkit-keyframes shrine_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shrine_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide.is-active.ticket_anime_slide3
  .slide_anime3
  .torii_img_ani {
  width: 34%;
  position: absolute;
  top: 15%;
  left: 32.7%;
  opacity: 1;
  -webkit-animation: torii_up 0.5s;
  animation: torii_up 0.5s;
  will-change: animation;
}
@-webkit-keyframes torii_up {
  0% {
    height: 0;
    opacity: 0;
    top: 100%;
  }
  100% {
    opacity: 1;
    top: 15%;
  }
}
@keyframes torii_up {
  0% {
    height: 0;
    opacity: 0;
    top: 100%;
  }
  100% {
    opacity: 1;
    top: 15%;
  }
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide.is-active.ticket_anime_slide4 {
  width: 90%;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .ticket
    .slider2_anime
    .splide__track
    .splide__list
    .splide__slide.is-active.ticket_anime_slide4 {
    width: 100%;
  }
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide.is-active.ticket_anime_slide4
  .slide_anime {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .ticket
    .slider2_anime
    .splide__track
    .splide__list
    .splide__slide.is-active.ticket_anime_slide4
    .slide_anime
    .slide_bg_sp {
    display: none;
  }
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide.is-active.ticket_anime_slide4
  .slide_anime
  .slide_bg_sp
  > img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .ticket
    .slider2_anime
    .splide__track
    .splide__list
    .splide__slide.is-active.ticket_anime_slide4
    .slide_anime
    .slide_bg_sp
    > img {
    display: none;
  }
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide.is-active.ticket_anime_slide4
  .slide_anime
  .slide_bg_pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  .ticket
    .slider2_anime
    .splide__track
    .splide__list
    .splide__slide.is-active.ticket_anime_slide4
    .slide_anime
    .slide_bg_pc {
    display: block;
  }
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide.is-active.ticket_anime_slide4
  .slide_anime
  .slide_bg_pc
  > img {
  display: none;
}
@media screen and (min-width: 1025px) {
  .ticket
    .slider2_anime
    .splide__track
    .splide__list
    .splide__slide.is-active.ticket_anime_slide4
    .slide_anime
    .slide_bg_pc
    > img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide.is-active.ticket_anime_slide4
  .slide_anime4
  .senbei_img_ani {
  width: 18%;
  position: absolute;
  top: 6%;
  left: 20%;
  -webkit-animation: senbei_in 0.8s;
  animation: senbei_in 0.8s;
  will-change: animation;
}
@-webkit-keyframes senbei_in {
  0% {
    left: -18%;
  }
  100% {
    left: 20%;
  }
}
@keyframes senbei_in {
  0% {
    left: -18%;
  }
  100% {
    left: 20%;
  }
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide.is-active.ticket_anime_slide4
  .slide_anime4
  .sake_img_ani {
  width: 12%;
  position: absolute;
  top: 0%;
  left: 65%;
  -webkit-animation: sake_in 0.8s;
  animation: sake_in 0.8s;
  will-change: animation;
}
@-webkit-keyframes sake_in {
  0% {
    left: 100%;
  }
  100% {
    left: 65%;
  }
}
@keyframes sake_in {
  0% {
    left: 100%;
  }
  100% {
    left: 65%;
  }
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide.is-active.ticket_anime_slide4
  .slide_anime4
  .soba_img_ani {
  width: 18%;
  position: absolute;
  top: 15%;
  left: 42%;
  opacity: 1;
  -webkit-animation: soba_in 0.8s ease;
  animation: soba_in 0.8s ease;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  will-change: animation;
}
@-webkit-keyframes sishi_in {
  0% {
    opacity: 0;
    top: 25%;
  }
  100% {
    opacity: 1;
    top: 15%;
  }
}
@keyframes sishi_in {
  0% {
    opacity: 0;
    top: 25%;
  }
  100% {
    opacity: 1;
    top: 15%;
  }
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide.is-active.ticket_anime_slide4
  .slide_anime4
  .fish_img_ani {
  width: 22%;
  position: absolute;
  top: 55%;
  left: 7%;
  -webkit-animation: fish_in 0.8s;
  animation: fish_in 0.8s;
  will-change: animation;
}
@-webkit-keyframes fish_in {
  0% {
    left: -22%;
  }
  100% {
    left: 7%;
  }
}
@keyframes fish_in {
  0% {
    left: -22%;
  }
  100% {
    left: 7%;
  }
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide.is-active.ticket_anime_slide4
  .slide_anime4
  .sushi_img_ani {
  width: 29%;
  position: absolute;
  top: 53%;
  left: 67%;
  -webkit-animation: sushi_in 0.8s ease-in;
  animation: sushi_in 0.8s ease-in;
  will-change: animation;
}
@keyframes sishi_in {
  0% {
    left: 100%;
  }
  100% {
    left: 67%;
  }
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide.is-active.ticket_anime_slide5 {
  width: 90%;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .ticket
    .slider2_anime
    .splide__track
    .splide__list
    .splide__slide.is-active.ticket_anime_slide5 {
    width: 100%;
  }
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide.is-active.ticket_anime_slide5
  .slide_anime {
  position: relative;
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide.is-active.ticket_anime_slide5
  .slide_anime
  .slide_bg
  > img {
  width: 100%;
  height: auto;
}
.ticket
  .slider2_anime
  .splide__track
  .splide__list
  .splide__slide.is-active.ticket_anime_slide5
  .slide_anime5
  .car_img_ani {
  width: 31%;
  position: absolute;
  top: 41%;
  left: 35%;
  -webkit-animation: car_in 0.3s linear;
  animation: car_in 0.3s linear;
  will-change: animation;
}
@-webkit-keyframes car_in {
  0% {
    left: 100%;
  }
  100% {
    left: 37%;
  }
}
@keyframes car_in {
  0% {
    left: 100%;
  }
  100% {
    left: 37%;
  }
}
.ticket .slider2_anime .splide__pagination--ltr {
  display: none;
}
@media screen and (min-width: 1025px) {
  .ticket .slider2_main {
    bottom: -1em;
    grid-column: 3/4;
    grid-row: 2/3;
  }
}
.ticket .slider2_main .splide__arrow {
  width: 4em;
  height: 4em;
  background-color: #0080ad;
  position: absolute;
  top: 16%;
}
@media screen and (min-width: 600px) {
  .ticket .slider2_main .splide__arrow {
    width: 6em;
    height: 6em;
    top: 20%;
  }
}
@media screen and (min-width: 1025px) {
  .ticket .slider2_main .splide__arrow {
    width: 4em;
    height: 4em;
    top: -13%;
  }
}
@media screen and (min-width: 1400px) {
  .ticket .slider2_main .splide__arrow {
    top: -10%;
  }
}
.ticket .slider2_main .splide__arrow--prev {
  border-radius: 0 1rem 1rem 0;
  background: url("../img/common/slide/b1_ticket_left.svg") no-repeat;
  background-size: cover;
  opacity: 1;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .ticket .slider2_main .splide__arrow--prev {
    border-radius: 1rem;
    left: 52%;
  }
}
@media screen and (min-width: 1400px) {
  .ticket .slider2_main .splide__arrow--prev {
    left: 54%;
  }
}
.ticket .slider2_main .splide__arrow--next {
  border-radius: 1rem 0 0 1rem;
  background: url("../img/common/slide/b1_ticket_right.svg") no-repeat;
  background-size: cover;
  opacity: 1;
  right: 0;
}
@media screen and (min-width: 1025px) {
  .ticket .slider2_main .splide__arrow--next {
    border-radius: 1rem;
    left: 62%;
  }
}
.ticket .slider2_main .splide__track {
  position: relative;
}
.ticket .slider2_main .splide__track .splide__list .splide__slide {
  width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.5em;
}
@media screen and (min-width: 600px) {
  .ticket .slider2_main .splide__track .splide__list .splide__slide {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .ticket .slider2_main .splide__track .splide__list .splide__slide {
    margin-top: 10px;
  }
}
.ticket .slider2_main .splide__track .splide__list .splide__slide .slide_text {
  width: 100%;
  padding: 3rem 4% 0;
  background-color: #fff;
  border: 2px solid #0080ad;
}
@media screen and (min-width: 600px) {
  .ticket
    .slider2_main
    .splide__track
    .splide__list
    .splide__slide
    .slide_text {
    height: 100%;
  }
}
.ticket
  .slider2_main
  .splide__track
  .splide__list
  .splide__slide
  .slide_text
  .ticket_name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: auto;
}
.ticket
  .slider2_main
  .splide__track
  .splide__list
  .splide__slide
  .slide_text
  .ticket_name
  > img {
  width: auto;
  height: 16vw;
  max-height: 6rem;
}
@media screen and (min-width: 1025px) {
  .ticket
    .slider2_main
    .splide__track
    .splide__list
    .splide__slide
    .slide_text
    .ticket_name
    > img {
    width: 100%;
    height: auto;
    width: auto;
    height: 4.5rem;
    max-height: none;
  }
}
.ticket
  .slider2_main
  .splide__track
  .splide__list
  .splide__slide
  .slide_text
  .blue_line {
  display: block;
  width: 100%;
  height: 1rem;
  background-color: #0080ad;
  margin: 3rem 0;
}
.ticket
  .slider2_main
  .splide__track
  .splide__list
  .splide__slide
  .slide_text
  .description {
  font-size: 1.5rem;
  color: #000;
  line-height: 1.8;
  padding-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .ticket .slider2_main .splide__track .splide__list .splide__slide.is-active {
    overflow-y: visible;
    top: -10px;
    -webkit-box-shadow: 0px 10px 0px rgb(228, 228, 228);
    box-shadow: 0px 10px 0px rgb(228, 228, 228);
  }
}
.ticket .slider2_main .splide__pagination--ltr {
  height: 20px;
  background-color: #f7f7f7;
}
@media screen and (min-width: 1025px) {
  .ticket .slider2_main .splide__pagination--ltr {
    display: none;
  }
}
.ticket .slider2_main .button-pagination {
  width: 1rem;
  height: 1rem;
  border-radius: 0%;
  margin: 0 0.4rem 1.6rem;
  content: "";
  background: #e4e4e4;
  border: none;
  color: #ffffff;
  cursor: pointer;
  outline: none;
}
.ticket .slider2_main .button-pagination.is-active {
  width: 8px;
  height: 20px;
  margin: 0 0.4rem;
  color: #e4e4e4;
  background-color: transparent;
  background-image: url("../img/common/slide/slide_act.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.area {
  width: 100%;
  padding: 6rem 0 4rem;
}
@media screen and (min-width: 600px) {
  .area {
    padding-top: 12rem;
  }
}
@media screen and (min-width: 1025px) {
  .area {
    padding-left: 5.3333333333%;
    padding-bottom: 15rem;
  }
}
.area .inner {
  padding: 2rem 5% 0;
}
@media screen and (min-width: 1025px) {
  .area .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem 9.8702763677% 0;
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 1025px) {
  .area .inner .section_head {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 2%;
  }
}
@media screen and (min-width: 1025px) {
  .area .inner .section_head > h3 {
    padding-left: 2%;
  }
}
html[lang="en"] .area .inner .section_head > h3 > img,
html[lang="th"] .area .inner .section_head > h3 > img,
html[lang="id"] .area .inner .section_head > h3 > img,
html[lang="fr"] .area .inner .section_head > h3 > img,
html[lang="de"] .area .inner .section_head > h3 > img,
html[lang="es"] .area .inner .section_head > h3 > img {
  height: 5.4rem;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  html[lang="en"] .area .inner .section_head > h3 > img,
  html[lang="th"] .area .inner .section_head > h3 > img,
  html[lang="id"] .area .inner .section_head > h3 > img,
  html[lang="fr"] .area .inner .section_head > h3 > img,
  html[lang="de"] .area .inner .section_head > h3 > img,
  html[lang="es"] .area .inner .section_head > h3 > img {
    height: 15.2vw;
    width: auto;
    max-height: 6rem;
  }
}
@media screen and (max-width: 599px) {
  html[lang="en"] .area .inner .section_head > h3 > img,
  html[lang="th"] .area .inner .section_head > h3 > img,
  html[lang="id"] .area .inner .section_head > h3 > img,
  html[lang="fr"] .area .inner .section_head > h3 > img,
  html[lang="de"] .area .inner .section_head > h3 > img,
  html[lang="es"] .area .inner .section_head > h3 > img {
    height: 15vw;
    width: auto;
    max-height: 5.4rem;
  }
}
.area .inner .section_text {
  margin-bottom: 3rem;
}
@media screen and (min-width: 600px) {
  .area .inner .section_text {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .area .inner .section_text {
    margin: 0 2%;
  }
}
.area .slider3 .splide__arrow {
  width: 4em;
  height: 4em;
  background-color: #0080ad;
  position: absolute;
  top: 33%;
}
@media screen and (min-width: 600px) {
  .area .slider3 .splide__arrow {
    width: 5em;
    height: 5em;
    top: 50%;
  }
}
.area .slider3 .splide__arrow--prev {
  border-radius: 1rem;
  opacity: 1;
  background: url("../img/common/slide/b1_aera_left.svg") no-repeat;
  background-size: cover;
  left: 7%;
}
@media screen and (min-width: 600px) {
  .area .slider3 .splide__arrow--prev {
    left: 8.3%;
  }
}
.area .slider3 .splide__arrow--next {
  border-radius: 1rem;
  opacity: 1;
  background: url("../img/common/slide/b1_aera_right.svg") no-repeat;
  background-size: cover;
  right: 7%;
}
@media screen and (min-width: 600px) {
  .area .slider3 .splide__arrow--next {
    right: 8.3%;
  }
}
.area .slider3 .splide__track .splide__list {
  padding: 2rem 0;
}
@media screen and (min-width: 1025px) {
  .area .slider3 .splide__track .splide__list {
    display: grid;
    grid-template-columns: 29% 6.5% 29% 6.5% 29%;
    grid-template-rows: 1fr;
  }
}
.area .slider3 .splide__track .splide__list .splide__slide {
  width: 85%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.5em;
  background-color: #fff;
  border: 2px solid #0080ad;
}
@media screen and (min-width: 600px) {
  .area .slider3 .splide__track .splide__list .splide__slide {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .area .slider3 .splide__track .splide__list .splide__slide {
    width: 50%;
  }
}
.area .slider3 .splide__track .splide__list .splide__slide .slide_img {
  width: 100%;
  height: auto;
}
.area .slider3 .splide__track .splide__list .splide__slide .slide_text {
  padding: 3em 4%;
  background-color: #fff;
}
@media screen and (min-width: 600px) {
  .area .slider3 .splide__track .splide__list .splide__slide .slide_text {
    padding: 4em 4%;
  }
}
@media screen and (min-width: 1025px) {
  .area .slider3 .splide__track .splide__list .splide__slide .slide_text {
    padding: 4em 4% 7em;
  }
}
.area
  .slider3
  .splide__track
  .splide__list
  .splide__slide
  .slide_text
  .area_name {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.area
  .slider3
  .splide__track
  .splide__list
  .splide__slide
  .slide_text
  .area_name
  > img {
  width: auto;
  height: 16vw;
  max-height: 6rem;
}
@media screen and (min-width: 1025px) {
  .area
    .slider3
    .splide__track
    .splide__list
    .splide__slide
    .slide_text
    .area_name
    > img {
    width: auto;
    height: 5rem;
    max-height: none;
  }
}
@media screen and (min-width: 1400px) {
  .area
    .slider3
    .splide__track
    .splide__list
    .splide__slide
    .slide_text
    .area_name
    > img {
    width: auto;
    height: 6rem;
  }
}
.area
  .slider3
  .splide__track
  .splide__list
  .splide__slide
  .slide_text
  .blue_line {
  display: block;
  width: 100%;
  height: 1rem;
  background-color: #0080ad;
  margin: 3rem 0;
}
.area
  .slider3
  .splide__track
  .splide__list
  .splide__slide
  .slide_text
  .description {
  font-size: 1.5rem;
  color: #000;
  line-height: 1.8;
}
.area .slider3 .splide__track .splide__list .splide__slide .more_btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 3rem;
}
html[lang="en"]
  .area
  .slider3
  .splide__track
  .splide__list
  .splide__slide
  .more_btn
  img,
html[lang="th"]
  .area
  .slider3
  .splide__track
  .splide__list
  .splide__slide
  .more_btn
  img,
html[lang="id"]
  .area
  .slider3
  .splide__track
  .splide__list
  .splide__slide
  .more_btn
  img,
html[lang="fr"]
  .area
  .slider3
  .splide__track
  .splide__list
  .splide__slide
  .more_btn
  img,
html[lang="de"]
  .area
  .slider3
  .splide__track
  .splide__list
  .splide__slide
  .more_btn
  img,
html[lang="es"]
  .area
  .slider3
  .splide__track
  .splide__list
  .splide__slide
  .more_btn
  img {
  width: 136px;
}
html[lang="zh-Hant"]
  .area
  .slider3
  .splide__track
  .splide__list
  .splide__slide
  .more_btn
  img,
html[lang="zh-Hans"]
  .area
  .slider3
  .splide__track
  .splide__list
  .splide__slide
  .more_btn
  img {
  width: 98px;
}
html[lang="ko"]
  .area
  .slider3
  .splide__track
  .splide__list
  .splide__slide
  .more_btn
  img {
  width: 132px;
}
.area .slider3 .splide__track .splide__list .splide__slide .coming_soon {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 3rem;
}
.area .slider3 .splide__track .splide__pagination--ltr {
  height: 20px;
}
.area .slider3 .splide__track .button-pagination {
  width: 1rem;
  height: 1rem;
  border-radius: 0%;
  margin: 0 0.4rem 1.6rem;
  content: "";
  background: #e4e4e4;
  border: none;
  color: #ffffff;
  cursor: pointer;
  outline: none;
}
.area .slider3 .splide__track .button-pagination.is-active {
  width: 8px;
  height: 20px;
  margin: 0 0.4rem;
  color: #e4e4e4;
  background-color: transparent;
  background-image: url("../img/common/slide/slide_act.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.area .slider3.splide:not(.is-active) {
  position: static;
  padding: 0 5%;
}
.area .slider3.splide:not(.is-active) .splide__arrow {
  display: none;
}
.area .slider3.splide:not(.is-active) .splide__arrow--prev {
  display: none;
}
.area .slider3.splide:not(.is-active) .splide__arrow--next {
  display: none;
}
.area .slider3.splide:not(.is-active) .splide__track {
  width: 100%;
  margin: auto;
  padding-top: 1em;
}
.area
  .slider3.splide:not(.is-active)
  .splide__track
  .splide__list
  .splide__slide {
  width: 100%;
  margin-bottom: 0;
}
.area
  .slider3.splide:not(.is-active)
  .splide__track
  .splide__list
  .splide__slide
  .coming_soon {
  position: absolute;
  bottom: 0;
}
.area
  .slider3.splide:not(.is-active)
  .splide__track
  .splide__list
  .splide__slide
  .more_btn {
  position: absolute;
  bottom: 0;
}

.area .slider3.splide:not(.is-active) .splide__track .splide__list {
  display: grid;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.area
  .slider3.splide:not(.is-active)
  .splide__track
  .splide__list
  .splide__slide {
    width: calc(25% - 30px);
}
.area
  .slider3.splide:not(.is-active)
  .splide__track
  .splide__list
  .slide_miyagi,
.area .slider3.splide:not(.is-active) .splide__track .splide__list .slide_akita,
.area
  .slider3.splide:not(.is-active)
  .splide__track
  .splide__list
  .slide_aomori,
.slide_tsuruoka,
.slide_yonezawa,
.slide_hiraizumi,
.slide_aizu {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.area
  .slider3.splide:not(.is-active)
  .splide__track
  .splide__list
  .slide_miyagi:hover,
.area
  .slider3.splide:not(.is-active)
  .splide__track
  .splide__list
  .slide_akita:hover,
.area
  .slider3.splide:not(.is-active)
  .splide__track
  .splide__list
  .slide_aomori:hover,
.area
  .slider3.splide:not(.is-active)
  .splide__track
  .splide__list
  .slide_tsuruoka:hover,
.area
  .slider3.splide:not(.is-active)
  .splide__track
  .splide__list
  .slide_yonezawa:hover,
.area
  .slider3.splide:not(.is-active)
  .splide__track
  .splide__list
  .slide_hiraizumi:hover,
.area
  .slider3.splide:not(.is-active)
  .splide__track
  .splide__list
  .slide_aizu:hover {
  top: -1em;
  -webkit-box-shadow: 0px 10px 0px rgb(228, 228, 228);
  box-shadow: 0px 10px 0px rgb(228, 228, 228);
}

.sign_up {
  width: 100%;
  padding-top: 6rem;
  background-color: #f7f7f7;
}
@media screen and (min-width: 600px) {
  .sign_up {
    padding-top: 12rem;
  }
}
@media screen and (min-width: 1025px) {
  .sign_up {
    padding-left: 5.3333333333%;
  }
}
.sign_up .inner {
  width: 100%;
  padding: 2rem 6.6666666667% 4rem;
}
@media screen and (min-width: 600px) {
  .sign_up .inner {
    max-width: 70rem;
    margin: auto;
  }
}
@media screen and (min-width: 1025px) {
  .sign_up .inner {
    max-width: none;
    margin: 0;
    padding: 2rem 9.8702763677% 9rem;
  }
}
.sign_up .inner .section_head {
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 600px) {
  .sign_up .inner .section_head {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1025px) {
  .sign_up .inner .section_head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 7.5rem;
  }
}
.sign_up .inner .section_head > h3 {
  margin-bottom: 5rem;
}
@media screen and (min-width: 1025px) {
  .sign_up .inner .section_head > h3 {
    padding-left: 2%;
    margin-bottom: 0;
  }
}
.sign_up .inner .section_head .sign_up_text {
  width: 100%;
  max-width: 33.5rem;
}
@media screen and (min-width: 600px) {
  .sign_up .inner .section_head .sign_up_text {
    max-width: 65rem;
  }
}
@media screen and (min-width: 1025px) {
  .sign_up .inner .section_head .sign_up_text {
    max-width: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: unset;
    -ms-flex-item-align: unset;
    align-self: unset;
    margin: 0 2%;
  }
}
.sign_up .inner .section_head .sign_up_text .sign_up_text_img {
  width: 42.4028268551%;
  margin-bottom: 3rem;
}
html[lang="en"] .sign_up .inner .section_head .sign_up_text .sign_up_text_img,
html[lang="th"] .sign_up .inner .section_head .sign_up_text .sign_up_text_img,
html[lang="id"] .sign_up .inner .section_head .sign_up_text .sign_up_text_img,
html[lang="fr"] .sign_up .inner .section_head .sign_up_text .sign_up_text_img,
html[lang="de"] .sign_up .inner .section_head .sign_up_text .sign_up_text_img,
html[lang="es"] .sign_up .inner .section_head .sign_up_text .sign_up_text_img {
  width: 70%;
}
@media screen and (min-width: 600px) {
  .sign_up .inner .section_head .sign_up_text .sign_up_text_img {
    width: 30%;
  }
  html[lang="en"] .sign_up .inner .section_head .sign_up_text .sign_up_text_img,
  html[lang="th"] .sign_up .inner .section_head .sign_up_text .sign_up_text_img,
  html[lang="id"] .sign_up .inner .section_head .sign_up_text .sign_up_text_img,
  html[lang="fr"] .sign_up .inner .section_head .sign_up_text .sign_up_text_img,
  html[lang="de"] .sign_up .inner .section_head .sign_up_text .sign_up_text_img,
  html[lang="es"]
    .sign_up
    .inner
    .section_head
    .sign_up_text
    .sign_up_text_img {
    width: 42%;
    max-width: 200px;
  }
}
@media screen and (min-width: 1025px) {
  .sign_up .inner .section_head .sign_up_text .sign_up_text_img {
    width: auto;
    height: 1.7rem;
    margin-bottom: 0;
    margin-right: 2%;
  }
  .sign_up .inner .section_head .sign_up_text .sign_up_text_img > img {
    display: block;
    height: 1.7rem;
  }
}

.sign_up .inner .section_head .sign_up_text > p {
  font-size: min(4.2666666667vw, 1.6rem);
  line-height: 1.9;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 600px) {
  .sign_up .inner .section_head .sign_up_text > p {
    font-size: min(2.0833333333vw, 1.6rem);
  }
}
@media screen and (min-width: 1025px) {
  .sign_up .inner .section_head .sign_up_text > p {
    font-size: min(0.8333333333vw, 1.6rem);
    margin-bottom: 0;
  }
}
.sign_up .inner .sign_up_list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .sign_up .inner .sign_up_list {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-rows: 1fr;
  }
}
.sign_up .inner .sign_up_list .list_item {
  width: 100%;
  max-width: 33.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 4.5rem 0;
  margin: auto;
}
@media screen and (min-width: 600px) {
  .sign_up .inner .sign_up_list .list_item {
    max-width: 65rem;
  }
}
@media screen and (min-width: 1025px) {
  .sign_up .inner .sign_up_list .list_item {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 26% 47% 27%;
    margin: 0;
  }
}
.sign_up .inner .sign_up_list .list_item .list_num {
  width: 100%;
  min-width: 10rem;
  position: absolute;
  top: 3%;
  left: 0;
}
.sign_up .inner .sign_up_list .list_item .list_num > img {
  width: 14.0298507463%;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .sign_up .inner .sign_up_list .list_item .list_num {
    grid-column: 1/2;
    grid-row: 1/2;
    top: 0;
  }
}
.sign_up .inner .sign_up_list .list_item .tap_sp_icon {
  width: 29.8507462687%;
  position: absolute;
  top: 0;
  right: 5%;
}
@media screen and (min-width: 1025px) {
  .sign_up .inner .sign_up_list .list_item .tap_sp_icon {
    display: none;
  }
}
.sign_up .inner .sign_up_list .list_item .sign_up_img {
  width: 62.3880597015%;
}
.sign_up .inner .sign_up_list .list_item .qr_img {
  width: 41.7910447761%;
  margin: 2.5rem 0 4rem;
}
@media screen and (min-width: 1025px) {
  .sign_up .inner .sign_up_list .list_item .qr_img {
    grid-column: 1/2;
    grid-row: 1/3;
    margin: auto;
  }
}
.sign_up .inner .sign_up_list .list_item > p {
  font-size: min(3.7333333333vw, 1.4rem);
  color: #000;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .sign_up .inner .sign_up_list .list_item > p {
    font-size: min(1.8229166667vw, 1.4rem);
  }
}
@media screen and (min-width: 1025px) {
  .sign_up .inner .sign_up_list .list_item > p {
    font-size: min(0.7291666667vw, 1.4rem);
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.sign_up .inner .sign_up_list .acd_check {
  display: none;
}
.sign_up .inner .sign_up_list .acd_check + .acd_open:before {
  content: "";
  display: block;
  height: 1.8rem;
  background-image: url("../img/sign_up/open.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1025px) {
  .sign_up .inner .sign_up_list .acd_check + .acd_open {
    display: none;
  }
}
.sign_up .inner .sign_up_list .acd_check + .acd_open + .acd_content {
  display: none;
}
@media screen and (min-width: 600px) {
  .sign_up .inner .sign_up_list .acd_check + .acd_open + .acd_content {
    max-width: 65rem;
  }
}
@media screen and (min-width: 1025px) {
  .sign_up .inner .sign_up_list .acd_check + .acd_open + .acd_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: none;
  }
}
.sign_up .inner .sign_up_list .acd_check + .acd_open + .acd_content .border {
  width: 100%;
  max-width: 33.5rem;
  height: 1px;
  background-color: #e4e4e4;
  margin-bottom: 3rem;
}
@media screen and (min-width: 600px) {
  .sign_up .inner .sign_up_list .acd_check + .acd_open + .acd_content .border {
    max-width: 65rem;
  }
}
@media screen and (min-width: 1025px) {
  .sign_up .inner .sign_up_list .acd_check + .acd_open + .acd_content .border {
    display: none;
    margin-bottom: 0;
  }
}
.sign_up .inner .sign_up_list .acd_check + .acd_open + .acd_content .list_item {
  max-width: 33.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 600px) {
  .sign_up
    .inner
    .sign_up_list
    .acd_check
    + .acd_open
    + .acd_content
    .list_item {
    max-width: 65rem;
  }
}
@media screen and (min-width: 1025px) {
  .sign_up
    .inner
    .sign_up_list
    .acd_check
    + .acd_open
    + .acd_content
    .list_item {
    max-width: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 26% 49% 25%;
  }
}
.sign_up
  .inner
  .sign_up_list
  .acd_check
  + .acd_open
  + .acd_content
  .list_item
  .list_num {
  width: 100%;
  min-width: 10rem;
  position: absolute;
  top: 3%;
  left: 0;
}
.sign_up
  .inner
  .sign_up_list
  .acd_check
  + .acd_open
  + .acd_content
  .list_item
  .list_num
  > img {
  width: 14.0298507463%;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .sign_up
    .inner
    .sign_up_list
    .acd_check
    + .acd_open
    + .acd_content
    .list_item
    .list_num {
    grid-column: 1/2;
    grid-row: 1/2;
    top: 0;
  }
}
.sign_up
  .inner
  .sign_up_list
  .acd_check
  + .acd_open
  + .acd_content
  .list_item
  .sign_up_img {
  width: 62.3880597015%;
}
@media screen and (min-width: 1025px) {
  .sign_up
    .inner
    .sign_up_list
    .acd_check
    + .acd_open
    + .acd_content
    .list_item
    .sign_up_img {
    grid-column: 1/2;
    grid-row: 1/3;
    margin: 26% auto 0;
  }
}
.sign_up
  .inner
  .sign_up_list
  .acd_check
  + .acd_open
  + .acd_content
  .list_item
  > p {
  font-size: min(3.7333333333vw, 1.4rem);
  color: #000;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .sign_up
    .inner
    .sign_up_list
    .acd_check
    + .acd_open
    + .acd_content
    .list_item
    > p {
    font-size: min(1.8229166667vw, 1.4rem);
  }
}
@media screen and (min-width: 1025px) {
  .sign_up
    .inner
    .sign_up_list
    .acd_check
    + .acd_open
    + .acd_content
    .list_item
    > p {
    font-size: min(0.7291666667vw, 1.4rem);
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
@media screen and (min-width: 1025px) {
  .sign_up
    .inner
    .sign_up_list
    .acd_check
    + .acd_open
    + .acd_content
    .list_item:last-of-type
    .sign_up_img {
    margin-top: 23%;
  }
}
@media screen and (min-width: 1025px) {
  .sign_up
    .inner
    .sign_up_list
    .acd_check
    + .acd_open
    + .acd_content
    .list_item:last-of-type
    > p {
    margin-top: -1%;
  }
}
.sign_up .inner .sign_up_list .acd_check:checked + .acd_open:before {
  display: none;
}
.sign_up .inner .sign_up_list .acd_check:checked + .acd_open + .acd_content {
  display: block;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.sign_up
  .inner
  .sign_up_list
  .acd_check:checked
  + .acd_open
  + .acd_content
  + .list_item {
  padding: 4.5rem 0;
}
.sign_up
  .inner
  .sign_up_list
  .acd_check:checked
  + .acd_open
  + .acd_content
  .acd_close:before {
  content: "";
  display: block;
  height: 1.8rem;
  background-image: url("../img/sign_up/close.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.footer {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer .footer_top {
  height: 17rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .footer .footer_top {
    width: 85.9375vw;
    height: 25rem;
    padding: 2.0833333333vw 0;
  }
}
.footer .footer_top .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .footer .footer_top .inner {
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
  }
}
.footer .footer_top .inner > h2 {
  width: 46.9333333333vw;
  max-width: 17.6rem;
}
@media screen and (min-width: 1025px) {
  .footer .footer_top .inner > h2 {
    width: 11.4838541667vw;
    max-width: 22.049rem;
    margin-right: 5.2083333333vw;
  }
}
.footer .footer_top .inner .footer_nav {
  display: none;
}
@media screen and (min-width: 1025px) {
  .footer .footer_top .inner .footer_nav {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: 0;
  }
}
.footer .footer_top .inner .footer_nav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.footer .footer_top .inner .footer_nav > ul > li {
  color: #000;
  font-size: min(3.4666666667vw, 1.3rem);
  font-weight: bold;
  margin-right: 3%;
}
@media screen and (min-width: 600px) {
  .footer .footer_top .inner .footer_nav > ul > li {
    font-size: 1.3rem;
  }
}
.footer .footer_top .inner .footer_nav > ul > li > a {
  display: block;
}
.footer .footer_top .top_btn {
  display: block;
  width: 1.2rem;
  position: absolute;
  top: 0;
  right: 5%;
}
@media screen and (min-width: 1025px) {
  .footer .footer_top .top_btn {
    width: 1.7rem;
    grid-row: 1/4;
    grid-column: 3/4;
  }
}
.footer .footer_bottom {
  background-color: #0080ad;
  height: 13rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .footer .footer_bottom {
    width: 14.0625vw;
    height: 25rem;
    padding: 2.0833333333vw 0;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.footer .footer_bottom .inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .footer .footer_bottom .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }
}
.footer .footer_bottom .inner .logo_jr {
  width: 14.6666666667vw;
  max-width: 5.5rem;
  margin-right: 9.6vw;
}
@media screen and (min-width: 1025px) {
  .footer .footer_bottom .inner .logo_jr {
    width: 3.1802083333vw;
    max-width: 6.106rem;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.footer .footer_bottom .inner .copy {
  font-size: min(4vw, 1.5rem);
  color: #fff;
}
@media screen and (min-width: 600px) {
  .footer .footer_bottom .inner .copy {
    font-size: min(1.953125vw, 1.5rem);
  }
}
@media screen and (min-width: 1025px) {
  .footer .footer_bottom .inner .copy {
    font-size: min(0.5208333333vw, 1rem);
  }
}

.modal {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.modal_open {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-animation: show_modal 0.4s;
  animation: show_modal 0.4s;
}
@-webkit-keyframes show_modal {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  1% {
    width: 100%;
    height: 100%;
  }
  100% {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
@keyframes show_modal {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  1% {
    width: 100%;
    height: 100%;
  }
  100% {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
.modal_open .modal_inner {
  width: 80rem;
  background-color: #fff;
  border-radius: 1.5rem;
  position: relative;
}
.modal_open .modal_inner .close_btn {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background-color: #0080ad;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -8%;
  right: -4%;
}
.modal_open .modal_inner .close_btn > span {
  display: block;
  width: 4rem;
  height: 3px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal_open .modal_inner .close_btn > span:before {
  content: "";
  display: block;
  width: 4rem;
  height: 3px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.modal_open .modal_inner .modal_content {
  padding: 8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal_open .modal_inner .modal_content .qr_img {
  width: 14.6rem;
  margin: 4rem 0;
}
.modal_open .modal_inner .modal_content .url {
  max-width: 37.6rem;
}

/*******************************************************************

	言語切替ボタン

*******************************************************************/
.langBtn_outer {
  margin-left: auto;
  position: relative;
  width: 295px;
}

@media only screen and (max-width: 1024px) {
  .langBtn_outer {
    height: 7.8rem;
    width: 40%;
  }
}

@media only screen and (max-width: 599px) {
  .langBtn_outer {
    height: 6rem;
  }
}

.langBtn {
  background-color: #0080ad;
  width: 165px;
  height: 44px;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  border-radius: 22px;
  color: #fff;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .langBtn {
    position: absolute;
    right: 7rem;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media only screen and (max-width: 750px) {
  .langBtn {
    width: 33vw;
    height: 32px;
  }
}
@media only screen and (max-width: 599px) {
  .langBtn {
    right: 5rem;
  }
}
@media print, screen and (min-width: 751px) {
  .langBtn:hover {
    opacity: 0.8;
  }
}

.langBtn_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  height: 100%;
  margin: 0 auto;
  padding-right: 4px;
}
.langBtn_inner::before {
  content: "";
  display: block;
  background: url("/multi/common/img/icon_language.svg") no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  margin-right: 8px;
}
@media only screen and (max-width: 750px) {
  .langBtn_inner::before {
    margin-right: 2vw;
  }
}

.langBtn_txt {
  display: block;
  white-space: nowrap;
}
@media only screen and (max-width: 750px) {
  .langBtn_txt {
    font-size: min(4vw, 1.3rem);
  }
}

.langPulldown {
  z-index: 1000;
  position: absolute;
  display: none;
  width: 90%;
  right: 0;
  top: 60px;
  /* overflow-x: hidden; */
  width: 295px;
  box-sizing: border-box;
  background: #fff;
  padding: 0 28px;
  border-right: 1px solid #0080ad;
  border-bottom: 1px solid #0080ad;
  border-left: 1px solid #0080ad;
  border-top: 1px solid #0080ad;
}
@media only screen and (max-width: 1024px) {
  .langPulldown {
    right: 7rem;
    top: 6.8rem;
    padding: 0;
    background: none;
    border: none;
    border-top: 1px solid #ccc;
    margin-right: 0;
    width: 90%;
  }
}

@media only screen and (max-width: 750px) {
  .langPulldown {
    width: 58vw;
    right: -12%;
    top: 7.8rem;
  }
}

@media only screen and (max-width: 600px) {
  .langPulldown {
    width: 82vw;
    top: 6rem;
  }
}

.langPulldown li {
  box-sizing: border-box;
  background: #fff;
  height: 44px;
  line-height: 44px;
  padding-left: 1.5em;
  position: relative;
  font-size: 1.6rem;
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
  .langPulldown li {
    border-left: 10px solid #0080ad;
    border-bottom: 1px solid #ccc;
    padding-left: 1em;
  }
}
@media print, screen and (min-width: 751px) {
  .langPulldown li:hover {
    color: #0080ad;
  }
}

.langPulldown li:nth-of-type(n + 2) {
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 750px) {
  .langPulldown li:nth-of-type(n + 2) {
    border-top: none;
  }
}

.langPulldown li::before {
  content: "";
  position: absolute;
  background: #0080ad;
  display: block;
  width: 3px;
  height: 18px;
  left: 10px;
  top: 50%;
  bottom: 50%;
  margin: auto;
}
@media only screen and (max-width: 750px) {
  .langPulldown li::before {
    display: none;
  }
}

.langPulldown li a {
  text-decoration: none;
  display: block;
}

.langPulldown li.close {
  display: none;
  color: #fff;
  border-bottom: 1px solid #ccc;
  padding-left: 0;
  border-left: none;
  text-align: center;
  background: url(/multi/common/img/icon_close_wht.png) #666 no-repeat 20px 50%;
  background-size: 17px 17px;
  font-weight: bold;
  border-right: none;
}
@media only screen and (max-width: 750px) {
  .langPulldown li.close {
    display: block;
  }
}

.wrap__movie {
  background-color: #f7f7f7;
  padding-top: 1rem;
  padding-bottom: 4rem;
  padding-left: 4%;
  padding-right: 4%;
  @media screen and (min-width: 768px) {
    padding-bottom: 15rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 5rem;
  }
}

.movie {
  position: relative;
  background-color: #f7f7f7;
  width: 100%;
  aspect-ratio: 16/9;
  margin: auto;
  @media screen and (min-width: 768px) {
    max-width: 560px;
  }
  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}