@charset "UTF-8";

/* 初期設定 */
* {
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
}

body {
    font: 17px/1.5 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    background-color: #F7F7F7;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

@media screen and (max-width:699px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .sp.inline {
        display: inline;
    }
}

.wrapper {
    display: block;
    position: relative;
    width: 100%;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    background-color: #fff;
    overflow: hidden;
}

header {
    background-color: #999;
    padding: 30px 10px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

footer {
    background-color: #999;
    padding: 30px 10px;
    text-align: center;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

footer a {
    color: #fff;
}

p {
    color: #000;
    margin-top: 20px;
    line-height: 1.7;
    vertical-align: baseline;
}

ul {
    color: #000;
    margin-top: 20px;
    line-height: 1.7;
    vertical-align: baseline;
}

a {
    display: block;
    color: #1E73BE;
}

img,
video {
    width: 100%;
    object-fit: contain;
    display: block;
    vertical-align: bottom;
    margin-top: 20px;
}

/* 文字デザイン */
.pink {
    color: #c42f69;
}

.red {
    color: #e1193a;
}

.blue {
    color: #148da1;
}

.mark {
    background: linear-gradient(to bottom, transparent 0%, transparent 40%, #fffeda 40%, #fffeda 100%);
}

.product01_area>p>.mark {
    background: linear-gradient(to bottom, transparent 0%, transparent 40%, #fffd88 40%, #fffd88 100%);
}

.taC {
    display: block;
    margin: 20px auto 0;
    text-align: center;
}

.taR {
    display: block;
    text-align: right;
}

.mt {
    margin-top: 25px;
}

.mb {
    margin-bottom: 25px;
}

.m0 {
    margin: 0;
}

.fsSS {
    font-size: 8px;
}


.fsS {
    font-size: 12px;
}

@media screen and (max-width:699px) {
    .rankTable .fsS{
        font-size: 10px;
    }
    .pro_min_table .fsS {
        font-size: 9px;
    }
}

.fsL {
    font-size: 20px;
}

.fsLL {
    font-size: 23px;
}

.fsLLL {
    font-size: 27px;
}

.anno {
    text-align: right;
    font-size: 10px;
    color: #666;
    margin-top: 10px;
}

h3 {
    background-color: #fff1f6;
    border-left: 10px solid #c42f69;
    padding: 10px 14px;
    margin-top: 50px;
}

.product01_area h3 {
    background-color: #ffefcb;
    border-left: 10px solid #b48824;
}

.product_area h3 {
    background-color: #fff;
    border-left: none;
    border-bottom: 2px solid #c42f69;
}

h3:first-of-type {
    margin-top: 20px;
}

/* ブロッキング */
.fv {
    width: 100%;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}

.fv img {
    margin: 0;
}


.choice_area {
    background: #fff;
    border-radius: 10px;
    padding: 3%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.intro_area,
.rank_area {
    padding: 3%;
}

.product01_area {
    background: #ffffe8;
    padding: 3% 20px 5%;
    border: 2px solid #e9e9c7;
    margin-bottom: 40px;
    margin-top: 20px;
}

.product_area {
    padding: 3% 20px 5%;
    border: 2px solid #999;
    margin-bottom: 40px;
}

/* 目次 */
.index {
    position: relative;
    margin-bottom: 60px;
    transition: all 0.3s;
    background-color: #f3f3f3;
    padding: 7% 6%;
    margin: 5%;
}

.expand {
    height: 90px;
    overflow: hidden;
}

.expand li {
    border-bottom: 1px dotted#abb1ad;
}

.expand ul li a,
.column ul li a {
    color: #666;
    text-decoration: none;
    display: inline;
}

.expand ul li+li {
    margin-top: 10px;
}

@media (max-width: 700px) {
    .expand li a {
        font-size: 12px !important;
    }

    .expand {
        height: 110px;
        overflow: hidden;
    }
}

.show_more,
.show_more2 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 30px;
    background: linear-gradient(180deg,
            rgb(255, 255, 255, 0) 0%,
            rgb(255, 255, 255, 1) 40%);
    cursor: pointer;
    transition: bottom 0.2s;
}

.active {
    background: none;
    bottom: -80px;
}

.show_more span {
    background-color: #c42f69;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    padding: 5px 20px;
}

/*-------------比較表-------------*/
.rankTable_read{
    text-align: center;
    font-size: 16px;
    color: #666;
}

.rankTable {
    border: 10px solid #fff1f6;
    box-sizing: border-box;
    background: #ffffff;
    margin: 0 auto;
    overflow-x: scroll;
    margin-top: 20px;
}

.rankTable table {
    border-collapse: collapse;
    table-layout: fixed;
    color: #222;
    text-align: center;
    width: 1500px;
}

@media screen and (max-width:699px) {
    .rankTable table {
        width: 1650px;
    }
}

.rankTable table td,
.rankTable table tr th {
    font-size: 13px;
    padding: 5px;
    line-height: 1.5;
    vertical-align: middle;
}

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

    .rankTable table td,
    .rankTable table tr th {
        font-size: 11px;
    }

    /* 幅指定 */
    .rankTable table tr th {
        width: 80px !important;
    }

    .rankTable table tr td:first-of-type {
        width: 60px !important;
    }

    .rankTable table tr td:nth-of-type(2) {
        width: 70px !important;
    }

    .rankTable table tr td:nth-of-type(3) {
        width: 90px !important;
    }

    .rankTable table tr td:nth-of-type(4),
    .rankTable table tr td:nth-of-type(5),
    .rankTable table tr td:nth-of-type(7),
    .rankTable table tr td:nth-of-type(9) {
        width: 140px !important;
    }

    .rankTable table tr td:nth-of-type(6) {
        width: 160px !important;
    }

    .rankTable table tr td:nth-of-type(8) {
        width: 80px !important;
    }

    .rankTable table tr td:nth-of-type(10) {
        width: 100px !important;
    }

    .rankTable table tr td:nth-of-type(11),
    .rankTable table tr td:nth-of-type(12),
    .rankTable table tr td:nth-of-type(13),
    .rankTable table tr td:nth-of-type(14),
    .rankTable table tr td:nth-of-type(15) {
        width: 90px !important;
    }
}

.rankTable table td.mini,
.rankTable table th.mini {
    font-size: 11px;
}

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

    .rankTable table td.mini,
    .rankTable table th.mini {
        font-size: 10px;
    }

}


.rankTable table tr th {
    background: #c42f69;
    color: #fff;
    font-weight: bold;
    width: 6%;
    position: sticky;
    left: 0;
    z-index: 5;
    text-align: center;
}

.rankTable table tr {
    border-top: 1px solid #cdd4d0;
}

.rankTable table td {
    border-right: 1px solid #cdd4d0;
    text-align: center;
}

.rankTable table td:first-child {
    background: #cdd4d0;
}

.rankTable table td:last-child,
.rankTable table tr:first-child th:last-child,
.rankTable table tr:last-child th:last-child {
    border-right: none;
}

.rankTable table img {
    max-width: 100%;
    margin: 0 auto;
}

.rankTable a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.y_bg {
    background: #fffedf;
}

/* Button Styles */
.chart_btn,
.chart02_btn {
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    margin: 5px auto;
    position: relative;
    line-height: 1.3;
    color: #fff;
    font-size: 15px;
}

.chart_btn {
    background-color: #ff7510;
    box-shadow: 0 5px 0 0 #ce6010;
}

.chart02_btn {
    background-color: #E31A1A;
    box-shadow: 0 5px 0 0 #d4396a;
}

/* Rank Titles */
.rank_ttl,
.rank_ttl1,
.rank_ttl2 {
    padding: 1rem 2rem;
    color: #fff;
    font-weight: bold;
    font-size: 23px;
    line-height: 1.5;
    border: none;
    margin: 45px 0 0 0;
    text-align: center;
}

.rank_ttl {
    background-color: #998158;
}

.rank_ttl1 {
    background: linear-gradient(45deg, #757575, #E8E8E8);
}

.rank_ttl2 {
    background-color: #34180d;
}

/* Status Indicators */
.so {
    color: #ffe20f;
    font-size: 30px;
}

.ba {
    color: #64a8b3;
    font-size: 30px;
}

.go {
    color: #ff3a3a;
    font-size: 30px;
}

@media screen and (max-width:699px) {
    .so {
        font-size: 20px;
    }

    .ba {
        font-size: 20px;
    }

    .go {
        font-size: 20px;
    }
}

.star{
    color: #F1D42B;
}


/* Media Query */
@media (max-width: 760px) {

    .chart_btn a,
    .chart02_btn a,
    .rankTable a {
        font-size: 10px;
    }

    .rankTable {
        border: 5px solid #fde5ec;
        width: 100%;
    }

    .rankTable table tr th {
        width: 5%;
    }

    .rankTable table img {
        height: 50px;
        object-fit: contain;
    }

    .chart_btn,
    .chart02_btn {
        width: 100%;
        padding: 2px 0;
    }
}

/* Additional Buttons */
.site_btn01 {
    background-color: #13ae4c;
    box-shadow: 0 3px 0px 0 #0b7733;
}

.site_btn02 {
    background-color: #998158;
    box-shadow: 0 3px 0px 0 #6d5a39;
}

.site_btn01,
.site_btn02 {
    display: block;
    border-radius: 5px;
    color: #fff;
    padding: 6px 0;
    margin-bottom: 3px;
}

/* ミニ比較表 */
.pro_min_table table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    text-align: center;
}

.pro_min_table table th {
    width: 25%;
    background-color: #c42f69;
    color: #fff;
    font-weight: bold;
}

.pro_min_table table th,
.pro_min_table table td {
    vertical-align: middle;
    padding: 5px;
    border: 1px solid #a5a5a5;
}

@media screen and (max-width:699px){
    .pro_min_table table th,
.pro_min_table table td {
    font-size: 12px;
}
}


.pro_min_table table td .star {
    color: #FBBC04;
}

/* 商材CTA */
.product01_cta {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;
    margin-top: 20px;
}

.product01_cta a {
    color: #fff;
    text-decoration: none;
    background-color: #13ae4c;
    box-shadow: 0 3px 0px 0 #0b7733;
    border-radius: 5px;
    padding: 10px;
    width: 60%;
}

.product01_cta p {
    margin: 0;
    line-height: 1.4;
}

@media screen and (max-width: 760px) {
    .product01_cta {
        justify-content: space-between;
    }

    .product01_cta a {
        width: 65%;
    }
}

/* 2位以下 */
.product_cta a {
    color: #fff;
    text-decoration: none;
    background-color: #c42f69;
    box-shadow: 0 6px 0px 0 #8d204a;
    border-radius: 5px;
    padding: 3% 5%;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    margin-top: 40px;
}

/* CTA */
.btn-area {
    margin: 1.5em 0 1em;
    justify-content: center;
    display: flex;
    text-align: center;
}

.btn {
    width: auto;
    transition: all 0.3s ease;
    cursor: pointer;
    box-sizing: border-box;
    animation: bound2Btn 2s ease infinite;
    height: 100%;
    position: relative;
    overflow: hidden;
}

a.btn:hover {
    opacity: 0.7;
}

a.btn img {
    vertical-align: middle;
    margin-top: 0;
}

.hikari_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-mask-image: url('../img/cta.png');
    mask-image: url('../img/cta.png');
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: left top;
    mask-position: left top;
}

.hikari {
    position: absolute;
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-brite 3s ease-in-out infinite;
}


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

    15% {
        transform: translateY(-30px);
    }

    30% {
        transform: translateY(0);
    }

    45% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(0);
    }

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

@-webkit-keyframes shiny-brite {
    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;
    }
}

