@charset "UTF-8";


/* style
---------------------------------------- */
body {
	text-align: center;
	}
.wrapper{ 
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}
#contents-warp{ 
	width: 760px;
	max-width: 100%;
	margin: 0 auto;
}
#foot-warp{ 
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	background-color: #ffffff;
}
.page_bg{ 
	background-image: url('../images/bg.jpg');
	background-repeat: repeat;
}
@media screen and (max-width: 768px) {
	#contents-warp,
	#foot-warp {
	    width: 100%;
	}
}


.sp,header{ 
	display: none !important; 
	
	}
.pc { 
	width: 100%;
	display: inline-block; 
}
a:hover {
	opacity: .6;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

/* area02
---------------------------------------- */
#area02 .area_box{ 
	padding-top: 30px;
	overflow:hidden;
}
#area02 .left,#area02 .right{ 
	width: 50%;
	float: left;
}
#area02 .area_box .tit2{
	text-align: left;
	padding-left: 1em;
	margin: 0 0 20px;
	text-indent:-1em;	
	color: #ffffff;
	font-size: 22px;
    font-weight: 600;
}
#area02 .area_box .app_box {
    width: 89%;
    overflow: hidden;
	margin: 10px auto 20px;
}
#area02 .area_box .appstore {
    padding-right: 5%;
}
#area02 .area_box > .note {
	width: 100%;
    font-size: 22px;
    color: #ffffff;
    clear: both;
	text-align: center;
    font-weight: 400;
}
@media screen and (max-width: 768px) {
#area02{ padding-top: 5vw;}
#area02 .inner{ width: 94%; margin: 0 auto;}
#area02 .area_box{ 
	padding-top: 4vw;
	margin-bottom: 2vw;
}
#area02 .left,#area02 .right{ width: 100%;}
#area02 .area_box .tit2{
	margin: 0 0 3vw;
	font-size: 4.6vw;
    font-weight: 500;
}
#area02 .area_box .area_box:nth-child(2) .tit2{ 
	padding: 20px 1em 20px 1em;
	margin: 0;
}
#area02 .area_box .app_box {
    width: 100%;
    margin: 0 auto 4vw;
}
#area02 .area_box .appstore {
    padding-right: 4%;
}
#area02 .area_box .note {
    font-size: 3.6vw;
}
}


/* area02,area06
---------------------------------------- */
#area02,
#area06{
	background-color: #b50081;
	padding: 34px 0;
}
#area02 .inner,
#area06 .inner{
	width: 710px;
	margin: 0 auto;
}
#area02 p,
#area06 p{ 
	color: #fff; 
	font-weight: 600;
}
#area02 .tit ,
#area06 .tit {
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: 0.3rem;
    margin-bottom: 24px;
}
/*#area06 .tit { padding-top: 24px;}*/
#area02 .txt {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 24px;
	padding-left:1em;
	text-indent:-1em;
}
#area02 p:nth-child(3) {
	width: 650px;
	float: left;
}
#area02 .btn_area a,
#area06 .btn_area a{
	display: inline-block;
    width: 215px;
	padding: 8px 0;
	margin-bottom: 30px;
	color: #b50081;
    background-color: #f5c8dd;
    border-radius: 8px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.2rem;
	/*float: right;*/
	/*position: relative;*/
	top: 50px;
}
#area06 .btn_area a{
	float: none;
	position: relative;
	top: 0;
	margin-bottom: 34px;
}
.under{ 
	color: #b50081;
	background: linear-gradient(transparent 50%, #ffea96 50%);
}
.tag{
	width: 630px;
	padding: 10px 0;
	margin: 0 auto;
    font-size: 30px;
	background-color: #fff;
	clear: both;
	position: relative;
}
.tag::before{
	content: '';
    position: absolute;
    top: 24%;
    left: -15px;
    display: block;
    background-color: #b50081;
    border: solid 8px #fff;
    width: 16px;
    height: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}
.tag .note{ font-weight: 400;}

@media screen and (max-width: 768px) {
/* area02,area06
---------------------------------------- */
#area02,#area06{ padding: 7vw 0;}
/*#area06{ margin-top: 5vw;}*/
#area02 .tit,
#area06 .tit {
    font-size: 6.4vw;
    letter-spacing: 0;
}
#area06 .tit { padding-top: 0;}
#area02 .txt{
    font-size: 4.6vw;
    font-weight: 500;
}
#area02 p:nth-child(3) { width: 100%;}
#area02 .btn_area{ clear: both;}
#area02 .btn_area a,
#area06 .btn_area a{
    width: 50%;
    padding: 5px 0;
	margin: 4vw 0 8vw;
    border-radius: 6px;
    font-size: 6vw;
    float: none;
    position: relative;
    top: 0;
}
#area06 .btn_area a{margin: 0 0 8vw;}
#area06 .btn_area a{
	float: none;
	position: relative;
	top: 0;
	margin-bottom: 34px;
}
.tag{
	width: 100%;
    font-size: 5vw;
}
.tag::before{
    top: 35%;
    left: -10px;
    border: solid 5px #fff;
    width: 10px;
    height: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
}

