@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  border-width: 0;
  border-style: solid;
}

/* 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 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  clear: both;
  overflow: visible; /* 2 */
  border-top-width: 1px;
  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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 */
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * 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 {
  min-width: 0;
  margin: 0;
  padding: 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;
}

/**
 * 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 */
}

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

/**
 * 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 {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

@font-face {
  font-weight: 400;
  src: url(../fonts/ZenKakuGothicNew-Regular.ttf) format("truetype");
  font-family: "Zen Kaku Gothic New";
  font-display: swap;
}
@font-face {
  font-weight: 500;
  src: url(../fonts/ZenKakuGothicNew-Medium.ttf) format("truetype");
  font-family: "Zen Kaku Gothic New";
  font-display: swap;
}
@font-face {
  font-weight: 700;
  src: url(../fonts/ZenKakuGothicNew-Bold.ttf) format("truetype");
  font-family: "Zen Kaku Gothic New";
  font-display: swap;
}
@font-face {
  font-weight: 500;
  src: url(../fonts/Outfit-Medium.ttf) format("truetype");
  font-family: "Outfit";
  font-display: swap;
}
@font-face {
  font-weight: 600;
  src: url(../fonts/Outfit-SemiBold.ttf) format("truetype");
  font-family: "Outfit";
  font-display: swap;
}
@font-face {
  font-weight: 700;
  src: url(../fonts/Outfit-Bold.ttf) format("truetype");
  font-family: "Outfit";
  font-display: swap;
}
html, body {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  overflow: hidden auto;
  color: #000000;
  font-style: normal;
  font-weight: 500;
  font-size: 3.5897435897vw;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic New", serif;
  word-break: break-word;
  overflow-wrap: break-word;
}

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

small, button, label, picture, video {
  display: block;
}

a, button {
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active, button:hover, button:active {
  outline: none;
  text-decoration: none;
}

a:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px #000000;
}

b, strong {
  font-weight: 700;
}

input, textarea, select, optgroup {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #000000;
  border-radius: 0;
  outline: none;
  background-color: #fff;
  -webkit-appearance: none;
          appearance: none;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
}

button {
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
          appearance: none;
}

button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px #000000;
}

select {
  cursor: pointer;
}

input[type=radio], input[type=checkbox] {
  width: auto;
  margin: 0 5px 0 0;
}

input[type=submit] {
  text-align: center;
}

::placeholder {
  color: #000000;
}

dt {
  font-weight: 400;
}

li {
  display: block;
}

.wrapper {
  display: flex;
  position: relative;
  flex-direction: column;
  min-height: 100%;
}

.innerbox {
  width: 100%;
  padding: 0 7.1794871795vw;
}

.font_en {
  font-style: normal;
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
}

.bold {
  font-weight: 700;
}

.visible_s {
  display: none;
}

.visible_m {
  display: none;
}

.visible_l {
  display: none;
}

.visible_xl {
  display: none;
}

.visible_xxl {
  display: none;
}

.visible_xxxl {
  display: none;
}

.inline_block {
  display: inline-block;
  max-width: 100%;
}

.pt1em {
  padding-top: 1em;
}

.pr1em {
  padding-right: 1em;
}

.pb1em {
  padding-bottom: 1em;
}

.pl1em {
  padding-left: 1em;
}

.mt1em {
  margin-top: 1em;
}

.mr1em {
  margin-right: 1em;
}

.mb1em {
  margin-bottom: 1em;
}

.ml1em {
  margin-left: 1em;
}

.txt_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.l-footer {
  z-index: 1000;
  position: relative;
}
.l-footer__wrap {
  -webkit-backdrop-filter: blur(8px);
  padding: 25.641025641vw 0 7.6923076923vw;
          backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.48);
}
.l-footer__teaser_resv {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 76.9230769231vw;
  margin: 0 auto;
  padding-bottom: 25.641025641vw;
  gap: 5.1282051282vw;
}
.l-footer__teaser_resv_btn {
  background-color: rgba(15, 166, 45, 0.51);
  -webkit-backdrop-filter: blur(25px);
  display: flex;
  padding: 4.1025641026vw 7.6923076923vw;
  overflow: hidden;
  border-radius: 9999px;
          backdrop-filter: blur(25px);
  box-shadow: 0px 3.0769230769vw 10.2564102564vw rgba(47, 144, 47, 0.2);
}
.l-footer__teaser_resv_btn_inner {
  position: relative;
  padding-right: 4.1025641026vw;
  color: #fff;
  font-weight: 700;
  font-size: 3.5897435897vw;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.l-footer__teaser_resv_btn_inner::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.5384615385vw;
  height: 4.6153846154vw;
  transform: translate(0, -50%);
  background-image: url(../img/common/icon_top_arrow_white.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.l-footer__logo {
  width: 85.641025641vw;
  margin: 0 auto;
}
.l-footer__teaser_care {
  margin-top: 10.2564102564vw;
  padding: 0 7.1794871795vw;
}
.l-footer__teaser_care > dl > dt {
  font-weight: 700;
  font-size: 3.5897435897vw;
}
.l-footer__teaser_care > dl > dd {
  font-weight: 700;
  font-size: 3.5897435897vw;
}
.l-footer__teaser_care > dl + dl {
  margin-top: 6.4615384615vw;
}
.l-footer__footer_logo {
  width: 25.641025641vw;
  margin: 15.3846153846vw auto 0;
}
.l-footer__copyright {
  margin-top: 15.3846153846vw;
  font-weight: 600;
  font-size: 3.0769230769vw;
  line-height: 1.8;
  text-align: center;
}

.l-header {
  z-index: 1200;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.l-main {
  z-index: 1000;
  position: relative;
  flex-grow: 1;
}
.p-fin__bg_movie {
  z-index: -1;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 101vh;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.p-fin__kv {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100dvh;
}
.p-fin__kv_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-fin__kv_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 89.2307692308vw;
  padding: 0 1.7948717949vw 0 0;
}
.p-fin__kv_inner img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.p-fin__cnt {
  padding: 0 6.4102564103vw;
}
.p-fin__ttl {
  margin-top: 25.641025641vw;
  font-weight: 700;
  font-size: 8.2051282051vw;
  line-height: 1.4;
  text-align: center;
}
.p-fin__ttl.is-jp {
  margin-top: 0;
  font-size: 7.1794871795vw;
  line-height: 1.6;
}
.p-fin__detail_jp {
  margin-top: 10.2564102564vw;
  font-weight: 700;
  font-size: 5.1282051282vw;
  line-height: 1.8;
  text-align: center;
}
.p-fin__movie_intro {
  margin-top: 25.641025641vw;
  font-weight: 700;
  font-size: 5.1282051282vw;
  line-height: 1.6;
  text-align: center;
}
.p-fin__movie {
  max-width: 85.641025641vw;
  margin: 5.1282051282vw auto 0;
}
.p-fin__movie_btn {
  position: relative;
}
.p-fin__movie_btn img.is-icon_play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.3846153846vw;
  transform: translate3d(-50%, -50%, 0);
}
.p-fin__detail_en {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 5.1282051282vw;
  gap: 8.2051282051vw 0;
  font-weight: 700;
  font-size: 4.6153846154vw;
  line-height: 2;
  text-align: center;
}
.p-fin__footer {
  margin-top: 51.2820512821vw;
  padding-bottom: 9.7435897436vw;
}
.p-fin__footer_logo {
  width: 85.641025641vw;
  margin: 0 auto;
}
.p-fin__foor_item_list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8.2051282051vw;
}
.p-fin__foor_item_list > li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.p-fin__foor_item_list > li > a {
  display: inline-block;
  font-size: 3.0769230769vw;
  line-height: 1.2;
}
.p-fin__foor_item_list > li + li::before {
  display: inline-block;
  margin: 0 1.0256410256vw;
  content: "｜";
}
.p-fin__copyright {
  margin-top: 5.1282051282vw;
  font-weight: 700;
  font-size: 3.0769230769vw;
  line-height: 1.8;
  text-align: center;
}

.o-modal__bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
  z-index: 1490;
  transition: opacity 0.2s;
          user-select: none;
}
.o-modal__bg.is-active {
  opacity: 1;
  pointer-events: auto;
  -webkit-user-select: auto;
          user-select: auto;
}
.o-modal__cnt {
  position: fixed;
  top: 50%;
  left: 50%;
  aspect-ratio: 16/9;
  width: 85.641025641vw;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
  z-index: 1500;
  transition: opacity 0.2s;
          user-select: none;
}
.o-modal__cnt iframe {
  width: 100%;
  height: 100%;
}
.o-modal__cnt.is-active {
  opacity: 1;
  pointer-events: auto;
  -webkit-user-select: auto;
          user-select: auto;
}
.o-modal__close {
  position: absolute;
  top: -5.1282051282vw;
  right: 0;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  transform: translate3d(0, -100%, 0);
}
.o-modal__close::before, .o-modal__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8.658974359vw;
  height: 0.5128205128vw;
  min-height: 1px;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  background-color: #ffffff;
  content: "";
}
.o-modal__close::after {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
@media (min-width: 768px){
  body {
    font-size: min(16px, 1.25vw);
  }
  a:hover, a:active, button:hover, button:active {
    opacity: 0.7;
    transition: 0.4s;
  }
  .innerbox {
    max-width: min(1280px, 100vw);
    margin: 0 auto;
    padding: 0 min(30px, 2.34375vw);
  }
  .visible_to_m {
    display: none;
  }
  .visible_m {
    display: block;
  }
  .l-footer__wrap {
    padding: min(120px, 9.375vw) 0;
  }
  .l-footer__teaser_resv {
    max-width: min(520px, 40.625vw);
    padding-bottom: min(120px, 9.375vw);
    gap: min(24px, 1.875vw);
  }
  .l-footer__teaser_resv_btn {
    padding: min(16px, 1.25vw) min(30px, 2.34375vw);
    box-shadow: 0px min(12px, 0.9375vw) min(40px, 3.125vw) rgba(47, 144, 47, 0.2);
  }
  .l-footer__teaser_resv_btn:hover {
    background-color: rgba(15, 166, 45, 0.8);
    opacity: 1;
  }
  .l-footer__teaser_resv_btn_inner {
    padding-right: 0;
    font-size: min(21px, 1.640625vw);
  }
  .l-footer__teaser_resv_btn_inner::after {
    right: max(-10px, -0.78125vw);
    width: min(6px, 0.46875vw);
    height: min(18px, 1.40625vw);
    transform: translate(100%, -50%);
  }
  .l-footer__bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: min(1220px, 95.3125vw);
    margin: 0 auto;
  }
  .l-footer__logo {
    width: min(600px, 46.875vw);
    margin: 0;
  }
  .l-footer__teaser_care {
    margin-top: min(40px, 3.125vw);
    padding: 0;
  }
  .l-footer__teaser_care > dl > dt {
    font-size: min(12px, 0.9375vw);
  }
  .l-footer__teaser_care > dl > dd {
    font-size: min(12px, 0.9375vw);
  }
  .l-footer__teaser_care > dl + dl {
    margin-top: min(20px, 1.5625vw);
  }
  .l-footer__bottom_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .l-footer__footer_logo {
    width: min(160px, 12.5vw);
    margin: 0;
  }
  .l-footer__copyright {
    margin-top: min(60px, 4.6875vw);
    font-size: min(12px, 0.9375vw);
  }
  .p-fin__bg_movie {
    width: 140vw;
    height: 140vh;
  }
  .p-fin__kv {
    padding: 0 min(240px, 18.75vw);
  }
  .p-fin__kv_wrap {
    aspect-ratio: 896/690;
    max-width: 896px;
    max-height: 90%;
    padding-right: min(18px, 1.875vh);
  }
  .p-fin__kv_inner {
    aspect-ratio: 878/536;
    width: auto;
    height: auto;
    max-height: 536px;
    padding: 0;
  }
  .p-fin__cnt {
    padding: 0;
  }
  .p-fin__ttl {
    margin-top: min(120px, 9.375vw);
    font-size: min(40px, 3.125vw);
  }
  .p-fin__ttl.is-jp {
    margin-top: 0;
    font-size: min(40px, 3.125vw);
  }
  .p-fin__detail_jp {
    margin-top: min(60px, 4.6875vw);
    font-size: min(32px, 2.5vw);
  }
  .p-fin__movie_intro {
    margin-top: min(120px, 9.375vw);
    font-size: min(27px, 2.109375vw);
  }
  .p-fin__movie {
    max-width: min(660px, 51.5625vw);
    margin-top: min(28px, 2.1875vw);
  }
  .p-fin__movie_btn img.is-icon_play {
    width: min(60px, 4.6875vw);
  }
  .p-fin__detail_en {
    margin-top: min(40px, 3.125vw);
    gap: min(40px, 3.125vw) 0;
    font-size: min(24px, 1.875vw);
    line-height: 2.4;
  }
  .p-fin__footer {
    margin-top: min(320px, 25vw);
    padding-bottom: min(52px, 4.0625vw);
  }
  .p-fin__footer_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: min(1220px, 95.3125vw);
    margin: 0 auto;
  }
  .p-fin__footer_logo {
    flex: 0 0 min(600px, 46.875vw);
    width: 100%;
    margin: 0;
  }
  .p-fin__foor_item_list {
    justify-content: flex-end;
    margin-top: 0;
  }
  .p-fin__foor_item_list > li > a {
    font-size: min(16px, 1.25vw);
  }
  .p-fin__foor_item_list > li + li::before {
    margin: 0 min(16px, 1.25vw);
  }
  .p-fin__copyright {
    margin-top: min(22px, 1.71875vw);
    font-size: min(14px, 1.09375vw);
    text-align: right;
  }
  .o-modal__cnt {
    width: min(900px, 62.5vw);
  }
  .o-modal__close {
    top: max(-20px, -1.3888888889vw);
    width: min(26px, 1.8055555556vw);
    height: min(26px, 1.8055555556vw);
  }
  .o-modal__close::before, .o-modal__close::after {
    width: min(33.77px, 2.3451388889vw);
    height: min(2px, 0.1388888889vw);
  }
}
@media (min-width: 376px){
  .visible_to_xs {
    display: none;
  }
}
@media (min-width: 751px){
  .visible_to_s {
    display: none;
  }
  .visible_s {
    display: block;
  }
}
@media (min-width: 1025px){
  .visible_to_l {
    display: none;
  }
  .visible_l {
    display: block;
  }
}
@media (min-width: 1280px){
  .visible_to_xl {
    display: none;
  }
  .visible_xl {
    display: block;
  }
}
@media (min-width: 1441px){
  .visible_to_xxl {
    display: none;
  }
  .visible_xxl {
    display: block;
  }
}
@media (min-width: 1921px){
  .visible_to_xxxl {
    display: none;
  }
  .visible_xxxl {
    display: block;
  }
}