@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{
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	line-height: 1.6;
	font-size: 2.8rem;
}
a{
	color: #00a0e9;
}
img{
	max-width: 100%;
}
h2,
h3{
    line-height: 1.2;
}
.wrap{
	margin: 0 auto;
	width: 750px;
	overflow: hidden;
}
.primary-heading{
	margin: 32px;
	padding-bottom: 8px;
	border-bottom: solid 5px #ff6699;
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
	color: #999999;
}
.secondary-heading,
.content-body h3,
.form-label{
	margin-bottom: 16px;
	display: block;
	font-size: 2.8rem;
	font-weight: bold;
	color: #ff3399;
}
.btn-area.fix{
	margin: 0 auto 32px;
	padding: 0;
    width: 550px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 1s ease-out;
    z-index: 9999;
}
.btn-area{
	margin: 32px 100px 64px;
}
.regist-btn{
	padding: 4px;
	width: 100%;
	display: block;
	background: -webkit-linear-gradient(top, rgba(255,173,201,1) 0%,rgba(255,173,201,1) 5%,rgba(228,91,137,1) 8%,rgba(228,91,137,1) 92%,rgba(183,73,110,1) 95%,rgba(183,73,110,1) 100%);
	background: linear-gradient(to bottom, rgba(255,173,201,1) 0%,rgba(255,173,201,1) 5%,rgba(228,91,137,1) 8%,rgba(228,91,137,1) 92%,rgba(183,73,110,1) 95%,rgba(183,73,110,1) 100%);
	border-radius: 8px;
}
.regist-btn .btn{
	padding: 16px;
	height: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ff6699;
	border-radius: 4px;
	text-align: center;
}
.regist-btn .btn .text{
	padding-left: 66px;
	position: relative;
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1.2;
	color: white;
}
.regist-btn .btn .text::before,
.regist-btn .btn .text::after{
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
}
.regist-btn .btn .text::before{
	width: 50px;
	height: 50px;
	background: white;
	border-radius: 100px;
	box-shadow: 0 2px 4px #93908d inset;
}
.regist-btn .btn .text::after{
	height: 1px;
	border: solid 12px transparent;
	border-left: solid 20px #ff6699;
	top: 2px;
	left: 17px;
}
.howto .primary-heading::before,
.play .point .secondary-heading::before,
.play .point .secondary-heading::after,
.regist-btn .btn .text::before,
.regist-btn .btn .text::after,
.close .regist-btn .cross::before{
    content: "";
    position: absolute;
}
.mbr{
	display: none;
}

