@charset "utf-8";
/* CSS Document */

body {
	color: #ffffff;
	font-family: "Hiragino Kaku Gothic Pro", Verdana, Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
}

.wrapper{
    border: none;
    background-size: 50px 50px;
}
.main{
    overflow-x: hidden;
}

.main_item_wrap{
  max-width: 640px;
  margin: 0 auto;
}








/* 　　ヘッダー 　　*/
header {
    background: #fff;
    width: 100%;
    z-index: 999;
}
header img {
    padding: 8px 10px;
    width: auto;
    height: 25px;
}

.header_icon {
    display: flex;
    justify-content: space-between;
}

.icon_img img{
    padding: 1px;
    height: 35px;
}




/* 各画像を画面幅いっぱいに広げる（ヘッダーのロゴだけ例外） */
.contents-img img{
    width:100%;
    height:auto;
}


/* 追尾ボタン */
.tracking-btn {
    display: block;
    font-weight: bold;
    color: #fff;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    position: fixed;
    text-decoration: none;
    width: 100px;
    height: 70px;
    padding-top: 30px;
    line-height: 1;
    border-radius: 300px;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    overflow: hidden;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.8);
    right: 10px;
    bottom: 10px;
    font-size: 21px;
    text-shadow: 0 -1px 1px rgba(7, 0, 2, 0.4);
    z-index: 9999999;
}



/* 「無料で読める」ボタン */

.btn_wrap{
    position: relative;
    top: 0px;
    height: 150px;
}
.induction-btn{
    color: #fff;
    width: 90%;
    margin: 0 auto;
    height: 100%;
    max-height: 120px;
    display: block;
    border-radius: 300px;
    text-shadow: 0 -1px 1px rgba(7, 0, 2, 0.4);
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 22%;
    z-index: 99;
    animation: induction 1s infinite steps(2, start) alternate;

}
.induction-btn-shadow{
    width: 90%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    max-height: 120px;
    top: 50px;
    display: block;
    border-radius: 300px;
    background-color: #9e7a15;
    position: absolute;
    top:2%;
    right: 0;
    left: 0;
    bottom: 22%;
    z-index: 88;
}
.induction-text{
    text-align: center;
    font-weight: bold;
    font-size: 38px;
    margin: auto;
}
.induction-text strong{
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    font-size: 42px;
}

.btnWrap_firstview{
    padding: 13px 0 10px 0;
}
.btn_join--1{
    width: 95%;
    margin: 0 auto;
    display: block;
    border-radius: 20px;
    border-bottom: solid 3px #236f70;
    position: relative;
}
.btn_join--2{
    width: 95%;
    margin: 0 auto;
    display: block;
    border-radius: 20px;
    border-bottom: solid 3px #a85a07;
    position: relative;
    margin-bottom: 15px;
}
.jump span{
    animation: jump 0.3s ease-in;
    position: relative;
}
@keyframes jump {
    0% {top: 0}
    50% {top:-17px}
    100%{top: 0}
}
.btnText--1{
    line-height: 1.2;
    padding: 1.6rem 1rem;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}
.btnText--2{
    line-height: 60px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.btnText--3{
    line-height: 1.2;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    display: block;
    padding: 10px 0;
}

.btnText--1::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 5%;
    top: 40%;
}
.btnText--2::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 5%;
    top: 40%;
}

.btnText--3::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 5%;
    top: 40%;
}

.Annotation{
    color: #FFFFFF;
	text-align:center;
	font-size: 30%;
    display: block;
    padding-top: 5px;
}


