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

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: 16px;
    background-color: #fbf8f8;
}

/** link **/
a:link {
    color: #1c7fbd;
	text-decoration: underline;
}

a:visited {
    color: #1c7fbd;
}

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

/*初期設定
----------------------------------------------------*/
#wrapper{
    width: 750px;
    padding: 0 0 0 0;
    overflow: hidden;
    margin: auto;
    position: relative;
    background-color: #ffffff;
    filter: drop-shadow(2px 3px 6px rgba(88, 88, 88, 0.1));
}
.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
----------------------------------------------------*/

img{
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
}
.taC{
    text-align: center;
}
.taR{
    text-align: right;
}
.mt0{
    margin-top: 0!important;
}
.mb0{
    margin-bottom: 0!important;
}
.mb10{
    margin-bottom: 10px!important;
}
.mb20{
    margin-bottom: 20px;
}
.mt10{
    margin-top: 10px;
}
.mt20{
    margin-top: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mt30{
    margin-top: 30px;
}
.mb40{
    margin-bottom: 40px;
}
.mt40{
    margin-top: 40px;
}
.red{
    color: rgb(255, 0, 0);
}
.pink{
    color: #ff828f;
}
.gray{
    color: rgb(110, 110, 110);
}
.marker{
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 30%,#ffee57 0%) repeat scroll 0 0;
}
.marker02{
    border-bottom-style: dotted;
    border-bottom-color: #dcdcdc;
    border-bottom-width: 3px;
    padding-bottom: 3px;
}

.fwB {
    font-weight: bold;
}

.note {
    text-align: right;
    font-size: 0.8rem;
    /* margin-top: 0px; */
    color: rgb(110, 110, 110);
}
.rel{
    position: relative;
}
.abs {
    position: absolute;
}
.va_m {
    vertical-align: middle!important;
}




.box1 {
    background-color: #dcf8f9;
    padding: 3% 3%;
    font-size: clamp(17.5px, 2.3vw, 20px);
    line-height: 1.8;
    margin-top: 20px;
}

/* .box2 {
    background: #fff;
    padding: 3% 5%;
    line-height: 1.8rem;
    font-size: clamp(15px, 2.3vw, 18px);
    background-color: #ffeaec;
} */

/* .box3 {
    background: #fff;
    border: 2px solid #f5a8b0;
    padding: 3% 5%;
    line-height: 1.8rem;
    font-size: clamp(15px, 2.3vw, 18px);
} */

/* ふきだし */
  .balloon01 {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 15px;
    padding: .8em 1.2em;
    border: 3px solid #ea647e;
    border-radius: 5px;
    background-color: #fff;
    color: #333333;
    margin: 20px auto;
    font-weight: bold;
    font-size: clamp(16px, 2.3vw, 20px);
}
  
  .balloon01::before,
  .balloon01::after {
      position: absolute;
      bottom: -15px;
      width: 30px;
      height: 15px;
      clip-path: polygon(0 0, 100% 0, 50% 100%);
      content: '';
  }
  
  .balloon01::before {
      background-color: #ea647e;
  }
  
  .balloon01::after {
      bottom: -11px;
      background-color: #fff;
  }
  .bg {
    background-color: #f9ebea;
    padding: 1% 4%;
    margin-bottom: 8%;
}

/* tag */
.tag_area {
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0 20px;
}

.tag_area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tag_area ul li {
    display: inline-block;
    margin: 0 .3em .3em 0;
    padding: 0 1em;
    height: 30px;
    line-height: 30px;
    background-color: #f5a8b0;
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
    -webkit-transition: .2s;
    transition: .2s;
    font-size: clamp(14px, 2.3vw, 17px);
}
.tag_area ul li.tag_non {
    background-color: #d7d5d5;
}
.tag_area ul li::before {
    content: "✓";
    margin-right: 5px;
}

/* 表 */
.product-info {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.product-info th,
.product-info td {
    border: 1px solid #f5a8b0;
    padding: 10px;
    text-align: left;
}

.product-info th {
    background-color: #ffeaee;
    font-weight: bold;
    width: 30%;
}

.product-info td {
    width: 70%;
}

/*pr*/
.txt06_3 {
    height: auto;
    padding: 1% 2% 1% 5%;
    font-size: clamp(15px, 2.3vw, 18px);
    line-height: 170%;
    text-align: right;
    color: #8f8f8f;
}


h1 {
    margin: 0;
}
  h2 {
    background-color: #ea647e;
    color: #fff;
    text-align: center;
    padding: 2%;
    font-size: clamp(18px, 2.3vw, 26px);
}

.ttl_sub {
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
    font-size: clamp(16px, 2.3vw, 18px);
}

h3 {
    background-color: #f5a8b0;
    color: #fff;
    padding: 1.5% 4%;
    font-size: clamp(16px, 2.3vw, 24px);
    margin-bottom: 20px;
    text-align: center;
}

h4.select {
    display: flex;
    align-items: center;
    padding: .5em .7em;
    background-color: #faedc9;
    color: #de5f78;
    font-size: clamp(16px, 2.3vw, 24px);
}

h4.select::before {
    display: inline-block;
    width: 5px;
    height: 1.5em;
    margin-right: .5em;
    background-color: #ea647e;
    content: '';
}

h4.point {
    padding: .5em .7em;
    border-left: 5px solid #ea647e;
    background-color: #faedc9;
    color: #ea647e;
    font-size: clamp(16px, 2.3vw, 24px);
}

h5 {
    font-size: clamp(18px, 2.3vw, 40px);
    text-align: center;
    border-bottom: 2px solid #f5a8b0;
    margin-bottom: 10px;
}
.mt_ttl {
    margin-top: 20%;
}
/* ボタン */
.button1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: .9em 2em;
    border: none;
    border-bottom: solid 8px #1a711e;
    border-radius: 15px;
    background: linear-gradient(to bottom, #009534, #00ae4d);
    color: #fff;
    font-size: clamp(16px, 2.3vw, 20px);
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    margin-bottom: 10%;
    cursor: pointer;
}

.button1:hover {
    transform: translateY(5px);
    border-bottom-width: 2px;
    background: linear-gradient(to bottom, #ff96b1, #f17791);
}

.button1 .small-text {
    font-size: clamp(14px, 1.8vw, 18px);
}

.button1 .large-text {
    font-size: clamp(18px, 2.3vw, 24px);
}

/* 2位以降 */
.button2 {
    border-bottom: solid 8px #bf576a;
    background: #e68698;
}

.button2:hover {
    transform: translateY(5px);
    border-bottom-width: 2px;
    background: linear-gradient(to bottom, #e68698, #e68698);
}

/* 口コミ */
.view {
    border: 2px solid #ea647e;
    padding: 5%;
    margin-bottom: 5%;
}

div.vid_contents {
    width: 100%;
    margin: auto;
    position: relative;
    padding-top: 87.5%; /* 16:9のアスペクト比を0.7倍にした値 (125% * 0.7) */
    padding-top: 100%; 
}

video.vid_main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vid_text {
    margin-top: 10px;
}

.vid_text p {
    margin: 0;
    font-size: clamp(14px, 2.3vw, 16px);
    line-height: 1.5;
}




/* 2位以降口コミ */
.balloon_view {
    display: flex;
    justify-content: flex-start;
    align-items: start;
    gap: 0 22px;
    margin-bottom: 20px;
}

.balloon_view img {
    max-width: 70px;
    height: 100%;
    border: 3px solid #f2f2f2;
    border-radius: 50%;
    margin: 0;
}

.balloon_view p {
    position: relative;
    /* max-width: 300px; */
    margin: 3px 0 0;
    padding: .8em 1em;
    border-radius: 5px;
    background-color: #f2f2f2;
    color: #333333;
    width: 100%;
}

.balloon_view p::before {
    position: absolute;
    left: -15px;
    width: 15px;
    height: 30px;
    background-color: #f2f2f2;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    content: '';
}

.abs_img11-1 {
    position: absolute;
    width: 48%;
    top: 8%;
    left: 3%;
}
.abs_img11-2 {
    position: absolute;
    width: 48%;
    top: 8%;
    right: 3%;
}
.abs_img11-3 {
    position: absolute;
    width: 48%;
    top: 33%;
    left: 3%;
}
.abs_img11-4 {
    position: absolute;
    width: 48%;
    top: 33%;
    right: 3%;
}
.abs_img11-5 {
    position: absolute;
    width: 48%;
    top: 57.5%;
    left: 3%;
}
.abs_img11-6 {
    position: absolute;
    width: 48%;
    top: 57.5%;
    right: 3%;
}

/*比較表*/
.rankTable{
    border: 7px solid #fbdfde;
	margin-top: 50px;
}
.rankTable>p{
    display: none;
}
.rankTable table{
    width: 100%;
    border-collapse: collapse;
}
.rankTable th{
    position: sticky;
    width: 55px;
    background-color: #f3a3b2;
    color: #fff;
    left: 0;
    border-bottom: 1px dotted #fff;
	z-index: 90;
	font-size:13px;
}
.rankTable td{
    width: 97px;
    border-bottom: 2px dotted #ddd;
    padding: 9px 2px;
    background-color:#fff;
   font-size:13px;
   vertical-align: top;
}
.rankTable td:last-child{
    border-right: none;
}
.rankTable tr:last-child td,
.rankTable tr:last-child th{
    border-bottom: none;
}
.rankTable td:nth-of-type(1) {
    background-color: #fffbe8;
}
.rankTable {
        width: 100%;
}
.rankTable tr:nth-child(4) td img{
    width: 37px;
    height:37px;
}
.rankTable tr:nth-child(5) td img{
    width: 37px;
    height:37px;
}
.rankTable tr:nth-child(6) td img{
    width: 37px;
    height:37px;
}
.rankTable tr:nth-child(7) td img{
    width: 37px;
    height:37px;
}
.rankTable tr:nth-child(8) td img{
    width: 37px;
    height:37px;
}
table tbody tr th, table tbody tr td {
    text-align: center;
}
span.ex, span.go, span.so, span.but {
    line-height: 40px;
}
span.ex {
    font-size: 2.5rem;
    color: #F60000;
}
span.go {
    font-size: 2.5rem;
    color: #6edfed;
}
span.so {
    font-size: 2.5rem;
    color: #ffdb27;
}
span.ba {
    font-size: 2.5rem;
    color: #5b5b5b;
}
.rankTable table tr th {
    font-size: 1rem;
}
.rankTable img {
    margin-bottom: 0;
}

    @media screen and (max-width:768px){
        .sp{
            display: block;
        }
        .rankTable table{
            width: 550px;
        }
        .rankTable{
            overflow-x: scroll;
        }
    }








footer{
    padding: 30px 20px;
    text-align: center;
    background: #ECECEC;
    margin-top: 50px;
    font-size: 13px;
}