@charset "UTF-8";
* {
  box-sizing: border-box;
}

[data-scroll=out] {
  opacity: 0;
}

[data-scroll=in] {
  opacity: 1;
}

html {
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background-color: #fff;
}
html.is-menu_active .l-header__nav {
  display: block;
  max-height: 80vh;
  overflow: auto;
  animation: fadein_anim 0.3s ease-out;
}
html.is-menu_active .l-header__btn span:nth-child(1), html.is-menu_active .l-header__btn span:nth-child(2), html.is-menu_active .l-header__btn span:nth-child(3) {
  transform: scaleX(0);
}
html.is-menu_active .l-header__btn span:nth-child(4), html.is-menu_active .l-header__btn span:nth-child(5) {
  display: block;
}
html.is-menu_active .layer {
  display: block;
  animation: fadein_anim 0.3s ease-out;
}
@keyframes fadein_anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html .layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 50;
  cursor: pointer;
}

body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.7;
  font-feature-settings: "palt";
  overflow-x: hidden;
  color: #00479D;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

video {
  width: 100%;
  height: 100%;
  display: block;
}

iframe {
  width: 100%;
  height: 100%;
  min-height: 424px;
  min-height: 22.0833333333vw;
}
@media screen and (max-width: 650px) {
  iframe {
    min-height: 14.2222222222vw;
  }
}

picture {
  display: block;
}

#intro {
  margin-top: -20px;
  padding-top: 20px;
}

.u-pc_none {
  display: none;
}
@media screen and (max-width: 650px) {
  .u-pc_none {
    display: block;
  }
}

.u-sp_none {
  display: block;
}
@media screen and (max-width: 650px) {
  .u-sp_none {
    display: none;
  }
}

.c-hr {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: repeat-x;
  border: none;
  height: 65px;
  height: 3.3854166667vw;
  width: calc(100% - 6.7708333333vw);
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 650px) {
  .c-hr {
    height: 6.8444444444vw;
    width: calc(100% - 40px);
  }
}

