@charset "utf-8";

*{
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-o-text-size-adjust: 100%;
text-size-adjust: 100%;
box-sizing: border-box;
}

html,body{
	width: 100%;
	height: 100%;
	scroll-padding-top: 170px;
}
.pc_only{ display:block !important; }
.sp_only{ display:none !important; }
a:hover { opacity:0.8; }
.disnone{
	display: none!important;
}
body {
	position :relative;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3' , "Meiryo UI" , "メイリオ" , Meiryo , sans-serif;
	font-size:14px;
	position: relative;
	overflow-x: hidden;
}
body::after{
	content: "";
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	background: url(../img/body_bg.jpg) no-repeat center center;
	background-size: cover;
	z-index: -1;
}

.mincho{ font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , serif; }

header::after,
#key::after,
.frame::after,
#point_detail li::after,
.document::after,
ul::after {
	display:block;
	clear:both;
	content:"";
}

/*共通利用*/
.inner {
	max-width:1200px;
	margin:0 auto;
	padding: 0 20px;
}
.title{
	text-align: center;
}
p{
	font-size: 18px;
	line-height: 1.8;
}
* + p{
	margin-top: 20px;
}
.note{
	font-size: 14px;
}
.image img{
	display: block;
	margin: auto;
	max-width: 100%;
}
.note span{
	word-break: break-all;
}

/*資料請求　共通利用*/
.document {
	width:980px;
	margin:0 auto;
	padding: 30px 0;
}
.document p{
	float:left;
	line-height: 46px;
	font-size: 18px;
	padding:0 0 0 40px;
}
a.btn{
	background:#ffa801;
	color:#fff;
	padding: 14px 37px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	float:right;
	font-size: 18px;
}

/*ポイントタイトル　共通利用*/
.point_title {
	position: relative;
	color: #312D85;
	font-size: 40px;
}
.point_title span{
	font-size: 70px;
	margin-left: 10px;
}

/*----------------
* header
------------------*/
header{
	width: 100%;
	height: 88px;
	background: #fff;
	margin: 0 auto;
	padding: 0 20px 0 20px;
	position: fixed;
	box-sizing: border-box;
	z-index: 100;
}
header #logo{
	height: 100%;
	display: flex;
	align-items: center;
	width: calc(100% - 510px);
	float: left;
	position: relative;
}
header .header_text{
	position: absolute;
	top: 13px;
	left: 29px;
	color: #2e2b82;
	font-weight: bold;
}
header .contact{
	float: right;
	width: 510px;
}
header .tel{
	width:270px;
	color: #2e2b82;
	display: inline-block;
	text-align: right;
}
header .tel span:first-child{
	float:none;
	font-size: 34px;
	font-weight: 600;
	letter-spacing: 3px;
}
header .tel span:last-child{
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.1px;
}
header .tel span:last-child.sp_only{
	display: inline;
}
header .btn{
	text-decoration: none;
	margin-top: 22px;
	font-weight: 600;
	display: inline-block;
}


#wrapper{
	padding-top: 88px;
}


#key{
	overflow: hidden;
}

#key .add{
	margin: 0px auto 0;
	padding: 10px 30px 40px;
	width: 1200px;
	color: #fff;
}
#key .add p{
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	padding-left: 30px;
}
#key .add p span{
	display: inline-block;
	font-size: 16px;
	padding-left: 100px;
}

#key .main{
	position: relative;
	padding-bottom: 70px;
}
.main::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 500px;
	top: 0;
	left: 0;
	background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0));
	z-index: 2;
	opacity: 0;
	transition: 2s;
}

.view1 .main::after{
	opacity: 1;
}
#message{
	margin: 0px auto 0;
	padding: 20px 30px;
	width: 1200px;
	min-height: 330px;
	box-sizing: border-box;
	color: #fff;
	overflow: hidden;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}


#message .message-ttl span:after{
	content: '';
	background: url(../img/ttl_arrow.png);
	display: block;
	width: 184px;
	height: 15px;
	position: absolute;
	left: 0;
	bottom: 0;
}

#message .message-ttl{
	position: relative;
	font-size: 70px;
	line-height: 120%;
	font-weight: 500;
	letter-spacing: 3px;
	z-index: 5;
	opacity: 0;
	transition: 2s;
}
.view1 #message .message-ttl{
	opacity: 1;
}
#message .message-ttl span{
	font-size: 40px;
	line-height: 120%;
	font-weight: 500;
}

