@charset 'UTF-8';
/*-----------------------------------------
メインカラー

背景色　アクア色：#D0F2EF
文字色　濃いアクア色：#36D9C8
差し色　黄色：#F2EA79
差し色　濃い黄色：#F2B705
飾り色　濃いピンク：#F27999
飾り色　薄いピンク：#F2D5C4

---------------------------------------------*/

/* 
=======================================================
GENERAL
=======================================================
*/

body {
    margin: auto;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    color: #523818;
}


img {
    max-width: 100%;
}


form {
    width: 100%;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

sup {
    vertical-align: top;
    font-size: xx-small;
}

.redirect {
    margin: 0;
    padding: 0;
}

.annotation {
    width: 100%;
}

.annotation,
.annotation p {
    font-size: xx-small;
    text-align: left;
    padding-top: 0.2rem;
    padding-left: 0.1rem;
}

/* .note {
    padding: 1rem 0;
} */

.note p {
    text-align: right;
    font-size: small;
}

.note_bg {

    max-width: 1000px;
    margin: 1rem auto;
}

/* 
SPでは改行し、PCでは改行しない
=======================================================
*/
.indention {
    display: none;
}

@media screen and (max-width: 480px) {
    .indention {
        display: block;
    }
}

/* 
=======================================================
COMMON
=======================================================
*/
/* 
Width 設定：一律900px
=======================================================
*/

.comment_wrap,
.form_wrap,
.about_wrap,
.type_wrap,
.merit_wrap,
.recommend_wrap,
.compare_table_wrap,
.rank_wrap,
.point_wrap,
.cta,
.company_wrap,
.evidence_wrap,
.privacy_wrap {
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width:1000px) {

    .about_wrap,
    .type_wrap,
    .rank_wrap,
    .merit_wrap,
    .compare_table_wrap,
    .recommend_wrap,
    .point_wrap {
        padding: 1rem;
    }

    .rank_wrap {
        padding-top: 0;
        margin-top: 1rem;
    }
}

@media screen and (max-width: 480px) {

    .about_wrap,
    .type_wrap {
        padding: 1rem;
    }


}

/* 
=======================================================
HEADER
=======================================================
*/

.compare_table_wrap h2 {
    max-width: 600px;
    margin: 0 auto;
}

/* 
=======================================================
LOGO
=======================================================
*/

#top_nav li {
    list-style: none;
}

.logo {
    margin-left: 1rem;
    max-width: 200px;
}

@media screen and (max-width: 480px) {
    .logo {
        padding: 0;
        margin: 0 1rem;
        margin-bottom: 0;
        width: 35%;
        max-width: 150px;
    }
}

/* 
=======================================================
FV
=======================================================
*/

