@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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;
  line-height: 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 {
  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] {
  text-decoration: underline; /* 2 */
  -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;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background-color: #fff;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * 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;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.u-pc {
  display: block;
}
@media screen and (max-width:767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width:767px) {
  .u-sp {
    display: block;
  }
}

img {
  width: 100%;
}

body {
  font-family: var(--noto-serif);
  color: var(--dark-blue);
  line-height: normal;
}

/* ==============================================================
# fadeIn
============================================================== */
.u-fadeIn_up {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 1s;
}

.u-fadeIn_up.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

.u-fadeIn_up_repeat {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 1s;
}

.u-fadeIn_up_repeat.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

:root {
  --dark-blue:#0A0C2D;
  --dark-blue-hover:#2A2F81;
  --silver:#F7F7F7;
  --noto-sans:"Noto Sans JP", sans-serif;
  --noto-serif: "Noto Serif JP", serif;
  --garamond:"EB Garamond", serif;
  --content-width:min(960px,100% - 40px);
}
@media screen and (max-width:767px) {
  :root {
    --content-width:100%;
    --sp-padding:0 5.3333333333vw;
  }
}

.c-btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 75px;
  font-size: 18px;
  border: 1px solid var(--dark-blue);
  background-color: var(--silver);
  transition: background-color 0.3s;
}
.c-btn01:hover {
  background-color: white;
}
@media screen and (max-width:767px) {
  .c-btn01 {
    height: 15.7333333333vw;
    font-size: 3.4666666667vw;
  }
}

.c-btn01__text {
  position: relative;
  padding-right: 33px;
}
@media screen and (max-width:767px) {
  .c-btn01__text {
    padding-right: 0;
    padding-bottom: 5.3333333333vw;
  }
}
.c-btn01__text:after {
  position: absolute;
  display: block;
  content: "";
  background: no-repeat center/contain;
  background-image: url("../img/btn01-arrow.svg");
  width: 13px;
  height: 15px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width:767px) {
  .c-btn01__text:after {
    width: 2.9333333333vw;
    height: 3.4666666667vw;
    left: 0;
    top: auto;
    bottom: 0.5333333333vw;
  }
}

.c-btn02 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 53px;
  font-size: 16px;
  color: white;
  background-color: var(--dark-blue);
  transition: background-color 0.3s;
}
@media screen and (max-width:767px) {
  .c-btn02 {
    height: 11.2vw;
    font-size: 2.9333333333vw;
  }
}
.c-btn02:hover {
  background-color: var(--dark-blue-hover);
}

.c-btn02__text {
  position: relative;
  padding-right: 25px;
}
@media screen and (max-width:767px) {
  .c-btn02__text {
    padding-right: 4.8vw;
  }
}
.c-btn02__text:after {
  position: absolute;
  display: block;
  content: "";
  background: no-repeat center/contain;
  background-image: url("../img/btn02-arrow.svg");
  width: 15px;
  height: 13px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width:767px) {
  .c-btn02__text:after {
    width: 3.2vw;
    height: 2.9333333333vw;
  }
}

.c-btn03 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 53px;
  font-size: 16px;
  border: 1px solid var(--dark-blue);
  background-color: var(--silver);
  transition: background-color 0.3s;
}
@media screen and (max-width:767px) {
  .c-btn03 {
    height: 11.2vw;
    font-size: 2.9333333333vw;
  }
}
.c-btn03:hover {
  background-color: white;
}

.c-btn03__text {
  position: relative;
  padding-right: 25px;
}
@media screen and (max-width:767px) {
  .c-btn03__text {
    padding-right: 4.8vw;
  }
}
.c-btn03__text:after {
  position: absolute;
  display: block;
  content: "";
  background: no-repeat center/contain;
  background-image: url("../img/btn03-arrow.svg");
  width: 15px;
  height: 13px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width:767px) {
  .c-btn03__text:after {
    width: 3.2vw;
    height: 2.9333333333vw;
  }
}

.c-heading01 {
  width: 100%;
}

.c-heading01__eng {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  font-family: var(--garamond);
  font-size: 40px;
  letter-spacing: 0.15em;
}
@media screen and (max-width:767px) {
  .c-heading01__eng {
    font-size: 5.3333333333vw;
  }
}
.c-heading01__eng:before {
  content: "";
  display: inline-block;
  height: 1px;
  background-color: var(--dark-blue);
}
.c-heading01__eng:after {
  content: "";
  display: inline-block;
  height: 1px;
  background-color: var(--dark-blue);
}