#message .message-ttl span{
	display: block;
	position: relative;
}

#message .message-btn-txt{
	font-size: 23px;
	line-height: 120%;
	margin: 75px 0 25px;
	font-weight: 500;
}

#message .message-btn{
	font-size: 23px;
	font-weight: 500;
	color: #2e2b82;
	border-radius: 5px;
	background: #fff;
	padding: 17px 45px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}

/*----------------
* point
------------------*/
#point {
	position: relative;
	margin: 0 auto;
	padding: 35px 40px 40px;
	text-align: center;
	width: 1200px;
	box-sizing: border-box;
	background: rgba(46, 43, 130, 0.9);
	overflow: hidden;
	opacity: 0;
	transform: translateY(50px);
	transition: 1s;
}
.view2 #point {
	transform: translateY(0px);
	opacity: 1;
}
#point h2{
	font-size: 34px;
	line-height: 1.3;
	font-weight: 500;
	color: #fff;
	margin: 0 0 40px;
	padding: 0;
}
#point ul{
	display: flex;
	margin:0 auto;
	gap: 20px;
}
#point ul::after{
	display: none !important;
}
#point li{
	position: relative;
	width: calc(100% / 4);
	text-align: center;
	background: #fff;
	opacity: 0;
	transition: 1s;
	transform: translateY(50px);
}
.view4 #point li.link01{
	transform: translateY(0px);
	opacity: 1;
}
.view5 #point li.link02{
	transform: translateY(0px);
	opacity: 1;
}
.view6 #point li.link03{
	transform: translateY(0px);
	opacity: 1;
}
.view7 #point li.link04{
	transform: translateY(0px);
	opacity: 1;
}
#point a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 70px;
	text-decoration: none;
	pointer-events: none;
}
.view4 #point a{
	pointer-events: auto;
}
#point a::after{
	content: "";
	display: block;
	position: absolute;
	width: 25px;
	height: 20px;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../img/arrow.png) no-repeat center center;
}
#point dl{
	padding: 35px 5px 25px;
	height: 100%;
}
#point dd{
		display: flex;
		align-items: center;
	height: 100%;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 1.0px;
	color: #000;
}
#point dd span{
	width: 100%;
}
#point dd a{
	padding:12px 0;
	text-decoration: none;
	display: block;
	width: 140px;
	margin: 0px auto 20px;
	color: #fff;
	border: 1px solid #fff;
}
#point .point_title {
	font-size: 20px;
	padding: 0 0 15px;
}
#point .point_title::after{
	position: absolute;
	content: "";
	bottom: 0;
	left: calc(50% - 20px);
	width: 40px;
	height: 4px;
	background: #DBD362;
}
#point .point_title span{
	font-size: 32px;
}

.block01{
	background: #fff;
}
.block01 > div{
	padding-top: 80px;
	background: #fff;
}
.block01 > div:first-child{
	padding-top: 95px;
}
.block01 > div:nth-of-type(2n){
	padding-bottom: 80px;
	background: #312D85;
}
.block01 > div .imagebox{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	z-index: 10;
}
.block01 > div:nth-of-type(2n) .imagebox{
	flex-direction: row-reverse;
}
.block01 > div:nth-of-type(2n) .imagebox > .image span{
	background-position: left top;
}
.block01 > div .imagebox > *{
	width: 50%;
}
.block01 > div .imagebox > .image{
	min-height: 300px;
}
.block01 > div .imagebox > .image span{
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: right top;
}
.block01 > div .imagebox > .text{
	max-width: 740px;
}
.block01 > div .imagebox .point_title{
	display: inline-block;
	border-bottom: 3px solid #DBD362;
}
.block01 > div:nth-of-type(2n+1) .imagebox .point_title{
	padding: 0 0 10px 40px;
}
.block01 > div .imagebox > .text h3{
	margin-top: 20px;
	padding: 0 20px 80px 20px;
	font-size: 60px;
	line-height: 1.3;
	font-weight: bold;
	color: #312D85;
}
.block01 > div:nth-of-type(2n+1) .imagebox .text h3{
	margin-left: 20px;
}
.block01 > div:nth-of-type(2n) .imagebox .point_title{
	padding: 0 40px 10px 0;
	color: #fff;
}
.block01 > div:nth-of-type(2n) .imagebox .text{
	text-align: right;
}
.block01 > div:nth-of-type(2n) .imagebox .text h3{
	margin-right: 20px;
	text-align: left;
	color: #fff;
}
.block01 .text_area{
	position: relative;
	padding: 120px 0 80px 0;
	margin-top: -40px;
	background: #F2F2F2;
	z-index: 5;
}
.block01 .text_area > div{
	padding: 0 20px 0 40px;
	max-width: 1260px;
	margin: auto;
}
.block01 .text_area::before{
	position: absolute;
	content: "";
	width :calc((100% - 1260px) / 2 + 20px);
	min-width: 20px;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
}
.block01 > div:nth-of-type(2n) .text_area::before{
	left: auto;
	right: 0;
	background: #312D85;
}
.block01 > div:nth-of-type(2n) .text_area > div{
	padding: 0 40px 0 20px;
}
.block01 .text_area .column{
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	margin-top: 30px;
}
.block01 .text_area .column > div{
	width: calc((100% - 40px) / 2);
}

