@charset "UTF-8";
/*--------------------------------------------------------------
共通でインポートモジュール
# mixinや変数の定義を行う
--------------------------------------------------------------*/
:root {
  --text-color: #e6d8a8;
  --main-color: #00b3d0;
  --sub-color: #185180;
  --bg-color: #fff;
  --accent-color: #ff7061;
  --border-color: #babbbc;
  --link-color: var(--main-color);
  --site-width: 1200px;
  --site-inline-padding: 20px;
  --content-width: 1200px;
  --header-content-width: 1920px;
  --header-height: 70px;
  --header-inline-padding: 20px 0;
  --menu-fsz: 16px;
  --page-h2-fsz: 22px;
  --page-h3-fsz: 18px;
}
@media screen and (min-width:520px) {
  :root {
    --site-inline-padding: 24px;
  }
}
@media screen and (min-width: 1025px) {
  :root {
    --entry-title-fsz: 26px;
    --entry-h2-fsz: 20px;
    --article-mt: 20px;
    --news-navi-icon-size: 40px;
    --artilce-heading-mt: 60px;
    --page-h2-fsz: 28px;
    --page-h3-fsz: 22px;
    --site-inline-padding: 20px;
  }
}
@media screen and (min-width: 1025px) {
  :root {
    --header-height: 112px;
    --menu-fsz: 18px;
    --header-inline-padding: 20px 18px;
  }
}
@media screen and (min-width: 1367px) {
  :root {
    --site-inline-padding: 0;
  }
}
@media screen and (min-width: 1500px) {
  :root {
    --header-inline-padding: 70px 18px;
    --site-inline-padding: 0;
  }
}
:root {
  --fw-medium: 500;
  --fw-regular: 400;
  --fw-bold: 700;
  --fw-black: 900;
  --transition-time: 0.5s;
  --transition: var(--transition-time) ease;
}

html,
body,
div,
span,
object,
iframe,
button,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
sub,
sup,
var,
b,
i,
a,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  word-break: normal;
  line-break: strict;
  word-wrap: normal;
  word-break: normal;
  line-height: inherit;
}