/* 口コミ */
.slider {
    margin-top: 20px;
}

.voice_card {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #c42f69;
    border-radius: 20px;
}

.profile_flex {
    display: flex;
    align-items: center;
    gap: 3%;
    border-bottom: 1px solid #c42f69;
    padding-bottom: 3%;
}

.profile_flex>.icon {
    width: 15%;
    margin: 0;
}

.profile_flex>.voice_ttl {
    width: 82%;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

/* -------------------------追従ボタン------------------------- */
.fixed_cta {
    width: 350px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    padding: 10px;
    opacity: 1;
}

@media screen and (max-width:699px) {
    .fixed_cta {
        width: 60%;
        padding: 0;
    }
}

.fixed_cta a:hover {
    opacity: 0.7;
}

@media screen and (max-width:699px) {
    .fixed_cta {
        padding: 1;
    }
}

.fixed_cta img {
    margin: 0;
}

/*　上に上がる動き　*/

.fixed_cta.UpMove {
    animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

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

/*　下に下がる動き　*/

.fixed_cta.DownMove {
    animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(120px);
    }
}

/*離脱ポップ*/
#exitPopup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    z-index: 1001;
}

#exitPopup .close-btn {
    position: absolute;
    top: -20px;
    right: 15px;
    background: none;
    border: none;
    font-size: 56px;
    color: #fff;
    cursor: pointer;
}

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