.c-section {
  padding: 70px 0;
  padding: 3.6458333333vw 0;
  overflow-x: hidden;
}
@media screen and (max-width: 650px) {
  .c-section {
    padding: 5.3333333333vw 0 7.1111111111vw;
  }
}
.c-section__title {
  margin-bottom: 40px;
  margin-bottom: 2.0833333333vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 650px) {
  .c-section__title {
    text-align: left;
    width: 80%;
    margin: 0 auto 3.5555555556vw;
  }
}
@media screen and (max-width: 650px) {
  .c-section__title img {
    width: 100%;
  }
}
.c-section__inner {
  width: 72%;
  width: 71.875vw;
  margin: 0 auto;
}
@media screen and (max-width: 650px) {
  .c-section__inner {
    width: 84%;
    max-width: unset;
  }
}
.c-section__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .c-section__content {
    flex-direction: column;
    gap: 3.5555555556vw;
  }
}
.c-section__content.is-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 650px) {
  .c-section__content.is-reverse {
    flex-direction: column;
  }
}
@media screen and (max-width: 650px) {
  .c-section__content.is-reverse .c-section__image {
    flex-direction: row;
  }
}
.c-section__image {
  flex: 1;
}
@media screen and (max-width: 650px) {
  .c-section__image {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}
.c-section__image .comments {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .c-section__image .comments {
    flex: 1;
  }
}
.c-section__image .comments .text {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 1.25vw;
  z-index: 2;
  transform: translate(-50%, -50%);
  line-height: 1.5;
  width: 43.3777777778vw;
  margin: -0.7291666667vw auto 0;
}
@media screen and (max-width: 650px) {
  .c-section__image .comments .text {
    font-size: 2.6666666667vw;
    margin-top: -1.6vw;
    line-height: 1.5;
  }
}
.c-section__image .comments .balloon {
  position: relative;
  z-index: 1;
  width: 21.7708333333vw;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 650px) {
  .c-section__image .comments .balloon {
    width: unset;
  }
}
@media (min-width: 651px) and (max-width: 760px) {
  .c-section__image .comments .balloon.-wide {
    right: 0.5208333333vw;
    width: 25.5208333333vw;
  }
}
.c-section__image .photo {
  position: relative;
  z-index: 2;
  width: 20.8333333333vw;
  margin: 0 auto;
}
@media screen and (max-width: 650px) {
  .c-section__image .photo {
    width: 37.3333333333vw;
  }
}
.c-section__video {
  width: 40.9895833333vw;
}
@media screen and (max-width: 650px) {
  .c-section__video {
    width: 90%;
    max-width: unset;
  }
}

.c-block {
  margin-bottom: 75px;
  margin-bottom: 3.90625vw;
}
@media screen and (max-width: 650px) {
  .c-block {
    margin-bottom: 30px;
  }
}
.c-block:last-of-type {
  margin-bottom: 0;
}

.c-pagetop {
  position: fixed;
  right: 4.1666666667vw;
  bottom: 4.1666666667vw;
  width: 2.6041666667vw;
  transition: opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 650px) {
  .c-pagetop {
    width: 10.9333333333vw;
  }
}
.c-pagetop.-show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0.5s;
}
.c-pagetop:hover {
  opacity: 0.6;
}

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

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.36);
}
.l-header__inner {
  width: 92%;
  max-width: 93.75vw;
  margin: 0 auto;
  padding: 0.5208333333vw 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 650px) {
  .l-header__inner {
    padding: 0px 0;
  }
}
.l-header__logo {
  width: 312px;
  width: 16.25vw;
}
@media screen and (max-width: 650px) {
  .l-header__logo {
    width: 50%;
  }
}
.l-header__logo a {
  transition: opacity 0.3s;
}
.l-header__logo a:hover {
  opacity: 0.7;
}
.l-header__logo a img {
  vertical-align: middle;
}
.l-header__btn {
  background-color: #00479D;
  width: 50px;
  width: 2.6041666667vw;
  height: 50px;
  height: 2.6041666667vw;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 650px) {
  .l-header__btn {
    width: 10.9333333333vw;
    height: 10.9333333333vw;
    top: 14px;
  }
}
.l-header__btn span {
  width: 19px;
  width: 0.9895833333vw;
  background-color: #fff;
  height: 0.1041666667vw;
}
@media screen and (max-width: 650px) {
  .l-header__btn span {
    width: 4.3555555556vw;
    height: 2px;
  }
}
.l-header__btn span:nth-child(2) {
  margin: 5px 0;
  margin: 0.2604166667vw 0;
  border-radius: 100px;
}
@media screen and (max-width: 650px) {
  .l-header__btn span:nth-child(2) {
    margin: 3px 0;
  }
}
.l-header__btn span:nth-child(4), .l-header__btn span:nth-child(5) {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0.1041666667vw;
  transform-origin: left center;
}
.l-header__btn span:nth-child(4) {
  transform: skewY(-45deg) translate(-50%, -50%);
}
.l-header__btn span:nth-child(5) {
  transform: skewY(45deg) translate(-50%, -50%);
}
.l-header__nav {
  position: absolute;
  top: calc(100% + 28px);
  right: -28px;
  background-color: #00479D;
  color: #fff;
  z-index: 10;
  width: 71%;
  width: 51.5625vw;
  padding: 10px 70px;
  padding: 0.5208333333vw 3.6458333333vw;
  display: none;
}
@media screen and (max-width: 650px) {
  .l-header__nav {
    padding: 8px 15px;
    right: 0px;
    width: 62.2222222222vw;
    overflow-y: auto;
  }
}
.l-header__nav__inner {
  position: relative;
}
.l-header__nav__inner::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 24px 28px 24px;
  border-color: transparent transparent #00479D transparent;
  position: absolute;
  right: -1.9791666667vw;
  top: -28px;
}
@media screen and (max-width: 650px) {
  .l-header__nav__inner::before {
    border-width: 0 14px 18px 14px;
    right: -7px;
    top: -18px;
  }
}
.l-header__nav a {
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: 1.5;
}
.l-header__nav a:hover {
  text-decoration: underline;
}
.l-header__nav__list--child {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 60px;
  padding: 1.0416666667vw 3.125vw;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .l-header__nav__list--child {
    padding: 8px 15px 8px 8px;
    flex-direction: column;
  }
}
.l-header__nav__list__item:nth-child(2) {
  border-bottom: 2px solid #fff;
}
.l-header__nav__list__item > a {
  font-size: 31px;
  font-size: 1.6145833333vw;
  border-bottom: 2px solid #fff;
  padding: 20px 30px;
  padding: 1.0416666667vw 1.5625vw;
}
@media screen and (max-width: 650px) {
  .l-header__nav__list__item > a {
    font-size: 3.5555555556vw;
    padding: 1.9555555556vw 0 1.9555555556vw 1.7777777778vw;
  }
}
.l-header__nav__list__item--child {
  width: 50%;
}
@media screen and (max-width: 650px) {
  .l-header__nav__list__item--child {
    width: 100%;
  }
}
.l-header__nav__list__item--child a {
  font-size: 26px;
  font-size: 1.3541666667vw;
  position: relative;
  padding: 12px 40px;
  padding: 0.625vw 0vw 0.625vw 2.0833333333vw;
}
@media screen and (max-width: 650px) {
  .l-header__nav__list__item--child a {
    font-size: 3.2vw;
    padding: 1.5111111111vw 0 1.5111111111vw 4.4444444444vw;
  }
}
.l-header__nav__list__item--child a::before {
  content: "";
  display: block;
  width: 15px;
  width: 0.78125vw;
  height: 15px;
  height: 0.78125vw;
  border-left: 7px solid #fff;
  border-left-width: 0.3645833333vw;
  border-bottom: 7px solid #fff;
  border-bottom-width: 0.3645833333vw;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 650px) {
  .l-header__nav__list__item--child a::before {
    width: 7px;
    height: 7px;
    border-left-width: 3px;
    border-bottom-width: 3px;
  }
}
.l-header__nav__list__item--flex {
  display: block;
}
.l-header__nav__list__item--flex > a:nth-child(2) {
  display: none;
}
@media screen and (min-width: 651px) {
  .l-header__nav__list__item--flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .l-header__nav__list__item--flex > a:nth-child(1) {
    flex: 0 0 50%;
  }
  .l-header__nav__list__item--flex > a:nth-child(2) {
    display: block;
    flex: 0 0 50%;
    padding-left: 0;
  }
}