/* area03
---------------------------------------- */
#area03{
	width: 100%;
	/*background-color: #f7c3bf;*/
	/*background-image: url('../images/area03/sputter.png');*/
	background-repeat: repeat-y;
	background-size: 100% auto;
	padding: 20px 0;
	margin-top: 80px;
	position: relative;
	border: 8px solid #956134;
	box-sizing: border-box;
	border-radius: 30px;
	background-color: #ffffff;
}
#area03 .area-content{
	width: 100%;
	margin: 0 auto;
	/*background: url('../images/area03/bg_content.png') repeat-y;*/
	background-size: 100% auto;
}
#area03 .bd-style::before{
	content:'';
	width:100%;
	height: 120px;
	display: block;
	/*background: url('../images/area03/bg_head.png') center top no-repeat;*/
	background-size: 100% auto;
}
#area03 .bd-style::after{
	content:'';
	width:100%;
	height: 20px;
	display: block;
	/*background: url('../images/area03/bg_foot.png') center top no-repeat;*/
	background-size: 100% auto;
}
#area03 .area-content .inner{
	width: 670px;
	margin: 0 auto;
}
#area03 .area-content .inner2{
	width: 85%;
	margin: 0 auto;
}
#area03 h2{
	position: relative;
}
#area03 .bd-style{
	width: 100%;
	margin: 0 auto;
}
#area03 .tit{
	position: relative;
	width: 100%;
	/*width: 99.2%;*/
	height: 130px;
	margin: 0 auto;
/*    padding: 15px 0 10px 0;*/
    font-size: 42px;
    color: #fff;
	font-weight: 500;
    background-color: #956134;
	/*background-image: url('../images/area03/sputter2.png');*/
	background-repeat: repeat-y;
}
#area03 .tit::before{
	content: '';
	position: absolute;
	top: -180px;
    left: -58px;
	display: inline-block;
	width: 292px;
	height: 157px;
	background-image: url('../images/area03/sub_img.png');
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	z-index: 999;
}

#area03 .tit img{
	position: relative;
    top: -55px;
}
#area03 .txt {
    padding: 20px 0 20px;
    font-size: 15px;
    line-height: 2;
    color: #000;
	clear: both;
}
#area03 .fukidashi{
	position: relative;
	/*top: 27px;*/
	margin-bottom: -24px;
}
#area03 .lead {
    width: 417px;
    background: url(../images/area03/bg_span.png) center no-repeat;
    background-size: 100% 100%;
    padding: 10px 0 10px 6px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    float: right;
}
#area03 .period{
	width:600px;
	margin: 0 auto;
	padding: 30px 0;
	display: table;
}
#area03 .period01{
	width:70px;
	height: auto;
	vertical-align: middle;
	padding-right: 10px;
}
#area03 .period02{
	width:514px;
	height: auto;
	vertical-align: middle;
}
#area03 .bd-line::before,#area03 .bd-line::after{
	content:'';
	width:92%;
	margin: 0 auto;
	height: 15px;
	display: block;
	background: url('../images/area03/line.png') center top no-repeat;
	background-size: 100% auto;
}
#area03 .bd-line.-bd-line_bottom::before,
#area03 .bd-line.-bd-line_bottom::after{ display: none;}