textarea,
input[type=button],
input[type=text],
input[type=image],
input[type=submit] {
  -webkit-appearance: none;
  word-break: normal;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

* {
  outline: none;
}

body {
  font-size: 15px;
  word-break: break-all;
  -webkit-text-size-adjust: none;
}

* html body {
  font-size: small;
  font: x-small;
}

*:first-child + html body {
  font-size: small;
  font: x-small;
}

img {
  border: 0;
  vertical-align: bottom;
}

ul,
dl {
  text-indent: 0;
}

ul li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

ol ul li {
  list-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

* html input,
* html textarea,
* html select {
  font-size: 100%;
}

*:first-child + html + input,
*:first-child html + textarea,
*:first-child + html select {
  font-size: 100%;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

caption {
  text-align: left;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
}

* html pre,
* html code,
* html kbd,
* html samp,
* html tt {
  font-size: 108%;
  line-height: 100%;
}

*:first-child + html pre,
*:first-child html + code,
*:first-child html + kbd,
*:first-child + html + samp,
*:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

input,
select,
textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
  margin: 0;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  line-height: inherit;
}

figure {
  line-height: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  backface-visibility: hidden;
}

input,
textarea {
  border-radius: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

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

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  font-weight: var(--fw-medium);
  color: var(--text-color);
}

.is_serif_extralight {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.is_serif_light {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.is_serif_regular {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.is_serif_medium {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.is_serif_semibold {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.is_serif_bold {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.is_serif_black {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.is_sans_extralight {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.is_sans_regular {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.is_sans_medium {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.is_sans_bold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.is_sans_black {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.is_garamond_regular {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.is_garamond_medium {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.is_garamond_semiBold {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.is_garamond_bold {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.is_garamond_black {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.is_shippori_mincho_regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.shippori-mincho-semibold {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.shippori-mincho-bold {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (min-width: 1025px) {
  .br_sp {
    display: none;
  }
}

@media screen and (min-width:520px) {
  .br_sp_s {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .br_pc {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .br_sp_menu {
    display: none;
  }
}

@media screen and (min-width: 1367px) {
  .br_pc_w {
    display: none;
  }
}

@media screen and (max-width: 1366px) {
  .br_pc_w-max {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .is-mobile {
    display: none !important;
  }
}

.section_pb_tb {
  padding-block: 30px 25px;
}
@media screen and (min-width: 1025px) {
  .section_pb_tb {
    padding-block: 70px;
  }
}

.pd_tb_m {
  padding-top: 30px;
  padding-bottom: 45px;
}
@media screen and (min-width: 1025px) {
  .pd_tb_m {
    padding-top: 40px;
    padding-bottom: 90px;
  }
}

.pd_tb_s {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .pd_tb_s {
    padding-top: 53px;
    padding-bottom: 63px;
  }
}

.pd_tb_eq_s {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .pd_tb_eq_s {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.is_align_center {
  margin-inline: auto;
  display: block;
}

@media screen and (min-width: 1025px) {
  .is_align_left {
    float: right;
    margin-inline: 1.7em 0;
    margin-bottom: 1em;
  }
}

@media screen and (min-width: 1025px) {
  .is_align_right {
    float: left;
    margin-inline: 0 1.7em;
    margin-bottom: 1em;
  }
}

.is_text_center {
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .is_text_center_pc {
    text-align: center;
  }
}

.is_text_right {
  text-align: right;
}

.is_text_left {
  text-align: left;
}

.is_text_green {
  color: var(--main-color);
}

.is_text_red {
  color: #e75b6a;
}

.is_text_blue {
  color: #036ea9;
}

.is_text_orange {
  color: var(--sub-color);
}

.is_text_white_bg {
  background-color: #fff;
  color: var(--main-color);
  padding-inline: 0.5em;
}

.is_green_shadow {
  box-shadow: 0 0 3px #9fcc97;
}

.mt_s {
  margin-top: 15px;
}
@media screen and (min-width: 1025px) {
  .mt_s {
    margin-top: 30px;
  }
}

.mt_m {
  margin-top: 40px !important;
}
@media screen and (min-width: 1025px) {
  .mt_m {
    margin-top: 80px !important;
  }
}

.mt_l {
  margin-top: 70px !important;
}
@media screen and (min-width: 1025px) {
  .mt_l {
    margin-top: 140px !important;
  }
}

.is_underLine {
  text-decoration: underline;
  text-decoration-color: rgba(255, 189, 184, 0.6);
  text-decoration-thickness: 8px;
  text-underline-offset: -1px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.plr-s {
  --site-inline-padding: 12px;
}

.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loadingInner > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}
@media screen and (min-width: 1025px) {
  .loadingInner > div {
    flex-direction: row;
    gap: 0;
  }
}
.loadingInner img {
  width: 112px;
  filter: brightness(0) invert(100%);
  margin-right: 10px;
}
.loadingInner {
  color: #fff;
  font-size: clamp(15px, 10.873px + 0.794vw, 19px);
}
@media screen and (min-width: 1025px) {
  .loadingInner {
    font-size: 24px;
  }
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background: linear-gradient(65deg, #0372ff, #0372b4, #00b5dd);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

@keyframes openingCaretBlink {
  0%, 49% {
    border-color: #fff;
  }
  50%, 100% {
    border-color: transparent;
  }
}
@keyframes openingTextFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes openingLogoFadeIn {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.is-blur,
.is-slidein,
.is-fadein,
.is-fadeInLeft,
.is-fadeInRight,
.is-fadeUp {
  opacity: 0;
}

.is-fadeInLeft,
.is-fadeInRight,
.is-fadeUp {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.is-animated.is-fadeUp {
  animation-name: fadeUpAnime;
}
.is-animated.is-fadeInLeft {
  animation-name: fadeLeftAnime;
}
.is-animated.is-fadeInRight {
  animation-name: fadeRightAnime;
}
.is-animated.is-fadein {
  opacity: 0;
  animation: fadein 1.5s ease forwards;
}
.is-animated.is-slidein {
  opacity: 0;
  animation: slidein 1s ease-out forwards;
}
.is-animated.is-blur {
  animation: blurAnime 1s ease-out forwards;
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-300px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slidein {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes blurAnime {
  0% {
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
.is-fadeInSlant {
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.is-fadeInSlant_delayed {
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

.is-animated.is-fadeInSlant {
  animation-name: fadeSlantAnime;
}
.is-animated.is-fadeInSlant_delayed {
  animation-name: fadeSlantAnime;
}

@keyframes fadeSlantAnime {
  from {
    opacity: 0;
    transform: translateX(-300px) translateY(173px);
  }
  to {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
/* 文字が滑らかに表示される */
.smooth {
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  transition: 2.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}

.smooth.is-animated {
  clip-path: inset(0);
}

.smooth-mv {
  clip-path: inset(0 0 0 100%);
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}

.smooth-mv.is-animated {
  animation-name: smoothClipAnime;
}

@keyframes smoothClipAnime {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  50% {
    clip-path: inset(0 0 0 70%); /* 最初の30%で20%しか進まない */
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.blur {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.blur.is-animated {
  animation-name: blurAnime;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
/*背景色が伸びて出現（共通）*/
.bgextend {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}
.bgextend.is-animated {
  animation-name: bgextendAnimeBase;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.bgappear.is-animated {
  animation-name: bgextendAnimeSecond;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; /*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
@keyframes gradientShift {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}
body.is_nav_open {
  overflow: hidden;
}

.page_videoLayout {
  --panel-max-width: 529px;
  --panel-inline-padding: clamp(25px, -109.434px + 22.406vw, 120px);
}
@media screen and (min-width: 1025px) {
  .page_videoLayout {
    --panel-inline-padding: 25px;
  }
}
.page_videoLayout {
  --global-nav-width: clamp(160px, 11vw, 180px);
  --global-nav-right: clamp(60px, 4.5vw, 100px);
  --global-nav-bottom: 170px;
  --pc-header-max-width: calc(670px + (var(--pc-header-gap) * 2));
  --pc-header-side-space: 30px;
  --pc-header-gap: clamp(24px, 3vw, 64px);
  --content-left-space: clamp(24px, 7vw, 100px);
  --content-right-space: calc(var(--global-nav-width) + var(--global-nav-right) + clamp(32px, 4vw, 60px));
  --nav-width: clamp(210px, -8.333px + 18.194vw, 341px);
}
@media screen and (min-width: 1025px) {
  .page_videoLayout {
    display: grid;
    grid-template-columns: 1fr var(--panel-max-width) var(--nav-width);
  }
}
.page_videoLayout .ly_videoLayout {
  position: relative;
  min-height: 100svh;
}
.page_videoLayout .ly_header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
}
.is_scrolled .page_videoLayout .ly_header {
  position: fixed;
  top: -100px;
  left: 0;
  transition: transform var(--transition);
}
body.is_show_header .page_videoLayout .ly_header {
  transform: translateY(100px);
}
@media screen and (min-width: 1025px) {
  .page_videoLayout .ly_header {
    display: grid;
    grid-template-columns: 1fr var(--panel-max-width) var(--nav-width);
  }
}
@media screen and (min-width: 1025px) {
  .page_videoLayout .ly_header .bl_panelHeader {
    grid-column: 2;
  }
}
.page_videoLayout .ly_mainVisual_video_sp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .page_videoLayout .ly_mainVisual_video_sp {
    display: none;
  }
}
.page_videoLayout .ly_mainVisual_video_sp video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_videoLayout .ly_videoLayout_bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .page_videoLayout .ly_videoLayout_bg {
    display: none;
  }
}
.page_videoLayout .ly_videoLayout_bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_videoLayout .ly_videoLayout_bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.2) 45%, rgba(0, 0, 0, 0.55) 100%);
}
.page_videoLayout .ly_videoLayout_content {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  display: flex;
  justify-content: flex-end;
  padding-block: 0;
}
.page_videoLayout .ly_videoLayout_inner {
  width: 100%;
  max-width: none;
  min-height: 100svh;
  background: #fff;
}
@media screen and (min-width: 1025px) {
  .page_videoLayout .ly_videoLayout_inner {
    width: 100%;
    margin-inline: auto;
    backdrop-filter: blur(8px);
  }
}
.page_videoLayout .bl_panelHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-inline: 15px;
  height: 50px;
  background-color: rgba(1, 7, 72, 0.8);
  width: 100%;
}
.page_videoLayout .el_menuButton {
  position: relative;
  display: inline-flex;
  width: 36px;
  height: 20px;
  align-items: flex-start;
  justify-content: center;
  z-index: 4;
}
.page_videoLayout .el_menuButton::before {
  content: "MENU";
  color: #e4d9ad;
  font-family: "Inter";
  font-weight: var(--fw-regular);
  font-size: 10px;
  line-height: 1;
  letter-spacing: 2px;
  transition: opacity var(--transition);
}
.page_videoLayout .el_menuButton span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #e4d9ad;
  top: 15px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.page_videoLayout .el_menuButton span:nth-child(2) {
  transform: translateY(6px);
}
.page_videoLayout .el_menuButton.is_open::before {
  opacity: 0;
}
.page_videoLayout .el_menuButton.is_open span:nth-child(1) {
  transform: rotate(45deg);
}
.page_videoLayout .el_menuButton.is_open span:nth-child(2) {
  transform: rotate(-45deg);
}
@media screen and (min-width: 1025px) {
  .page_videoLayout .el_menuButton {
    display: none;
  }
}
.page_videoLayout .ly_pcHeader {
  display: none;
  color: var(--text-color);
}
@media screen and (min-width: 1025px) {
  .page_videoLayout .ly_pcHeader {
    width: 100%;
    display: grid;
    place-items: center;
    position: relative;
  }
  .page_videoLayout .ly_pcHeader .bl_pcHeader_content {
    padding-block: 40px;
    padding-inline: clamp(20px, -212.727px + 22.727vw, 60px);
    position: fixed;
    bottom: 6vh;
    left: auto;
    z-index: 2;
    display: grid;
    align-content: center;
    gap: 0;
    width: calc(100vw - var(--panel-max-width) - var(--nav-width));
  }
}
.page_videoLayout .ly_globalNav {
  z-index: 2;
  position: fixed;
}
@media screen and (max-width: 1024px) {
  .page_videoLayout .ly_globalNav {
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    width: min(82vw, 340px);
    padding: 96px 24px 32px;
    background: rgba(1, 7, 72, 0.8);
    backdrop-filter: blur(16px);
    transform: translateX(-100%);
    visibility: hidden;
    overflow-y: auto;
    transition: transform 0.35s ease, visibility 0.35s ease;
    z-index: 3;
  }
  .page_videoLayout .ly_globalNav.is_open {
    transform: translateX(0);
    visibility: visible;
  }
  .page_videoLayout .ly_globalNav ul {
    gap: 0;
  }
  .page_videoLayout .ly_globalNav li {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }
  .page_videoLayout .ly_globalNav li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
  .page_videoLayout .ly_globalNav a {
    padding-block: 16px;
    font-size: 18px;
    display: block;
    transition: all var(--transition);
  }
}
@media screen and (max-width: 1024px) and (hover: hover) {
  .page_videoLayout .ly_globalNav a:hover {
    opacity: 0.7;
    transform: translateX(-4px);
  }
}
@media screen and (max-width: 1024px) {
  .page_videoLayout .ly_globalNav .el_globalNav_footerItem {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .page_videoLayout .ly_globalNav {
    position: relative;
  }
  .page_videoLayout .ly_globalNav .el_globalNav_footerItem {
    margin-top: 80px;
  }
  .page_videoLayout .ly_globalNav .el_globalNav_footerItem a {
    border-bottom: 1px solid var(--text-color);
    font-size: 12px;
    font-size: clamp(10px, 7.714px + 0.223vw, 12px);
    width: -moz-fit-content;
    width: fit-content;
  }
  .page_videoLayout .ly_globalNav .el_globalNav_footerItem a::after {
    content: "";
    background-image: url(../images/icon-ext-gold.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    width: clamp(10px, 7.714px + 0.223vw, 12px);
    aspect-ratio: 1/1;
    display: inline-block;
    margin-left: auto;
  }
  .page_videoLayout .ly_globalNav ul {
    display: grid;
    gap: 14px;
    right: var(--global-nav-right);
    bottom: var(--global-nav-bottom);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .page_videoLayout .ly_globalNav ul {
    right: calc((var(--nav-width) - 160px) / 2);
    position: fixed;
    bottom: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .page_videoLayout .ly_globalNav a {
    display: block;
    color: var(--text-color);
    font-size: 16px;
    font-size: clamp(13px, 6.546px + 0.63vw, 16px);
    line-height: 1.35;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-wrap: balance;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
}
@media screen and (min-width: 1025px) and (hover: hover) {
  .page_videoLayout .ly_globalNav a:hover {
    opacity: 0.7;
    transform: translateX(-4px);
  }
}
.page_videoLayout .el_navOverlay {
  display: block;
  position: fixed;
  inset: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.page_videoLayout .el_navOverlay.is_open {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1025px) {
  .page_videoLayout .el_navOverlay {
    display: none;
  }
}
.page_videoLayout .el_panelLabel {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.page_videoLayout .bl_panelSection {
  display: grid;
  gap: 10px;
}
.page_videoLayout .bl_panelSection h2 {
  font-size: 18px;
  line-height: 1.35;
}
.page_videoLayout .bl_panelSection p {
  font-size: 15px;
  line-height: 1.8;
}
.page_videoLayout .el_panelLink {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 18px;
  background-color: #1b1b1b;
  color: #fff;
  line-height: 1;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .page_videoLayout .el_panelLink:hover {
    opacity: 0.75;
  }
}

body {
  background-color: rgba(62, 64, 111, 0.5);
}

.bl_button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background-color: var(--link-button-bg);
  color: var(--link-button-color);
  font-size: var(--link-button-font-size);
  transition: color 0.3s ease, background-color 0.3s ease;
}
.bl_button:before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-style: solid solid none none;
  border-width: 2px;
  border-color: inherit;
  transform: rotate(45deg);
  margin-right: 6px;
}
@media (hover: hover) {
  .bl_button:hover {
    background-color: var(--link-button-hover-bg);
    color: var(--link-button-hover-color);
  }
}

.el_linkButton {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  color: #fff;
  background-color: var(--main-color);
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-size: 16px;
  height: 50px;
  padding-inline: 12px 15px;
  padding-block: 15px;
  transition: all var(--transition-time) ease;
  white-space: nowrap;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .el_linkButton {
    font-size: 16px;
    height: 60px;
  }
}
@media (hover: hover) {
  .el_linkButton:hover {
    opacity: 0.7;
  }
}
.el_linkButton.is_line {
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, #06c755 0%, #d0ffdf 50%, #06c755 100%);
  background-size: 200% 100%;
  color: #005824;
  border-radius: 99px;
  text-align: center;
  height: 63px;
  max-width: 387px;
  transition: all var(--transition);
}
.el_linkButton.is_line:after, .el_linkButton.is_line::before {
  content: "";
  background-image: url(../images/icon-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 39px;
  height: 37px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 2;
  transition: opacity var(--transition);
}
.el_linkButton.is_line::after {
  background-image: url(../images/icon-line-rev.svg);
  z-index: 1;
  opacity: 0;
}
@media (hover: hover) {
  .el_linkButton.is_line:hover {
    opacity: 1;
    transform: translateY(-2px);
    background-position: 100% 0;
  }
  .el_linkButton.is_line:hover::before {
    opacity: 0;
  }
  .el_linkButton.is_line:hover::after {
    opacity: 1;
  }
}

.bl_footer a,
.el_linkText {
  transition: all var(--transition);
}
.bl_footer a:hover,
.el_linkText:hover {
  opacity: 0.7;
  transform: translateX(-4px);
}

.alignfull,
.full-width {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  --article-mt: 0;
}
.alignfull > .wp-block-group__inner-container,
.full-width > .wp-block-group__inner-container {
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
}
.alignfull.wp-block-group,
.full-width.wp-block-group {
  padding-inline: var(--site-inline-padding);
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

.is_sticky_parent {
  padding-top: 18px !important;
}

.bl_opening {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #0058a7 0%, #001865 52.56%, #010130 100%);
  background-size: 400% 400%;
  animation: gradientShift 15s ease infinite;
  opacity: 1;
  visibility: visible;
  transition: opacity 1.8s ease, visibility 1.8s ease;
}
.bl_opening.is-finished {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.bl_opening_inner {
  display: grid;
  place-items: center;
  padding: 20px;
}

.el_opening_copy {
  margin: 0;
  color: var(--text-color);
  font-size: 20px;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;
}
.el_opening_copy p {
  opacity: 0;
}
.el_opening_copy p.el_copy_main + .el_copy_sub {
  margin-top: 25px;
}
.el_opening_copy p.el_copy_sub {
  font-size: 0.8em;
  margin-top: 10px;
  line-height: 1.7;
}
.el_opening_copy.is-fadeout {
  animation: openingTextFadeOut 1.4s ease forwards;
}

.el_opening_logo {
  display: none;
  opacity: 0;
  margin-top: 8px;
  max-width: 300px;
  grid-column: 1;
  grid-row: 1;
}
@media screen and (min-width: 1025px) {
  .el_opening_logo {
    max-width: 400px;
  }
}
.el_opening_logo video {
  display: block;
  display: none;
  width: 100%;
  height: auto;
}
.el_opening_logo.is-show {
  display: block;
  animation: openingLogoFadeIn 0.6s ease forwards;
}

body.is-opening {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .el_opening_copy {
    font-size: clamp(9px, 3.5vw, 14px);
    letter-spacing: 0.12em;
    white-space: normal;
  }
}
.bl_pcHeader {
  color: var(--text-color);
  text-align: center;
}
.bl_pcHeader .el_pcHeader_copy {
  line-height: 1.5;
  text-align: left;
  margin-top: 60px;
  font-size: 18px;
  letter-spacing: 0.1em;
  letter-spacing: clamp(5px, -19.927px + 1.825vw, 10px);
  font-size: clamp(16px, -8.927px + 1.825vw, 21px);
}
@media screen and (min-width: 1367px) {
  .bl_pcHeader .el_pcHeader_copy br {
    display: none;
  }
}
.bl_pcHeader .el_linkButton {
  margin-top: 122px;
  padding-inline: 60px 20px;
}
@media screen and (min-width: 1367px) {
  .bl_pcHeader .el_linkButton {
    padding-inline: 20px;
  }
}
.bl_pcHeader .el_instagram {
  margin-top: 36px;
  text-align: left;
}
.bl_pcHeader .el_linkText {
  margin-top: 28px;
  font-size: 12px;
  line-height: 17px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-inline: auto;
  border-bottom: 1px solid var(--text-color);
}
.bl_pcHeader .el_linkText::after {
  content: "";
  background-image: url(../images/icon-ext.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  display: inline-block;
  text-decoration: underline;
}

.bl_footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--text-color);
  background: #010130;
  color: var(--text-color);
  text-align: center;
  padding-block: 40px;
  padding-inline: 20px;
  display: grid;
  justify-content: center;
  font-size: 13px;
}
.bl_footer img.el_footer_logo {
  margin-inline: auto;
}
.bl_footer ul.el_footerMenu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 7px;
  margin-inline: auto;
  margin-top: 80px;
  max-width: 400px;
  width: 100%;
}
.bl_footer ul.el_footerMenu li {
  border-bottom: 1px solid var(--text-color);
}
.bl_footer ul.el_footerMenu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.bl_footer .el_linkText::after,
.bl_footer li a::after {
  content: "";
  background-image: url(../images/icon-ext-gold.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-left: auto;
}
.bl_footer .el_instagram {
  margin-top: 40px;
}
.bl_footer .el_linkText {
  display: flex;
  align-items: center;
  margin-top: 35px;
  border-bottom: 1px solid;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.bl_footer .el_copyRight {
  margin-top: 15px;
}

.page_videoLayout .bl_mainContent .bl_mainContent_inner {
  background-image: url(../images/bg-crunch.webp);
  background-repeat: repeat;
  position: relative;
  z-index: 1;
  padding-top: 180px;
  margin-top: -90px;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 0.6%, rgba(0, 0, 0, 0.6) 1%, black 1.5%, black 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 0.6%, rgba(0, 0, 0, 0.6) 1%, black 1.5%, black 100%);
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section {
  padding-inline: var(--panel-inline-padding);
  padding-block: 20px;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section + section {
  margin-top: 30px;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section h2 {
  text-align: left;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section h2 span {
  display: block;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.5em;
  color: #001865;
  margin-top: 10px;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section h2 + h3.el_sectionCopy {
  margin-top: 30px;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section h2.page_heading {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 1.4;
  letter-spacing: 0.25em;
  background: linear-gradient(180deg, #0058a7 0%, #001865 86%, #010130 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section.bl_invitation {
  background: linear-gradient(180deg, #0058a7 0%, #001865 50%, #010130 100%);
  text-align: center;
  padding-block: 40px;
  margin-top: 90px;
  color: var(--text-color);
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section.bl_invitation h2 {
  text-align: center;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section.bl_invitation h2 span {
  color: var(--text-color);
  font-size: 14px;
  margin-top: 10px;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section.bl_invitation h2 img {
  filter: drop-shadow(2px 2px 3px #08047b);
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section.bl_invitation .bl_section_content {
  margin-top: 40px;
  display: grid;
  gap: 30px;
  justify-content: center;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section.bl_invitation .bl_section_content p {
  font-size: 13px;
  font-weight: 200;
  line-height: 1.75;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section.bl_invitation .bl_section_content p.is_bold {
  font-weight: var(--fw-bold);
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner .is_fullwidth {
  margin-inline: -25px;
  max-width: none;
  margin-block: 50px 20px;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner .el_designerImage {
  max-width: none;
  width: 100%;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner details {
  margin-top: 17px;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner details summary {
  border-radius: 10px;
  background: linear-gradient(180deg, #0058a7 0%, #001865 77.78%, #010130 100%);
  box-shadow: 7px 8px 6px rgba(1, 1, 50, 0.65);
  padding-block: 10px;
  padding-inline: 20px;
  min-height: 58px;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: var(--fw-medium);
  cursor: pointer;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner details summary:before {
  content: "Q.";
  margin-right: 5px;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner details summary::after {
  content: "";
  background-image: url(../images/icon-arrow.png);
  width: 13px;
  height: 11.5px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: auto;
  transition: transform var(--transition);
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner details + h3.el_sectionCopy {
  margin-top: 40px;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner details > .el_details_content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s, margin-top 0.5s;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner details .el_details_content_innner {
  overflow: hidden;
  position: relative;
  padding-inline: 20px 20px;
  padding-block: 0;
  transition: padding var(--transition);
  background-color: #e4d9ad;
  color: #001865;
  box-shadow: 7px 8px 6px rgba(1, 1, 50, 0.65);
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 1.3px;
  font-weight: 400;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner details.Open summary {
  border-radius: 10px 10px 0 0;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner details.Open summary::after {
  transform: rotate(180deg);
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner details.Open .el_details_content {
  grid-template-rows: 1fr;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner details.Open .el_details_content_innner {
  padding-block: 20px 40px;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section:not(.bl_invitation) .bl_section_content {
  border-radius: 10px;
  background: linear-gradient(180deg, #0058a7 0%, #001865 52.56%, #010130 100%);
  box-shadow: 7px 8px 6px rgba(1, 1, 50, 0.65);
  padding-inline: 25px;
  padding-block: 50px 70px;
  font-weight: 200;
  font-size: 13px;
  line-height: 2.2;
  letter-spacing: 1.3px;
  margin-top: 20px;
  font-feature-settings: "palt";
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section:not(.bl_invitation) .bl_section_content > img + p,
.page_videoLayout .bl_mainContent .bl_mainContent_inner section:not(.bl_invitation) .bl_section_content > p + p {
  margin-top: 1em;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section:not(.bl_invitation) .bl_section_content > p.el_footnote {
  margin-top: 2em;
  text-indent: -1em;
  padding-left: 1em;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section:not(.bl_invitation) .bl_section_content > ul + h3,
.page_videoLayout .bl_mainContent .bl_mainContent_inner section:not(.bl_invitation) .bl_section_content > p + h3 {
  margin-top: 70px;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section:not(.bl_invitation) .bl_section_content > h3 {
  display: grid;
  gap: 20px;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section:not(.bl_invitation) .bl_section_content > h3 + img {
  margin-top: 15px;
  margin-inline: -15px;
  width: calc(100% + 30px);
  max-width: none;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section:not(.bl_invitation) .bl_section_content > h3.el_sectionCopy {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-size: 24px;
  line-height: 1.75;
  letter-spacing: 6px;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section:not(.bl_invitation) .bl_section_content > h3.el_sectionCopy + p {
  margin-top: 35px;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section:not(.bl_invitation) .bl_section_content > h3.el_sectionCopy.has_indent {
  text-indent: -1.8em;
  padding-left: 1.8em;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section:not(.bl_invitation) .bl_section_content > h3.el_privacyCopy {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-size: 22px;
  line-height: 1.75;
  letter-spacing: 4px;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section:not(.bl_invitation) .bl_section_content > h3.el_privacyCopy + p {
  margin-top: 25px;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section:not(.bl_invitation) .bl_section_content > h3.el_privacyCopy.has_indent {
  text-indent: -1.8em;
  padding-left: 1.8em;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section:not(.bl_invitation) .bl_section_content > h3.el_legal {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 0.3em;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section:not(.bl_invitation) .bl_section_content > h3.el_legal + p {
  margin-top: 20px;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section:not(.bl_invitation) .bl_section_content > h3 .is_strong {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: var(--fw-medium);
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section:not(.bl_invitation) .bl_section_content > p + h3.el_legal {
  margin-top: 45px;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section:not(.bl_invitation) .bl_section_content a {
  text-decoration: underline;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section:not(.bl_invitation) .bl_section_content ul {
  padding-left: 2em;
  margin-top: 30px;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section:not(.bl_invitation) .bl_section_content ul li {
  list-style: disc;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section:not(.bl_invitation) .bl_section_content .bl_serviceSlider {
  margin-top: 20px;
  margin-inline: -15px;
  width: calc(100% + 30px);
  max-width: none;
  margin-bottom: 60px;
  background-image: url(../images/slider/blank.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section:not(.bl_invitation) .bl_section_content .bl_doubleSlider {
  margin-inline: -25px;
  margin-block: 30px 40px;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section:not(.bl_invitation) .bl_section_content .bl_doubleSlider > .swiper {
  height: 327px;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section:not(.bl_invitation) .bl_section_content .bl_doubleSlider > .swiper .swiper-slide {
  width: auto;
  height: 100%;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section:not(.bl_invitation) .bl_section_content .bl_doubleSlider > .swiper .swiper-slide img {
  height: 100%;
  width: auto;
  max-width: none;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section:not(.bl_invitation) .bl_section_content .bl_doubleSlider .swiper-wrapper {
  transition-timing-function: linear;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner section:not(.bl_invitation) .bl_section_content .bl_doubleSlider .bl_doubleSlider_lower {
  margin-top: 15px;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner.is_page {
  color: #333;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner.is_page section > h1 {
  font-size: 30px;
  line-height: 1.4;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner.is_page section > h2 {
  font-size: 26px;
  line-height: 1.4;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner.is_page section > * + * {
  margin-top: 30px;
}
.page_videoLayout .bl_mainContent .bl_mainContent_inner.is_page section > * + h2 {
  margin-top: 40px;
}
.page_videoLayout .bl_mainContent section.bl_mainVisual {
  height: 100vh;
  height: 100dvh;
  background-image: url(../images/bg-mainVisual.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40vh;
  padding-inline: 35px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}
.page_videoLayout .bl_mainContent section.bl_mainVisual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 24, 101, 0.5);
  z-index: 2;
  opacity: 0;
  transition: opacity var(--transition);
}
.page_videoLayout .bl_mainContent section.bl_mainVisual .bl_mainVisual_content {
  z-index: 2;
  position: relative;
  transition: opacity 0.8s ease;
}
.page_videoLayout .bl_mainContent section.bl_mainVisual .bl_mainVisual_content .el_mainVisualTitle {
  font-style: normal;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.3em;
}
.page_videoLayout .bl_mainContent section.bl_mainVisual .bl_mainVisual_content p {
  font-size: 13px;
  font-size: clamp(11px, 6.13px + 1.299vw, 13px);
  line-height: 1.75;
  margin-top: 18vh;
  letter-spacing: 0.3em;
}
.is_scrolled .page_videoLayout .bl_mainContent section.bl_mainVisual::before {
  opacity: 1;
}
.is_scrolled .page_videoLayout .bl_mainContent section.bl_mainVisual .bl_mainVisual_content {
  opacity: 0;
}
.page_videoLayout .bl_mainContent section.bl_philosopy {
  position: relative;
  z-index: 2;
  padding-inline: 35px;
  padding-block: 60px 150px;
  background-color: transparent;
}
.page_videoLayout .bl_mainContent section.bl_philosopy h2 span {
  display: block;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 200;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.5em;
  margin-top: 10px;
}
.page_videoLayout .bl_mainContent section.bl_philosopy h2 + h3.el_sectionCopy {
  margin-top: 60px;
  font-size: 24px;
  letter-spacing: 0.3em;
}
.page_videoLayout .bl_mainContent section.bl_philosopy h2 + h3.el_sectionCopy + p {
  margin-top: 35px;
}
.page_videoLayout .bl_mainContent section.bl_philosopy p {
  font-size: 13px;
  line-height: 2.2;
}
.page_videoLayout .bl_mainContent section.bl_philosopy p + p {
  margin-top: 1em;
}
.page_videoLayout section.bl_faq h2 span {
  letter-spacing: 0.1em;
}

h2 .is-shift-left {
  margin-left: -2px;
}

h3 .is-shift-left {
  margin-left: -1px;
}

h3.is-shift-left-large {
  margin-left: -15px;
}/*# sourceMappingURL=style.css.map */