@charset "utf-8";



/* リセットCSS
-----------------------------------*/
html,body,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd,p,header,hgroup,section,article,aside,hgroup,footer,figure,figcaption,nav{margin:0;padding:0;font-size:100%;}body{line-height:1.0;-webkit-text-size-adjust:none;}article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block;}img{border:0;vertical-align:bottom;}ul,ol{list-style:none;}table{border-spacing:0;empty-cells: show;}h1,h2,h3,h4,h5,h6,strong,th{font-weight:normal;text-align:left;}

body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}#yui3-css-stamp.cssfonts{display:none}



/* 基本設定
-----------------------------------*/
a{
	color: #333;
	text-decoration: none;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}
a:hover{
	text-decoration: none;
	opacity: .7;
}
a:focus{
	-moz-outline-style: none;
}
strong{
	font-weight: bold;
}
ul li,
ol li{
	list-style: none;
}
address{
	font-style :normal;
}
html{
	height: 100%;
	-webkit-font-smoothing: antialiased;
}
body{
	color: #333;
	font-size: 14px;
	background: #fff;
	font-family: 'Oswald', 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック","ヒラギノ角ゴ ProN" , sans-serif;
	line-height: 1.8;
	height: 100%;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}
.lp-Content .en{
	font-family: ;
}
.lp-Content .min{
	font-family: ;
}
.lp-Content .lg{
	font-size: 130%;
}
.lp-Content .sm{
	font-size: 80%;
}
.lp-Content .center{
	text-align: center;
}
.lp-Content img{
	width: 100%;
	height: auto;
}



/* スマホとPCでコンテンツを切り替える場合
-----------------------------------*/
.lp-Content .sp{
	display: block;
}
.lp-Content .pc{
	display: none;
}
@media only screen and (min-width: 768px){
}
@media only screen and (min-width: 1024px){
	.lp-Content .pc{
		display: block;
	}
	.lp-Content .sp{
		display: none;
	}
}



/* アニメーション設定
-----------------------------------*/
.lp-Content .fade,
.lp-Content .fade-r,
.lp-Content .fade-l{
	opacity: 0;
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
}
.lp-Content .fade.animation-on,
.lp-Content .fade-r.animation-on,
.lp-Content .fade-l.animation-on{
	opacity: 1;
	-webkit-transform: translate(0);
	transform: translate(0);
}
.lp-Content .fade{
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}
.lp-Content .fade-r{
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
}
.lp-Content .fade-l{
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
}