.l-main #contents {
  margin-top: 1.5625vw;
  background-image: url(../img/bg_border_l_01.png), url(../img/bg_border_r_01.png);
  background-position: left top, right top;
  background-repeat: no-repeat;
  background-size: 50px auto, 51.5px auto;
  background-size: 2.6041666667vw auto, 2.6822916667vw auto;
  padding-bottom: 4.1666666667vw;
}
@media screen and (max-width: 650px) {
  .l-main #contents {
    background-image: url(../img/bg_border_l_01_sp.png), url(../img/bg_border_r_01_sp.png);
    background-size: 4.0888888889vw auto, 4.4444444444vw auto;
    margin-top: 1.7777777778vw;
  }
}

.videowrap {
  position: relative;
  width: 100%;
  height: 23.1770833333vw;
}
@media screen and (max-width: 650px) {
  .videowrap {
    height: 42.2222222222vw;
  }
}
.videowrap--kv {
  height: 43.8541666667vw;
}
@media screen and (max-width: 650px) {
  .videowrap--kv {
    height: 56.2666666667vw;
  }
}
.videowrap--kv .thumb {
  object-position: center bottom;
  position: relative;
}
.videowrap--kv iframe {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 650px) {
  .videowrap--kv iframe {
    height: 56.2666666667vw;
  }
}
.videowrap .thumb,
.videowrap .player {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.videowrap .thumb {
  cursor: pointer;
  z-index: 2;
  position: relative;
  object-fit: contain;
}
.videowrap .player {
  z-index: 1;
  background-color: #fff;
}
.videowrap iframe + .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  outline: 4px solid white !important;
  outline-offset: -3px;
  pointer-events: none;
}

