* {
    box-sizing: border-box;
}
body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.col-blue {
    color: #1fdfff;
}
.col-pink {
    color: #ff5093;
}
.color-orange {
    color: #ff9a2c;
}
.color-red {
    color: #e60012;
}
.bg_pink {
    background: #ffe3f4 !important;
}
.open_select {
    display: block !important;
}
.bg_yellow_gradient {
    background: linear-gradient(to bottom, transparent 50%, #fdffae 50%);
    display: inline;
}
.text-underline {
    text-decoration: underline;
}
.pr_top {
    margin: 0;
    padding: 0;
    font-size: 3vw;
    color: #ccc;
    position: relative;
    right: 2vw;
    top: 1vw;
    text-align: right;
    display: block;
}
.btn-animation {
    display: block;
    position: relative;
    text-decoration: none;
    -webkit-animation: updown 1.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) infinite;
    animation: updown 1.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) infinite;
    font-weight: 700;
    font-size: 7vw;
}
@-webkit-keyframes updown {
    5% {
        -webkit-transform: translateY(4px);
    }
}
@keyframes updown {
    5% {
        transform: translateY(4px);
    }
}
.is-reflection {
    overflow: hidden;
}
.is-reflection:after {
    -moz-animation: is-reflection 4s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -ms-animation: is-reflection 4s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -o-animation: is-reflection 4s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -webkit-animation: is-reflection 4s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    animation: is-reflection 4s ease-in-out infinite;
    background-color: #fff;
    content: " ";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -180px;
    transform: rotate(45deg);
    width: 30px;
}
.is-reflection + .is-reflection:after {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
@keyframes is-reflection {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        -webkit-transform: scale(4) rotate(45deg);
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(50) rotate(45deg);
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}
@-webkit-keyframes is-reflection {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}
#section_main {
    line-height: 0;
    background: #fff5a9;
    padding: 0 0 6vw 0;
}
.search_content button {
    background: 0 0;
    border: none;
    width: 80%;
    margin: 5vw auto 0;
    display: block;
}
.search__button .btn_search {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    background: transparent;
    border: 0;
}
.gift {
    height: auto;
    border-radius: 15px;
}
.gift .title_gift {
    background: #FF1256;
    padding: 1vw 2.5vw;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 4.2vw;
    color: #fff;
    font-weight: 500;
}
.gift .title_gift img {
    width: 4vw;
    margin-right: 1.5vw;
}
.gift .desc_gift {
    padding: 2vw 2vw 1vw;
    border: 4px solid #FF1256;
    display: flex;
    font-size: 4.5vw;
}
.gift .desc_gift .thumb {
    flex: 0 0 14vw;
    max-width: 14vw;
    margin-right: 2vw;
}
.four_sear .search__button {
    display: inline-block;
    width: 32.33%;
    height: 10vw;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 2vw;
}
.container_checkbox {
    padding-top: 0.5vw;
    margin-bottom: 2vw;
    text-align: left;
    overflow: hidden;
    line-height: 5vw;
    display: block;
    position: relative;
    padding-left: 4vw;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    font-size: 3.5vw;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 700;
}
.container_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.container_checkbox input:checked ~ .checkmark:after {
    display: block;
}
.container_checkbox .checkmark:after {
    left: 1vw;
    top: 0;
    width: 0.9vw;
    height: 1.7vw;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkmark {
    position: absolute;
    top: 1vw;
    left: 0;
    height: 3vw;
    width: 3vw;
    background-color: #fff;
    border: 1px solid #595656;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container_checkbox input:checked ~ .checkmark {
    background-color: #2196f3;
}
footer {
    overflow: hidden;
    background: #000;
    padding: 3vw 0 2vw 0;
}
footer ul {
    text-align: center;
}
footer ul li {
    display: inline-block;
    font-size: 3vw;
}
footer ul a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-right: 1px solid #fff;
    padding: 0 2vw;
    line-height: 3vw;
}
footer ul li:first-child a {
    padding-right: 3vw;
}
footer ul li:last-child a {
    border-right: none;
}
footer p {
    margin-top: 2vw;
    text-align: center;
    color: #fff;
    font-size: 3vw;
}
.top-header {
    background-color: #000;
    padding: 2vw 24vw 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-search {
    padding: 2vw 3vw;
}
.search__description .title {
    font-size: 4.5vw;
    text-align: left;
    line-height: 1.3;
}
.search__description p {
    font-size: 3.3vw;
    margin: 3vw 0;
}
.search__content__wrap {
    padding: 2vw;
    background: #defffd;
}
.search__content {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.search-item {
    display: inline-block;
    width: 32.33%;
    height: 10vw;
    margin-right: 1.5%;
    margin-bottom: 2vw;
    border: 0.3vw solid #98bedb;
    position: relative;
    box-sizing: border-box;
    border-radius: 0.8vw;
    background: #fff;
}
.search-item:nth-child(3n + 3) {
    margin-right: 0;
}
.search-item__title {
    font-size: 3vw;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
}
.search-item__title__title {
    padding-left: 2vw;
}
.search-item__title span {
    color: #595757;
}
.search-item__select {
    position: absolute;
    top: 9.2vw;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #ccc;
    display: none;
}
.search-item__select strong {
    font-size: 3vw;
}
.search-item__select ul li {
    display: block;
    line-height: 1.5;
    font-size: 3vw;
}
.search-item__select ul li a {
    display: block;
    color: #000;
    text-align: left;
    padding: 0.5vw 2vw;
    width: 100%;
}
.search-item__icon {
    width: 2vw;
    height: auto;
    position: absolute;
    right: 2vw;
    top: 4vw;
    z-index: 3;
}
#section-ranking {
    border-top: 1px solid #ccc;
    padding: 6vw 3vw 0;
    margin: 3vw 0 6vw;
}
.ranking__title {
    line-height: 1.6;
}
.ranking__title h3 {
    line-height: 1.2;
    font-size: 5.5vw;
}
.ranking__title h3 img {
    width: 4.5vw;
    vertical-align: sub;
}
.ranking__datetime {
    font-size: 2.7vw;
    color: #595757;
}
.ranking__content {
    margin-top: 3vw;
    border: 2px solid #000;
}
.ranking-item {
    display: flex;
    align-items: center;
    padding: 2vw;
    color: #000;
    border-bottom: 2px dotted #595757;
    position: relative;
}
.ranking-item:after {
    content: "";
    display: block;
    width: 2vw;
    height: 3vw;
    background: url(../image/icon_angle_right.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 39%;
    right: 1.5vw;
}
.ranking-item:last-child {
    border-bottom: 0;
}
.ranking-item__image {
    width: 26%;
    align-items: center;
    display: flex;
    border-radius: 2vw;
    overflow: hidden;
    position: relative;
}
.ranking-item__image .thumb_mark {
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
}
.ranking-item__content {
    width: 74%;
    padding: 0 2vw 0 2vw;
}
.ranking-item__title {
    font-size: 4vw;
    line-height: 1;
}
.ranking-item__title .name {
    line-height: 1.3;
}
.ranking-item__title .position {
    display: inline-block;
    color: #fff;
    background: #22a6ff;
    padding: 0.5vw 1vw;
    margin-right: 0.5vw;
}
.ranking-item__description {
    width: 100%;
    font-size: 2.7vw;
    line-height: 1.6;
    margin: 1vw 0;
    height: 8vw;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #595757;
}
.ranking-item__bottom {
    line-height: 1;
    font-size: 3vw;
}
.ranking-item__bottom span {
    display: inline-block;
}
.ranking-item__bottom .purchase {
    color: #fff;
    background: #00bf00;
    padding: 0.5vw 1vw;
}
.ranking-item__bottom .purchase.fee {
    background: #ff3347;
}
.ranking-item__bottom .category {
    color: #595757;
}
.ranking__more {
    margin-top: 3vw;
}
.ranking__more__btn {
    display: block;
    border: 1px solid #9fa0a0;
    padding: 2vw;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-size: 3.5vw;
    background: #f7f8f8;
}
.ranking__more__btn img {
    width: 4vw;
    vertical-align: middle;
    margin-right: 2vw;
}
.app-item {
    padding: 0 3.5vw;
    margin: 5vw 0;
}
.no-ranking__description {
    background: #f3fbff;
    padding: 3vw 6vw;
    margin: 0 -3vw;
}
.no-ranking__description p {
    font-weight: 700;
    font-size: 3.8vw;
    line-height: 1.5;
}
.app-item__comment-title {
    line-height: 1.5;
    font-size: 4vw;
    padding: 3vw;
    background: url(../image/border_top_comment.png) top center no-repeat, url(../image/border_bottom_comment.png) bottom center no-repeat, #f3fbff;
    background-size: contain;
    display: flex;
    align-items: center;
}
.app-item__comment-title span.comment {
    display: inline-block;
    padding: 1vw 3vw;
    margin-right: 2vw;
    background-color: #22a6ff;
    color: #fff;
    font-size: 4vw;
    font-weight: 600;
}
.app-item__comment-title span.bg_ranking {
    display: inline-block;
    margin-right: 2vw;
    color: #fff;
    font-size: 4vw;
    font-weight: 600;
    background: url(../image/icon_ranking.png) no-repeat;
    padding: 2vw 4vw;
    background-size: 100% 80%;
}
.app-item__description {
    background-color: #f3fbff;
    color: #000;
    padding: 2vw 4vw;
    position: relative;
}
.app-item__description::after {
    content: "";
    color: #000;
    display: block;
    width: 2vw;
    height: 100%;
    background-color: #22a6ff;
    position: absolute;
    top: 0;
    left: 0;
}
.app-item__description h3 {
    font-size: 4.2vw;
    text-align: left;
    line-height: 1.3;
}
.app-item__position {
    border-bottom: 1vw solid #22a6ff;
}
.app-item__position span {
    display: inline-block;
    padding: 1vw;
    background: #22a6ff;
    font-size: 3vw;
    color: #fff;
    line-height: 1.5;
}
.app-item__position strong {
    font-size: 6vw;
}
.app-item__top {
    margin: 5vw 0 3vw;
    display: flex;
    align-items: flex-start;
}
.app-thumb__logo {
    width: 23%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.app-item__logo {
    border-radius: 1.8vw;
    position: relative;
}
.app-item__logo .thumb_mark {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
}
.app-thumb__logo {
    position: relative;
}
.app-thumb__logo .thumb_gift {
    position: absolute;
    top: -4.5vw;
    right: -2.5vw;
    width: 12vw;
    z-index: 7;
    /* animation: circleScale 4s infinite;
    animation-delay:0.5s; */
}
@keyframes circleScale {
    0% {transform: scale(0.4)  }
	50% { transform: scale(1) }
    100% { transform: scale(0.4) }
}
.app-item__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 75%;
    padding: 0 2vw 0 3vw;
}
.app-item__info .info__content {
    margin-right: 2vw;
    width: 76%;
}
.app-item__info .info__title {
    font-size: 4.5vw;
    line-height: 1.2;
    color: #000;
    margin-top: 0;
}
.app-item__info .info__description {
    width: 85%;
    font-size: 3vw;
    line-height: 1.8;
}
.app-item__info .info__description span {
    font-size: 3vw;
    line-height: 1.6;
    background-color: #fdffae;
    display: inline;
    color: #000;
}
.app-item__info .info__point {
    display: flex;
    align-items: center;
}
.app-item__info .info__content_title {
    margin-top: 2vw;
}
.app-item__info .info__point img {
    width: 28vw;
}
.app-item__info .info__point .point {
    font-size: 5vw;
    line-height: 1.2;
    margin-left: 1.5vw;
    color: #f73;
    position: relative;
    top: 0.7vw;
    font-weight: 700;
}
.app-item__info .info__category {
    line-height: 0;
    margin-top: 1vw;
}
.app-item__info .info__category button {
    display: inline-block;
    zoom: 1;
    padding: 1vw 2vw;
    font-size: 2.7vw;
    margin: 0;
    cursor: pointer;
    border: 1px solid #bbb;
    overflow: visible;
    text-decoration: none;
    white-space: nowrap;
    color: #555;
    background-color: #ddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, #fff, rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, #fff, rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(top, #fff, rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, #fff, rgba(255, 255, 255, 0));
    background-image: linear-gradient(top, #fff, rgba(255, 255, 255, 0));
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -ms-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    background-clip: padding-box;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.app-item__info .info__category button:focus {
    outline: 0;
}
.app-item__info .info__category button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.app-item__info .info__purchase button {
    border-radius: 1vw;
    border: none;
    min-width: 16vw;
    color: #fff;
    font-size: 3.5vw;
    height: 7vw;
    line-height: 7vw;
    background-color: #ddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#17e817), to(#10b410));
    background-image: -webkit-linear-gradient(top, #17e817, #10b410);
    background-image: -moz-linear-gradient(top, #17e817, #10b410);
    background-image: -ms-linear-gradient(top, #17e817, #10b410);
    background-image: -o-linear-gradient(top, #17e817, #10b410);
    background-image: linear-gradient(top, #17e817, #10b410);
    border-bottom: 0.6vw solid #039603;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.app-item__info .info__purchase button:focus {
    outline: 0;
}
.app-item__info .info__purchase.fee button {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff3347), to(#dd303e));
    background-image: -webkit-linear-gradient(top, #ff3347, #dd303e);
    background-image: -moz-linear-gradient(top, #ff3347, #dd303e);
    background-image: -ms-linear-gradient(top, #ff3347, #dd303e);
    background-image: -o-linear-gradient(top, #ff3347, #dd303e);
    background-image: linear-gradient(top, #ff3347, #dd303e);
    border-bottom: 0.6vw solid #a3282a;
}
.app-item__info .info__purchase_ios button{
    border-radius: 6vw;
    background-color: #ddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0D64FF), to(#0D64FF));
    background-image: -webkit-linear-gradient(top, #0D64FF, #0D64FF);
    background-image: -moz-linear-gradient(top, #0D64FF, #0D64FF);
    background-image: -ms-linear-gradient(top, #0D64FF, #0D64FF);
    background-image: -o-linear-gradient(top, #0D64FF, #0D64FF);
    background-image: linear-gradient(top, #0D64FF, #0D64FF);
    border-bottom: 0.6vw solid #0D64FF;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.app-item__info .info__purchase_android button{
    background-color: #ddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#039603), to(#039603));
    background-image: -webkit-linear-gradient(top, #039603, #039603);
    background-image: -moz-linear-gradient(top, #039603, #039603);
    background-image: -ms-linear-gradient(top, #039603, #039603);
    background-image: -o-linear-gradient(top, #039603, #039603);
    background-image: linear-gradient(top, #039603, #039603);
    border-bottom: 0.6vw solid #039603;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.app-item__campaign {
    margin: 3vw 0;
}
.campaign__description {
    background: #f3fbff;
    padding: 3vw 6vw;
    border: 2px solid #22a6ff;
    border-bottom: 1vw solid #22a6ff;
    position: relative;
    margin-bottom: 5vw;
}
.campaign__description:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 3vw solid transparent;
    border-right: 3vw solid transparent;
    border-top: 2vw solid #22a6ff;
    position: absolute;
    top: calc(100% + 1vw);
    left: 44vw;
    z-index: 1;
}
.campaign__description p {
    font-weight: 700;
    font-size: 3.8vw;
    line-height: 1.5;
}
.campaign__image a {
    display: block;
    line-height: 0;
}
.campaign__image a:hover img,
.campaign__image a:hover video {
    opacity: 0.7;
}
.recommend__title {
    background: #ff3347;
    text-align: center;
    font-size: 4.5vw;
    color: #fff;
    padding: 1.5vw 0;
    border-radius: 2vw 2vw 0 0;
}

.recommend__title .text__recommend__title {
    padding-top: 1vw;
}

.recommend__title img {
    width: 5vw;
    margin-right: 1.5vw;
    vertical-align: text-top;
}
.recommend__content {
    border: 2px solid #ff3347;
    padding: 3vw 4vw;
    background: #fffce9;
    border-radius: 0 0 2vw 2vw;
}
.recommend__item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2vw;
}
.recommend__item:last-child {
    margin-bottom: 0;
}
.recommend__item .icon {
    margin: 0.5vw 2vw 0 0;
    width: 4.5vw;
}
.recommend__item .description {
    margin: 0;
    font-size: 3.5vw;
}
.recommend-description {
    height: auto;
}
.recommend-description__content {
    margin: 3vw 0;
    font-size: 3.5vw;
}
.recommend-description__content p {
    font-size: 3.5vw;
    line-height: 1.6;
    margin: 0;
}
.recommend-description__content .less {
    position: relative;
}
.recommend-description__content .less:after {
    content: "";
    display: block;
    width: 100%;
    height: 5.6vw;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
}
.recommend-description__content .more {
    display: none;
}
.google_lp .recommend-description__button {
    padding: 6vw 30vw 0 30vw;
    background: #ffffff9c;
    position: absolute;
    bottom: -1vw;
}
.google_lp_two .recommend-description__button {
    padding: 6vw 30vw 0 30vw;
    background: #ffffff9c;
    position: absolute;
    bottom: 3vw;
}
.recommend-description__button .btn__showAll {
    display: flex;
    align-items: center;
    justify-content: center;
}
.app-item__video video {
    width: 100%;
    height: 52vw;
}
.app-item__video video:focus {
    outline: 0;
}
.video_meaech {
    width: 100%;
}
.app-item__review {
    background: white;
}
.app-item__review__title {
    background: #efefef;
    border-bottom: 1px solid #b5b5b6;
    padding: 2vw 4vw;
    font-size: 3.5vw;
    font-weight: 700;
    line-height: 1.6;
    position: relative;
}
.app-item__review__title::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #b5b5b6;
    position: absolute;
    bottom: 2px;
    left: 0;
}
.app-item__review__title img {
    width: 5vw;
    vertical-align: middle;
    margin-right: 2vw;
}
.app-item__review__content {
    padding: 0 4vw;
    background: #f5f5f5;
    border-bottom-left-radius: 1.2vw;
    border-bottom-right-radius: 1.2vw;
}
.review__item {
    padding: 4vw 0;
    border-bottom: 1px solid #ccc;
}
.review__item:last-child {
    border-bottom: none;
}
.review__item .review__title {
    font-size: 4.5vw;
    font-weight: 700;
}
.review__item .review__point {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.3vw;
}
.review__item .review__point .point {
    display: flex;
    align-items: center;
    font-size: 3.5vw;
    margin-left: 1vw;
    color: #595757;
}
.review__item .review__point .point img {
    width: 25vw;
    vertical-align: middle;
}
.review__item .review__point .point span {
    font-size: 3.5vw;
    font-weight: 700;
    color: #f73;
    margin-left: 1vw;
    position: relative;
    top: 0.5vw;
}
.review__item .review__comment {
    font-size: 3.5vw;
    margin-top: 3vw;
}
.review__item .review__comment .slide_review {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.review__item .review__comment .more {
    display: none;
}
a.morelink {
    font-weight: 600;
    color: #2e62cc;
    text-align: right;
    display: block;
    margin-top: 2vw;
    font-size: 3.5vw;
}
a.morelink img {
    width: 3%;
}
.app-item__event {
    margin: 4vw 0;
}
.event__title {
    background: #ff1256;
    text-align: left;
    font-size: 3.5vw;
    color: #fff;
    border-radius: 2vw 2vw 0 0;
    padding: 2vw 4vw;
}
.event_title {
    text-align: left;
    font-size: 3.5vw;
    color: #ff3c69;
    font-weight: 700;
}

h3.event_title {
    margin-bottom: 5px;
    margin-top: 0;
}

.event__logo__null .event_title {
    text-align: center;
    margin: 0;
}

.event__title img {
    width: 4.5vw;
    margin-right: 1.5vw;
    vertical-align: top;
}
.list-event__content {
    background: #fff3ff;
    padding: 4vw 3vw 4vw 3vw;
    border: 0.5vw solid #ff7863;
    border-bottom: 0 solid #ff7863;
    border-radius: 1.5vw;
    position: relative;
    margin-bottom: 5vw;
    text-align: center;
    filter: drop-shadow(0 0.5vw 0 #ff7863);
    color: #ff3c69;
}
.list-event__content:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 3vw solid transparent;
    border-right: 3vw solid transparent;
    border-top: 3vw solid #fff8fa;
    position: absolute;
    top: calc(100% - 1vw);
    left: 44vw;
    z-index: 1;
}
.event__content {
    margin-bottom: 2vw;
    display: flex;
    align-items: start;
}
.event__content:last-child {
    margin-bottom: 0;
}
.event__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 1.8vw;
    overflow: hidden;
    width: 20vw;
    height: 20vw;
}

.event__logo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    overflow-clip-margin: unset;
}

.event__description {
    width: calc(100% - 20vw);
    font-size: 3.5vw;
    color: #1552ff;
}

.event__description.event__logo__null {
    width: 100%;
}
.event__description p {
    font-size: 3.5vw;
    font-weight: 700;
    line-height: 1.5;
    color: #4d4d4d;
    margin:0;
    text-align: start;
}
.app-item__note {
    margin: 3vw 0;
}
.note__description {
    background: #fff3ff;
    padding: 2vw 1vw;
    border: 0.5vw solid #ff7863;
    border-bottom: 0 solid #ff7863;
    border-radius: 1.5vw;
    position: relative;
    margin-bottom: 5vw;
    text-align: center;
    filter: drop-shadow(0 0.5vw 0 #ff7863);
    color: #ff3c69;
}

.note__description:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 3vw solid transparent;
    border-right: 3vw solid transparent;
    border-top: 3vw solid #fff8fa;
    position: absolute;
    top: calc(100% - 1vw);
    left: 44vw;
    z-index: 1;
}
.note__description p {
    font-weight: 700;
    font-size: 3.5vw;
    line-height: 1.5;
    text-align: center;
    color: #ff3c69 !important;
    margin-bottom: 0;
}
.note__description p > span{
    color: #ff3c69 !important;
}
.note__image {
    margin: 5vw 0;
}
.note__image a {
    display: block;
}
.note__image a:hover img,
.note__image a:hover video {
    opacity: 0.7;
}
.btn__moving-wrap {
    margin: 3vw 0;
}
.btn__moving {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ranking-slide .owl-carousel .owl-item img {
    display: inline-block;
    max-width: 100%;
    height: 18vw;
    margin: auto;
}
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus {
    outline: 0;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev:hover {
    background: url(../image/icon_angle_left.png) no-repeat;
    background-size: 100% 100%;
    width: 3vw;
    height: 6vw;
    position: absolute;
    top: 38%;
    left: -5vw;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next:hover {
    background: url(../image/icon_angle_right.png) no-repeat;
    background-size: 100% 100%;
    width: 3vw;
    height: 6vw;
    position: absolute;
    top: 38%;
    right: -5vw;
}
.app-item__review .owl-carousel .owl-nav button.owl-prev,
.app-item__review .owl-carousel .owl-nav button.owl-prev:hover {
    background: url(../image/icon_arrow_left.png) no-repeat;
    background-size: 100% 100%;
    width: 4.5vw;
    height: 4.5vw;
    position: absolute;
    top: 38%;
    left: -3vw;
}
.app-item__review .owl-carousel .owl-nav button.owl-next,
.app-item__review .owl-carousel .owl-nav button.owl-next:hover {
    background: url(../image/icon_arrow_right.png) no-repeat;
    background-size: 100% 100%;
    width: 4.5vw;
    height: 4.5vw;
    position: absolute;
    top: 38%;
    right: -3vw;
}
.ranking-slide__list {
    padding: 4vw 0;
    border-top: 2px solid #c9caca;
    border-bottom: 2px solid #c9caca;
    margin: 6vw 0;
}
.ranking-slide {
    margin-bottom: 4vw;
}
.ranking-slide:last-child {
    margin-bottom: 0;
}
.ranking-slide__title {
    font-size: 5vw;
    font-weight: 700;
    margin-left: 4vw;
    line-height: 1;
    margin-bottom: 3vw;
}
.ranking-slide__content {
    width: 90%;
    margin: auto;
}
.ranking-slide .slide-item {
    width: 88%;
    margin: auto;
}
.slide-item .slide-item__content {
    display: block;
    border: 1px solid #c9caca;
    border-radius: 1.5vw;
    overflow: hidden;
}
.slide-item .slide-item__title {
    padding: 1vw;
    min-height: 6vw;
}
.slide-item .slide-item__title p {
    font-size: 2.5vw;
    line-height: 1.6;
    color: #297bff;
    white-space: nowrap;
    overflow: hidden;
}
.show_item {
    display: none;
}
.screenshot__slide .owl-carousel .owl-stage-outer .owl-stage {
    padding-left: 0 !important;
}
.screenshot__slide .owl-carousel.owl-drag .owl-item:hover {
    opacity: 0.7;
}
.sponsored {
    margin: 2vw 0;
    padding: 0;
    font-size: 3vw;
    color: #ccc;
    position: relative;
    text-align: center;
}
.top-page #section-ranking {
    padding: 6vw 3vw;
}
.top-page .ranking__content {
    border: none;
}
.top-page .ranking-item {
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    border-radius: 2vw;
    margin-top: 3vw;
}
.top-page .ranking__more__btn {
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    border-radius: 2vw;
}
.screenshot__slide {
    margin: 5vw 0;
}
.height_image {
    width: auto !important;
    height: 100% !important;
    margin: auto;
}
.btn__go-top {
    margin: 9vw 0 3vw;
    padding: 0 6vw;
}
.article__content {
    padding: 0;
}
.article__content .title {
    margin: 0;
    font-size: 4.5vw;
    text-align: left;
    line-height: 1.3;
    padding: 4vw 4vw 2vw;
    border-bottom: 0.8vw solid #efefef;
    font-weight: bold;
}
.article__content.is_search_genre .title {
    border-bottom: 0;
}
.article__content .pr_top {
    line-height: 1.4;
    right: 3vw;
}
.article__content .article__image {
    margin: 3vw 0;
}
.article__content .description {
    padding: 0 3vw;
    margin: 3vw 0 4vw;
}
.article__content p {
    font-size: 3.3vw;
    margin: 0;
}
.google_lp .recommend__title {
    background-color: #ffc33e;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 4vw;
    margin: 0;
    font-weight: bold;
}
.google_lp .recommend__content {
    border: 0.5vw solid #ffc33e;
}
.google_lp .app-item__recommend-description  {
    position: relative;
    padding-bottom: 8vw;
}
.google_lp_two .app-item__recommend-description  {
    position: relative;
    padding-bottom: 12vw;
}
.google_lp .app-item__recommend-description__content {
    height: 47.5vw;
    overflow: hidden;
    position: relative;
    padding-bottom: 3vw;
}
.google_lp .is_view_text .app-item__recommend-description__content {
    height: auto;
}
.google_lp .is_view_text .app-item__recommend-description__content:after {
    display: none;
}
.google_lp .is_view_text .recommend-description__button {
    display: none;
}
.google_lp_two .app-item__border-top,
.google_lp_two .app-item__border-top-search
{
    position: relative;
    line-height: 0;
}
.google_lp_two .app-item__border-top::after,
.google_lp_two .app-item__border-top-search::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.5vw;
    background: #000;
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
}
.google_lp_two .app-item__border-top.recommended_pink::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.5vw;
    background: #FF5A9D;
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
}
.google_lp_two .app-item__border-top span,
.google_lp_two .app-item__border-top-search span {
    display: inline-block;
    height: 6vw;
    line-height: 1.3;
    padding: 1vw 3vw;
    font-size: 3vw;
    font-weight: 700;
    background: #000;
    color: #fff;
    position: relative;
}
.google_lp_two .app-item__border-top span.recommended_pink {
    display: inline-block;
    height: 6vw;
    line-height: 1.3;
    padding: 1vw 2vw;
    font-size: 3vw;
    font-weight: 700;
    background: #FF5A9D;
    color: #fff;
    position: relative;
}
.google_lp_two .app-item__border-top span.recommended_black {
    display: inline-block;
    height: 6vw;
    line-height: 1.3;
    padding: 1vw 3vw;
    font-size: 3vw;
    font-weight: 700;
    background: #000;
    color: #fff;
    position: relative;
}
.google_lp_two .app-item__border-top span::after,
.google_lp_two .app-item__border-top-search span::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 99%;
    width: 0;
    height: 0;
    border-bottom: 6vw solid #000;
    border-right: 3vw solid transparent;
}
.google_lp_two .app-item__border-top span.recommended_pink::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 99%;
    width: 0;
    height: 0;
    border-bottom: 6vw solid #FF5A9D !important;
    border-right: 3vw solid transparent;
}
.google_lp_two .app-item__border-top span.recommended_black::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 6vw solid #000;
    border-right: 3vw solid transparent;
}
.google_lp_two .app-item__border-top.no-ranking span,
.google_lp_two .app-item__border-top-search.no-ranking span {
   
}
.google_lp_two .app-item__border-top.no-ranking span::after,
.google_lp_two .app-item__border-top-search.no-ranking span::after
{
    border-bottom: 6vw solid #000;
}
.google_lp_two .app-item__review__title {
    background-color: #808080;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    border-top-left-radius: 1.2vw;
    border-top-right-radius: 1.2vw;
    margin-top: 0;
}
.google_lp_two .app-item__review__title::after {
    display: none;
}
.google_lp_two .app-item__comment-title {
    background: #f2f2f2;
    border-radius: 1vw;
    margin: 0;
    font-weight: bold;
}
.google_lp_two .app-item__info {
    width: 80%;
    padding: 0 0 0 3vw;
}
.google_lp_two .app-item__info .info__title {
    color: #1552ff;
    border-bottom: 0.4vw solid #1552ff;
    font-weight: bold;
    overflow: hidden;
    display: inline-flex;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 1vw;
}
.app-item a:focus, .app-item a:hover {
    text-decoration:none
}
.google_lp_two .app-item__info .info__content {
    margin-right: 0;
    width: 100%;
}
.google_lp_two .app-item__info .info__content_item{
    display: flex;
}
.google_lp_two .app-item__info .info__content_item .info__purchase {
    width: 36%;
    margin-left: 3%;
    display: block;
    text-align: right;
}
.google_lp_two .app-item__info .info__description {
    width: 100%;
    font-size: 3vw;
    line-height: 1.8;
}
.google_lp_two .app-item__info .info__point .point {
    font-size: 3.5vw;
    margin-left: 1vw;
    color: #595757;
    top: 0.5vw;
}
.google_lp_two .app-item__info .info__point img {
    width: 21vw;
}
.google_lp_two .app-item__info .info__genre {
    height: 6.2vw;
    overflow: hidden;
}
.google_lp_two .app-item__info .info__genre--item {
    display: inline-block;
    padding: 0.5vw 1.5vw;
    background: #f2f2f2;
    font-size: 3vw;
    font-weight: 700;
    margin: 0 1vw 1.5vw 0;
    border: 0.4vw solid #808080;
    color: #4d4d4d;
}
.google_lp_two .app-item__info .info__genre--item.item-free {
    background: #ffecec;
    border: 0.4vw solid #ff0000;
    color: #ff0000;
}
.genre-id__list {
    padding: 4vw 0;
    border-bottom: 2px solid #c9caca;
    margin: 6vw 0;
}
.genre-id__list.border {
    border-top: 2px solid #c9caca;
}
.genre-id__item {
    margin: 5vw 0;
}
.genre-id__title {
    font-size: 5vw;
    font-weight: 700;
    margin-left: 4vw;
    line-height: 1.5;
    margin-bottom: 2vw;
    display: flex;
    align-items: center;
}
.genre-id__title img {
    width: 7vw;
    height: auto;
    margin-right: 2vw;
}
.genre-id__0 {
    color: #000;
}
.genre-id__1 {
    color: #e80b00;
}
.genre-id__2 {
    color: #15a7e8;
}
.genre-id__3 {
    color: #ffb206;
}
.genre-id__4 {
    color: #0db228;
}
.genre-id__5 {
    color: #0e8e85;
}
.genre-id__6 {
    color: #17548c;
}
.genre-id__7 {
    color: #5745ff;
}
.genre-id__8 {
    color: #d665c1;
}
.genre-id__9 {
    color: #998210;
}
.genre-id__10 {
    color: #a827a8;
}
.genre-id__11 {
    color: #37bf04;
}
.genre-id__12 {
    color: #ff52ca;
}
.genre-id__13 {
    color: #ff4545;
}
.genre-id__14 {
    color: #ca97ff;
}
.genre-id__15 {
    color: #ff92af;
}
.genre-id__16 {
    color: #4b0ec1;
}
.genre-id__17 {
    color: #ff903e;
}
.genre-search {
    margin: 2vw 0;
}
.genre-search-wrap {
    padding: 2vw;
    background: #defffd;
}
.genre-search__title {
    font-size: 3vw;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.genre-search__title img {
    width: 0.75em;
    margin-right: 0.5em;
}
.search-genre__content {
    margin-top: 2vw;
    display: none;
    align-items: stretch;
    flex-flow: row wrap;
    transition: 1s ease-in-out;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.search-genre__content.open {
    display: flex;
}
.search-genre__item {
    width: 33.33%;
}
.search-genre__item button {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #ccc;
    border-radius: 0;
    background: #fff;
    padding: 1vw 0 1vw 1vw;
    font-size: 2.3vw;
    font-weight: 700;
    cursor: pointer;
    border-left: 0;
    border-bottom: 0;
}
.search-genre__item img {
    width: 5vw;
    margin-right: 0.5vw;
}
.down_arrow img {
    transform: rotate(0);
    transition: all 0.2s;
}
.up_arrow img {
    transform: rotate(180deg);
    transition: all 0.2s;
}
.popup-genre__show {
    display: block;
    width: 21vw;
    max-width: 100px;
    position: fixed;
    bottom: 1vw;
    left: 1vw;
    z-index: 999;
    opacity: 0.9;
}
.popup-genre-wrap {
    display: none;
    position: fixed;
    width: 100%;
    min-height: 100vh;
    overflow-y: auto;
    z-index: 1040;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease-in-out;
}
.popup-genre {
    width: 93vw;
    background: #fff;
    position: relative;
    border-radius: 1vw;
    padding: 3vw 2vw;
}
.popup-genre__title {
    font-size: 3.5vw;
    text-align: center;
    margin-top: 3vw;
}
.popup-genre__top {
    width: 15vw;
    position: absolute;
    left: 41vw;
    top: -9vw;
}
.popup-genre__close {
    width: 8vw;
    display: block;
    position: absolute;
    top: calc(100% + 3vw);
    right: 0;
}
.over-hidden {
    overflow: hidden;
}
.banner-link {
    padding: 0 3vw;
    margin: 3vw 0;
}
.banner-link a {
    display: block;
    line-height: 0;
    border-radius: 2.5vw;
    overflow: hidden;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

.icon-control {
    position: absolute;
    top: 24%;
    -webkit-animation: linear infinite;
}
.icon-control.icon-control__ios {
    -webkit-animation-name: runLeftRightIOS;
    -webkit-animation-duration: 1.5s;
}
.icon-control.icon-control__android {
    -webkit-animation-name: runLeftRightAndroid;
    -webkit-animation-duration: 2s;
}
.icon-control img {
    width: 9vw;
}
@-webkit-keyframes runLeftRightIOS {
    0% {
        left: 6%;
    }
    50% {
        left: calc(18% - 9vw);
    }
    100% {
        left: 6%;
    }
}
@-webkit-keyframes runLeftRightAndroid {
    0% {
        left: 6%;
    }
    50% {
        left: calc(23% - 9vw);
    }
    100% {
        left: 6%;
    }
}

.hidden{
    display: none;
}
.modal-ranking{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(0,0,0, 0.7);
}
.modal-ranking__header{
    margin-bottom: 5vw;
}
.modal-ranking__main{
    position: relative;
    width: 100%;
    height: 100%;
}
.modal-ranking__popup{
    width: 90%;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 4vw 2vw;
}
.btn-popup{
    display: block;
    width: 100%;
    height: 14vw;
    background: url('../image/btn_popup.png') no-repeat;
    background-size: 100% 100%;
    border: none;
    margin-top: 2vw;
}
.modal-ranking__title{
    text-align: center;
    font-size: 5vw;
    font-weight: bold;
    color: #1552FF;
}
.modal-ranking__description{
    text-align: center;
    font-size: 4vw;
    font-weight: bold;
    width: 70%;
    margin: 0 auto;
}
.modal-ranking__item{
    display: block;
    border-top: 2px solid #EFEFEF;
    padding: 5vw 0;
}
.modal-ranking__item-content{
    display: flex;
}
.modal-ranking__img{
    width: 30%;
}
.modal-ranking__info{
    width: 70%;
    padding: 2vw;
}
.modal-ranking__info h3{
    font-size: 3.5vw;
    color: #1552FF;
}
.modal-ranking__info p{
    font-size: 3.5vw;
    color: #000;
    font-weight: bold;
}
.note-right {
    font-size: 3vw;
    padding: 0 3vw;
    text-align: right;
    color: #4d4d4d;
    margin: 0;
}
.search-item__title .sub-title {
    padding-left: 2vw;
    font-size: 2vw;
    color: #999999;
}
.google_lp_two .app-item:first-child .app-item__border-top span.recommended_black,
.google_lp_two .app-item:first-child .app-item__border-top::after {
    background: #cfaf43;
}
.google_lp_two .app-item:first-child .app-item__border-top span.recommended_black::after {
    border-bottom: 6vw solid #cfaf43;
}

.google_lp_two .app-item:nth-child(2) .app-item__border-top span.recommended_black,
.google_lp_two .app-item:nth-child(2) .app-item__border-top::after {
    background: #b3b3b3;
}
.google_lp_two .app-item:nth-child(2) .app-item__border-top span.recommended_black::after {
    border-bottom: 6vw solid #b3b3b3;
}

.google_lp_two .app-item:nth-child(3) .app-item__border-top span.recommended_black,
.google_lp_two .app-item:nth-child(3) .app-item__border-top::after {
    background: #a67c52;
}
.google_lp_two .app-item:nth-child(3) .app-item__border-top span.recommended_black::after {
    border-bottom: 6vw solid #a67c52;
}
.button__download {
    margin: 3vw 0 1.5vw;
    overflow: hidden;
}

.btn_down_app {
    position: relative;
}

.btn_down_app::after {
    -moz-animation: is-reflection 4s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -ms-animation: is-reflection 4s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -o-animation: is-reflection 4s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -webkit-animation: is-reflection 4s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    animation: is-reflection 4s ease-in-out infinite;
    background-color: #fff;
    content: " ";
    height: 100%;
    left: -70px;
    opacity: 0;
    position: absolute;
    top: -180px;
    transform: rotate(45deg);
    width: 30px;
}

.btn_hide {
    display: none;
}
.app-item:first-child {
    margin-top: 3vw;
}

.pr_top.date_time {
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}

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