@charset "UTF-8";
/*==========================================
color
===========================================*/
.c-bg--key {
  background-color: #181f32;
}

.c-bg--accent {
  background-color: #1f2a3c;
}

.c-bg--black {
  background-color: #1b1b1b;
}

.c-bg--white {
  background-color: white;
}

.c-bg--lightgray {
  background-color: #edf2f8;
}

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

html {
  font-size: 62.5%;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif, "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Helvetica, Verdana, Arial, Helvetica;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  /*overflow-x: hidden;*/
  overflow-wrap: break-word;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  color: inherit;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}

video {
  max-width: 100%;
  height: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #eee;
}

th,
td {
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #eee;
}

/*==========================================
setting
===========================================*/
/*==========================================
btn
===========================================*/
.c-btn {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  margin: 0 auto;
  height: auto;
  padding: 2.5rem 1.5rem;
  color: black;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 5px;
  background: #1f2a3c;
  font-size: 6vw;
  font-weight: 700;
  line-height: 1.4444444444;
  text-align: center;
  -webkit-appearance: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s;
  position: relative;
  outline: none;
  box-shadow: 0px 10px 0px 0px rgba(163, 113, 17, 0.8);
  font-family: YakuHanMP, "Noto Serif JP", serif;
  /*&:after {
    content: " ";
    display: block;
    background: rgb(254, 194, 0);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s;
    border-radius: 5px;
  }*/
}
@media screen and (min-width: 768px) {
  .c-btn {
    background: #1f2a3c;
    width: 100%;
    padding: 5rem 3rem;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.1428571429;
    box-shadow: 0px 16px 0px 0px rgba(163, 113, 17, 0.8);
  }
}
.c-btn__inner {
  position: relative;
  z-index: 10;
}
.c-btn:not(:disabled) {
  cursor: pointer;
}
.c-btn:hover, .c-btn:focus {
  transform: translateY(10px);
  outline: none;
  box-shadow: none;
}
.c-btn:hover:after, .c-btn:focus:after {
  opacity: 0;
}

.p-hero__anchor-wrap {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  margin-top: 3rem;
}

.c-btn__wrap {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-btn__wrap {
    width: 100%;
    max-width: 750px;
    max-height: 130px;
    margin: 0 auto;
  }
}

/*==========================================
setting
===========================================*/
/*==========================================
btn2
===========================================*/
.c-btn2 {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin: 0 auto;
  height: auto;
  padding: 2.5rem 1.5rem;
  color: black;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 100vh;
  background: rgb(253, 233, 0);
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.125;
  text-align: center;
  -webkit-appearance: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s;
  position: relative;
  outline: none;
  box-shadow: 0px 11px 20.58px 0.42px rgba(204, 108, 7, 0.61), 0px 0px 21px 0px rgba(255, 255, 255, 0.75) inset;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  border: none;
}
@media screen and (min-width: 768px) {
  .c-btn2 {
    width: 100%;
    padding: 3.5rem 2rem;
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1.0714285714;
  }
}
.c-btn2:after {
  content: " ";
  display: block;
  background: rgb(254, 194, 0);
  background: linear-gradient(0deg, rgb(254, 194, 0) 0%, rgb(253, 233, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
  border-radius: 100vh;
}
.c-btn2__inner {
  position: relative;
  z-index: 10;
}
.c-btn2:not(:disabled) {
  cursor: pointer;
}
.c-btn2:hover, .c-btn2:focus {
  transform: translateY(-5px);
  outline: none;
}
.c-btn2:hover:after, .c-btn2:focus:after {
  opacity: 0;
}

.p-hero__floating-wrap2 {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-hero__floating-wrap2 {
    padding: 1rem;
  }
}

.c-btn__wrap2 {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-btn__wrap2 {
    width: 100%;
    max-width: 560px;
    max-height: 130px;
    margin: 2rem auto;
  }
}

/*==========================================
title
===========================================*/
.c-heading {
  font-size: 6vw;
  font-weight: 600;
  line-height: 1.6666666667;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif, "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Helvetica, Verdana, Arial, Helvetica;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 3rem;
  font-family: YakuHanMP, YakuHanMP, "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .c-heading {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.8571428571;
    margin-bottom: 5rem;
    letter-spacing: 0.5rem;
  }
}
.c-heading .large {
  font-size: 6.6666666667vw;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .c-heading .large {
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.5;
  }
}
.c-heading .small {
  font-size: 5.3333333333vw;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .c-heading .small {
    font-size: 3rem;
    font-weight: 500;
    line-height: 2;
  }
}

/*********** line_pop ***********/
.c-title-linePop {
  text-align: center;
}
.c-title-linePop__inner {
  text-align: center;
  padding: 1.3333333333vw 6.6666666667vw;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-title-linePop__inner {
    padding: 1rem 6rem;
  }
}
.c-title-linePop__inner:after, .c-title-linePop__inner:before {
  content: "";
  display: block;
  width: 2px;
  height: 80%;
  border-radius: 50px;
  background: #1f2a3c;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-title-linePop__inner:after, .c-title-linePop__inner:before {
    width: 2px;
    height: 90%;
    bottom: -5%;
  }
}
.c-title-linePop__inner:after {
  transform: rotate(-35deg);
  left: 0;
}
.c-title-linePop__inner:before {
  transform: rotate(35deg);
  right: 0;
}

