/*--------------------------------
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{
	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:not([type=checkbox]),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;
}

/*--------------------------------
global element
--------------------------------*/
body{
	font-size: 15px;
	font-family: sans-serif;
	color: #000;
	-webkit-text-size-adjust: 100%;
}
a{
	transition: .8s;
}
.clear{
	margin:　0;
	padding:　0;
	height:　0;
	clear:　both;
}
.txt-none{
    text-indent: 120%;
    overflow: hidden;
    white-space: nowrap;
}
.wrap{
    position: relative;
    padding: 0 0 100px;
}
.wrap.sub{
    padding-bottom: 80px;
}
/*--------------------------------
nav
--------------------------------*/
.menu{
    width: 40%;
    height: 10%;
    border-bottom-left-radius: 100% 100%;
    background: #a30007;
    position: fixed;
    top: 0;
    right: 0;
    z-index:9;
    transition: all .8s;
}
.menu-btn{
    width: 100px;
    height: 40px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: url(../images/menu.png) no-repeat 0 0;
    background-size: contain;
}
.menu-active{
    width: 100vw;
    height: 100vh;
    border-radius: 0;
}
.menu-close{
    width: 40px;
    height: 40px;
    background: url(../images/close.png) no-repeat right 0;
    background-size: 80% auto;
    position: absolute;
    top: 15px;
    right: 15px;
}
.menu-list{
    display: none;
    width: 100%;
    height: 100%;
}
.menu-list ul{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    opacity: 0;
    transition: all 1.5s;
}
.menu-list li{
    text-align: center;
    line-height: 40px;

}
.menu-list li a{
    padding: 0 20px;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    transition: all .3s;
}
.menu-list li a:hover{
    transform: translateY(2px);
}
/*--------------------------------
Contents
--------------------------------*/
.splash{
    width: 100%;
    height: 90vh;
    position: relative;
}
.top-section{
    width: 80%;
    height: 80%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transition: all 2s;
}
.top-img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.top-img div{
    height: 100%;
}
.top-img li{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.top-img .img01-a{
    background-image: url(../images/img01-a.jpg);
    background-position: center center;
}
.top-img .img01-b{
    background-image: url(../images/img01-b.jpg);
    background-position: left center;
}
.top-img .img01-c{
    background-image: url(../images/img01-c.jpg);
    background-position: right center;
}
.title{
    width: 210px;
    height: 97px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.logo-3ban{
    background: url(../images/logo-3ban.png) no-repeat 0 0;
    background-size: contain;
}
.logo-4ban{
    background: url(../images/logo-4ban.png) no-repeat 0 0;
    background-size: contain;
}
.logo-5ban{
    background: url(../images/logo-5ban.png) no-repeat 0 0;
    background-size: contain;
}
.logo-6ban{
    background: url(../images/logo-6ban.png) no-repeat 0 0;
    background-size: contain;
}
.logo-7ban{
    background: url(../images/logo-7ban.png) no-repeat 0 0;
    background-size: contain;
}
.logo-8ban{
    background: url(../images/logo-8ban.png) no-repeat 0 0;
    background-size: contain;
}
.logo-10ban{
    background: url(../images/logo-10ban.png) no-repeat 0 0;
    background-size: contain;
}
.catch{
    width: 100%;
    padding: 20px 20px 120px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: linear-gradient(to bottom,rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
}
.catch-1{
    padding: 0 0 10px;
    font-size: 26px;
    font-weight: bold;
    font-family: "Sawarabi Mincho",Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    line-height: 1.2;
}
.catch-2{
    font-size: 14px;
    color: #ffe3c8;
    text-shadow: 0 0 20px rgba(0,0,0,0.7);
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    line-height: 1.2;
}
.reg-btn{
    width: 236px;
    height: 77px;
    display: block;
    position: fixed;
    bottom: 10px;
    left: 10px;
    background: url(../images/reg-btn.jpg) no-repeat 0 0;
    background-size: contain;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.4);
    z-index: 4;
}
.reg-btn span{
    width: 100%;
    height: 100%;
    position: absolute;
    top: -12px;
    left: 0;
    background: url(../images/hip.png) no-repeat 0 0;
    background-size: 98px auto;
    transition: all,.3s;
}

.main-section{
    width: 100%;
    padding: 100px 0 10px;
    margin: 10% auto 20px;
    background: url(../images/img02.jpg) no-repeat 0 0,#ffe3c8;
    background-size: contain;
    position: relative;
}
.contents{
    margin: 0 0 0 100px;
    padding: 20px;
    background: #fff;
    transition: all .8s;
}
.h-about{
    height: 22px;
    margin: 0 0 15px;
    background: url(../images/about.png) no-repeat center 0;
    background-size: contain;
}
.contents .p{
    font-size: 15px;
    line-height: 1.6;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: bold;
    margin: 20px 0 0;
}

.user{
    margin: 0;
    padding: 20px ;
    background: #000;
}
.h-user{
    height: 22px;
    margin: 0 0 15px;
    background: url(../images/voice.png) no-repeat center 0;
    background-size: contain;
}
.user-box{
    height: 100px;
    margin: 0 0 20px;
    display: flex;
    background: #fff;
    transition: all .8s;
    position: relative;
}
.user-box img{
    width: 100px;
    height: auto;
}
.user-box dl{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 15px;
    line-height: 2;
    flex: 1 1 auto;
    color: #5c5c5c;
    transition: all .3s;
}
.user .user-box dl::after{
    content: "";
    position: absolute;
    top: 42px;
    right: 5px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left: 12px solid #FAAC58;
}
.user .user-box dl:hover{
    transform: translateY(2px);
}
.user-box dl dd:first-of-type{
    color: #a30007;
}

.move-img{
    display: block;
    transition: all .8s;
}
.move01{
    position: absolute;
    width: 100px;
    height: auto;
    top: 180px;
    left: 10px;
}
.move02{
    width: 60%;
    height: auto;
    margin: 20px 0;
}
.move03{
    width: 80%;
    height: auto;
    margin: auto auto -100px;
}
.move04{
    width: 90%;
    height: auto;
    margin: 100px 0 20px 10%;
}
.js-left{
    opacity: 0;
    transform: translateX(30px);
}
.js-right{
    opacity: 0;
    transform: translateX(-30px);
}
.js-bottom{
    opacity: 0;
    transform: translateY(30px);
}

.h01{
    line-height: 22px;
    margin: 0 0 20px;
    text-align: center;
    color: #a30007;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: bold;
}

.sub .main-section{
    margin-top: 0;
}
.sub .title{
    top: 30px;
    left: 20px;
    width: 150px;
    height: 70px;
    margin: 0;
    background-position: 0 0;
    background-size: contain;
    z-index: 1;
}
.sub .main-section::after{
    content:"";
    width: 100%;
    height: 0;
    padding: 40.8% 0 0;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    z-index: 0;
}
.sub .contents{
    margin-left: 20px;
    position: relative;
    z-index: 1;
}
/*--------------------------------
General
--------------------------------*/
.general h3{
	padding: 0 10px;
	font-size: 18px;
	line-height: 20px;
	font-family: "Sawarabi Mincho",serif;
	font-weight: 800;
    border-left: 3px solid #000;
    margin: 10px 0;
}
.general p,
.general ul{
	padding: 0 0 20px 0;
	font-size: 15px;
	line-height: 25px;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: bold;
}
.general h4{
	padding: 0 0 20px 0;
	font-size: 16px;
	line-height: 25px;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: bold;
    color: #a30007;
}
.general a{
    color: #f8b551;
}
.general p.juyo{
    padding: 10px;
}

/*--------------------------------
Footer
--------------------------------*/

/*--------------------------------
Form
--------------------------------*/
.wrap.entry{
    padding-bottom: 0;
}
.entry .main-section{
    margin-bottom: 0;
}
.entry .contents{
    margin-left: 0;
}
.form .fieldset{
	padding: 10px 0 0 0;
	position: relative;
	display: flex;
	align-items: stretch;
}
.form .fieldset label{
	line-height: 40px;
	font-size: 12px;
	text-align: center;
	background: #a30007;
	color: #fff;
	flex: 0 0 130px;
}
.form .fieldset p{flex-grow: 1;line-height: 40px;}
.form .fieldset p span{font-family:sans-serif;}
.form-desc{
	padding: 5px 0 0 140px;
	flex-basis: 100%;
	flex-shrink: 0;
	flex-grow: 1;
	font-size: 12px;
    line-height: 1.2;
}
.msg{
	margin: 10px 0 0 0;
	padding: 10px;
	font-size: 12px;
	border: 1px solid #c7c7c7;
	word-wrap: break-word;
    background: #fff;
    color: #4b4b4b;
    line-height: 1.2;
}
.error{
	margin: 5px 0 0 0;
	padding: 5px;
	text-align: center;
	background: #ffe5e5;
	color: #f33;
}
.form input[type="text"],
.form input[type="password"],
.form textarea,.form select{
	padding: 10px;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	border: 0;
	background: #eaeaea;
	-webkit-appearance: none;
	border-radius: 0;
}
.form input[type="radio"]{
	width: 30px;
	height: 30px;
	border: 2px solid #ccc;
	border-radius: 50%;
    background: #fff;
}
.form input[type="radio"]:checked{
	background: #ae050d;
}
.regular-radio{
    margin: 0 0 0 5px;
	display: flex;
	align-items: center;
}
.regular-radio span{
	padding: 0 5% 0 5px;
	display: block;
}
.form textarea{
	height: 120px;
	display: block;
}
.form select{
	background: url(../images/select-arrow.png) no-repeat right 10px center #eaeaea;
	background-size:5px;
}
.form .second-select{
	margin: 1px 0 0 0;
}
.entry-btn{padding:10px 0;}

.entry-btn button{
	margin: 0 auto;
	width: 100%;
    height: 50px;
    line-height: 50px;
	display: block;
	overflow:hidden;
    background: #a30007;
	box-shadow: 0px 2px 2px rgba(0,0,0,.5);
	transform:translate3d(0,0,0);
}
.entry-btn button span{
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    text-shadow: 2px 2px 2px rgba(0,0,0,.5);
    color: #fff;
}


.form p a{color:#9c3939;}
.form input[type="text"].qtr{width:50%;float:left;}
.entry-btn p{
    margin: 0 0 10px;
	padding: 10px;
	font-size: 12px;
	border: 1px solid #c7c7c7;
	word-wrap: break-word;
    background: #fff;
    color: #4b4b4b;
    line-height: 1.2;
}

.juyo {border:1px dashed #f00; box-sizing:border-box;}
.form .msg span,.form .juyo span{float:none; padding:0;}
.form .juyo{margin:10px 0 0 0;}

.sa-form .msg{
    margin: 10px 0;
}

#popup{padding:10px;}

.wrap.success{
    padding-bottom: 0;
}
.alert{
    margin: 10px 0;
    line-height: 1.2;
}

/* M's form */
.form .fieldset .play-check label{
    display: block;
    text-align: left;
    background: none;
    color: #333;
    padding: 0 0 0 10px;
}

/*--------------------------------
Overlay
--------------------------------*/
.user-detail{
    width: 90%;
    margin: 0 auto;
    background: #f8f8f8;
    opacity: 0;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: -1;
}
.user-detail .p{
    padding: 0 20px 20px;
    color: #3c3c3e;
    font-size: 14px;
    line-height: 1.4;
}
.js-overlay{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.8);
	z-index: 10;
	display: none;
}
.js-close-overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 11;
	cursor: pointer;
}
.js-close-btn{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(../images/close.png) no-repeat center;
	background-size: 80% auto;
	border-radius: 50%;
	box-shadow: 2px 2px 2px rgba(0,0,0,.4);
	transform: translate3d(0,0,0);
	cursor: pointer;
	transition: .3s;
}

/* mother */
#mother{
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.sub #mother{
    top: 30px;
    left: 20px;
    margin: 0;
    z-index: 1;
}
#mother h1{
    height: 50px;
    background-position: center center;
    background-size: contain;
    text-indent: 120%;
    overflow: hidden;
    white-space: nowrap;
}
.sub #mother h1{
    background-position: 0 0;
}
/* karamail button */
#mailButton{
    margin: 10px 0;
}
#mailButton li{display:block; width:50%; float:left;}
#mailButton li a{display:block; text-align:center; font-size:140%; padding:15px 0; text-decoration:none; color:#fff; font-weight:bold; border:1px solid #ccc;}
#mailButton li.male a{border-radius:10px 0 0 10px; -webkit-border-radius:10px 0 0 10px; -moz-border-radius:10px 0 0 10px; border-color:#006cff; text-shadow:0 -1px 1px #006cff;
background: -webkit-gradient(linear, left top, left bottom, from(#5d93ff), color-stop(0.49, #117cff), color-stop(0.5, #026dc7), to(#004c8d) );
background: -moz-linear-gradient(top, #5d93ff, #117cff 49%, #026dc7 50%, #004c8d);}
#mailButton li.female a{border-radius:0 10px 10px 0; -webkit-border-radius:0 10px 10px 0; -moz-border-radius:0 10px 10px 0; border-color:#fd1a5a; text-shadow:0 -1px 1px #fd1a5a;
background: -webkit-gradient(linear, left top, left bottom, from(#ff8ca7), color-stop(0.49, #ff577f), color-stop(0.5, #ff3363), to(#ff0c45) );
background: -moz-linear-gradient(top, #ff8ca7, #ff577f 49%, #ff3363 50%, #ff0c45);}
#mailButton li.male a:hover,#mailButton li.male a:active{border-color:#006cff; text-shadow:0 -1px 1px #107cff;
background: -webkit-gradient(linear, left top, left bottom, from(#6da3ff), color-stop(0.49, #218cff), color-stop(0.5, #127dd7), to(#105c9d) );
background: -moz-linear-gradient(top, #6da3ff, #218cff 49%, #127dd7 50%, #105c9d);}
#mailButton li.female a:hover,#mailButton li.female a:active{border-color:#fd1a5a; text-shadow:0 -1px 1px #ff2a6a;
background: -webkit-gradient(linear, left top, left bottom, from(#ff9cb7), color-stop(0.49, #ff678f), color-stop(0.5, #ff4373), to(#ff1c55) );
background: -moz-linear-gradient(top, #ff9cb7, #ff678f 49%, #ff4373 50%, #ff1c55);}

body .lpprtitle{
	background: #111;
    color: #fff;
}
body .lpprbox{
	background: rgba(0,0,0,0.2);
}

body #pr{
    z-index: 8;
}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

/* campaign */
.campaign h4 {border:0; font-size:14px; color:#333; text-indent:0; padding:10px 0 10px 20px;}
.campaign h5 {font-weight:normal; font-size:12px;color:#333; padding:10px 0 10px 20px;}
.campaign p{padding:0 10px 0 20px;font-family:sans-serif;font-weight:normal;}
.cam_msg {font-size:11px; 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:16px; 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 {
	position: absolute;
	top: 10px;
	left: 10px; 
	z-index: 1;
}
.sub #campaign_btn,
#campaign_btn_entry{
	position: absolute;
	top: 90px;
	left: 0px; 
	z-index: 2;
}
#campaign_btn a,
#campaign_btn_entry a {
	width: 70px;
	height: 70px;
	display: block;
	background: url(../images/cam_btn.png) no-repeat 0 0;
	text-indent: 120%;
	overflow: hidden;
	white-space: nowrap;
	background-size: contain;
}
