@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: #f7f7f7;
}

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

/* 共通項目 */
.warning_text {
    font-size: 16px;
    background: #ffffff;
    color: #ff1414;
    width: 330px;
    margin: 0 auto;
    border-radius: 5px;
}

.warning_text_Btn {
    color: #ff1414;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}

.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 0%, rgb(255 255 128) 0%);
}

.pink_marker {
    background: linear-gradient(transparent 60%, rgb(251 44 146) 0%);
}

.bold {
    font-weight: bold;
}

.red {
    color: #ff5858;
}

.blue {
    color: #5a73f3;
}

.pink {
    color: #ff2ab4;
}

.text_style {
    font-size: 18px;
}

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

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

.margin_top_min {
    margin-top: 10px;
}

.under_line {
    margin-top: 10px;
}

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

/* ポイント */
.ap_textBox {
    margin-top: 20px;
}

.ap_textBox img {
    width: 22px;
}

.ap_textBox_ttl img {
    margin-right: 10px;
}

.point_text:nth-child(n+2) {
    margin-top: 4px;
}

.point_text img {
    margin-right: 10px;
}

.point_text {
    margin-left: 1.8em;
    text-indent: -2.2em;
    line-height: normal;
}

.pointBox {
    margin-top: 20px;
}



/* ハッシュボックス */
.hashBox {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.hash {
    font-size: 14px;
    padding: 2px 7px;
    color: #ffffff;
    border-radius: 3px;
    background: #f06;
}


/* 登録ボタン */
.micro_copy {
    font-weight: bold;
    text-align: center;
    margin-top: 35px;
    font-size: 18px;
}

.btn_box {
    text-align: center;
    background: #31B400;
    padding: 12px 0;
    display: inline-block;
    position: relative;
    z-index: 0;
    color: #fff;
    font-weight: bold;
    width: 100%;
}

.btn_box_inner {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.btn_box_inner a {
    display: block;
    width: 100%;
}

.line_ico {
    width: 30px;
    margin-right: 5px;
}

.ripple {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #31b400;
    border-radius: 0px;
    box-shadow: 0 0 5px #31b400c2;
    animation-name: rippleAnimation;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    -webkit-animation-name: rippleAnimation;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    -moz-animation-name: rippleAnimation;
    -moz-animation-timing-function: ease-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 2s;
}

@keyframes rippleAnimation {
    0% {
        transform: scale(1, 1);
        opacity: 1;
    }

    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

@-webkit-keyframes rippleAnimation {
    0% {
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.2, 1.5);
        opacity: 0;
    }
}

@-moz-keyframes rippleAnimation {
    0% {
        -moz-transform: scale(1, 1);
        opacity: 1;
    }

    100% {
        -moz-transform: scale(1.1, 1.1);
        opacity: 0;
    }
}

/* アプリBOX */
.ap_info {
    display: flex;
    padding: 7px;
}

/* 星マーク */
.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: #ffcc33;
}

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

/* ヘッダー */
.header {
    background: #2f4428;
}

.header_logo {
    padding: 10px;
    width: 280px;
    margin: 0 auto;
}

.mvBox {
    position: relative;
    overflow: hidden;
}

.mv_sp {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-8deg);
    left: 0;
    width: 35%;
}

/* 導入部 */

.top_headttl {
    font-size: 20px;
    font-weight: bold;
    padding: 7px 0;
    text-align: center;
    margin-top: 15px;
}

.ranking_sec {
    padding: 30px 15px;
    background: #09bb00;
    margin-top: 30px;
}

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

.ranking_ttlBox {
    position: relative;
    padding: 0.6em;
    background: #3a3a3a;
    margin-bottom: 25px;
    border-radius: 6px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}

.ranking_ttlBox:nth-child(n + 2) {
    margin-top: 60px;
}

.ranking_ttlBox:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    margin: auto;
    border: 15px solid transparent;
    border-top: 15px solid #3a3a3a;
    width: 0;
    height: 0;
}

.ranking01 {
    border-radius: 10px;
    background: #fff;
    padding-bottom: 20px;
    box-shadow: 7px 8px #2f4428;
}

.ap_img {
    width: 60px;
    margin-right: 3%;
}

.ap_name {
    font-size: 20px;
    font-weight: bold;
    color: #e458a5;
}

.ranking_box_right {
    margin-left: 5%;
}

.ranking_lineBox {
    position: relative;
}

.new_img,
.up_img {
    position: absolute;
    top: 0;
    right: 24%;
    width: 70px;
    animation: blink 1s ease-in-out infinite alternate;
    -webkit-animation: blink 1s ease-in-out infinite alternate;
}

.up_img {
    width: 45px;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}




/* フッター */
.footer {
    text-align: center;
    color: #ffffff;
    background: #2f4428;
}

.footer_top {
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0px 0;
}

.footer_top a {
    text-decoration: underline;
    text-shadow: 0 0 2px #ffb746;
}

.footer_copy {
    padding: 10px;
}

@media screen and (max-width:320px) {
    body {
        font-size: 14px;
    }

    .header_ttlBox {
        font-size: 18px;
    }

    .star_rating {
        font-size: 14px;
    }

    .review_name {
        font-size: 12px;
    }

    .review_text {
        font-size: 12px;
    }

    .hash {
        font-size: 12px;
    }

    .review_number {
        font-size: 18px;
    }

}