@charset "UTF-8";
/* CSS Document */

html,
body {
	padding: 0;
	margin: 0;
}
img {
	max-width: 100%;
	border: none;
}
ul,li {
	list-style: none;
}

#loading {
  width: 100vw;
  height: 100dvh;
  transition:1s all 1.5s ease;
  background: #e9def2;
	position: fixed;
	inset:0;
	z-index: 
		900
}
.spinner {
	width: 50%;
	max-width: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}
.spinner img:nth-of-type(2) {
	width: 60%;
	display: block;
	margin: 0 auto;
}
.loaded {
  opacity: 0;
  visibility: hidden;
}

#js {
	position: relative;
	background: #e9def2;
	font-family: "Noto Sans JP", sans-serif;
}
#main_contents {
	position: relative;
	margin: 0 auto;
}
@media only screen and (max-width: 980px) {
#main_contents {
	overflow: hidden;
}
}
@media only screen and (min-width: 769px) {
	#main_contents {
		box-sizing: border-box;
		background: #FFF;
		z-index: 10;
		width: 26%;
	}	
	#main_contents::before {
		content: "";
		border-left: 2px solid #39528a;
		border-right: 2px solid #39528a;
		position: absolute;
		top: 0;
		left: -4%;
		width: 107%;
		height: 100%;
		z-index: -1
		
	}
	#main_contents::after {
		content: "";
		border-left: 2px solid #39528a;
		border-right: 2px solid #39528a;
		position: absolute;
		top: 0;
		left: -2%;
		width: 103%;
		height: 100%;
		z-index: -1
		
	}
}