.fv_bg {
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.fv_img {
    margin: 0 auto;
}

.fv_img img {
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 1750px) {
    .fv_img {
        max-width: 1200px;
    }
}

@media screen and (min-width:2000px) {
    .fv_bg {
        margin: 0 auto;
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: cover;
        position: relative;
        z-index: 2;
    }

    .fv_img {
        max-width: 75vw;
        margin: 0 auto;
        padding-top: 0px;
    }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    .fv_img {
        max-width: 1000px;
        margin: 0 auto;
        padding-top: 0px;
    }

}

/* 
=======================================================
強調
=======================================================
*/
.highlighter_green {
    background: linear-gradient(transparent 40%, #dee4b3 40% 90%, transparent 90%);
}

.highlighter_yellow {
    background: linear-gradient(transparent 40%, rgb(255 247 136 / 70%) 40% 90%, transparent 90%);
}

.dotted_white {
    border-bottom: #fff dotted 3px;
}

.bold_green {
    font-size: larger;
    font-weight: bold;
    color: #93A603;
}

.red {
    color: #ff32a0;
}

/* 
=======================================================
見出し設定 
=======================================================
*/
/* 
共通
=======================================================
*/
.headline {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
}


/* 
フォーム見出し 
=======================================================
*/
.form_headline {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    color: #523818;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 1rem;
}

@media screen and (max-width: 480px) {

    .form_headline {
        margin-bottom: 0;
    }

    .form_headline h1 {
        font-size: 1.2rem;
        padding: 5px 10px;
    }
}

/* 
コメント見出し 
=======================================================
*/
.comment_headline {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
    background: linear-gradient(#fff 50%, #fffccc 50%);
}

.comment_headline img {
    display: flex;
}


.comment_headline h2 {
    display: flex;
    font-size: 1.6rem;
    width: 100%;
    background-color: #fff;
    padding: 0.5rem 1rem;
    background: linear-gradient(#fff 50%, #fffccc 40% 90%, transparent 90%);
}


/* 
編集部コメント
=======================================================
*/
.editor {
    position: relative;
    padding: 0.8rem 2rem;
    padding-left: 1rem;
    color: #523818;
    font-weight: bold;
    font-size: 26px;
    text-align: left;


}

.editor::before {
    position: absolute;
    top: 0;
    left: 0%;
    content: url(/common/img/asset/common/triangle_green-02.webp);
    height: 0;
    width: 0;
}

/* 
利用者の口コミ
=======================================================
*/
.review {
    position: relative;
    padding: 0.8rem 1rem;
    color: #523818;
    font-weight: bold;
    text-align: left;
}



.review h5 {
    background-color: #70C5F4;
}

@media screen and (max-width: 480px) {
    .review_02 {
        padding-top: 0;
    }
}

.font-color {
    color: #353535;
}


/* 
=======================================================
BUTTON
=======================================================
*/

/* Default button background color is #EFEFEF, reset the color */
button {
    width: 100%;
    background-color: transparent;
}

/* 
上部TOP3下の公式への誘導ボタン
=======================================================
*/
.to_official {
    display: flex;
    width: 100%;
    padding-top: 0.3rem;
}

.to_official a {
    background: #93A603;
    border-radius: 3px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    padding: 1rem;
}

.to_official a:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 2rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 6px;
    height: 6px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
}

.to_official a:hover,
.to_official a:active {
    background: #fff;
    color: #93A603;
}

.to_official a:hover:after,
.to_official :active:after {
    right: 1.4rem;
}

@media screen and (max-width: 480px) {
    .to_official {
        width: 80%;
    }

    .to_official a:after {
        right: 1rem;
    }

}

/* 
輝くボタン
=======================================================
*/
.shiny_button_wrap {
    display: flex;
    gap: 5%;
}

.shiny_button_wrap--happy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px;
    margin: 0 auto;
}

.top_button {
    width: 100%;
    max-width: 600px;
}

.bottom_buttons {
    display: flex;
    gap: 15px;
    width: 100%;
    justify-content: center;
}

.bottom_buttons .shiny_button {
    flex: 1;
}

.shiny_button {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
    width: 100%;
    background: #ff4093;
    border-radius: 8px;
    border-bottom: solid 5px #FF2987;
    color: #FFF;
    font-size: 1.3rem;
    font-weight: 600;
    border-radius: 5px;
    overflow: hidden;
    padding: 1rem;
}

.shiny_button--rank {
    margin-top: 1rem;
}

@media screen and (max-width:480px) {

    .top_button {
        width: 100%;
        max-width: 250px;
    }


    .shiny_button_wrap--happy {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 0px;
        padding-top: 15px;
        margin: 0 auto;
    }

    .shiny_button p {
        margin-top: 0;
        padding: .5em;
    }
}

.shiny_button p:active {
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

.shiny_button p:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 55%);
    animation: shine 3s infinite;
}

@keyframes shine {
    33% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

.shiny_button p:after {
    content: '»';
    display: inline-block;
    color: #fff;
    padding-left: 10px;
    font-size: 20px;
}

.button_text {
    font-size: 1.5rem;
    font-weight: bolder;
    width: 100%;
    text-align: center;
}

/* 
段差あり四角ボタン
=======================================================
*/

.step_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 1rem 0;
    background: #ff4093;
    border-radius: 8px;
    border-bottom: solid 5px #FF2987;
}


.step_button p {
    position: relative;
    font-size: 2rem;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
}

.cta_wrap {
    display: block;
    max-width: 1000px;
    margin: 0 auto;
}

.step_button img {
    width: 60px;
    height: 60px;
    margin: 0 1rem;
    animation: fuwafuwa_sideway 1s infinite;
}

@media screen and (max-width:480px) {

    .cta_wrap {
        margin: 1rem;
    }

    .step_button p {
        position: relative;
        font-size: 1.3rem;
        color: #FFF;
        transition: 0.3s ease-in-out;
        font-weight: 600;
    }

    .step_button img {
        width: 40px;
        height: 40px;
    }
}


/* 
段差あり丸ボタン
=======================================================
*/
.rank_button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.rank_button .clinic_logo {
    max-width: 300px;
}

.highly_recommend .rank_button {
    margin-top: 1rem;
}

a.btn_design {
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    padding: 1rem 4rem;
    margin-bottom: 1.3em;
    font-weight: bold;
    color: #FFF;
    background-color: #f69157;
    transition: 0.3s ease-in-out;
    box-shadow: 5px 5px 0 #F2620F;
    border-radius: 100vh;
    transition: 0.5s;
}

a.btn_design:hover {
    color: #fff;
    background: #F2620F;
    box-shadow: 0 0 0;
    transform: translate(5px, 5px);
}

.brand_name {
    font-size: 1.7rem;
}

@media screen and (max-width: 480px) {
    .rank_button {
        margin: 2rem 0;
        margin-bottom: 0;
        padding: 1rem;
    }

    .rank_button .clinic_logo {
        max-width: 200px;
    }

    a.btn_design {
        font-size: 1rem;
        padding: 1rem 2rem;
    }
}

/* 
詳細への誘導ボタン
=======================================================
*/
.detail_button {
    color: #3CD0BB;
    border-bottom: #40281F dashed 3px;
}


/* 
動くグラデーション
=======================================================
*/
.gradient_button a {
    border-radius: 1000px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 1.2rem 0;
    color: #FFF;
    transition: 0.3s ease-in-out;

    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    background: linear-gradient(270deg, #ffb2a6 0%, rgb(255, 154, 223) 100%);
    /*グラデーションを定義*/
    background-size: 200% 200%;
    /*サイズを大きくひきのばす*/
    animation: bggradient 6s ease infinite;
}

.gradient_button a:after {
    position: absolute;
    top: 50%;
    right: 40px;
    border-radius: 1px;
    transition: 0.2s ease-in-out;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-50%);
}

.gradient_button a:hover,
.gradient_button a:active {
    background: linear-gradient(270deg, rgb(255, 136, 0) 0%, rgb(254, 246, 161) 100%);
}

@keyframes bggradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@media screen and (max-width: 480px) {
    .gradient_button a {
        padding: 1.3rem 0;
        font-size: 1.3rem;
        width: 100%;
    }

    .gradient_button a:after {
        right: 20px;
    }
}


/* 
予約ボタン
=======================================================
*/
.rank h2 {
    max-width: 1000px;
    margin: 0 auto;
}


/* 
=======================================================
First Check 
=======================================================
*/

/* List */
/* -------------------------------------------------- */
.list_wrap {
    margin: 2rem auto;
}

.first_check h1 {
    text-align: center;
    font: italic bold 2rem/1.3em Georgia, Serif;
    color: #36D9C8;
    margin-bottom: 0.5rem;
    margin-top: 4rem;
}

ol.check_list {
    counter-reset: li;
    padding: 0.5rem 5rem 1.6rem 5em;
    list-style: none;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 300px;
    border-radius: 10px;
}

.check_list li {
    position: relative;
    padding: 0.5rem;
    padding-top: 0;
    padding-left: 3rem;
    margin-top: 0.8em;
    border-bottom: 1px dashed #ccc;
    font-family: 'Zen Old Mincho', serif;
    font-size: 1.3rem;
    color: #333;
}

.check_list li:before {
    color: #F2B705;
    position: absolute;
    font-style: italic;
    font-family: 'Goudy Bookletter 1911', Georgia, serif;
    counter-increment: li;
    content: counter(li)".";
    left: 0;
    top: 0;
    font-weight: bold;
    font-size: 1.4em;
}


@media screen and (max-width: 480px) {
    .first_check {
        margin-bottom: 0;
    }

    .first_check h1 {
        margin-top: 2rem;
    }


    .list_wrap {
        width: 100%;
        margin-bottom: 1rem;
    }

    ol.check_list {
        padding: 1rem;
        padding-top: 0.3rem;
    }
}

.three_circle_wrap {
    display: flex;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 4rem;
    align-items: center;
    justify-content: space-around;
}

.circle_check {
    display: flex;
    position: relative;
    margin-right: 1rem;
}

.circle_check:last-child {
    margin-right: 0;
}

.circle_check p {
    display: flex;
    flex-direction: column;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    /* font-family: 'Zen Old Mincho', serif; */
    font-size: 1.4rem;
    color: #333;
    width: 100%;
}

.medical,
.online,
.delivery {
    position: relative;
}

.medical::before {
    content: url(/common/img/background/medical.svg);
    position: absolute;
    display: inline-block;
    width: 70px;
    height: 70px;
    left: 15px;
    top: -60px;
}

.online::before {
    content: url(/common/img/background/online.svg);
    position: absolute;
    display: inline-block;
    width: 70px;
    height: 70px;
    left: calc(50% - 35px);
    bottom: -100px;
}

.delivery::before {
    content: url(/common/img/background/delivery.svg);
    position: absolute;
    display: inline-block;
    width: 70px;
    height: 70px;
    right: 0;
    bottom: -60px;
}

@media screen and (max-width: 480px) {
    .medical::before {
        width: 35px;
        height: 35px;
        left: 0;
        top: -20px;
    }

    .online::before {
        width: 35px;
        height: 35px;
        left: calc(50% - 17px);
        bottom: -30px;
    }

    .delivery::before {
        width: 35px;
        height: 35px;
        right: 0;
        bottom: -30px;
    }
}


.bold {
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.large {
    font-size: x-large;
    font-weight: bolder;
}

.italic {
    font: italic bold 2rem/1.3em Georgia, Serif;
}

.yellow {
    color: #F2B705;
}

.aqua {
    color: #36D9C8;
}

.circle_check img {
    width: 100%;
}


@media screen and (max-width: 480px) {
    .three_circle_wrap {
        width: 100%;
        margin-bottom: 0;
    }

    .circle_check {
        margin-right: 0;

    }

    .circle_check p {
        font-size: 0.83rem;
        width: 100%;
    }

    .italic {
        font: italic bold 1.3rem/1.3em Georgia, Serif;
    }

    .bold {
        font-size: 1rem;
        font-weight: bolder;
    }

}


/* Comment */
/* -------------------------------------------------- */
.comment {
    padding: 0rem 1rem 1rem;
}

.comment .text h4 {
    padding: 0.5em;
    /*文字周りの余白*/
    font-size: 1.2rem;
    color: #494949;
    /*文字色*/
    border-left: solid 5px #36A3EC;
    /*左線（実線 太さ 色）*/
}

.comment_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 1rem;
}

.text_wrap {
    padding-top: 1rem;
}

.cta {
    margin: 0 auto;
}

.rank_subtitle {
    margin-bottom: 1rem;
}

@media screen and (max-width: 480px) {
    .comment {
        padding: 1rem;
    }

    .comment_wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        padding-top: 1rem;
    }

    .comment_wrap p {
        font-size: 0.8rem;
    }

    .cta {
        margin: 0;
        width: 100%;
        padding: 0rem 1rem 0;
    }
}

/* 
=======================================================
Animation
=======================================================
*/

/* アニメーション適用例 */
.fuwafuwa {
    -webkit-animation: fuwafuwa 2s infinite;
    -moz-animation: fuwafuwa 2s infinite;
    animation: fuwafuwa 2s infinite;

}

@keyframes fuwafuwa_sideway {

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

    50% {
        transform: translateX(5px);
    }

}

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

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

    20% {
        transform: scale(0.8, 1.1);
    }

    90% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1, 0.8);
    }
}

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

    20% {
        transform: scale(0.8, 1.1);
    }

    90% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1, 0.8);
    }
}

@keyframes mochimochi {
    0% {
        transform: scale(1, 0.8);
    }

    20% {
        transform: scale(0.8, 1.1);
    }

    90% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1, 0.8);
    }
}

