@charset "utf-8";

/* CSS Document */

body {
	font-family: 'Zen Kaku Gothic New', sans-serif;
}



* {
	box-sizing: border-box;
	line-height: 1;
}

a {
	text-decoration: none;
}

a:link,
a:visited {
	color: #000;
}

a:hover {
	transition: .3s;
}


.dispPC {
	display: block;
}


.dispSP {
	display: none;
}


.container {
	width: 100%;
}

.contents {
	width: 100%;
	margin:0 auto 8em;
}




/* rain */

.mv {
	background: url('img/mv_pict_01.jpg') center top no-repeat;
	background-size: auto;
	margin-top: 36px;
	width: 100%;
	height: 660px;
	position: relative;
}


.mv .pict {
	position: absolute;
	top: 27%;
	left: 36%;
}


.rain {
	position: relative;
	width: 100%;
}

.rain > * {
	position: absolute;
}

.rain__1st {
	animation-delay: 0.1s;
	right: 39%;
	top: 155px;
}

.rain__2nd {
	animation-delay: 0.2s;
	right: 70%;
	top: 312px;
}

.rain__3rd {
	animation-delay: 0.3s;
	right: 56%;
	top: 27px;
}

.rain__4th {
	animation-delay: 0.4s;
	left: 60%;
	top: 550px;
}

.rain__5th {
	animation-delay: 0.5s;
	right: 28%;
	top: 80px;
}

.rain__6th {
	animation-delay: 0.6s;
	right: 55%;
	top: 440px;
}

/* tablet */
@media (min-width: 767.98px) and (max-width: 1023px) {

.contents

.rain__1st {
	animation-delay: 0.1s;
	right: 28%;
	top: 155px;
}

.rain__2nd {
	animation-delay: 0.2s;
	right: 86%;
	top: 283px;
}

.rain__3rd {
	animation-delay: 0.3s;
	right: 67%;
	top: 53px;
}

.rain__4th {
	animation-delay: 0.4s;
	left: 40%;
	top: 550px;
}

.rain__5th {
	animation-delay: 0.5s;
	right: 13%;
	top: 26px;
}

.rain__6th {
	animation-delay: 0.6s;
	right: 68%;
	top: 400px;
}

}

@media (max-width: 767.98px) {

	.rain__1st {
		animation-delay: 0.1s;
		right: 7%;
		top: 170px;
	}

	.rain__2nd {
		animation-delay: 0.2s;
		right: 71%;
		top: 316px;
	}

	.rain__3rd {
		animation-delay: 0.3s;
		right: 80%;
		top: 63px;
	}

	.rain__4th {
		animation-delay: 0.4s;
		left: 65%;
		top: -5px;
	}

	.rain__5th,
	.rain__6th {
		display:none;
	}

}



.Introduction {
	max-width: 1100px;
	width:100%;
	margin: 0 auto;
	text-align: center;
}


.Introduction .caption {
	display: inline-block;
	margin: 0 auto;
	font-weight: bold;
	font-size: 1.6rem;
	color: #00395c;
	background: linear-gradient(transparent 60%, #6aff91 0%);
}


.Introduction .txt {
	color: #00395c;
	font-size: 1.4rem;
	line-height: 2;
	margin-top: 2.4rem;
}




.contents-body {
	width: 100%;
	background-color: #fff;
}

.contents-body__inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}



/* tablet */
@media (min-width: 767.98px) and (max-width: 1023px) {
	.dispSP {
		display: none;
	}

	.contents-body__inner {
	    padding: 2rem 1rem 0rem;
	}
}


/* tablet */
@media (min-width: 767.98px) and (max-width: 1023px) {

.contents.mv {
	margin-bottom:2.4rem;
}

}


