@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.6;
    font-family: Helvetica, HiraKakuProN-W3, meiryo, メイリオ, sans-serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #333333;
    background: #ffffff;
    overflow-x: hidden;
}

img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}


/* 以下共通 */


.inner {
    width: 94%;
    margin: 0 auto;
}

.pink {
    color: fuchsia;
}

.purple {
    color: purple;
}

.red {
    color: red;
}

.blue {
    color: blue;
}




h2 {
    font-size: 1.5rem;
    margin-top: 15px;
    margin-bottom: 25px;
    font-weight: bold;
}

h3 {
    font-size: 1.3rem;
    font-weight: bold;
    background: #dcdcdc;
    border-left: 10px solid #fce300;
    border-right: 10px solid #fce300;
    padding: 10px;
    margin: 50px auto 30px;
}

.marker_orange {
    background: linear-gradient(transparent 0%, #fab649 0%);
    display: inline;
    margin-bottom: 30px;
}


.red_big {
    color: red;
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.black_big {
    color: #333;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 30px;
}

.purple_big {
    color: purple;
    font-size: 1.3rem;
}

.pink_big {
    color: fuchsia;
    font-size: 1.3rem;
}

.blue_big {
    color: blue;
    font-size: 1.3rem;
}


/* CVボタン */

.cvr {
    border: 1px solid #2e2e2e;
    padding: 10px;
}

.cvr img {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 35px;
}



.starimg {
    width: 25%;
    height: 25%;
    margin-top: 10px;
    margin-bottom: 5px;
}

.iconBox {
    width: 120px;
    height: 40px;
    /* background-color: #fc0000; */
    margin-right: 30px;
    margin-top: 10px;
}

.ankenbox {
    display: flex;
    margin-bottom: 30px;
}

.anken01 {
    display: flex;
    flex-direction: column;

}

.cvr_text {
    margin-bottom: 30px;
}

.animate__animated {
    text-align: center;
    color: #fc0000;
    font-weight: bold;
    animation: rotate 30s linear infinite;
}

.cvr_button {
    width: 80%;
    margin: 0 auto;
    color: #f6f6f6;
    font-weight: bold;
    background-color: #ff9d00;
    text-align: center;
    border-radius: 20px;
    
}

.cvr_button a {
    display: block;
padding: 20px 0 ;
}


/* Bパターン */

.cvr_button_b {
    width: 80%;
    margin: 0 auto;
    color: #f6f6f6;
    font-weight: bold;
    background-color: #EC0E24;
    text-align: center;
    border-radius: 20px;
}

.cvr_button_b a {
    display: block;
padding: 20px 0 ;
}


/* Cパターン */

.cvr_button_c {
    width: 80%;
    margin: 0 auto;
    color: #f6f6f6;
    font-weight: bold;
    background-color: #06c755;
    text-align: center;
    border-radius: 20px;
}

.cvr_button_c a {
    display: block;
padding: 20px 0 ;
}




/* CVボタン終わり */





/* 以上共通 */


/* ヘッダー */

h1 {
    background-color: #2e2e2e;
    padding: 0px;
    display: flex;
    justify-content: center;
}

h1 img {
    width: 40%;
    height: 40%;

}



/* フック */


.fuck_text01 {
    margin-bottom: 30px;
}

/* 即やりアプリと言われる理由 */
.apuri_text01 {
    margin-bottom: 30px;
}

.apuri_text02 {
    margin-bottom: 30px;
    font-weight: bold;
}

.apuri_img {
    margin-bottom: 30px;
}

.apuri_box {
    margin-bottom: 30px;
    font-weight: bold;

}

/* アプリの遊び方 */
.asobikata_text01 {
    margin-bottom: 30px;
}

.asobikata_img {
    margin-bottom: 30px;
}

.asobikata_img01 {
    margin-bottom: 70px;
}

.timebox {
    background-color: palevioletred;
    display: inline-block;
    padding: 5px;
    font-weight: bolder;
    border-radius: 10px;
}

.time_wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 10px;
}

.time_text {
    font-weight: bolder;
}


/* アプリおすすめポイント */
.osusume_text01 {
    margin-bottom: 30px;
}

.osusume_point {
    border: 3px solid #fc0000;
    border-radius: 10px;
    padding: 10px 10px 30px 10px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 50px;

}

.osusume_title {
    font-size: 1.5rem;
    color: #fc0000;
    font-weight: bold;
    position: relative;
    top: -30px;
    text-align: center;
    background-color: #ffffff;
    width: 25%;
    margin: 0 auto;
}


/* トイレ強者 */
.toire_text01 {
    margin-bottom: 30px;
}

.close_text01 {
    margin-bottom: 30px;
}

.toire_img {
    margin-bottom: 30px;
}



/* 利用前の注意 */

.chui {
    /* border: 3px solid #2e2e2e; */
    padding: 10px;
}

.chui_title {
    padding: 10px;
    width: 50%;
    margin: 0 auto;
    border-radius: 20px;
    background-color: #2e2e2e;
    color: #fce300;
    font-weight: bold;
    text-align: center;
    /* margin-bottom: 20px; */
    position: relative;
    top: -35px;
}

.chui_text01 {
    margin-bottom: 20px;
    font-weight: bold;
}

.chui_text02 {
    color: red;
}





/* 登録するなら今 */

.close_img {
    margin-bottom: 30px;
}













/* secKuchikomi */

.comment_box {
    background: #f6f6f6;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
}

.comment_pro_wrap {
    display: flex;
    align-items: center;
}

.pro_img {
    width: 50px;
}

.comment_pro_right {
    margin-left: 5%;
}

.comment_date {
    font-size: 14px;
}

.comment_text {
    margin-top: 15px;
}


/* フッター */

.footer {
    background: #2e2e2e;
    padding: 30px;
    text-align: center;
}

.contact_box {
    border: 1px solid #fff;
    background: #ffffff;
    border-radius: 15px;
}

.contact_box a {
    display: block;
    padding: 5px;
    border-radius: 15px;
    font-weight: bold;
    transition: 0.2s;
}

.contact_box a:hover {
    background: #333333;
    color: #fff;
}

.copy {
    display: block;
    margin-top: 20px;
    color: #ffffff;
}



/* 未成年対応 */
.miseinen {
    /* display: inline-block; */
    padding: 10px 10px;
    margin:20px 0 20px 0;
    display: flex;
    justify-content: center;
font-weight: bold;
font-size: 14px;
background-color: #2e2e2e;
color: #fce300;
}

.h3_miseinen{
    font-size: 1.3rem;
    font-weight: bold;
    background: #dcdcdc;
    border-left: 10px solid #fce300;
    border-right: 10px solid #fce300;
    padding: 10px;
    margin: 0px auto 30px;
}