@charset "utf-8";

/*
GLOBAL
***************************************************************************/
html {
	font-size: 62.5%;
	overflow-y: auto;
	overflow-x: hidden;
}

body {
	width: 100%;
	height: auto;
	min-width: 320px;
	text-align: left;
	font-size: 1.6rem;
	font-weight: 400;
	color: #3f3f3f;
	line-height: 1.7;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	background: #fff;
}

#wrapper {
	position: relative;
	margin: 0 auto;
}

/*
DEFAULT
***************************************************************************/
body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote,
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	word-wrap: break-word;
	font-feature-settings: "pkna";
	letter-spacing: 0.02rem;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	line-height: 1.5;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,video {
	display: block;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
	overflow: hidden;
}

iframe { border:none; }

li {
	list-style-type: none;
}

table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

th {
	text-align: left;
	font-weight: normal;
}

#gototop {
 display:none;

}

/* ▼LINK▼ */
a {
	color: inherit;
	text-decoration: none;
	outline: none;
	transition: .5s;
	backface-visibility: hidden;
}

a:hover, input[type="image"]:hover {
	text-decoration: underline;
	opacity: 0.75;
}

.no_filter a:hover, .no_filter input:hover,
a.no_filter:hover, input.no_filter:hover {
	opacity: 1;
}

/* ▼IMG▼ */
img, input[type="image"] {
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
}

img, input[type="image"], button {
	transition: .5s;
	backface-visibility: hidden;
}

.img_frame {
	position: relative;
	overflow: hidden;
}

.img_frame img {
	position: absolute;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
h2{
	font-size: 3rem;
	margin:30px 15px ;
	text-align: center;
}
.btn{
	position: relative;
	width:600px;
	margin: 20px auto 50px;
}
.btn a{
	display: block;
	width: 100%;
	background-color: #DF2D00;
	color: #FFF;
	border-radius: 50px;
	font-weight: bold;
	padding: 23px 0;
	text-align: center;
	font-size: 2rem;
	box-shadow: 0px 4px #8E1D00;
	text-decoration: none;
}
.btn a:after{
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -6px;
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 3px #FFF;
	border-right: solid 3px #FFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*
CONTENTS
***************************************************************************/
/* ▼TOPIMG▼ */
#topimg {
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	color: #333;
	background: url(../img/main.jpg) center top no-repeat #68B95C;
	background-size: cover;
	padding-top: 48%;
}
#topimg .logo{
	position:absolute;
	top:10px;
	left:10px;
}
#topimg .logo img{
	width:80%;
}
#topimg .inner{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#topimg .inner div{
	width:100%;
	margin-left:10%;
}
#topimg h1{
	margin:2% 0 10px 0;
}
#topimg h1 img{
	width: 45%;
	min-width: 400px;
}
#topimg p{
	width: 50%;
	margin: 10px 0 10px 5%;
}
#topimg ul {
	width:60%;
	display: flex;
	justify-content: center;
}
#topimg li{
	margin: 0 3%;
}
#movie{
	background: url(../img/movie_bg.png) center bottom no-repeat #68B95C;
	padding:0 0 26px 0;
	text-align: center;
}
video{
	width:206px;
	height:360px;
	margin: 0 auto;
	background-color:#000;
}

/* ▼DOWNLOAD▼ */
#sec_dl{
	background-color:#FFF;
	padding:10px 0 90px;
	text-align: center;
	z-index: 1;
}
#sec_dl .inner{
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	max-width: 1200px;
}
#sec_dl dl {
	text-align: left;
	box-sizing: border-box;
	position: relative;
	width: calc(33% - 20px);
	margin: 10px 10px;
	padding: 40px 25px 30px;
	font-size: 1.6rem;
	line-height: 1.6;
	border-radius: 10px;
	border:#68B95C 3px solid;
}
#sec_dl dl:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	height: 90px;
}
#sec_dl dl:nth-child(1):after { background:url(../img/dl_01_bg.png) no-repeat; }
#sec_dl dl:nth-child(2):after { background:url(../img/dl_02_bg.png) no-repeat; }
#sec_dl dl:nth-child(3):after { background:url(../img/dl_03_bg.png) no-repeat; }

