/*
Theme Name: L-style
Theme URI: http://www./
Description: L-style
Version: 1.0
Author: L-style
Author URI: http://www./
Tags: L-style

	L-style
	http://www./

*/

/*reset*/
body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
p{
	margin: 0;
	line-height: 1.5;
}
a{
	display: block;
	color: #333;
}
a:hover{
	opacity: 0.7;
}
.pc-block{
	display: block;
}
.sp-block{
	display: none;
}

/*******************
	 共通
********************/
.colume2,.colume3,.colume4{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.colume2 > div{
	width: calc(100%/2);
}
.colume3 > div{
	width: calc(100%/3);
}
.inner{
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}
.bold{
	font-weight: bold;
}
h1,h2,h3,.main-erea .inner ul,.button,.fee,.goods,.point,.sub-title,#footer{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


/*******************
 * LP
********************/
h2{
	line-height: 1;
	font-size: 80px;
	font-weight: bold;
	text-align: center;
	color:#1d4a66;
}
h3{
	line-height: 1;
	font-size: 60px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.button{
	width: 100%;
	margin: 30px auto 0;
	padding: 50px 70px 75px 0;
	text-align: center;
	color: #fff;
	line-height: 1;
	background: url(images/button-bk.png) no-repeat top;
	background-size: cover;
	font-size: 60px;
}
.goods{
	font-size: 36px;
}
.sub-title{
	color: #1d4a66;
	font-size: 30px;
}
.text{
	font-size: 30px;
	line-height: 1.8;
}
.caution{
	margin-top: 20px;
	font-size: 18px;
}


.main-erea{
	background: url(images/main.jpg) no-repeat center;
	background-size: cover;
	height: 850px;
}
.main-erea .inner{
	position: relative;
	height: 100%;
	max-width: 1800px;
	padding: 100px 50px 60px;
}
.main-erea .inner .text-area{
	width: 60%;
	min-width: 880px;
}
.main-erea .inner .text-area h1{
	background-image: -webkit-linear-gradient(left, transparent, #bed9ea 25%, #bed9ea 75%, transparent);
	background-image: linear-gradient(to right, transparent, #bed9ea 25%, #bed9ea 75%, transparent);
	margin-top: 60px;
	padding: 40px;
	text-align: center;
	font-size: 72px;
	line-height: 1.2;
}
.main-erea .inner .text-area h1 span{
	font-size: 36px;
	display: block;
}
.main-erea .inner .text-area .sub-title span{
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px;
}
.main-erea .inner .text-area ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 40px 40px;
	justify-content: center;
}
.main-erea .inner .text-area ul li{
	background: url(images/main-bubble.png) no-repeat center;
	background-size: contain;
	text-align: center;
	padding: 70px 10px;
	font-size: 2.5rem;
	line-height: 1.3;
	width: calc(100%/3 - 90px);
}
.main-erea .inner .text-area ul li+li{
	margin-left: 30px;
}
.main-erea .inner .text-area .caution{
	text-align: center;
	margin: 40px 40px;
}
#container .main-goods{
	position: absolute;
	right: 2em;
	top: -30em;
	z-index: 1;
}

.contents .title span:nth-child(2){
	background: url(images/button-bk.png) no-repeat center;
}

/*manageru*/
#manageru{
	background: #d9e4ee;
}
#manageru .inner{
	padding: 250px 0 180px;
}
#manageru .inner .goods-box{
	background: #fff;
	position: relative;
	padding: 30px;
}
#manageru .inner .goods-box .goods-innerbox{
	background: #fff;
	padding: 30px 30px 80px;
	border: 4px solid #e1eaef;
}
#manageru .inner .goods-box .goods-innerbox .img{
	position: absolute;
	left: -1em;
	top: -13em;
}
#manageru .inner .goods-box .goods-innerbox .goods-title{
	width: 75%;
	margin-left: auto;
	margin-top: 60px;
}
#manageru .inner .goods-box .goods-innerbox .goods-title .sub-title{
	text-align: center;
	margin-top: 60px;
}
#manageru .inner .goods-box .goods-innerbox .text{
	margin-top: 130px;
}
#manageru .inner .goods-box .goods-innerbox .fee{
	text-align: right;
	font-size: 108px;
	position: relative;
	margin-top: 60px;
}
#manageru .inner .goods-box .goods-innerbox .fee span:nth-child(2){
	font-size: 48px;
}
#manageru .inner .goods-box .goods-innerbox .fee span:nth-child(3){
	font-size: 18px;
	position: absolute;
	right: 0;
	top: 2em;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}