@-webkit-keyframes fuwafuwa {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-moz-keyframes fuwafuwa {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes fuwafuwa {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes pikopiko {
    0% {
        transform: rotate(20deg);
    }

    to {
        transform: rotate(-10deg);
    }
}

@-moz-keyframes pikopiko {
    0% {
        transform: rotate(20deg);
    }

    to {
        transform: rotate(-10deg);
    }
}

@keyframes pikopiko {
    0% {
        transform: rotate(20deg);
    }

    to {
        transform: rotate(-10deg);
    }
}

/* 
=======================================================
Compare Table
=======================================================
*/

/* Make img centering in table */
table img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
}

.evaluation {
    max-width: 100%;
}

.circle {
    width: 100%;
}

.circle img {
    max-height: 50px;
}

.price_tag {
    font-size: smaller;
}

.padding-bottom {
    padding-bottom: 0.5rem;
}

.emphasis_grad {
    font-size: 2em;
    text-align: center;
    line-height: 0.95em;
    font-weight: bold;
    color: transparent;
    background: linear-gradient(90deg, #F2EA79 0% 30%, #D0F2EF 40% 60%, #36D9C8 70% 100%);
    background-clip: text;
    -webkit-background-clip: text;
}

.compare_bg {
    margin: 0;
    padding: 0rem 0;
}

@media screen and (max-width: 480px) {
    .compare_bg {
        margin: 0rem 0;
        padding: 0rem 0;
    }

}

/* Ranking image */

.first_rank,
.second_rank,
.third_rank {
    position: relative;
}

.first_rank::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 45px;
    top: 0.2rem;
    left: calc(50% - 1.3rem);
    background-image: url(/common/img/asset/ranking/no1_kin.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

.second_rank::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 45px;
    top: 0.2rem;
    left: calc(50% - 1.7rem);
    background-image: url(/common/img/asset/ranking/no2.webp);
    background-repeat: no-repeat;
    background-size: contain;

}

.third_rank::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 45px;
    top: 0.2rem;
    left: calc(50% - 1.8rem);
    background-image: url(/common/img/asset/ranking/no3.webp);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
}

@media screen and (max-width: 480px) {
    .first_rank::before {
        width: 40px;
        height: 40px;
        top: 0rem;
        left: calc(50% - 1.3rem);
    }

    .second_rank::before {
        width: 40px;
        height: 40px;
        top: 0rem;
        left: calc(50% - 1.3rem);
    }

    .third_rank::before {
        width: 40px;
        height: 40px;
        top: 0rem;
        left: calc(50% - 1.3rem);
    }
}

.scroll_x {
    overflow-x: auto;
    margin: 0rem auto 0;
    width: 100%;
    max-width: 1000px;
}

.scroll_x table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    color: #353535;
    table-layout: fixed;
}


.scroll_x table th,
.scroll_x table td {
    border: 2px solid #70C5F4;
    vertical-align: middle;
    text-align: center;
}

.scroll_x td {
    border-right: 2px solid #70C5F4;
    border-bottom: 2px solid #70C5F4;
    padding: 0.5rem;
    min-width: 230px;
    background-color: #FFFFFF;
}

.scroll_x tr:first-child td {
    padding-top: 3rem;
    background-color: #CDEDFF;
}

.scroll_x th {
    padding: 2rem 0rem;
    background-color: #D0F2EF;
}

.scroll_x tr:first-child th {
    border-bottom: 2px solid #70C5F4;
}

.scroll_x .fields {
    height: auto;
}

.scroll_x .fields th {
    border-top: 2px solid #70C5F4;
    border-left: 2px solid #70C5F4;
}

/* 一番左上のセル */
.scroll_x .fields th {
    background-color: #D0F2EF;
}

.first_topic {
    background-color: #D0F2EF;
}

/* 会社名部分 */
.scroll_x .first_colum {
    background-color: #fdffdc;
}

.logo_tbl {
    max-height: 35px;
}

@media screen and (max-width: 480px) {
    .scroll_x {
        overflow-x: auto;
        margin: 1rem auto 0;
        width: 100%;
        max-width: 1000px;
    }

    .scroll_x table tr {
        height: auto;
    }

    .scroll_x tr:first-child th {
        width: 100px
    }

    .scroll_x tr:first-child td {
        padding-top: 2rem;
    }


    .scroll_x td {
        padding: 0.5rem;
        min-width: 150px;
        width: 130px;
        background-color: #FFFFFF;
    }


    .scroll_x th p {
        font-size: 0.8rem;
        margin-top: 5px;
    }

    .scroll_x th {
        padding: 1.5rem 1rem;
    }

    .logo_tbl {
        max-width: 80%;
    }

}

.scroll_x .first_colum th {
    width: 100%;
}

.button_official_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


/* 公式サイトへのボタン */
.button_official {
    text-align: center;
    /* animation: scaling 0.5s ease 0s infinite alternate; */
}

@keyframes scaling {
    from {
        transform: scale(0.9, 0.9);
    }

    to {
        transform: scale(1, 1);
    }
}

.button_official p {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 0.9rem;
    color: #E8849C;
    letter-spacing: 0.04rem;
    display: inline-block;
    position: relative;
}

.button_official p:before,
.button_official p:after {
    display: none;
    position: absolute;
    top: 55%;
    width: 20px;
    height: 3px;
    border-radius: 5px;
    background-color: #FFE39D;
    content: "";
}

.button_official p:before {
    left: -1.3rem;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}

.button_official p:after {
    right: -1.3rem;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

.button_official a {
    position: relative;
    text-decoration: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 200px;
    padding: 0.5rem;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #ff2a87;
    filter: drop-shadow(0px 2px 2px #dd74a2);
    border-radius: 50px;
}

.button_official a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}

/* 
=======================================================
Ranking
=======================================================
*/
/* Wrapping all of ranking components */

.item .headeline {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.item {
    background-color: #fff;
}

.item .headline.no1 {
    background:
        /* 1枚目の背景画像のパス */
        url(../img/asset/ranking/left_no1.webp),
        /* 2枚目の背景画像のパス */
        url(../img/asset/ranking/right_no1.webp),
        /* 背景のゴールド */
        linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
    background-position:
        /* 1枚目の背景画像の表示位置 */
        left 35% center,
        /* 2枚目の背景画像の表示位置 */
        right 35% center, 100%;
    background-repeat:
        /* 1枚目の背景画像の設定 */
        no-repeat,
        /* 2枚目の背景画像の設定 */
        no-repeat;
    background-size: 50px, 50px, 100%;
    padding: 1rem;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
}

.item .headline.no2 {
    background-image:
        /* 1枚目の背景画像のパス */
        url(../img/asset/ranking/left_no2.webp),
        /* 2枚目の背景画像のパス */
        url(../img/asset/ranking/right_no2.webp), linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
    background-position:
        /* 1枚目の背景画像の表示位置 */
        left 35% center,
        /* 2枚目の背景画像の表示位置 */
        right 35% center, 100%;
    background-repeat:
        /* 1枚目の背景画像の設定 */
        no-repeat,
        /* 2枚目の背景画像の設定 */
        no-repeat;
    background-size: 50px, 50px, 100%;
    padding-top: 1rem;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
}

.item .headline.no3 {
    background-image:
        /* 1枚目の背景画像のパス */
        url(../img/asset/ranking/left_no3.webp),
        /* 2枚目の背景画像のパス */
        url(../img/asset/ranking/right_no3.webp), linear-gradient(45deg, #a57e65 0%, #a57e65 45%, #f3cfb8 70%, #a57e65 85%, #a57e65 90% 100%);
    background-position:
        /* 1枚目の背景画像の表示位置 */
        left 35% center,
        /* 2枚目の背景画像の表示位置 */
        right 35% center, 100%;
    background-repeat:
        /* 1枚目の背景画像の設定 */
        no-repeat,
        /* 2枚目の背景画像の設定 */
        no-repeat;
    background-size: 50px, 50px, 100%;
    padding-top: 1rem;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
}

.ranking_img {
    max-height: 50px;
}


.item .headline h3 img {
    margin: 0 auto;
    height: 40px;
    width: auto;
}

/* Wrapping rank header, editor comment, review */

.each_rank_content {
    position: relative;
    margin: 0 auto;
    margin-bottom: 4rem;
    box-shadow: 0px 0px 5px 3px rgba(206, 203, 188, 0.15);
    border-radius: 10px;
}

.each_rank_content::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #F2EA79;
    /* 緑色 */
    z-index: -1;
    border-radius: 10px;
}

.each_rank_content:nth-child(odd)::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 4rem;
    position: absolute;
    background-color: #F2EA79;
    /* 緑色 */
    z-index: -1;
}

.each_rank_content:last-child {
    margin-bottom: 0;
}

.for_padding {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 1.5rem 1rem 0;
    border-radius: 10px;
}

.for_padding--last {
    margin-top: 1rem;
}


@media screen and (max-width: 480px) {
    .for_padding h1 {
        font-size: 20px;
    }

    .for_padding {
        border-radius: 0px;
    }

    .each_rank_content {
        margin-bottom: 2rem;
        border-radius: 0px;
    }

    .each_rank_content::before {
        border-radius: 0px;
    }

    .each_rank_content:last-child {
        margin-bottom: 0;
    }

    .each_rank_content {
        box-shadow: none;
    }
}

/* 
Ranking Header
-------------------------------------------------------
*/

.rank {
    background-color: #FFFFF2;
}

.rank {
    padding-top: 0rem;
    padding-bottom: 3rem;
}

/* メダル付きタイトル */
.rank_name {
    position: relative;
    padding-left: 70px;
    padding-bottom: 10px;
    color: #402921;
    border-bottom: solid 3px #F2B705;
    margin-bottom: 1rem;
}

.rank .item .header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 1rem 0;
}

.product_img {
    width: 35%;
}

.product_detail {
    width: 60%;
}

.product_detail_title {
    color: #36A3EC;
    position: relative;
    display: inline-block;
    padding: 0 65px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.8rem;
}

@media screen and (max-width: 480px) {
    .rank .item .header {
        flex-direction: column;
        width: 100%;
        padding: 1rem;
    }

    .product_img {
        width: 75%;
        margin: 0 auto;
    }

    .product_detail {
        width: 100%;
    }

    .product_detail_title {
        font-size: 1.4rem;
    }
}

.reviews {
    background-color: #eff9ff;
}

.reviews_wrap {
    display: flex;
}

.rank .item .reviews {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 1rem;
}

.rank .reviews_wrap .review img {
    width: 20%;
}

.rank .reviews_wrap .review h5 {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 1rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.product_detail ol {
    counter-reset: li;
    margin: 0 100px;
}

.product_detail ol li {
    position: relative;
    margin: 1rem 0 0 2rem;
    padding: 0;
    line-height: 1.5;
    font-size: 1.2rem;
}

.product_detail ol>li:before {
    position: absolute;
    font-weight: bold;
    counter-increment: li;
    content: counter(li) "";
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    width: 35px;
    height: 35px;
    font-size: 1.4rem;
    text-align: center;
    border-radius: 100%;
    box-sizing: border-box;
    font-weight: bold;
    line-height: 0.9;
    background: #ece634;
    padding: 6px 0;
}

.rank .item .comment .editor {
    display: flex;
    margin-right: 1rem;
    object-fit: contain;
    width: 17%;
    margin-left: 1rem;
}

.rank .item .comment {
    width: 100%;
    margin-top: 1.5rem;
}

.rank .item .reviews {
    margin-top: 0rem;
    padding-bottom: 1rem;
}

@media screen and (max-width: 900px) {
    .product_detail ol {
        margin: 0 50px;
    }
}

@media screen and (max-width: 768px) {
    .product_detail ol {
        margin: 0;
    }
}

@media screen and (max-width: 480px) {
    .rank {
        padding-top: 0;
        padding-bottom: 1rem;
    }

    .rank_name {
        margin-bottom: 10px;
    }

    .rank_name::before {
        width: 40px;
        height: 25px;
    }

    .reviews_wrap {
        display: flex;
        flex-direction: column;
    }

    .rank .item .comment .editor {
        display: none;
    }


    .product_detail ol li {
        position: relative;
        margin: 1rem 0 0 3rem;
    }

    .rank .item .reviews {
        margin-top: 0rem;
        padding-bottom: 0rem;
    }

    .rank .item .comment {
        width: 100%;
        margin-top: 0rem;
    }
}

/* 
=======================================================
星付きRATING
=======================================================
*/

/* Recommendation bar */
.rating {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding-bottom: 1rem;
}

.rate_left {
    padding: 10px 20px;
    background-color: #f69157;
    border: 3px solid #f69157;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.rate_right {
    display: flex;
    background-color: #fff;
    padding: 10px 20px;
    border: 3px solid #f69157;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.rate {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 30px;
    font-size: 30px;
    margin-right: 20px;
}

.rate::before,
.rate::after {
    position: absolute;
    display: inline-block;
    height: 30px;
    content: '★★★★★';
    line-height: 30px;
}

.rate::before {
    color: #c4c4c4;
}

.no1_rate .rate::after {
    overflow: hidden;
    /* fomula: rating * font size */
    /* font-size = 30px*/
    /* ex: rating 5 * 30 = 150px */
    width: 150px;
    color: #ffeb00;
}

.no2_rate .rate::after {
    overflow: hidden;
    /* fomula: rating * font size */
    /* font-size = 30px*/
    /* ex: rating 4.5 * 30 = 135px */
    width: 135px;
    color: #ffeb00;
}

.no3_rate .rate::after {
    overflow: hidden;
    /* fomula: rating * font size */
    /* font-size = 30px*/
    /* ex: rating 4.5 * 30 = 135px */
    width: 126px;
    color: #ffeb00;
}

.recotext {
    font-weight: 700;
    font-size: 18px;
}

.recommend_level {
    color: #fff;
}

.rate-wrap {
    display: flex;
    width: 330px;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    border: 1.5px solid #e8d8b0;
    margin: 20px auto 0;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    .rating {
        justify-content: center;
        margin: .5rem 0;
        margin-top: 0;
        padding: 0;
    }

    .rate_left {
        border: none;
        padding: 5px 10px;
    }

    .rate_right {
        border: none;
        padding: 5px 10px;
    }

    .recotext {
        font-size: 0.9rem;
    }
}

.each_rank_content .content {
    display: flex;
    align-items: stretch;
    margin: 1rem 0;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .each_rank_content .content {
        flex-direction: column;
        width: 100%;
    }
}

.hover_banner {
    background-color: #fff;
}

.hover_img:hover,
.hover_img:active {
    filter: opacity(70%);
    cursor: pointer;
}

/* 
Rank Header
=======================================================
*/
/* Including ranking left and right */
.rank_header {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    margin-top: 1rem;
}

/* including rating and banner */
.rank_header .left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    flex: 1;
    margin-right: 1rem;
}

/* including the table */
.rank_header .right {
    display: flex;
    flex: 1;
}

/* =================================================== */

.page-container {
    position: relative;
    background: #FFFFF2;
    min-height: 100vh;
    padding: 0.5rem;
    overflow: hidden;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.intro {
    text-align: center;
    animation: fadeIn 0.8s ease-out;
}

.intro-text {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-top: 1rem;
}

.treatment-card {
    margin: 0 auto;
    max-width: 800px;
    background: white;
    padding: 2rem;
    border-radius: 20px;
    animation: slideUp 0.8s ease-out;
}

.treat_title {
    margin-bottom: 0.5rem;
}

.treatment-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.treatment-item {
    position: relative;
    padding: 1.2rem;
    background: linear-gradient(to right, #fff9f5, white);
    border-radius: 12px;
    overflow: hidden;
}

.accent-line {
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #ff8c42, #ffb88c);
}

.treatment-item {
    box-shadow: 0px 2px 3px 0px rgba(103, 103, 103, 0.15);
}

.content {
    margin-left: 0.5rem;
    display: flex;
    gap: 0.5rem;
}

.content-text {
    width: 50%;
}

.content_margin {
    margin-top: 0.5rem;
}

.treatment-image {
    width: 50%;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
}

.treatment-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* モバイル対応 */
@media (min-width: 768px) {
    .content {
        flex-direction: row;
        align-items: center;
    }

    .treatment-image {
        flex: 0 0 300px;
        /* 画像の最大幅を設定 */
    }

    .treatment-list {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
}


.treatment-image img {
    display: block;
    max-height: 150px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 480px) {
    .treatment-card {
        padding: 0.5rem;
    }

    h1 {
        font-size: 1.8rem;
    }

    .intro-text {
        font-size: 1.1rem;
        text-align: left;
    }

    .treatment-item {
        padding: 0.5rem;
    }

    .treatment-image img {
        display: block;
        max-height: 125px;
        border-radius: 8px;
    }
}

/* 
Rank table
=======================================================
*/

.rank_table_wrap {
    overflow: hidden;
}

.rank_table {
    border-collapse: collapse;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    margin-top: 1.5rem;
}

.rank_table th,
.rank_table td {
    padding: 0.5rem;
    margin: 0.6rem 0;
    vertical-align: middle;
    text-align: center;
}

.rank_table tr {
    border-bottom: 2px solid #3db8fb;
    width: 100%;
}

.rank_table tr:last-child {
    border-bottom: none;
}

.rank_table td {
    background-color: #FFF;
    border: 1px solid #e0e0e0;
}

.rank_table th {
    color: #402921;
    background: #70C5F4;
    border: 1px solid #3db8fb;
    width: 55%;
}

.rank_table .mobile-view {
    display: none;
}

.pink_title {
    color: #2a0012;
}

.rank .item .reviews h4 {
    position: relative;
    display: inline-block;
    padding: 1.5rem 65px 0;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.8rem;
}

.rank .item .header .product_detail h4::before,
.rank .item .header .product_detail h4::after,
.rank .item .reviews h3::before,
.rank .item .reviews h3::after {
    position: absolute;
    top: calc(50% - 3px);
    width: 50px;
    height: 6px;
    content: '';
    border-top: solid 2px #3db8fb;
    border-bottom: solid 2px #3db8fb;
}

.rank .item .header .product_detail h4::after,
.rank .item .reviews h3::after {
    right: 100px;
}

.rank .item .header .product_detail h4::before,
.rank .item .reviews h3::before {
    left: 100px;
}

@media screen and (max-width: 1024px) {

    .rank .item .header .product_detail h4::before,
    .rank .item .header .product_detail h4::after,
    .rank .item .reviews h3::before,
    .rank .item .reviews h3::after {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .rank_table {
        width: 100%;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
    }

    .rank_table tbody {
        width: 100%;
        margin: 0 auto;
    }

    .rank_table th,
    .rank_table td {
        text-align: center;
        padding: 0.2rem;
    }

    /* .rank_table tr:last-child {
        border-bottom: 1px solid #F2620F;
    } */

    .rank_table .pc-view {
        display: none;
    }

    .rank_table .mobile-view {
        display: block;
        padding-top: 0;
    }

    .rank .item .reviews h4 {
        padding: 1rem 65px 0;
        width: 100%;
        font-size: 1.3rem;
    }

    .rank .item .header .product_detail h4::after,
    .rank .item .reviews h3::after {
        display: block;
        right: 0px;
    }

    .rank .item .header .product_detail h4::before,
    .rank .item .reviews h3::before {
        display: block;
        left: 0px;
    }


}


/* 
Ranking Point
=======================================================
*/

.rank_point {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    background-color: rgba(54, 217, 201, 0.1);
}

.rank_point--eminal {
    height: 326px;
}

.rank_title {
    width: 90%;
    font-size: 20px;
    text-align: center;
    color: #333;
    font-weight: 700;
    border-bottom: #fff 2px solid;
}

ul.rank_points {
    display: flex;
    flex-direction: column;
    justify-content: center;
    list-style: none;
    padding: 10px;
    padding-bottom: 0;
}

.rank_points>li {
    background: url(/common/img/asset/common/star_green.webp) no-repeat 0;
    background-size: auto 25px;
    padding-left: 30px;
    margin-bottom: 10px;
}

.rank_points>li:nth-child(even) {
    background: url(/common/img/asset/common/star_yellow.webp) no-repeat 0 0;
    background-size: auto 25px;
    padding-left: 30px;
    margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
    .rank_point {
        flex-direction: column;
        margin: 0;
    }

    .rank_points_wrap {
        margin: 0;
        margin-bottom: 1rem;
        width: 100%;
    }

    ul.rank_points {
        width: 100%;
    }

    .rank_points_wrap:after {
        display: none;
    }


    .dog_img {
        display: none;
    }

    .rank_point--eminal {
        height: auto;
    }
}

/* rank banner, dicription become one colomn when display witdth under 480 */
@media screen and (max-width: 480px) {
    .rank_header {
        flex-direction: column;
        margin-top: 0;
        padding: 0;
    }

    .rank_header .left {
        margin-right: 0;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .rank_header .right {
        margin-bottom: 1rem;
    }

    .rank_discription {
        width: 100%;
        padding: 0;
    }
}

/* Recommendation bar */
.rating {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding-bottom: 1rem;
}

.rate_left {
    padding: 10px 20px;
    background-color: #f69157;
    border: 3px solid #f69157;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.rate_right {
    display: flex;
    background-color: #fff;
    padding: 10px 20px;
    border: 3px solid #f69157;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.rate {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 30px;
    font-size: 30px;
    margin-right: 20px;
}

.rate::before,
.rate::after {
    position: absolute;
    display: inline-block;
    height: 30px;
    content: '★★★★★';
    line-height: 30px;
}

.rate::before {
    color: #c4c4c4;
}

.no1_rate .rate::after {
    overflow: hidden;
    /* fomula: rating * font size */
    /* font-size = 30px*/
    /* ex: rating 5 * 30 = 150px */
    width: 150px;
    color: #ffeb00;
}

.no2_rate .rate::after {
    overflow: hidden;
    /* fomula: rating * font size */
    /* font-size = 30px*/
    /* ex: rating 4.5 * 30 = 135px */
    width: 135px;
    color: #ffeb00;
}

.no3_rate .rate::after {
    overflow: hidden;
    /* fomula: rating * font size */
    /* font-size = 30px*/
    /* ex: rating 4.5 * 30 = 135px */
    width: 126px;
    color: #ffeb00;
}

.recotext {
    font-weight: 700;
    font-size: 18px;
}

.recommend_level {
    color: #fff;
}

.rate-wrap {
    display: flex;
    width: 330px;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    border: 1.5px solid #e8d8b0;
    margin: 20px auto 0;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    .rating {
        justify-content: center;
        margin: .5rem 0;
        margin-top: 0;
        padding: 0;
    }

    .rate_left {
        border: none;
        padding: 5px 10px;
    }

    .rate_right {
        border: none;
        padding: 5px 10px;
    }

    .recotext {
        font-size: 0.9rem;
    }
}

.test {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1rem 0;
}

/* 
Ranking comment
-------------------------------------------------------
*/
/* Wraping admin_img, arrow_box */
.rank_comment {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.admin_img {
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    width: 20%;
    padding-right: 2rem;
}

/* 編集者コメント
=======================================================*/
.arrow_box {
    z-index: 1;
    position: relative;
    background: #FFFFFF;
    padding: 20px;
    text-align: left;
    border: 3px solid #FD9E29;
    color: #333333;
    width: 70%;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
}

.arrow_box:after,
.arrow_box:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 77%;
    display: inline-block;
}


.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 7px;
    border-bottom-width: 10px;
    border-right-width: 20px;
    margin-top: -15px;
    border-right-color: #FFFFFF;
}

.arrow_box:before {
    border-color: rgba(253, 240, 198, 0);
    border-top-width: 8px;
    border-bottom-width: 12px;
    border-right-width: 22px;
    margin-top: -16px;
    margin-right: 2px;
    border-right-color: #FD9E29;
}

@media screen and (max-width: 480px) {
    .rank_comment_wrap {
        padding: 0;
        margin: 1rem 0;
    }

    .rank_comment {
        position: relative;
        flex-direction: column-reverse;
        align-items: flex-end;
        padding: 0;

    }

    .admin_img {
        position: absolute;
        z-index: 5;
        bottom: -50px;
        width: 120px;
        height: 100px;
        object-fit: cover;
        object-position: top;
        transform: scale(-1, 1);
    }

    .arrow_box {
        width: 100%;
    }

    .arrow_box:after {
        content: none;
    }

    .arrow_box:before {
        content: none;
    }

}

/* 利用者の口コミ
=======================================================*/
.card_wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 1rem;
    padding: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.card:last-child {
    margin-right: 0;
}

.card_header {
    width: 30%;
    margin: 1rem 0;
}

.card_text {
    height: 70%;
    padding: 1rem 2rem;
    background-color: #dee4b3;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.dog_detail {
    margin-top: 0.3rem;
    text-align: right;
}

@media screen and (max-width: 480px) {
    .card_wrap {
        flex-direction: column;
    }

    .card {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .card:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }
}

/* 
Ranking review
-------------------------------------------------------
*/
/* Wrapping headline, review_main */
/* .rank_reviews_wrap {
    padding: 20px 0;
} */

/* Wrapping review_icon, review_text */
.review_main {
    display: flex;
    background: #fff;
    /* border: 4px solid #EDF2E9; */
    border-radius: 20px;
    padding: 1rem 1.6rem;
    line-height: 1.8rem;
    margin-bottom: 0.5rem;
}

.review_main:last-child {
    margin-bottom: 0;
}

.review_title {
    padding: .3rem .7rem;
    margin-bottom: 10px;
    border-left: 5px dotted #93A686;
    font-size: 20px;
}

.review_sentence {
    padding-left: 20px;
}

.post_person {
    text-align: right;
}

@media screen and (max-width: 480px) {
    .rank_reviews_wrap {
        padding: 0;
        margin-top: 1rem;
    }

    .review_main {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .review_icon {
        width: 30%;
        padding: 0;
        margin: 0;
    }

    .review_title {
        font-size: 18px;
    }

    .review_text {
        width: 100%;
    }
}


/* 
=======================================================
Search
=======================================================
*/
/* 
=======================================================
Search_result
=======================================================
*/
.search_result_wrap {
    background-color: white;
    color: #40281F;
    border: #f8b296 solid 3px;
    border-radius: 10px;
    margin-bottom: 2.5rem;
}

.search_result_wrap .footprint_headline {
    margin-top: 0;
    margin-bottom: 0;
}

.search_result_title {
    text-align: center;
    position: relative;
    padding: 1rem;
    background: repeating-linear-gradient(to right, #FFFAEC, #FFFAEC 6px, #fff8de 6px, #fff8de 20px);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bold;
    font-size: 2rem;
}

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

.result_text_wrap {
    width: 80%;
    font-size: 30px;
    padding: 0.5rem;
    margin: 0 2rem;
    padding-top: 0;
}

.search_result_img {
    width: 20%;
    position: relative;
    top: 40px;
    z-index: 2;
    right: 40px;
    transform: scale(-1, 1);
}

@media screen and (max-width: 480px) {
    .search_result {
        flex-direction: column;
        align-items: flex-end;
        padding: 0;
        margin: 0;
    }

    .search_result_wrap {
        margin: 0;
        margin: 1rem 0;
        margin-bottom: 2rem;
    }

    .search_result_title {
        font-size: 1.5rem;
    }

    .search_result_title::before {
        top: 80%;
    }

    .result_text_wrap {
        padding: 1rem;
        padding-bottom: 2rem;
        margin: 0;
        width: 100%;
    }

    .search_result_img {
        position: relative;
    }

    .search_result_img img {
        position: absolute;
        width: 100%;
        top: -80px;
        left: -20px;
    }
}

/* 
=======================================================
Footer
=======================================================
*/
.footer {
    color: white;
    background: #70C5F4;
    text-align: center;
    padding: 30px 10px;
    font-weight: bolder;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer .menu li {
    margin: 0;
    padding: 0 0px;
}

.menu li::before {
    content: "｜";
    padding-right: 30px;
    padding-left: 30px;
    color: white;
    position: relative;
}

.menu .after_line ::after {
    content: "｜";
    padding: 0 30px 0;
}

.footer .copyright {
    margin: auto;
    padding: 20px 0 0 0;
}

@media screen and (max-width:480px) {
    .footer {
        margin: 0;
    }

    .footer .menu {
        margin: 0;
        padding: 0;
        display: block;
    }

    .footer .menu li {
        margin: 0 0 10px 0;
        padding: 0 5px;
    }

    .menu li::before {
        content: "";
        padding: 0;
    }

    .menu .after_line ::after {
        content: "\A";
        padding: 0;
    }
}

.footer_logo img {
    width: 10%;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width:480px) {
    .footer_logo img {
        width: 60%;
        display: block;
        margin: 50px auto 0;
    }

    .footer a {
        color: white;
        text-decoration: none;
        font-size: 0.8rem;
    }

}

/* 
=======================================================
プライバシーポリシー
=======================================================
*/

.privacy_title {
    text-align: center;
    margin: 20px auto;
}

.privacy_wrap {
    margin: 30px auto;
}

.privacy01 {
    margin: 15px auto;
}

.privacy01 ol {
    margin: 15px auto;
    list-style-type: decimal;
    /* 数字形式（1, 2, 3, ...） */
}

.privacy01 li {
    margin: 20px 0px 10px auto;
}

.privacy01 h2 {
    margin-bottom: 10px;
}

@media screen and (max-width:480px) {
    .privacy_wrap {
        margin: 30px 20px;
    }
}

/* 
=======================================================
ランキングの根拠
=======================================================
*/

.ranking_title {
    text-align: center;
    margin: 20px auto;
}

.ranking_wrap {
    margin: 30px auto;
}

.ranking_rate h1 {
    background-color: #36A3EC;
    color: white;
    text-align: center;
    padding: 5px;
    border: 1px solid gray;
    border-bottom: 0px;
}

.ranking_rate table {
    border: 1px solid gray;
    width: 100%;
    border-collapse: collapse;
    font-size: 20px;
    text-align: center;
}

.ranking_rate td {
    border: 1px solid gray;
    padding: 10px;
}

.ranking_evidence h1 {
    text-align: center;
    margin: 30px 0 0px 0;
    padding: 5px;
    border: 1px solid gray;
    border-bottom: 0;
    background-color: #36A3EC;
    color: white;
}

.ranking_evidence p {
    border: 1px solid gray;
    padding: 10px;
}

@media screen and (max-width:480px) {
    .ranking_wrap {
        margin: 10px 15px 0px 15px;

    }

    .ranking_rate table {
        font-size: 15px;
        vertical-align: middle;
    }

    .ranking_rate td {
        vertical-align: middle;
    }

    .ranking_evidence p {
        font-size: 15px;
        margin-bottom: 20px;
    }

}

/* 
=======================================================
運営者情報
=======================================================
*/

.company_title {
    text-align: center;
    margin: 20px auto;
}

.company_wrap {
    margin: 30px auto;
}

.company_info {
    display: flex;
    justify-content: center;
    margin: 40px auto;

}

.company_text {
    text-align: left;
}

@media screen and (max-width:480px) {
    .company_info {
        padding: 15px;
        font-size: 15px;
    }
}

/*ローディング
------------------------------------------*/
#re-load {
    text-align: center;
    justify-content: center;
    display: flex;
    padding: 50px 50px;
    background-color: white;
}

#re-load-in {
    padding: inherit;
}

#re-load-logo img {
    margin: 0 auto;
    width: 50%;
}

#re-load-text {
    font-size: 2vmin;
}

#re-load-title {
    padding: 10px 10px;
    font-size: 3vmin;

}

#re-load-link span {
    font-size: 2vmin;
    color: blue;
    text-decoration: underline;
}

.loader {
    margin: 100px auto;
    font-size: 25px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes load5 {

    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #53ad5c, 1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2), 2.5em 0em 0 0em rgba(83, 173, 92, 0.2), 1.75em 1.75em 0 0em rgba(83, 173, 92, 0.2), 0em 2.5em 0 0em rgba(83, 173, 92, 0.2), -1.8em 1.8em 0 0em rgba(83, 173, 92, 0.2), -2.6em 0em 0 0em rgba(83, 173, 92, 0.5), -1.8em -1.8em 0 0em rgba(83, 173, 92, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(83, 173, 92, 0.7), 1.8em -1.8em 0 0em #53ad5c, 2.5em 0em 0 0em rgba(83, 173, 92, 0.2), 1.75em 1.75em 0 0em rgba(83, 173, 92, 0.2), 0em 2.5em 0 0em rgba(83, 173, 92, 0.2), -1.8em 1.8em 0 0em rgba(83, 173, 92, 0.2), -2.6em 0em 0 0em rgba(83, 173, 92, 0.2), -1.8em -1.8em 0 0em rgba(83, 173, 92, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(83, 173, 92, 0.5), 1.8em -1.8em 0 0em rgba(83, 173, 92, 0.7), 2.5em 0em 0 0em #53ad5c, 1.75em 1.75em 0 0em rgba(83, 173, 92, 0.2), 0em 2.5em 0 0em rgba(83, 173, 92, 0.2), -1.8em 1.8em 0 0em rgba(83, 173, 92, 0.2), -2.6em 0em 0 0em rgba(83, 173, 92, 0.2), -1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(83, 173, 92, 0.2), 1.8em -1.8em 0 0em rgba(83, 173, 92, 0.5), 2.5em 0em 0 0em rgba(83, 173, 92, 0.7), 1.75em 1.75em 0 0em #53ad5c, 0em 2.5em 0 0em rgba(83, 173, 92, 0.2), -1.8em 1.8em 0 0em rgba(83, 173, 92, 0.2), -2.6em 0em 0 0em rgba(83, 173, 92, 0.2), -1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(83, 173, 92, 0.2), 1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2), 2.5em 0em 0 0em rgba(83, 173, 92, 0.5), 1.75em 1.75em 0 0em rgba(83, 173, 92, 0.7), 0em 2.5em 0 0em #53ad5c, -1.8em 1.8em 0 0em rgba(83, 173, 92, 0.2), -2.6em 0em 0 0em rgba(83, 173, 92, 0.2), -1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(83, 173, 92, 0.2), 1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2), 2.5em 0em 0 0em rgba(83, 173, 92, 0.2), 1.75em 1.75em 0 0em rgba(83, 173, 92, 0.5), 0em 2.5em 0 0em rgba(83, 173, 92, 0.7), -1.8em 1.8em 0 0em #53ad5c, -2.6em 0em 0 0em rgba(83, 173, 92, 0.2), -1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(83, 173, 92, 0.2), 1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2), 2.5em 0em 0 0em rgba(83, 173, 92, 0.2), 1.75em 1.75em 0 0em rgba(83, 173, 92, 0.2), 0em 2.5em 0 0em rgba(83, 173, 92, 0.5), -1.8em 1.8em 0 0em rgba(83, 173, 92, 0.7), -2.6em 0em 0 0em #53ad5c, -1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(83, 173, 92, 0.2), 1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2), 2.5em 0em 0 0em rgba(83, 173, 92, 0.2), 1.75em 1.75em 0 0em rgba(83, 173, 92, 0.2), 0em 2.5em 0 0em rgba(83, 173, 92, 0.2), -1.8em 1.8em 0 0em rgba(83, 173, 92, 0.5), -2.6em 0em 0 0em rgba(83, 173, 92, 0.7), -1.8em -1.8em 0 0em #53ad5c;
    }
}

@keyframes load5 {

    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #53ad5c, 1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2), 2.5em 0em 0 0em rgba(83, 173, 92, 0.2), 1.75em 1.75em 0 0em rgba(83, 173, 92, 0.2), 0em 2.5em 0 0em rgba(83, 173, 92, 0.2), -1.8em 1.8em 0 0em rgba(83, 173, 92, 0.2), -2.6em 0em 0 0em rgba(83, 173, 92, 0.5), -1.8em -1.8em 0 0em rgba(83, 173, 92, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(83, 173, 92, 0.7), 1.8em -1.8em 0 0em #53ad5c, 2.5em 0em 0 0em rgba(83, 173, 92, 0.2), 1.75em 1.75em 0 0em rgba(83, 173, 92, 0.2), 0em 2.5em 0 0em rgba(83, 173, 92, 0.2), -1.8em 1.8em 0 0em rgba(83, 173, 92, 0.2), -2.6em 0em 0 0em rgba(83, 173, 92, 0.2), -1.8em -1.8em 0 0em rgba(83, 173, 92, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(83, 173, 92, 0.5), 1.8em -1.8em 0 0em rgba(83, 173, 92, 0.7), 2.5em 0em 0 0em #53ad5c, 1.75em 1.75em 0 0em rgba(83, 173, 92, 0.2), 0em 2.5em 0 0em rgba(83, 173, 92, 0.2), -1.8em 1.8em 0 0em rgba(83, 173, 92, 0.2), -2.6em 0em 0 0em rgba(83, 173, 92, 0.2), -1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(83, 173, 92, 0.2), 1.8em -1.8em 0 0em rgba(83, 173, 92, 0.5), 2.5em 0em 0 0em rgba(83, 173, 92, 0.7), 1.75em 1.75em 0 0em #53ad5c, 0em 2.5em 0 0em rgba(83, 173, 92, 0.2), -1.8em 1.8em 0 0em rgba(83, 173, 92, 0.2), -2.6em 0em 0 0em rgba(83, 173, 92, 0.2), -1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(83, 173, 92, 0.2), 1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2), 2.5em 0em 0 0em rgba(83, 173, 92, 0.5), 1.75em 1.75em 0 0em rgba(83, 173, 92, 0.7), 0em 2.5em 0 0em #53ad5c, -1.8em 1.8em 0 0em rgba(83, 173, 92, 0.2), -2.6em 0em 0 0em rgba(83, 173, 92, 0.2), -1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(83, 173, 92, 0.2), 1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2), 2.5em 0em 0 0em rgba(83, 173, 92, 0.2), 1.75em 1.75em 0 0em rgba(83, 173, 92, 0.5), 0em 2.5em 0 0em rgba(83, 173, 92, 0.7), -1.8em 1.8em 0 0em #53ad5c, -2.6em 0em 0 0em rgba(83, 173, 92, 0.2), -1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(83, 173, 92, 0.2), 1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2), 2.5em 0em 0 0em rgba(83, 173, 92, 0.2), 1.75em 1.75em 0 0em rgba(83, 173, 92, 0.2), 0em 2.5em 0 0em rgba(83, 173, 92, 0.5), -1.8em 1.8em 0 0em rgba(83, 173, 92, 0.7), -2.6em 0em 0 0em #53ad5c, -1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(83, 173, 92, 0.2), 1.8em -1.8em 0 0em rgba(83, 173, 92, 0.2), 2.5em 0em 0 0em rgba(83, 173, 92, 0.2), 1.75em 1.75em 0 0em rgba(83, 173, 92, 0.2), 0em 2.5em 0 0em rgba(83, 173, 92, 0.2), -1.8em 1.8em 0 0em rgba(83, 173, 92, 0.5), -2.6em 0em 0 0em rgba(83, 173, 92, 0.7), -1.8em -1.8em 0 0em #53ad5c;
    }
}

/* 
=======================================================
Search
=======================================================
*/
/* 
=======================================================
Search_result
=======================================================
*/

.search_result_wrap {
    background-color: white;
    border: #36D9C8 solid 3px;
    border-radius: 10px;
    margin: 3rem 0;
}

.search_result_title {
    text-align: center;
    position: relative;
    padding: 1rem;
    background: repeating-linear-gradient(to right, #FFFAEC, #FFFAEC 6px, #fff8de 6px, #fff8de 20px);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bold;
    font-size: 2rem;
}

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

.result_text_wrap {
    width: 80%;
    font-size: 30px;
    padding: 0.5rem;
    margin: 0 20px;
    padding-top: 0;
}

.search_result_img {
    width: 20%;
    position: relative;
    top: 10px;
    z-index: 2;
    right: 20px;
    transform: scale(-1, 1);
}

.for_search_cta {
    margin-bottom: 3rem;
}

@media screen and (max-width: 480px) {
    .search_result {
        position: relative;
        flex-direction: column;
        align-items: flex-end;
        padding: 0;
        margin: 0;
    }

    .search_result_wrap {
        margin: 0;
        margin: 1em 0;
    }

    .search_result_title {
        font-size: 1.5rem;
    }

    .search_result_title::before {
        top: 80%;
    }

    .result_text_wrap {
        padding: 1rem;
        margin: 0;
        width: 100%;
    }

    .search_result_img {
        position: absolute;
        width: 50%;
        max-width: 100px;
        top: -100px;
    }

    .menu_wrap {
        width: 100%;
    }
}

.underline {
    text-decoration: underline;
    display: inline;
}

.footprint_headline--suiso {
    background: #FFFEEC;
    margin-top: 0;
    padding-top: 3rem;
    color: #F49000;
}

.suiso {
    background: #FFFEEC;
}

.suiso_movie_wrap {
    max-width: 650px;
    margin: 0 auto;
    padding-bottom: 0rem;
    border-radius: 10px;
}

.suiso_movie_wrap video {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

@media screen and (max-width:480px) {
    .suiso_wrap {
        padding: 1rem;
    }

    .footprint_headline--suiso {
        padding-top: 0rem;
    }

    .suiso_movie_wrap {
        padding-bottom: 0;
    }
}

.rank_button--recommend {
    padding-top: 0;
}

.suiso_effect,
.suiso_recommend {
    max-width: 650px;
    margin: 0 auto;
}

.suiso_effect {
    margin-top: 1rem;
}

.cta_comment {
    text-align: center;
}

@media screen and (max-width:480px) {
    .rank_comment_wrap--suiso {
        margin-top: 2rem;
        margin-bottom: 0;
    }

    .suiso_effect {
        margin-top: 1rem;
    }

    .rank_button--recommend {
        padding: 0;
        margin-top: 0;
    }
}

.top_cta_wrap {
    background-color: #FFFFF2;
    margin: 0 auto;
}

.reflection {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 580px;
    margin: 0 auto;
}

/* 光の反射効果 */
.reflection:after {
    content: "";
    position: absolute;
    top: -150px;
    /* 光のスタート位置 */
    left: 0;
    height: 200%;
    /* 光の高さ（ボタンを覆う） */
    width: 200%;
    /* 光の幅（ボタンを覆う） */
    background: linear-gradient(45deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.8) 50%,
            rgba(255, 255, 255, 0) 100%);
    /* 滑らかなグラデーション */
    transform: rotate(45deg) scale(0);
    /* 初期状態 */
    opacity: 0;
    /* 初期は見えない */
    animation: smoothReflection 1s ease-in-out infinite;
    /* カスタムタイミング */
}

/* 滑らかなアニメーション定義 */
@keyframes smoothReflection {
    0% {
        transform: rotate(45deg) scale(0);
        opacity: 0;
    }

    30% {
        transform: rotate(45deg) scale(1);
        opacity: 0.6;
    }

    100% {
        transform: rotate(45deg) scale(4);
        opacity: 0;
    }
}

@media screen and (max-width:480px) {
    .top_cta_wrap {
        background-color: #FFFFF2;
    }

    .top_cta {
        width: 90vw;
        margin: 0 auto;

    }

    .top_cta-button {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px auto;
    }
}

/* ポップアップの初期状態は非表示 */
#popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    background-color: white;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.popup_img img {
    width: 100%;
}

@media screen and (max-width:480px) {
    #popup {
        max-width: 300px;
        padding: 10px;
    }
}