.p-kv {
  position: relative;
}
.p-kv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, 65%);
  display: block;
  width: 1.1458333333vw;
  height: 4.5572916667vw;
  visibility: visible;
  opacity: 1;
  background: url("../img/image_arrow_01.gif") no-repeat 0 0/contain;
  transition: opacity 0.5s, visibility 0.5s;
}
@media screen and (max-width: 1000px) {
  .p-kv::after {
    content: none;
  }
}
.p-kv.-show::after {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0.5s;
}

.p-section_intro {
  margin-top: 2.6041666667vw;
}
@media screen and (max-width: 650px) {
  .p-section_intro {
    padding-top: 6.2222222222vw;
  }
}
.p-section_intro .lead {
  font-size: 34px;
  font-size: 1.7708333333vw;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 650px) {
  .p-section_intro .lead {
    font-size: 3.0222222222vw;
    letter-spacing: 0;
    line-height: 2;
  }
}
.p-section_intro .c-pnav {
  width: 78%;
  max-width: 78.125vw;
  margin: 40px auto 0;
  margin: 2.0833333333vw auto 0;
}
@media screen and (max-width: 650px) {
  .p-section_intro .c-pnav {
    display: none;
  }
}
.p-section_intro .c-pnav__list {
  display: flex;
  justify-content: space-between;
}
.p-section_intro .c-pnav__list__item {
  width: 17%;
  max-width: 13.5416666667vw;
}
.p-section_intro .c-pnav__list__item a {
  transition: opacity 0.3s;
  display: block;
}
.p-section_intro .c-pnav__list__item a:hover {
  opacity: 0.8;
  animation: fuwafuwa_anim 1.5s ease-out infinite;
}
@keyframes fuwafuwa_anim {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.p-section_01,
.p-section_02,
.p-section_03,
.p-section_04,
.p-section_05 {
  padding: 60px 0 0;
  padding: 3.125vw 0 0;
}
@media screen and (max-width: 650px) {
  .p-section_01,
  .p-section_02,
  .p-section_03,
  .p-section_04,
  .p-section_05 {
    padding: 5.3333333333vw 0 10.6666666667vw;
  }
}

.p-section_01 .c-section__title {
  width: 53.6458333333vw;
}
@media screen and (max-width: 650px) {
  .p-section_01 .c-section__title {
    width: 64.6222222222vw;
    margin-left: 12%;
  }
}
.p-section_01 .comments {
  left: -70px;
  left: -3.6458333333vw;
}
@media screen and (max-width: 650px) {
  .p-section_01 .comments {
    left: 0;
  }
}
.p-section_01 .photo {
  top: -60px;
  top: -3.125vw;
}
@media screen and (max-width: 650px) {
  .p-section_01 .photo {
    top: 0;
  }
}

.p-section_02 .c-section__title {
  width: 41.3020833333vw;
}
@media screen and (max-width: 650px) {
  .p-section_02 .c-section__title {
    width: 70.2222222222vw;
    margin-left: 11.5%;
  }
}
.p-section_02 .comments {
  right: -50px;
  right: -2.6041666667vw;
}
@media screen and (max-width: 650px) {
  .p-section_02 .comments {
    right: 0;
  }
}
.p-section_02 .photo {
  top: -65px;
  top: -3.3854166667vw;
}
@media screen and (max-width: 650px) {
  .p-section_02 .photo {
    top: 0;
  }
}

.p-section_03 .c-section__title {
  width: 33.0729166667vw;
}
@media screen and (max-width: 650px) {
  .p-section_03 .c-section__title {
    width: 36.8vw;
    margin-left: 11.5%;
  }
}
.p-section_03 .comments {
  left: -50px;
  left: -2.6041666667vw;
  bottom: -25px;
  bottom: -1.3020833333vw;
}
@media screen and (max-width: 650px) {
  .p-section_03 .comments {
    left: 0;
  }
}
.p-section_03 .photo {
  top: -50px;
  top: -2.6041666667vw;
}
@media screen and (max-width: 650px) {
  .p-section_03 .photo {
    top: 0;
  }
}

.p-section_04 .c-section__title {
  width: 44.7916666667vw;
}
@media screen and (max-width: 650px) {
  .p-section_04 .c-section__title {
    width: 74.2222222222vw;
    margin-left: 11.5%;
  }
}
.p-section_04 .comments {
  right: -10px;
  right: -0.5208333333vw;
  bottom: -15px;
  bottom: -0.78125vw;
}
@media screen and (max-width: 650px) {
  .p-section_04 .comments {
    right: 0;
  }
}
.p-section_04 .photo {
  top: -50px;
  top: -2.6041666667vw;
}
@media screen and (max-width: 650px) {
  .p-section_04 .photo {
    top: 0;
  }
}

.p-section_05 .c-section__title {
  width: 49.7395833333vw;
}
@media screen and (max-width: 650px) {
  .p-section_05 .c-section__title {
    width: 74.2222222222vw;
    margin-left: 11.5%;
  }
}
.p-section_05 .comments {
  left: -50px;
  left: -2.6041666667vw;
}
@media screen and (max-width: 650px) {
  .p-section_05 .comments {
    left: 0;
  }
}
.p-section_05 .photo {
  top: -60px;
  top: -3.125vw;
}
@media screen and (max-width: 650px) {
  .p-section_05 .photo {
    top: 0;
  }
}
.p-section_05 .notes {
  text-align: left;
  font-weight: 700;
  margin-top: 1.3020833333vw;
  font-size: 0.9375vw;
}
@media screen and (max-width: 650px) {
  .p-section_05 .notes {
    font-size: 1.9555555556vw;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 650px) {
  .p-section_concept_making .c-section__title {
    text-align: center;
  }
}
.p-section_concept_making .c-section__title.cm_concept {
  width: 22.2395833333vw;
}
@media screen and (max-width: 650px) {
  .p-section_concept_making .c-section__title.cm_concept {
    width: 33.7777777778vw;
  }
}
.p-section_concept_making .c-section__title.making {
  width: 12.8125vw;
}
@media screen and (max-width: 650px) {
  .p-section_concept_making .c-section__title.making {
    width: 19.4666666667vw;
  }
}
.p-section_concept_making .lead {
  font-size: 24px;
  font-size: 1.25vw;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 2.1;
  margin-top: 2.34375vw;
  margin-bottom: 6.7708333333vw;
}
@media screen and (max-width: 650px) {
  .p-section_concept_making .lead {
    font-size: 11px;
    letter-spacing: 0;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 650px) {
  .p-section_concept_making .splitting .word,
  .p-section_concept_making .splitting .char {
    line-height: 2 !important;
  }
}
.p-section_concept_making .video {
  width: 40.8333333333vw;
  margin: 3.6458333333vw auto 0;
}
@media screen and (max-width: 650px) {
  .p-section_concept_making .video {
    width: 74%;
    max-width: unset;
    margin-top: 1.7777777778vw;
  }
}

.p-section_cast .c-section__title {
  width: 8.4895833333vw;
}
@media screen and (max-width: 650px) {
  .p-section_cast .c-section__title {
    width: 13.1555555556vw;
  }
}
.p-section_cast .profile {
  width: 55%;
  max-width: 69.2708333333vw;
  margin: 3.6458333333vw auto 0;
  display: flex;
  gap: 80px;
  gap: 4.1666666667vw;
}
@media screen and (max-width: 650px) {
  .p-section_cast .profile {
    flex-direction: column;
    width: 80%;
    gap: 20px;
  }
}
.p-section_cast .profile .photo {
  width: 37%;
  width: 24.4791666667vw;
}
@media screen and (max-width: 650px) {
  .p-section_cast .profile .photo {
    width: 55%;
    margin: 0 auto;
  }
}
.p-section_cast .profile .detail {
  flex: 0 0 26.1458333333vw;
}
.p-section_cast .profile .detail .name {
  font-size: 40px;
  font-size: 2.0833333333vw;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 650px) {
  .p-section_cast .profile .detail .name {
    font-size: 4vw;
    text-align: center;
    margin-bottom: 3.5555555556vw;
  }
}
.p-section_cast .profile .detail .lead {
  font-size: 24px;
  font-size: 1.25vw;
  line-height: 1.9;
  letter-spacing: 2px;
}
@media screen and (max-width: 650px) {
  .p-section_cast .profile .detail .lead {
    font-size: 2.6666666667vw;
    text-align: center;
    letter-spacing: 1px;
  }
}

.l-footer__cta__inner {
  width: 68%;
  max-width: 71.875vw;
  margin: 8.59375vw auto 0;
  background-image: url(../img/bg_cta_01.png);
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding: 140px 0;
  padding: 7.2916666667vw 0;
}
@media screen and (max-width: 650px) {
  .l-footer__cta__inner {
    width: 94%;
    padding: 50px 0;
    max-width: unset;
    margin-top: 0;
    background-size: 100% auto;
  }
}
.l-footer__cta .lead {
  font-size: 24px;
  font-size: 1.25vw;
}
@media screen and (max-width: 650px) {
  .l-footer__cta .lead {
    font-size: 2.6666666667vw;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.l-footer__cta .link {
  margin-top: 40px;
  margin-top: 2.0833333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 650px) {
  .l-footer__cta .link {
    margin-top: 10px;
    gap: 10px;
  }
}
.l-footer__cta .link__item {
  width: 360px;
  width: 18.75vw;
}
@media screen and (max-width: 650px) {
  .l-footer__cta .link__item {
    width: 100px;
  }
}
.l-footer__cta .link__item a {
  transition: opacity 0.3s;
}
.l-footer__cta .link__item a:hover {
  opacity: 0.6;
}
.l-footer__aside {
  margin-top: 140px;
  margin-top: 7.2916666667vw;
}
@media screen and (max-width: 650px) {
  .l-footer__aside {
    margin-top: 30px;
  }
}
.l-footer__aside .c-section__title {
  width: 11.1979166667vw;
}
@media screen and (max-width: 650px) {
  .l-footer__aside .c-section__title {
    width: 16.9777777778vw;
  }
}
.l-footer__aside .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 650px) {
  .l-footer__aside .sns {
    gap: 10px;
  }
}
.l-footer__aside .sns__item {
  width: 4.1666666667vw;
}
@media screen and (max-width: 650px) {
  .l-footer__aside .sns__item {
    width: 30px;
  }
}
.l-footer__aside .sns__item a {
  opacity: 1;
  transition: opacity 0.3s;
}
.l-footer__aside .sns__item a:hover {
  opacity: 0.4;
}
.l-footer__logo {
  margin: 100px auto;
  margin: 5.2083333333vw auto;
  width: 17.3958333333vw;
}
@media screen and (max-width: 650px) {
  .l-footer__logo {
    margin: 8.4444444444vw auto 21.3333333333vw;
    width: 29.4222222222vw;
  }
}

.js-slidein .word {
  display: inline-block;
  overflow-y: hidden;
}
.js-slidein .word[data-scroll] {
  transition: transform 1s;
}
.js-slidein .word[data-scroll=in] {
  transform: translateY(0);
}
.js-slidein .word[data-scroll=out] {
  transform: translateY(100%);
}

.splitting .word,
.splitting .char {
  display: inline-block;
  line-height: 1;
  vertical-align: baseline;
}

.splitting .char {
  position: relative;
}

.splitting .char::before,
.splitting .char::after {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: inherit;
  user-select: none;
}

.splitting {
  --word-center: calc((var(--word-total) - 1) / 2);
  --char-center: calc((var(--char-total) - 1) / 2);
  --line-center: calc((var(--line-total) - 1) / 2);
}

.splitting .word {
  --word-percent: calc(var(--word-index) / var(--word-total));
  --line-percent: calc(var(--line-index) / var(--line-total));
}

.splitting .char {
  --char-percent: calc(var(--char-index) / var(--char-total));
  --char-offset: calc(var(--char-index) - var(--char-center));
  --distance: calc(
    (var(--char-offset) * var(--char-offset)) / var(--char-center)
  );
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  --distance-percent: calc((var(--distance) / var(--char-center)));
}

[data-scroll=in] .char {
  animation: slide-in 0.5s ease both;
  animation-delay: calc(15ms * var(--char-index));
}

@keyframes slide-in {
  from {
    transform: translateY(0.55em);
    opacity: 0;
  }
}

/*# sourceMappingURL=style.css.map */
