/*--------------------------------
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: black;
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	font-size: 1.6rem;
	color: #fff;
}
a{
	color: #3af;
}
p{
	line-height: 1.6;
}
.wrap{
	margin: 0 auto;
	max-width: 750px;
}
.primary-heading{
	margin: 0 4% 4%;
	padding: 0 0 1%;
	position: relative;
	border-bottom: solid 1px white;
	font-size: 2rem;
	color: #ffffff;
}
.another .primary-heading{
    margin-top: 6%;
    padding: 2%;
    text-align: center;
    background: black;
    border: solid 1px #606060;
    color: white;
}
.primary-heading.img{
	border-bottom: none;
	overflow: hidden;
}
.primary-heading.img .fit-img {
    max-width: 120%;
}
.primary-heading.doc{
	margin-bottom: 0;
}
.secondary-heading{
	margin: 4% 6%;
	font-size: 1.8rem;
	color: #a0a0a0;
	line-height: 1.4;
}
.general-section {
    margin-bottom: 9%;
}
.general-parts{
	padding: 0 6%;
	margin: 0 0 4%;
}
.regist .general-parts{
	padding: 0 4%;
}
.general-parts .secondary-heading {
    margin: 4% 0 2%;
}
.text {
    margin: 0 6% 3%;
}
.text.about {
    color: #00a0e9;
}
.strong-txt{
	color: #d5176e;
}
.btn{
	display: block;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 1.4;
}
.regist-btn{
	padding: 6%;
	border: solid 1px #ffffff;
	color: #ffffff;
	font-size: 2.0rem;
	font-weight: bold;
}
.btn-area {
    margin: 14% 0;
    padding: 0 14%;
    width: 100%;
    text-align: center;
}
.btn-area.fixed{
	margin: 0 0 4%;
	padding: 0;
	width: 100px;
	height: 100px;
	position: fixed;
	left: 4%;
	bottom: -300px;
	z-index: 9;
	transition: all 1s ease-out;
}
.btn-area.fixed .regist-btn {
    padding: 0;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #626262;
    border-radius: 200px;
    font-size: 1.8rem;
}
.btn-area.fixed .regist-btn .circle {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px white;
    border-radius: 200px;
    font-weight: normal;
    line-height: 1.4;
}
.fit-img{
	margin: 0 auto;
	display: block;
	max-width: 100%;
	height: auto;
}
.btn-area .fit-img{
	max-width: 60%;
}
.disc li{
	margin: 10px 0;
	padding-left: 5px;
	line-height: 1.5;
	border-left: 1px solid #ffffff;
}

/*--------------------------------
header
--------------------------------*/
.hero{
	margin-bottom: 6%;
	position: relative;
}
.logo{
	width: 100%;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 10px center, right 10px center;
	background-size: contain;
}
.navbar.entry .logo{
	background-position: right 20px center;
}
.logo-3ban{
	background-image: url(../images/logo.png), url(../images/3ban.png);
}
.logo-4ban{
	background-image: url(../images/logo.png), url(../images/4ban.png);
}
.logo-5ban{
	background-image: url(../images/logo.png), url(../images/5ban.png);
}
.logo-6ban{
	background-image: url(../images/logo.png), url(../images/6ban.png);
}
.logo-7ban{
	background-image: url(../images/logo.png), url(../images/7ban.png);
}
.logo-8ban{
	background-image: url(../images/logo.png), url(../images/8ban.png);
}
.logo-10ban{
	background-image: url(../images/logo.png), url(../images/10ban.png);
}
.logo-11ban{
	background-image: url(../images/logo.png), url(../images/11ban.png);
}
.regist .logo-3ban{
	background-image: url(../images/regist-heading.png), url(../images/3ban.png);
}
.regist .logo-4ban{
	background-image: url(../images/regist-heading.png), url(../images/4ban.png);
}
.regist .logo-5ban{
	background-image: url(../images/regist-heading.png), url(../images/5ban.png);
}
.regist .logo-6ban{
	background-image: url(../images/regist-heading.png), url(../images/6ban.png);
}
.regist .logo-7ban{
	background-image: url(../images/regist-heading.png), url(../images/7ban.png);
}
.regist .logo-8ban{
	background-image: url(../images/regist-heading.png), url(../images/8ban.png);
}
.regist .logo-10ban{
	background-image: url(../images/regist-heading.png), url(../images/10ban.png);
}
.regist .logo-11ban{
	background-image: url(../images/regist-heading.png), url(../images/11ban.png);
}
.navbar{
	margin-bottom: 4%;
	padding: 4% 0;
	position: relative;
	background: url("../images/header-bg.jpg");
	background-size: cover;
	border-bottom: solid 1px white;
}
.navbar.entry{
	padding: 4% 0;
	background: url("../images/entry-header.jpg") no-repeat;
	background-size: cover;
}
#mother{
	background: #1d2088;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.navbar #mother{
	width: 150px;
	position: absolute;
	right: 10px;
	top: 10px;
}