#area03 .left,#area03 .right{
	width: 50%;
	float: left;
	padding: 30px 0 25px;
}
#area03 .right{ 
	text-align: right;
	padding-top: 50px;
}
#area03 .left img{ width: 100%;}
#area03 .right img { width: 80%;}
#area03 .btn_area {
	margin-top: 15px;
}
#area03 .btn_area a {
    display: inline-block;
    box-sizing: border-box;
    width: 82%;
    padding: 15px 0;
    font-size: 25px;
    color: #fff;
    text-align: center;
    background-color: #956134;
    border-radius: 8px;
}
#area03 .note{
	font-size: 12px;
	line-height: 1.6;
	color: #000;
	text-align: left;
	clear: both;
}

/* area04
---------------------------------------- */
#area04{
	width: 100%;
	/*background-color: #8ac8cf;*/
	/*background-image: url('../images/area04/sputter.png');*/
	background-repeat: repeat-y;
	background-size: 100% auto;
	padding: 50px 0;
	margin: 80px auto;
	position: relative;
	border: 8px solid #fabe00;
	box-sizing: border-box;
	border-radius: 30px;
	background-color: #ffffff;
}
#area04 .area-content{
	width: 100%;
	margin: 0 auto;
	/*background: url('../images/area04/bg_content.png') repeat-y;*/
	background-size: 100% auto;
}
#area04 .bd-style::before{
	content:'';
	width:100%;
	height: 100px;
	display: block;
}
#area04 .bd-style::after{
	content:'';
	width:100%;
	height: 0;
	display: block;
}
#area04 .bd-style::before{
	/*background: url('../images/area04/bg_head.png') center top no-repeat;*/
	background-size: 100% auto;
}
#area04 .bd-style::after{
	/*background: url('../images/area04/bg_foot.png') center top no-repeat;*/
	background-size: 100% auto;
}
#area04 .area-content .inner{
	width: 670px;
	margin: 0 auto;
}
#area04 .area-content .inner2{
	width: 85%;
	margin: 0 auto;
}
#area04 .area-content .inner:not(:last-child){ padding-bottom: 50px;}
#area04 h2{
	position: relative;
}
#area04 .bd-style{
	width: 100%;
	margin: 0 auto;
}
#area04 .tit{
	width: 100%;
	height: 160px;
	margin: 0 auto;