/*********** side line ***********/
.c-title-sideLine {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 2.6666666667vw;
  align-items: center;
  text-align: center;
  font-size: 8vw;
  font-weight: 400;
  line-height: 1.1666666667;
  color: #032746;
  font-family: sans-serif;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .c-title-sideLine {
    column-gap: 28px;
    font-size: 5rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 2rem;
  }
}
.c-title-sideLine:before, .c-title-sideLine:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #032746;
}
.c-title-sideLine:after {
  justify-self: end;
}

.c-title-sideBar {
  width: 100%;
  margin: 0 auto 4rem;
  position: relative;
  text-align: center;
  padding: 3rem;
}
@media screen and (min-width: 768px) {
  .c-title-sideBar {
    padding: 6rem;
    margin-bottom: 6rem;
  }
}
.c-title-sideBar:after {
  content: " ";
  display: block;
  background: #181f32;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .c-title-sideBar:after {
    height: 3px;
  }
}
.c-title-sideBar__inner {
  width: 40vw;
  display: inline-block;
  background: #edf2f8;
  padding: 0 1rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .c-title-sideBar__inner {
    width: 360px;
  }
}

.c-title-upDownLine,
.c-title-upDownLine--light {
  text-align: center;
  border-top: 3px solid #181f32;
  border-bottom: 3px solid #181f32;
  padding: 2rem 1rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .c-title-upDownLine,
  .c-title-upDownLine--light {
    padding: 4rem 2rem;
    margin-bottom: 7rem;
  }
}

.c-title-upDownLine--light {
  border-top: 3px solid #f0f0f0;
  border-bottom: 3px solid #f0f0f0;
}

