@charset "UTF-8";
/* CSS Document */

html,
body {
	padding: 0;
	margin: 0;
}
img {
	width: 100%;
	border: none;
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1,h2,h3,p {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	color: #000;
}

#br {
	position: relative;
	font-family: "Hanken Grotesk", "Noto Sans JP", sans-serif;
	font-size: 11px;
}
.hand {
	font-family: "Grape Nuts", cursive;
}
.pcv {
	display: none;
}
@media only screen and (min-width: 769px)  {
	.pcv {
		display: block;
	}	
}

#main_visual {
	position: relative;
	background: url("../img/bg.png");
	background-size: 600px;
	margin-bottom: 15%;
	padding: 5% 0;
}
#main_visual h1 {
	width: 70%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 15% 10% 10%;
	position: relative;
}
#main_visual h1 span {
	display: block;
	width: 48%;
	position: absolute;
	top: 0;
	left: 0;
}
#main_visual ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
}
#main_visual ul li {
	position: relative;
	line-height: 0;
}
#main_visual ul li img {
	filter: drop-shadow(1px 1px 3px rgb(0,0,0,0.2));
	box-sizing: border-box;
	border: 0px solid #FFF;
}
#main_visual ul h2 {
	font-size: 12px;
	font-weight: 400;
	box-sizing: border-box;
	padding: 5%;
	line-height: 1.8;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	
}
@media only screen and (min-width: 769px)  {
	#main_visual {
		margin:0 auto 5%;
		padding: 3% 0;
		max-width: 1200px;
	}
	#main_visual h1 {
		width: 36%;
		margin: 0 auto;
		box-sizing: border-box;
		padding:7% 5% 5%;
		position: relative;
	}
	#main_visual h1 span {
		display: block;
		width: 44%;
		position: absolute;
		top: 0;
		left: 0;
	}
	#main_visual ul {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		grid-gap: 10px;
	}
	#main_visual ul li:nth-last-of-type(1) {
		grid-column: 1/6;
		margin: 5% auto;
		width: 50%;
		font-size: 14px;
		
	}
	#main_visual ul h2 {
		font-size: 14px;
		text-align: center;
	}

}

#main_contents {
	position: relative;
}
.section {
	position: relative;
	max-width: 1200px;
	margin: 0 auto 5%;
	padding-bottom: 5%;
}
.section::before {
	content: "";
	position: absolute;
	top: 20px;
	left: 0px;
	bottom: 0;
	right: 0px;
	background: url("../img/bg.png");
	background-size: 600px;
	opacity: 1;
}
.section .img {
	position: relative;
	box-sizing: border-box;
	line-height: 0;
}
.section .img img {
	filter: drop-shadow(2px 2px 4px rgb(0,0,0,0.2));
	box-sizing: border-box;
	border: 0px solid #FFF;
}
.section .no {
	position: absolute;
	top: 20px;
	left: 0;
	text-align: center;
	width: 100%;
	font-size: 34px;
	z-index: 10;
	line-height: 1;
}
.section .read {
	writing-mode: vertical-rl;
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 16px;
	font-weight: 400;
	z-index: 10;
	background: #fff;
/*	background: rgba(255,169,16,1);*/
	color: #db7200;
	box-sizing: border-box;
	padding: 15px 5px;
	line-height: 2;
}

@media only screen and (min-width: 769px)  {
	.section {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}	
	.section::before {
		content: "";
		position: absolute;
		top: 2.3%;
		left: 0px;
		bottom: 0;
		right: 0px;
		background: url("../img/bg.png");
		background-size: 600px;
		opacity: 1;
	}
	.section .no {
		position: absolute;
		top: 5%;
		left: auto;
		right: 5%;
		text-align: right;
		width: 100%;
		font-size: 50px;
		z-index: 10
	}
	.section .read {
		writing-mode:horizontal-tb;
		position: absolute;
		top: 10%;
		right: auto;
		left: 45%;
		font-size: 18px;
		z-index: 10;
		padding: 5px 25px;
	}
}
.section .main {
	position: relative;
	width: 86%;
	margin: 0 auto;
}
.section .main .clip {
	position: absolute;
	top: 0;
	left: 5%;
	width: 15%;
	z-index: 10;
}
.section .main .img {
	padding-top: 15%;
}
.section .main .img img {
	display: block;
	box-sizing: border-box;
	border: 8px solid #FFF;
}

.section .main .data {
	position: relative;
	padding: 10% 0 10% 20%;
}
.section .main .data .arrow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12%;
}
.section .main .name {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}
.section .main .inner p {
	font-size: 12px;
	margin-bottom:8px;
	position: relative;
	padding-left: 50px;
}
.section .main p span {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	font-size: 16px;
}
@media only screen and (min-width: 769px)  {
	.section .main .name {
		font-size: 30px;
	}
	.section .main .inner p {
		font-size: 14px;
		padding-left: 55px;
	}
	.section .main p span {
		font-size: 18px;
	}
}
.section .detail {
	position: relative;
	width: 86%;
	margin: 0 auto;
}
.section .detail .sub {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 5%;
}
.section .detail .sub .img:nth-of-type(1),.section .detail .sub .img:nth-of-type(2) {
	margin-bottom: 10%;
}
.section .detail .data {
	position: relative;
	padding: 10% 0 10% 0%;
}
.section .detail .data .arrow {
	width: 8%;
	position: absolute;
	top: 0;
	right: 0;
	
}
.section .detail .inner p {
	font-size: 12px;
	margin-bottom: 12px;
	position: relative;
}
.section .detail p span {
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}
@media only screen and (min-width: 769px)  {
	.section .detail {
		margin: 35% 0 0 10%;
		width: 75%;
	}
	.section .detail .inner p {
		font-size: 12px;
	}
	.section .detail p span {
		font-size: 18px;
	}
}