#sec_dl dt {
	display: block;
	margin-bottom: 10px;
	font-size: 3.5rem;
	font-weight: bold;
	color: #DF2D00;
}
#sec_dl .code{
	display: flex;
	margin:15px auto;
	text-align: left;
	align-items: center;
	max-width: 1200px;
}
#sec_dl .image{
	margin:0  15px;
}
#sec_dl .text {
	font-size:1.2rem;
	word-break: break-all;
	line-height: 1;
}
#sec_dl .text h3{
	display: inline-block;
	background-color: #333;
	color: #fff;
	font-size:1.4rem;
	font-weight: normal;
	padding: 5px 10px;
	text-align: center;
	border-radius: 5px;
	line-height: 1;
	margin: 5px 0;
}

/* ▼STEP▼ */
#sec_step{
	background: url(../img/step_bg.png) center top no-repeat #F0F0F0;
	background-size: 100%;
	margin-top: -130px;
	padding-top:130px;
	padding-bottom: 40px;
	z-index: 2;
	text-align: center;
}
#sec_step p{
	margin: 15px;
}
#sec_step .inner{
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0;
	max-width: 1200px;
	margin: 0 auto;
}
#sec_step dl{
	width: calc(33% - 20px);
	background-color: #FFF;
	border-radius: 10px;
	margin:10px;
}
#sec_step dt {
	position: relative;
	background-color: #68B95C;
	color: #FFF;
	border-radius: 10px 10px 0 0;
	padding:9px 10px 8px 60px;
	font-weight: bold;
	text-align: left;
}
#sec_step dt div {
	position: absolute;
	left: 0;
	top: 7px;
	width: 50px;
	background-color: #42763B;
	font-size: 1.2rem;
	line-height:1.0;
	text-align: center;
	padding:3px 0;
}
#sec_step dt div strong{
	position: absolute;
	left: 0;
	background-color: #42763B;
	width: 50px;
	font-size: 1.7rem;
}
#sec_step dd {
	padding :20px;
	text-align: left;
}

/*
FOOTER
***************************************************************************/
footer {
	color: #fff;
	background: #242f31;
	padding: 40px 0;
	text-align: center;
	font-size: 1.4rem;
	width: 100%;
}




/*
SP
***************************************************************************/

@media screen and (max-width:780px){
	br.pc{
		display: none;
	}
	.btn{
		width:90%;
	}
	#topimg {
		background: url(../img/sp_main.jpg) center top no-repeat #68B95C;
		background-size: cover;
		padding-top: 90%;
	}
	#topimg .logo img{
		width:60%;
	}
	#topimg h1{
		margin:0px 0 10px 10px;
	}
	#topimg h1 img{
		width :70%;
		min-width: auto;
	}
	#topimg p{
		width: 60%;
		margin: 2% 0 10px 30px;
		line-height:1.5;
	}
	#topimg .inner div{
		margin-left:0%;
	}
	#topimg ul {
		width: 60%;
		margin: 2% 0 10px 30px;
	}
	#topimg ul li{
		width: 50%;
	}
	#topimg img {
		width:100%;
	}
	#sec_dl .inner {
	justify-content: left;
	}
	#sec_dl dl {
	width: calc(50% - 20px);
	}
	#sec_step dl {
	width: calc(50% - 20px);
	}
}

@media screen and (max-width:480px){
	h2{
		text-align: left;
	}
	#topimg .logo{
		left:auto;
		right:20px;
		text-align: right;
	}
	#topimg p{
		font-size:1.3rem;
	}
	#sec_dl dl {
	width: calc(100% - 20px);
	}
	#sec_step dl {
	width: calc(100% - 20px);
	}
	#sec_step{
	margin-top: -100px;
	padding-top:100px;
	}
	#sec_step p{
		margin: 15px;
		text-align: left;
	}
}