/* コンテナ */
.container {
    margin: 3rem auto 3rem;
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* セクション共通 */
.section {
    padding: 20px;
    border-bottom: 1px solid #eee;
}

/* 見出し */
.title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.title-blue {
    color: #4299e1;
    position: relative;
    padding: 1rem 2rem calc(1rem + 10px);
    background: #fff438;
}

.title-blue:before {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 100%;
    height: 100%;
    content: '';
    border: 4px solid #4299e1;
}

.title-pink {
    color: #ed64a6;
}

/* テキスト */

/* グラフエリア */
.graph-area {
    margin: 2rem 0 0;
    text-align: center;
}

.graph-container {
    display: flex;
    justify-content: space-around;
    margin-bottom: 1.5rem;
}

.graph-item {
    width: 45%;
}

.graph-title {
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    text-align: center;
}

.graph-title-blue {
    color: #4299e1;
}

.graph-title-pink {
    color: #ed64a6;
}

/* 円グラフの代わりとなる円 */
.circle-graph_02 {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    background: conic-gradient(#4299e1 0% 26%,
            #ff6db3 26% 50%,
            #e2e8f0 50% 100%);
}

.circle-graph {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    background: #e2e8f0;
    /* ベースの色を設定 */
}

/* 飛び出す部分用の疑似要素 */
.circle-graph::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient(#4badff 0% 26%, #ff6db3 26% 50%, transparent 50% 100%);
    transform: scale(1.05);
    /* この値を調整することで、どのくらい飛び出すか設定できます */
    transition: transform 0.3s ease;
    /* アニメーション効果を追加（必要に応じて） */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* 影をつけてさらに立体感を出す */
}

.ab_p01,
.ab_p02 {
    position: absolute;
    z-index: 10;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
}

.ab_p01 {
    right: 10%;
    top: 18%;
}

.ab_p02 {
    right: 10%;
    top: 60%;
}

.ab_p04 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
}

.ab_p03 {
    position: absolute;
    top: 35%;
    left: 60%;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
}

/* 凡例 */
.legend {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
}

.legend-item {
    display: flex;
    align-items: center;
    font-size: 0.85rem;
}

.legend-color {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.legend-blue {
    background-color: #4299e1;
}

.legend-pink {
    background-color: #ed64a6;
}

/* ポイントボックス */
.point-box {
    background-color: #ebf8ff;
    padding: 1rem;
    border-radius: 0.5rem;
    margin: 1.5rem 0;
}

.point-title {
    color: #2b6cb0;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.point-list {
    list-style: none;
}

.point-item {
    color: #2c5282;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    position: relative;
}

.point-item:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4299e1;
}


/* パーセンテージラベル */
.percentage-label {
    text-align: center;
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

.usage-section {
    background-color: #f8fafc;
}

.usage-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 2rem 0;
}

.spBr {
    display: none;
}

@media (max-width: 767px) {

    .title {
        font-size: 1.2rem;
    }

    .usage-grid {
        align-items: center;
    }

    .usage-text {
        flex: 1;
    }

    .app-screenshots {
        flex: 1;
    }

    .spBr {
        display: block;
    }

    .usage-grid {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        margin: 0rem 0;
    }

    .title-blue {
        color: #4299e1;
        position: relative;
        padding: 1rem 2rem calc(1rem + 5px);
        background: #fff438;
    }
}

@media (max-width: 480px) {

    /* コンテナ */
    .container {
        margin: 0 auto;
        background: white;
        box-shadow: none;
    }

    /* セクション共通 */
    .section {
        padding: 1rem;
        border-bottom: none;
    }

    .section .text {
        margin-bottom: 0.5rem;
    }
}

.app-screenshots {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.screenshot-container {
    text-align: center;
}

.app-screen {
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 240px;
    height: auto;
}



@media (max-width: 767px) {
    .app-screen {
        max-width: 160px;
    }
}

.screenshot-label {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    color: #64748b;
}

.highlight-text {
    font-size: 1rem;
    color: #2d3748;
    font-weight: bold;
    text-align: left;
    margin: 1rem 0;
    background: linear-gradient(to right, #4299e1, #ed64a6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.closing-message {
    text-align: center;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .highlight-text {
        font-size: 1.25rem;
        margin: 3rem 0;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .closing-message {
        text-align: center;
        margin-top: 0rem;
    }
}

/* ここからフォーム */

.search-form {
    max-width: 1000px;
    margin: 20px auto;
    padding: 15px 25px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e8e8e8;
}

.search-title {
    font-size: 1.5rem;
    color: #ffffff;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
    background-color: #FF6DB3;
    padding: 0.1rem 1rem;
}

.checkbox-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 10px;
}

.checkbox-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.checkbox-item input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

.checkbox-item label {
    font-size: 20px;
    color: #666;
}

.submit-button {
    width: 100%;
    padding: 20px;
    background-color: #4badff;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    font-size: 1.5rem;
    cursor: pointer;
    transition: background-color 0.3s;
    max-width: 600px;
    display: block;
    margin: 0 auto;
}

.submit-button:hover {
    background-color: #3158D3;
}

.error-message {
    color: #FF69B4;
    margin-top: 8px;
    display: none;
    text-align: center;
    font-size: 12px;
}

@media (max-width: 480px) {
    .checkbox-group {
        grid-template-columns: repeat(2, 1fr);
        padding: 0px;
    }

    .checkbox-item label {
        font-size: 1rem;
        color: #666;
    }


    .search-form {
        margin: 1rem 1rem 0;
    }

}

@media screen and (max-width: 374px) {
    .checkbox-group {
        grid-template-columns: 1fr;
    }
}

.rank h2 {
    max-width: 800px;
    margin: 0 auto;
}


.rank_search {
    margin-top: 3rem;
}

.search-form_search {
    margin-top: 3rem;
}

.result {
    padding: 3rem 20px;
    background-color: #CDEDFF;
}

.result_wrap {
    padding: 1rem;
    background-color: #fff;
    max-width: 1000px;
    margin: 0 auto;
}

.result h1 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    color: #ff4093;
}

.result_content {
    text-align: center;
    margin-bottom: 30px;
}

.result_content p {
    font-size: 18px;
    line-height: 1.6;
}

.emphasis {
    color: #2B87F9;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 5px;
}

.cta_button {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    padding: 15px 30px;
    background: linear-gradient(to right, #2B87F9, #FF69B4);
    border-radius: 8px;
    text-decoration: none;
    transition: opacity 0.3s;
}

.cta_button:hover {
    opacity: 0.9;
}

.button_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.button_inner p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.arrow {
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}

.bold_result {
    font-weight: bold;
}

.highlighte_yellow {
    background: linear-gradient(transparent 61%, rgb(255 240 25 / 70%) 60% 90%, transparent 90%);
}

@media screen and (max-width: 480px) {

    .rank_search {
        margin-top: 2rem;
    }

    .search-form_search {
        margin-top: 1rem;
    }

    .result {
        padding: 2rem 10px;
    }

    .result h1 {
        font-size: 20px;
        margin-bottom: 1rem;
    }

    .result_content p {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 0.5rem;
    }

    .emphasis {
        font-size: 1.5rem;
    }

    .result_content {
        margin-bottom: 1rem;
    }
}


/* JavaScriptでうまく反応しないので1つ目のctaボタンは非表示に */
.header .product_detail .shiny_button_wrap,
.header .product_detail .shiny_button,
.header .product_detail sup {
  display: none;
}