/* レイアウト基本設定
-----------------------------------*/
.lp-Content{
	overflow: hidden;
	position: relative;
}
.lp-Content .lp-Wrapper{
	padding: 30px 0 45px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.lp-Content .lp-Wrapper-intro{
	padding: 0 0 45px;
}
.lp-Content .lp-Wrapper-fair{
	border-top: 1px solid #aaa;
}
.lp-Content .lp-Wrapper-fair .lp-Parts_Text{
	padding-bottom: 30px;
}
.lp-Content .lp-Wrapper-fair .lp-Parts_Title img{
	width: 260px;
	height: auto;
}
.lp-Content .lp-Wrapper-fair .btn{
	background: #222E53;
}
.lp-Content .result{
	background: #eee;
	position: relative;
}
.lp-Content .result:before{
	content: "";
	border-right: 40px solid transparent;
	border-bottom: 30px solid #eee;
	border-left: 40px solid transparent;
	margin-left: -40px;
	position: absolute;
	top: -30px;
	left: 50%;
}
.lp-Content .lp-Box{
	max-width: 1024px;
	margin: 0 auto;
}
.lp-Content .lp-Box-w860{
	max-width: 860px;
}
.lp-Content .lp-Box_Inner{
	margin: 0 15px;
}
.lp-Content .lp-Box_Inner-faq{
	border: 2px solid #000;
	background: #fff;
	padding: 30px 20px 45px;
	margin-top: 45px;
	position: relative;
}
.lp-Content .lp-Box_Inner-faq ul li + li{
	margin-top: 30px;
}
.lp-Content .lp-Box_Inner-faq ul li span{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}
.lp-Content .lp-Box_Inner-faq ul li label{
	padding-left: 30px;
	position: relative;
	display: block;
}
.lp-Content .lp-Box_Inner-faq ul li input{
	position: absolute;
	top: 0;
	left: 0;
}
.lp-Content .resultA .lp-Parts_Title{
	color: #4682b4;
}
.lp-Content .resultA .lp-Box_Inner{
	border: 2px solid #4682b4;
}
.lp-Content .resultA .btn{
	background: #4682b4;
}
.lp-Content .resultB .lp-Parts_Title{
	color: #5f9ea0;
}
.lp-Content .resultB .lp-Box_Inner{
	border: 2px solid #5f9ea0;
}
.lp-Content .resultB .btn{
	background: #5f9ea0;
}
.lp-Content .resultC .lp-Parts_Title{
	color: #ffb6c1;
}
.lp-Content .resultC .lp-Box_Inner{
	border: 2px solid #ffb6c1;
}
.lp-Content .resultC .btn{
	background: #ffb6c1;
}
.lp-Content .resultD .lp-Parts_Title{
	color: #8fbc8f;
}
.lp-Content .resultD .lp-Box_Inner{
	border: 2px solid #8fbc8f;
}
.lp-Content .resultD .btn{
	background: #8fbc8f;
}
.lp-Content .lp-Box_Inner-result{
	border: 2px solid #000;
	border-radius: 25px;
	background: #fff;
	padding: 30px 20px 45px;
	position: relative;
}
.lp-Content .lp-Box_Inner-result .lp-Parts_SubTitle{
	font-size: 170%;
	line-height: 1.4;
	margin-top: 30px;
}
.lp-Content .lp-Box_Inner-result .lp-Parts_TriTitle{
	font-weight: bold;
	margin-top: 10px;
}
.lp-Content .lp-Box_Inner-result .sm{
	font-size: 60%;
}
.lp-Content .lp-Box + .lp-Box{
	margin-top: 30px;
}
.lp-Content .lp-Box_Col{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lp-Content .lp-Box_Col_Item{
	margin-bottom: 15px;
}
.lp-Content .lp-Box_Col-2 .lp-Box_Col_Item{
	width: calc(50% - 7px);
}
.lp-Content .lp-Box_Col-3 .lp-Box_Col_Item{
	width: calc(33.3% - 7px);
}
.lp-Content .lp-Box_Col-4 .lp-Box_Col_Item{
	width: calc(25% - 7px);
}
@media only screen and (min-width: 768px){
}
@media only screen and (min-width: 1024px){
	.lp-Content .lp-Wrapper-intro .lp-Parts_Text{
		text-align: center;
	}
	.lp-Content .lp-Wrapper-fair .lp-Parts_Text{
		text-align: center;
	}
	.lp-Content .lp-Wrapper-fair .lp-Parts_Title img{
		width: 485px;
	}
	.lp-Content .lp-Box_Col-1-3 .lp-Box_Col_Item{
		width: calc(33.3% - 7px);
	}
}



/* パーツ設定　コンテンツ
-----------------------------------*/
.lp-Content .lp-Parts_Title,
.lp-Content .lp-Parts_SubTitle,
.lp-Content .lp-Parts_Image,
.lp-Content .lp-Parts_List,
.lp-Content .lp-Parts_ToggleBtn,
.lp-Content .lp-Parts_Text{
	padding-top: 15px;
}
.lp-Content .lp-Parts_Title{
	font-size: 142%;
	font-weight: bold;
}
.lp-Content .lp-Parts_Title-type{
	background: #eee8aa;
}
.lp-Content .lp-Parts_SubTitle{
	font-size: 116%;
	font-weight: bold;
}
.lp-Content .lp-Parts_SubTitle + .lp-Parts_Text{
	padding-top: 0;
}
.lp-Content .lp-Parts_Text + .lp-Parts_Text{
	padding-top: 10px;
}
.lp-Content .lp-Parts_List li{
	position: relative;
	padding-left: 1em;
}
.lp-Content .lp-Parts_List li:before{
	content: "・";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.lp-Content .lp-Parts_Btn{
	max-width: 600px;
	text-align: center;
	padding: 0 15px;
	margin: 30px auto 0;
}
.lp-Content .lp-Parts_Btn a{
	display: block;
}
.lp-Content .lp-Parts_Table + .lp-Parts_Table{
	margin-top: 30px;
}
.lp-Content .lp-Parts_Table dt{
	color: #fff;
	border: 1px solid red;
	background: red;
	padding: 10px 15px;
}
.lp-Content .lp-Parts_Table dd{
	border: 1px solid red;
	background: #fff;
	padding: 10px 15px;
}
.lp-Content .lp-Parts_Table dd ul li{
	position: relative;
	padding-left: 1em;
}
.lp-Content .lp-Parts_Table dd ul li:before{
	content: "■";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.lp-Content .lp-Parts_ThumbList_Item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.lp-Content .lp-Parts_ThumbList_Item + .lp-Parts_ThumbList_Item{
	margin-top: 15px;
}
.lp-Content .lp-Parts_ThumbList_ItemImage{
	width: 120px;
	margin-right: 10px;
}
.lp-Content .lp-Parts_ThumbList_ItemData{
	width: calc(100% - 120px);
	margin-top: 10px;
}
.lp-Content .lp-Parts_Hidden{
	display: none;
}
@media only screen and (min-width: 768px){
}
@media only screen and (min-width: 1024px){
}



/* パーツ設定　Youtube動画
-----------------------------------*/
.lp-Content .lp-Parts_Movie {
	width: 100%;
	padding-top: 56%;
	height: 0px;
	position: relative;
}
.lp-Content .lp-Parts_Movie iframe{
	width: 100%;
	height: 100%;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
}
@media only screen and (min-width: 768px){
}
@media only screen and (min-width: 1024px){
}



/* パーツ設定　シェアボタン
-----------------------------------*/
.lp-Content .lp-Parts_Share{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 120px;
}
.lp-Content .lp-Parts_Share_Item{
	text-align: center;
	width: 100%;
}
.lp-Content .lp-Parts_Share_Item a{
	width: 40px;
	height: 40px;
	display: inline-block;
}
@media only screen and (min-width: 768px){
}
@media only screen and (min-width: 1024px){
}



/* パーツ設定　スライダ―
-----------------------------------*/
.lp-Parts_Slides_Item{
	margin: 0 8px;
	opacity: 0;
}
.lp-Parts_Slides_Item .lp-Parts_Image{
	position: relative;
	height: 0;
	padding-top: 60%;
	overflow: hidden;
}
.lp-Parts_Slides_Item .lp-Parts_Image img{
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.lp-Parts_Slides.slick-initialized li{
	opacity: 1;
}
.lp-Parts_Slides .item.slick-current{
	outline: none;
}
.lp-Parts_Slides .slick-dots{
	text-align: center;
	margin-top: 20px;
}
.lp-Parts_Slides .slick-dots li{
	display: inline-block;
}
.lp-Parts_Slides .slick-dots li + li{
	margin-left: 10px;
}
.lp-Parts_Slides .slick-dots li button{
	text-indent: -9999px;
	width: 4px;
	height: 4px;
	border: none;
	background: #434853;
	border-radius: 100%;
	padding: 0;
	cursor: pointer;
	outline: none;
	opacity: .3;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.lp-Parts_Slides .slick-dots li.slick-active button{
	opacity: 1;
}
.lp-Parts_Slides .slick-arrow{
	text-indent: -9999px;
	cursor: pointer;
	outline: none;
	width: 40px;
	height: 40px;
	border: none;
	background-color: transparent;
	background-color: red;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 center;
	padding: 0;
	position: absolute;
	bottom: 0;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.lp-Parts_Slides .slick-prev{
	background-image: url("../img/prev.png");
	left: 35px;
}
.lp-Parts_Slides .slick-next{
	background-image: url("../img/next.png");
	right: 35px;
}
@media only screen and (min-width: 768px){
}
@media only screen and (min-width: 1024px){
}



/* パーツ設定　スライダ―（ループ）
-----------------------------------*/
.lp-Parts_LoopSlides_Item{
	margin: 0 1px;
	opacity: 0;
}
.lp-Parts_LoopSlides.slick-initialized li{
	opacity: 1;
}
.lp-Parts_LoopSlides .item.slick-current{
	outline: none;
}
@media only screen and (min-width: 768px){
}
@media only screen and (min-width: 1024px){
}



/* フッター
-----------------------------------*/
.lp-Content .lp-Footer{
	color: #fff;
	background: #222e53;
	padding: 45px 15px;
}
.lp-Content .lp-Footer a{
	color: #fff;
}
.lp-Content .lp-Footer_Logo img{
	width: 140px;
	height: auto;
}
.lp-Content .lp-Footer_Comment{
	margin-top: 30px;
}
.lp-Content .lp-Footer_Comment ul{
	margin-top: 30px;
}
.lp-Content .lp-Footer_Comment ul li{
	border-top: 1px solid #aaa;
}
.lp-Content .lp-Footer_Comment ul li:last-child{
	border-bottom: 1px solid #aaa;
}
.lp-Content .lp-Footer_Comment ul li a{
	padding: 15px 0;
	display: block;
}
.lp-Content .lp-Footer_Copy{
	margin-top: 45px;
}
.lp-Content .lp-Footer_Copy small{
	font-size: 85%;
}
@media only screen and (min-width: 768px){
}
@media only screen and (min-width: 1024px){
}



/* 下部固定バナー
-----------------------------------*/
.lp-Content .lp-FixBnr{
	max-width: 345px;
	padding: 0 15px 15px;
	margin: 0 auto;
	display: block;
	position: fixed;
	bottom: -200px;
	right: 0;
	left: 0;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}
.lp-Content .lp-FixBnr.is-show{
	bottom: 0;
}
.lp-Content .lp-FixBnr a{
	display: block;
}
@media only screen and (min-width: 768px){
}
@media only screen and (min-width: 1024px){
}



/* ページの上部へ戻るボタン
-----------------------------------*/
.lp-Content .lp-PageTop{
	width: 40px;
	height: 40px;
	background: red;
	display: block;
	position: fixed;
	bottom: -100px;
	right: 15px;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}
.lp-Content .lp-PageTop.is-show{
	bottom: 20px;
}
.lp-Content .lp-PageTop a{
	display: block;
}
@media only screen and (min-width: 768px){
}
@media only screen and (min-width: 1024px){
}



/* 開閉ボタン
-----------------------------------*/
.btn {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Oswald', 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック","ヒラギノ角ゴ ProN" , sans-serif;
	line-height: 50px;
	text-align: center;
	width: 240px;
	height: 50px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 25px;
	background: #000;
	margin: 25px auto 0;
	display: block;
	cursor: pointer;
	outline: none;
}
#start,
#shindan{
	font-size: 18px;
	line-height: 120px;
	width: 120px;
	height: 120px;
	background: #c2ad94;
	border-radius: 50%;
	padding: 0;
}
#action{
	display: none;
}
.result {
	display: none;
}
.more{
	margin-top: 45px;
}
#link{
	margin-top: 45px;
}



/*--- cssアニメーション ここから ---*/
.keyframe {
	-webkit-animation-name: anim_sc;
	animation-name: anim_sc;
	-webkit-transform: scale(0.8, 0.8);
	transform: scale(0.8, 0.8);
}

@-webkit-keyframes anim_sc {
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@keyframes anim_sc {
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}



/* cssアニメーション
-----------------------------------*/
.animation {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