/*    padding: 5px 0 10px 0;*/
    font-size: 42px;
	font-weight: 500;
    color: #fff;
    background-color: #fabe00;
	/*background-image: url('../images/area04/sputter2.png');*/
	background-repeat: repeat-y;
}
#area04 .tit::before{
	content: '';
	display: inline-block;
	position: absolute;
	top: -190px;
    left: -38px;
	width: 292px;
	height: 157px;
	background-image: url('../images/area04/sub_img.png');
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
}
#area04 .tit img{
	position: relative;
    top: -75px;
}
#area04 .tit span{
    font-size: 34px;
    color: #fff;
    background-color: #fabe00;
}
#area04 .tit2{
	width: 99.2%;
	margin: 0 auto;
    padding: 40px 0 0;
    font-size: 45px;
    color: #fabe00;
}
#area04 .txt {
    padding: 20px 0 30px 0;
    font-size: 15px;
    line-height: 2;
    color: #000;
	clear: both;
}
#area04 .img_tit {
    width: 70%;
	margin: 0 auto;
	padding-bottom: 15px;
}
#area04 .img_visual {
    width: 90%;
    margin-bottom: 30px;
    position: relative;
}
#area04 .lead {
    width: 402px;
    background: url(../images/area04/bg_span.png) center no-repeat;
    background-size: 100% 100%;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    text-align: left;
	float: right;
}
#area04 .period{
	width:600px;
	margin: 0 auto;
	padding: 0 0 30px;
	display: table;
}
#area04 .period01{
	width:70px;
	height: auto;
	vertical-align: middle;
	padding-right: 10px;
}
#area04 .period02{
	width:514px;
	height: auto;
	vertical-align: middle;
}
#area04 .period03 {
	width:92%;
    height: auto;
    margin: 0 auto;
    padding: 9px 0;
    color: #fff;
    font-size: 23px;
    background-color: #fabe00;
    background-size: 100% 100%;
}
#area04 #quiz{
	position: relative;
	width: 85%;
	margin: 0 auto 80px;
}
#area04 #quiz img{
	width: 100%;
}
#area04 #quiz img + img{
	margin-top: 60px;
}
#area04 #quiz .quiz_contents{
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
#area04 #quiz .quiz_back{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#area04 .bd-line{
	position: relative;
	z-index: 999;
}
#area04 .bd-line::before{
	content:'';
	width:92%;
	margin: 0 auto;
	height: 15px;
	display: block;
	background: url('../images/area04/line.png') center top no-repeat;
	background-size: 100% auto;
}
#area04 .bd-line::after{
	content:'';
	width:92%;
	margin: 0 auto;
	height: 15px;
	display: block;
	background: url('../images/area04/line.png') center top no-repeat;
	background-size: 100% auto;
}
#area04 .left,#area04 .right{
	width: 50%;
	float: left;
	padding: 70px 0 15px;
}
#area04 .right{
	width: 40%;
	float: right;
}
#area04 .right{ 
	text-align: right;
	padding-top: 30px;
}
#area04 .left img{ width: 100%;}
#area04 .right img {
    width: 70%;
    padding: 0 15%;
	margin-bottom: 30px;
}
#area04 .btn_area {
	margin-top: 15px;
}
#area04 .btn_area a {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    font-size: 25px;
    color: #fff;
	text-align: center;
    background-color: #fabe00;
    border-radius: 8px;
}
#area04 .note{
	font-size: 12px;
	margin-bottom: 30px;
	line-height: 1.6;
	color: #000;
	text-align: left;
}

@media screen and (max-width: 768px) {
/* area03,area04
---------------------------------------- */
#area03 h2,
#area04 h2 {
    width: 85%;
    margin: 0 auto;
}
#area03 .tit img {
    width: 100%;
    top: -15vw;
}
#area04 .tit img {
    width: 83%;
	top: -13vw;
}
#area03 .tit {
    padding: 20px 0 15px 0;
    font-size: 5.5vw;
	height: 9vw;
}
#area04 .tit {
    padding: 20px 0 15px 0;
    font-size: 5.5vw;
	height: 18vw;
}
	
#area03 .tit::before ,
#area04 .tit::before {
    top: -26vw;
    left: -3vw;
    width: 38%;
    height: 100%;
}
	
#area04 .tit span { font-size: 4.5vw;}
#area04 .tit2 {  font-size: 7vw;}
#area03 .txt,
#area04 .txt {
    padding: 6vw 0;
    font-size: 3.4vw;
    line-height: 1.5;
}
#area03 .txt {
    padding: 6vw 0 3vw;
}
#area03 .fukidashi {
    top: 0;
    margin-bottom: 20px;
    width: 90%;
}
#area03 .lead {
    width: 95%;
    padding: 2% 0;
    margin: 0 auto;
    font-size: 3.2vw;
    text-align: center;
    float: none;
}
#area03 .period01,
#area04 .period01 {
    width: 22%;
	padding:2vw 0 4vw;
}	
#area03 .period02,
#area04 .period02{
	width: 96%;
	padding-bottom: 4vw;
}	
#area04 .period03 {
    width: 90%;
    font-size: 4.5vw;
    /*background: url(../images/area04/line2sp.png) center top no-repeat;*/
    background-size: 100% 100%;
}

