/*--------------------------------
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;
    color: #fff;
}
a:hover{
	opacity: 0.7;
}
a img:hover{
	opacity: 0.7;
}
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;
}

/*--------------------------------
global element
--------------------------------*/
body {
	margin: 0;
    padding: 0;
    height: 100%;
	color: #fff;
    font-size: 16px;
    line-height: 1.8em;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

div {
    margin: 0;
    padding: 0;
}
img {
    margin: 0 auto;
	vertical-align: bottom;
	width: 100%;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 480px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
/*--------------------------------
content
--------------------------------*/
#wrap {
    margin: 0 auto;
	background: #eee;
	overflow: hidden;
    color:#3b3b3b;
}
.conetnt{
	max-width: 100%;
	margin: auto;
}
.contetarea{
	max-width: 750px;
	margin: auto;
 	background: #fff;   
}

/*--------------------------------
head
--------------------------------*/
.headtop{
    background: url(../img/head_back.png);
    background-size: contain;
    padding:20px;
    text-align: center;    
}
.head01{
    display: flex;
    justify-content: center;
    align-items: center;
}
.head_txt01{
    color: #e85298;
    font-size: 27px;
    background: #ff0;
    padding: 5px 30px;
    border-radius: 20px;
    margin-right: 20px;
}
.head_txt02{
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 0 #bf6ffe, -2px -2px 0 #bf6ffe, -2px 2px 0 #bf6ffe, 2px -2px 0 #bf6ffe, 0px 2px 0 #bf6ffe, 0-2px 0 #bf6ffe, -2px 0 0 #bf6ffe, 2px 0 0 #bf6ffe;
}
.head_txt03{
    color: #ad60fe;
    font-size: 32px;
    padding-top: 15px;
    font-weight: bold;
    text-shadow:3px 3px 0 #FFF, -3px -3px 0 #FFF,
              -3px 3px 0 #FFF, 3px -3px 0 #FFF,
              0px 3px 0 #FFF,  0-3px 0 #FFF,
              -3px 0 0 #FFF, 3px 0 0 #FFF;
}
/*--------------------------------
top
--------------------------------*/
.topimg{
    margin-bottom: 30px;
}
.top_txt{
    padding: 20px 20px;
    text-align: center;
    font-size: 40px;
    line-height: 0;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ff6 60%);
    width: 60%;
    margin: 0 auto 20px;
    
}
.top_txt02{
    padding: 20px 20px;
    text-align: center;
    font-size: 40px;
    line-height: 0;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ff6 60%);
    width: 80%;
    margin: auto;
}
.top_txtimg{
    padding: 20px 20px 0;
    }
/*--------------------------------
livedegogo
--------------------------------*/
.livedegogo{
    margin-top: 60px;
}
.midasi{
    padding: 0 20px;
    color:#fff;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.livem{
    background: #e85298;
}
.midasicon{
    width: 12%;
    margin-right: 10px;
}
.live_titlearea{
    position: relative;
    padding-bottom: 55px;
}
.live_title{
    text-align: center;
    font-size: 40px;
    color: #e85298;
    font-weight: bold;
    padding-top: 35px;
    margin-top: 15px;
        position: relative;
    z-index: 10;
}
.kasen{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 20px;
    width: 70%;
    margin: auto;
    z-index: 1;
}
.live_titleb{
    padding: 20px;
    width: 65%;
    margin: auto;
}