.block02{
	padding: 95px 0;
	background: rgba(255, 255, 255, 0.85);
}
.block02 h2{
	margin-bottom: 50px;
	color: #302D83;
	font-weight: bold;
	text-align: center;
	font-size: 50px;
	line-height: 1.3;
}
.block02 * + h2{
	margin-top: 95px;
}
.block02 .column > div{
	position: relative;
	margin-top: 80px;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.block02 .column > div:nth-of-type(2n){
	flex-direction: row-reverse;
}
.block02 .column > div > *{
	width: calc((100% - 40px) / 2);
}
.block02 .column > div h3{
	font-size: 50px;
	line-height: 1.3;
	font-weight:bold;
	color: #302D83;
}
.block02 .column > div h4{
	margin-top: 20px;
	font-size: 24px;
	line-height: 1.3;
}
.block02 .column > div .bg01{
	position: relative;
	min-height: 220px;
	background: url(../img/block02_02.jpg) no-repeat center;
	background-size: cover;
}
.block02 .column > div .bg02{
	position: relative;
	min-height: 220px;
	background: url(../img/block02_03.jpg) no-repeat center;
	background-size: cover;
}
.block02 .column > div .bg03{
	position: relative;
	min-height: 220px;
	background: url(../img/block03_14.jpg) no-repeat center;
	background-size: cover;
}
.block02 .column > div .soldout{
	position: absolute;
	display: inline-block;
	right: 15px;
	bottom: 15px;
	border: 2px solid #c00;
}
.block02 .column > div .soldout div{
	display: inline-block;
	padding: 2px;
}
.block02 .column > div .soldout div span{
	display: inline-block;
	color: #fff;
	background: #c00;
	padding: 10px 20px;
	font-size: 24px;
	font-weight: bold;
}
.block03{
	padding: 95px 0;
	background: rgba(49, 45, 133, 0.8);
}
.block03 h2{
	padding-bottom: 10px;
	font-size: 60px;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #DBD362;
}
.block03 * + h2{
	margin-top: 100px;
}
.block03 h3{
	margin-top: 85px;
	margin-bottom: 30px;
	font-size: 48px;
	line-height: 1.3;
	color: #fff;
	text-align: center;
}
.block03 h4{
	margin-bottom: 20px;
	font-size: 38px;
	line-height: 1.3;
	color: #312D85;
}
.block03 * + h4{
	margin-top: 30px;
}
.block03 .column{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.block03 .column.reverse{
	flex-direction: row-reverse;
}
.block03 .column .image + .image{
	margin-top: 30px;
}
.block03 .column > div:nth-of-type(2n+1){
	width: calc((100% - 30px) * 2 / 3);
}
.block03 .column > div:nth-of-type(2n+1) .image{
	height: 100%;
	background-position: right top;
	background-size: cover;
}
.block03 .column > div:nth-of-type(2n){
	width: calc((100% - 30px) * 1 / 3);
}
.block03 .text_area{
	margin-top: 30px;
	padding: 80px;
	background: rgba(255, 255, 255, 0.8);
}
.block03 .column2{
	display: flex;
	gap: 30px;
	margin-top: 30px;
}
.block03 .column2 > div{
	width: calc((100% - 30px) / 2);
}
.block03 .about{
	display: flex;
	flex-wrap: wrap;
	gap: 10px 30px;
	font-size: 18px;
	line-height: 1.8;
}
.block03 .about li{
	width: calc((100% - 30px) / 2);
	display: flex;
}
.block03 .about li span:first-child{
	width: 30%;
}
.block03 .about li span:last-child{
	width: calc(70% - 2rem);
	margin-left: 2rem;
	text-indent: -1rem;
}
.block03 .list{
	font-size: 18px;
	line-height: 1.8;
}
.block03 .list li{
	margin-left: 1rem;
	text-indent: -0.5rem;
}
.block03 .list li::before{
	content: "・";
	display: inline-block;
}
.block04{
	padding: 80px 0;
	background: #fff;
}
.block04 h2{
	color: #302D83;
	font-weight: bold;
	text-align: center;
	font-size: 50px;
	line-height: 1.3;
}
.block04 .column{
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}
.block04 .column > div:first-child{
	width: calc((100% * 2 / 3) - 120px);
}
.block04 .column > div:last-child{
	width: calc(100% * 1 / 3 + 60px);
}
.block04 .column > div.image a{
	position: relative;
	display: block;
	height: 100%;
	background: url(../img/block04_01.jpg) center center no-repeat;
	background-size: cover;
}
.block04 .column > div.image a img{
	display: none;
}
.block04 .table{
	width: 100%;
	over-flow: auto;
}
.block04 .table table{
	width: 100%;
	border-collapse: collapse;
}
.block04 .table table th, .block04 .table table td{
	padding: 10px;
	font-size: 16px;
	line-height: 1.6;
}
.block04 .table table th{
	white-space: nowrap;
	color: #fff;
	font-weight: normal;
	text-align: left;
	background: #302D83;
	border-top: 1px solid #fff;
}
.block04 .table table td{
	border-top: 1px solid #000;
}
.block04 .table table tr:first-child th, .block04 .table table tr:first-child td{
	border-top: none;
}

/*----------------
* agreement 
------------------*/
#agreement {
	background: #2e2b82;
	color:#fff;
	padding:75px 0;
	font-size: 14px;;
	line-height: 24px;
}
#agreement * + *{
	margin-top: 20px;
}
#agreement .inner{
	max-width: 1400px;
	width: 100%;
}
#agreement h2{
	font-weight: 700;
	font-size: 22px;
}
#agreement h3{
	font-weight: normal;
	font-size: 18px;
	margin-top: 40px;
}
#agreement h3 span{
	border-bottom: 1px solid #fff;
}
#agreement p{
	font-size: 16px;
	line-height: 1.3;
}
#agreement ul.dot li{
	padding-left: 10px;
	position: relative;
	margin-top: 5px;
}
#agreement ul.dot li::before{
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #fff;
	left: 0;
	top: 11px;
}
#agreement ul.list{
	display: flex;
	flex-wrap: wrap;
	width: 800px;
}
#agreement ul.list li{
	padding-left: 10px;
	position: relative;
	margin-top: 2px;
	width: 400px;
}
#agreement ul.list li::before{
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #fff;
	left: 0;
	top: 11px;
}