.c-heading01__engtext {
  position: relative;
  padding: 0 10px;
}
@media screen and (max-width:767px) {
  .c-heading01__engtext {
    padding: 0 2.6666666667vw;
  }
}

.c-heading01__heading {
  margin-top: 25px;
  text-align: center;
  font-size: 50px;
}
@media screen and (max-width:767px) {
  .c-heading01__heading {
    margin-top: 6.6666666667vw;
    font-size: 7.4666666667vw;
  }
}

.c-heading01__text {
  margin-top: 25px;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width:767px) {
  .c-heading01__text {
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}

.c-box01, .c-box02 {
  display: flex;
  -moz-column-gap: 6%;
       column-gap: 6%;
  width: 100%;
  max-width: var(--content-width);
  margin: auto;
  margin-top: 100px;
}
@media screen and (max-width:767px) {
  .c-box01, .c-box02 {
    flex-direction: column;
    row-gap: 21.3333333333vw;
    margin-top: 13.3333333333vw;
    padding: var(--sp-padding);
  }
}

.c-box01__left, .c-box02__left {
  width: 47%;
  padding-bottom: 40px;
}
@media screen and (max-width:767px) {
  .c-box01__left, .c-box02__left {
    width: 100%;
    padding-bottom: 0;
  }
}

.c-box01__img, .c-box02__img video {
  width: 100%;
  aspect-ratio: 920/611;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-box01__thumb, .c-box02__thumb {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
}
.c-box01__thumb img, .c-box02__thumb img {
  width: 100%;
}

.c-box01__right, .c-box02__right {
  width: 47%;
}
@media screen and (max-width:767px) {
  .c-box01__right, .c-box02__right {
    width: 100%;
  }
}

.c-box01__sub, .c-box02__sub {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .c-box01__sub, .c-box02__sub {
    font-size: 3.7333333333vw;
  }
}

.c-box01__heading, .c-box02__heading {
  margin-top: 15px;
  font-family: var(--garamond);
  font-size: 40px;
}
@media screen and (max-width:767px) {
  .c-box01__heading, .c-box02__heading {
    margin-top: 2.6666666667vw;
    font-size: 9.6vw;
  }
}

.c-box01__ja, .c-box02__ja {
  margin-top: 5px;
  font-size: 18px;
}
@media screen and (max-width:767px) {
  .c-box01__ja, .c-box02__ja {
    margin-top: 1.3333333333vw;
    font-size: 4.8vw;
  }
}

.c-box01__text, .c-box02__text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width:767px) {
  .c-box01__text, .c-box02__text {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
  }
}

.c-box01__btn, .c-box02__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 240px;
  margin-left: auto;
  margin-top: 30px;
  height: 53px;
  font-size: 16px;
  color: white;
  background-color: var(--dark-blue);
  transition: background-color 0.3s;
}
@media screen and (max-width:767px) {
  .c-box01__btn, .c-box02__btn {
    width: 53.3333333333vw;
    max-width: initial;
    margin-top: 5.3333333333vw;
    height: 11.2vw;
    font-size: 3.4666666667vw;
  }
}
.c-box01__btn:hover, .c-box02__btn:hover {
  background-color: var(--dark-blue-hover);
}

.c-box01__btntext, .c-box02__btntext {
  position: relative;
  padding-right: 25px;
}
@media screen and (max-width:767px) {
  .c-box01__btntext, .c-box02__btntext {
    padding-right: 6.6666666667vw;
  }
}
.c-box01__btntext:after, .c-box02__btntext:after {
  position: absolute;
  display: block;
  content: "";
  background: no-repeat center/contain;
  background-image: url("../img/box01-arrow.svg");
  width: 15px;
  height: 13px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width:767px) {
  .c-box01__btntext:after, .c-box02__btntext:after {
    width: 4vw;
    height: 3.4666666667vw;
  }
}

@media screen and (max-width:767px) {
  .c-box02 {
    flex-direction: column-reverse;
  }
}

.c-box02__left {
  padding-bottom: 0;
}

.c-box02__right {
  padding-bottom: 40px;
}
@media screen and (max-width:767px) {
  .c-box02__right {
    padding-bottom: 0;
  }
}