.jikyuarea{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
}
.jikyu{
    text-align: center;
    font-size: 32px;
    font-family: メイリオ;
    font-weight: bold;
    color: #e85298;
    background: #ff0;
    padding: 10px 20px;
    border-radius: 20px;
    line-height: 40px;
    margin-right: 15px;
}
.jikyu_toku{
    font-size: 26px;
    line-height: 45px;
}
.site_girl{
    margin: 50px 20px 0;
}
.livearea{
    background: #f9dacf;
    margin-top: -8px;
}
.tokutyo_area{
    padding:50px 50px 20px;
}
.toku05{
    background: #fff;
    border-radius: 50px;
    padding: 30px;
}
.tokusen{
    border-bottom: dashed 3px #f9dacf;
    border-top: none;
}
.livetoku01,.livetoku02,.livetoku04{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.livetoku01{
    font-size: 45px;
    font-weight: bold;
    color: #e85298;
    margin-bottom: 20px;
    margin-top: 20px;
}
.livetoku02{
    font-size: 35px;
    font-weight: bold;
    line-height: 47px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.livetokuicon02,.livetokuicon04{
    margin-right: 20px;
}
.tokutxt02{
    font-size: 45px;
    color: #e85298;
}
.livetoku03{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}
.tokutxt03{
    font-size: 35px;
    color: #e85298;
}
.livetoku04{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}
.tokutxt04{
    color: #e85298;
    font-size: 40px;
}
.livetoku05{
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 30px;
}
.toku_memo{
    margin-top: -50px;
}
.housyu{
    float: right;
    margin-top: 10px;
    margin-bottom: 5px;
}
.hyou{
    clear: both;
    width: 100%;
}
tr{
    border: solid #3a3a3a 1px;
}
.koumoku{
    padding: 8px 0;
    width: 50%;
    font-weight: normal;
    background: #fcf6c8;
    border-right: 1px solid;
    color: #3a3a3a;
    vertical-align: middle;
}
.koumoku_2{
    padding: 8px 0;
    width: 50%;
    font-weight: normal;
    color: #3a3a3a;
    vertical-align: middle;
    text-align: center;
    background: #fff;
}
.housyu_memo{
    text-align: center;
    padding: 5px 0 30px;
}
.btn_area{
    margin: 50px;
}
/*--------------------------------
engeltalk
--------------------------------*/
.engelm{
    background: #a074fd;
    line-height: 35px;
}
.engel_title{
    text-align: center;
    font-size: 40px;
    color: #a074fd;
    font-weight: bold;
    padding-top: 35px;
    margin-top: 15px;
    position: relative;
    z-index: 10;
}
.engel_titlearea{
    position: relative;
    padding-bottom: 55px;
}

.kasenb{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 20px;
    width: 80%;
    margin: auto;
    z-index: 1;
}
.engel_titleb{
    padding: 20px;
    width: 65%;
    margin: auto;
}
.engelarea{
    background: #d7dbfc;
    padding: 50px 50px 50px;
}
.engeltoku01,.engeltoku03{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.engeltoku01{
    font-size: 45px;
    font-weight: bold;
    color: #e85298;
    margin-top: 20px;
}
.tokuetxt01{
    text-align: center;
    font-size: 35px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.tokuesen{
    border-bottom: dashed 3px #d7dbfc;
    border-top: none;
}
.engeltoku02{
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 25px;
}
.tokuetxt02{
    color: #e85298;
}
.engeltokuicon03{
    width: 55px;
    margin-right: 10px;
}
.engeltoku03{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}
.tokuetxt03{
    font-size: 40px;
    color: #e85298;
}
.engeltoku04{
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}
.engeltoku05{
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #e85298;
}
/*--------------------------------
point
--------------------------------*/
.point{
    margin: 0 20px;
}
.point_txt{
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}
.ptxt{
    font-size: 45px;
    font-family: メイリオ;
    font-weight: bold;
    letter-spacing: 2px;
    color: #e85298;
}
.pointimg{
    margin-right: 20px;
    padding-top: 20px;
}
.point_sen{
    border-top: none;
    border-bottom: solid 8px #e85298;
}
.fukidasiarea{
    margin-top: 30px;
}
.fukidasi01,.fukidasi02,.fukidasi03{
    margin-bottom: 20px;
}
.saiteki{
    padding: 20px 20px;
    text-align: center;
    font-size: 35px;
    line-height: 0;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ff6 60%);
    width: 100%;
    margin: 50px auto 20px;    
}
.saitekiimg{
    padding: 20px 20px 40px;
}
.support{
    display: flex;
    background: #ffffbc;
    padding: 20px;
    align-items: center;
    justify-content: center;
}
.support_img{
    margin-right: 30px;    
}
.support_txt{
    width: 70%;
    color: #e85298;
    font-size: 22px;
    line-height: 33px;
}
/*--------------------------------
touroku
--------------------------------*/
.touroku_title{
    margin:70px 20px 20px
}
.tourokuarea{
    background: #fff3f4;
    padding: 20px;
}
.step{
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
}
.touroku_tyuui{
    text-align: center;
    color: #ff0000;
    font-size: 21px;
    line-height: 32px;
}
.touroku_support{
    background: #fff;
    margin: 30px 10px;
    border: solid #e85298 5px;
    border-radius: 30px;
    padding: 20px 20px;
}
.t_sarea{
    display: flex;
    justify-content: center;
}
.t_smidasi{
    font-size: 30px;
    font-weight: bold;
    color: #e85298;
    border-bottom: dashed;
    margin-bottom: 15px;
    line-height: 55px;
}
.t_list{
    font-size: 20px;
    line-height: 35px;
}
.t_stxt{
    margin-right: 30px;
}
.t_smatome{
    padding: 20px 20px;
    text-align: center;
    font-size: 23px;
    line-height: 0;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ff6 60%);
    width: 100%;
    margin: 20px auto 5px;   
}
.battiri{
    padding: 30px 20px 10px; 
}
/*--------------------------------
lastbtn
--------------------------------*/
.last_btnarea{
    margin: 40px;
    display: flex;
    padding-bottom: 40px;
    justify-content: space-between;
}

@media only screen and (max-width: 640px) {
    .head_txt01{
        font-size: 20px;
    }
    .head_txt02{
        font-size: 32px;
        
    }
    .head_txt03{
        font-size: 26px;
    }
    .headtop{
        background-size: cover;
    }
    .top_txt{
        font-size: 33px;
        width: 70%;
        margin: 0 auto 10px;
    }
    .top_txt02{
        font-size: 33px;
        width: 95%;
    }
    .midasi{
        font-size: 20px;
    }
    .live_title,.engel_title{
        font-size: 30px;
        margin-top: 10px;
    }
    .jikyu{
        font-size: 25px;
        line-height: 32px;
    }
    .jikyu_toku {
    font-size: 19px;
    line-height: 35px;
    }
    .site_girl {
    margin: 30px 20px 0;
    }
    .tokutyo_area {
    padding: 40px 30px 20px;
    }
    .livetoku01,.engeltoku01 {
    font-size: 38px;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .livetoku02 {
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
        
    }
    .tokutxt02 {
    font-size: 40px;
    }
    .tokutxt03 {
    font-size: 30px;
    }
    .tokutxt04{
        font-size: 35px;
    }
    .livetoku04{
        font-size: 28px;
        margin-top: 15px;
    margin-bottom: 15px;
    }
    .btn_area {
    margin: 45px 20px;
}
    .tokuetxt01{
        font-size: 30px;
    margin-top: -5px;
    margin-bottom: 15px;
    }
    .livetoku03{
        font-size: 22px;
    }
    .engeltoku02{
        font-size: 28px;
        margin-top: 20px;
    margin-bottom: 20px;
    }
    .tokuetxt03 {
    font-size: 36px;
    }
    .engeltoku03{
         margin-top: 15px;
    margin-bottom: 15px;
        
        
    }
    .engeltoku04,.engeltoku05{
        font-size: 26px;
        margin-top: 15px;
    margin-bottom: 15px;
    }
    .pointimg{
        width: 25%;
    }
    .ptxt {
    font-size: 35px;
    }
    .saiteki{
        font-size: 25px;
        margin: 30px auto 20px;
    }
    .support_txt{
        width: 78%;
    font-size: 18px;
        line-height: 27px;
    }
    .touroku_title {
    margin: 60px 20px 10px;
}
    .touroku_tyuui{
        font-size: 16px;
    line-height: 28px;
    }
    .t_stxt {
    margin-right: 20px;
        width: 85%;
}
    .t_smidasi {
    font-size: 23px;
    }
    .t_list {
    font-size: 16px;
    line-height: 28px;
}
    .t_smatome{
        font-size: 15px;
    }
    .last_btnarea {
    margin: 30px;
    }
    .btnlive02{
        margin-right: 20px;

    }
    .saitekiimg {
    padding: 20px 10px 40px;
}
    .battiri {
    padding: 20px 5px 10px;
}
}
@media only screen and (max-width: 480px) {
    .head_txt01{
        padding: 5px 20px;
        margin-right: 10px;
        font-size: 16px;
    }
    .head_txt02 {
    font-size: 26px;
}
    .head_txt03 {
    font-size: 18px;
        padding-top: 5px;
        text-shadow: 2px 2px 0 #FFF, -2px 2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0-2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
    .top_txt{
        font-size: 23px;
    width: 80%;
        margin: 0 auto 5px;
    }
    
    .top_txt02 {
    font-size: 23px;
    width: 98%;
}

    .livedegogo {
    margin-top: 40px;
}
    .midasi {
    font-size: 16px;
    padding: 5px 20px;
}
    
    .live_titlearea,.engel_titlearea {
    
    padding-bottom: 35px;
}
    .live_titleb,.engel_titleb{
        width: 90%;
        padding: 20px 20px 10px;
    }
    .kasen,.kasenb{
        width: 100%;
    }
    .live_title, .engel_title {
    font-size: 27px;
    margin-top: 5px;
}
    .jikyuarea{
        margin: 15px;
    }
    .jikyu {
    font-size: 16px;
    line-height: 23px;
        padding: 10px 15px;
        margin-right: 5px;
}
    .jikyu_toku {
    font-size: 16px;
        line-height: 28px;
    }
    .livearea{
            margin-top: -4px;
    }
    .tokutyo_area {
    padding: 30px 20px 20px;
}
    .toku05{
        border-radius: 30px;
    padding: 25px;
    }
    .livetoku01, .engeltoku01 {
    font-size: 30px;
    margin-bottom: 5px;
}
    .livetoku02 {
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
        line-height: 33px;
}
    .tokutxt02 {
    font-size: 30px;
}
    .livetokuicon02, .livetokuicon04{
        width: 13%;
    }
    .livetoku03 {
    font-size: 18px;
            margin-top: 10px;
    margin-bottom: 10px;
}
    .tokutxt03 {
    font-size: 22px;
}
    .livetoku04 {
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
}
    .tokutxt04 {
    font-size: 28px;
}
    .livetoku05{
        font-size: 25px;
        margin-top: 15px;
    }
    .engelm{
        line-height: 22px;
        font-size: 15px;
    }
    .tokuetxt01 {
    font-size: 22px;
    margin-bottom: 10px;
}
    .engeltoku02 {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}
    .engeltoku03 {
    margin-top: 5px;
    margin-bottom: 5px;
        font-size: 22px;
}
    .tokuetxt03 {
    font-size: 30px;
}
    .engeltoku04, .engeltoku05 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
    .ptxt {
    font-size: 25px;
}
    .point_txt{
        margin-bottom: 10px;
    }
    .fukidasiarea {
    margin-top: 25px;
}
    .fukidasi01, .fukidasi02, .fukidasi03 {
    margin-bottom: 10px;
}
    .saiteki {
    font-size: 18px;
    margin: 20px auto 20px;
}
    .support_img {
    margin-right: 20px;
}
    .support_txt {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
}
    .touroku_title {
    margin: 30px 20px 10px;
}
    .tourokuarea {
    padding: 15px;
}
    .touroku_tyuui {
    font-size: 13px;
    line-height: 22px;
}
    .t_stxt {
    margin-right: 10px;
    width: 100%;
}
    .t_smidasi {
    font-size: 16px;
        line-height: 35px;
        margin-bottom: 10px;
}
    .t_list {
    font-size: 12px;
    line-height: 22px;
}
    .t_smatomesp {
    padding: 20px 20px;
    text-align: center;
    font-size: 20px;
    line-height: 0;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ff6 60%);
    width: 70%;
    margin: 20px auto 5px;
}
        .t_smatomesp02 {
    padding: 20px 20px;
    text-align: center;
    font-size:20px;
    line-height: 0;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ff6 60%);
    width: 80%;
    margin: -8px auto 5px
}
            .t_smatomesp03 {
    padding: 20px 20px;
    text-align: center;
    font-size:20px;
    line-height: 0;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ff6 60%);
    width: 80%;
    margin: -8px auto 5px
}
}
@media only screen and (max-width: 400px) {
    .head_txt03 {
    font-size: 18px;
    }
    .top_txt,.top_txt02{
        font-size: 22px;
    }
    .jikyuarea{
        flex-direction: column;
    }
    .jikyu {
    font-size: 28px;
    line-height: 37px;
    padding: 10px 65px;
        margin-right: 0;
    }
    .jikyu_toku {
    font-size: 22px;
    line-height: 35px;
    margin-top: 15px;
}
    .hyou{
        font-size: 14px;
}
    .btn_area {
    margin: 35px 15px;
}
    .step{
        flex-wrap: wrap;
            justify-content: flex-start;
    
    }
    .step01,.step03{
margin-right: 5px;
}
    .step01, .step02,.step03, .step04{
        
    margin-bottom: 20px;
}
    .t_sarea{
        flex-direction: column;
    }
    .t_stxt {
    margin-right: 0;
    }
    .t_smidasi {
    font-size: 20px;
    line-height: 40px;
        text-align: center;
    }
    .t_list {
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 20px;
}
    .t_simg{
        width: 50%;
    margin: auto;
    }
    .t_smatomesp02{
        width: 95%;
    }
    }
    @media only screen and (max-width: 380px) {
        .head01{
            flex-direction: column;
        }
        .head_txt01{
            margin: auto;
    width: 100%;
        }
        .head_txt02 {
    margin-top: 10px;
}
        .ptxt {
    font-size: 20px;
}
        .saiteki {
    font-size: 16px;
        }
        .livetoku03 {
    font-size: 16px;
        }
        .housyu,.housyu_memo{
            font-size: 14px;
        }
        .toku_memo {
    margin-top: -30px;
}
        .step01, .step02, .step03{
    margin-bottom: 20px;
    width: 48%;
}
        .step04 {
                width: 45%;
}
        .step01, .step03 {
    margin-right: 10px;
}
        .touroku_tyuui {
    font-size: 12px;
    line-height: 20px;
    margin-top: -20px;
}
        .t_smatomesp{
            width: 90%;
        }
        .last_btnarea {
    margin: 20px;
}
        .btnlive02 {
    margin-right: 15px;
}
}
    @media only screen and (max-width: 360px) {
        .head_txt01 {
    padding: 0px 20px;
        }
        .head_txt03 {
    font-size: 16px;
}
        .top_txt, .top_txt02 {
    font-size: 20px;
}
        .jikyu_toku {
    font-size: 20px;
    line-height: 33px;
        }
        .livetoku02 {
    font-size: 20px;

        }
        .engeltoku03{
            font-size: 18px;
        }
        .tokuetxt03 {
    font-size: 26px;
}
        .engeltoku04, .engeltoku05 {
    font-size: 18px;
        }
        .saiteki {
    font-size: 15px;
}
        .t_list {
    font-size: 16px;
    line-height: 28px;
        }
        
        
}
@media only screen and (max-width: 320px) {
    .head_txt03 {
    font-size: 15px;
}
    .top_txt, .top_txt02 {
    font-size: 19px;
}
    .jikyu {
    font-size: 24px;
    line-height: 31px;
    }
    .jikyu_toku {
    font-size: 18px;
    line-height: 30px;
}
    .livetoku01, .engeltoku01 {
    font-size: 25px;
    }
    .livetoku02 {
    font-size: 18px;
}
    .tokutxt02 {
    font-size: 25px;
}
    .livetoku05 {
    font-size: 20px;
    }
    .tokuetxt01 {
    font-size: 18px;
    }
    .tokuetxt03 {
    font-size: 20px;
}
    .engeltoku04, .engeltoku05 {
    font-size: 16px;
}
    .t_smidasi {
    font-size: 18px;
    }
    .t_list {
    font-size: 14px;
    }
    .t_smatomesp,.t_smatomesp02,.t_smatomesp03{
        width: 100%;
        font-size: 18px;
    }
    
}