@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  outline: 0;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

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

blockquote, q {
  quotes: none;
}

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

a {
  vertical-align: baseline;
  margin: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

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

hr {
  display: block;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #cccccc;
  padding: 0;
  height: 1px;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  background-color: transparent;
  min-height: 1.5em;
}

input[type="submit"], input[type="reset"] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^='tel'] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: '.';
}

@media not all and (max-width: 959px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}

/*!
  Styles
  */
img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

body,
button,
input,
select,
textarea,
datalist {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: YakuHanMP, "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝", "YuMincho", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  word-break: normal;
}

@media not all and (max-width: 959px) {
  body,
  button,
  input,
  select,
  textarea,
  datalist {
    font-size: 15.5px;
  }
}

a {
  color: #000000;
  text-decoration: none;
}

main {
  display: block;
}

@media screen and (max-width: 959px) {
  .l-sp-inner {
    margin: 0 auto;
    width: 89%;
    max-width: 586px;
  }
}

@media not all and (max-width: 959px) {
  .l-pc-inner {
    margin: 0 auto;
    width: 89.7%;
    max-width: 1200px;
  }
}

.l-container {
  position: relative;
  overflow: hidden;
}

.l-container__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.l-bg__dark {
  position: absolute;
  top: 0;
  right: 0;
  width: 36.8%;
  height: 100%;
}

@media not all and (max-width: 959px) {
  .l-bg__dark {
    width: 520px;
  }
}

