@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;800;900&display=swap");
.l-footer {
  width: 100%;
  color: #fff;
  padding-bottom: 40px;
  font-weight: normal;
  position: relative;
}
.l-footer__sns {
  position: absolute;
  bottom: 33px;
  right: 42px;
  z-index: 1;
}
.l-footer__sns ul {
  display: flex;
  align-items: center;
}
.l-footer__sns ul li {
  width: 60px;
}
.l-footer__sns ul li + li {
  margin-left: 16px;
}
.l-footer__sns ul li a {
  display: block;
}
@media screen and (max-width: 768px) {
  .l-footer__sns {
    bottom: 15px;
    right: 15px;
  }
  .l-footer__sns ul li {
    width: 40px;
  }
}

.p-footer__title {
  width: 100%;
  margin: 0 auto;
}
.p-footer__title img {
  width: 100%;
}
.p-footer__title.logo_ctc {
  width: 36%;
  max-width: 493px;
}
.p-footer__title.kakeru {
  width: 8%;
  max-width: 108px;
  margin-top: 50px;
}
.p-footer__title.logo_hokutonoken {
  width: 23%;
  max-width: 310px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-footer__title.logo_ctc {
    width: 77%;
  }
  .p-footer__title.kakeru {
    width: 19%;
    max-width: 78px;
    margin-top: 25px;
  }
  .p-footer__title.logo_hokutonoken {
    width: 50%;
    margin-top: 25px;
  }
}

/*
.p-footer__logo {
  width: 18.95rem;
  height: 8.35rem;
  //margin-top: 296px;
  margin: 296px auto 0;
  @include mq("sp") {
    width: 13.95rem;
    height: auto;
    margin-top: 210px;
  }
}
  */
.p-footer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 170px auto 0;
}
.p-footer__logo a {
  display: block;
  width: 9%;
  max-width: 101px;
}
.p-footer__logo a + a {
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    margin-top: 130px;
  }
  .p-footer__logo a {
    width: 14%;
  }
  .p-footer__logo a + a {
    margin-left: 16px;
  }
}

/*
.p-footer__attention {
  font-size: 1.6rem;
  margin-top: 3rem;
  color: $white;
  text-align: center;
  @include mq("sp") {
    font-size: 1.1rem;

  }
}
.p-footer__nav {
  margin-top: 3.5rem;
}
.p-footer__lists {
  display: flex;
  align-items: center;
  justify-content: center;
  @include mq("sp") {
    flex-wrap: wrap;
    justify-content: flex-start;

  }
}
.p-footer__list {
  padding: 0 3.5rem;
  @include mq("sp") {
    width: 50%;
    padding: 0 0 0 3rem;
    margin-bottom: 2em;
    &:nth-child(2n){
      border-left: 1px solid $white;

    }

  }
}
.p-footer__list:not(:last-child) {
  border-right: 1px solid $white;
  @include mq("sp") {
    border-right: none;
  }
}

.p-footer__list a {
  color: $white;
  font-size: 1.6rem;
  @include mq("sp") {
    font-size: 1.0rem;

  }
}
*/
.p-footer__copyright {
  font-size: 1.6rem;
  color: #fff;
  padding: 29px 0 0;
  text-align: center;
  line-height: 220%;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 0.8rem;
  }
}

/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
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, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*------------------------------------------------------------
共通：タグ
------------------------------------------------------------*/
* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック", Yu Gothic Medium, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, system-ui, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 800;
  color: #000;
  background: #f0f5fa;
  text-align: center;
  font-feature-settings: "palt";
  overflow-x: hidden;
}
body.on {
  overflow: hidden;
}

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

a {
  color: inherit;
  transition: all 0.25s;
}
a img {
  transition: all 0.25s;
}

h1 a, h1 a img {
  transition: none;
}

li {
  list-style: none;
}

/*------------------------------------------------------------
共通：クラス
------------------------------------------------------------*/
.sp, .sp_inline {
  display: none;
}

.slide-left, .slide-right, .slide-top, .slide-bottom, .fade-in {
  opacity: 0;
}

#x_campaign_terms, #present_campaign_terms {
  display: none;
}