.secret-area{
	padding: 180px 0 0;
}
.secret-area > h2{
	background: linear-gradient(rgba(0,0,0,0),rgba(242,247,250,1));
}
.secret-area .contents .title-area{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 80px;
}
.secret-area .contents .title-area .point{
	text-align: center;
}
.secret-area .contents .title-area .point span{
	display: block;
	font-size: 30px;
	vertical-align: middle;
	margin-top: 10px;
}
.secret-area .contents .title-area .point span+span{
	margin-top: 10px;
}
.secret-area .contents .title-area .title{
	margin-left: 30px;
}
.secret-area .contents .title-area .title p{
	font-size: 48px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.secret-area .contents .title-area .title h3{
	margin-top: 10px;
	padding: 20px 60px;
}
#erea01{
	background: #f2f7fa;
	padding-top: 150px;
}
#erea01 .inner .text:nth-child(3){
	margin-top: 20px;
}
#erea01 .inner .point{
	color: #1d4a66;
}
#erea01 .inner .point span:nth-child(1){
	border: 1px solid #1d4a66;
}
#erea01 .inner .title h3{
	background: url(images/titlebk01.jpg) no-repeat center;
}
#erea01 > .img{
	margin-top: 80px;
}
#erea02{
	background: #f2faf2;
}
#erea02 .erea02-bk{
	background: 
	url(images/bk02-02.png) no-repeat left top,
	url(images/bk02-01.png) no-repeat right top;
	background-size: auto,30%;
}
#erea02 .erea02-bk > .img{
	margin-top: 250px;
}
#erea02 .inner {
	padding: 80px 0 0;
}
#erea02 .inner > .text:nth-child(3) {
	margin-top: 40px;
}
#erea02 .inner .point{
	color: #1d6624;
}
#erea02 .inner .point span:nth-child(1){
	border: 1px solid #1d6624;
}
#erea02 .inner .title h3{
	background: url(images/titlebk02.jpg) no-repeat center;
}
#erea02 .inner .colume3{
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: 30px auto 0px;
	padding-bottom: 100px;
}
#erea02 .inner .colume3 .img{
	width: calc(100%/3 - 40px);
	text-align: center;
	font-size: 24px;
}
#erea02 .inner .colume3 .img:nth-child(2){
	margin: 90px 20px 0;
}
#erea02 .inner .colume3 .img span{
	display: block;
	margin-top: 20px;
}
#erea03{
	background: url(images/bk03-01.png) no-repeat center 20% #FAF6F2;
}
#erea03 .inner {
	background: url(images/bk03-02.png) no-repeat center ;
	padding: 80px 0 0;
}
#erea03 .inner > .img {
	margin-top: 100px;
}
#erea03 .inner > .text:nth-child(3) {
	margin-top: 20px;
}
#erea03 .point{
	color: #8a712d;
}
#erea03 .point span:nth-child(1){
	border: 1px solid #8a712d;
}
#erea03 .title h3{
	background: url(images/titlebk03.jpg) no-repeat center;
}
.use-area .inner {
	padding: 80px 0 0;
}
.use-area .inner .colume2{
	align-items: center;
}
.use-area .inner .colume2:nth-child(2){
	margin-top: 120px;
}
.use-area .inner .colume2 .title{
	line-height: 1.2;
	padding: 0 50px 0 0;
	font-size: 48px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	text-align: center;
}
.use-area .inner .colume2 .text{
	margin-top: 50px;
}
.use-area .inner .colume2:nth-child(2) .title{
	background: url(images/title-bkimg01.png) no-repeat center;
}
.use-area .inner .colume2:nth-child(3) .title{
	background: url(images/title-bkimg02.png) no-repeat center;
}
.voice-area .inner {
	padding: 150px 0 250px;
}
.voice-area .inner > ul{
	margin-top: 180px;
}
.voice-area .inner > ul li+li{
	margin-top: 110px;
}
.voice-area .inner > ul li dl{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.voice-area .inner > ul li dl dt{
	width: 30%;
	text-align: center;
}
.voice-area .inner > ul li dl dd{
	width: 70%;
}
.voice-area .inner > ul li dl dd .title{
	color: #1d4a66;
	font-size: 30px;
	font-weight: bold;
}
.voice-area .inner > ul li dl dd .title span{
	font-size: 24px;
}
.voice-area .inner > ul li dl dd .text{
	font-size: 16px;
	margin-top: 20px;
}
#footer{
	background: #1d4a66;
	padding: 60px 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.scrollTop a{
	background: #1d4a66;
}




@media screen and (max-width: 767px){
	.pc-block{
		display: none;
	}
	.sp-block{
		display: block;
	}
	.inner{
		width: auto;
		max-width: none;
		margin: 0 20px;
	}
	#header .inner .header-top, #nav-area .inner ul, .colume2, .colume3, #footer .inner{
		flex-direction: column;
	}
	.colume2 > div{
		width: auto;
	}
	.colume3 > div{
		width: auto;
	}
	h2{
		font-size: 30px;
	}
	h3{
		    font-size: 2em;
	}
	.tell a{
		display: inline-block;
		color: #f3799e;
	}
	.button{
		width: auto;
		margin: 30px auto 0;
		padding: 30px 40px 35px 0px;
		text-align: center;
		color: #fff;
		line-height: 1;
		background: url(images/buttonsp-bk.png) no-repeat top;
		background-size: contain;
		font-size: 2em;
	}
	.main-erea{
		height: 70vh;
		background: url(images/main-sp.jpg) no-repeat center;
		background-size: cover;
	}
	.main-erea .inner {
		position: relative;
		height: 100%;
		max-width: 1800px;
		padding: 40px 0px 0px;
	}
	.main-erea .inner .text-area {
		width: auto;
		min-width: 100%;
	}
	.main-erea .inner .text-area h1{
		margin-top: 20px;
		padding: 20px;
		text-align: center;
		font-size: 2.5em;
		line-height: 1.2;
	}
	.main-erea .inner .text-area h1 span{
		font-size: 24px;
	}
	.main-erea .inner .text-area ul{
		margin: 40px 0px;
	}
	.main-erea .inner .text-area ul li{
		background: url(images/main-bubble.png) no-repeat center;
		background-size: cover;
		text-align: center;
		padding: 35px 0;
		font-size: 1.5rem;
		line-height: 1.3;
		width: calc(100%/3 - 10px);
	}
	.main-erea .inner .text-area ul li+li {
		margin-left: 10px;
	}
	.main-erea .inner .text-area .caution {
		text-align: left;
		margin: 40px 120px 40px 0px;
		font-size: 14px;
	}
	#container .main-goods {
		position: absolute;
		right: 1em;
		top: -13em;
		z-index: 1;
		bottom: 0;
		width: 50%;
		height: 260px;
	}
	.sub-title {
		color: #1d4a66;
		font-size: 30px;
	}
	.sub-title span:nth-child(2),.sub-title span:nth-child(4){
		width: 30%;
	}
	.text{
		font-size: 1.5em;
	}
	.goods {
		font-size: 2em;
	}
	#manageru .inner {
		padding: 80px 0 100px;
	}
	#manageru .inner .goods-box{
		padding: 20px;
	}
	#manageru .inner .goods-box .goods-innerbox{
		padding: 30px 20px 60px;
	}
	#manageru .inner .goods-box .goods-innerbox .img {
		position: absolute;
		left: -1em;
		top: -5em;
		width: 33%;
	}
	#manageru .inner .goods-box .goods-innerbox .goods-title {
		width: 100%;
		margin-left: auto;
		margin-top: -10px;
	}
	#manageru .inner .goods-box .goods-innerbox .goods-title .goods{
		margin-left: 50px;
	}
	#manageru .inner .goods-box .goods-innerbox .goods-title .sub-title {
		text-align: left;
		margin-top: 20px;
		font-size: 1.3em;
	}
	#manageru .inner .goods-box .goods-innerbox .text {
		margin-top: 40px;
	}
	#manageru .inner .goods-box .goods-innerbox .fee {
		text-align: center;
		font-size: 5em;
		position: relative;
		margin-top: 20px;
	}
	#manageru .inner .goods-box .goods-innerbox .fee span:nth-child(3){
		font-size: 14px;
		position: absolute;
		right: 1.3em;
		top: 1em;
	}
	.secret-area {
		padding: 60px 0 0;
	}
	#erea01{
		padding-top: 60px;
	}
	#erea01 > .img {
		margin-top: 0px;
	}
	.secret-area .contents .title-area{
		flex-direction: column;
		align-items: center;
		margin-bottom: 40px;
	}
	#erea01 .inner .point,#erea02 .inner .point,#erea03 .inner .point{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#erea01 .inner .point span:nth-child(1),#erea02 .inner .point span:nth-child(1),#erea03 .inner .point span:nth-child(1){
		font-size: 1.5em;
		padding: 0 30px;
	}
	.secret-area .contents .title-area .point span+span {
		margin-top: 10px;
		width: 30%;
		margin-left: 20px;
	}
	.secret-area .contents .title-area .title {
		margin-left: 0;
		width: 100%;
	}
	.secret-area .contents .title-area .title p{
		font-size: 1.8em;
		text-align: center;
		margin-top: 20px;
	}
	.secret-area .contents .title-area .title h3 {
		margin-top: 0px;
		padding: 20px 0px;
	}
	#erea02 .erea02-bk > .img {
		margin-top: 200px;
	}
	#erea02 .inner .colume3{
		flex-direction: row;
	}
	#erea02 .inner .colume3 .img {
		width: calc(100%/3 - 20px);
		text-align: center;
		font-size: 12px;
	}
	#erea02 .inner .colume3 .img:nth-child(2) {
		margin: 0 20px 0;
	}
	#erea03 .inner{
		padding: 20px 0 0;
	}
	#erea03 .inner > .img {
		margin-top: 20px;
	}
	.use-area .inner .colume2:nth-child(2) {
		margin-top: 60px;
		flex-direction: column-reverse;
	}
	.use-area .inner .colume2:nth-child(3){
		margin-top: 60px;
	}
	.use-area .inner .colume2 .title{
		line-height: 1.5;
		padding: 20px 0px 30px 0;
		font-size: 2em;
	}
	.use-area .inner .colume2 .img-area{
		margin-top: 20px;
	}
	.use-area .inner .colume2 .img-area .img{
		text-align: center;
	}
	.use-area .inner .colume2 .img-area .img img{
		width: 80%;
	}
	.use-area .inner .colume2 .text {
		margin-top: 20px;
	}
	.voice-area .inner {
		padding: 80px 0 120px;
	}
	.voice-area .inner > ul {
		margin-top: 60px;
	}
	.voice-area .inner > ul li dl{
		flex-direction: column;
	}
	.voice-area .inner > ul li dl dt {
		width: auto;
		text-align: center;
	}
	.voice-area .inner > ul li dl dd {
		width: auto;
	}
	.voice-area .inner > ul li dl dd .title{
		text-align: center;
		margin-top: 10px;
	}
	.voice-area .inner > ul li dl dd .title span{
		display: block;
	}
	.voice-area .inner > ul li+li {
		margin-top: 60px;
	}
	#footer{
		padding: 40px 20px;
		font-size: 14px;
	}

}



@media screen and (max-width: 380px){
	.main-erea {
		height: 85vh;
	}
	.sub-title span:nth-child(2), .sub-title span:nth-child(4) {
		width: 26%;
	}
	#container .main-goods {
		position: absolute;
		right: 1em;
		top: -12em;
		z-index: 1;
		bottom: 0;
		width: 50%;
		height: 200px;
	}
	.main-erea .inner .text-area ul li{
		padding: 28px 0;
	}
	.main-erea .inner .text-area h1{
		font-size: 2.3em;
	}
	#manageru .inner .goods-box .goods-innerbox .fee{
		font-size: 4.3em;
	}
	#manageru .inner .goods-box .goods-innerbox .fee span:nth-child(3) {
		font-size: 14px;
		position: absolute;
		right: 0.9em;
		top: 0em;
	}
	.button{
		padding: 25px 40px 35px 0px;
		font-size: 1.8em;
	}
	.secret-area .contents .title-area .title p{
		font-size: 1.6em;
	}
}


@media screen and (max-width: 870px){
	.main-erea .inner .text-area {
		width: auto;
		min-width: 100%;
	}
}