/*--------------------------------
menu
--------------------------------*/
.cp_offcm01 {
	position: fixed;
	top: 3%;
	right: 4%;
	z-index: 9998;
}
.another .cp_offcm01 {
    top: 13%;
    transition: all 1s ease-out;
}

/* menu */
.cp_menu {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: scroll;
	background: rgba(26,26,26,0.5);
	z-index: -3;
	-webkit-transition: 0.53s transform;
	transition: 0.53s transform;
	display: none;
	background: #000000;
}
.cp_menu-ul {
	padding-top: 4%;
	width: 100%;
}
.cp_menu-li {
	margin: 0% 4%;
}
.cp_menu-li .regist-btn {
    padding: 4%;
}
.cp_menu-li .regist-btn .fit-img {
    max-width: 60%;
}
.cp_menu-li:last-child {
    margin: 0 14%;
    padding: 3.5% 0;
}
.cp_menu-link{
	display: block;
	padding: 2.8% 0;
	font-size: 1.8rem;
	color: white;
}
.accordion .ul-box {
	margin-top: 4%;
    display: none;
}
.accordion .cp_menu-link {
    display: block;
}
.play-text {
    height: 45px;
    display: flex;
    align-items: center;
}
.cp_offcm01 #cp_toggle01 {
	position: absolute;
	display: none;
	opacity: 0;
}

.cp_offcm01 .li-inner {
}
.cp_offcm01 .li-inner:last-child{
	background: none;
	box-shadow: none;
}
.cp_offcm01 #cp_toggle01 ~ label {
	padding: 6px;
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: 3%;
	right: 4%;
	background: black;
	border: solid 1px white;
	cursor: pointer;
	-webkit-transition: 0.5s transform;
	transition: 0.5s transform;
	text-align: center;
	color: #333333;
	z-index: 9999;
}
.cp_offcm01 .menu-span{
	display: block;
	position: relative;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #ffffff;
	border-radius: 4px;
	-webkit-transition: 0.5s transform;
	transition: 0.5s transform;
}
.cp_offcm01 .menu-label{
    padding-top: 9px;
    height: 17px;
    background: none;
    box-shadow: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -17px;
    font-size: 11px;
    text-align: center;
    color: white;
    text-shadow: 0 0 8px black,0 0 8px black,0 0 8px black,0 0 8px black;
}
.cp_offcm01 .menu-span:nth-of-type(1){
  top: 4px;
}
.cp_offcm01 .menu-span:nth-of-type(2){
  top: 13px;
}
.cp_offcm01 .menu-span:nth-of-type(3){
  bottom: -23px;
}
.cp_offcm01.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-315deg);
  transform: translateY(13px) rotate(-315deg);
}
.cp_offcm01.active span:nth-of-type(2) {
  opacity: 0;
}
.cp_offcm01.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(315deg);
  transform: translateY(-12px) rotate(315deg);
}