/*----------------
* footer 
------------------*/
footer {
	background: #363636;
	color:#fff;
	text-align: center;
	padding:15px 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 4.02;
	letter-spacing: 1.4px;
}

.popup {
	position: relative;
	transform: translateY(50px);
	opacity: 0;
	transition: 1s !important;
}
.popup.popon {
	transform: translateY(0px);
	opacity: 1;
}


/*----------------
* 1200
------------------*/
@media screen and (max-width: 1200px)  {
.main > *{
	max-width: 100%;
}
.block01 > div .imagebox > .text h3{
	font-size: 40px;
}
.block03 .text_area{
	margin-top: 30px;
	padding: 30px;
}
.block04 .column{
	gap: 20px;
}
.block04 .column > div:first-child{
	width: calc((100% * 2 / 3) - 40px);
}
.block04 .column > div:last-child{
	width: calc(100% * 1 / 3 + 20px);
}

}

/*----------------
* 900
------------------*/
@media screen and (max-width: 900px)  {
header #logo.pc_only{
	display: none !important;
}
header #logo.sp_only{
	display: block !important;
}
p, .block03 .about, .block03 .list{
	font-size: 16px;
}
.note{
	font-size: 13px;
}
.block04 .column > div{
	width: 100% !important;
}
.block04 .column > div.image a{
	background: none;
}
.block04 .column > div.image a img{
	display: block;
}
.block04 .table table th, .block04 .table table td{
	font-size: 15px;
}

	#message{
	padding: 20px;
	width: 100%;
	}

	#message .message-txt{
	font-size: 16px;
	}

	#message .message-txt.message-txt-arrow{
	margin-bottom: 0;
	}

	#message .message-txt.message-txt-arrow:after{
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	width: 108px;
	}

	#message .message-ttl{
	font-size: 36px;
	}

	#message .message-btn-txt{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	}

	#message .message-btn{
	font-size: 14px;
	padding: 15px 37px;
	}
	
	/*----------------
	* point
	------------------*/
	#point{
	width: 100%;
	padding: 20px 0;
	margin-bottom: 0;
	}
	#point h2{
	padding: 12px;
	margin-bottom: 20px;
	}
	#point .title{
	font-size: 17px;
	margin-top: 20px;
	padding: 0 20px;
	}
	#point ul{
	flex-wrap: wrap;
	padding: 0 20px;
	}
	#point li{
	box-sizing: border-box;
	margin: 0;
	padding: 0 20px;
	width: calc((100% - 20px) / 2);
	text-align: center;
	}
	#point li:last-child {
	margin: 0;
	}
	#point dl{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding: 25px 0 10px 0;
	}
	#point dt{
	padding:0 12% 0 0;
	}

