/*# sourceURL=//smsp.febdd.info/tpiy_y7/css/style.css */
/*@ sourceURL=//smsp.febdd.info/tpiy_y7/css/style.css */
@charset "shift_jis";
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:400,700&display=swap&subset=japanese');
/*--------------------------------
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:not([type=checkbox]):not([type=radio]),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{
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 14px;
    position: relative;
}
.wrap{
    width: 100%;
    max-width: 750px;
    margin: auto;
}
.wide-img{
    margin: auto;
    max-width: 400px;
    width: 100%;
    height: auto;
    display: block;
}
.text{
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    transform: rotate(0.05deg);
}
@media (min-width: 750px){
    .text{
        font-size: 16px;        
    }
}
a {
    color: #00bbf7;
}
.heading-bg{
    background: #fc4862;
    line-height: 44px;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    color: #fff;
}
.heading-img{
    height: 44px;
    width: auto;
    margin: auto;
    display: block;
}
@media (min-width: 750px){
    .heading-img{
        height: 80px;
    }
}
/*--------------------------------
top
--------------------------------*/
.top{
    width: 100%;
    height: 100vh;
    background-image: url("https://smsp.febdd.info/tpiy_y7/css/../images/top-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.title{
    height: 40px;
    background-color: #ed86b3;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: 120%;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid rgba(255,255,255,.4);
}
.logo-3ban{
    background-image: url("https://smsp.febdd.info/tpiy_y7/css/../images/logo-3ban.png");
}
.logo-4ban{
    background-image: url("https://smsp.febdd.info/tpiy_y7/css/../images/logo-4ban.png");
}
.logo-5ban{
    background-image: url("https://smsp.febdd.info/tpiy_y7/css/../images/logo-5ban.png");
}
.logo-6ban{
    background-image: url("https://smsp.febdd.info/tpiy_y7/css/../images/logo-6ban.png");
}
.logo-7ban{
    background-image: url("https://smsp.febdd.info/tpiy_y7/css/../images/logo-7ban.png");
}
.logo-8ban{
    background-image: url("https://smsp.febdd.info/tpiy_y7/css/../images/logo-8ban.png");
}
.top-catch{
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    animation: slidein .5s both .5s;
}
@keyframes slidein{
    0%{
        transform: translateX(-10px);
        opacity: 0;
    }
    100%{
        transform: translateX(0);
        opacity: 1;
    }
}
.top-tapi{
    position: absolute;
    bottom: 14%;
    left: 0;
    right: 0;
    animation: boundin .8s both ease-out 1s;
}
@keyframes boundin{
    0%{
        transform: scale(0.5,0.5);
        opacity: 0;
    }
    60%{
        transform: scale(1.05,1.05);
        opacity: 1;
    }
    100%{
        transform: scale(1,1);
        opacity: 1;
    }
}
.reg-btn{
    display: block;
    margin: 5% 3%;
}
.top .reg-btn{
    position: absolute;
    bottom: 0;
    left: 0;
    animation: fadein 1s both 1.8s;
}
.top .scroll-arrow{
    max-width: 70px;
    width: 20%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 5% auto;
    animation: arrow 1s both 1.8s infinite;
}
@keyframes fadein{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes arrow{
    0%{
        opacity: 0;
        transform: translateY(-5px);
    }
    10%{
        opacity: 0;
        transform: translateY(-5px);
    }
    11%{
        opacity: 1;
        transform: translateY(-5px);
    }
    40%{
        opacity: 1;
        transform: translateY(0);
    }
    70%{
        opacity: 0;
        transform: translateY(0);
    }
    100%{
        opacity: 0;
        transform: translateY(0);
    }
}
@media screen and (orientation: landscape) and (max-width: 750px){
    .top {
        height: 620px;
    }
    .wide-img {
        margin: auto;
        width: 360px;
    }
    .top .scroll-arrow {
        width: 60px;
    }
}
@media (min-width: 750px){
    .top {
        height: 935px;
    }
    .wide-img {
        margin: auto;
        max-width: inherit;
        width: 600px;
    }
    .top .scroll-arrow {
        width: 75px;
        max-width: inherit;
    }
}

/*--------------------------------
slider
--------------------------------*/
.slide-box{
    margin: 0 25px;
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid #898989;
    border-radius: 15px;
    overflow: hidden;
}
.slide-box .text{
    text-align: center;
    margin: 0 5px 10px;
}
.slick-slide{
    height: auto;
}
.slick-next{
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 50px;
    height: 55px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .3s;
    animation: flash .8s both infinite;
}
.slick-next.slick-disabled{
    opacity: 0;
    animation: none;
}
@keyframes flash{
    0%{
        opacity: 1;
    }
    30%{
        opacity: 1;
    }
    90%{
        opacity: 0;
    }
    100%{
        opacity: 0;
    }
}
@media (min-width: 750px){
    .slide-box{
        margin: 0 70px;
    }
    .slick-next{
        width: 100px;
        height: 110px;
    }
    .slide-box .text{
        margin: 0 10px 20px;
    }
}
/*--------------------------------
can
--------------------------------*/
.can{
    background: #e9f8fd;
    padding: 15px 0 30px;
}
.can .slick-next{
    background-image: url("https://smsp.febdd.info/tpiy_y7/css/../images/can-arrow.png");
}
@media (min-width: 750px){
    .can{
        padding: 30px 0 60px;
    }
}
/*--------------------------------
voice
--------------------------------*/
.voice{
    padding: 0 0 25px;
    background: #fdf2f7;
}
.voice .slide-box{
    margin: 5px 25px;
}
.voice .slide-box + .slide-box{
    margin-top: 25px;
}
.user{
    display: flex;
    align-items: flex-end;
    background: url("https://smsp.febdd.info/tpiy_y7/css/../images/voice-bg.png") no-repeat right top;
    background-size: 60% auto;
    padding: 10px 0 0;
}
.thum{
    width: 40%;
    height: auto;
}
.user-data{
    margin: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    transform: rotate(0.05deg);
}
.user-data dt{
    padding: 2px 4px;
    background: #ee89b4;
    color: #fff;
    flex: 0 0 30%;
    text-align: center;
    border-radius: 6px;
    min-width: 50px;
}
.user-data dd{
    margin: 4px;
    flex: 1 1 50%;
}
.voice .text{
    text-align: left;
    font-size: 12px;
    margin: 10px 15px;
    color: #3e3a39;
}
@media (min-width: 750px){
    .voice .slide-box{
        margin: 10px 70px;
    }
    .user-data{
        font-size: 20px;
    }
    .user-data dt{
        padding: 4px 8px;
    }
    .user-data dd{
        margin: 8px; 
    }
    .voice .text{
        font-size: 16px;
        margin: 20px 30px;
    }
}
/*--------------------------------
howto
--------------------------------*/
.howto{
    background: #fffeea;
}
.howto .slide{
    padding: 0 0 30px;
}
.howto .slick-next{
    background-image: url("https://smsp.febdd.info/tpiy_y7/css/../images/howto-arrow.png");
}

/*--------------------------------
faq
--------------------------------*/
.faq{
    padding: 25px 30px 0;
}
.faq-q{
    padding: 8px 0 25px 45px;
    background: url("https://smsp.febdd.info/tpiy_y7/css/../images/q.png") no-repeat 0 0;
    background-size: 32px;
    font-size: 16px;
    font-weight: 700;
    transform: rotate(0.05deg);
}
.faq-a{
    padding: 0 0 20px 45px;  
    margin: 0 0 20px;
    background: url("https://smsp.febdd.info/tpiy_y7/css/../images/a.png") no-repeat 0 0;
    background-size: 32px;
    border-bottom: 1px solid #9e9e9f;
}
.faq-a:last-of-type{
    border: 0;
    margin: 0;
}
@media (min-width: 750px){
    .faq-q{
        padding-left: 50px;
        font-size: 20px;
        background-size: 40px;
    }
    .faq-a{
        padding-left: 50px;
        background-size: 40px;
    }
}

/*--------------------------------
footer
--------------------------------*/
.footer-reg{
    position: relative;
}
.footer-reg .wide-img {
    width: 100%;
    max-width: inherit;
}
.footer-reg .reg-btn{
    margin-bottom: 4%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer{
    background: #f5b8c0;
    padding: 10px 0;
}
.copy{
    text-align: center;
    font-style: normal;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
}
/*--------------------------------
form
--------------------------------*/
.entry-bg{
    background: linear-gradient(to bottom,#f8d0d1,#fffdf0);
}
.form{
    padding: 10px;
}
.fieldset{
    display: flex;
    margin: 0 0 10px;
}
.label{
    height: 40px;
    margin: 0 5px 0 0;
    line-height: 40px;
    font-size: 12px;
    flex: 0 0 40%;
    background: rgba(255,255,255,.8);
    text-align: center;
    position: relative;
    border-radius: 20px;
    border: 1px solid #f5b8c0;
}
.form-item{
    min-height: 40px;
    margin: 0 -1px 0 0;
    flex: 1 1 auto;
}
.form-item input[type="text"],
.form-item input[type="password"],
.form-item select{
    width: 100%;
    height: 40px;
    padding: 5px;
    font-size: 12px;
    background: #fff;
    border: 1px solid #f5b8c0;
}
.form-item select{
    height: 40px;
    background: url("https://smsp.febdd.info/tpiy_y7/css/../images/select-arrow.png") no-repeat right 5px center,#fff;
    background-size: auto 20%;
}
.form input[type="radio"] {
    width: 30px;
    height: 30px;
    margin: 5px 0; 
    border: 4px solid #fff;
    border-radius: 15px;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: 0 0 0 1px #f5b8c0;
}
.form input[type="radio"]:checked{
    background: #f5b8c0;
}
.form-radio{
    display: flex;
}
.sex-text{
    margin: 0 20px 0 10px;
    align-self: center;
    font-size: 12px;
}
.alert,
.msg{
    padding: 10px;
    margin: -5px 0 15px;
    line-height: 1.5;
    font-size: 12px;
    border: 1px solid #f5b8c0;
}
.form-item textarea{
    width: 100%;
    height: 160px;
    padding: 10px;
    font-size: 12px;
    line-height: 1.5;
    background: #fff;
    border: 1px solid #f5b8c0;
}
.g-recaptcha {
	margin: 0 auto;
    width: 305px;
}
.entry-btn{
    width: 90%;
    line-height: 50px;
    display: block;
    margin: 20px auto;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    background: linear-gradient(to right,#f9a14c 0%,#fc4862 100%);
    border-radius: 5px;
    text-align: center;
}

.entry-btn:disabled{
    width: 90%;
    line-height: 50px;
    display: block;
    margin: 20px auto;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    background: linear-gradient(to right,#f9a14c 0%,#fc4862 100%);
    border-radius: 5px;
    text-align: center;
    opacity: 0.3;
    pointer-events: none
}
.entry-btn:hover{
    opacity: .7;
}

.juyo{
    padding: 10px;
    background: rgba(255,100,100,0.1);
}
.error{
	margin: 0 0 10px;
	color: #f66;
    text-align: center;
}
.success{
    padding: 20px;
}
.success .heading{
    color: #e9536b;
    font-size: 16px;
}
.success p{
    margin: 10px 0;
    font-size: 12px;
    line-height: 1.5;
}
.form-sa{
	padding: 0 20px 20px;
}
.form-sa h3{
   padding: 20px 0px;
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #000;
    position: relative;
}

.popup p,
.popup ul{
    margin: 20px;
    line-height: 1.5;
    font-size: 12px;
}
.popup h3{
    font-size: 16px;
    line-height: 1.5;
    margin: 20px;
    color: #e9536b;
    border-bottom: 1px solid #e9536b;
}
.popup h4{
    font-size: 15px;
    line-height: 1.5;
    margin: 20px;
    color: #e9536b;
}


.sa-entry{
    padding: 10px;
}
.sa-entry .msg{
    background: none;
}
/* karamail button */
#mailButton{
    margin: 0 0 20px;
}
#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);}

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

/* lppr */
body .lpprtitle{
    background: #f5b8c0;
    color: #fff;
}
body .lpprbox{
    background: #fff;
}
#pr{
    transform: translateY(200px);
    transition: all .3s;
}

/* campaign */
.campaign h4 {border:0; font-size:14px; color:#333; text-indent:0; padding:10px 0 10px 0;}
.campaign h5 {font-weight:normal; font-size:12px;color:#333; padding:15px;}
.campaign p{padding:0 10px 0 0;}
.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,
#campaign_btn_entry {
	position: absolute;
	top: 0px;
	right: 0px;
    z-index: 1;
}
#campaign_btn a,
#campaign_btn_entry a {
	width: 65px;
	height: 65px;
	display: block;
	background: url("https://smsp.febdd.info/tpiy_y7/css/../images/cam_btn.png") no-repeat 0 0;
	text-indent: 120%;
	overflow: hidden;
	white-space: nowrap;
	background-size: contain;
}

