@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;color: #000;}
img,abbr,acronym,fieldset{border:0;}

html { scroll-behavior: smooth;}
body{
  font: 14px/1.6 sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust:100%;
  overflow-x: hidden;
  color: #707070;
  background: #fff;
}

a{
  color: #0066ff;
  text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}

*, *:before, *:after {
 box-sizing: border-box;
}
.wrapper{
  max-width: 786px;
  margin: 0 auto;
  text-align: center;
}
footer{
  padding: 10px;
  background: #e1dfdf;
}
footer a{
  color: #707070;
  margin: 5px;
}
/* 共通
-------------------------------------------*/
/* btn */
a.btn_external{
  display: inline-block;
  position: relative;
  padding: 5px 21px 5px 13px;
  background: #f74376;
  color: #fff;
  border-radius: 25px;
  font-size: 1.1em;
  box-shadow: 0px 3px 4px #0000004d;
  margin-bottom: 5px;
}
a.btn_external span{
  font-size: .8em;  
}
.mp_ranking_01 a.btn_external{
  background: #FC2A5C;  
}
.mp_detail a.btn_external{
  display: block;
  padding: 10px 26px 10px 18px;
}
.mp_compare a.btn_external{
  font-size: 1em;
}

a.btn_external::after{
  content: "";
  position: absolute;
  top:50%;
  right:7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #ffffff;
  border-right: 0;
  transform: translateY(-50%);
}
.mp_detail a.btn_external::after{
  right:12px;
}
a.btn_detail{
  display: inline-block;
  position: relative;
  padding: 3px 20px 3px 12px;
  color: #164863;
}
a.btn_detail::after{
  content: "";
  position: absolute;
  top:8px;
  right:8px;
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-color:  transparent transparent #164863 #164863;
  transform: rotate(-45deg);
}
.mp_ranking_01 a.btn_detail{
  color: #FC2A5C;
}
.mp_ranking_01 a.btn_detail::after{
  border-color:  transparent transparent #FC2A5C #FC2A5C;
}
a.btn_detail span{
  font-size: .8em;
}
/* 見出し */
h2.h_sub{
  padding: 20px 0;
}
.wrapper img{
  max-width: 100%;
  height: auto;
}
/* main visual
-------------------------------------------*/
.mp_mv_wrapper h1{
  line-height: 0;
}
/* ランキング
-------------------------------------------*/
.mp_ranking{
  background: url(../images/bg_ranking.png);
  padding: 10px 0 20px;
}
.mv_ranking_wrapper{
  padding: 10px 0px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  font-size:.8em;
}
.mv_ranking_wrapper li{
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: 5 span;
}
.mv_ranking_wrapper li dl{
  width: 100%;
  background: #fff;
  padding: 5px 3px 8px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: 5 span;
  border: 2px solid #fff;
}
.mv_ranking_wrapper li:nth-of-type(1)  dl{
  position: relative;
  border: 2px solid #ff3f68; 
  animation: bd-color1 3s infinite;
  background: #ffff7b;
}
.mv_ranking_wrapper li:nth-of-type(1)  dt{
  padding-top: 10px;
}
@keyframes bd-color1 {
  0% { border-color: #ff3f68; }
  33% { border-color: #ffa888; }
  100% { border-color: #ffa888; }
}
.mv_ranking_wrapper li:nth-of-type(2)  dl{
  animation: bd-color2 3s infinite; 
  margin-top: 10px;
}
@keyframes bd-color2 {
  0% { border-color: #fff; }
  33% { border-color: #ff3f68; }
  66% { border-color: #fff; }
  100% { border-color:  #fff; }
}
.mv_ranking_wrapper li:nth-of-type(3)  dl{
  animation: bd-color3 3s infinite; 
  margin-top: 10px;
}
@keyframes bd-color3 {
  0% { border-color:  #fff; }
  33% { border-color: #fff; }
  66% { border-color: #ff3f68; }
  100% { border-color: #fff; }
}
.mv_ranking_wrapper li:nth-of-type(1)  dl::before{
  content: "";
  position: absolute;
  display: block;
  width: 36px;
  height: 39px;
  right: -5px;
  top: -20px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/img_shine.png);
}
.mv_ranking_wrapper li:nth-of-type(1)  dl .point{
  color:#ff0303;
}
.mv_ranking_wrapper figcaption{
  font-weight: bold;
}
.mv_ranking_wrapper .point{
  text-align: center;
  margin-top: 5px;
  padding: 0 5px;
}
.mv_ranking_wrapper .point::before,
.mv_ranking_wrapper .point::after{
  content: "";
  display: block;
  width: 103px;
  height: 5px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/img_line.png);
  margin: 0 auto;
}
.mv_ranking_wrapper .point em{
  font-weight: bold;
}
.mv_ranking_wrapper .cp_pr{
  font-size: .8em;
  line-height: 1.2;
}
/* 選び方
-------------------------------------------*/
.mp_select {
  text-align: center;
  background: #ffecec;
  padding-bottom: 20px;
}
.mp_select h2{
  padding: 20px 20px 0;
}
.mp_select_wrapper{
  overflow-x: scroll;
  overflow-y: hidden;
}
.mp_select h3{
  position: relative;
  min-height: 62px;
  text-align: left;
  padding: 0 0 0 30px;
  line-height: 1.4;
}
.mp_select h3::before{
  position: absolute;
  content: "";
  top: 5px;
  left: -12px;
  width: 45px;
  height: 48px;
  background: no-repeat;
  background-size: 34px auto;
  background-position: 10px center;
  transform: translateY(-50%);
}
.mp_select .point1 h3::before{background-image: url(../images/bg_point1.png);}
.mp_select .point2 h3::before{background-image: url(../images/bg_point2.png);}
.mp_select .point3 h3::before{background-image: url(../images/bg_point3.png);}

.mp_select ul{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 20px 30px 10px;
  width: 700px;  
  text-align: left;
  gap: 3%;
}
.mp_select li{
  background: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}
.mp_select li p{
  text-align: left;
}
.mp_select em{
  font-weight: bold;
}
.mp_select em.marker {
    background: linear-gradient(transparent 40%, #FFF454 40%);
}

/* 比較
-------------------------------------------*/
.table_tab {
    display: flex;
    flex-wrap: wrap;
    gap: 0 5px;
}
.table_tab > label {
    flex: 1 1;
    order: -1;
    padding: 5px 0 0;
    border-radius: 5px 5px 0 0;
    background-color: #BA9CFF;
    color: #010101;
    font-size: 1.2em;
    text-align: center;
    cursor: pointer;
}
.table_tab > label:hover {
    background-color: #BA9CFF;
}
.table_tab input {
    display: none;
}
.table_tab > div {
    display: none;
    width: 100%;
    background-color: #98DBC6;
}
.table_tab label:has(:checked) {
    background-color: #98DBC6;
}
.table_tab label:has(:checked) + div {
    display: block;
}
/* 比較 テーブル*/
table.table_box {
  width: 100%;
  border-collapse:separate;
  border-spacing:.4em;
}
.table_box th, 
.table_box td {
  vertical-align: middle;
  padding: 5px;
  color: #000;
  text-align: center;
  line-height: 1.2;
}
.table_box th {
  height: 1.2em;
  background: #bee8d8;
  color: #1d8e63;
}
.table_box td {
  background: #fff;
}
.table_box .summry{
  border: 1px solid #1d8e63;
}
.table_box .sticky{
  width:25%;
  height: 130px;
}
.table_box .sticky.cp_pr{
  position: relative;
  padding-top: 25px;
}
.table_box .sticky.cp_pr::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -4px;
  width: 90px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/img_ribbon.png);
  margin: 0 auto;
}
.table_box em{
  font-weight: bold;
  font-size: 1.1em;
}
.table_box em.huge{
  font-weight: bold;
  font-size: 1.4em;
}
.table_box span,
.table_box sup{
  font-size: .8em;  
}
.table_box strong{
  font-weight: bold;
}
.table_box ul {
  text-align: left;
}
.table_box li {
  list-style: disc;
  margin-left: 20px;
}
.table_box .great,
.table_box .good,
.table_box .notgood{
  padding-left: 50px;
  background-position: 3px 50%;
  background-repeat: no-repeat;
  text-align: left;
}

.table_box .great{
  background-image: url(../images/bg_great.png);
  background-size:43px 43px;
}
.table_box .good{
  background-image: url(../images/bg_good.png);
  background-size:43px 43px;
}
.table_box .notgood{
  background-image: url(../images/bg_notgood.png) ;
  background-size:40px 35px;
}
.table_box .company.great,
.table_box .company.good,
.table_box .company.notgood,
.table_box .whitening.good{
  padding-left: 0;
  background-position:50% 50%;
  text-align: center;
}
.table_box .company {
  width: 5em;  
}
.table_box th.whitening{
  width: 9em;
  font-size: .8em;
}
.table_box td.area{
  text-align: left;  
}

/* 詳細
-------------------------------------------*/
.mp_detail{
  background:#fffcf7;  
}
.mp_detail .h_sub{
  background:#98DBC6;
  position: relative;
  padding: 30px 0 0;
  margin: 0 0 65px;
}
.mp_detail .h_sub::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 50vw 0 50vw;
  border-color: #98DBC6 #fffcf7 transparent #fffcf7;
  top: 100%;
  left: 0;
  right: 0;
}
.mp_detail_wrapper{
  padding: 0 15px;
}
.mp_detail_wrapper > li{
  border-bottom: 5px double #000;
  margin-bottom: 20px;
}
.mp_detail_wrapper > li:last-child{
  border-bottom:none;
}
.mp_detail_wrapper dt{
  position: relative;
  margin-bottom: 20px;
}
.mp_detail_wrapper dt img{
  width: 150px;
  border-bottom: 1px solid #707070;
  padding-bottom: 5px;
}
.mp_detail .capture{
  margin: 15px 0;
}
.mp_detail .webcp{
  margin-bottom: 10px;
}
.table_summry table{
  width: 100%;
  border-top: 1px solid #1d8e63;
  margin-bottom: 20px;
}
.table_summry th, .table_summry td {
  vertical-align: middle;
  padding: 5px;
  border-bottom: 1px solid #1d8e63;
  line-height: 1.2;
}
.table_summry th {
  background: #bee8d8;
  color: #1d8e63;
  text-align: center;
  min-width: 75px;
}
.table_summry td {
  background: #fff;
  text-align: left;
}
.table_summry em{
  font-weight: bold;
}
.table_summry span{
  font-size: .8em;  
}
.mp_detail .check {
  border: 1px solid #707070;
  padding: 10px;
  border-radius: 15px;
}
.mp_detail .check h3 img{
  width: 140px;
}
.mp_detail .check ul{
  margin-bottom: 15px;
}
.mp_detail .check li{
  text-align: left;
  background: url(../images/bg_check.png) no-repeat left center;
  background-size: 20px auto;
  padding: 5px 5px 5px 30px;
}
.mp_detail .check li em{
  font-weight: bold;
}
.mp_detail .attention{
  color: #707070;
  font-size: .8em;
  text-align: left;
  margin-bottom: 10px;
}
.mp_detail .present_box{
  position: relative;
  display: inline-block;
  padding: 0 20px 10px;
  margin: 0 0 20px;
  background: #98DBC6;
  border-radius: 10px;
}
.mp_detail .present_box img{
  margin-top: -30px;
}
.mp_detail .present_box::after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #98DBC6;
}
.present_box {
  animation: floating-y 1.0s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(3%);
  }
}
.mp_detail .btn_box_l{
  margin: 20px 0;
  background:#FFFBD1;
  padding: 20px 10px;
}
.mp_detail .btn_box_l .attention{
  text-align: center;
}
.mp_detail .btn_box_l .btn_detail{
  padding: 12px 32px 12px 20px;
}

/* レスポンシブ対応
-------------------------------------------*/
@media (max-width:320px){

}
@media screen and (min-width:320px) and ( max-width:375px) {

}
@media (min-width:768px){
  .mp_detail .h_sub::after {
    border-width: 40px 384px 0 384px;
  }
  .mp_select ul{
    margin: 20px auto 10px
  }
  body{
    font: 16px/1.6 sans-serif;
  }
  .mp_detail .check h3 img{
    width: 180px;
  }
  .mp_detail .present_box img{
    width: 400px;
  }
}