.section .style {
	position: relative;
	width: 86%;
	margin: 0 auto;
}
.section .style ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap:15px;
}
.section .style ul li:nth-of-type(1) {
	grid-column: 1/3;
	margin-bottom: 16px;
}
@media only screen and (min-width: 769px)  {
	.section .style {
		margin-top: -15%;
	}
	.section .style ul {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		column-gap:5px;
	}
	.section .style ul li:nth-of-type(1) {
		grid-column: auto;
		margin-bottom: 0;
	}
}


.section .link {
	position: relative;
	margin: 15% auto;
	width: 90%;
}
.section .link .btn a {
	display: block;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 5%;
	width: 60%;
	margin: 0 auto 5%;
}
@media only screen and (min-width: 769px)  {
	.section .link {
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 90%;
		margin: 5% auto;
	}
	.section .link .btn a {
		display: block;
		font-size: 20px;
		text-align: center;
		padding-bottom: 5%;
		width: 90%;
		margin: 0 auto 5%;
	}
}

#main_foot {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	background: url("../img/bg.png");
	background-size: 600px;
	padding: 15% 0;
}
#main_foot .all a {
	display: block;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 5%;
	width: 60%;
	margin: 0 auto 15%;
}
#main_foot .logo {
	max-width: 300px;
	width: 80%;
	margin: 0 auto 0
}
#main_foot .copy {
	font-size: 10px;
	text-align: center;
	margin: 50px auto 0;
}
@media only screen and (min-width: 769px)  {
	#main_foot {
		position: relative;
		max-width: 1200px;
		margin: 0 auto;
		background: url("../img/bg.png");
		background-size: 600px;
		padding: 5% 0;
	}
	#main_foot .all a {
		font-size: 24px;
		width: 25%;
		margin: 0 auto 50px;
	}		
		
}

#mask path{
fill:none;
stroke:#ffffff;
stroke-width:70;
stroke-dasharray: 8000px;
stroke-dashoffset: 8000px;
}
#text{
mask: url(#mask-wrapper);
fill: #ffa910;
}
#main_visual h1 img {
	display: block;
	opacity: 0;
	transform: translate(0,10px);
	transition: 1.2s all 0s ease;
}
#main_visual.ac h1 img {
	opacity: 1;
	transform: translate(0)
}
#main_visual h1 span {
	z-index: 10
}
#main_visual.ac #mask path {
	animation: line 1.5s 0.5s forwards;
}
#main_visual ul li {
	opacity: 0;
	animation: fade 1s 0.8s forwards;
}
#main_visual.ac ul li:nth-of-type(2) {
	animation-delay: 1.2s;
}
#main_visual.ac ul li:nth-of-type(3) {
	animation-delay: 1.5s;
}
#main_visual.ac ul li:nth-of-type(4) {
	animation-delay: 1.8s;
}
#main_visual.ac ul li:nth-of-type(5) {
	animation-delay: 2.1s;
}
.img {
	opacity: 0;
	transition: 1.5s all 0s ease;
}
.img.ac {
	opacity: 1;
}
p {
	opacity: 0;
	transition: 1s all 0s ease;
}
p.ac {
	opacity: 1
}
.section .read {
	overflow: hidden;
	opacity: 0;
	transition: 1s all 0s ease;
}
.section .read.ac {
	opacity: 1;
}
.section .read::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 10;
	transition: 1s all 0.4s ease;
}
.section .read.ac::before {
	top: 100%;
	left: 0;
}
@media only screen and (min-width: 769px)  {
.section .read.ac::before {
	top: 0;
	left: 100%;
}
}

.mask path{
fill:none;
stroke:#ffffff;
stroke-width:30;
stroke-dasharray: 4000px;
stroke-dashoffset: 4000px;
}
#svg_img1a {
mask: url(#mask-wrapper1a);
fill: #ffa910;
}
#svg_img2a{
mask: url(#mask-wrapper2a);
fill: #ffa910;
}
#svg_img1b {
mask: url(#mask-wrapper1b);
fill: #ffa910;
}
#svg_img2b{
mask: url(#mask-wrapper2b);
fill: #ffa910;
}
#svg_img1c {
mask: url(#mask-wrapper1c);
fill: #ffa910;
}
#svg_img2c{
mask: url(#mask-wrapper2c);
fill: #ffa910;
}
#svg_img1d{
mask: url(#mask-wrapper1d);
fill: #ffa910;
}
#svg_img2d{
mask: url(#mask-wrapper2d);
fill: #ffa910;
}
#svg_img1e{
mask: url(#mask-wrapper1e);
fill: #ffa910;
}
#svg_img2e{
mask: url(#mask-wrapper2e);
fill: #ffa910;
}
.anim.ac .mask path {
	animation: line2 1.5s 0s forwards;
}

@keyframes fade{
0%{opacity: 0;}
100%{opacity: 1}
}
@keyframes line{
0%{stroke-dashoffset: 8000px;}
100%{stroke-dashoffset: 0;}
}
@keyframes line2{
0%{stroke-dashoffset: 4000px;}
100%{stroke-dashoffset: 0;}
}