#area03 .left, #area03 .right,
#area04 .left, #area04 .right{
	width: 94%;
    margin: 0 3%;
    padding: 5vw 0;
	float: none;
}
#area03 .right {
    text-align: center;
}
#area04 .area-content .inner:not(:last-child) {
    padding-bottom: 6vw;
}
#area04 #quiz {
	margin: 0 auto 10vw;
}
#area04 #quiz img + img {
    margin-top: 6vw;
}
#area03 .bd-line.-bd-line_bottom::before{ display: none;}
#area03 .bd-line.-bd-line_bottom::after{ 
	display: block;
	width: 102%;
    position: relative;
    left: -4px;
}
#area03 .right { padding-top: 5vw;}
#area03 .right img { 
	margin: 0 auto;
    width: 100%;
}
#area04 .right { 
	display: flex;
	flex-direction: column;
}
#area04 .btn_area a { order: 1;}
#area04 .note {order: 2;}
#area04 .right img {
    margin-bottom: 0;
}
#area03 .btn_area a{
    width: 100%;
    font-size: 5vw;
    padding: 15px 20px;
    box-sizing: border-box;
}
#area04 .btn_area a {
    width: 100%;
    font-size: 7vw;
    padding: 15px 20px;
    box-sizing: border-box;
}
#area03 .note,
#area04 .note{
    font-size: 3.2vw;
    padding: 3vw 0;
    line-height: 1.4;
}
#area04 .note {
	padding: 6vw 0 0; 
	margin-bottom: 0;
}
#area04 .img_tit,
#area04 .img_visual {
    width: 94%;
}

/* area03sp,area04sp
---------------------------------------- */
#area03sp,#area04sp {
	background-color: #b50081;
    padding: 7vw 0;
}
#area03sp .inner,#area04sp .inner{ 
	width: 94%;
	margin: 0 auto;
}
#area03sp p,
#area04sp p {
	color: #fff;
	font-weight: 600;
}
#area03sp .tit,
#area04sp .tit {
	padding-bottom: 4vw;
    font-size: 5vw;
    line-height: 1.3;
}
#area03sp .txt,
#area04sp .txt {
    font-size: 4.6vw;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 24px;
    padding-left: 1em;
    text-indent: -1em;
}
#area03sp .step_area .l,
#area04sp .step_area .l{ 
	width: 70%;
	margin-left: 2%;
	float:left;
}
#area03sp .r,
#area04sp .r { width: 28%}
#area03sp .step_area p,
#area04sp .step_area p{ 
	font-size: 3.6vw;
	font-weight: 300;
}
#area03sp .step_tit,
#area04sp .step_tit{ 
	font-size: 16px;
	padding: 5px 0;
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
	border-radius: 30px;
}
#area03sp .step_tit.green{ background-color: #956134;}
#area04sp .step_tit.orange{ background-color: #fabe00; color: #000;}
#area03sp .step_area .step_txt,
#area04sp .step_area .step_txt{ 
	padding-bottom: 2vw;
	text-align: left;
	font-size: 3.4vw;
	line-height: 1.5;
	padding-left: 1em;
	text-indent: -1em;
}
}

/* area05
---------------------------------------- */
#area05{
	background-color: #eeeceb;
	padding: 60px 0;
}
#area05 .inner{
	width: 760px;
	margin: 0 auto;
	background-color: #b50081;
	overflow: hidden;
}
#area05 .area_box{ 
	width: 92%;
	margin: 0 auto;
}
#area05 p {
	color: #fff;
	font-weight: 600;
}
#area05 .tit {
	padding: 24px 0;
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: 0.3rem;
}
#area05 .txt {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 24px;
    padding-left: 1em;
    text-indent: -1em;
}
#area05 .area_box:nth-child(2){ 
	background-color: #fff;
	border-radius: 15px;
	margin-bottom: 40px;
	overflow: hidden;
}
#area05 .area_box:nth-child(2) .l{ 
	width: 65%;
    margin-right: 5%; 
	float: left;
}
#area05 .area_box:nth-child(2) .r{ 
	width: 30%;
	float: left;
}
#area05 .area_box:nth-child(2) .r img{ 
	width: 100%;
}
#area05 .area_box:nth-child(2) .inner2{ 
	width: 90%;
	padding: 4% 0;
	margin:0 auto;
}
#area05 .area_box:nth-child(2) .inner2 p{ 
	color: #000;
	font-weight: 400;
	text-align: left;
}
#area05 .area_box:nth-child(2) .inner2 .step_tit{ 
	font-size: 16px;
	padding: 5px 0;
	margin-bottom: 20px;
	text-align: center;
	color: #000;
	border-radius: 30px;
}
#area05 .area_box:nth-child(2) .inner2 .step_area {margin-bottom: 30px;}
#area05 .area_box:nth-child(2) .inner2 .step_tit.green{ background-color: #956134; color: #fff;}
#area05 .area_box:nth-child(2) .inner2 .step_tit.orange{ background-color: #fabe00; color: #000;}
#area05 .area_box:nth-child(2) .inner2 .step_txt{ 
	font-size: 15px;
	padding-left: 1em;
	padding-bottom: 0.15em;
	text-indent: -1em;
}