/*==========================================
setting
===========================================*/
/*==========================================
layout
===========================================*/
.l-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.l-inner {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1000px;
  height: inherit;
  padding-right: 5.3333333333vw;
  padding-left: 5.3333333333vw;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (min-width: 1300px) {
  .l-inner {
    padding: 0;
  }
}
.l-inner--narrow {
  max-width: 900px;
}
.l-inner--middle {
  max-width: 1060px;
}
.l-inner--wide {
  max-width: 1400px;
}
.l-inner--full {
  padding-right: 5.3333333333vw;
  padding-left: 5.3333333333vw;
  max-width: 100%;
}

/*==========================================
hero
===========================================*/
.p-hero {
  position: relative;
  padding-bottom: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-hero {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}
.p-hero__bg {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 768px) {
  .p-hero__bg {
    width: 70%;
    left: -50%;
    right: -50%;
  }
}
@media screen and (min-width: 768px) {
  .p-hero__bg {
    width: 1980px;
  }
}
@media (min-width: 1980px) {
  .p-hero__bg {
    width: 100%;
  }
}
.p-hero__bg img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-hero__bg img {
    max-width: inherit;
  }
}
.p-hero__inner {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
}
.p-hero__heading {
  text-align: center;
}
.p-hero__lable {
  width: fit-content;
  margin: 0 auto;
  background: #032746;
  color: white;
  text-align: center;
  padding: 2.6666666667vw 6.6666666667vw;
  font-size: 4.6666666667vw;
  font-weight: 700;
  line-height: 1.4285714286;
}
@media screen and (min-width: 768px) {
  .p-hero__lable {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.4285714286;
    padding: 0.8rem 6rem;
  }
}
.p-hero__title {
  width: 100%;
  font-size: 8.5333333333vw;
  font-weight: 700;
  line-height: 1.09375;
  padding: 5.3333333333vw 2.6666666667vw;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-hero__title {
    padding: 3rem 1rem;
    font-size: 6.4rem;
    font-weight: 700;
    line-height: 1.09375;
  }
}
.p-hero__copy {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 1rem;
  font-size: 5.4666666667vw;
  font-weight: 500;
  line-height: 0.9756097561;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  color: #011532;
}
@media screen and (min-width: 768px) {
  .p-hero__copy {
    margin-bottom: 2rem;
    font-size: 3.1rem;
    font-weight: 500;
    line-height: 0.9677419355;
  }
}
.p-hero__copy .en {
  font-family: "Allura", cursive;
  font-weight: 400;
  font-size: 6.8vw;
  font-weight: 500;
  line-height: 0.9803921569;
}
@media screen and (min-width: 768px) {
  .p-hero__copy .en {
    font-size: 4.3rem;
    font-weight: 500;
    line-height: 0.9302325581;
  }
}
.p-hero__catch {
  width: 100%;
  font-size: 9.3333333333vw;
  font-weight: 700;
  line-height: 1.1428571429;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  color: #032746;
}
@media screen and (min-width: 768px) {
  .p-hero__catch {
    font-size: 6rem;
    font-weight: 700;
    line-height: 1.1666666667;
  }
}

/*==========================================
flowting-banner
===========================================*/
.p-floating-banner {
  width: 100%;
  position: fixed;
  z-index: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.65s;
  background: rgba(255, 255, 255, 0.7);
}
.p-floating-banner.isActive {
  opacity: 1;
  transition: all 0.65s;
  z-index: 500;
}

.c-btn-floating {
  width: 90%;
  margin: 0 auto;
  border-radius: 100vh;
  padding: 6.6666666667vw 2.6666666667vw;
  background: rgb(0, 170, 255);
  background: linear-gradient(180deg, rgb(0, 170, 255) 0%, rgb(2, 113, 205) 100%);
  /*background: #009DEC;*/
  /*box-shadow: 0px 16px 0px 0px #0271CD;*/
  box-shadow: none;
  color: white;
  border: 3px solid white;
  font-size: 5.3333333333vw;
  font-weight: 600;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .c-btn-floating {
    width: 100%;
    max-width: 550px;
    padding: 2rem 3rem;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.3333333333;
  }
}
.c-btn-floating:hover {
  /*opacity: 0.7;*/
}

/* footer.scss */
.l-footer {
  background: #0b0f18;
  position: relative;
  z-index: 20;
}

.p-footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.p-footer p {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  padding-bottom: 10px;
  padding: 0 10px 10px;
  color: white;
  text-align: center;
  font-size: 3.4666666667vw;
  font-weight: 400;
  line-height: 1.1538461538;
}
@media screen and (min-width: 768px) {
  .p-footer p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.1428571429;
  }
}
.p-footer p br {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-footer p br {
    display: inline;
  }
}
.p-footer p.p-footer__copyright {
  font-size: 3.4666666667vw;
  font-weight: 400;
  line-height: 1.1538461538;
  text-align: center;
  color: white;
}
@media screen and (min-width: 768px) {
  .p-footer p.p-footer__copyright {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    margin-top: 2rem;
  }
}
.p-footer__logo {
  width: 70%;
  margin: 0 auto 1rem;
  text-align: center;
  padding: 2rem 0;
}
.p-footer__nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    flex-direction: row;
    justify-content: center;
    width: 700px;
    margin: 0 auto;
  }
}
.p-footer__nav li {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  padding-bottom: 1rem;
}
.p-footer__nav li a {
  display: block;
  border: 1px solid white;
  text-align: center;
  font-size: 3.4666666667vw;
  font-weight: 400;
  line-height: 1.1538461538;
  color: white;
  width: 100%;
  text-decoration: none;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav li a {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    border: none;
    border-left: 1px solid white;
    border-right: 1px solid white;
    padding: 0.5rem 3rem;
    border-right: none;
  }
}
.p-footer__nav li a:hover {
  color: white;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-footer__nav li:last-child a {
    border-right: 1px solid white;
  }
}

