@charset "UTF-8";

html {
    font-size: 62.5%;
}

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

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

/* 共通項目 */
.inner {
    width: 92%;
    max-width: 572px;
    margin: 0 auto;
}

.inner_min {
    width: 80%;
    margin: 0 auto;
}

.yellow_marker {
    background: linear-gradient(transparent 60%, #ff6 60%);
}

.yellow_marker_lage {
    background: linear-gradient(transparent 40%, rgb(255, 255, 183) 60%);
}

.red {
    color: #ff5858;
}

.blue {
    color: #5a73f3;
}

.pink {
    color: #ff2ab4;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.marker {
    background: linear-gradient(transparent 60%, #f7da2e 0%);
}

.margin_top {
    margin-top: 20px;
    font-weight: bold;
}

.margin_top_lage {
    font-weight: bold;
    margin-top: 200px;
}

.review_number {
    font-size: 20px;
    margin-left: 10px;
}

/* 登録ボタン */
.btn_box {
    text-align: center;
    margin-top: 50px;
    animation: pyonpyon 3s infinite ease;
}

.btn {
    background: #4c4c4c;
    border-radius: 40px;
    box-shadow: 0px 7px #4c4c4c;
}

@keyframes pyonpyon {
    0% {
        transform: translate(0, 0);
    }

    5% {
        transform: translate(0, 0);
    }

    10% {
        transform: translate(0, 0);
    }

    20% {
        transform: translate(0, -15px);
    }

    25% {
        transform: translate(0, 0);
    }

    30% {
        transform: translate(0, -15px);
    }

    50% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

.btn:active {
    box-shadow: none;
    background: none;
    position: relative;
    top: 7px;
}

.microcopy {
    color: #fd4646;
    font-size: 18px;
}

.stripes_img {
    margin-top: 60px;
}

.stripe {
    vertical-align: baseline;
}

.vertical_bottom {
    vertical-align: bottom;
}

.vertical_top {
    vertical-align: top;
}





/* ヘッダー */


/* ヘッド部分 */
.date {
    font-size: 14px;
    margin-top: 20px;
}

.head_ttl {
    font-size: 26px;
    font-weight: bold;
    color: #ff54b3;
    margin-top: 20px;
}

.head_text {
    font-weight: bold;
    margin-top: 30px;
}

.head_list_wrap {
    position: relative;
}

.head_list {
    font-size: 16px;
    background: #e0f6ff;
    border-radius: 8px;
    box-shadow: 0px 0px 5px silver;
    padding: 20px 10px;
    font-weight: bold;
    color: #335867;
    margin-top: 30px;
}

.min_chara_img {
    width: 65px;
    position: absolute;
    bottom: 0;
    right: -15px;
    overflow-x: hidden;
}



.head_list li:not(:first-child) {
    margin-top: 10px;
}

.head_point {
    margin: 20px 0;
    font-weight: bold;
    font-size: 24px;
    color: #ff5858;
}

/* .head_img {
    margin-top: 30px;
} */

.about_ai {
    margin-top: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
}

.about_ai_box {
    position: relative;
    margin: 2em 0;
    padding: 0.8em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}

.box_ttl {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}

.head_text_bottom {
    font-weight: bold;
    margin-top: 30px;
}



/* ランキング */
/* .ranking_header_img {
    margin-top: 60px;
} */

.ranking_sec {
    margin-top: 50px;
}

.ranking_text {
    margin-top: 20px;
    font-weight: bold;
}

.ranking_wrap {
    margin-top: 50px;
}

.ranking01 {
    margin-top: 50px;
}

.ranking02,
.ranking03 {
    margin-top: 30px;
}

.ranking_contents {
    background: #fcf8e8;
}

.ranking_box {
    display: flex;
    margin-top: 30px;
}

.game_img {
    width: 60px;
}

.game_name {
    font-size: 20px;
    font-weight: bold;
    color: #603232;
}

.ranking_box_right {
    margin-left: 5%;
}

.game_detail {
    margin: 20px 0;
    font-size: 18px;
}

.gamecapBox {
    margin-top: 20px;
    display: block;
    position: relative;
    z-index: 10;
}

.gamecapBox::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transform: rotate(3deg);
    background: #fff;
    z-index: -1;
}

/* レビューの星 */
.review {
    font-size: 16px;
}

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

.star_rating {
    position: relative;
    display: inline-block;
    font-size: 20px;
    word-break: normal !important;
}

.star_rating .star_rating_item {
    position: absolute;
    overflow: hidden;
}

.star_rating .star_rating_item:before {
    content: "★★★★★";
    color: #ff9c34;
}

.star_rating:after {
    content: "★★★★★";
    color: #ccc;
}

/* カジノ紹介 */
.another_section {
    background: #f6f6f6;
}

.another_section_ttl {
    font-size: 18px;
    color: #ffffff;
    background: #444444;
    padding: 10px;
    font-weight: bold;
    border-bottom: 2px solid #f7d82a;
}

.another_section_ttl::before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url(https://img-storage.com/lp/2020/o_u/tyoerglanking/parts/trend.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}

.another_section_inner {
    padding: 10px;
}


/* フッター */
.footer {
    background: #FE98CB;
    text-align: center;
    color: #ffffff;
    padding-top: 10px;
}

.footer a {
    text-decoration: underline;
}

.footer_copy {
    margin-top: 5px;
}


/* ブラウザバック */
#back {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    width: 100%;
    height: 100%;
    z-index: 99;
}

#back_boxx {
    width: 96%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 100;
    background-color: #121212;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}


.browserback_img {
    height: 500px;
    object-fit: cover;
}

.browserback_box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    background: #121212;
}

.browserback_contents01,
.browserback_contents02,
.browserback_contents03 {
    width: 33%;
    position: relative;
    background-color: #121211;
    opacity: 1;
}

.browserback_contents01 {
    animation-name: filter;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-delay: 1s;
    /* animation-iteration-count: infinite; */
    animation-fill-mode: forwards;
    opacity: 0.3;
    width: 50%;
}

.browserback_contents02 {
    animation-name: filter;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-delay: 2.5s;
    /* animation-iteration-count: infinite; */
    animation-fill-mode: forwards;
    opacity: 0.3;
    width: 50%;
}

.browserback_contents03 {
    animation-name: filter;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-delay: 4s;
    /* animation-iteration-count: infinite; */
    animation-fill-mode: forwards;
    opacity: 0.3;
}



.browserback_ttl {
    position: absolute;
    top: 0;
}


.browserback_tibichara {
    width: 100px;
    position: absolute;
    left: 50%;
    bottom: 12%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.browserback_btn {
    width: 110px;
    position: absolute;
    left: 50%;
    bottom: -8%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

@keyframes filter {
    0% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}