@media screen and (max-width: 768px) {
  .inner {
    width: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp_inline {
    display: inline;
  }
}
/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
#wrapper {
  margin: 0 auto;
  max-width: 1920px;
}

@media screen and (max-width: 768px) {
  #wrapper {
    overflow: hidden;
  }
}
/*
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton+SC&family=Oswald:wght@200..700&display=swap');




$font_size_pc: 1.5rem;//PCフォントサイズ
//$font_family_go: 'Noto Sans JP', '游ゴシック Medium', '游ゴシック', Yu Gothic Medium, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, system-ui, sans-serif;
$color_font: #000;//フォントカラー
$color_main: #00869b;//メインカラー
$color_sub: #0062b1;//サブカラー
$color_bg: #f0f5fa;//背景カラー
$color_yellow: #f0ea0c;
$contents_width: 1920px;//PC用コンテンツ幅
$break_sp: 768px;//ブレイクポイント

@font-face {
    font-family: 'D-DIN-PRO';
    src: url('../fonts/D-DIN-PRO-800-ExtraBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
*/
/*------------------------------------------------------------
共通：クラス
------------------------------------------------------------*/
.sp, .sp_inline {
  display: none;
}

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

@media screen and (max-width: 768px) {
  .inner {
    width: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp_inline {
    display: inline;
  }
}
body {
  overflow-x: hidden;
  background: #000;
}
body.scroll-lock {
  overflow: hidden;
  /*
  		padding-right: var(--scrollbar-width, 0px);
  		.page-wrapper {
  			padding-right: 15px;

  		}
  */
}

/*
#opening {
	position: fixed;
	width: 100%;
	height: 100dvh;
	background: #000;
	position: relative;
	overflow-x: hidden;
	&__text {
		color: #fff;

		writing-mode: vertical-rl;
		opacity: 0;
		transition: opacity 0.5s ease-in;

		position: absolute;
		top: 0;//50%;
		left: 50%;
		transform: translateX(-50%);// translateY(-70%);
		//font-size: 5rem;
		//1400 768
		//font-size: clamp( 3rem, calc( 0.5696202531645569rem + 5.063291139240507vw ), 5rem );
		font-size: clamp( 20px, calc( -9.164556962025316px + 3.79746835443038vw ), 44px );
		font-weight: 700;
		height: 100%;
		text-align: center;

		.first-part {
			span {
				opacity: 0;
				display: inline-block;
				transition: opacity 0.3s ease-in;
			}
		}
		.second-part {
			opacity: 0;
			//display: block;
			transition: opacity 0.8s ease-in;
		}
	}
}
*/
.opening-overlay-logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: #000;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none; /* ユーザー操作は遮断 */
  opacity: 1;
  transition: opacity 1s ease;
}
.opening-overlay-logo__lines {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: width 0.8s ease, opacity 0.5s ease;
}
.opening-overlay-logo__text {
  display: flex;
  align-items: center;
}
.opening-overlay-logo__text span {
  /*
  display: block;
  opacity: 0;
  transform: scale(3);
  transition: transform 1s ease, opacity 1s ease;
  */
  opacity: 0;
  transform: translateY(30px);
  display: block;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.opening-overlay-logo__text span.visible {
  opacity: 1;
  transform: translateY(0);
}
.opening-overlay-logo__text .first-part {
  display: inline-block;
  width: 367px;
}
.opening-overlay-logo__text .second-part {
  display: inline-block;
  width: 110px;
  margin: 0 9rem;
}
.opening-overlay-logo__text .third-part {
  display: inline-block;
  width: 313px;
}
.opening-overlay-logo .first-appear {
  transform: scale(1);
  opacity: 1;
}
.opening-overlay-logo .third-appear {
  transform: scale(1);
  opacity: 1;
}
.opening-overlay-logo .second-appear {
  transform: scale(1);
  opacity: 1;
}
.opening-overlay-logo__lines {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 1px;
  background: #fff;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: width 0.8s ease, opacity 0.5s ease;
}
.opening-overlay-logo .line-visible {
  width: 80vw;
  opacity: 1;
}
.opening-overlay-logo .line-fade-move {
  transition: all 1s ease;
  transform: translate(-50%, 50%);
  opacity: 0;
}
.opening-overlay-logo.fade-out {
  opacity: 0;
  transition: opacity 1.5s ease;
}
@media screen and (max-width: 768px) {
  .opening-overlay-logo__text {
    flex-direction: column;
  }
  .opening-overlay-logo__text .first-part {
    width: 83.46%;
    max-width: 313px;
  }
  .opening-overlay-logo__text .second-part {
    width: 28.8%;
    max-width: 108px;
    margin: 72px 0;
  }
  .opening-overlay-logo__text .third-part {
    width: 70.66%;
    max-width: 265px;
  }
}

.opening-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: #000;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none; /* ユーザー操作は遮断 */
  opacity: 1;
  transition: opacity 1s ease;
  padding-right: var(--scrollbar-width, 15px);
}
.opening-overlay.fade-out {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .opening-overlay {
    width: 100%;
    left: 0;
  }
}
.opening-overlay__text {
  color: #fff;
  writing-mode: vertical-rl;
  opacity: 0;
  transition: opacity 0.5s ease-in;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-10%);
  font-size: clamp(20px, -9.164556962px + 3.7974683544vw, 44px);
  font-weight: 700;
  height: 100%;
  text-align: center;
  /* b案用 */
  /* c案用 */
}
.opening-overlay__text img {
  display: inline-block;
}
.opening-overlay__text .first-part {
  display: inline-block;
  width: 58px;
}
.opening-overlay__text .first-part span {
  opacity: 0;
  display: inline-block;
  transition: opacity 0.3s ease-in;
  padding-left: 2px;
}
.opening-overlay__text .second-part {
  display: inline-block;
  width: 58px;
  opacity: 0;
  transition: opacity 0.8s ease-in;
}
.opening-overlay__text.type-b {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
}
.opening-overlay__text .first-part__b {
  width: 69px;
  padding-bottom: 11rem;
}
.opening-overlay__text .first-part__b span {
  opacity: 0;
  display: inline-block;
  transition: opacity 0.3s ease-in;
  padding-left: 2px;
}
.opening-overlay__text .second-part__b {
  width: 53px;
  margin-right: -1rem;
  opacity: 0;
  transition: opacity 0.8s ease-in;
}
.opening-overlay__text .third-part__b {
  width: 102px;
  opacity: 0;
  transition: opacity 0.8s ease-in;
  padding-top: 26rem;
  margin-right: -0.5rem;
}
.opening-overlay__text.type-c {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.opening-overlay__text .first-part__c {
  width: 47px;
  padding-bottom: 11rem;
}
.opening-overlay__text .first-part__c span {
  opacity: 0;
  display: inline-block;
  transition: opacity 0.3s ease-in;
  padding-left: 2px;
}
.opening-overlay__text .second-part__c {
  width: 74px;
  padding-top: 20.5rem;
  opacity: 0;
  transition: opacity 0.8s ease-in;
}
@media screen and (max-width: 768px) {
  .opening-overlay__text {
    /*
    width: 7%;

    img {
    	width: 100%;
    }
    	*/
    /* b案用 */
    /* c案用 */
  }
  .opening-overlay__text .first-part,
  .opening-overlay__text .second-part {
    width: 35px;
  }
  .opening-overlay__text .first-part__b {
    width: 43px;
    padding-bottom: 6rem;
  }
  .opening-overlay__text .second-part__b {
    width: 33px;
    margin-right: 0;
  }
  .opening-overlay__text .third-part__b {
    width: 64px;
    padding-top: 16rem;
    margin-right: -1rem;
  }
  .opening-overlay__text .first-part__c {
    width: 35px;
    padding-bottom: 6rem;
  }
  .opening-overlay__text .second-part__c {
    width: 54px;
    margin-right: -1.5rem;
    padding-top: 17.5rem;
  }
}

/* Chromeだけに適用 */
.is-chrome .opening-overlay {
  left: -15px;
  width: calc(100% + 15px);
}

.page-wrapper {
  background: #000 url(../img/bg.jpg) no-repeat center bottom;
  background-size: cover;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
  padding-top: 50vh;
}
@media screen and (max-width: 768px) {
  .page-wrapper {
    background: #000 url(../img/bg_sp.jpg) no-repeat center bottom;
    background-size: 100%;
  }
}

#content {
  color: #fff;
}