/*--------------------------------
contents
--------------------------------*/
.intro-about{
	background: url(../images/about.jpg)no-repeat;
	background-size: 100%;
}
.about .text {
}
.point{
    background: url(../images/point.jpg)no-repeat 15% center;
    background-size: 100%;
}
.point .fit-img {
    margin-right: 2%;
    margin-bottom: 1%;
    width: 5%;
    display: inline;
}
.play .ul-box {
    margin: 0 4% 4%;
}
.play .ul-inner,
.cp_menu-li.accordion .ul-inner {
    margin-bottom: 2%;
    display: flex;
    justify-content: space-between;
}
.play .li-inner,
.cp_menu-li.accordion .li-inner {
    margin-right: 4%;
    width: 100%;
    border-left: solid 4px white;
    border-bottom: solid 1px;
    font-size: 1.3rem;
}
.play .li-inner a,
.cp_menu-li.accordion .li-inner a{
    padding: 6% 4%;
    display: block;
    color: white;
}
.play .li-inner.active,
.cp_menu-li.accordion .li-inner.active {
    border-color: #707070;
}
.play .li-inner:last-child,
.cp_menu-li.accordion .li-inner:last-child {
	margin-right: 0;
}
.slide {
    margin: 4% 0;
    padding: 0 6%;
    background: url("../images/review-bg.png") no-repeat right 6% top;
    background-size: 160px;
}
.slide-main .text {
    margin: 0;
}
.slide-head {
    margin-bottom: 4%;
    display: flex;
}
.slide-head .text {
    margin: 0 0 0 6%;
    font-weight: bold;
}
.left {
    width: 95px;
}
.right {
    display: flex;
    align-items: center;
    flex: 1;
}
.slide-arrow {
    margin: auto;
    width: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
}
.prev-arrow{
    left: 1%;
}
.next-arrow{
    right: 1%;
}
.howto {
    background: url(../images/howto.jpg)no-repeat;
    background-size: 100%;
    overflow: hidden;
}
.howto .secondary-heading {
    padding: 2%;
    text-align: center;
    background: black;
    border: solid 1px #606060;
    color: white;
}

.content-body{
	padding: 0 6%;
}
.content-body h3{
	margin-bottom: 4%;
	padding-bottom: 2%;
	border-bottom: solid 1px;
	font-size: 1.6rem;
	color: #ffffff;
	line-height: 1.4;
}
.content-body p{
	margin-bottom: 8%;
}
.review .contents-li {
    list-style: none;
}
.review .contents-li .head {
    margin: auto;
    width: 35%;
}
.review .contents-li .head .data{
    margin-top: 4%;
    font-size: 1.2rem;
    text-align: center;
}

.general .ex {
    display: block;
    line-height: 1.4;
}
.general .ex:last-child {
    margin-bottom: 4%;
}
.general h4 {
	margin-bottom: 1%;
    padding-bottom: 1%;
	border-bottom: dotted 1px;
	font-weight: normal;
	color: #ffffff;
	line-height: 1.4;
}

