@charset "utf-8";
/*
#132043　紺
#1F4172　青
#F1B4BB　ピンク
#FDF0F0　極薄ピンク
#f8f8f8  base
*/

/* base */
body{
    font-family: "Zen Maru Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
    line-height: 1.4em;
    font-weight: 400;
    font-style: normal;
    background: #f8f8f8;
    color: #3d3839;
    word-wrap: break-word;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
    margin: 0;
    padding: 0;
}
a{
  font-weight: bold;
  color:#3d3839;
}

h2{
  position: relative;
  margin-bottom: 30px;
  color: #3d3839;
  font-weight: normal;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4em;
}
h3 {
  position: relative;
  margin-bottom: 30px;
  line-height: 1.2em;
  font-weight: bold;
  font-size: 20px;
}
section, footer{
    position: relative;
    z-index: 1;    
}
footer{
  margin: 40px auto 60px;
}

/* button */
.cvwrap{
  margin: 40px auto 60px;
  display: block;
}

.buttonwrap{
  padding: 0;
  display: block;
  margin: 0 auto;
  width: 300px;
  text-align: center;
  background: #1F4172;
  border-radius: 10px;
}
.button{
    display: block;
    padding: 24px 12px;
}

.buttonwrap>li>a{
  color: #f0f0f0;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.15rem;
}

h2>span,
#attention>span{
  font-family: "Hachi Maru Pop", serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  color: gray;
  opacity: 0.5;
  font-size: 16px;
  margin: 0 auto;
  line-height: 1.5rem;
}

.fade-box{
    text-align: center;
    opacity: 0;
    transition: all 0.5s;
    transform: translateY(30px);
}

.fadeUp{
  opacity: 1;
  transform: translateY(0);}

/* iframe */
body#play {
    overflow: hidden;
    background: #000;
}
body#play section.inner {
    overflow: hidden;
    position: relative;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
}
body#play iframe#game {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
    border: none;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    max-width: 1280px;
    max-height: 720px;
}

/* PC <-> SP */
.pc{display: block;}
.sp{display: none;}
.description{
  text-align: center;
}
@media screen and (max-width:768px){
  .pc{display: none;}
  .sp{display: block;}
  .description{
    text-align: unset;
  }
}

/* attention */
#attention {
    margin: 0 auto;
    background: #F1B4BB;
    padding: 40px 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}
#attention>span{
  font-weight: 900;
  font-size: 30px;
  color: #132043;
  background: linear-gradient(transparent 70%, ghostwhite 0%);
  line-height: 1.3em;
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 12px;
  opacity: 1;
}

/* firstview */
header#firstview {
    position: relative;
    height: 82vh;
}
header #first_background {
  background-image: url(../img/bg_base.webp);
}



/* section#KV {
    padding: 60px 30px 30px 30px;
    text-align: center;
    color: #fff;
    height: 100%;
    z-index: -1;
} */
div.bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    z-index: -1;
}
div.bg picture img {
    height: 100%;
    width: 100%;
    opacity: 0.2;
    object-fit: cover;
    object-position: 50% 20%;
}

header#firstview h1 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    margin: 60px auto;
}
header#firstview h1 .logo img{
  min-width: 300px;
}


/* container */
section.container {
  overflow: hidden;
  position: relative;
  padding: 40px;
}
@media only screen and (min-width: 1024px) {
    section.container {
        padding: 60px 30px;
    }
}
section.container{overflow:hidden;position:relative;padding:30px;}
section.container div.bg + div.inner{padding:30px 0;}
section.container div.bg + div.inner ul.bannerwrap{margin-bottom:30px;}
section.container div.bg + div.inner h2{margin:0 0 30px 0;}
section.container div.bg + div.inner h2::after{display:none;}
.contents{position:relative;margin-bottom:60px;}



/* first */
section#first {
  background: linear-gradient(180deg, rgba(253, 240, 240, 1) 90%, rgba(253, 240, 240, 0) 100%);
}

section#first {
  padding: 60px 30px 0 30px;
}

section#first div.inner {
  margin: 0 auto;
  max-width: 800px;
}

section#first section.ok {
  margin-bottom: 30px;
  padding: 30px;
  border: 5px solid #F1B4BB;
  border-radius: 12px;
  background: #f8f8f8;
}
section#first section.ok ul.annotation {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #F1B4BB;
  font-size: 0.9rem;
}
ul.annotation li {
  margin-bottom: 8px;
  padding-left: 1em;
  text-indent: -1em;
  list-style: inside;
  list-style-type: '※';
  white-space: break-spaces;
}

section#first p.attention{margin-bottom:10px;padding:30px;border:5px solid #fc7757;border-radius:12px;color:#fc7757;}
section#first p.attention span.head{display:block;margin-bottom: 15px;padding-bottom: 20px;border-bottom: solid 1px #fc7757;font-size:26px;line-height: 1.1em;}

section#first section.cvwrap ul.buttonwrap{margin-bottom:0;}

/* story */
/* section#story{background: linear-gradient(180deg, rgba(253,240,240,1) 90%, rgba(253,240,240,0) 100%);} */

/* point */
section#point h3 {
  text-align: center;
  font-size: 1.6rem;
  color: #1F4172;
  background: linear-gradient(transparent 60%, #F1B4BB 0%);
}

