@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
--------------------------------*/
body{
	background: black;
	position: relative;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	line-height: 1.6;
	font-size: 28px;
	color: white;
}
body::before{
	margin: auto;
    width: 100vw;
    height: 100vh;
    max-width: 1200px;
    content: "";
    background: url(../images/bg.webp) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
h1,h2,h3,h4,h5,h6{
	line-height: 1.4;
}
a{
	color: #3381ff;
}
img{
	max-width: 100%;
}
.wrap{
	margin: 0 auto;
	max-width: 1200px;
	overflow: hidden;
}
.primary-heading{
	margin-bottom: 64px;
	padding: 16px;
	background: url(../images/heading-bg.webp) no-repeat top center / cover;
	text-align: center;
}
.primary-heading span{
	background: -webkit-linear-gradient(top, rgba(246,243,199,1) 0%,rgba(214,194,134,1) 33%,rgba(193,152,77,1) 57%,rgba(183,147,78,1) 79%,rgba(167,139,77,1) 100%);
	background: linear-gradient(to bottom, rgba(246,243,199,1) 0%,rgba(214,194,134,1) 33%,rgba(193,152,77,1) 57%,rgba(183,147,78,1) 79%,rgba(167,139,77,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: 6px;
	font-size: 42px;
	font-weight: 900;
}
.secondary-heading,
.content-body h3,
.general-parts .secondary-heading,
.form-label{
	margin-bottom: 24px;
	padding: 12px;
	background: rgba(162,124,8,0.6);
	box-shadow: 0 0 8px black, 0 0 8px black;
	text-shadow: 0 0 6px black, 0 0 6px black, 0 0 6px black;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
}
.content-body h3,
.general-parts .secondary-heading,
.form-label{
	margin: 48px 0 24px;
}
.btn-area{
	margin: 0 200px 96px;
}
.btn-area.fix{
	margin: 0 auto 32px;
	padding: 0;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
}
.regist-btn,
.entry-btn .regist-btn.active{
	margin: 0 auto 8px;
	padding: 24px 120px 24px 88px;
	width: 100%;
	max-width: 800px;
	min-height: 79px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/btn-light.webp) no-repeat center / 100% 100%, -webkit-linear-gradient(top, rgba(204,0,0,1) 0%,rgba(153,0,0,1) 100%);
	background: url(../images/btn-light.webp) no-repeat center / 100% 100%, linear-gradient(to bottom, rgba(204,0,0,1) 0%,rgba(153,0,0,1) 100%);
	border-radius: 12px;
	position: relative;
	text-shadow: 0 0 6px #00000094, 0 0 6px #00000094;
	text-align: center;
	font-size: 44px;
	font-weight: bold;
	line-height: 1.4;
	color: white;
	cursor: pointer;
	pointer-events: auto;
}
.regist-btn::before,
.regist-btn::after{
	top: 0;
	right: 64px;
	bottom: 0;
}
.regist-btn::before{
	width: 54px;
	height: 54px;
	background: white;
	border-radius: 54px;
	box-shadow: 0 1px 3px #919191 inset, 0 1px 3px #919191 inset;
}
.regist-btn::after,
.entry-btn .regist-btn.active::after{
	height: 1px;
	border: solid 14px transparent;
	border-left: solid 22px #990000;
	right: 63px;
}
.hero .balloon::after,
.regist-btn::before,
.regist-btn::after,
.popup .regist-btn span::before{
	content: "";
	margin: auto;
	position: absolute;
}
.mbr{
	display: none;
}

/*--------------------------------
header
--------------------------------*/
.header{
    background: url(../images/header-bg.webp) no-repeat top center / cover;
}
.header .inner{
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .inner .ban{
	width: 35%;
	filter: drop-shadow(0 0 4px black) drop-shadow(0 0 4px black);
}
.header .inner .logo{
	width: 20%;
}

/*--------------------------------
contents
--------------------------------*/
.about,
.play,
.howto,
.review,
.woman{
	margin-bottom: 96px;
}
.about .text,
.howto .text{
    margin: 0 100px 32px;
}
.hero{
	position: relative;
}
.hero .inner-top{
	padding: 64px;
	background: url(../images/hero-top.webp) no-repeat top center / 100%;
	position: relative;
}
.hero .inner-top .ban-text{
	margin: 0 0 16px 0;
	display: flex;
	justify-content: space-between;
}
.hero .ban-text .ban{
	width: 40%;
}
.hero .ban-text .hero-text{
	width: 20%;
	text-align: right;
}
.hero .inner-top .logo{
	margin: auto;
	width: 40%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 32px;
}
.hero .inner-btm{
	padding: 0 64px 96px;
	background: url(../images/hero-btm.webp) repeat-y top center / 100%;
}
.hero .balloon{
	margin: 0 161px 16px;
	padding: 16px;
	background: url(../images/balloon-light.webp) no-repeat center / 100% 100%, -webkit-linear-gradient(top, rgba(162,124,8,1) 0%,rgba(195,146,56,1) 70%,rgba(176,123,21,1) 100%);
	background: url(../images/balloon-light.webp) no-repeat center / 100% 100%, linear-gradient(to bottom, rgba(162,124,8,1) 0%,rgba(195,146,56,1) 70%,rgba(176,123,21,1) 100%);
	border-radius: 12px;
	position: relative;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
	z-index: 1;
}
.hero .balloon::after{
	width: 22px;
	height: 34px;
	background: url(../images/balloon-tail.webp) no-repeat center / 100%;
	left: 0;
	right: 0;
	bottom: -30px;
}
.hero .balloon .strong{
	color: #990000;
}
.hero .inner-btm .text{
	text-align: center;
}
.about .img-box{
    margin: 0 100px 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 32px;
}
.play{
    margin-bottom: 64px;
}
.play .container,
.woman .container{
    margin: 64px 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.play .box{
	margin-bottom: 32px;
	padding: 32px;
	width: calc(50% - 16px);
	background: url(../images/play-bg.webp) no-repeat top center / cover;
}
.play .box .secondary-heading{
    margin-bottom: 24px;
    padding: 8px;
    font-size: 32px;
}
.play .inner{
	margin: 0 16px;
	text-align: center;
}
.play .inner .text{
	margin: 16px 0;
	font-size: 22px;
	text-align: center;
}
.play .inner .regist-btn{
	padding: 8px 46px 8px 8px;
}
.review .box{
    margin: 32px 100px;
    padding: 32px;
    display: flex;
    justify-content: space-between;
    background: url(../images/review-bg.webp) no-repeat center / cover;
}
.review .box:nth-of-type(3){
	margin: 32px 100px 64px;
}
.review .box .left{
	margin-right: 24px;
	width: 180px;
}
.review .box .right{
	flex: 1;
}
.review .right .name{
	margin: 8px 0 16px;
	font-size: 28px;
	color: #cc0000;
}
.review .right .text{
	color: black;
}
.woman .box{
	margin-bottom: 32px;
	padding: 32px;
	width: calc(50% - 16px);
    background: url(../images/woman-bg.webp) no-repeat top center / cover;
    text-align: center;
}
.woman .box img{
	margin-bottom: 32px;
}
.woman .box .secondary-heading{
	margin-bottom: 24px;
	padding: 4px;
	background: url(../images/woman-heading-bg.webp) no-repeat top center / cover;
	box-shadow: none;
	text-shadow: none;
	text-align: center;
    font-size: 32px;
	font-weight: bold;
	color: black;
}
.woman .box .text{
	margin-bottom: 20px;
	text-align: center;
	font-size: 22px;
}
.woman .box .btn-area{
	margin: 0;
	padding: 0;
}
.woman .btn-area .regist-btn{
	margin-bottom: 0;
}
.play .inner .regist-btn,
.woman .btn-area .regist-btn{
    margin-bottom: 0;
    padding: 16px 62px 16px 8px;
    min-height: inherit;
    font-size: 32px;
}
.play .inner .regist-btn::before,
.woman .btn-area .regist-btn::before{
	width: 36px;
	height: 36px;
	right: 24px;
}
.play .inner .regist-btn::after,
.woman .btn-area .regist-btn::after{
	border: solid 10px transparent;
	border-left: solid 16px #990000;
	right: 22px;
}
.content-body{
    margin: 0 100px;
}
.content-body p,
.general-parts .note{
	margin: 0 0 48px;
}
.disc li{
	margin: 0 0 24px;
	padding-left: 16px;
	border-left: solid 4px rgb(162,124,8);
}
.disc li:last-child{
	margin-bottom: 48px;
}
.general .ex{
    display: block;
    line-height: 1.6;
}
.content-body .ex:last-of-type,
.content-body p .ex:last-of-type{
	margin-bottom: 32px;
}
.general h4{
    margin: 0 0 8px;
    padding-bottom: 8px;
    border-bottom: solid 2px;
    line-height: 1.4;
    font-weight: normal;
}

/*--------------------------------
form
--------------------------------*/
.remaining{
    margin: 0 auto;
    padding: 14px;
    height: 64px;
    max-width: 1200px;
    background: #720000;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    transition: 0.2s;
}
.remaining .progress{
    width: 0%;
    height: 64px;
    display: block;
    background: #c90000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.2s;
}
.remaining p{
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
}
.remaining span{
	color: white;
}
.remaining.fix{
	top: 0;
}
.remaining + .header{
	margin-top: 64px;
}
.form-wrapper{
    margin: 0 100px;
}
.form-box{
	margin-bottom: 64px;
}
.form-label{
	margin: 0 0 24px;
	display: block;
}
input[type=text],
input[type=tel],
input[type=password],
select,
textarea{
	padding: 16px;
	width: 100%;
	height: 75px;
	background: #fff;
	position: relative;
	font-size: 28px;
}
textarea{
	resize: vertical;
}
select{
	padding: 8px 62px 8px 16px;
	height: 75px;
	background: url(../images/icon-select.webp) no-repeat right center / 60px, #fff;
	border: 1px solid #ddd;
	color: black;
}
select:focus{
	background: url(../images/icon-select.webp) no-repeat right center / 60px, #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: black;
}
.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: 20px;
}
.form-box .form-msg{
	padding: 16px 0 0 0;
	line-height: 1.3;
	text-align: center;
}
.error{
	margin: 14px 0 0;
	background: #ff6d6d;
	color: #fff;
	text-align: center;
	line-height: 48px;
	font-size: 24px;
}
.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;}
}
.entry-btn{
    margin-bottom: 64px;
}
.entry-btn .btn-area{
	margin: 0 0 64px;
	padding: 0;
}
.entry-btn .regist-btn{
    background: -webkit-linear-gradient(top, rgba(100,100,100,1) 0%,rgba(78,78,78,1) 100%);
    background: linear-gradient(to bottom, rgba(100,100,100,1) 0%,rgba(78,78,78,1) 100%);
	box-shadow: none;
    pointer-events: none;
}
.entry-btn .regist-btn::after{
	border-left: solid 22px #4c4c4c;
}
.ymd-box,.area-box{
	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;
}
.btn-area.close + .footer .copy{
    padding: 16px 16px 166px;
}
.popup .regist-btn span{
	width: 100%;
	display: block;
	position: relative;
}
.popup .regist-btn::after,
.popup .regist-btn span::before{
    width: 36px;
    height: 8px;
    background: #990000;
    border: none;
}
.popup .regist-btn::after{
    right: 73px;
    transform: rotate(45deg);
}
.popup .regist-btn span::before{
    top: 27px;
    right: -47px;
    transform: rotate(-45deg);
}

/*--------------------------------
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: 20px;
}
.footer .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;
}
.popup .copy{
	padding: 16px 16px 100px;
}
.pr{
	margin-bottom: 64px;
	text-align: center;
}

/*--------------------------------
hover
--------------------------------*/
.pr a:hover,
.header .inner:hover,
.form-msg a:hover,
.note a:hover{
    opacity: 0.7;
}
.nav-link:hover{
	background: #1a1a1a;
}
.regist-btn:hover,
.entry-btn .regist-btn.active:hover{
    padding: 26px 120px 22px 88px;
	background: url(../images/btn-light.webp) no-repeat center / 100% 100%, -webkit-linear-gradient(top, rgba(153,0,0,1) 0%,rgba(204,0,0,1) 100%);
	background: url(../images/btn-light.webp) no-repeat center / 100% 100%, linear-gradient(to bottom, rgba(153,0,0,1) 0%,rgba(204,0,0,1) 100%);
	text-shadow: none;
}
.regist-btn:hover::before,
.regist-btn:hover::after{
	top: 2px;
}
.play .inner .regist-btn:hover,
.woman .btn-area .regist-btn:hover{
    padding: 17px 62px 15px 8px;
}
.popup .regist-btn:hover::after{
	top: 2px;
}
.popup .regist-btn:hover span::before{
    top: 26px;
}