@charset "UTF-8";

/*--------------------------------
reset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
	margin: 0;
	padding: 0;
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer{
	display: block;
}
ul li{
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
}
body{
	line-height: 1;
}
a{
	text-decoration: none;
}
img{
	vertical-align: middle;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
	}
select,
option,
input[type=text],
input[type=tel],
input[type=password],
textarea,
button{
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
blockquote::before,blockquote::after,q::before,q::after{
	content: '';
	content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
	cursor: pointer;
}
:focus{
	outline: none;
}

/*--------------------------------
common
--------------------------------*/
html{
    font-size: 62.5%;
}
body{
	background: #000;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	line-height: 1.6;
	font-size: 2.8rem;
	color: #fff;
}
a{
	color: #00a0e9;
}
img{
	max-width: 100%;
}
h2,
h3{
    line-height: 1.3;
}
.wrap{
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
}
.primary-heading{
	margin: 0 100px 60px;
	padding: 14px 44px;
	background: url(../images/primary-deco.webp) no-repeat top 4px left 4px / 70px,#993333;
	text-align: center;
	font-size: 4rem;
	font-weight: bold;
	color: #ffcc99;
}
.secondary-heading,
.content-body h3,
.form-label,
.general-parts .secondary-heading{
	margin-bottom: 20px;
	font-size: 4rem;
	font-weight: bold;
}
.content-body h3,
.form-label,
.general-parts .secondary-heading{
	margin-bottom: 10px;
	font-size: 3.2rem;
	color: #ffcc99;
}
.strong{
    line-height: 1.4;
    font-size: 120%;
    color: #ffcc99;
}
.ml{
    margin-left: 1em;
}
.btn-area.fix{
    margin: 60px auto;
    padding: 0;
    width: 800px;
    background: #8e6c07;
    border-radius: 10px;
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 1s ease-out;
    z-index: 9999;
}
.btn-area{
	margin: 80px auto;
	padding: 0 16px;
	width: 800px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.regist-btn{
	padding: 20px 8px 12px;
	width: 100%;
	height: 140px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: url("../images/btn-bg-left.webp") no-repeat left top / 32%,url("../images/btn-bg-right.webp") no-repeat right top / 32%;
	box-shadow: 8px 8px 2px rgba(255,255,255,0.3) inset;
	text-shadow: -5px -5px 0px #660000,-5px -4px 0px #660000,-5px -3px 0px #660000,-5px -2px 0px #660000,-5px -1px 0px #660000,-5px 0px 0px #660000,-5px 1px 0px #660000,-5px 2px 0px #660000,-5px 3px 0px #660000,-5px 4px 0px #660000,-5px 5px 0px #660000,-4px -5px 0px #660000,-4px 5px 0px #660000,-3px -5px 0px #660000,-3px 5px 0px #660000,-2px -5px 0px #660000,-2px 5px 0px #660000,-1px -5px 0px #660000,-1px 5px 0px #660000,0px -5px 0px #660000,0px 5px 0px #660000,1px -5px 0px #660000,1px 5px 0px #660000,2px -5px 0px #660000,2px 5px 0px #660000,3px -5px 0px #660000,3px 5px 0px #660000,4px -5px 0px #660000,4px 5px 0px #660000,5px -5px 0px #660000,5px -4px 0px #660000,5px -3px 0px #660000,5px -2px 0px #660000,5px -1px 0px #660000,5px 0px 0px #660000,5px 1px 0px #660000,5px 2px 0px #660000,5px 3px 0px #660000,5px 4px 0px #660000,5px 5px 0px #660000;
	font-size: 4.6rem;
	font-weight: 900;
	color: white;
	background-color: #8e6c07;
}
.regist-btn .main,
.regist-btn .sub{
    display: block;
    line-height: 0;
}
.regist-btn .sub{
    margin: 6px 0 0;
    padding: 8px;
    width: 430px;
    background: #660000;
    border-radius: 4px;
    text-align: center;
}
.play .more::before,
.play .more.active::before,
.play .more::after,
.review .li::before,
.header::before{
	content: "";
	position: absolute;
}
.mbr{
	display: none;
}
.entry-btn .regist-btn{
    filter: grayscale(1);
    pointer-events: none;
}
.entry-btn .regist-btn.active{
    filter: grayscale(0);
    pointer-events: auto;
}
/*--------------------------------
header
--------------------------------*/
.header{
    margin-bottom: 60px;
    padding: 16px;
    background: url(../images/header-bg.webp) no-repeat center / cover;
    position: relative;
}
.header::before{
	width: 100%;
	height: 100%;
    background: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
}
.header h1{
	position: relative;
}
.header .link{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .img-box:first-child{
    padding-right: 16px;
    width: 200px;
    text-align: left;
}
.header .img-box:last-child{
	padding-left: 16px;
	width: 260px;
	text-align: right;
}
.remaining {
    margin: 0 auto;
    padding: 8px;
    height: 50px;
    max-width: 1200px;
    background: #001b34;
    z-index: 9999;
    position: fixed;
    top: -60px;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    transition: 0.2s;
}
.remaining .progress{
    width: 0%;
    height: 50px;
    display: block;
    background: #0054a5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.2s;
}
.remaining p{
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
}
.remaining.fix{
	top: 0;
}
/*--------------------------------
contents
--------------------------------*/
.hero{
    margin-bottom: 60px;
    height: 650px;
    background: url("../images/hero-bg.webp") no-repeat center / contain;
    position: relative;
    overflow: hidden;
}
.hero .logo{
	margin: 30px auto;
	width: 640px;
	text-align: center;
}
.hero .ban{
	margin: 0 auto;
	width: 300px;
	text-align: center;
}
.about .primary-heading{
    margin-bottom: 0;
}
.about .inner{
    margin: 0 100px;
    padding: 60px 50px;
    background-repeat: no-repeat;
    background-size: cover;
}
.about .inner.top{
	background-image: url("../images/about-bg1.webp");
    background-position: left;
}
.about .inner.mid{
	background-image: url("../images/about-bg2.webp");
    background-position: right;
}
.about .inner.btm{
	background-image: url("../images/about-bg3.webp");
    background-position: left;
}
.survey .text{
	margin: 0 150px 30px;
}
.survey .text:last-of-type{
	margin: 0 150px 60px;
}
.survey .inner{
	margin-bottom: 40px;
	padding: 0 150px;
	display: flex;
	justify-content: center;
}
.survey .inner .left,
.survey .inner .right{
	padding: 0 5px;
    width: 100%;
}
.survey .secondary-heading{
    margin-bottom: 0;
    padding: 4px;
    height: 81px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #996699;
    text-align: center;
    font-size: 2.8rem;
}
.survey .dl{
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #333333;
}
.survey .dt{
    width: 67%;
}
.play .ol{
    padding: 0 150px;
    list-style: none;
}
.play .li{
    margin-bottom: 60px;
    padding: 20px;
    background: white;
}
.play .li:last-child{
	margin-bottom: 24px;
}
.play .li > picture{
	margin-bottom: 20px;
	display: block;
	text-align: center;
}
.play .secondary-heading{
    padding: 20px;
    background: -webkit-linear-gradient(top, rgba(251,247,252,1) 0%,rgba(254,236,198,1) 100%);
    background: linear-gradient(to bottom, rgba(251,247,252,1) 0%,rgba(254,236,198,1) 100%);
    display: flex;
    align-items: flex-end;
    color: #663300;
}
.play .crown{
    margin-right: 8px;
    width: 60px;
    display: inline-block;
}
.play .rank{
	margin: 0 24px 0 8px;
    color: #cc9966;
}
.play .text{
	flex: 1;
}
.play .li:nth-child(1) .rank,
.play .li:nth-child(2) .rank,
.play .li:nth-child(3) .rank{
	margin-left: 0;
}
.play .li:nth-child(1) .rank{
    background: linear-gradient(45deg, rgba(168,127,4,1) 0%,rgba(211,175,103,1) 25%,rgba(142,108,7,1) 50%,rgba(181,154,101,1) 75%,rgba(173,131,7,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.play .li:nth-child(2) .rank{
    background: linear-gradient(45deg, rgba(51,51,51,1) 0%,rgba(153,153,153,1) 25%,rgba(102,102,102,1) 50%,rgba(153,153,153,1) 75%,rgba(51,51,51,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.play .li:nth-child(3) .rank{
    background: linear-gradient(45deg, rgba(102,51,51,1) 0%,rgba(204,153,153,1) 25%,rgba(102,51,51,1) 50%,rgba(204,153,153,1) 75%,rgba(102,51,51,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.play .li > img{
    margin-bottom: 35px;
}
.play .h4,
.play .more,
.play .detail{
	margin-bottom: 30px;
	padding: 0 30px;
	color: #663300;
}
.play .h4{
	margin-bottom: 20px;
	font-size: 3.2rem;
}
.play .more{
	margin-left: 30px;
	padding: 0 0 0 1em;
	display: inline-block;
	position: relative;
	line-height: 1.4;
	cursor: pointer;
}
.play .more::before{
	width: 1px;
	border: solid 12px transparent;
	border-top: solid 22px #663300;
	left: 0;
	bottom: -2px;
}
.play .more.active::before{
	border: solid 12px transparent;
	border-bottom: solid 22px #663300;
	bottom: 10px;
}
.play .more::after{
	width: 100%;
	height: 2px;
	background: #663300;
	left: 0;
	bottom: 0;
}
.play .detail{
    display: none;
    color: #000;
}
.review .ul{
    padding: 0 150px;
}
.review .li{
    margin: 0 0 60px;
    padding: 50px 0 30px;
    background: #feecc5;
    position: relative;
}
.review .li:last-child{
    margin-bottom: 60px;
}
.review .li::before{
	width: 100%;
	height: 50px;
	background: url(../images/review-deco.webp) no-repeat top 6px center / 308px, #8e6c07;
	top: 0;
	left: 0;
}
.review .li .secondary-heading{
	margin-bottom: 0;
	padding: 30px 0 20px;
	text-align: center;
	font-size: 2.8rem;
	color: #000;
}
.review .secondary-heading .inner{
	display: inline-block;
    justify-content: space-around;
}
.review .secondary-heading .item{
	padding: 0 14px 0 7px;
	border-right: solid 1px;
	text-align: center;
}
.review .inner:last-child .item:last-child{
	border-right: none;
}
.review .li .text{
	margin: 0 50px;
	padding: 20px;
	background: white;
	border-radius: 4px;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	color: #663300;
}
.play .li:last-child{
	margin-bottom: 60px;
}
.content-body{
    margin: 0 150px;
}
.content-body p,
.general-parts .note{
	margin: 0 0 60px;
}
.disc li{
	margin: 0 0 30px;
	padding: 4px 0 4px 20px;
	border-left: solid 2px #c3a64d;
}
.disc li:last-child{
	margin-bottom: 60px;
}
.general .ex{
    display: block;
    line-height: 1.6;
}
.content-body .ex:last-of-type,
.content-body p .ex:last-of-type{
	margin-bottom: 64px;
}
.general h4{
	margin: 0 0 10px;
	padding-bottom: 10px;
	border-bottom: solid 2px;
    font-weight: normal;
    line-height: 1.4;
    color: #ffcc99;
}

/*--------------------------------
form
--------------------------------*/
.form-wrapper{
	margin: 0 150px 120px;
}
.form-box{
	margin-bottom: 60px;
}
.form-label{
	margin: 20px 0 10px;
	display: block;
}
input[type=text],
input[type=tel],
input[type=password],
select,
textarea{
	padding: 16px;
	width: 100%;
	height: 77px;
	background: #fff;
	box-sizing: border-box;
	font-size: 2.8rem;
	color: inherit;
	vertical-align: bottom;
	border-radius: 0;
	position: relative;
	color: #000;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus{
	background: #fffbed;
}
textarea{
	resize: vertical;
}
select{
	padding: 12px 40px 12px 12px;
	height: 77px;
	background: url(../images/icon-select.webp) no-repeat right center / 40px, #fff;
	border: 1px solid #ddd;
	color: #000;
}
select:focus{
	background: url(../images/icon-select.webp) no-repeat right center / 40px, #ffffe5;
}
.radio-box{
	padding: 4px 0 0 0;
	display: flex;
}
.regular-radio{
	display: none;
}
.radio-label{
	width: 50%;
	line-height: 75px;
}
.radio-label-text{
	background: #fff;
	display: block;
	transition: .3s;
	text-align: center;
	border: 1px solid #ddd;
	box-sizing: border-box;
	color: #000;
}
.radio-label:nth-of-type(1) .radio-label-text{
	border-radius: 4px 0 0 4px;
	border-right: 0;
}
.radio-label:nth-of-type(2) .radio-label-text{
	border-radius: 0 4px 4px 0;
}
.regular-radio:checked + .radio-label-text{
	background: #eb739f;
	color: #fff;
}
.regular-checkbox{
	margin-bottom: 5px;
	padding: 5px;
	display: block;
	background: #eee;
	font-size: 18px;
	border: 1px solid #eb739f;
}
.regular-checkbox input:checked + .check-label{
	color: #eb739f;
}
.form-msg,
.alert-msg{
	font-size: 2rem;
}
.form-box .form-msg{
	padding: 8px 0 0 0;
	line-height: 1.3;
	text-align: center;
}
.error{
	margin: 18px 0 0;
	background: #ff6d6d;
	color: #fff;
	text-align: center;
}
.form-item{
	position: relative;
}
.form-border{
	margin: 0 auto;
	width: 100%;
	height: 2px;
	background: #ddd;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	transform-origin: center;
}
input[type=text]:focus + .form-border::after,
input[type=tel]:focus + .form-border::after,
input[type=password]:focus + .form-border::after,
textarea:focus + .form-border::after{
	margin: 0 auto;
	width: 0%;
	height: 2px;
	content: "";
	background: #eb739f;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	transform-origin: center;
	animation: fade-border .3s ease .1s forwards;
}
@keyframes fade-border{
	0%{width: 0%;opacity: 0;}
	100%{width: 100%;opacity: 1;}
}
.ymd-box,.area-box{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.ymd-box select{
	width: 32%;
	flex-shrink: 0;
}
.area-box select,
.area-box .sub-area{
	width: 49%;
	flex-shrink: 0;
}
.area-box .sub-area select{
	width: 100%;
	flex-shrink: 0;
}
.entry-btn{
    margin-bottom: 40px;
}
.entry-btn .btn-area{
    padding: 0;
}
.close .regist-btn{
	cursor: pointer;
}

/*--------------------------------
campaign
--------------------------------*/
.campaign h4{
	border: 0;
	font-size: 1.4rem;
	color:#333;
	text-indent: 0;
	padding: 10px 0 10px 20px;
}
.campaign h5{
	font-weight: normal;
	font-size: 1.2rem;
	color:#333;
	padding: 10px 0 10px 20px;
}
.campaign p{
	padding: 0 10px 0 20px;
}
.cam_msg{
	font-size: 1.1rem;
	color:#aaa;
	padding: 0;
}
.campaign strong{
	font-weight: bold;
	color:#f00;
}
.camMenu{
	margin-bottom: 10px;
	padding-left: 20px;
}
.camMenu dt{
	font-weight: bold;
	font-size: 1.6rem;
	margin: 5px 0;
}
.camMenu dt:before{
	content:"";
	color:#714769;
}
.camMenu dd{
	margin-bottom: 10px;
}
.camMenu table{
	border-collapse: collapse;
	width: 270px;
	color:#000;
}
.camMenu table th{
	text-align: center;
	background:#ccc;
	width: 90px;
	border: 1px solid #aaa;
}
.camMenu table td{
	text-align: right;
	width: 90px;
	background:#fff;
	border: 1px solid #aaa;
	padding-right: 10px;
	box-sizing: border-box;
}
.camMenu table tr td:last-child{
	background:#ff0;
}
#campaign_btn,
#campaign_btn_entry{
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 1;
}
#campaign_btn a,
#campaign_btn_entry a{
	width: 60px;
	height: 60px;
	display: block;
	background: url("../images/cam_btn.png") no-repeat 0 0;
	text-indent: 120%;
	overflow: hidden;
	white-space: nowrap;
	background-size: contain;
}
.lpprtitle{
	background-color: #323232!important;
	color: #fff;
}

/*--------------------------------
footer
--------------------------------*/
.footer{
	background: #323232;
	text-align: center;
	font-size: 2rem;
}
.global-nav ul{
	display: flex;
}
.nav-list{
	width: 100%;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.nav-list:last-child{
	border-right: none;
}
.nav-link{
	padding: 12px 16px;
	display: block;
	color: #fff;
}
.copy{
	padding: 16px;
	display: block;
	color: #fff;
}
.pr{
	margin: 40px auto;
	width: 750px;
	right: 0;
	bottom: -60px;
	text-align: center;
}

/*--------------------------------
hover
--------------------------------*/
.more:hover,
.alert-msg a:hover,
.header .link:hover,
.pr a:hover,
.note a:hover{
    opacity: 0.7;
}
.regist-btn:hover{
	padding: 22px 8px 10px;
	background: url("../images/btn-bg-left.webp") no-repeat left top / 32%,url("../images/btn-bg-right.webp") no-repeat right top / 32%,#6e5404;
	box-shadow: none;
	opacity: 0.8;
}
.nav-link:hover{
    background: #1a1a1a;
}

/*--------------------------------
no-webp
--------------------------------*/
.no-webp .primary-heading{
	background: url(../images/primary-deco.png) no-repeat top 4px left 4px / 70px,#993333;
}
.no-webp .regist-btn{
	background: url("../images/btn-bg-left.png") no-repeat left top / 32%, url("../images/btn-bg-right.png") no-repeat right top / 32%, #8e6c07;
}
.no-webp .regist-btn:hover{
	background: url("../images/btn-bg-left.png") no-repeat left top / 32%,url("../images/btn-bg-right.png") no-repeat right top / 32%,#6e5404;
}
.no-webp .header{
    background: url(../images/header-bg.jpg) no-repeat center / cover;
}
.no-webp .hero{
    background: url("../images/hero-bg.jpg") no-repeat center / cover;
}
.no-webp .about .inner.top{
	background-image: url("../images/about-bg1.jpg");
    background-position: left;
}
.no-webp .about .inner.mid{
	background-image: url("../images/about-bg2.jpg");
    background-position: right;
}
.no-webp .about .inner.btm{
	background-image: url("../images/about-bg3.jpg");
    background-position: left;
}
.no-webp .review .li::before{
	background: url(../images/review-deco.png) no-repeat top 6px center / 308px, #8e6c07;
}
.no-webp select{
	background: url(../images/icon-select.png) no-repeat right center / 40px, #fff;
}
.no-webp select:focus{
	background: url(../images/icon-select.png) no-repeat right center / 40px, #ffffe5;
}

/*--------------------------------
IE
--------------------------------*/
@media all and (-ms-high-contrast: none){
	.primary-heading{
		padding: 18px 44px 10px;
	}
	.survey .secondary-heading{
		padding: 6px 4px 2px;
	}
	.play .li:nth-child(1) .rank,
	.play .li:nth-child(2) .rank,
	.play .li:nth-child(3) .rank{
		background:  none;
	}
	.play .li:nth-child(1) .rank{
		color: #8f6e0a;
	}
	.play .li:nth-child(2) .rank{
		color: #787878;
	}
	.play .li:nth-child(3) .rank{
		color: #7f4c4c;
	}
	.nav-link{
		padding: 15px 16px 9px;
	}
	.disc li{
		padding: 6px 0 2px 20px;
	}
	input[type=text],
	input[type=tel],
	input[type=password],
	select,
	textarea{
		padding: 19px 16px 13px;
	}
	.error{
		padding: 12px 8px 4px;
	}
	select::-ms-expand{
		display: none;
	}
}
.nav-btn{
	margin: 32px auto 0 auto;
	width: 50%;
	height: 64px;
	display: block;
	line-height: 60px;
	text-align: center;
	background: #933;
	color: #fff;
	border-radius: 6px;
	box-shadow: 0 1px 1px rgba(255,255,255,.1) inset,0 -3px 0 rgba(0,0,0,.4) inset;
	position: relative;
	transition: .3s;
}
.nav-btn:hover{
	opacity: .6;
}
.nav-btn::before,.nav-btn::after{
	content: "";
	position: absolute;
}
.nav-btn::before{
	width: 32px; 
	height: 32px;
	background: #fc9;
	border-radius: 50%;
	top: 14px;
	left: 14px;
}
.nav-btn::after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #933;
	top: 24px;
	left: 26px;
}