header .tel{
	width: 100%;
}
header .btn{
	display: none !important;
}

	/*資料請求　共通利用*/
	.document {
	width:100%;
	padding: 10px 0;
	text-align: center;
	}
	.document p{
	float: none;
	padding: 0 0 10px;
	text-align: center;
	}
	.document a.btn{
		float: none;
		display: inline-block;
	}
	/*----------------
	* siryou sp専用ID
	------------------*/
	#siryou {
	position: fixed;
	bottom: 0;
	background: rgba(255,255,255,0.9);
	z-index: 100;
	}
	#siryou a:last-child img {
	width:50px;
	}
	#siryou a:last-child {
	float: right;
	margin-right: 9%;
	}
	#siryou a.btn{
	margin: 0 0 0 5%;
	}
	#siryou.sp_only{
		display: block !important;
	}


	a.btn{
	float:left;
	padding:18px 15%;
	}

	/*----------------
	* header
	------------------*/
	header{
	width:100%;
	}
	header * {
	float:left;
	}
	header br {
	float:none;
	}
	header #logo{
	padding: 0;
	}
	header .header_text{
		top: 13px;
		left: 24px;
	}
	header .contact{
	padding-right: 0%;
	position: absolute;
	right: 15px;
	width: auto;
	}
	header .tel{
	width: 100%;
	}
	header .tel span:first-child {
	float:right;
	}
	header .tel span:first-child a {
	text-decoration: none;
	color: #2e2b82;
	}
	header .tel span.sp_only {
	float:right;
	display: block;
	}
	header .tel span.sp_only a {
	text-decoration: none;
	color: #2e2b82;
	}
	header .tel span:last-child{
	display: block;
	float:right;
	width: 100%;
	text-align: right;
	}
	header .btn{
	text-decoration: none;
	padding: 10px 30px;
	color:#fff;
	display: none;
	}
	
#agreement ul.list{
	display: block;
	width: auto;
}
#agreement ul.list li{
	width: auto;
}


	/*----------------
	* footer 
	------------------*/
	footer {
	padding: 20px 0 120px;
	}
#project_area .column {
	display: block;
}
#project_area .column > *{
	width: auto;
}
#project_area .column .text{
	margin-top: 20px;
}

}


