@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Asap+Condensed:600');

/*additional reset
---------------------------------------------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body.safari #content, body.safari #footer {/*サファリでリンク先から戻った時文字が拡大する対応*/
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
    margin: 0;
    font-size: 17px;
    background: transparent url(../img/bl_base.png) 0 0 repeat;
}

a:hover,
a:active {
    text-decoration: none;
}

/*初期設定
----------------------------------------------------*/
#wrapper{
    width: 700px;
    padding: 0 0 20px 0;
    overflow: hidden;
    margin: auto;
    position: relative;
    background-color: #fff;
        box-shadow: #ddd 0px -20px 10px 13px;
}
.content{
    display: block;
    margin: 0 auto;
    width: 95%;
}
@media screen and (min-width:640px) {
    .pc{
        display: block;
    }
    .sp{
        display: none;
    }
}

@media screen and (max-width:640px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    #wrapper{
        width: 100%;
    }
}
/*layout
----------------------------------------------------*/
p {
    font-size: 16px;
    color: #292929;
    line-height: 1.5;
    margin-top: 20px;
}
div{
    color: #292929;
}
img{
    width: 100%;
    vertical-align: bottom;
}
.w60{
    display: block;
    width: 60%;
    margin: auto;
}
.w80{
    display: block;
    width: 80%;
    margin: auto;
}
.tac{
    text-align: center;
}
.tar{
    text-align: right;
}
.mt0{
    margin-top: 0;
}
.mb0{
    margin-bottom: 0;
}
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mt20{
    margin-top: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mt30{
    margin-top: 30px;
}
.mb40{
    margin-bottom: 40px;
}
.mt40{
    margin-top: 40px;
}
.pink{
    color: rgb(255, 0, 120);
}
.red{
    color: rgb(255, 0, 0);
}
.gray{
    color: rgb(187, 187, 187);
}
.orange{
    color: rgb(255, 153, 0);
}
.blue{
    color: rgb(0, 0, 255);
}
.marker{
    background: linear-gradient(to bottom, transparent 0%, transparent 65%, #fff59c 40%, #fff492 100%);
}
.marker02{
    border-bottom-style: dotted;
    border-bottom-color: #dcdcdc;
    border-bottom-width: 3px;
    padding-bottom: 3px;
}
.fsLL{
    font-size: 26px;
}
.fsL{
    font-size: 22px;
}
.fsM{
    font-size: 20px;
}
.fsS{
    font-size: 10px;
    color: #aaa;
}
.fwb{
    font-weight: bold;
}
.taC{
    text-align:center;
}

.rankTable table {
    width: 100%;
    text-align: center;
    line-height: 1.2;
}

.rankTable {
    border: 10px solid #000;
}

.rankTable th {
    position: sticky;
    width: 40px;
    padding: 9px 0px 9px;
    background-color: #ff0000;
    color: #fff;
    left: 0;
    border-bottom: 1px dotted #fff;
    font-size: 9px;
}

.rankTable td {
    width: auto;
    border-bottom: 1px dotted #eee;
    border-top: none;
    padding: 3px 2px;
    font-size: 11px;
    position: relative;
    vertical-align: middle;
    border-right: 1px dotted #ddd;
    background: none;
}

.rankTable td:last-child {
    border-right: none;
}

.rankTable tr th+td {
    background-color: #fdffe4;
}

.rankTable table th {
    width: 19.0%;
    font-size: 13px;
}

.rankTable td {
    border-right: 1px dotted #ddd;
}

.rankTable tr {
    border-bottom: 1px dotted #ddd;
}

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

@media screen and (max-width:640px) {
    .rankTable {
        margin-top: 0px;
    }
    .rankTable table {
        width: 550px;
    }

    .rankTable {
        overflow-x: scroll;
    }
}

.rankTable table th {
    vertical-align: middle;
    width: 17.0%;
    font-size: 12.5px;
    z-index: 88;
}

img.table_icon {
    width: 99%;
    margin-top: 5px;
}

.sogood {
    font-size: 29px;
    color: #ff4a1d;
}

.good {
    font-size: 28px;
    color: #ffbb00;
    font-weight: normal;
}

.bad {
    font-size: 30px;
    font-weight: 300;
    color: #747474;
}

.soso {
    font-size: 30px;
    font-weight: bold;
    color: #5edbff;
}
/*目次*/
.contenedor {
    position: relative;
    margin-bottom: 60px;
    transition: all 0.3s;
    background-color: #f3f3f3;
    padding: 5% 2%;
    margin: 3%;
}
.expand {
    height: 90px;
    overflow: hidden;
}
.expand p {
    font-size: 16px;
    color: #292929;
    line-height: 2;
    margin:0;
}
.expand li {
    border-bottom: 1px dotted #abb1ad;
    line-height: 1.9;
    line-height: 2.3;
    font-size: 16px;
}
.expand ul {
    padding: 0;
    margin-top: 0;
}
.expand ul li a, .column ul li a {
    color: #666;
    text-decoration: none;
}
.show_more span {
    background-color: #676767;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    padding: 5px 20px;
}
.show_more, .show_more2 {
    position: absolute;
    bottom: -8px;
    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: -28px;
}
/*タイトル大*/
.p_ttl {
    border-left: 10px solid #ff0000;
    font-size: 17px;
    margin-top: 20px;
    padding: 10px;
    font-weight: bold;
    margin-bottom: -10px;
    background: #ffdddd;
}
.p_ttl02 {
    border-left: 4px solid #ff0000;
    font-size: 17px;
    margin-top: 20px;
    padding: 10px;
    font-weight: bold;
    margin-bottom: -10px;
    background: #ececec;
}
/*商品紹介*/
.haikei {
    padding: 4% 4% 1px;
    margin-top: 40px;
    padding-bottom: 30px;
    /* background-color: #fff5f1; */
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    border: 1px solid #e9bb67;
}
.rank.first .crown .right > p:first-of-type {
    padding: 0;
    line-height: 1;
    margin: 0;
}
.crown{
    position: relative;
}
.crown .poa{
    position: absolute;
    width: 95px;
    top: -2.7em;
}
.crown .right{
    padding-left: 18%;
}
@media screen and (max-width:640px) {
.crown .poa{
    width: 86px;
    top: -1.7em;
}
.crown .right{
    padding-left: 30%;
}
.crown .right p{
    font-size: 13px;
}
}
h3 {
    padding: 0px 0;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: left;
    font-size: 28px;
    color: #ff0000;
    text-decoration: underline;
}
h5 {
    background-color: #ff0000;
    padding: 8px 0px 8px 10px;
    font-weight: bold;
    margin-bottom: -12px;
    margin-top: 35px;
    text-align: left;
    font-size: 17px;
    box-shadow: 2px 2px 3px #bf887c;
    width: 70%;
    border-radius: 5px;
    position: relative;
    color: #fff;
}
.recommend_point {
    box-shadow: 3px 3px 0 #ddd;
    padding: 10px 10px 15px 5px;
    box-sizing: border-box;
    margin: 3px 0 10px;
    background-color: #ffeded;
}
.recommend_point ul {
    padding-left: 23px;
}
.recommend_point li {
    list-style-type: square;
    font-weight: normal;
    margin-top: 11px;
}
::marker {
    color: #ff0000;
}
/*cta*/
.btn {
    display: flex;
    align-items: center;
}
.btn01 {
    display: block;
    width: 40%;
    margin: 4px 4px 5px;
    color: #ff0000;
    padding: 0;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
}
.btn02 {
    display: block;
    width: 57%;
    margin: 4px 2px 5px;
    background-color: #1ab047;
    border-radius: 10px;
    box-shadow: 2px 3px 5px #135f2a;
    padding: 15px 0;
    font-size: 16px;
    text-align: center;
}
.btn02_t {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
.shiny{
    position: relative;
    overflow: hidden;
}
.shiny::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: .2s;
    -webkit-animation: shiny 3s 
ease-in-out infinite;
    animation: shiny 3s 
ease-in-out infinite;
}
@-webkit-keyframes shiny{
    0%{
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80%{
        -webkit-transform: scale(0) rotate(45deg);
        opacity: .5;
    }
    81%{
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100%{
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}
/*口コミ*/
h4 {
    background-color: #292929;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 35px;
    text-align: center;
    font-size: 20px;
    color:#fff;
    box-shadow: 2px 2px 3px #aaa;
}
.profile ul{
    padding: 0;
    margin: 10px 0;
}
.slick-dots {
    bottom: 10px; 
}
.slick-dots li button:before {
    content: '・・・';  
    font-size: 20px;   
    color: #ccc;     
    opacity: 1; 
}
.slick-dots li.slick-active button:before {
    color: #333;
}
.slider01 .box {
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #f5f5f5;
    padding: 4%;
    margin: 0 10px;
    height: 440px;
}
@media screen and (min-width:640px) {
    .slider01 .box {
        height: 320px;
    }
}
.review_header {
    display: flex;
    align-items: center;
    padding: 4px 10px 10px;
    line-height: 1.2;
    border-bottom: 1px solid #d9d9d9;
}
.review_header img {
    width: 60px;
    height: auto;
}
.review_header figure{
    padding-right: 20px;
    margin: 0;
}
.slider02 .box {
    border: none;
    width: 100%;
    padding: 2%;
}
.slider01 .slick-arrow{
    display: none!important;
}
.slider02 .slick-arrow{
    display: none!important;
}
/*グラフ*/
.pro_min_table table {
    width: 100%;
    border-collapse: collapse;
}
.pro_min_table table {
    width: 100%;
    border-collapse: collapse;
}
.pro_min_table table th, .pro_min_table table td {
    font-size: 13px;
}
.pro_min_table table th {
    width: 25%;
    background-color: #ddd;
    text-align: center;
    font-weight: bold;
}
.pro_min_table table th, .pro_min_table table td {
    vertical-align: middle;
    padding: 5px;
    border: 1px solid #a5a5a5;
}
.pro_min_table table .tac{
    text-align: left;
}
/* olのスタイル */
.list {
margin: 0;
padding: 0;
list-style: none; /* デフォルトの数字を非表示に */
counter-reset: li;
}

/* ol内のliのスタイル */
.list li {
position: relative;
font-size: 16px;
padding-left: 1.5em;
line-height: 1.5;
}

/* 2つ目以降のliにmargin-topを指定 */
.list li:not(:first-child) {
margin-top: 0.5em;
}

/* 数字のスタイル */
.list li::before {
counter-increment: li;
content: counter(li);
position: absolute;
left: 0;
top: 2px; /* 数字のY軸線上の位置を調整 */
display: block;
width: 20px;
height: 20px;
border-radius: 50%;
background-color: #ff0000;
font-size: 12px;
color: #fff;
line-height: 20px;
text-align: center;
}
.fs11 a{
    color: #292929;
}
.rankTable .last_btn a {
    display: block;
    background-color: #FF9F00;
    box-shadow: 0 3px 0px 0 #ce8307;
    border-radius: 5px;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 3px;
}
.last_btn .site_btn01  a{
    display: block;
    background-color: #3dbb00;
    box-shadow: 0 3px 0px 0 #257300;
    border-radius: 5px;
    color: #fff;
    padding: 6px 0;
    margin-bottom: 3px;
}
.accordion-header {
    text-align: right;
    cursor: pointer;
    padding: 5px 0 0;
    color: #999;
    font-size: 12px !important;
}

/*コラム*/
.column_box {
    max-width: 850px;
    margin: 40px auto;
    width: 100%;
}
.column_box  img{
    margin-top: 20px;
}
.column_box .toggle {
    display: none;
}
.column_box .Label {
    /*タイトル*/
    padding: 15px;
    display: block;
    color: #fff;
    background: #ff0000;
    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 #ff0000;
    padding: 5px 0px 5px 13px;
    font-weight: bold;
    margin-top: 25px;
}
.column p{
    color: #666;
    font-size: 16px;
}
.columngroup{
    border: solid 1px #a8a8a8;
    padding: 20px 20px 0 20px;
    margin: 70px 0 30px;
}
.columngroup .p_ttl{
    margin-top: -53px;
}
/*離脱*/
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
#exitPopup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    z-index: 1001;
}
@media screen and (max-width: 767px) {
    #exitPopup {
        width: 87%;
    }
}
#exitPopup .close-btn {
    position: absolute;
    top: -51px;
    right: 10px;
    background: none;
    border: none;
    font-size: 56px;
    color: #fff;
    cursor: pointer;
}
/*footer*/
footer{
    text-decoration: none;
    list-style: none;
    text-align: center;
    background-color: #8f8f8f;
    padding: 40px 0;
}
footer a{
    color: #ffffff;
}
/*比較cta*/
#floating a img{
    width: 250px;
}
#floating {
    display: none; /* 最初は非表示 */
}
/*ハンバーガーメニュー*/
header {
    background: #000;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3%;
}
.hamburger {
    width: 20px;
    height: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    margin: 12px 0 12px auto;
    z-index: 1100;
}
.hamburger span {
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    transition: 0.4s;
}
.nav-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #f1f1f1;
    padding-top: 50px;
    transform: translateY(-100%);
    transition: transform 0.4s 
ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 5;
}
.nav-menu.active {
    height: 30px;
    transform: translateY(0);
}
.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
    background: #ff0000;
}
.hamburger.active span:nth-child(2) {
    opacity: 0;
}
.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
    background: #ff0000;
}