.btn_details{
    background-image: linear-gradient(to top, #51bbca 0%, #7be3f2 100%);
    width: 95%;
    margin: 0 auto;
    display: block;
    border-radius: 20px;
    border-bottom: solid 3px #51bbca;
    position: relative;
}

.btnWrap_footer{
    padding: 10px 0 10px 0;
}

.cloud-line img{
    width: 100%;
    margin-top: -1px;
}

@media (max-width: 400px) {
    .btnText--1::after {
        display: none;
    }
    .btnText--2::after {
        display: none;
    }
}


@media (max-width: 360px) {
    .btn_wrap{
        position: relative;
        top: 0px;
        height: 140px;
    }
    .induction-text{
    font-size: 7.8vw;
    line-height: 1.2;
    }
    .induction-text strong{
        font-size: 8.2vw;
    }
    .induction-btn{
        height: 90%;
    }
    .induction-btn-shadow{
        height: 90%;
    }
}



@keyframes induction {
    0% {transform:translate(0, -15px);}
    100% {transform:translate(0, 0px);}
}



.conversion-wrap{
    background-color: #fff;
}





/* 作者（サークル）名 */


.credit{
    font-size:14px;
    text-align:right;
    padding: 10px 10px 0px 0px;
}


/* footer */
.terms{
    padding-top: 15px;
}
.terms-block1{
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 100%;
}
.terms a{
    font-size: 11px;
    color: #ffffff;
}
.terms---1:after{
    content: "|";
    display: inline-block;
    margin: 0 2px;
}
.terms---3:after{
    content: "|";
    display: inline-block;
    margin: 0 2px;
}

.copyright{
    padding: 15px 0;
    text-align: center;
    color: #ffffff;
    font-size: 11px;
    line-height: 1.2;
}


.media-wrap{
    padding: 0 1% 2% 1%;
    width: 98%;
    margin: 0 auto;
}




/* サポートメニュー */

.support_menu{
    background-color: #fff;
    color: #636363;
}

.support_menu img{
    width: 30%;
    min-width: 150px;
}

.support_menuList{
    display: flex;
}


.support_menuList li{
    font-size: 7px;
    line-height: 1.5;
    padding: 20px 15px;
    position: relative;
    color: #636363;
    height: 30px;
    display: flex;
    vertical-align: middle;
    align-content: center;
    align-items: center;
}
.support_menuList a{
    display: inline-block;
    width: 50%;
}

.list---1{
    border-top: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
}
.list---2{
    border-top: 1px solid #cacaca;

}
.list---3{
    border-top: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
}
.list---4{
    border-top: 1px solid #cacaca;
}
.list---5{
    border-top: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
}
.list---6{
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
}
.list---7{
    border-right: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
}

.list---8{
    border-bottom: 1px solid #cacaca;
}


.support_menuList li:after{
    content: "▶︎";
    display: inline-block;
    color: #cacaca;
    position: absolute;
    right: 5px;
}


/* ページの先頭へ */
.top_scroll{
    text-align: right;
    padding: 20px 10px 20px 0;
    color: #ff9cb0;
}



.flowWrap{
    background-image: url(../images/register/step-bg.png);
    background-repeat: repeat-y;
    width: 100%;
    background-size: 100%;
}
.flowWrap__inner{
    padding-top: calc( 28 / 650 * 100%);
    padding-bottom: calc( 47 / 650 * 100%);
    margin-left: calc( 12 / 650 * 100%);
    margin-right: calc( 12 / 650 * 100%);
}
.flowWrap__title{
    padding-bottom: calc( 21 / 650 * 100%);
}

.step{
    position: relative;
}
.guidance{
    position: absolute;
    animation: fadein 3.0s infinite;
}
@keyframes fadein {
    0% {transform: translateX(0px);}
    50% {transform: translateX(15px);}
    100% {transform: translateX(0px);}
}

.guidance--00{
    top: 60%;
    right: 5%;
    width:  calc( 90 / 650 * 100%);
}

.guidance--01{
    top: 35%;
    right: 5%;
    width:  calc( 90 / 650 * 100%);
}
.guidance--02{
    top: 66%;
    left: 47%;
    width:  calc( 70 / 650 * 100%);
}
.guidance--03{
    top: 62%;
    right: 22%;
    width:  calc( 90 / 650 * 100%);
}
.guidance--04{
    top: 30%;
    right: 54%;
    width:  calc( 50 / 650 * 100%);
}
.guidance--05{
    bottom: 14%;
    right: 44%;
    width: calc( 80 / 650 * 100%);
}
.step4Bubble{
    position: absolute;
    bottom: 18%;
    right: 19%;
    width:  calc( 170 / 650 * 100%);
}




.arrow{
    width:  calc( 107 / 650 * 100%);
    margin: 0 auto;
    padding-top: calc( 17 / 650 * 100%);
    padding-bottom: calc( 14 / 650 * 100%);
}

.registerWrap{
    padding-top: calc( 20 / 650 * 100%);
    position: relative;
}
.bubble{
    position: absolute;
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width:  calc( 477 / 650 * 100%);
    z-index: 999999;
}
.js-fadein {
    /* 最初は非表示 */
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: opacity 1s, visibility 1s, transform 1s;
}
.is-fadein {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}


.registerBtn{
    animation: btnMove 3.0s infinite;
}
@keyframes btnMove {
    0% {transform: translateX(0px);}
    5% {transform: translateX(60px);}
    10% {transform: translateX(-60px);}
    15% {transform: translateX(20px);}
    20% {transform: translateX(-10px);}
    25% {transform: translateX(5px);}
    30% {transform: translateX(0px);}
}

.p-fixed.is-active {
    opacity: 0;
    visibility: hidden;
}
.p-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: opacity ease-in 0.3s, visibility ease-in 0.3s;
    z-index: 999;
}