@media screen and (max-width: 767px) {
    #exitPopup {
        width: 87%;
    }
}

/*コラム*/
.column_box {
    max-width: 850px;
    margin: 40px auto;
    width: 100%;
}
.column_box .toggle {
    display: none;
}
.column_box .Label {
    /*タイトル*/
    padding: 15px;
    display: block;
    color: #fff;
    background: #c42f69;
    text-align: left;
    font-weight: 700;
    font-size: 22px;
}
.column_box .Label::after {
    /*タイトル横の矢印*/
    content: "";
    width: 9px;
    height: 9px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 6px);
    right: 20px;
    transform: rotate(135deg);
}
.column_box .Label,
.column_box .column_list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
    margin-top: 0;
    list-style: none;
}
.column_box .column_list {
    /*本文*/
    height: 0;
    margin-bottom: 17px;
    padding: 0 20px;
    overflow: hidden;
    text-align: left;
    background-color: ivory;
}
.toggle:checked+.Label+.column_list {
    /*開閉時*/
    height: auto;
    padding: 20px;
    transition: all .3s;
}
.toggle:checked+.Label::after {
    transform: rotate(-45deg) !important;
}

@media screen and (max-width:760px) {
    .column_box .Label::before {
    height: 25px;
    width: 25px;
    margin-right: 1px;
    }
    .column_box .Label {
    padding: 13px 35px 13px 42px;
    font-size: 16px;
    text-indent: -27px;
    }
    .toggle:checked+.Label+.content {
    padding: 13px;
    }
    .toggle:checked+.Label+.content p{
    font-size: 16px;
    line-height: 1.4;
    }
    .column_box .content {
    margin-bottom: 10px;
    }
}

.column{
    display: block;
    margin: 0 auto;
    width: 95%;
}
.column .ttl{
    border-left: 5px solid #c42f69;
    padding: 5px 0px 5px 13px;
    font-weight: bold;
    margin-top: 25px;
}
.column p{
    color: #666;
    font-size: 16px;
}