/*----------------
* sp
------------------*/
@media screen and (max-width: 640px)  {
	.pc_only{ display:none !important; }
	.sp_only{ display:block !important; }

	#point li{
	width: 100%;
	}

	/*共通利用*/

	/*資料請求　共通利用*/
	.document {
	width:100%;
	padding: 10px 0;
	}
	.document p{
	float: none;
	padding: 0 0 10px;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 2px;
	text-align: center;
	}
	/*----------------
	* siryou sp専用ID
	------------------*/
	#siryou {
	position: fixed;
	bottom: 0;
	background: rgba(255,255,255,0.9);
	}
	#siryou a:last-child img {
	width:50px;
	}
	#siryou a:last-child {
	float: right;
	margin-right: 9%;
	}
	#siryou a.btn{
	margin: 0 0 0 5%;
	font-size: 15px;
	}


	a.btn{
	float:left;
	padding:18px 15%;
	}

	/*ポイントタイトル　共通利用*/
	.point_title {
	font-size: 20px;
	}
	.point_title span{
	font-size: 36px;
	}

	/*----------------
	* header
	------------------*/
	header{
	width:100%;
	}
	header * {
	float:left;
	}
	header br {
	float:none;
	}
	header #logo{
	padding: 0;
	}
	header .header_text{
		top: 13px;
		left: 24px;
	}
	header .contact{
	padding-right: 0%;
	position: absolute;
	right: 15px;
	top: 15px;
	width: auto;
	}
	header .tel{
	width: 100%;
	}
	header .tel span:first-child {
	font-size: 20px;
	float:right;
	line-height: 1.76;
	}
	header .tel span:first-child a {
	text-decoration: none;
	color: #2e2b82;
	}
	header .tel span.sp_only {
	font-size: 20px;
	float:right;
	line-height: 1.76;
	display: block;
	}
	header .tel span.sp_only a {
	text-decoration: none;
	color: #2e2b82;
	}
	header .tel span:last-child{
	display: block;
	float:right;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 1.8px;
	line-height: 12px;
	width: 100%;
	text-align: right;
	}
	header .btn{
	text-decoration: none;
	padding: 10px 30px;
	color:#fff;
	display: none;
	}


	/*----------------
	* footer 
	------------------*/
	footer {
	padding: 20px 0 120px;
	font-size: 9px;
	}

#message{
	margin-bottom: 40px;
}
#message .message-ttl span{
	font-size: 26px;
}
.slider.release > div .slide-arrow {
	top: 270px;
}
#point h2, .block02 .column > div h3, .block03 h3{
	font-size: 26px;
}
#point dd{
	font-size: 20px;
}
p, .block03 .about, .block03 .list{
	font-size: 14px;
}
.note{
	font-size: 12px;
}
.block04 .table table th, .block04 .table table td{
	font-size: 14px;
}

.block02, .block04, #agreement{
	padding: 40px 0;
}
.block02 h2, .block03 h2, .block04 h2{
	font-size: 34px;
}
.block02 * + h2, .block02 .column > div, .block03 * + h2{
	margin-top: 40px;
}
.block02 h2, .block03 h2, .block04 h2{
	margin-bottom: 40px;
}
.block03 h3{
	margin-top: 50px;
}
.block03 h4{
	font-size: 24px;
}

.block01 > div{
	padding-top: 30px !important;
}
.block01 > div:nth-of-type(2n){
	padding-bottom: 40px;
}
.block01 > div .imagebox > .text h3{
	font-size: 24px;
	padding-bottom: 40px;
	margin: 20px 0 0 0 !important;
}
.block01 .text_area{
	margin-top: 0;
	padding: 20px 0;
}
.block01 > div:nth-of-type(2n+1) .imagebox .point_title{
	padding-left: 20px;
}
.block01 .text_area .column{
	margin-top: 20px;
	gap: 20px;
}
.block01 .text_area .column > div{
	width: 100%;
}
.block01 > div .imagebox{
	flex-direction: column-reverse !important;
}
.block01 > div .imagebox > *{
	width: 100%;
}
.block01 > div .imagebox > .image{
	height: 150px;
	min-height: 0;
}
.block02 .column > div{
	gap: 20px;
}
.block02 .column > div > *{
	width: 100%;
}
.block02 .column > div .soldout div span{
	padding: 7px 15px;
	font-size: 18px;
}
.block03{
	padding: 30px 0;
}
.block03 .column > div{
	width: 100% !important;
}
.block03 .about li{
	width: 100% !important;
}
.block03 .column > div .image img{
	width: 100%;
}
.block03 .column.reverse{
	flex-direction: row;
}
.block03 .column2{
	flex-wrap: wrap;
}
.block03 .column2 > div{
	width: 100%;
}

}


