@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 {
    padding: 0.5em;
    /*上下左右の余白*/
    background: #DEEBF7;
    /*背景色*/
}

h3 {
    padding: 1rem;
    /*上下左右の余白*/
    color: #fff;
    /*文字色*/
    background: #888;
    /*背景色*/
    background-image: radial-gradient(#999 35%, transparent 35%), radial-gradient(#999 35%, transparent 35%);
    /*背景画像*/
    background-size: 50px 50px;
    /*背景画像のサイズ*/
    background-position: 0 0, 25px 25px;
    /*背景画像の位置*/
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 30px;
    text-shadow: 1px 2px 3px #808080;
    border-right: 10px solid pink;
    border-left: 10px solid pink;
}

.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;
}

.pink_bold {
    color: fuchsia;
    font-weight: bold;
}

.purple_bold {
    color: purple;
    font-weight: bold;

}

.red_bold {
    color: red;
    font-weight: bold;

}

.blue_bold {
    color: blue;
    font-weight: bold;

}

.black_bold {
    color: black;
    font-weight: bold;

}

.palevioletred_bold {
    color: palevioletred;
    font-weight: bold;
}

.marker_yellow {
    background: linear-gradient(transparent 65%, #ffe927 65%);
}


/* CVボタン */

.cvr {
    /* border: 3px solid #fab649; */
    padding: 10px;
    background-color: #dbffea;
    border-radius: 10px;
    margin: 60px 0;
}

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



.star5_rating {
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC;
    /* グレーカラー 自由に設定化 */
    /*font-size: 30px; フォントサイズ 自由に設定化 */
}

.star5_rating:before,
.star5_rating:after {
    content: '★★★★★';
}

.star5_rating:after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32;
    /* イエローカラー 自由に設定化 */
}

.iconBox {
    width: 70px;
    height: 70px;
    /* background-color: #fc0000; */
    margin-right: 30px;
}

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

.anken01 {
    display: flex;
    flex-direction: column;
    font-weight: bold;
}

.cvr_text {
    margin-bottom: 30px;
}

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


/* 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;
}




/* CVボタン終わり */





/* 以上共通 */


/* ヘッダー */

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

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

}



/* フック */


.fuck_text01 {
    margin-bottom: 30px;
}

.fuck_text01 img {
    width: 50%;
    margin: 0 auto;
}

.miseai {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    gap: 10px;
}

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

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

.apuri_img {
    margin-bottom: 30px;
}

.osusumebox p:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    /*←ココ！！！！！！！*/
}

.osusumebox_reason p {
    padding: 10px;

}

.osusumebox_reason p:nth-child(1) {
    padding: 30px 10px 10px;
}



.osusumebox_reason {
    position: relative;
    padding: 10px;
    color: #333333;
    border-radius: 0 10px 10px 10px;
    background: #ffb74640;
    margin-bottom: 30px;
}

.osusumebox_reason:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    font-size: 15px;
    font-size: 18px;
    position: absolute;
    top: 0px;
    left: 0;
    height: 27px;
    padding: 0 1em;
    content: '\f0a4 point';
    color: #fff;
    background: #ffb746;

}


/* こんな女性いる！ */
.osusumebox_woman p:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    /*←ココ！！！！！！！*/
}

.osusumebox_woman p {
    padding: 10px;

}

.osusumebox_woman p:nth-child(1) {
    padding: 30px 10px 10px;
}



.osusumebox_woman {
    position: relative;
    padding: 10px;
    color: #333333;
    border-radius: 0 10px 10px 10px;
    background: #ffb74640;
    margin-bottom: 30px;
}

.osusumebox_woman:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    font-size: 15px;
    font-size: 18px;
    position: absolute;
    top: 0px;
    left: 0;
    height: 27px;
    padding: 0 1em;
    content: '\f0a4 女の子の特徴';
    color: #fff;
    background: #ffb746;

}



/* アプリの遊び方 */
.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;
}


/* アプリおすすめポイント */

.apuri_woman {
    margin-bottom: 30px;
}

.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;
}


/* 未成年対応 */
.u18_1 {
    color: #ff7d6e;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 20px 20px;
    padding: 10px 0;
    background-color: #ffebe9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 5px solid palevioletred;
    border-left: 5px solid palevioletred;
    gap: 10px;

}










/* 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;
}