/* section#point h3 span {
  position: absolute;
  top: -65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  margin-bottom: 10px;
  color: #F1B4BB;
  font-size: 80px;
  text-shadow:1px 1px 0 #1F4172, -1px -1px 0 #1F4172,
              -1px 1px 0 #1F4172, 1px -1px 0 #1F4172,
              0px 1px 0 #1F4172,  0 -1px 0 #1F4172,
              -1px 0 0 #1F4172, 1px 0 0 #1F4172;
} */

section#point h3 span::after {
  display: block;
  font-family: "icomoon";
  font-size: 30px;
  vertical-align: middle;
}
section#point a.button::after{content: "\e900";font-family: "icomoon";margin-left:5px;font-size:20px;vertical-align:bottom;}

section#point div.contents{position:relative;padding:30px;border: #1F4172 solid 5px;border-radius:12px;z-index:0;}
section#point div.contents:last-child{margin-bottom:0;}
section#point div.contents p.description{margin-bottom:0;text-align:left;}
section#point div.contents div.bg picture img{opacity:0.3;}
section#point div.contents ul.buttonwrap{margin-bottom:0;}
section#point div.contents picture{display:block;margin-bottom:15px;}

section#point div.contents.coach h2 span::after{content: "\e909";}
section#point div.contents.coach ul.slider li{margin:0 10px;}
section#point div.contents.coach ul.slider img{height:200px;}

section#point div.contents.flow h2 span{color:rgba(34,34,34,0.9);}
section#point div.contents.flow h2 span::after{content: "\e905";}

section#point div.contents.voice h2 span::after{content: "\e906";}

@media only screen and (min-width: 800px) {
	section#point{display: flex;justify-content: center;gap: 15px;}
	section#point div.contents{display:flex;flex-direction: column;margin-bottom:30px;width:calc(( 100% - 30px ) / 2);max-width:400px;}
	section#point div.contents:last-child{margin-bottom:30px;}
	section#point div.contents ul.buttonwrap{margin-top: auto;width: 100%;}
}

/* hint */
#hint{
  background: rgba(253,240,240,1);
}


  /* scroll*/
  @import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap");
  * {
    margin: 0;
    padding: 0;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  .type {
    position: relative;
    width: 100%;
    height: 82vh;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }
  .type::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background-image: linear-gradient(180deg, transparent 40% 0, rgba(0, 0, 0, 0.7) 100%);
  }

  .scroll {
    display: inline-block;
    position: absolute;
    right: 40px;
    bottom: 0;
    z-index: 2;
    padding: 10px 10px 110px;
    color: #fff;
    font-size: 14px;
    font-family: "Josefin Sans", sans-serif;
    line-height: 1;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr;
    transition: 0.2s;
    overflow: hidden;
  }
  .scroll::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100px;
    background: #fff;
  }
  .scroll:hover {
    opacity: 0.5;
  }
  .scroll::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100px;
    background: rgba(255, 255, 255, 0.4);
  }
  .scroll::after {
    height: 30px;
    animation: sdl07 1.5s ease infinite;
  }
  
  @keyframes sdl07 {
    0% {
      transform: translateY(-70px);
    }
    50%, 100% {
      transform: translateY(30px);
    }
  }

/* sakura */
#bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    z-index: 0;
    opacity: 0.25;
}
.sakura {
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sakura li {
	width: 18px;
	position: absolute;
	list-style: none;
	top: -50px;
	animation: fall 4s linear infinite, rotate1 2s ease-in-out infinite alternate;
}
@keyframes fall {
	to {
		top: 120%;
	}
}
@keyframes rotate1 {
	from {
		transform: translateX(0px) rotate(0deg);
	}
	to {
		transform: translateX(200px) rotate(-80deg) rotateX(180deg);
	}
}
@keyframes rotate2 {
	from {
		transform: translateX(200px) rotate(-45deg);
	}
	to {
		transform: translateX(0px) rotate(0deg);
	}
}
.sakura li:nth-child(1) {
	left: 0;
	animation: fall 10s linear infinite, rotate1 3s ease-in-out infinite alternate;
}
.sakura li:nth-child(2) {
	left: 5vw;
	animation: fall 15s linear infinite, rotate1 2s ease-in-out infinite alternate;
}
.sakura li:nth-child(3) {
	left: 15vw;
	animation: fall 9s linear infinite, rotate1 3.5s ease-in-out infinite alternate;
}
.sakura li:nth-child(4) {
	left: 30vw;
	animation: fall 8s linear infinite, rotate2 4s ease-in-out infinite alternate;
}
.sakura li:nth-child(5) {
	left: 40vw;
	animation: fall 10s linear infinite, rotate1 4s ease-in-out infinite alternate;
}
.sakura li:nth-child(6) {
	left: 55vw;
	animation: fall 11s linear infinite, rotate2 3s ease-in-out infinite alternate;
}
.sakura li:nth-child(7) {
	left: 65vw;
	animation: fall 7s linear infinite, rotate2 3.5s ease-in-out infinite alternate;
}
.sakura li:nth-child(8) {
	left: 50vw;
	animation: fall 7s linear infinite, rotate1 3s ease-in-out infinite alternate;
}

/* accordion */
.accordion {
  width: 80%;
  margin: 30px auto 60px;
}
/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 1em;
	display: block;
	/* color: #fff; */
	background:#f8f8f8;
  border-radius: 10px;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #3d3839;
	border-right: 2px solid #3d3839;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.accordion>.content {		/*本文*/
	height: 0;
	margin-bottom:20px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}