/* SP */
@media (max-width: 767.98px) {


	.contents.mv {
		margin-bottom:2rem;
	}

	.mv {
		background-image: url('img/mv_pict_01_sp.jpg');
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 100％;
		height: 400px;
	}

	.mv .pict {
		top: 38%;
		left: 28%;
	}

	.mv .pict img {
		width:80%;
		margin:0 auto;
	}


	.Introduction {
	    width: 90%;
	    margin: 2rem auto 0;
	}

	.Introduction img {
		width: 100%;
	}

	.Introduction .txt {
		margin-top:1.6rem;
	}


	.Introduction .caption {
		font-size: 1.2rem;
	}

	.Introduction .txt {
		font-size: .8rem;
	}

	.dispPC {
		display: none;
	}

	.dispSP {
		display: block;
	}

	.container {
		font-size: 13px;
	}

	.contents-body__inner {
		padding: 2rem 1rem 0rem;
	}

	.contents-body {
		padding-bottom: 0em;
	}


}



/* fadeUp 順番に表示*/

.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(-40px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}





/*--------------------
	item
--------------------*/


.item-Block {

}

.item-List {
	display: grid;
}

.item-List__image {
	display: block;
}

.item-List__image img {
	width: 100%;
}

.item-List--2col {
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 40px;
}

.item-List--3col {
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 50px;
}

.item-List__cassette {
	position: relative;
}




/* セクション 見出し もやもや */

.fluid {
	position: relative;
	width: 100%;
	height: 100%;
	background: #f0ff00;
	animation: fluidrotate 30s ease 0s infinite;
}


@keyframes fluidrotate {

	0%,
	100% {
		border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
	}

	14% {
		border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
	}

	28% {
		border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
	}

	42% {
		border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
	}

	56% {
		border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
	}

	70% {
		border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
	}

	84% {
		border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
	}

}

.item-List li:first-child:hover {
	background: none;
}

.item-List li:first-child {
	position: relative;
}

.item-List li:first-child .sectionHead {
	display: block;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.sectionHead h2 {
	font-size: 2.4em;
	font-weight: bold;
	line-height: 1.6;
	font-family: 'Sen', sans-serif;
	font-weight: 700;
	color: #00395c;
}


/* PC */
@media screen and (min-width:1024px) {


	#toc--section01 .item-List li:first-child{
	  grid-row-start: 2;
	  grid-column-start: 2;
	}

	#toc--section02 .item-List li:first-child{
	  grid-row-start: 1;
	  grid-column-start: 3;
	}

	#toc--section03 .item-List li:first-child{
	  grid-row-start: 1;
	  grid-column-start: 1;
	}

	#toc--section04 .item-List li:first-child{
	  grid-row-start: 2;
	  grid-column-start: 2;
	}


	.item-List li {
		margin-bottom:3.2rem;
	}


	.item-List__cassette:hover {
		transition: .3s;
		background: #6aff91;
	}


	.item-List__cassette.--notsale:hover {
		transition: .3s;
		background: #eee;
	}


	.item-List__cassette.--notsale img {
		opacity: .6;
	}



	.item-List__cassette.--notsale:hover img,
	.item-List__cassette:hover img {
		transition: .3s;
		opacity: .1;
	}


	.item-List__cassette.--notsale:hover,
	.item-List__cassette a:hover {
		opacity: 1;
	}


	.item-List__cassette.--notsale .item-List__content,
	.item-List__cassette a .item-List__content {
		display: none;
	}


	.item-List__cassette.--notsale:hover .item-List__content,
	.item-List__cassette a:hover .item-List__content {
		padding: 1.6rem;
		display: block;
		position: absolute;
		text-align: center;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		transition: .3s;
		opacity: 100;
	}

	.item-List__brand {
		font-size: 1.8em;
		line-height: 1.6;
		margin-bottom: .6em;
		font-family: 'Sen', sans-serif;
		font-weight: 700;
		color: #fff;
	}

	.item-List__name {
		font-size: 1.1em;
		color: #00395c;
		margin-bottom: 1.6em;
		line-height: 1.6;
		margin-bottom: 1em;
	}