.main-visual {
  width: 100%;
  height: 100dvh;
  position: relative;
  overflow-x: hidden;
  margin-top: -50dvh;
  /* 縦棒の描画 → 先に開始 */
  /*
  .scroll-arrow .line {
  	animation: drawLine 1.5s ease forwards;
  }
  	*/
  /* V字の描画 → 遅延を入れて後から表示 */
  /*
  .scroll-arrow .arrowhead {
  	animation: drawArrowhead 1s ease forwards;
  	animation-delay: 1.6s;
  }

  @keyframes drawLine {
  	0% {
  		stroke-dashoffset: 100;
  		opacity: 0;
  	}
  	20% {
  		opacity: 1;
  	}
  	100% {
  		stroke-dashoffset: 0;
  		opacity: 1;
  	}
  }

  @keyframes drawArrowhead {
  	0% {
  		stroke-dashoffset: 100;
  		opacity: 0;
  	}
  	20% {
  		opacity: 1;
  	}
  	100% {
  		stroke-dashoffset: 0;
  		opacity: 1;
  	}
  }
  	*/
}
@media screen and (max-width: 768px) {
  .main-visual {
    margin-top: -50vh;
  }
}
.main-visual__text {
  color: #fff;
  writing-mode: vertical-rl;
  transition: opacity 0.5s ease-in;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-10%);
  font-size: clamp(20px, -9.164556962px + 3.7974683544vw, 44px);
  font-weight: 700;
  height: 100%;
  text-align: center;
  /* b案用 */
  /* c案用 */
}
.main-visual__text img {
  display: inline-block;
}
.main-visual__text .first-part {
  display: inline-block;
  width: 58px;
}
.main-visual__text .first-part span {
  opacity: 0;
  display: inline-block;
  transition: opacity 0.3s ease-in;
  padding-left: 2px;
}
.main-visual__text .second-part {
  display: inline-block;
  width: 58px;
  transition: opacity 0.8s ease-in;
}
.main-visual__text.type-b {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
}
.main-visual__text .first-part__b {
  width: 69px;
  padding-bottom: 11rem;
  opacity: 0;
  transition: opacity 0.8s ease-in;
}
.main-visual__text .second-part__b {
  width: 53px;
  margin-right: -1rem;
  opacity: 0;
  transition: opacity 0.8s ease-in;
}
.main-visual__text .third-part__b {
  width: 102px;
  padding-top: 26rem;
  margin-right: -0.5rem;
  opacity: 0;
  transition: opacity 0.8s ease-in;
}
.main-visual__text.type-c {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.main-visual__text .first-part__c {
  width: 47px;
  padding-bottom: 11rem;
  opacity: 0;
  transition: opacity 0.8s ease-in;
}
.main-visual__text .second-part__c {
  width: 74px;
  padding-top: 20.5rem;
  opacity: 0;
  transition: opacity 0.8s ease-in;
}
@media screen and (max-width: 768px) {
  .main-visual__text {
    /*
    width: 7%;

    img {
    	width: 100%;
    }
    */
    /* b案用 */
    /* c案用 */
  }
  .main-visual__text .first-part,
  .main-visual__text .second-part {
    width: 35px;
  }
  .main-visual__text .first-part__b {
    width: 43px;
    padding-bottom: 6rem;
  }
  .main-visual__text .second-part__b {
    width: 33px;
    margin-right: 0;
  }
  .main-visual__text .third-part__b {
    width: 64px;
    padding-top: 16rem;
    margin-right: -1rem;
  }
  .main-visual__text .first-part__c {
    width: 35px;
    padding-bottom: 6rem;
  }
  .main-visual__text .second-part__c {
    width: 54px;
    padding-top: 17.5rem;
    margin-right: -1.5rem;
  }
}
.main-visual .scroll-down {
  text-align: center;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.main-visual .scroll-down.visible {
  opacity: 1;
}
.main-visual .scroll-text {
  font-size: 14px;
  font-weight: bold;
  color: #939393;
}
.main-visual .scroll-arrow {
  position: absolute;
  left: 50%;
  bottom: -80px;
  transform: translateX(-50%);
}
.main-visual .scroll-arrow path {
  stroke: #5DA5BF;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: drawArrow 2s ease-in-out infinite;
}
@keyframes drawArrow {
  0% {
    stroke-dashoffset: 100;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}

@keyframes blinkStar {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
.index-statement {
  color: #fff;
  font-size: clamp(16px, 5.0632911392px + 1.4240506329vw, 25px);
  overflow: hidden;
  width: 100%;
  padding: 0 12.75%;
  margin: 0 auto;
  text-align: left;
  line-height: 230%;
  padding-top: 30vw;
  padding-bottom: 70vw;
  position: relative;
  /* b案用 */
}
.index-statement .img_big_dipper {
  position: absolute;
  top: 18vw;
  right: 10%;
  width: 100%;
  max-width: 423px;
  height: 100%;
  max-height: 1192px;
  background: url(../img/img_big_dipper.png) no-repeat right center;
  background-size: 100%;
}
.index-statement .img_death_star {
  position: absolute;
  bottom: 19.5%;
  left: 0%;
  width: 29%;
  max-width: 120px;
  height: 10%;
  max-height: 119px;
  background: url(../img/img_death_star.png?v=1.0) no-repeat center center;
  background-size: contain;
  opacity: 0;
  transform: scale(1);
  transition: opacity 1s ease, transform 1s ease;
}
.index-statement .img_death_star_red {
  position: absolute;
  bottom: 19.5%;
  left: 0%;
  width: 29%;
  max-width: 120px;
  height: 10%;
  max-height: 119px;
  background: url(../img/img_death_star_red.png?v=1.1) no-repeat center center;
  background-size: contain;
  opacity: 0;
  transform: scale(0);
  pointer-events: none;
}
.index-statement p {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.index-statement p.visible {
  opacity: 1;
  transform: translateY(0);
}
.index-statement p + p {
  margin-top: 6rem;
}
.index-statement.type-b {
  /*
  .index-statement__text02 {
  	width: 793px;
  }
  */
}
.index-statement.type-b .index-statement__text06 {
  width: 401px;
}
@media screen and (max-width: 768px) {
  .index-statement {
    padding-left: 6.75%;
    padding-right: 6.75%;
    padding-top: 30vh;
    padding-bottom: 120vh;
    /* b案用 */
  }
  .index-statement .img_big_dipper {
    top: 5dvh;
    right: 0;
    width: 40%;
  }
  .index-statement .img_death_star,
  .index-statement .img_death_star_red {
    bottom: 35%;
  }
  .index-statement p {
    width: 75%;
  }
  .index-statement p + p {
    margin-top: 4rem;
  }
  .index-statement.type-b {
    /*
    .index-statement__text02 {
    	width: 125%;
    }
    */
  }
  .index-statement.type-b .img_big_dipper {
    top: 25dvh;
  }
  .index-statement.type-b p {
    width: 125%;
  }
  .index-statement.type-b .index-statement__text06 {
    width: 63%;
    max-width: 220px;
  }
}

.index-kenshirou {
  width: 100%;
  margin-bottom: 50vw;
  position: relative;
  overflow-x: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.index-kenshirou.fade-in {
  opacity: 1;
  transform: translateY(0);
}
.index-kenshirou p {
  width: 13%;
  max-width: 200px;
  /*
  		opacity: 0;
  		transform: translateY(20px);
  		transition: all 0.8s ease;

  		&.fade-in-kenshirou {
  			opacity: 1;
  			transform: translateY(0);
  		}
  */
}
@media screen and (max-width: 768px) {
  .index-kenshirou {
    padding-bottom: 100vh;
  }
  .index-kenshirou p {
    width: 30%;
  }
}

.index-soon {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 20vw;
}
.index-soon p {
  width: 28%;
  max-width: 382px;
}
.index-soon p.img_collaboration {
  width: 66%;
  max-width: 929px;
}
.index-soon p.coming_soon {
  width: 28%;
  max-width: 389px;
}
.index-soon p + p {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .index-soon {
    padding-bottom: 22vh;
  }
  .index-soon p {
    width: 48%;
  }
  .index-soon p.img_collaboration {
    width: 86%;
  }
  .index-soon p.coming_soon {
    width: 42%;
  }
  .index-soon p + p {
    margin-top: 40px;
  }
}/*# sourceMappingURL=style.css.map */