@charset "UTF-8";
/* -------------------------------------
reset
------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
.tit-accordion,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: sans-serif;
  background: #fff;
  color: #000;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

svg {
  display: block;
  vertical-align: middle;
  line-height: 1;
  height: auto;
  fill: currentColor;
}
svg defs {
  height: 0;
  display: block;
}

svg use {
  pointer-events: none;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none;
  }
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
  background: #011F56;
  color: #FFFFFF;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  width: 100%;
}
@media screen and (min-width: 961px) {
  body {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
}

::-moz-selection {
  background: rgba(255, 255, 255, 0.5);
  mix-blend-mode: difference;
}

::selection {
  background: rgba(255, 255, 255, 0.5);
  mix-blend-mode: difference;
}

::-moz-selection {
  background: rgba(255, 255, 255, 0.5);
  mix-blend-mode: difference;
}

.svg-symbol {
  display: none;
}

svg {
  overflow: visible;
  fill: #FFFFFF;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nowrap {
  white-space: nowrap;
}

.red {
  color: #E03F3F;
}

.wrap {
  position: relative;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.txt--lead {
  font-size: 2.4rem;
  line-height: 1.8;
  margin-bottom: 1em;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .txt--lead {
    font-size: 1.5rem;
  }
}

.txt--basic {
  margin-bottom: 1em;
  line-height: 1.6;
}

.txt--sub {
  display: block;
  margin-bottom: 0.3em;
  font-weight: 400;
  line-height: 1.6;
}

.txt--large {
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .txt--large {
    font-size: min(5vw, 2.4rem);
  }
}

.txt--xlarge {
  font-size: min(6vw, 6.4rem);
  font-weight: 700;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .txt--xlarge {
    font-size: min(7vw, 6rem);
    letter-spacing: 0.04em;
  }
}

.txt--link {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}
.txt--link::after {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 0.3em;
  margin-bottom: 0.1em;
  border-bottom: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
}

span.br {
  display: inline-block;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.mb8 {
  margin-bottom: 8px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb48 {
  margin-bottom: 48px;
}

.pb8 {
  padding-bottom: 8px;
}

.pb16 {
  padding-bottom: 16px;
}

.pb24 {
  padding-bottom: 24px;
}

.mt8 {
  margin-top: 8px;
}

.mt16 {
  margin-top: 16px;
}

.mt24 {
  margin-top: 24px;
}

.mt32 {
  margin-top: 32px;
}

.mt40 {
  margin-top: 40px;
}

.mt48 {
  margin-top: 48px;
}

.pt8 {
  padding-top: 8px;
}

.pt16 {
  padding-top: 16px;
}

.pt24 {
  padding-top: 24px;
}

.btn {
  width: min(100%, 320px);
  margin: 1em auto;
  text-align: center;
}

.btn + .btn {
  margin-top: 1em;
}

.btn--main,
.btn--sub {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  margin: 0 auto;
  padding: 20px;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.6;
  border-radius: 999px;
  text-decoration: none;
}
.btn--main.soon,
.btn--sub.soon {
  pointer-events: none;
  opacity: 0.5;
}
@media screen and (min-width: 961px) {
  .btn--main,
  .btn--sub {
    padding: 20px 40px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--main,
  .btn--sub {
    font-size: 1.8rem;
    padding: 1em;
  }
}

.btn--main {
  background: #FFFFFF;
  color: #011F56;
}

.btn--sub {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.ph {
  position: relative;
  line-height: 0;
  text-align: center;
}
.ph::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(/static/common/global-image/blank_thumb.gif);
  background-size: cover;
  top: 0;
  left: 0;
}
.ph img {
  width: 100%;
  pointer-events: none;
}

@-webkit-keyframes navIn {
  from {
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes navIn {
  from {
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes navOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
  }
}
@keyframes navOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
  }
}
.block--language {
  position: absolute !important;
  top: 24px !important;
  right: 24px !important;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--language {
    top: 4vw !important;
    right: 4vw !important;
  }
}

.wovn-languages::after {
  content: "";
  height: 1px;
  width: 152px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: -20px;
}

.wovn-languages:hover::before {
  border-color: inherit !important;
}

.wovn-languages .nav-dropdown .list--language li {
  text-align: left !important;
}

#footer {
  color: #fff;
  padding: 4vw;
}
#footer .block--jfa {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 80px;
  max-width: 800px;
}
#footer .block--jfa a {
  display: block;
}
#footer .block--jfa img {
  width: 100%;
  vertical-align: bottom;
}
#footer .list--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5em;
  max-width: 640px;
  margin: 0 auto;
}
#footer .list--link li a {
  display: block;
  line-height: 1;
}
#footer .list--link li.group_jo1, #footer .list--link li.group_ini {
  width: 20%;
}
#footer .list--link li.group_jo1 img, #footer .list--link li.group_ini img {
  width: 100%;
}
#footer .list--link li.sns_X {
  width: 16%;
  margin-top: 20px;
}
#footer .list--link li.sns_X a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
#footer .list--link li.sns_X i {
  background-color: #000;
  padding: 0.3em;
  font-size: 5rem;
  border-radius: 16px;
  aspect-ratio: 1/1;
  text-align: center;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer .list--link li.sns_X span {
  font-size: 1em;
  white-space: nowrap;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
#footer .copyright {
  margin-top: 8em;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  #footer {
    padding: 8vw;
  }
  #footer .block--jfa {
    margin-bottom: 54px;
  }
  #footer .list--link li a {
    display: block;
    line-height: 1;
  }
  #footer .list--link li.group_jo1, #footer .list--link li.group_ini {
    width: 20%;
  }
  #footer .list--link li.group_jo1 img, #footer .list--link li.group_ini img {
    width: 100%;
  }
  #footer .list--link li.sns_X {
    width: 16%;
  }
  #footer .list--link li.sns_X i {
    padding: 0.3em;
    font-size: 3.2rem;
    border-radius: 8px;
  }
  #footer .list--link li.sns_X span {
    font-size: 0.8em;
  }
}

section {
  width: 100%;
}

.content-main section {
  width: min(70%, 1000px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 128px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .content-main section {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 6vw;
    padding-left: 6vw;
    margin-bottom: 80px;
  }
}

.delighter {
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  opacity: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.6s;
  transition: opacity 0.4s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.4s;
  transition: transform 0.6s, opacity 0.4s, -webkit-transform 0.6s;
}

.delighter.started {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.section--kv {
  position: relative;
  margin-bottom: 40px;
}
.section--kv .kv {
  padding: 100px 5vw 60px;
  width: 100%;
}
.section--kv .kv img {
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--kv {
    margin-bottom: 10vw;
  }
  .section--kv .kv {
    padding: 20vw 6vw 6vw;
  }
}

.section--kv .kv {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
}

body.loaded_delay .section--kv .kv {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.section--about .block--about > *:not(.delighter) {
  opacity: 0;
}
.section--about .block--about .logo_unit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 600px;
  margin: 2em auto;
}
.section--about .block--about .logo_unit img {
  width: 100%;
}
.section--about .block--about .block--lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 8em auto;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}
.section--about .block--about .block--lead .txt--lead {
  margin-bottom: 1.6em;
}
.section--about .block--about .logo_unit + .txt--lead.txt--large {
  margin-top: 2em;
}
.section--about .block--about .txt--lead.txt--large {
  position: relative;
}
.section--about .block--about .txt--lead.txt--large .comingsoon {
  margin-top: 2em;
  display: block;
}
.section--about .block--about .txt--lead.txt--large .comingsoon img {
  vertical-align: bottom;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--about .block--about .block--lead {
    margin: 6em auto;
  }
  .section--about .block--about .block--lead .txt--lead {
    margin-bottom: 2em;
  }
}

@media screen and (min-width: 961px) {
  .txt--sub {
    font-size: 1.3rem;
  }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.5;
  }
  .txt--link::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .txt--link:hover::after {
    margin-left: 0.5em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .txt--sub {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=style_Oe874LcD.css.map */