.splide01 .splide-btnarea {
  position: absolute;
  bottom: -2.5em;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width:767px) {
  .splide01 .splide-btnarea {
    bottom: -16vw;
  }
}
.splide01 .splide-btnarea.hidden {
  visibility: hidden;
  pointer-events: none;
}
.splide01 .splide__pagination {
  position: relative;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  top: 0;
  bottom: 0;
}
@media screen and (max-width:767px) {
  .splide01 .splide__pagination {
    -moz-column-gap: 4vw;
         column-gap: 4vw;
  }
}
@media screen and (max-width:767px) {
  .splide01 .splide__pagination__page {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
.splide01 .splide__pagination__page.is-active {
  background-color: var(--dark-blue);
}
.splide01 .splide__toggle {
  width: 30px;
  height: 32px;
  background: transparent;
}
@media screen and (max-width:767px) {
  .splide01 .splide__toggle {
    width: 13.3333333333vw;
    height: 14.4vw;
  }
}

.splide__arrows.hidden {
  visibility: hidden !important;
  pointer-events: none !important;
}

.l-modal-bg {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(5.5999999046px);
          backdrop-filter: blur(5.5999999046px);
  z-index: 2;
  transition: visibility 0.3s, pointer-events 0.3s, opacity 0.3s;
}

.l-modal-bg.active {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

.l-modal-content {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 754px;
  z-index: -1;
  transition: visibility 0.3s, pointer-events 0.3s, opacity 0.3s;
}
@media screen and (max-width:767px) {
  .l-modal-content {
    max-width: initial;
  }
}

.l-modal-content.active {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  z-index: 10;
}

.l-modal-close {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  margin-left: auto;
  background: transparent;
}
@media screen and (max-width:767px) {
  .l-modal-close {
    width: 10.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}

.l-modal-closeimg01 {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.l-modal-closeimg02 {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
}

.l-modal-close:hover .l-modal-closeimg01 {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
.l-modal-close:hover .l-modal-closeimg02 {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

.l-modal__moviewrap {
  display: flex;
  align-items: center;
  width: 100%;
  aspect-ratio: 920/610;
  background-color: #000;
}

.l-modal__movie {
  width: 100%;
  aspect-ratio: 16/9;
}
.l-modal__movie div {
  width: 100%;
  height: 100%;
}
.l-modal__movie iframe {
  width: 100%;
  height: 100%;
}

.l-modal__movie02 {
  display: flex;
  align-items: center;
  width: 100%;
  aspect-ratio: 920/611;
  background-color: black;
}
.l-modal__movie02 video {
  width: 100%;
  max-height: 100%;
}

.modal-open {
  cursor: pointer;
}

.splide02 {
  /* 矢印のクリック範囲など */
  /* 矢印共通のスタイル */
  /* 前の矢印 */
  /* 次の矢印 */
  /* 次のスライドが無い場合の矢印 */
}
.splide02 .splide__pagination {
  bottom: -2em;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.splide02 .splide__pagination__page {
  width: 13px;
  height: 13px;
  background-color: white;
}
@media screen and (max-width:767px) {
  .splide02 .splide__pagination__page {
    width: 4vw;
    height: 4vw;
  }
}
.splide02 .splide__pagination__page.is-active {
  background-color: var(--dark-blue);
  opacity: 1;
  border: 2px solid white;
}
@media screen and (max-width:767px) {
  .splide02 .splide__pagination__page.is-active {
    border: 0.5333333333vw solid white;
  }
}
.splide02 .splide__arrow {
  background-color: transparent; /* ボタンの背景を透明にする */
  height: 40px;
  transition: 0.2s;
  width: 40px;
  opacity: 1;
  transition: opacity 0.2s;
}
@media screen and (max-width:767px) {
  .splide02 .splide__arrow {
    height: 10.6666666667vw;
    width: 10.6666666667vw;
    top: 100%;
    transform: translateY(20%);
  }
}
.splide02 .splide__arrow svg {
  display: none;
}
.splide02 .splide__arrow::before {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 40px;
}
@media screen and (max-width:767px) {
  .splide02 .splide__arrow::before {
    height: 10.6666666667vw;
    width: 10.6666666667vw;
  }
}
.splide02 .splide__arrow--prev {
  left: 0;
}
.splide02 .splide__arrow--prev:before {
  background-image: url("../img/modal-prev.svg");
  transition: background-image 0.3s;
}
.splide02 .splide__arrow--prev:hover:before {
  background-image: url("../img/modal-prev02.svg");
}
.splide02 .splide__arrow--next {
  right: 0;
}
.splide02 .splide__arrow--next:before {
  background-image: url("../img/modal-next.svg");
  transition: background-image 0.3s;
}
.splide02 .splide__arrow--next:hover:before {
  background-image: url("../img/modal-next02.svg");
}
.splide02 .splide__arrow:disabled::before {
  opacity: 0.5;
}/*# sourceMappingURL=style.css.map */