@charset "UTF-8";

/* 初期設定 */
* {
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

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;
    background-color: #fff;
    overflow: hidden;
}
.pr{
    text-align: right;
    margin: 0 10px 0 0;
    font-size: 0.9rem;
}

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;
}
video {
    border-radius: 20px;
    overflow: hidden;
}

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

.red {
    color: #d06086;
}

.blue {
    color: #38c1d8;
}

.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: #fff;
    border: 2px solid #d06086;
    border-left: 10px solid #d06086;
    border-right: none;
    padding: 10px 14px;
    margin-top: 50px;
}
h3.frame{
    border: none;
    position: relative;
    margin-bottom: 0.2rem;
    padding: 1rem;
    background-color: #f1f1f1;
    color: #d06086;
    border-radius: 2em .6em 3em .4em/.3em 4em .6em 2em;
    background-color: #ffff;
    font-weight: bold;
    text-align: center;
}
h3.frame:before {
    position: absolute;
    inset: -5px 5px 5px -5px; /* ← ここを変更 */
    border: 2px solid;
    border-radius: 2em .6em 3em .4em/.3em 4em .6em 2em;
    content: '';
}
h3.dashed{
    width: calc(100% - 20px);
    margin:0 auto;
    --main-color: #a16ead;
    padding: 0.5rem;
    color: white;
    box-shadow: 0px 0px 0px 10px var(--main-color);
    border: 2px dashed;
    border-radius: 10px 10px 0 0;
    background-color: var(--main-color);
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.product_area2 h3.frame {
    color: #7e5499;
}
.product_area3 h3.frame {
    color: #d790b2;
}
h3:first-of-type {
    margin-top: 20px;
}
.product_area2 .pro_min_table{
    margin-bottom: 2%;
}

/* ブロッキング */
.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);
}

.product01_area {
    margin-bottom: 40px;
}
.product01_area_inner{
    background-color: #fae2e7;
    padding: 3%;
}

.product_area2, 
.product_area3 {
    padding: 3% 20px 8%;
    margin-bottom: 40px;
    background-color: #f2eef5;
}

.product_area2 .pro_min_table ,
.product_area3 .pro_min_table {
    margin: 0 auto 20px;
}
.product_area2 .product_cta a, 
.product_area3 .product_cta a {
    margin-top: 10px;
}
.product_area3 {
    background-color: #f4e8ee;
}

/* 目次 */
.index {
    position: relative;
    margin-bottom: 60px;
    transition: all 0.3s;
    background-color: #f3f3f3;
    padding: 4%;
    margin: 2% 5%;
    border-radius: 10px;
}
.index .content p{
    margin-top: 0;
}
ul#toc {
    margin-top: 1%;
}

.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: -3%;
}

.show_more span {
    background-color: #908c86;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    padding: 5px 15px;
    font-size: 0.9rem;
}

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

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

.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;
}
.rankTable table tr:nth-of-type(1) {
    border-top:none;
    border-bottom: 1px solid #e6e6e6;
}

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

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


.rankTable table tr th {
    background: #d06086;
    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: #6f6961;
}

.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: #d06086;
}


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

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

    .rankTable {
        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: #39b868;
    box-shadow: 0 3px 0px 0 #239d50;
}

.site_btn01,
.site_btn02 {
    display: block;
    border-radius: 5px;
    color: #fff;
    padding: 6px 0;
    margin-bottom: 3px;
}
.purple{
    color: #d06086;
    font-weight: bold;
}
/* ミニ比較表 */
.pro_min_table{
    width: 85%;
    margin: 0 auto 50px;
    border-radius: 15px;
    overflow: hidden; 
}
.pro_min_table table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    text-align: center;

}

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

.pro_min_table table th,
.pro_min_table table td {
    vertical-align: middle;
    padding: 5px;
    /* border: 2px solid #fae2e7; */
}
.pro_min_table .border-left {
    border-left: 2px solid #fae2e7;
  }
  

@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: #d06086;
    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:10px;
}

.voice_card {
    background-color: #fff;
    padding: 20px;
    border-radius:0 0 15px 15px;
}

.profile_flex {
    display: flex;
    align-items: center;
    gap: 3%;
    border-bottom: 1px solid #a16ead;
    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: #d06086;
    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 #d06086;
    padding: 5px 0px 5px 13px;
    font-weight: bold;
    margin-top: 25px;
}
.column p{
    color: #666;
    font-size: 16px;
}
.intro{
    background-color: #f4bdd0;
    padding: 3%;
}
.intro-inner{
    background-color: #fff;
    padding: 3% 3% 5% 3%;
    border-radius: 10px;
}
.rank_area{
    padding: 5% 0 0;
}
.rank-box{
    padding: 0 3%;
}
.mini_table table{
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.mini_table table, .mini_table2 table {
    width: 80%;
    border-collapse: collapse;
    margin: 5px auto 0;
}
.mini_table table tr
 {
    border-bottom: solid 2px #e9f3e8;
}
.mini_table table th, .mini_table2 table th {
    position: relative;
    text-align: left;
    width: 30%;
    background-color: #d06086;
    color: white;
    text-align: center;
    padding: 7.5px 0;
    font-weight: bold;
    vertical-align: middle;
}
.mini_table table th:after, .mini_table2 table th:after {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: calc(50% - 10px);
    right: -10px;
    border-left: 10px solid #d06086;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.mini_table table td {
    text-align: left;
    width: 70%;
    text-align: center;
    background-color: #fff;
    padding: 7.5px 0;
}
.mt25 {
    display: block;
    text-align: center;
    margin: 25px auto 0;
}
.product_area2 .pro_min_table table th {
    background-color: #7e5499;
}
.product_area2 .pro_min_table .border-left {
    border-left: 2px solid #f2eef5;
}

.product_area2 .product_cta a {
    background-color: #7e5499;
    box-shadow: 0 6px 0px 0 #71498a;
}
.product_area3 .pro_min_table table th {
    background-color: #cf87aa;
}
.product_area3 .pro_min_table .border-left {
    border-left: 2px solid #f2eef5;
}
.product_area3 .product_cta a {
    background-color: #cf87aa;
    box-shadow: 0 6px 0px 0 #c47ea0;
}
.product_area2 .product_cta, 
.product_area3 .product_cta {
    margin-top: 30px;
}
@media screen and (max-width:760px) {
    .pro_min_table {
        width: 100%;
    }
    h3.frame {
        margin-top: 20px;
    }
    .btn-area {
        margin: 1.4em 17px 0 1em;
    }
    .rank_area {
        padding: 5% 0 0;
    }
    .product_area2, .product_area3 {
        padding: 3% 20px 14%;
    }
    .product_area3 {
        margin-bottom: 20px;
    }
}