/* area07
---------------------------------------- */
#area07{ padding-top: 50px;}
#area07 .inner{ 
	width: 760px;
	margin: 0 auto;
}
#area07 .area_box{ 
	margin-bottom: 40px;
	overflow:hidden;
}
#area07 .left,#area07 .right{ 
	width: 50%;
	float: left;
}
#area07 .tit{
	padding: 20px 0;
	margin-bottom: 20px;
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	background-color: #b50081;
	border-radius: 20px;
	clear: both;
}
#area07 .tit2{
	text-align: left;
	padding-left: 1em;
	margin: 20px 0 30px;
	text-indent:-1em;	
	color: #b50081;
	font-size: 26px;
	font-weight: 600;
}
#area07 .area_box:nth-child(2) .tit2{ 
	padding: 20px 1em 20px 2em;
	margin: 0;
}
#area07 ul {
	padding: 20px 0;
	margin-left: 40px;
	font-size: 22px;
	font-weight: 400;
	text-align: left;
}
#area07 ul li{ 
	color: #000;
	/*list-style-type: decimal;*/
	line-height: 1.5;
}
#area07 .area_box:nth-child(2) ul { margin-left: 1.8em;}
#area07 .area_box:nth-child(2) ul li{ line-height: 1.6; text-indent: -1em; text-align: left;}
#area07 .note{
	font-size: 22px;
	color: #000;
	text-align: left;
	padding-left:1em;
	text-indent:-1em;
	clear: both;
}
#area07 .area_box:nth-child(2) .note{ text-align: center;}
.app_box { 
	width: 89%;
	overflow: hidden;
	margin: 10px auto 30px;
}
.appstore,.googleplay{ 
	padding-right: 100px;
	float: left;
}
.googleplay{ padding-right: 0;}
.indent { color: #000;}

@media screen and (max-width: 768px) {
#area07{ padding-top: 5vw;}
#area07 .inner{ width: 94%; margin: 0 auto;}
#area07 .area_box{ margin-bottom: 4vw;}
#area07 .left,#area07 .right{ width: 100%;}
#area07 .tit{
	padding: 10px 0;
    margin-bottom: 0;
    font-size: 4.5vw;
    border-radius: 8px;
	font-weight: 500;
}
#area07 .tit2{
	text-align: left;
	margin: 4vw 0 0;
	color: #b50081;
	font-size: 4.5vw;
}
#area07 .area_box:nth-child(2) .tit2{ 
	padding: 20px 1em 20px 1em;
	margin: 0;
}
#area07 ul {
	padding: 0;
	margin-left: 8vw;
	font-size: 3.6vw;
	font-weight: 300;
}
#area07 ul li{ line-height: 1.4;}
#area07 .area_box:nth-child(2) ol{ margin: 8vw 0 10vw 8vw;}
#area07 .note{ font-size: 3.6vw; font-weight: 300;}
.indent { margin-left: -1em;}
.app_box { 
	width: 90%;
	margin: 0 auto 5vw;
}
.appstore{ 
	width: 42%;
    padding-right: 4%;
}
.googleplay{ 
	width: 54%;
	padding-right: 0;
}
}

/* area08
---------------------------------------- */
#area08{ padding: 10px 30px 50px;}
#area08 .tit{
	padding: 30px 0;
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	background-color: #000;
}
#area08 .app_box { 
	margin: 60px auto 80px;
}
img.eaon_left {
	margin-right: 30px;
}