.l-bg__dark::before {
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#0d1f4d), to(#1856ab));
  background: linear-gradient(to bottom, #0d1f4d 0%, #1856ab 100%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}

.l-bg__dark-polygon {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 100%;
  width: 100%;
  overflow: hidden;
}

.l-bg__dark-polygon::before {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  background-color: #072e67;
  width: 200%;
  height: 200%;
  content: "";
}

.l-bg__dark-star {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-bg__dark-star-item {
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.l-bg__dark-star-item img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.l-bg__dark-star-item.is-anime-1 img, .l-bg__dark-star-item.is-anime-2 img, .l-bg__dark-star-item.is-anime-3 img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.l-bg__dark-star-item.is-anime-1 {
  -webkit-animation: star_anim_1 1.2s both cubic-bezier(0.33, 1, 0.68, 1);
          animation: star_anim_1 1.2s both cubic-bezier(0.33, 1, 0.68, 1);
}

.l-bg__dark-star-item.is-anime-2 {
  -webkit-animation: star_anim_2 1.5s both;
          animation: star_anim_2 1.5s both;
}

.l-bg__dark-star-item.is-anime-3 {
  -webkit-animation: star_anim_1 1.8s both cubic-bezier(0.33, 1, 0.68, 1);
          animation: star_anim_1 1.8s both cubic-bezier(0.33, 1, 0.68, 1);
}

.l-bg__dark-star-item.is-anime-4 {
  -webkit-animation: fadeOut 1s 0.5s both;
          animation: fadeOut 1s 0.5s both;
}

.l-bg__dark-star-item.is-anime-4 img {
  -webkit-animation: flash 0.08s 2 steps(1, start) forwards;
          animation: flash 0.08s 2 steps(1, start) forwards;
}

.l-bg__dark-star-item.-size1 {
  width: 35px;
}

@media not all and (max-width: 959px) {
  .l-bg__dark-star-item.-size1 {
    width: 70px;
  }
}

.l-bg__dark-star-item.-size2 {
  width: 41.5px;
}

@media not all and (max-width: 959px) {
  .l-bg__dark-star-item.-size2 {
    width: 80px;
  }
}

.l-bg__dark-star-item.-size3 {
  width: 48px;
}

@media not all and (max-width: 959px) {
  .l-bg__dark-star-item.-size3 {
    width: 90px;
  }
}

.l-bg__dark-star-item.-size4 {
  width: 54.5px;
}

@media not all and (max-width: 959px) {
  .l-bg__dark-star-item.-size4 {
    width: 100px;
  }
}

.l-bg__light {
  position: absolute;
  top: 0;
  left: 0;
  width: 63.2%;
  height: 100%;
}

@media not all and (max-width: 959px) {
  .l-bg__light {
    width: calc(100% - 520px);
  }
}

.l-bg__light-star {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-bg__light-star-item {
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.l-bg__light-star-item img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.l-bg__light-star-item.is-anime-1 img, .l-bg__light-star-item.is-anime-2 img, .l-bg__light-star-item.is-anime-3 img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.l-bg__light-star-item.is-anime-1 {
  -webkit-animation: star_anim_1 1.2s both cubic-bezier(0.33, 1, 0.68, 1);
          animation: star_anim_1 1.2s both cubic-bezier(0.33, 1, 0.68, 1);
}

.l-bg__light-star-item.is-anime-2 {
  -webkit-animation: star_anim_2 1.5s both;
          animation: star_anim_2 1.5s both;
}

.l-bg__light-star-item.is-anime-3 {
  -webkit-animation: star_anim_1 1.8s both cubic-bezier(0.33, 1, 0.68, 1);
          animation: star_anim_1 1.8s both cubic-bezier(0.33, 1, 0.68, 1);
}

.l-bg__light-star-item.is-anime-4 {
  -webkit-animation: fadeOut 1s 0.5s both;
          animation: fadeOut 1s 0.5s both;
}

.l-bg__light-star-item.is-anime-4 img {
  -webkit-animation: flash 0.08s 2 steps(1, start) forwards;
          animation: flash 0.08s 2 steps(1, start) forwards;
}

.l-bg__light-star-item.-size1 {
  width: 30px;
}

@media not all and (max-width: 959px) {
  .l-bg__light-star-item.-size1 {
    width: 70px;
  }
}

.l-bg__light-star-item.-size2 {
  width: 38.5px;
}

@media not all and (max-width: 959px) {
  .l-bg__light-star-item.-size2 {
    width: 80px;
  }
}

.l-bg__light-star-item.-size3 {
  width: 47px;
}

@media not all and (max-width: 959px) {
  .l-bg__light-star-item.-size3 {
    width: 90px;
  }
}

.l-bg__light-star-item.-size4 {
  width: 55.5px;
}

@media not all and (max-width: 959px) {
  .l-bg__light-star-item.-size4 {
    width: 100px;
  }
}

.l-bg__chara {
  position: absolute;
  left: -19.5vh;
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

@media screen and (max-width: 959px) {
  .l-bg__chara {
    bottom: 0;
    margin-bottom: -41.2vh;
    height: 126%;
  }
}

@media not all and (max-width: 959px) {
  .l-bg__chara {
    top: 0;
    left: -10.8%;
    margin-top: 21px;
    width: 87.5%;
    min-width: 660px;
    max-width: 710px;
  }
}

@media not all and (max-width: 959px) {
  .l-bg__chara {
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
}

body.is-ready .l-bg__chara {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.l-bg__chara-inner {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
  height: 100%;
}

body.is-ready .l-bg__chara-inner {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

@media screen and (max-width: 959px) {
  .l-bg__chara-inner img {
    width: auto;
    max-width: none;
    height: 100%;
  }
}

@media not all and (max-width: 959px) {
  .l-bg__chara-inner img {
    width: 100%;
  }
}

/*============================
header
============================*/
.l-header {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.l-header__inner {
  position: relative;
}

@media screen and (max-width: 959px) {
  .l-header__inner {
    padding-top: 9px;
    max-width: none;
  }
}

.l-header__logo {
  width: 150px;
}

@media not all and (max-width: 959px) {
  .l-header__logo {
    position: fixed;
    top: 117px;
    right: 50px;
    z-index: 49;
    width: 250px;
  }
}

.l-header__logo-link {
  display: block;
  padding: 5px 0;
}

.l-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 50;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  width: 100%;
  overflow-y: auto;
}

.is-menu-open .l-menu {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.l-menu__bg {
  position: fixed;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  opacity: 0.9;
  cursor: pointer;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.l-menu__bg-layer {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(38deg);
      -ms-transform: translate(-50%, -50%) rotate(38deg);
          transform: translate(-50%, -50%) rotate(38deg);
  width: 220%;
  height: 220%;
}

.l-menu__bg-layer::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  background: -webkit-gradient(linear, left top, left bottom, from(#0d1f4d), to(#1856ab));
  background: linear-gradient(to bottom, #0d1f4d 0%, #1856ab 100%);
  width: 100%;
  height: 100%;
  content: '';
}

@media not all and (max-width: 959px) {
  .l-menu__bg-layer::before {
    -webkit-transform: translate3d(-80%, 0, 0);
            transform: translate3d(-80%, 0, 0);
  }
}

.is-menu-open .l-menu__bg-layer::before {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

@media not all and (max-width: 959px) {
  .is-menu-open .l-menu__bg-layer::before {
    -webkit-transition-duration: 1.5s;
            transition-duration: 1.5s;
  }
}

.l-menu__inner {
  display: table;
  position: relative;
  margin: 0 auto;
  width: 89%;
  max-width: 667px;
  height: 100%;
}

@media not all and (max-width: 959px) {
  .l-menu__inner {
    width: 86.8%;
    max-width: 1222.1px;
  }
}

.l-menu__cont {
  display: table-cell;
  vertical-align: middle;
  padding: 40px 0;
  width: 100%;
  min-height: 100%;
}

.l-menu__list {
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

@media not all and (max-width: 959px) {
  .l-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.is-menu-open .l-menu__list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(0, 0, 0, 1), -webkit-transform 1s cubic-bezier(0, 0, 0, 1);
  transition: opacity 1s cubic-bezier(0, 0, 0, 1), -webkit-transform 1s cubic-bezier(0, 0, 0, 1);
  transition: opacity 1s cubic-bezier(0, 0, 0, 1), transform 1s cubic-bezier(0, 0, 0, 1);
  transition: opacity 1s cubic-bezier(0, 0, 0, 1), transform 1s cubic-bezier(0, 0, 0, 1), -webkit-transform 1s cubic-bezier(0, 0, 0, 1);
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

@media not all and (max-width: 959px) {
  .is-menu-open .l-menu__list {
    -webkit-transition-delay: .25s;
            transition-delay: .25s;
  }
}

@media not all and (max-width: 959px) {
  .l-menu__list-item {
    width: 33.33%;
  }
  .l-menu__list-item:nth-of-type(n + 4) {
    margin-top: 37px;
  }
}

@media screen and (max-width: 959px) {
  .l-menu__list-item + .l-menu__list-item {
    margin-top: 20px;
  }
}

.l-menu__list-link {
  display: block;
  position: relative;
  color: #ffffff;
  font-family: 'Spectral', "Noto Serif JP", serif;
  font-size: 19px;
  font-size: 5.3vw;
  font-weight: 300;
}

@media not all and (max-width: 959px) {
  .l-menu__list-link {
    -webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding-left: 30px;
    font-size: 40px;
    font-size: clamp(30px, 2.12vw, 40px);
    letter-spacing: 0.03em;
  }
  .l-menu__list-link.is-hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
    opacity: 0.35;
    -webkit-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}

.l-hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 10px;
  right: 4%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 50;
  cursor: pointer;
  padding: 5px 0;
}

@media not all and (max-width: 959px) {
  .l-hamburger {
    top: 40px;
    right: 50px;
    padding: 10px 0;
  }
}

.l-hamburger__head {
  position: relative;
  color: #ffffff;
  font-family: 'Spectral', "Noto Serif JP", serif;
  font-weight: 300;
}

.l-hamburger__head-text {
  overflow: hidden;
  font-size: 10px;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

@media not all and (max-width: 959px) {
  .l-hamburger__head-text {
    font-size: 19px;
    letter-spacing: 0.02em;
  }
}

.l-hamburger__head-text.-open {
  position: absolute;
  top: 0;
  right: 0;
}

.is-menu-open .l-hamburger__head-text.-open {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.l-hamburger__head-text.-close {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.is-menu-open .l-hamburger__head-text.-close {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.l-hamburger__head-text span {
  display: inline-block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.l-hamburger__icon {
  margin-left: 10px;
  width: 30px;
}

@media not all and (max-width: 959px) {
  .l-hamburger__icon {
    margin-left: 13px;
    width: 40px;
  }
}

.l-hamburger__icon span {
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #ffffff;
  width: 100%;
  height: 1px;
}

@media not all and (max-width: 959px) {
  .l-hamburger__icon span {
    height: 2px;
  }
}

.is-menu-open .l-hamburger__icon span:nth-of-type(1) {
  -webkit-transform: translate(0, 9px) rotate(210deg);
      -ms-transform: translate(0, 9px) rotate(210deg);
          transform: translate(0, 9px) rotate(210deg);
}

@media not all and (max-width: 959px) {
  .is-menu-open .l-hamburger__icon span:nth-of-type(1) {
    -webkit-transform: translate(0, 11.5px) rotate(210deg);
        -ms-transform: translate(0, 11.5px) rotate(210deg);
            transform: translate(0, 11.5px) rotate(210deg);
  }
}

.is-menu-open .l-hamburger__icon span:nth-of-type(2) {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.is-menu-open .l-hamburger__icon span:nth-of-type(3) {
  -webkit-transform: translate(0, -9px) rotate(-210deg);
      -ms-transform: translate(0, -9px) rotate(-210deg);
          transform: translate(0, -9px) rotate(-210deg);
}

@media not all and (max-width: 959px) {
  .is-menu-open .l-hamburger__icon span:nth-of-type(3) {
    -webkit-transform: translate(0, -11.5px) rotate(-210deg);
        -ms-transform: translate(0, -11.5px) rotate(-210deg);
            transform: translate(0, -11.5px) rotate(-210deg);
  }
}

.l-hamburger__icon span + span {
  margin-top: 8px;
}

@media not all and (max-width: 959px) {
  .l-hamburger__icon span + span {
    margin-top: 10px;
  }
}

.l-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-bottom: 50px;
}

/*============================
footer
============================*/
.l-footer {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-bottom: 20px;
}

@media not all and (max-width: 959px) {
  .l-footer {
    padding-bottom: 40px;
  }
}

.l-footer__pageup {
  position: absolute;
  bottom: 20px;
  left: 20px;
  left: 5.5%;
  cursor: pointer;
  width: 11px;
}

@media not all and (max-width: 959px) {
  .l-footer__pageup {
    bottom: 40px;
    left: 52px;
    width: 13px;
  }
  .l-footer__pageup:hover img {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
}

.l-footer__pageup img {
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-footer__inner {
  padding: 0 2.6% 0 13.5%;
}

@media not all and (max-width: 959px) {
  .l-footer__inner {
    padding: 0 105px;
  }
}

.l-footer__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-footer__share-head {
  margin-right: 14px;
  font-family: 'Spectral', "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0.09em;
}

@media not all and (max-width: 959px) {
  .l-footer__share-head {
    margin-right: 16px;
    font-size: 18px;
  }
}

.l-footer__share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-footer__share-list-item {
  position: relative;
  width: 23px;
}

@media not all and (max-width: 959px) {
  .l-footer__share-list-item {
    width: 22px;
  }
  .l-footer__share-list-item:hover .l-footer__share-list-link img {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}

.l-footer__share-list-item + .l-footer__share-list-item {
  margin-left: 15px;
}

.l-footer__nav {
  display: inline-block;
  margin-top: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 0;
  letter-spacing: -0.4em;
}

.l-footer__nav > * {
  font-size: 12px;
  letter-spacing: normal;
}

@media not all and (max-width: 959px) {
  .l-footer__nav {
    margin-top: 27px;
  }
}

.l-footer__nav-item {
  display: inline-block;
  position: relative;
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 1;
}

@media not all and (max-width: 959px) {
  .l-footer__nav-item {
    font-size: 12.5px;
  }
}

.l-footer__nav-item + .l-footer__nav-item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "|";
}

.l-footer__nav-item a {
  display: block;
  padding: 0 11px;
  color: #000000;
}

@media not all and (max-width: 959px) {
  .l-footer__nav-item a {
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 0 13px;
  }
  .l-footer__nav-item a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    opacity: 0.6;
  }
}

.l-footer__nav-item:first-of-type a {
  padding-left: 0;
}

.l-footer__nav-item:last-of-type a {
  padding-right: 0;
}

.l-footer__legal {
  margin-top: 12px;
  font-size: 10px;
  line-height: 1.45;
}

@media not all and (max-width: 959px) {
  .l-footer__legal {
    margin-top: 10px;
  }
}

.l-footer__legal p {
  display: inline;
  background-color: rgba(255, 255, 255, 0.8);
}

.l-footer__copy {
  margin-top: 9px;
  font-size: 10px;
}

@media not all and (max-width: 959px) {
  .l-footer__copy {
    margin-top: 16px;
    font-size: 11px;
  }
}

.l-footer__copy small {
  display: inline;
  background-color: rgba(255, 255, 255, 0.8);
}

.l-main {
  position: relative;
}

/*============================
section
============================*/
.l-section {
  position: relative;
  padding: 15px 0 0 0;
}

@media not all and (max-width: 959px) {
  .l-section {
    width: 71.1%;
  }
}

@media screen and (min-width: 1280px) {
  .l-section {
    width: calc(100% - 370px);
  }
}

.l-section + .l-section {
  margin-top: 30px;
}

.l-section__ttl {
  margin-bottom: 10px;
  color: #0d1f51;
  font-family: 'Spectral', "Noto Serif JP", serif;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.05;
}

@media not all and (max-width: 959px) {
  .l-section__ttl {
    margin-bottom: 20px;
    font-size: 51px;
    letter-spacing: 0.01em;
  }
}

.l-section__ttl .js-split {
  display: inline-block;
  position: relative;
  vertical-align: baseline;
}

@media not all and (max-width: 959px) {
  .l-section__ttl .js-split {
    padding: 0 0 1px 48px;
  }
}

.l-section__ttl .js-split::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: -5.4vw;
  background-color: #0d1f51;
  height: 2px;
  content: "";
}

@media not all and (max-width: 959px) {
  .l-section__ttl .js-split::before {
    left: 0;
  }
}

@media not all and (max-width: 959px) {
  .l-section__inner {
    padding-right: 5.5%;
  }
}

/*============================
in
============================*/
.l-in {
  position: relative;
  padding-top: 26px;
}

@media not all and (max-width: 959px) {
  .l-in {
    padding-top: 93px;
    width: calc(100% - 300px);
  }
}

.l-in__ttl {
  margin-bottom: 35px;
  color: #0d1f51;
  font-family: 'Spectral', "Noto Serif JP", serif;
  font-size: 26px;
  font-size: clamp(23px, 6.93vw, 45px);
  font-weight: 300;
  line-height: 1.05;
}

@media not all and (max-width: 959px) {
  .l-in__ttl {
    margin-bottom: 78px;
    font-size: 54px;
    line-height: 1.02;
  }
}

.l-in__ttl-inner {
  display: inline-block;
  position: relative;
}

.l-in__ttl-inner::before {
  position: absolute;
  bottom: 0;
  left: -5.4vw;
  background-color: #0d1f51;
  width: 0;
  height: 1px;
  content: "";
}

@media screen and (max-width: 959px) and (min-width: 659px) {
  .l-in__ttl-inner::before {
    left: calc(((100vw - 586px) / 2 * -1));
  }
}

@media not all and (max-width: 959px) {
  .l-in__ttl-inner::before {
    left: -4.4vw;
    height: 2px;
  }
}

@media screen and (min-width: 1638px) {
  .l-in__ttl-inner::before {
    left: calc(((100vw - 1500px) / 2 * -1));
  }
}

body.is-ready .l-in__ttl-inner::before {
  -webkit-transition: width 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: width 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  width: calc(100% + 5.4vw);
}

@media screen and (max-width: 959px) and (min-width: 659px) {
  body.is-ready .l-in__ttl-inner::before {
    width: calc(100% + ((100vw - 586px) / 2 * -1));
  }
}

@media not all and (max-width: 959px) {
  body.is-ready .l-in__ttl-inner::before {
    width: calc(100% + 4.4vw);
  }
}

@media screen and (min-width: 1638px) {
  body.is-ready .l-in__ttl-inner::before {
    width: calc(100% + ((100vw - 1500px) / 2));
  }
}

.l-in__ttl-inner .js-split {
  display: inline-block;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  overflow: hidden;
}

body.is-ready .l-in__ttl-inner .js-split {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: 1.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: 1.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.l-in__ttl-inner .js-split span {
  display: inline-block;
  -webkit-transform: rotateY(-90deg) translate(10px, 0);
          transform: rotateY(-90deg) translate(10px, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

body.is-ready .l-in__ttl-inner .js-split span {
  -webkit-transform: rotateY(0deg) translate(0, 0);
          transform: rotateY(0deg) translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.5s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.5s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.5s, transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.5s, transform 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}

body.is-ready .l-in__ttl-inner .js-split span:nth-of-type(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

body.is-ready .l-in__ttl-inner .js-split span:nth-of-type(2) {
  -webkit-transition-delay: 0.03s;
          transition-delay: 0.03s;
}

body.is-ready .l-in__ttl-inner .js-split span:nth-of-type(3) {
  -webkit-transition-delay: 0.06s;
          transition-delay: 0.06s;
}

body.is-ready .l-in__ttl-inner .js-split span:nth-of-type(4) {
  -webkit-transition-delay: 0.09s;
          transition-delay: 0.09s;
}

body.is-ready .l-in__ttl-inner .js-split span:nth-of-type(5) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}

body.is-ready .l-in__ttl-inner .js-split span:nth-of-type(6) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

body.is-ready .l-in__ttl-inner .js-split span:nth-of-type(7) {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s;
}

body.is-ready .l-in__ttl-inner .js-split span:nth-of-type(8) {
  -webkit-transition-delay: 0.21s;
          transition-delay: 0.21s;
}

body.is-ready .l-in__ttl-inner .js-split span:nth-of-type(9) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}

body.is-ready .l-in__ttl-inner .js-split span:nth-of-type(10) {
  -webkit-transition-delay: 0.27s;
          transition-delay: 0.27s;
}

body.is-ready .l-in__ttl-inner .js-split span:nth-of-type(11) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

body.is-ready .l-in__ttl-inner .js-split span:nth-of-type(12) {
  -webkit-transition-delay: 0.33s;
          transition-delay: 0.33s;
}

body.is-ready .l-in__ttl-inner .js-split span:nth-of-type(13) {
  -webkit-transition-delay: 0.36s;
          transition-delay: 0.36s;
}

body.is-ready .l-in__ttl-inner .js-split span:nth-of-type(14) {
  -webkit-transition-delay: 0.39s;
          transition-delay: 0.39s;
}

body.is-ready .l-in__ttl-inner .js-split span:nth-of-type(15) {
  -webkit-transition-delay: 0.42s;
          transition-delay: 0.42s;
}

.l-in__inner {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

body.is-ready .l-in__inner {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

@media screen and (max-width: 767px) {
  body .m-modal .m-modal__content {
    width: 100%;
  }
}

body .m-modal .m-modal__bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  opacity: 0.9;
  background: -webkit-gradient(linear, left top, left bottom, from(#0d1f4d), to(#1856ab));
  background: linear-gradient(to bottom, #0d1f4d 0%, #1856ab 100%);
}

body .m-modal .m-modal__close-btn {
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
}

@media not all and (max-width: 959px) {
  body .m-modal .m-modal__close-btn {
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 88px;
    height: 88px;
  }
  body .m-modal .m-modal__close-btn:hover {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  body .m-modal .m-modal__close-btn:hover::before, body .m-modal .m-modal__close-btn:hover::after {
    background-color: #ffffff;
  }
}

body .m-modal .m-modal__close-btn::before, body .m-modal .m-modal__close-btn::after {
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  width: 30px;
  height: 1px;
}

@media not all and (max-width: 959px) {
  body .m-modal .m-modal__close-btn::before, body .m-modal .m-modal__close-btn::after {
    width: 46px;
    height: 2px;
  }
}

body .m-modal .m-modal__close-btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

body .m-modal .m-modal__close-btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-enter-active {
  -webkit-transition: opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.modal-leave-active {
  -webkit-transition: opacity 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}

.modal-enter,
.modal-leave-to {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.modal-enter .l-modal__cont,
.modal-leave-to .l-modal__cont {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.modal-enter .l-modal__close {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.modal-leave-to .l-modal__cont {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.c-newsList__item {
  position: relative;
  background-color: rgba(241, 246, 252, 0.8);
  overflow: hidden;
}

.c-newsList__item + .c-newsList__item {
  margin-top: 5px;
}

@media not all and (max-width: 959px) {
  .c-newsList__item + .c-newsList__item {
    margin-top: 10px;
  }
}

.c-newsList__item::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, -2%, 0) rotate(45deg);
          transform: translate3d(0, -2%, 0) rotate(45deg);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.2s, 0.3s -webkit-transform cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.2s, 0.3s -webkit-transform cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.2s, 0.3s transform cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.2s, 0.3s transform cubic-bezier(0.22, 0.61, 0.36, 1), 0.3s -webkit-transform cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: opacity 0.3s, -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, opacity 0.3s;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, opacity 0.3s, -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  background-color: rgba(241, 246, 252, 0.8);
  padding-top: 200%;
  width: 100%;
  height: 100%;
  height: auto;
  pointer-events: none;
  content: "";
}

.c-newsList__item:nth-of-type(1n)::before {
  background-color: rgba(56, 205, 240, 0.3);
}

.c-newsList__item:nth-of-type(2n)::before {
  background-color: rgba(188, 193, 196, 0.3);
}

.c-newsList__item:nth-of-type(3n)::before {
  background-color: rgba(232, 52, 61, 0.3);
}

.c-newsList__item:nth-of-type(4n)::before {
  background-color: rgba(255, 201, 31, 0.3);
}

.c-newsList__item:nth-of-type(5n)::before {
  background-color: rgba(95, 89, 86, 0.3);
}

.c-newsList__item:nth-of-type(6n)::before {
  background-color: rgba(175, 90, 171, 0.3);
}

@media not all and (max-width: 959px) {
  .c-newsList__item:hover::before {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
            transform: translate3d(0, 0, 0) rotate(45deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: opacity 0.3s, -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, opacity 0.3s;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, opacity 0.3s, -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  }
}

.c-newsList__inner {
  position: relative;
  margin: 0 auto;
  padding: 14px 0 16px;
  width: 92%;
}

@media not all and (max-width: 959px) {
  .c-newsList__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 41px 0 42px;
    width: 91.3%;
  }
}

.c-newsList__date {
  color: #83878a;
  font-size: 12px;
  letter-spacing: 0.05em;
}

@media not all and (max-width: 959px) {
  .c-newsList__date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 128px;
    font-size: 15px;
    letter-spacing: 0.08em;
  }
}

.c-newsList__head {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 959px) {
  .c-newsList__head {
    margin-top: 6px;
  }
}

@media not all and (max-width: 959px) {
  .c-newsList__head {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    font-size: 15px;
  }
}

.c-newsList__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 959px) {
  .c-pagination {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media not all and (max-width: 959px) {
  .c-pagination {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-pagination__list {
  font-size: 0;
  letter-spacing: -0.4em;
}

.c-pagination__list > * {
  font-size: 14px;
  letter-spacing: normal;
}

@media screen and (max-width: 959px) {
  .c-pagination__list {
    margin-left: -4.5px;
    width: 100%;
  }
}

@media not all and (max-width: 959px) {
  .c-pagination__list {
    margin: 0 43px;
  }
}

.c-pagination__list-item {
  display: inline-block;
  margin: 0 4.5px;
}

@media not all and (max-width: 959px) {
  .c-pagination__list-item {
    margin: 0 5px;
  }
}

.c-pagination__list-inner {
  display: block;
  -webkit-transition: 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 17px;
  height: 17px;
  color: #0d1f51;
  font-family: 'Spectral', "Noto Serif JP", serif;
  font-weight: 300;
  font-weight: 600;
  line-height: 17px;
  text-align: center;
}

@media not all and (max-width: 959px) {
  .c-pagination__list-inner {
    width: 24px;
    height: 24px;
    font-size: 19px;
    font-weight: 400;
    line-height: 24px;
  }
}

@media not all and (max-width: 959px) {
  .c-pagination__list-inner:hover {
    background-color: #0d1f51;
    color: #ffffff;
  }
}

.is-current .c-pagination__list-inner {
  background-color: #0d1f51;
  color: #ffffff;
}

.c-pagination__btn {
  position: relative;
  width: 41%;
}

@media screen and (max-width: 959px) {
  .c-pagination__btn {
    margin-top: 15px;
    max-width: 98px;
  }
}

@media not all and (max-width: 959px) {
  .c-pagination__btn {
    margin-top: 1px;
    width: 130px;
  }
}

@media screen and (max-width: 959px) {
  .c-pagination__btn.-prev {
    margin-right: 8%;
  }
}

@media not all and (max-width: 959px) {
  .c-pagination__btn.-prev {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .c-pagination__btn.-prev:hover {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
}

.c-pagination__btn.-next {
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-pagination__btn.-next:hover {
  -webkit-transform: translate3d(10px, 0, 0);
          transform: translate3d(10px, 0, 0);
}

.c-pagination__btn-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-article {
  background-color: rgba(241, 246, 252, 0.8);
  padding: 4% 3.75%;
}

@media not all and (max-width: 959px) {
  .c-article {
    padding: 41px 4.5% 29px;
  }
}

.c-article__date {
  color: #83878a;
  font-size: 12px;
  letter-spacing: 0.06em;
}

@media not all and (max-width: 959px) {
  .c-article__date {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
}

.c-article__ttl {
  position: relative;
  margin-top: 6px;
  padding-bottom: 10px;
  font-size: 15px;
  font-size: clamp(13px, 4vw, 26px);
  font-weight: 400;
  line-height: 1.5;
}

@media not all and (max-width: 959px) {
  .c-article__ttl {
    margin-top: 11px;
    padding-bottom: 22px;
    font-size: 18.5px;
  }
}

.c-article__ttl::before {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  width: 100%;
  height: 1px;
  content: "";
}

.c-article__body {
  position: relative;
  padding: 10px 0 6px;
  line-height: 1.55;
  word-break: break-all;
}

.c-article__body a {
  color: #000000;
  text-decoration: underline;
}

@media not all and (max-width: 959px) {
  .c-article__body a:hover {
    text-decoration: none;
  }
}

.c-article__body img {
  max-width: 100%;
  height: auto !important;
}

.c-article__body iframe {
  margin: 5px 0;
  max-width: 100%;
}

@-webkit-keyframes bg_change {
  0% {
    background: #00bee6;
  }
  20% {
    background: #ffc828;
  }
  40% {
    background: #f55046;
  }
  60% {
    background: #c3c3c8;
  }
  80% {
    background: #505050;
  }
  100% {
    background: #00bee6;
  }
}

@keyframes bg_change {
  0% {
    background: #00bee6;
  }
  20% {
    background: #ffc828;
  }
  40% {
    background: #f55046;
  }
  60% {
    background: #c3c3c8;
  }
  80% {
    background: #505050;
  }
  100% {
    background: #00bee6;
  }
}

@-webkit-keyframes star_anim_1 {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
}

@keyframes star_anim_1 {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
}

@-webkit-keyframes star_anim_2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  30% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  85% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
}

@keyframes star_anim_2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  30% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  85% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
}

@-webkit-keyframes flash {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
}

@-webkit-keyframes chara_in_1 {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@keyframes chara_in_1 {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@-webkit-keyframes chara_in_2 {
  0% {
    top: 0;
    bottom: auto;
    -webkit-mask-position: top left;
            mask-position: top left;
    height: 100%;
  }
  100% {
    top: 0;
    bottom: auto;
    -webkit-mask-position: top left;
            mask-position: top left;
    height: 0;
  }
}

@keyframes chara_in_2 {
  0% {
    top: 0;
    bottom: auto;
    -webkit-mask-position: top left;
            mask-position: top left;
    height: 100%;
  }
  100% {
    top: 0;
    bottom: auto;
    -webkit-mask-position: top left;
            mask-position: top left;
    height: 0;
  }
}