/*--------------------------------
form
--------------------------------*/
.form-wrapper{
	margin-bottom: 30px;
}
.form-box{
    margin: 0% 0 8%;
    padding: 0 4%;
}
.form-label{
	margin-bottom: 2%;
	display: block;
	font-size: 1.8rem;
	color: #ffffff;
}
input[type=text],
input[type=tel],
input[type=password],
select,
textarea{
	padding: 4.5% 3%;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	vertical-align: bottom;
	border: 1px solid #ddd;
}
select{
	padding-right: 14%;
	background: url(../images/icon-select.png) no-repeat right 2% center #fff;
	background-size: 10%;
}
.regular-radio{
	display: none;
}
.form-item.normal-radio {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-item.normal-radio .radio-label{
	padding-right: 13%;
	width: 50%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.radio-label::before{
	margin-right: 5px;
	width: 40px;
	height: 40px;
	display: inline-block;
	content: "";
	background: #ccc;
	border: 4px solid #ccc;
	border-radius: 50%;
	vertical-align: bottom;
}
.regular-radio:checked + .radio-label::before{
	background: #000000;
}
.regular-checkbox{
	padding: 3%;
	display: block;
	font-size: 1.8rem;
	border: solid #ddd;
	border-width: 1px 1px 0 1px;
}
.regular-checkbox:last-child{
	border-width: 1px;
}
.form-msg{
	margin-top: 2%;
	font-size: 1.2rem;
	color: #fff;
}
.alert-msg{
	margin: -6% 0 4%;
	padding: 0 4%;
	font-size: 1.2rem;
	color: #fff;
}
.error{
	margin-bottom: 5px;
	padding: 5px 5px 5px 15px;
	background: #d00;
	color: #fff;
	border-radius: 2px;
}
.entery-btn .btn {
    width: 100%;
    background: none;
}


/*--------------------------------
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: #ffffff !important;
	color: #000;
}

/*--------------------------------
footer
--------------------------------*/
.footer{
	background: #000000;
	text-align: center;
}
.nav-list{
	border-bottom: 1px solid #fff;
}
.nav-list:first-child{
	border-top: 1px solid #fff;
}
.nav-link{
	padding: 3%;
	display: block;
	font-size: 1.8rem;
	line-height: 1.2;
	color: #fff;
}
.copy{
	padding: 10% 4% 10% 35%;
	display: block;
	line-height: 1.4;
	color: #fff;
}
.regist .copy {
    padding: 4%;
}
body #pr{
	bottom: -60px;
	z-index: 9999;
}

/*--------------------------------
media query
--------------------------------*/
    /*--------------------------------
    Xperia
    --------------------------------*/
    @media screen and (max-width:360px){
        html{
            font-size: 58.5%;
        }
		.copy{
			padding: 11% 4% 11% 35%;
		}
    }
    /*--------------------------------
    iphone se
    --------------------------------*/
    @media screen and (max-width:320px){
        html{
            font-size: 51.5%;
        }
		.btn-area.fixed {
			width: 90px;
			height: 90px;
		}
		.btn-area.fixed .regist-btn {
			width: 90px;
			height: 90px;
		}
		.btn-area.fixed .regist-btn .circle {
			width: 80px;
			height: 80px;
		}
    }
    /*--------------------------------
    iphone plus
    --------------------------------*/
    @media screen and (min-width:376px){
        html{
            font-size: 66.5%;
        }
		.copy{
			padding: 10% 4% 10% 35%;
		}
    }
    /*--------------------------------
    phone landscape
    --------------------------------*/
    @media screen and (min-width:568px){
        html{
            font-size: 62.5%;
        }
    }
    /*--------------------------------
    pc / tablet
    --------------------------------*/
    @media screen and (min-width:768px){
        html{
            font-size: 82.5%;
        }
        .phone{
        	display: none;
        }
		.cp_offcm01 #cp_toggle01 ~ label {
			width: 60px;
			height: 60px;
		}
		.cp_offcm01 .menu-span:nth-of-type(3) {
			bottom: -30px;
		}
		.cp_offcm01 .menu-span:nth-of-type(2) {
			top: 18px;
		}
		.cp_offcm01 .menu-span:nth-of-type(1) {
			top: 6px;
		}
		.cp_offcm01.active span:nth-of-type(1) {
		  -webkit-transform: translateY(15px) rotate(-315deg);
		  transform: translateY(15px) rotate(-315deg);
		}
		.cp_offcm01.active span:nth-of-type(3) {
		  -webkit-transform: translateY(-15px) rotate(315deg);
		  transform: translateY(-15px) rotate(315deg);
		}
		.btn-area.fixed {
			width: 120px;
			height: 120px;
		}
		.btn-area.fixed .regist-btn {
			width: 120px;
			height: 120px;
		}
		.btn-area.fixed .regist-btn .circle {
			width: 110px;
			height: 110px;
		}
		.primary-heading.img .fit-img {
			max-width: 100%;
		}
		.form-item.normal-radio .radio-label {
			padding-right: 18%;
		}
		.radio-label::before {
			width: 60px;
			height: 60px;
		}
    }

/*20210203*/
.top-catch{
	padding: 0 15px;
	position: absolute;
	bottom: 0;
	z-index: 2;
}
.btn-desc{
	margin: 10px 0 0 0;
	padding: 8px 4px;
	background: #c00;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}
.btn-desc::after{
	margin: 0 auto;
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	position: absolute;
	border-width: 0 6px 18px 6px;
	border-color: transparent transparent #c00 transparent;
	top: -18px;
	right: 0;
	left: 0;
}