@media screen and (max-width: 768px) {
#area08 .inner { 
	width: 90%;
	margin: 0 auto;
}
#area08 .tit {
    padding: 5vw 0;
    font-size: 5vw;
}
#area08 .app_box { 
	width: 100%;
	margin: 6vw auto 10vw;
}
img.eaon_left {
	width: 35%;
	margin-right: 5%;
}
img.eaon_right { width: 57%;}
}

/* area09
---------------------------------------- */
#area09 .tit { 
	width: 870px;
	padding: 5px 0;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	border: 1px solid #000;
}
#area09 .note{
	width: 870px;
	margin: 20px auto 30px auto;
}
#area09 .note p{
	text-align: left;
	color: #000;
	font-size: 13px;
}
#area09 .note .tit2{
	font-weight: bold;
}


#area09 .note_box {
	width: 87.3%;
	margin: 0 auto;
	padding: 2vw;
	margin-bottom: 30px;
	box-sizing: border-box;
	text-align: left;
	background-color: #fff697;
	border: 5px solid #b50080;
}
#area09 .note_box p{
	color: #000000;
}
#area09 .note_box .block{
	margin-bottom: 20px;
}
#area09 .note_box .block.margin-0{
	margin-bottom: 0;
}
#area09 .note_box p.tit{
	width: 100%;
	font-size: 15px;
    line-height: 1;
    padding: 6px 0;
    margin-bottom: 10px;
	font-weight: 600;
	text-align: center;
	background-color: #fff;
}
#area09 .note_box p.list{
	font-size: 13px;
    line-height: 1.6;
	font-weight: 500;
	text-indent: -1em;
	margin-left: 1em;
}

@media screen and (max-width: 768px) {
#area09 { margin-bottom: 12vw;}
#area09 .tit { 
	width: 100%;
	padding: 2vw 0;
	font-size: 4vw;
	color: #fff;
	border: none;
	background-color: #000000;
}
#area09 .note { width: 94%;}
#area09 .note p{
	text-align: left;
	color: #000;
	font-size: 100%;
}
#area09 .note .tit2{
	font-size: 3.6vw;
	font-weight: bold;
}
#area09 .note .txt{
	font-size: 3vw;
    line-height: 1.6;
	margin-bottom: 5%;
}

#area09 .note_box {
	width: 100%;
	margin: 0 auto;
	padding: 2vw;
	box-sizing: border-box;
	text-align: left;
}
#area09 .note_box p{
	color: #000000;
}
#area09 .note_box .block{
	margin-bottom: 3vw;
}
#area09 .note_box p.tit{
	font-size: 3.6vw;
    line-height: 1;
    padding: 6px 0;
    margin-bottom: 10px;
	font-weight: 600;
	text-align: center;
	background-color: #fff;
}
#area09 .note_box p.list{
	font-size: 3vw;
    line-height: 1.6;
	font-weight: 500;
	text-indent: -1em;
	margin-left: 1em;
}

}

/* area10
---------------------------------------- */
#area10 { 
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}

/* value_area
---------------------------------------- */
#value_area { 
	width: 760px;
	max-width: 100%;
	margin: 0 auto 80px;
	padding: 20px;
	background-color: #ffffff;
	box-sizing: border-box;
}
#value_area .inner > img { 
	width: 100%;
	height: auto;
}

#value_area h3{ 
	box-sizing: border-box;
	border-radius: 20px;
	border: 5px solid #e60012;
	background-color: #fff100;
	color: #e60012;
	font-size: 40px;
	padding: 20px;
	margin-bottom: 30px;
	text-align: center;
}
#value_area h3 span{ 
	font-size: 27px;
	color: #e60012;
	display: block;
	margin-top: 10px;
	text-align: center;
}

#value_area .txt01{ 
	font-size: 15px;
	margin: 20px 0 30px;
	color: #000000;
	font-weight: 600;
}
#value_area .txt02{ 
	font-size: 12px;
	color: #000000;
}

#value_area .value_period{ 
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}
#value_area .value_period img{ 
	width: 48%;
}