/*==========================================
Utility
===========================================*/
/*==========================================
hidden
===========================================*/
.u-hidden-pc {
  display: inline;
}
@media screen and (min-width: 1060px) {
  .u-hidden-pc {
    display: none;
  }
}

.u-hidden-tab {
  display: inline;
}
@media screen and (min-width: 768px) {
  .u-hidden-tab {
    display: none;
  }
}

.u-hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-hidden-sp {
    display: inline;
  }
}

/*==========================================
movie
===========================================*/
.c-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: white;
  z-index: 50;
}
@media screen and (min-width: 480px) {
  .c-movie {
    padding-top: 56.25%;
  }
}
.c-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*==========================================
flexbox
===========================================*/
@media screen and (min-width: 768px) {
  .flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-overflow {
  overflow: hidden;
}

.u-clear {
  overflow: hidden;
}

/*==========================================
text
===========================================*/
.number {
  font-family: "Roboto", sans-serif;
  font-size: 110%;
}

.u-red {
  color: #ed3239;
}

.u-blue {
  color: #0c26ef;
}

.u-pink {
  color: pink;
}

.u-black {
  color: black;
}

.u-white {
  color: white;
}

.u-yellow {
  color: #e8d77c;
}

.u-bold {
  font-weight: 700;
}
.u-bold--s {
  font-weight: 500;
}
.u-bold--l {
  font-weight: 900;
}

.u-marker--red {
  background: linear-gradient(transparent 80%, rgba(196, 0, 75, 0.28) 80%);
}
.u-marker--yellow {
  background: linear-gradient(transparent 70%, #ffff00 70%);
}
.u-marker--blue {
  background: linear-gradient(transparent 80%, rgba(0, 78, 255, 0.25) 80%);
}

.u-center,
p.u-center {
  text-align: center;
}

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

.u-left {
  text-align: right;
}

.u-font--s01 {
  font-size: 90%;
}
.u-font--s02 {
  font-size: 80%;
}
.u-font--s03 {
  font-size: 70%;
}
.u-font--l01 {
  font-size: 110%;
}
.u-font--l02 {
  font-size: 120%;
}
.u-font--l03 {
  font-size: 130%;
}

.u-underline {
  border-bottom: 1px solid #000;
}
.u-underline--red {
  border-bottom: 1px solid red;
}

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

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

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

.u-text-justify {
  text-align-last: justify;
  text-justify: inter-character;
}

.u-japanease {
  overflow: hidden;
  writing-mode: vertical-rl;
}

.u-word-break {
  word-break: break-all;
}

.u-white-space {
  white-space: nowrap;
}

.u-marker--yellow {
  background: linear-gradient(to bottom, rgba(255, 255, 72, 0.8) 60%, rgba(255, 255, 72, 0.8) 60%, rgba(255, 255, 72, 0.8) 100%);
}

/*==========================================
setting
===========================================*/
/*==========================================
letter
===========================================*/
.c-letter {
  position: relative;
  padding-top: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .c-letter {
    padding-top: 10rem;
  }
}
.c-letter p {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 2rem;
  letter-spacing: 0.2rem;
  font-size: clamp(1.5rem, 2.4vw, 1.8rem);
}
@media screen and (min-width: 768px) {
  .c-letter p {
    margin-bottom: 3rem;
  }
}
.c-letter__inner {
  padding: 0;
}
.c-letter__body {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 13.3333333333vw;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .c-letter__body {
    padding-top: 14rem;
    padding-bottom: 4rem;
  }
}
.c-letter__block p {
  color: #011532;
  text-align: center;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .c-letter__block p {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.7142857143;
  }
}

.c-arrow {
  width: 40vw;
  display: block;
  margin: 0 auto;
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .c-arrow {
    width: auto;
    margin-bottom: 3rem;
  }
}

.c-banner {
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-banner:hover {
    filter: brightness(1.2);
    transform: translateY(-5px);
  }
}

/*==========================================
slider
===========================================*/
/*コンテナ要素のスタイル*/
.swiper {
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
  height: 120vw;
  width: 100%;
  background: #1f2a3c;
  padding: 1.3333333333vw;
  box-shadow: 0px 27px 55.8px 6.2px rgba(51, 75, 108, 0.7);
}
@media screen and (min-width: 768px) {
  .swiper {
    padding: 1.5em;
    height: 560px;
  }
}
@media screen and (min-width: 1060px) {
  .swiper {
    padding: 2.5em;
    height: 760px;
  }
}

.swiper-container {
  overflow: hidden;
  width: 100%;
}

/*各スライドのスタイル*/
.swiper-slide {
  flex-flow: column nowrap;
  /*テキストの位置調整*/
  display: flex;
  justify-content: center;
  align-items: center;
  background: #061021;
  /*テキストの色と太さを指定*/
  color: white;
  font-weight: bold;
  font-size: max(0.5rem, 1.5vw);
}

/* スライダーのスタイル */
.slider {
  position: relative;
  width: 100%;
  flex-grow: 1;
}

.swiper-title {
  padding-top: 6.6666666667vw;
  padding-bottom: 6.6666666667vw;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.5;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .swiper-title {
    font-size: 3.3333333333vw;
    font-weight: 700;
    line-height: 1.6;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 1060px) {
  .swiper-title {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.5;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.swiper-title .label {
  width: fit-content;
  display: block;
  margin: 0 auto 4vw;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  background: #032746;
  color: white;
  text-align: center;
  padding: 1.3333333333vw 6.6666666667vw;
  font-size: 4.6666666667vw;
  font-weight: 700;
  line-height: 1.4285714286;
}
@media screen and (min-width: 768px) {
  .swiper-title .label {
    display: inline;
    font-size: 2.6666666667vw;
    font-weight: 700;
    line-height: 1.5;
    padding: 0.8rem 3rem;
    margin-bottom: 0;
    margin-right: 2rem;
  }
}
@media screen and (min-width: 1060px) {
  .swiper-title .label {
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.1764705882;
    padding: 0.8rem 3rem;
  }
}

.swiper-label {
  width: 100%;
  display: block;
  margin: 0 auto 1.3333333333vw;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  background: #3c45a9;
  color: white;
  text-align: center;
  padding: 1.3333333333vw 1.3333333333vw;
  font-size: 2.6666666667vw;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .swiper-label {
    display: inline;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
  }
}

.tabs > .tab {
  display: inline-block;
}

.panels > .panel {
  display: none;
}

.panels > .panel.active {
  display: block;
}

.c-playList {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 10px;
  height: auto;
  width: 100%;
  background: #010e1a;
  padding: 1.3333333333vw;
  box-shadow: 0px 27px 55.8px 6.2px rgba(51, 75, 108, 0.7);
}
@media screen and (min-width: 768px) {
  .c-playList {
    padding: 1.5em;
    gap: 30px;
    flex-direction: row;
  }
}
@media screen and (min-width: 1060px) {
  .c-playList {
    padding: 2.5em;
  }
}
.c-playList .movie_Box {
  background: #032746;
}
.c-playList__video {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-playList__video {
    width: calc(80% - 30px);
  }
}
.c-playList__video video {
  width: 100%;
  height: auto;
}
.c-playList__frame {
  width: 100%;
  overflow-x: scroll;
  position: relative;
  background: #061021;
}
@media screen and (min-width: 768px) {
  .c-playList__frame {
    overflow-x: inherit;
    overflow-y: scroll;
    width: 20%;
  }
}
.c-playList__frame::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.c-playList__frame::-webkit-scrollbar-thumb {
  background: rgba(187, 219, 243, 0.32);
}
.c-playList__frame::-webkit-scrollbar-track {
  background: black;
}
.c-playList__list {
  width: 130vw;
  display: flex;
  flex-direction: row;
  grid-gap: 10px;
  padding-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .c-playList__list {
    width: 100%;
    position: absolute;
    flex-direction: column;
    grid-gap: 30px;
    padding-bottom: 0;
    padding-right: 10px;
  }
}
.c-playList__list a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c-playList__item a:hover img {
    filter: brightness(1.2);
  }
}
.c-playList__title {
  padding-top: 6.6666666667vw;
  padding-bottom: 6.6666666667vw;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.5;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  color: white;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-playList__title {
    font-size: 3.3333333333vw;
    font-weight: 700;
    line-height: 1.6;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }
}
@media screen and (min-width: 1060px) {
  .c-playList__title {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.5;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.c-playList__title .label {
  width: fit-content;
  display: block;
  margin: 0 auto 4vw;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  background: #3c45a9;
  color: white;
  text-align: center;
  padding: 1.3333333333vw 6.6666666667vw;
  font-size: 4.6666666667vw;
  font-weight: 700;
  line-height: 1.4285714286;
}
@media screen and (min-width: 768px) {
  .c-playList__title .label {
    display: inline;
    font-size: 2.6666666667vw;
    font-weight: 700;
    line-height: 1.5;
    padding: 0.8rem 3rem;
    margin-bottom: 0;
    margin-right: 2rem;
  }
}
@media screen and (min-width: 1060px) {
  .c-playList__title .label {
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.1764705882;
    padding: 0.8rem 3rem;
  }
}
.c-playList__label {
  width: 100%;
  display: block;
  margin: 0 auto 1.3333333333vw;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  background: #032746;
  color: white;
  text-align: center;
  padding: 1.3333333333vw 1.3333333333vw;
  font-size: 2.6666666667vw;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c-playList__label {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
  }
}

ul.movie video {
  background: rgba(255, 255, 255, 0);
  width: 100%;
  height: auto;
}

ul.movie li {
  width: 23.6%;
  margin-bottom: 24px;
  position: relative;
  padding: 0;
}

ul.movie {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

ul.movie li::before {
  content: "\f04b";
  font-weight: 900;
  color: #fff;
  font-size: 40px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

ul.movie li.noplay::before {
  content: "";
  animation: removing 1s both;
}

@keyframes removing {
  from {
    content: "\f04c";
  }
}
@media screen and (max-width: 928px) {
  ul.movie li.noplay::before,
  ul.movie li::before {
    content: "";
  }
}
@-moz-document url-prefix() {
  ul.movie li.noplay::before,
  ul.movie li::before {
    content: "";
  }
}
.fas {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("//use.fontawesome.com/releases/v5.11.2/webfonts/fa-solid-900.eot");
  src: url("//use.fontawesome.com/releases/v5.11.2/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("//use.fontawesome.com/releases/v5.11.2/webfonts/fa-solid-900.woff2") format("woff2"), url("//use.fontawesome.com/releases/v5.11.2/webfonts/fa-solid-900.woff") format("woff"), url("//use.fontawesome.com/releases/v5.11.2/webfonts/fa-solid-900.ttf") format("truetype"), url("//use.fontawesome.com/releases/v5.11.2/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.movie {
  position: relative;
}

.movie .play-btn {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}

.movie .btn {
  display: block;
  width: 20%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 20;
  cursor: pointer;
}

.movie .play-btn.playActive {
  display: none;
}

/* サムネイルのスタイル */
.swiper-thumbnail {
  /*overflow-y: scroll;*/
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #061021;
  height: 100px;
}
@media screen and (min-width: 768px) {
  .swiper-thumbnail {
    height: 50vw;
  }
}
.swiper-thumbnail .swiper-wrapper {
  flex-direction: row;
  height: 100%;
}

/*アクティブなときのスタイル*/
.swiper-thumbnail .swiper-slide {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.6s;
  position: relative;
}
@media screen and (min-width: 768px) {
  .swiper-thumbnail .swiper-slide {
    flex-flow: row nowrap;
  }
}
.swiper-thumbnail .swiper-slide:after {
  content: " ";
  display: block;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.swiper-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-thumbnail .swiper-slide.swiper-slide-thumb-active:after {
  content: " ";
  display: block;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*矢印ボタンの色を変更*/
.swiper-button-next,
.swiper-button-prev {
  height: 100%;
  position: absolute;
  z-index: 10;
  top: inherit;
  background: #14284a;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 100%;
    height: 40px;
    background: #061021;
  }
}

.swiper-button-next {
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .swiper-button-next {
    top: inherit;
    right: 0;
    bottom: 0;
  }
}
.swiper-button-next:after {
  content: "";
  width: 10px;
  height: 10px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: white;
}
@media screen and (min-width: 768px) {
  .swiper-button-next:after {
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
}

.swiper-button-prev {
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev {
    top: 0;
  }
}
.swiper-button-prev:after {
  content: "";
  width: 10px;
  height: 10px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background: white;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev:after {
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }
}

/*PCサイズのスタイル*/
@media (min-width: 768px) {
  .swiper {
    flex-flow: row nowrap;
    grid-gap: 30px;
  }
  .swiper video,
  .swiper iframe {
    width: 100%;
  }
  .slider {
    width: calc(80% - 30px);
  }
  .swiper-thumbnail {
    width: 20%;
    height: 100%;
  }
  .swiper-thumbnail .swiper-wrapper {
    flex-direction: column;
  }
  .swiper-thumbnail .swiper-slide {
    flex-flow: column nowrap;
  }
}
.video-js {
  width: 100%;
  background: #061021;
}

.page-wrapper {
  width: 1280px;
  display: flex;
  flex-direction: row;
}

.playlist-wrapper {
  display: block;
  width: 70%;
}

.playlist-child-videos {
  display: flex;
  flex-direction: row;
}

.playlist-item-wrapper {
  display: inline-block;
}

.playlist-child-videos-wrap {
  overflow: scroll;
  width: 30%;
}

.playlist-child-videos {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.playlist-item-wrapper {
  width: 100%;
}

.playlist-thumb {
  position: relative;
}

.playlist-meta-length {
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 0 10px;
  border-radius: 3px;
}

.playlist-item-wrapper[data-playing=true] .playlist-thumb img {
  opacity: 0.5;
}

.playlist-item-wrapper[data-live=true] .playlist-meta-length {
  color: #dd3333;
}

.playlist-item-wrapper[data-live=true] .playlist-meta-length:before {
  border-radius: 100%;
  margin-right: 5px;
  animation: blink 1300ms 0s ease infinite;
  content: "•";
  display: inline-block;
  vertical-align: middle;
}

.playlist-item-wrapper .playlist-meta-length > span {
  display: inline-block;
  vertical-align: middle;
}

@keyframes blink {
  from {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.ec-slider-wrap {
  display: flex;
}

.ec-slider-wrap .ec-slider-for {
  width: 75%;
}

.ec-slider-wrap .ec-slider-nav {
  width: 25%;
}

.ec-slider-nav.slick-vertical .slick-slide {
  border: none;
  margin-top: -50px;
  margin-bottom: 50px;
}

.caption, .slick-slide::before, .slick-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slick-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 0 5%;
  text-align: left;
  z-index: 1;
}
header h1 {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  padding-top: 18px;
}
header nav {
  display: inline-block;
  float: right;
}
header nav ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
}
header nav ul li a {
  display: block;
  padding: 24px 15px;
}
header nav ul li a:hover {
  background-color: rgba(255, 255, 255, 0.18);
}

.main-slider {
  position: relative;
  width: 100%;
  height: 38vw;
  min-height: 8vw;
  margin-bottom: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease;
}
.main-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.slick-slide {
  position: relative;
  height: 38vw;
}
.slick-slide::before {
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}
.slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.slick-slide iframe {
  position: relative;
  pointer-events: none;
}
.slick-slide figure {
  position: relative;
  height: 100%;
}
.slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.8s ease;
}
.slick-slide .slide-image.show {
  opacity: 1;
}
.slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}
.slick-slide .slide-media {
  animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-slide.slick-active {
  z-index: 1;
}
.slick-slide.slick-active .slide-media {
  animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-slide.slick-active .caption {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

.caption {
  position: absolute;
  top: 44%;
  left: 5%;
  text-align: center;
  padding: 20px;
  border: 3px solid;
  color: #fff;
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.02em;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
  transform: translateY(100px);
}

.slick-dots {
  text-align: center;
  padding-top: 15px;
}
.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.slick-dots li button {
  width: 16px;
  height: 16px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 0 transparent;
  vertical-align: middle;
  color: #fff;
  background-color: #fff;
  transition: all 0.3s ease;
  opacity: 0.4;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover {
  opacity: 1;
}
.slick-dots li.slick-active button {
  border-color: #2d3042;
  box-shadow: 0 0 0 2px #fff;
  opacity: 1;
}

.container {
  background-color: #f2f2f2;
  color: #444;
  line-height: 1.6;
  padding: 40px 0;
}
.container .content {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}
.container p {
  margin-bottom: 40px;
}

@keyframes slideIn {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(0);
  }
}
@keyframes slideOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(15px);
  }
}
/*==========================================
offer
===========================================*/
.p-offer {
  padding-top: 6.6666666667vw;
  padding-bottom: 13.3333333333vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-offer {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
}
.p-offer__inner {
  color: white;
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}
.p-offer__catch {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 5.3333333333vw;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .p-offer__catch {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.1rem;
  }
}
.p-offer__title {
  position: relative;
  margin-bottom: 2rem;
  font-size: 6.6666666667vw;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-offer__title {
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 4rem;
    letter-spacing: 0.3rem;
  }
}