@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* ------------------------
　▼書式設定
--------------------------*/
html {
	margin:0;
	padding:0;
	overflow: scroll;
}

body {
	width: 100%;
	margin: 0 auto;
	overflow:hidden;
	font-size:14px;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wf-mplus1p { font-family: 'M PLUS Rounded 1c', sans-serif;}
body#black {background:#000;}
body#white {background:#fff;}

a:link { color: #fff; text-decoration: none; }
a:visited { color: #fff; text-decoration: none; }
a:hover { color: #fbc64b; text-decoration: none; }

a img:hover {
	opacity: 0.8;
}

h2 {
	margin-bottom: 10px;
	text-align: center;
}
h3 {
	text-align: center;
}
h4 {
	text-align:center;
}
p {
	font-size: 15px;
	letter-spacing: 0.15em;
	line-height: 1.75em;
}
ul {
	list-style: none;
}
.fr { float: right; }
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.glow {
  -webkit-box-shadow: 0 0 6px 0 rgba(0,193,241,0.83);
  -moz-box-shadow: 0 0 6px 0 rgba(0,193,241,0.83);
  box-shadow: 0 0 6px 0 rgba(0,193,241,0.83);
}
.mt0 { margin-top: 0 !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }
/* ------------------------
　▲書式設定
--------------------------*/
/* ------------------------
　▼PC
--------------------------*/
header {
	display: flex;
	justify-content: space-between;
	padding: 5px 10px;
}
.head_logo {
	display: block;
}
.head_logo img {
	width: 100%;
	max-width: 246px;
}
.head_info {
	margin: auto 0;
}
.head_info img {
	width: 100%;
	max-width: 222px;
}
#main {
	background: url("../img/main_bg.png") no-repeat;
	padding: 15px 0;
}
.main_title {
	text-align: center;
}
.main_title_sp {
	display: none;
}
.scroll_img {
	background: url("../img/main_scroll.png") no-repeat;
	background-size: contain;
	width: 50px;
	height: 55px;
	margin: 0 auto;
	position: relative;
}
.scroll_img img {
	position: absolute;
	top: 22px;
	width: 100%;
}
.scroll_ani {
	-webkit-animation: scroll_ani ease-in-out 3.5s infinite;
	-moz-animation: scroll_ani ease-in-out 3.5s infinite;
	animation: scroll_ani ease-in-out 3.5s infinite;
}
@keyframes scroll_ani {
	0% { transform: translate(0%, 0%);opacity: 1;}
	50% { transform: translate(0%, 0%);opacity: 1;}
	70%{transform: translate(0%, 16px);opacity: 1;}
	80%{transform: translate(0%, 16px);opacity: 0;}
	90% { transform: translate(0%, 0%);opacity: 0;}
	100% { transform: translate(0%, 0%);opacity: 1;}
}
#movie,
#info,
#sns {
	width: 100%;
	max-width: 980px;
	margin: 80px auto 100px auto;
}
#movie h2 img {
	width: 284px;
}
.youtube {
	position: relative;
	text-align: center;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 15px solid;
	border-image-slice: 1;
	border-width:15px;
	border-image-source: linear-gradient(150deg, #ffff74, #d2ffe2, #d9e8ff);
}
.lnk_btn {
	margin: 20px 0;
	padding: 0 0 40px 0;
}
.lnk_btn a {
	background-image: linear-gradient(94deg, #ffc12c, #ffa4cd);
	position: relative;
	width: 360px;
	min-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 1000px;
	margin: 0 auto;
	cursor: pointer;
	transition: .5s;
}
.lnk_btn a:hover {
	background-image: linear-gradient(94deg, #83B4FF,#70FE8D);
	color: #fff;
}
.lnk_btn a span {
	font-size: 18px;
	font-weight: bold;
}
.lnk_btn a:after {
	content: "";
	display: block;
	-webkit-transform: rotate(-45deg) translateY(0);
	-ms-transform: rotate(-45deg) translateY(0);
	transform: rotate(-45deg) translateY(0);
	position: absolute;
	width: 10px;
	height: 10px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	margin: auto;
	right: 6%;
	top: 0;
	bottom: 0;
}
#info {
	background-color: #c8fae3;
	border-radius: 20px;
	position: relative;
	margin-top: 40px;
}
#info h3 {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
#info h3 p {
	font-size: 30px;
	letter-spacing: 0;
	line-height: 1.2em;
	display: inline-flex;
	padding-bottom: 10px;
	padding: 0 10%;
	margin-bottom: 10px;
}
#info h3 svg {
	width: 80%;
}
svg line{
    fill: none;
    stroke: #373737;
    stroke-width: 4px;
    stroke-linecap: round;
    stroke-dasharray: 0, 10;
}
#info ul {
	padding: 120px 30px 30px 30px;
}
#info ul li {
	display: inline-block;
	vertical-align: top;
}
#info ul li:first-child {
	width: 50%;
}
#info ul li:first-child img {
	width: 100%;
}
#info ul li:nth-child(2) {
	width: 49%;
	padding-left: 3%;
}
#info ul li span {
	font-size: 18px;
	letter-spacing: 0.15em;
	line-height: 1.5em;
}
.sample_img {
	width: 100%;
	margin-top: 20px;
}
#sns h2 span {
	font-size: 18px;
	color: #484848;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#sns ul {
	text-align: center;
	margin-top: 20px;
}
#sns ul li {
	display: inline-block;
	margin: 0 5px;
}
#sns ul li a {
	display: block;
	width: 44px;
}
#sns ul li a img {
	width: 100%;
}
footer {
	background-color: #e5e5e5;
	text-align: center;
	padding: 20px 0;
	font-size: 10px;
	color: #373737;
}
/* ------------------------
　▲PC
--------------------------*/

/* ------------------------
　▼PC wide
--------------------------*/
@media screen and (min-width: 1400px){

}
/* ------------------------
　▲PC wide
--------------------------*/


/* ------------------------
　▼tablet
--------------------------*/
@media screen and (max-width: 979px){
	.main_title img {
		width: 100%;
	}
	#movie,
	#info,
	#sns {
		width: 96%;
		margin: 80px 2% 100px 2%;
	}
	#info h3 p {
		padding: 0;
	}
	#info h3 svg {
		width: 90%;
	}
}
/* ------------------------
　▲SP
--------------------------*/
@media screen and (max-width: 500px){
	#info h3 p {
		font-size: 24px;
	}
}

@media screen and (max-width: 480px){
	.head_logo {
		display: none;
	}
	.head_info {
		margin: auto;
	}
	#main{
		background-size: cover;
	}
	.main_title {
		display: none;
	}
	.main_title_sp {
		display: block;
		margin-bottom: 20px;
		padding: 0 2%;
	}
	.main_title_sp img {
		width: 100%;
	}
	#movie h2 img {
		width: 70%;
	}
	#info h3 {
		width: 90%;
	}
	#info ul {
		padding: 140px 30px 30px 30px;
	}
	#info ul li:first-child {
		width: 100%;
	}
	#info ul li:nth-child(2) {
		width: 100%;
		padding-left: 0;
		margin-top: 30px;
	}
	.lnk_btn a {
		width: 90%;
	}
}