.item-List__cassette.--notsale .item-List__brand {
	color:#00395c;
}


}



@media (min-width: 767.98px) and (max-width: 1023px) {
	


	.fluid {
		height:70%;
	}


	.item-List__cassette a .item-List__content {
		display: block;
		margin-top:.8rem;
	}

	.item-List__brand {
		font-size: 1.8em;
		line-height: 1.6;
		margin-bottom: .6em;
		color: #00d0ff;
	}

	.item-List__name {
		font-size: 1.1em;
		color: #00395c;
		margin-bottom: 1.6em;
		line-height: 1.6;
		margin-bottom: 1em;
	}

	.item-List--2col {
		grid-column-gap: 1em;
		grid-row-gap: 1em;
	}

	.item-List--3col {
		grid-column-gap: 1em;
		grid-row-gap: 1em;
	}


	.item-List__brand {
		display:inline-block;
		padding:0 .2rem .1rem;
		background-color: #53dc77;
		font-size: .8em;
		line-height: 1.2;
		margin-bottom: .6em;
		color: #fff;
	}

	.item-List__name {
		font-size: 1em;
		color: #00395c;
		margin-bottom: 1.6em;
		line-height: 1.6;
	}

	.contents-body {
		margin-bottom:2.4rem;
	}


	.item-List__cassette.--notsale:hover {
		transition: .3s;
		background: #eee;
	}

	.item-List__cassette.--notsale img {
		opacity: .6;
	}




}

@media (max-width: 767.98px) {



	#toc--section01 .item-List li:first-child,
	#toc--section02 .item-List li:first-child,
	#toc--section03 .item-List li:first-child,
	#toc--section04 .item-List li:first-child{
	  grid-row-start: 1;
	  grid-column-start: 1;
	}



	.contents-body {
		margin-bottom:2.4rem;
	}

	.fluid {
		width:50vw;
		height:30vh;
		margin:0 auto 2rem;
	}

	.item-Block {
		margin-bottom:0;
	}


	.item-List li:first-child {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 2;
	}


	.item-List__cassette .item-List__content {
		display: block;
		margin-top:.4rem;
	}


	.item-List__brand {
		display:inline-block;
		padding:0 .2rem .1rem;
		background-color: #53dc77;
		font-size: .8em;
		line-height: 1.2;
		margin-bottom: .6em;
		color: #fff;
	}

	.item-List__name {
		font-size: 1em;
		color: #00395c;
		margin-bottom: 1.6em;
		line-height: 1.6;
	}


	.item-List--2col {
		grid-column-gap: 1em;
		grid-row-gap: 1em;
	}

	.item-List--3col {
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 1em;
	}


	.item-List__cassette.--notsale img {
		opacity: .6;
	}





}

/* アンカーリンク */

.toc {
	width: 100%;
	margin: 0 auto;
}

.toc__inner {
	width: 100%;
	max-width: 600px;
	margin: 2rem auto;
}

.tocList {
	padding: 1.6rem;
	display: grid;
	grid-template-columns: 48% 48%;
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
}

.btn a,
.tocList__item a {
	font-family: 'Sen', sans-serif;
	font-weight: 700;
	display: block;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	padding: 1.6rem 1.6rem;
	background: #00d0ff;
}


.btn a:hover,
.tocList__item a:hover {
	transition: .3s;
	opacity: 1;
	background: #6aff91;
}

.btnWrap {
	width:100%;
	max-width:400px;
	margin:0 auto 8rem;
}


footer {
	margin-top: 0;
}

/* -------------------- pagetop -------------------- */

/* ページの上部へ　右下固定版 */

#pagetop--fixed {
	position: fixed;
	bottom: 10vh;
	right: 1vw;
	background: #222;
	opacity: 0.7;
	border-radius: .2rem;
}

#pagetop--fixed a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}

#pagetop--fixed a::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f062';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 50px;
	height: 50px;
	margin: auto;
	text-align: center;
	line-height: 1.8;
}