.section {
	position: relative;
}
.section .img {
	line-height: 0;
	box-sizing: border-box;
}
.section .all a {
	background: #000;
	border-radius: 100px;
	display: block;
	width: 90%;
	max-width: 250px;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	padding: 10px 0;
	font-weight: 600;
	text-decoration: none;
	margin: 10% auto;
}
.section .all a span {
	display: block;
	font-size: 12px;
}
.visual {
	position: relative;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding:40% 5% 0;
}
.visual .title {
	position: absolute;
	top: 2%;
	left: 5%;
	width: 90%;
	z-index: 1
}
.visual .title h1 {
	line-height: 0;
	margin-bottom: 5%;
}
.visual .title h2 {
	line-height: 0;
	width: 80%;
	margin: 0 auto;
}
.visual .img {
	overflow: hidden;
	margin: 0 auto;
	aspect-ratio: 335 / 475;
	position: relative;
	border-radius: 500px 500px 0 0
}
.visual .img img {
	position: absolute;
	inset:0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.visual .illust1 {
	position: absolute;
	top: 35%;
	left: -4%;
	width: 30%;
	animation: 1s anim1 0s infinite;
}
.visual .illust2 {
	position: absolute;
	bottom: -5%;
	right: 0;
	width:30%;
	animation: 1s anim1 0s infinite;
}

.read {
	margin: 15% auto;
	text-align: center;
}
.read p {
	font-size: 12px;
	line-height: 2;	
	margin: 5% 0;
	padding: 0;
}


.inner {
	position: relative;
	margin: 10% auto;
}
.inner .data {
	margin: 0 auto;
	width: 80%;
}
.inner .data a {
	display: block;
	position: relative;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	padding: 2% 0;
}
.inner .data a::before {
	content: "BUY";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	background: #333;
	color: #FFF;
	padding: 2px 20px;
	border-radius: 5px;
	font-size: 12px;
}
.inner .data p{
	font-size: 10px;
	line-height: 1;
	margin: 0;
}
.item1 .img {
	padding: 0 10% 2%;
	position: relative;
}
.item1 .img .illust {
	position: absolute;
	bottom: 0;
	left: 2%;
	width: 25%;
	z-index: 10;
	animation: 1s anim1 0s infinite;
}
.item2 .illust {
	width: 80%;
	margin: 0 auto;
	animation: 1.5s anim2 0s infinite;
}
.item2 .img {
	padding: 0 10% 2%;
	position: relative;
}
.item3 .img {
	padding: 20% 30% 2% 10%;
	position: relative;
}
.item3 .img .illust {
	position: absolute;
	top: 0;
	right: 5%;
	width: 42%;
	z-index: 10;
	animation: 1s anim1 0s infinite;
}
.item3 .data {
	margin: 0 10%;
	width: 60%;
}

.item4 .img {
	padding: 20% 10% 2% 30%;
	position: relative;
}
.item4 .img .illust {
	position: absolute;
	top: 0;
	left: 15%;
	width: 30%;
	z-index: 10;
	animation: 1s anim3 0s infinite;
}
.item4 .data {
	margin: 0 0 0 30%;
	width: 60%;
}

.item5 .img {
	padding: 20% 10% 2%;
	position: relative;
}
.item5 .img .illust {
	position: absolute;
	top: 0;
	left: 2%;
	width: 35%;
	z-index: 10;
	animation: 1s anim2 0s infinite;
}
.item6 .illust {
	width: 80%;
	margin: 0 auto;
	animation: 1s anim2 0s infinite;
}
.item6 .img {
	padding: 0 10% 2%;
	position: relative;
}

.item7 .illust {
	width: 28%;
	margin: 0 0 0 60%;
	animation: 1s anim1 0s infinite;
}
.item7 .img:nth-of-type(2) {
	padding: 0 40% 2% 10%;
	position: relative;
}
.item7 .img:nth-of-type(2) .illust {
	width: 36%;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	animation: 1s anim2 0s infinite;
}
.item7 .img:nth-of-type(3) {
	padding: 0 10% 2% 40%;
	position: relative;
}
.item7 .img:nth-of-type(3) .illust {
	width: 42%;
	margin: 0;
	position: absolute;
	top: 30%;
	left: 5%;
	animation: 1s anim2 0s infinite;
}
.item7 .data {
	margin: 0 0 0 40%;
	width: 50%;
}


.prof,.limited {
	border: 2px solid #39528a;
	box-sizing: border-box;
	padding: 5% 8%;
	border-radius: 60px;
	width: 90%;
	margin: 10% auto;
	color: #2f6eba;
	line-height: 1.8
}
.prof h3,.limited h3 {
	font-size: 20px;
	text-align: center;
	margin: 0 auto;
	padding: 5% 0;
	font-weight: 600;
}
.prof .img {
	width: 45%;
	margin: 5% auto;
}
.prof .name {
	font-size: 16px;
	text-align: center;
	font-weight: 600;
}
.prof p {
	font-size: 12px;
	color: #2f6eba;
}
.prof a {
	text-align: center;
	font-size: 14px;
	color: #2f6eba;
	font-weight: 600;
	margin: 5% auto 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}
.prof a img {
	display: inline-block;
	width: 20px;
	margin-right: 5px;
}
.limited h3 span {
	display: block;
	font-size: 16px;
}
.limited .img {
	width:75%;
	margin: 0% auto 5%;
}
.limited .img span {
	font-size: 10px;
	line-height: 1;
	text-align: center;
	display: block;
}
.limited .data p {
	text-align: center;
	font-weight: 600;
}
.limited .txt {
	margin:0 auto 10%
}
.limited p {
	font-size: 14px;
	color: #2f6eba;
}
.limited p span {
	font-size: 10px;
	display: block;
	margin-top: 10px;
}
@media only screen and (min-width: 769px) {
	.prof,.limited {
		width: 80%;
	}	
.limited .img span {
	font-size: 8px;
}
}


.foot {
	margin: 10% auto 0;
}
.foot .inner {
	margin: 10% auto 0;
}
.foot .img {
	width: 60%;
	margin: 0 auto;
}

.foot .icon {
	width: 50%;
	margin: 0 auto;
}

.foot .sns {
	width: 70%;
	margin: 10% auto 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.foot .sns li {
	margin: 0 auto 25px;
	list-style: none;
	text-align: center;
}
.foot .sns li:nth-of-type(1),.foot .sns li:nth-of-type(2) {
	width: 50%;
}
.foot .sns li img{
	width: 40px;
	margin: 0 auto;
}
.foot .sns li span {
	display: block;
}
.foot .sns li a {
	color: #000;
	font-size: 11px;
	text-align: center;
}
.foot .logo {
	width: 60%;
	margin: 5% auto;
}
.foot .copyright {
	text-align: center;
	font-size: 12px;
}
@media only screen and (min-width: 769px) {
	.foot .sns {

	}
/*	.foot .sns li, .foot .sns li:nth-of-type(1),.foot .sns li:nth-of-type(2) {
		width: 20%;
	}*/
	.foot .sns li a {
		font-size: 10px;
	}
}


.right,.left {
	display: none;
}
@media only screen and (min-width: 769px) {
	.right,.left {
		display: block;
	}
	.right {
		position: fixed;
		top: 50%;
		right: 0;
		width: calc(50% - 240px);
		width: 37%;
		transform: translate(0,-50%);
	}
	.left {
		position: fixed;
		top: 50%;
		left: 0;
		width: calc(50% - 240px);
		width: 37%;
		transform: translate(0,-50%);
	}
	.right .title {
		width:50%;
		margin: 0 auto;
	}
	.right .illust {
		width: 34%;
		margin: 5% auto 0;
		animation: 2s anim1 0s infinite;
	}
	.left .title {
		width:55%;
		margin: 0 auto;
	}
	.left .illust {
		width: 34%;
		margin: 0 auto 5%;
		animation: 2s anim2 0s infinite;
	}
	.left .release {
		display: block;
		max-width: 200px;
		background: #000;
		color: #FFF;
		text-align: center;
		margin: 0 auto;
		border-radius: 100px;
		padding: 10px 0;
		font-weight: 600;
	}
}


@keyframes anim1 {
	0% {
		transform: rotate(0)
	}
	50% {
		transform: rotate(5deg)
	}
	55% {
		transform: rotate(5deg)
	}
	100% {
		transform: rotate(0)
	}
}
@keyframes anim2 {
	0% {
		transform: translate(0)
	}
	50% {
		transform: translate(0,5px)
	}
	55% {
		transform: translate(0,5px)
	}
	100% {
		transform: translate(0)
	}
}
@keyframes anim3 {
	0% {
		transform: translate(0)
	}
	50% {
		transform: translate(5px,0)
	}
	55% {
		transform: translate(5px,0)
	}
	100% {
		transform: translate(0)
	}
}

.switch {
	position: relative;
}
.switch img {
  position: absolute;
  width: 100%;
	top: 0;
	left: 0;
  opacity: 0;
	animation: fade2 2.4s infinite;
}

.switch img:nth-of-type(1) {
	position: relative;
}
.switch img:nth-of-type(2) {
	animation-delay: 1.2s;
}
@keyframes fade2 {
	0% {
	  opacity: 0;
	}
	0.5% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	55% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.count_box {
	position: relative;
	width: 70%;
	margin: 0 auto;
}
.countdown {
	position: relative;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 40px 20px;
	border: 2px solid #39528a;
	border-radius: 10px;
	color: #000;
}

#days {
  color: #2f6eba;
  font-size: 44px;
	font-style: italic;
	font-weight: 700;
}
.count_box .illust1 {
	width: 30%;
	margin: 0 auto -20%;
	position: relative;
	z-index: 10;
	animation: 2s anim2 0s infinite;
}

.visual .title {
	opacity: 0;
}
.visual.ac .title {
	animation: 1s title_up 2s forwards;
}
.visual .img {
	opacity: 0;
	
}
.visual.ac .img {
	animation: 1s title_up 1.5s forwards;
}
.visual .in {
	opacity: 0;
}
.visual.ac .in {
	animation: 1s fade 2.5s forwards;
}
.anim {
	opacity: 0
}
.anim.ac {
	animation: 1s fade 0s forwards;
}
@keyframes title_up {
	0% {
		opacity: 0;
		transform: translate(0,20px)
	}
	100% {
		opacity: 1;
		transform: translate(0)
	}
}
@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}