@media screen and (max-width: 768px) {
	#value_area { 
		width: 100%;
		margin: 0 auto;
		padding: 3vw;
	}
	#value_area .inner{ 
		width: 100%;
	}

	#value_area h3{ 
		font-size: 6vw;
		padding: 3vw;
		margin-bottom: 3vw;
	}
	#value_area h3 span{ 
		font-size: 3.2vw;
	}
	#value_area .txt01 {
	    font-size: 3vw;
	    margin: 2vw 0 3vw;
	}
	#value_area .txt02 {
	    font-size: 2.8vw;
	    margin: 2vw 0;
	}
	#value_area .value_period{ 
		margin-bottom: 3vw;
	}
}


.-left{ text-align: left;}
.-right{ text-align: right;}
.mb10{ margin-bottom: 10px;}
.mb20{ margin-bottom: 20px;}
.mb30{ margin-bottom: 30px;}
.mb40{ margin-bottom: 40px;}
.mb50{ margin-bottom: 50px;}

@media screen and (max-width: 768px) {
	a:hover {
		opacity: 1;
		-webkit-transition: 0;
		-o-transition: 0;
		transition: 0;
	}

	.wrapper{ 
		width: 100%;
		margin: 0 auto;
	}
	.wrapper2{ 
		width: 90%;
		margin: 0 auto;
	}

	header{
		display:block !important;
	}
	img { width: 100%; }
	.sp { 
		display: inline-block !important;
	}
	.pc { display: none; }

/* area inner指定
---------------------------------------- */
#area03,
#area04 { 
	padding: 30px 0 0;
	width: 94%;
    margin: 10vw auto;
}
#area02 .inner,
#area06 .inner{ width: 86%;}
#area03 .bd-style,
#area04 .bd-style,
#area03 .area-content,
#area04 .area-content{ width: 100%;}
#area03 .area-content .inner,
#area04 .area-content .inner{ width: 95%;}
#area03 .period,
#area04 .period{ width: 90%; padding: 3vw 0;}
#area03 .bd-style::before{
    content: '';
    width: 96%;
	margin: 0 auto;
    /*height: 20vw;*/
    height: 15vw;
    display: block;
}
#area03 .bd-style::after{
    content: '';
    width: 96%;
	margin: 0 auto;
    /*height: 20vw;*/
    height: 0;
    display: block;
}
#area04 .bd-style::before {
    content: '';
    width: 96%;
	margin: 0 auto;
    /*height: 20vw;*/
    height: 14vw;
    display: block;
}
#area04 .bd-style::after {
    content: '';
    width: 96%;
	margin: 0 auto;
    /*height: 20vw;*/
    height: 0;
    display: block;
}

/* area10
---------------------------------------- */
#area10 { 
	width: 100%;
	background-color: #e2e2e2;
	padding-bottom: 8vw;
}

	
/* page-top
-------------------------------------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
	z-index: 999;
}
#page-top img{
	width:50px;
	height:50px;
}
#page-top a:hover {
    text-decoration: none;
}
}


/* reset
---------------------------------------- */
html , body , div , span , applet , object , iframe , 
h1 , h2 , h3 , h4 , h5 , h6 , p , blockquote , pre , 
a , abbr , acronym , address , big , cite , code , 
del , dfn , em , img , ins , kbd , q , s , samp , 
small , strike , strong , sub , sup , tt , var , 
b , u , i , center , 
dl , dt , dd , ol , ul , li , 
fieldset , form , label , legend , 
table , caption , tbody , tfoot , thead , tr , th , td , 
article , aside , canvas , details , embed , 
figure , figcaption , footer , header , hgroup,  
menu , nav , output , ruby , section , sum mary , 
time , mark , audio , video , button {
	margin: 0;
	padding: 0;
	border: 0;
	color: #666;
	font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.4;
	vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article , aside , details, figcaption , figure , 
footer , header , hgroup , menu , nav , section {
	display: block;
}

ol , ul {
	list-style: none;
}

blockquote , q {
	quotes: none;
}

blockquote:before , blockquote:after, 
q:before , q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: bottom;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #D28C8C;
	text-decoration: none;
}


/* clearfix
---------------------------------------- */
/* for modern brouser */
.clearfix::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/