/*--------------------------------
header
--------------------------------*/
.header h1{
	padding: 16px;
	background: url("../images/header-bg.webp") repeat-x top center / auto 40% ,#ff99cc;
}
.header .link{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.header .img-box:first-child{
    width: 140%;
}
.header .img-box:last-child{
	padding-left: 24px;
	flex: 100%;
	text-align: right;
}

/*--------------------------------
contents
--------------------------------*/
.swiper-slide,
.swiper-container{
    padding: 0!important;
}
.slide-img-box{
    height: 100%;
    overflow: hidden;
}
.slide-img{
	padding: 93.333% 0 0 0;
	width: 100%;
	height: 100%;
	background-position: left;
	background-repeat:no-repeat;
	animation-name: hero-animation;
	animation-iteration-count: infinite;
	animation-duration: 0.8s;
}
.slide1{
	background-image: url('../images/hero1.webp');
    background-size: 1200%, 100%;
    animation-timing-function: steps(11);
}
.slide2{
	background-image: url('../images/hero2.webp');
    background-size: 1200%, 100%;
    animation-timing-function: steps(11);
}
.slide3{
	background-image: url('../images/hero3.webp');
    background-size: 1400%, 100%;
    animation-timing-function: steps(13);
}
.slide4{
	background-image: url('../images/hero4.webp');
    background-size: 1000%, 100%;
    animation-timing-function: steps(9);
}
@keyframes hero-animation{
    from{
        background-position: left;
    }
    to{
        background-position: right;
    }
}
.swiper-slide img{
    width: 100%!important;
}
.hero{
	margin-bottom: 32px!important;
}
.about .text{
	margin: 0 48px 64px;
}
.howto .primary-heading{
	margin: 0 128px 64px;
	padding: 24px;
    background: #999999;
    border: none;
    position: relative;
    color: white;
}
.howto .primary-heading::before{
    margin: auto;
    width: 1px;
	border: solid 16px transparent;
	border-top: solid 28px #999999;
    left: 0;
    right: 0;
	bottom: -44px;
}
.howto .li{
	margin-bottom: 64px;
    list-style: none;
}
.howto .secondary-heading{
	margin: 0 32px 8px;
    display: flex;
    align-items: center;
    font-size: 3.2rem;
    font-weight: normal;
    color: black;
}
.howto .secondary-heading .number{
	padding: 6px 13px;
    background: #999999;
    border-radius: 8px;
    line-height: 1;
    font-weight: bold;
    color: white;
}
.howto .secondary-heading .text{
    margin-left: 16px;
    width: 100%;
}
.howto .text-box{
	margin: 0 32px 64px;
	padding: 24px 8px;
    border: solid 2px #ff6699;
}
.howto .text-box .text{
    text-align: center;
    font-size: 3.8rem;
    font-weight: bold;
}
.howto .text-box .strong{
    color: #ff6699;
}
.play{
    margin-bottom: 32px;
    padding: 32px;
    background: #ff6699;
}
.play .item{
	margin-bottom: 48px;
	padding: 24px;
	background: white;
	border-radius: 8px;
}
.play .item:last-child{
	margin-bottom: 0;
}
.play .star-text{
    margin-bottom: 4px;
	font-size: 3.6rem;
    font-weight: bold;
    color: #666666;
}
.play .star-text .star{
    margin-left: 32px;
    color: #ffcc33;
}
.play .tag{
    margin-bottom: 16px;
}
.play .tag .tag-item{
    margin: 0 4px 8px 0;
    padding: 0px 8px;
    display: inline-block;
    background: #999999;
    border-radius: 4px;
    color: white;
}
.play .primary-heading{
	margin: 0 16px 24px;
	padding: 12px;
    background: #ff99cc;
    border: none;
	font-size: 2.8rem;
    color: white;
}
.play .slide{
	margin: 0 16px 24px;
}
.play .point{
	margin: 0 16px 24px;
    background: #ffcce5;
	border-radius: 28px;
}
.play .point .secondary-heading{
	margin: 0 0 -2px 0;
	padding: 16px 0 8px 16px;
	width: 270px;
	background: white;
	border: solid #ff3399;
	border-width: 2px 2px 0 2px;
	border-radius: 20px 20px 0 0;
	position: relative;
	font-size: 3rem;
	color: #ff3399;
}
.play .point .secondary-heading::after{
	margin: auto;
	width: 50%;
	height: calc(100% + 2px);
	background: url("../images/tab-parts-big.png") no-repeat left center / contain;
	top: -2px;
	right: -118px;
	bottom: 0;
}
.play .point .ul{
	padding: 24px 16px;
	background: url("../images/handcuffs.webp") no-repeat right 16px center / auto 86%, white;
    border: solid 2px #ff3399;
	border-radius: 0 20px 20px 20px;
}
.play .point .li{
	margin-left: 1em;
	text-indent: -1em;
}
.play .btn-area{
	margin: 0 44px 16px;
}
.play .regist-btn{
	background: -webkit-linear-gradient(top, rgba(255,201,146,1) 0%,rgba(255,201,146,1) 5%,rgba(228,137,46,1) 8%,rgba(228,137,46,1) 92%,rgba(183,110,37,1) 95%,rgba(183,110,37,1) 100%);
	background: linear-gradient(to bottom, rgba(255,201,146,1) 0%,rgba(255,201,146,1) 5%,rgba(228,137,46,1) 8%,rgba(228,137,46,1) 92%,rgba(183,110,37,1) 95%,rgba(183,110,37,1) 100%);
}
.play .regist-btn .btn{
	background: #ff9933;
}
.play .regist-btn .btn .text{
	padding-left: 58px;
	font-size: 3.0rem;
}
.play .regist-btn .btn .text::after{
	border-left: solid 20px #ff9933;
}
.footer img{
    width: 200px;
}
.content-body{
    padding: 0 48px;
}
.content-body p,
.general-parts .note{
	margin: 0 0 48px;
}
.disc li{
	margin: 0 0 24px;
	padding-left: 16px;
	border-left: solid 4px #ff3399;
}
.disc li:last-child{
	margin-bottom: 48px;
}
.general .ex{
    display: block;
    line-height: 1.6;
}
.content-body p .ex:last-of-type{
	margin-bottom: 32px;
}
.general h4{
	margin: 0 0 8px;
	padding-bottom: 8px;
	border-bottom: solid 2px;
    font-weight: normal;
}

/*--------------------------------
form
--------------------------------*/
.form-wrapper{
	padding: 0 48px;
}
.form-box{
	height: 100%;
}
.form-label{
    margin: 0;
    padding: 8px 24px 7px 0;
    width: 310px;
    display: block;
    float: left;
    text-align: right;
    font-size: 2.4rem;
    font-weight: bold;
    color: #ff3399;
}
.form-item{
    margin-bottom: 48px;
    width: calc(100% - 310px);
    float: right;
}
input[type=text],
input[type=tel],
input[type=password],
select,
textarea{
	padding: 8px;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	vertical-align: bottom;
	border: 1px solid #ddd;
	font-size: 2.2rem;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus{
	background: #ffffe5;
}
select{
	padding-right: 40px;
	background: url("../images/icon-select.webp") no-repeat right center / 40px, #fff;
}
select:focus{
	background: url("../images/icon-select.webp") no-repeat right center / 40px, #ffffe5;
}
textarea.text_l{
    resize: vertical;
}
.regular-radio{
	display: none;
}
.form-item.normal-radio{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-item.normal-radio .radio-label{
	width: 50%;
	display: flex;
	align-items: center;
	font-size: 2.4rem;
}
.form-item.normal-radio .radio-label span{
	margin-left: 16px;
}
.radio-label::before{
	margin-right: 5px;
	width: 45px;
	height: 45px;
	display: inline-block;
	content: "";
	background: #ccc;
	border: 4px solid #ccc;
	border-radius: 50%;
	vertical-align: bottom;
}
.regular-radio:checked + .radio-label::before{
	background: #323232;
}
.regular-checkbox{
	padding: 8px 16px;
	display: block;
	border: solid #ddd;
	border-width: 1px 1px 0 1px;
}
.regular-checkbox:last-child{
	border-width: 1px;
}
.form-msg{
	font-size: 2.2rem;
}
.alert-msg{
	margin: 0 0 48px;
	padding: 0;
	width: 654px;
	clear: both;
	word-wrap: break-word;
	font-size: 2.0rem;
}
.check-label{
    font-size: 2.2rem;
}
.error{
	margin: -49px 0 48px;
	padding: 8px;
	width: calc(100% - 310px);
	float: right;
	background: #d00;
	color: #fff;
	font-size: 2.2rem;
}
.entry-btn .btn-area{
	margin: 64px 24px 80px;
}
.notice{
	color:#f00;
	font-size:110%;
}
select::-ms-expand{
    display: 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: #670001 !important;
	color: #fff;
}
.close .regist-btn{
	cursor: pointer;
}
.close .regist-btn .text::after{
	width: 8px;
	height: 34px;
	background: #ff6699;
	border: none;
	transform: rotate(45deg);
	top: 2px;
	left: 21px;
}
.close .regist-btn .cross{
	position: relative;
}
.close .regist-btn .cross::before{
	margin: auto;
	width: 8px;
	height: 34px;
	background: #ff6699;
	transform: rotate(-45deg);
	top: 2px;
	left: -45px;
	bottom: 0;
}

/*--------------------------------
footer
--------------------------------*/
.footer{
	padding-top: 24px;
	background: #ffffff;
	text-align: center;
	font-size: 2.0rem;
}
.footer img{
	width: 300px;
}
.footer-link{
    margin-bottom: 24px;
    display: inline-block;
}
.global-nav{
    margin-bottom: 24px;
}
.global-nav ul{
    padding: 0 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-link,
.copy{
	display: block;
}
.nav-link{
	margin: 0 8px;
	text-decoration: underline;
	color: #ff7abc;
}
.copy{
	margin-bottom: 24px;
	padding: 0 24px;
	color: #666666;
}
.pr{
	padding: 40px;
	text-align: center;
}

/*--------------------------------
hover
--------------------------------*/
.regist-btn:hover{
    background: -webkit-linear-gradient(top, rgba(183,73,110,1) 0%,rgba(183,73,110,1) 5%,rgba(228,91,137,1) 8%,rgba(228,91,137,1) 100%);
    background: linear-gradient(to bottom, rgba(183,73,110,1) 0%,rgba(183,73,110,1) 5%,rgba(228,91,137,1) 8%,rgba(228,91,137,1) 100%);
}
.regist-btn:hover .btn{
	padding: 18px 16px 14px 16px;
	background: #e55c8a;
}
.regist-btn:hover .btn .text{
	color: #ededed;
}
.regist-btn:hover .btn .text::before{
	background: #ededed;
}
.regist-btn:hover .btn .text::after{
	border-left: solid 20px #e55c8a;
}
.close .regist-btn:hover .text::after{
	background: #e55c8a;
	border: none;
}
.close .regist-btn:hover .cross::before{
	background: #e55c8a;
}
.play .regist-btn:hover{
	background: -webkit-linear-gradient(top, rgba(183,110,37,1) 0%,rgba(183,110,37,1) 5%,rgba(228,137,46,1) 8%,rgba(228,137,46,1) 100%);
	background: linear-gradient(to bottom, rgba(183,110,37,1) 0%,rgba(183,110,37,1) 5%,rgba(228,137,46,1) 8%,rgba(228,137,46,1) 100%);
}
.play .regist-btn:hover .btn{
	background: #e4892e;
}
.play .regist-btn:hover .btn .text::after{
	border-left: solid 20px #e4892e;
}
.footer-link:hover,
.nav-link:hover,
.alert-msg a:hover,
.header .link:hover,
.pr a:hover,
.note a:hover{
    opacity: 0.7;
}

/*--------------------------------
no-webp
--------------------------------*/
.no-webp .header h1{
	background: url("../images/header-bg.jpg") repeat-x top center / auto 40% ,#ff99cc;
}
.no-webp .slide-img{
	padding: 93.333% 0 0 0;
	width: 100%;
	height: 100%;
	background-position: left;
	background-repeat:no-repeat;
}
.no-webp .slide1{
	background-image: url('../images/hero1.jpg');
    background-size: 100%;
}
.no-webp .slide2{
	background-image: url('../images/hero2.jpg');
    background-size: 100%;
}
.no-webp .slide3{
	background-image: url('../images/hero3.jpg');
    background-size: 100%;
}
.no-webp .slide4{
	background-image: url('../images/hero4.jpg');
    background-size: 100%;
}
.no-webp .play .point .secondary-heading::after{
	background: url("../images/tab-parts-big.png") no-repeat left center / contain;
}
.no-webp .play .point .ul{
	background: url("../images/handcuffs.png") no-repeat right 16px center / auto 86%, white;
}
.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){
	.regist-btn .btn .text{
		padding-top: 6px;
	}
	.howto .secondary-heading .text{
		margin-top: 6px;
	}
	.play .tag .tag-item{
		padding: 4px 12px 0;
	}
	.play .primary-heading{
		padding: 14px 12px 10px;
	}
	.play .point .secondary-heading::before{
		width: 280px;
		height: 6px;
		background: white;
		left: 0;
		bottom: -2px;
	}
	input[type=text],
	input[type=tel],
	input[type=password],
	textarea{
		padding: 12px 10px 16px;
	}
	select{
		padding: 13px 10px;
	}
	.form-label{
		padding: 8px 24px 4px 0;
	}
	.form-item.normal-radio .radio-label span{
		padding-top: 8px;
	}
	.error{
		padding: 10px 8px 6px 13px;
	}
	.close .regist-btn .cross::before{
		top: -2px;
	}
}