@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 1rem;
  line-height: 1.8rem;
  font-family: sans-serif;
}

@media (max-width: 780px) {
  body {
    font-variant: JIS04;
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .sp_none {
    display: none !important;
  }

  .bnr img {
    margin-left: 3%;
  }
}

@media (min-width: 781px) {
  .pc_none {
    display: none !important;
  }
}

/*------------------------------------------------------------
nav
------------------------------------------------------------*/
#nav .logo {
  display: block;
  margin: 10px auto;
}

#nav ul {
  padding: 0;
}

#nav ul,
#nav li {
  list-style: none;
}

#nav a {
  font-family: sans-serif;
  text-decoration: none;
}

#nav {
  width: 100%;
  z-index: 9999;
  /*	max-width: 1200px;*/
  margin: auto;
}

#nav>.nav_bg>a {
  display: none;
}

#nav li {
  position: relative;
}

#nav li a {
  color: #fff;
  display: block;
}

#nav li a:active {
  background-color: #c00 !important;
}

#nav span:after {
  width: 0;
  height: 0;
  border: 0.313em solid transparent;
  /* 5 */
  border-bottom: none;
  border-top-color: #ffffff;
  content: "";
  vertical-align: middle;
  display: inline-block;
  position: relative;
  right: -0.313em;
  /* 5 */
}

/* first level */
#nav>.nav_bg>ul {
  height: 3rem;
  /* 60 */
  max-width: 1024px;
  background-color: #ee9c86;
  margin: auto;
}

#nav>.nav_bg>ul>li {
  width: 33.33333%;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  height: 100%;
  float: left;
  z-index: 2;
}

#nav>.nav_bg>ul>li>a {
  height: 100%;
  font-size: 1.3rem;
  line-height: 2.5em;
  text-align: center;
}

#nav>.nav_bg>ul>li:not(:last-child)>a {
  border-right: 1px solid #ffffff;
}

#nav>.nav_bg>ul>li:hover>a,
#nav>.nav_bg>ul:not(:hover)>li.active>a {
  background-color: #ec4330;
}

/* second level */
#nav li ul {
  background-color: #ec4330;
  display: none;
  position: absolute;
  top: 100%;
}

#nav li:hover ul {
  display: block;
  left: 0;
  right: 0;
}

#nav li:not(:first-child):hover ul {
  left: -1px;
}

#nav li ul a {
  font-size: 1.3rem;
  /* 20 */
  border-top: 1px solid #ee9c86;
  padding: 0.75em;
  /* 15 (20) */
}

#nav li ul li a:hover,
#nav li ul:not(:hover) li.active a {
  background-color: #ee9c86;
}

.nav_bg {
  width: 100%;
  background: #ee9c86;
}

@media only screen and (max-width: 62.5em) {

  /* 1000 */
  #nav {
    width: 100%;
    position: static;
    margin: 0;
  }
}

@media only screen and (max-width: 40em)
/* 640 */
  {
  #nav {
    position: fixed;
    background: #ffffff;
    z-index: 9999;
  }

  #nav>.nav_bg>a {
    width: 3.5rem;
    height: 3.5rem;
    text-align: left;
    text-indent: -9999px;
    background-color: #ee9c86;
    position: absolute;
    right: 0;
    padding-top: 3%;
    box-sizing: border-box;
  }

  #nav>.nav_bg>ul>li>a {
    font-size: 1.3em;
  }

  #nav>.nav_bg>a:after {
    top: 60%;
  }

  #nav:not(:target)>.nav_bg>a:first-of-type,
  #nav:target>.nav_bg>a:last-of-type {
    display: block;
  }

  /* first level */
  #nav>.nav_bg>ul {
    height: auto;
    display: none;
    position: absolute;
    margin-top: 3.3rem;
    left: 0;
    right: 0;
  }

  #nav:target>.nav_bg>ul {
    display: block;
  }

  #nav>.nav_bg>ul>li {
    width: 100%;
    float: none;
  }

  #nav>.nav_bg>ul>li>a {
    height: auto;
    text-align: left;
    padding: 0 0.833em;
    /* 20 (24) */
  }

  #nav>.nav_bg>ul>li:not(:last-child)>a {
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }

  /* second level */
  #nav li ul {
    position: static;
    padding: 1.25em;
    /* 20 */
    padding-top: 0;
  }

  #nav>.nav_bg>a>span {
    display: block;
    height: 0.3rem;
    width: 65%;
    margin: auto;
    background: #fff;
  }

  #nav>.nav_bg>a>span:nth-child(2) {
    margin: 8px auto;
  }

  nav#nav>a>img.logo {
    float: left;
    padding: 2%;
    margin: 0;
    height: 3.3rem;
    display: inline-block;
    box-sizing: border-box;
  }
}

/*------------------------------------------------------------
mv
------------------------------------------------------------*/
img.mv {
  display: block;
  margin: 20px auto;
  max-width: 1024px;
  width: 100%;
}

@media only screen and (max-width: 780px) {
  img.mv {
    margin: 0px;
    width: 100%;
  }
}

/*---------------------------------------------------------
seach
-----------------------------------------------------------*/

/* seach_form */
@media (max-width: 800px) {
  .research_inner {
    padding: 10px;
  }

  .research_inner h4 {
    font-size: 16px;
  }
}

.index_search {
  border-collapse: collapse;
  width: 100%;
  background: #fff;
  border: 10px solid #fff;
}

#search-form {
  padding: 20px;
  width: 1024px;
  margin: auto;
  box-sizing: border-box;
}

.index_search th {
  border-collapse: collapse;
  border-bottom: #fff 2px solid;
  background-color: #f6f5f4;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  font-size: 80%;
  padding: 10px;
  line-height: 1.4;
  font-size: 16px;
  color: #013f99;
}

.index_search td {
  background-color: #f6f5f4;
  border-collapse: collapse;
  border-bottom: #fff 2px solid;
  border-right: #fff 2px solid;
  text-align: left;
  vertical-align: middle;
  padding: 15px;
  font-size: 80%;
  font-size: 16px;
}

form#search-form img {
  display: block;
  margin: 15px auto;
}

input#exec {
  margin: 30px auto;
  display: block;
}

@media (max-width: 780px) {
  .ac input {
    width: 100%;
  }

  #search-form {
    width: 100%;
    padding: 3%;
    margin-top: 10px;
    background: #ffffff;
  }

  form#search-form img {
    display: block;
    margin: 15px auto;
    width: 70%;
  }

  .index_search {
    background: #fff;
    border: none;
  }

  .index_search th {
    border-collapse: collapse;
    border: none;
    color: #ffffff;
    background-color: #6387ce;
    font-weight: bold;
    vertical-align: middle;
    font-size: 1.2rem;
    letter-spacing: 1px;
    padding: 10px;
    line-height: 1.4;
    display: block;
  }

  .index_search td {
    border-collapse: collapse;
    border: none;
    vertical-align: middle;
    padding: 5px;
    font-size: 100%;
    display: block;
  }

  .btn-more {
    background-color: #b9468f;
    color: #fff;
    margin-left: 50px;
    margin-right: 50px;
    padding: 20px;
    font-size: 1.2em;
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid #b9468f;
    cursor: pointer;
  }

  .btn-more::before {
    content: "＋";
  }

  .btn-more.close::before {
    content: "―";
  }

  .dropdown {
    background-color: #ffffff;
  }

  .dropdown ul {
    margin-left: 2em;
  }

  .dropdown ul li {
    list-style-type: disc;
  }

  .spbr label {
    display: inline-block;
    padding: 5px;
    border: none;
    margin: 2% 0;
  }
}

.checkbox01_input {
  display: none;
}

.checkbox01_parts {
  padding-left: 25px;
  position: relative;
  margin-right: 3px;
}

.checkbox01_parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 4px;
}

.checkbox01_input:checked+.checkbox01_parts {
  color: #ec4330;
}

.checkbox01_input:checked+.checkbox01_parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -11px;
  left: 4px;
  width: 13px;
  height: 24px;
  transform: rotate(40deg);
  border-bottom: 3px solid #ec4330;
  border-right: 3px solid #ec4330;
}

tr.formBtn td {
  width: 70%;
  margin: 0px auto;
  padding: 15px;
  text-align: center;
  background: #ff903e;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  box-shadow: 0px 5px 0px #d55a00;
}

tr.pc_dp_n.formBtn {
  background: #f6f5f4;
  padding: 15px 0;
}

/*------------------------------------------------------------
products
------------------------------------------------------------*/

.point img {
  width: 100%;
  max-width: 640px;
}


.product {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}

.product_rank{
  padding:1.2rem 0;
}

.product_rank::after{
  content:"";
   display:block;
   width: 100%;
   max-width:1000px;
   height:1px;
   background-color:#CCC;
   position:absolute;
   bottom:0;
   left:50%;
  transform: translateX(-50%);
}

.product h2 span {
  line-height: 1.4;
}

.product_top {
  background: #ffe6df;
  padding: 1% 5% 3%;
  margin-top: 5%;
}

.product_ttl {
  display: flex;
}

.product_ttl>img {
  margin: 0 15vh 5vh 10vh;
}

.product_ttl.twolines>img {
  margin: 0 1vh 5vh 5vh;
}

.product_ttl h2 {
  padding: 10% 0;
  color: #ec4330;
  font-size: 5rem;
}

.star-rating {
  position: relative;
  width: 5em;
  height: 1em;
  font-size: 5rem;
}

.star-rating-front {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #ffcc33;
  line-height: 1;
}

.star-rating-back {
  color: #ccc;
  line-height: 1;
}

.product_rating {
  width: 100%;
  display: flex;
  border: 1px solid #f76b75;
  color: #f76b75;
  background-color: #fff;
}

.rating_txt {
  color: #fff;
  background-color: #f76b75;
  margin: 0;
  font-size: 3rem;
  padding: 2.5% 4%;
  text-align: center;
}

@media (max-width: 780px) {
  .product_ttl {
    margin-bottom: 3%;
  }

  .product_ttl>img {
    margin: 0;
    width: 30%;
    height: 100%;
  }

  .product {
    width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .rating_txt {
    font-size: 1rem;
    line-height: 1.3;
    padding: 2%;
  }

  .star-rating {
    font-size: 2.5rem;
  }

  .product_ttl h2 {
    font-size: 2.8rem;
    padding: 12% 6%;
    box-sizing: border-box;
  }

  .product_ttl.twolines h2 {
    line-height: 1;
    padding: 3%;
    box-sizing: border-box;
  }

  .star-rating-front,
  .star-rating-back {
    padding: 3%;
  }

  .product_ttl.twolines>img {
    margin: 0;
  }
}

.bnr img {
  width: 100%;
  margin: 0 auto 0;
}

/*
@media (max-width:780px) {
	.bnr img {
		width: 94%;
		margin: 3%;
	}
}
*/
.recommend {
  max-width: 1024px;
  padding: 40px 0;
  background: #ffffff;
  box-sizing: border-box;
  min-width: 70%;
  text-align: center;
  background: #e7f9e0;
  color: #ffffff;
}

.recommend h2 {
  position: relative;
  width: 89%;
  top: 0;
  left: 50%;
  min-width: 70%;
  text-align: center;
  transform: translate(-50%, -60%);
  padding: 8px 6px;
  background: #2e4c23;
  color: #ffffff;
  -webkit-transform: translate(-50%, -60%);
  -moz-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  -o-transform: translate(-50%, -60%);
}

.recommend ul li {
  list-style: none;
  margin: 15px 0 0 22px;
  padding-left: 65px;
  font-size: 25px;
  background: url(../img/check.png) no-repeat 10px 1px;
  background-size: 30px auto;
  color: #000000;
  text-align: left;
}

.recommend ul li.two_line {
  background: url(../img/list_icon.png) no-repeat 10px 8px;
  background-size: 37px auto;
}

@media (max-width: 780px) {
  .recommend {
    padding: 30px 0 15px 0;
    width: 94%;
    margin: 40px auto 20px;
    background: #e7f9e0;
  }

  .recommend>h2 {
    position: absolute;
    width: 70vw;
    top: -10;
    left: 50%;
    min-width: 70%;
    text-align: center;
    transform: translate(-50%, -50%);
    padding: 8px 6px;
    background: #2e4c23;
    color: #ffffff;
    margin-bottom: 0;
  }

  .recommend ul li,
  .recommend ul li.two_line {
    margin: 1% 0 0 3%;
    padding-left: 10%;
    font-size: 0.9rem;
    background: url(../img/check.png) no-repeat 0px 0px;
    background-size: 25px auto;
  }
}

.graph img {
  width: 100%;
}

@media (max-width: 780px) {
  .graph {
    width: 94%;
    margin: auto;
  }
}

.marker {
  background: #ffffa8;
  font-weight: bold;
}

@media (max-width: 1000px) {

  .description,
  .feature {
    width: 94%;
    margin: auto;
  }

  .recommend {
    width: 94%;
    margin: 2rem auto;
    position: relative;
  }
}

.description h2 {
  margin-top: 7%;
  line-height: 2;
  font-size: 2rem;
  width: 100%;
}

.description p {
  padding: 0;
}

.description img {
  float: left;
  width: 40%;
  height: 40%;
  margin: 0 30px 30px 0;
}

@media (max-width: 780px) {
  .description {
    width: 90%;
    margin: auto;
  }

  .description h2,
  .feature h3 {
    font-size: 1.4rem;
  }

  .description img {
    float: none;
    width: 100%;
    margin: 0;
  }
}

a.official_txt_link {
  text-decoration: underline;
}

.feature {
  clear: both;
}

.feature h3,
.description h2 {
  margin-top: 7%;
  line-height: 2;
  font-size: 2rem;
  display: flex;
  align-items: center;
}

.feature h3::before,
.description h2::before {
  content: "";
  display: block;
  background: url(../img/square.png) no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.feature dt {
  margin: 2% 0 2%;
  padding: 4px;
  background: #e7f9e0;
  border-left: 3px solid #5ea345;
  color: #000;
  font-weight: bold;
  font-size: 1.2rem;
  clear: both;
}

@media (max-width: 780px) {
  .feature {
    width: 94%;
    margin: auto;
  }

  .feature dt {
    margin: 10% 0 2%;
  }

  .top .feature dt:first-child {
    margin: 0 0 2%;
  }
}

.review {
  clear: both;
}

.review h3 {
  margin-top: 7%;
  line-height: 2;
  font-size: 2rem;
  text-align: center;
  background: #5ea345;
  color: #fff;
}

.detail_review_box {
  display: flex;
  justify-content: space-between;
  /*    margin-bottom: 20px;*/
  align-items: center;
}

.detail_review_box.nomal {
  /* background: #dbf4ff; */
}

.detail_review_box.nomal .detail_review_text {
  /* border: 1px solid #06a5ec; */
}

.detail_review_box.nomal .detail_review_text:after {
  /* border-right: 14px solid #06a5ec; */
}

.detail_review_box.bad {
  /* background: #eeeeee; */
}

.detail_review_box.bad .detail_review_text {
  /* border: 1px solid #888888; */
}

.detail_review_box.bad .detail_review_text:after {
  /* border-right: 14px solid #888888; */
}

.detail_review_icon img {
  height: 80px;
  width: 80px;
  display: block;
}

.detail_review_box .detail_review_text {
  /* border: 1px solid #ff6191; */
  background: #ececec;
  margin-left: 4%;
  border-radius: 10px;
  padding: 20px;
  width: 70%;
  max-width: 800px;
  position: relative;
}

.detail_review_box .detail_review_text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  /* border: 12px solid transparent; */
  border-right: 12px solid #fff;
  z-index: 2;
}

.detail_review_box .detail_review_text:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -28px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #ececec;
  z-index: 1;
}

.detail_review_box .detail_review_text p.detail_review_text_name {
  font-weight: bold;
}

.detail_review_box .detail_review_text p {
  line-height: 1.5;
  margin-bottom: 0.5rem;
  padding: 0;
  border-bottom: 1px dotted;
}

.detail_review_box .detail_review_text p:last-child,
#detail .detail_review_box .detail_review_text p {
  margin-bottom: 0;
  border: none;
}

.detail_review_box p.caution {
  font-size: 12px;
  text-align: right;
}

.detail_review_box.good {
  /* background: #ffeef3; */
}

@media (min-width: 800px) {
  .detail_review_box p.caution {
    width: 100%;
  }

  .detail_review_box {
    flex-wrap: wrap;
    padding: 30px 30px;
  }
}

@media (max-width: 800px) {
  .detail_review_box .detail_review_text {
    padding: 20px;
    margin-left: 0;
    /* margin-top: 1rem; */
    width: 100%;
    box-sizing: border-box;
  }

  .detail_review_box {
    display: block;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    margin-top: 1rem;
  }

  .detail_review_icon{
    width: 100%;
    text-align: center;
  }

  .detail_review_icon img {
    display: inline;
    width: 22%;
    height: auto;
    z-index: 1;
    margin-top: 0;
  }

  .detail_review_box .detail_review_text {
    padding: 20px;
    margin-left: 0;
    margin-top: 1rem;
  }

  .detail_review_box .detail_review_text:after {
        content: none;
    }
    .detail_review_box .detail_review_text:before {
      content: "";
      position: absolute;
      top: -15px;
      left: 50%;
      margin-left: -15px;
      border: 15px solid transparent;
      border-bottom: 15px solid #ececec;
    }
  .review h3 {
    font-size: 1.3rem;
  }
}

#footer {
  background: #2e4c23;
  padding: 40px;
  color: #fff;
  margin-top: 20px;
}

div#footer h1,
div#footer p {
  text-align: center;
  font-weight: bold;
  line-height: 2rem;
}

footer table {
  margin: 10px auto 0;
}

footer table th {
  width: 6rem;
}

div#footer p {
  text-align: center;
  font-weight: bold;
  border-top: 1px dotted #fff;
  padding: 10px 0 5px;
  margin-top: 25px;
}

div#footer .u-link {
  margin-top: 0;
  border: 0;
}

div#footer a {
  color: #ffffff;
  font-weight: bold;
  font-size: 120%;
}

@media (max-width: 780px) {
  #footer {
    padding: 3%;
  }

  div#footer h1 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  div#footer p {
    padding: 5px 0 5px;
    margin-top: 10px;
  }

  footer table {
    font-size: 0.8rem;
  }

  footer table th {
    width: 4rem;
    text-align: left;
  }
}

p {
  text-align: justify;
  padding: 0 1rem;
}

/*------------------------------------------------------------
contents
------------------------------------------------------------*/
.container {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

.c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p--md {
  padding: 16px;
  font-size: 98%;
}

.mb--md {
  margin-bottom: 0px;
}

.c-text {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  text-align: center;
}

em {
  font-weight: 700;
}

small {
  font-size: 0.7rem;
}

.box-sub-title {
  background: #2e4c23;
  color: #fff;
  font-weight: 700;
  padding: .6rem;
  margin: 0px;
  text-align: center;
  justify-content: space-around;
  display: flex;
  clear: both;
}

.button {
  height: 48px;
  cursor: pointer;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}

.button[data-button-color="orange"] {
  color: #fff;
  background: linear-gradient(to bottom, #ffa311 0%, #f78300 100%);
  font-size: 20px;
}

.button[data-button-color="yellow"] {
  color: #fff;
  background: #ffc000;
  font-size: 20px;
  text-decoration: none;
}

.button--lg {
  width: 130%;
}

.table-scrolling {
  overflow-x: auto;
}

.ranking-nomal {
  font-size: 0.8rem;
  color: #222;
}

.border-none {
  border-style: none;
}

.bnr img {
  width: 100%;
}

/*ranking-table*/

/*.scrollok {
display: none;
}*/

/* ranking-table  */
@media (max-width: 620px) {
  .c-text {
    font-size: 0.89em;
  }

  .r-con {
    margin: 0 0 0 1rem;
  }

  .rankTable {
    /*padding: 20px 0 0 0;*/
    border: 10px solid #eceafc;
    border-top: 10px solid #eceafc;
    border-width: 5px;
    overflow-x: scroll;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    background: #ffffff;
  }

  .rankTable table {
    width: 530px;
    border-collapse: separate;
  }

  .rankTable table tr.sp_th {
    /*display: block;*/
    height: 28px;
  }

  .rankTable table tr.sp_th th {
    left: 0px;
    right: 0;
    margin: auto;
    text-align: center;
    padding: 10px 2px;
    font-size: 0.7rem;
    line-height: 1.4;
  }

  .rankTable table tr:first-child th,
  .rankTable table tr:last-child th {
    background: #ffffff;
    border-radius: 0;
    font-size: 0.8rem;
    line-height: 1;
    padding: 3.1;
  }

  .rankTable td {
    text-align: center;
    padding: 0.4%;
    width: calc(100% / 6);
    background: #f2f2f2;
  }

  .scrollok {
    display: block;
    text-align: center;
    color: #0b4685;
    /*position: absolute;*/
    right: 0;
    left: 0;
    background: #edf5fa;
    width: 100%;
    margin: auto;
  }

  .rankTable table tr th {
    background: #5ea345;
    color: #464646;
    border-radius: 0;
    /* padding: 0.5% 0; */
    font-weight: bold;
    position: sticky;
    color: #fff;
  }

  .button--lg {
    width: 100%;
  }

  .button[data-button-color="yellow"] {
    font-size: 15px;
  }

  .rankTable td.retouch {
    padding: 0 0 10px 0;
    background: none;
  }

  .rankTable td.retouch img {
    width: 95%;
    max-width: 160px;
  }

  .rankTable table tr th,
  .rankTable table tr td {
    width: calc(100% / 8);
    min-width: 100px;
    font-size: 13px;
    line-height: 1.4;
  }

  .rankTable table tr:first-child th:nth-child(5) {
    color: #000;
    text-align: center;
  }

  .rankTable table tr:first-child th:nth-child(6) {
    color: #000;
    text-align: center;
  }
}


/*ランキング表 PCサイズ*/
@media (min-width: 620px) {

  /*ランキング表*/
  .rankTable {
    background: #eaf7fd;
    width: 800px;
    margin: 3% auto;
    padding: 1.5% 0 1.5% 0;
    box-sizing: border-box;
  }

  .rankTable table {
    background: #ffffff;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    padding: 1%;
    border-radius: 5px;
  }

  .rankTable table tr th {
    background: #5ea345;
    border-radius: 0;
    /*	padding: 0.5% 0;*/
    font-weight: bold;
    color: #fff;
  }

  .rankTable table tr:first-child th,
  .rankTable table tr:last-child th {
    background: #ffffff;
    border-radius: 0;
    /* padding: 3% 0; */
    font-size: 1.07rem;
    vertical-align: top;
    line-height: 1;
    border-right: 2px dotted #c4c4c4;
  }

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

  .rankTable table tr:first-child th:nth-child(1) {
    color: #dba728;
    text-align: center;
  }

  .rankTable table tr:first-child th:nth-child(2) {
    color: #9d9a93;
    text-align: center;
  }

  .rankTable table tr:first-child th:nth-child(3) {
    color: #c56e6e;
    text-align: center;
  }

  .rankTable table tr:last-child th:nth-child(1) {
    color: #dba728;
    text-align: center;
  }

  .rankTable table tr:last-child th:nth-child(2) {
    color: #9d9a93;
    text-align: center;
  }

  .rankTable table tr:last-child th:nth-child(3) {
    color: #c56e6e;
    text-align: center;
  }

  .rankTable table tr:first-child th:nth-child(4) {
    color: #74cccc;
    text-align: center;
  }

  .rankTable table tr:first-child th:nth-child(5) {
    color: #000;
    text-align: center;
  }

  .rankTable table tr:first-child th:nth-child(6) {
    color: #000;
    text-align: center;
  }

  .rankTable table tr:last-child th:nth-child(4) {
    color: #74cccc;
    text-align: center;
  }

  .rankTable table tr:last-child th:nth-child(5) {
    color: #38cb4b;
    text-align: center;
  }

  .rankTable table tr:last-child th:nth-child(6) {
    color: #234e86;
    text-align: center;
    padding: 0px 19px 0px 19px;
  }

  .rankTable table tr:first-child th a,
  .rankTable table tr:last-child th a {
    font-size: 1rem;
  }

  .rankTable table tr:first-child th a img,
  .rankTable table tr:last-child th a img {
    padding: 5% 0;
  }

  .rankTable td {
    text-align: center;
    padding: 2px;
    font-size: 1rem;
    background: #f2f2f2;
  }

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

  td.txt_only {
    font-size: 1.5rem;
    color: #333333;
    padding: 2.5% 0;
  }

  span.txt_ex {
    font-weight: bold;
    color: #f8525d;
  }

  /*.scrollok {
	display: none;
  }*/
  .rankTable table tr th,
  .rankTable table tr td {
    width: calc(100% / 8);
    min-width: 100px;
    line-height: 1.4;
  }

  .rankTable table tr th {
    font-size: 1rem;
  }

  .button--lg {
    width: 100%;
  }

  .button[data-button-color="yellow"] {
    font-size: 15px;
  }
}

@media (min-width: 620px) {
  .rankTable {
    /*padding: 20px 0 0 0;*/
    border: 10px solid #eceafc;
    border-top: 10px solid #eceafc;
    border-width: 10px;
    /*overflow-x: scroll;*/
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    background: #ffffff;
  }

  .rankTable table {
    width: 100%;
  }

  .rankTable table tr.sp_th {
    /*display: block;*/
    height: 28px;
  }

  .rankTable table tr.sp_th th {
    /*	position: absolute;*/
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding: 10px;
    min-width: 100px;
    position: sticky;
    line-height: 1.4;
  }

  .scrollok {
    display: block;
    text-align: center;
    color: #0b4685;
    /*position: absolute;*/
    right: 0;
    left: 0;
    background: #edf5fa;
    width: 100%;
    margin: auto;
  }

  .rankTable td.retouch {
    padding: 20px 0 10px 0;
    background: none;
  }

  .rankTable td.retouch img {
    max-width: 160px;
    width: 100%;
  }

  .rankTable table tr th {
    font-size: 1rem;
    position: sticky;
  }

  /* .button--lg {
    width: 130px;
  } */
}

/*ランキング表*/

/*------------------------------------------------------------
detail
------------------------------------------------------------*/
@media (max-width: 780px) {
  #detail section.products {
    padding-top: 3.5rem;
  }

  .product_top {
    margin-top: 10%;
  }
}

.detail_program {
  max-width: 1024px;
  margin: 50px 0;
  padding: 0;
  background: #ffffff;
  border: 2px solid #ee9c86;
  box-sizing: border-box;
  position: relative;
}

.detail_program dl {
  margin: 15px 0 0 0;
  padding: 60px 36px 0;
}

.detail_program dt {
  font-size: 1.3rem;
  font-weight: bold;
  color: #6a1c13;
}

.detail_program dd.img_txt {
  display: flex;
}

.detail_program dd>img {
  width: 30%;
  height: 30%;
  margin-right: 30px;
}

.feature dd>img {
  width: 30%;
  height: 30%;
  margin: 0 30px 30px 0;
  float: left;
}

dd.program_link {
  text-align: right;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 2px dotted #e74637;
}

dd.program_link.last {
  border: none;
  margin-bottom: 0;
}

dd.program_link a {
  margin-top: 15px;
  display: inline-block;
  text-decoration: none;
  background: #37b5e7;
  padding: 0.2rem 1rem;
  border-radius: 50px;
  color: #fff;
}

.detail_program h3 {
  position: absolute;
  top: -4%;
  left: -2px;
}

@media (max-width: 780px) {
  .detail_program {
    padding: 20px 0 0;
  }

  .detail_program h3 img {
    width: 70vw;
  }

  .detail_program dl {
    padding: 0 3%;
  }

  dd.program_link a {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  .detail_program dd.img_txt,
  .feature dd.img_txt {
    display: block;
  }

  .detail_program dd>img,
  .feature dd>img {
    width: 100%;
    margin: 0;
  }

  .top .feature dd>img {
    width: 100%;
    margin: 1% 0 3%;
  }

  .feature h3,
  .description h2 {
    font-size: 1.3rem;
  }
}

.detail_table {
  clear: both;
  margin: 20px 0 50px;
  font-size: 14px;
  display: flex;
}

.detail_table dl {
  width: 25%;
}

.detail_table dt,
.detail_table dd {
  width: 100%;
  background: #e74637;
  vertical-align: middle;
  color: #fff;
  border-right: 1px solid #fff;
  text-align: center;
  padding: 10px 5px;
  box-sizing: border-box;
}

.detail_table dt {
  font-size: 1.3rem;
  font-weight: bold;
}

.detail_table dd {
  color: #6a1c13;
  border-right: 1px solid #ffffff;
  background: #ffe6df;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4rem;
}

@media (max-width: 780px) {
  .detail_table dl {
    width: 50%;
  }

  .detail_table {
    flex-wrap: wrap;
  }
}

/*------------------------------------------------------------
genre
@media (max-width: 780px){
------------------------------------------------------------*/
div#genre>h2 {
  font-size: 3rem;
  text-align: center;
  padding: 70px 0 15px;
  border-bottom: 4px double;
  width: 1024px;
  margin: 0 auto 50px;
  color: #6a1c13;
}

#genre .product_top {
  background: #ffe6df;
  padding: 3%;
  margin-top: 1%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

#genre .product_ttl {
  display: block;
}

#genre .product_ttl>img {
  margin: 0;
  width: 100px;
}

#genre .product_top h2 {
  padding: 4% 0 0;
  color: #ec4330;
  font-size: 3rem;
}

#genre .product_top h2.twolines {
  padding: 1% 0 0;
  line-height: 0.9;
}

#genre .product_ttl {
  display: block;
}

#genre .product_rating {
  width: 55%;
  margin-top: 1%;
  height: 5rem;
  display: flex;
  border: 1px solid #f76b75;
  color: #f76b75;
  background-color: #fff;
}

#genre .rating_txt {
  color: #fff;
  background-color: #f76b75;
  margin: 0;
  font-size: 1.2rem;
  width: 20%;
  padding: 3%;
  text-align: center;
}

#genre .star-rating {
  position: relative;
  top: 23%;
  left: 3%;
  font-size: 2.5rem;
}

.point_box {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
}

.point_box p {
  width: 14%;
  border: 2px solid #ec4330;
  border-radius: 4px;
  background: #fff;
  padding: 5px;
  text-align: center;
  font-size: 14px;
  color: #ec4330;
  font-weight: bold;
  line-height: 1.2;
}

@media (max-width: 780px) {
  #genre {
    padding-top: 3.5rem;
  }

  #genre .product_ttl>img {
    width: 70px;
    height: auto;
  }

  #genre .product_top h2 {
    padding: 8% 2% 0;
  }

  #genre .product_top h2.twolines {
    padding: 0% 2% 0%;
    line-height: 0.9;
  }

  #genre .product_top {
    flex-wrap: wrap;
    justify-content: normal;
  }

  #genre .product_rating {
    width: 100%;
    height: 2.5rem;
  }

  #genre .rating_txt {
    font-size: 1rem;
    width: 26%;
    padding: 2%;
  }

  #genre .star-rating {
    top: 0%;
  }

  #genre .product_ttl {
    margin-bottom: 0;
  }

  .point_box {
    flex-wrap: wrap;
    padding: 3%;
  }

  .point_box p {
    width: 46%;
    margin-bottom: 2%;
    font-size: 0.9rem;
    border: 1px solid #ec4330;
  }

  div#genre>h2 {
    font-size: 1.8rem;
    padding: 10% 0 2%;
    width: 100%;
    margin: 0 auto 5%;
  }

  #genre .star-rating-front,
  #genre .star-rating-back {
    padding: 0;
  }
}

.btn_official {
  display: flex;
  justify-content: space-around;
  margin: 12px 0 0;
  clear: both;
}

.btn_official a {
  width: 44%;
}

.btn_official a img {
  width: 100%;
}

@media (max-width: 780px) {
  .btn_official {
    display: block;
    /* margin-bottom: 20px; */
  }

  .btn_official a {
    width: 90%;
    margin-left: 5%;
    display: block;
  }
}

/* color */
em {
  font-style: normal;
  font-weight: bold;
}

.fc-r {
  color: #ff0000;
  font-size: 1.6rem;
}

.fc-gy {
  color: #808080;
  font-size: 1.7rem;
}

.fc-y {
  color: #e8b200;
  font-size: 1.6rem;
}

.fc-b {
  color: #0000ff;
  font-size: 1.6rem;
}

.fc-org {
  color: #f17250;
}

.attention {
  font-size: 0.7rem;
  font-weight: bold;
  color: #ff0000;
}

@media screen and (max-width: 620px) {
  .fc-r {
    font-size: 1.2rem;
  }

  .fc-y {
    font-size: 1.2rem;
  }

  .fc-b {
    font-size: 1.5rem;
  }
}

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

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

@media (max-width: 780px) {

  .feature h3,
  .description h2.sp-fs {
    font-size: 18px;
  }

}


/* info.html */



.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.info_header {
  background: #2e4c23;
  padding: 1em 0;
  margin-bottom: 0.5em;
  text-align: center;
}

.info_header h1 {
  font-size: 1.5rem;
  color: #FFF;
  font-weight: bold;
}



.pankuzu {
  font-size: 12px;
  margin-bottom: 3em;
  margin-top: 1em;
}

.pankuzu span {
  padding: 0 0.7em;
}

.info_content {}

@media screen and (max-width: 767px) {
  .info_content {
    padding: 0 1em;
  }
}

@media screen and (min-width: 768px) {
  .info_content {
    width: 740px;
    margin: 0 auto;
    padding: 0 1rem;
  }
}

.article-block {
  text-align: center;
}

.article-block:last-child {
  margin-bottom: 0;
}

.article-block h2 {
  font-size: 1.5rem;
  color: #2e4c23;
  margin-bottom: 1em;
  font-weight: bold;
  margin-top: 2em;
}

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

  .article-block h1,
  h2 {
    margin-bottom: 0.6em;
  }

}

.article-block p {
  text-align: justify;
  line-height: 1.6em;
  padding-bottom: 20px;
}

.article-block__ttl {
  font-size: 1rem;
  position: relative;
}

.info_footer {
  background-color: #2e4c23;
  text-align: center;
  color: #FFF;
  padding: 1.5em 0;
  margin-top: 3rem;
}

.info_footer a:link {
  color: #FFF;
}

.info_footer a:visited {
  color: #FFF;
}

footer .footer-inr {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  footer .footer-inr {
    width: 740px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    justify-content: center;
  }
}

.info_ad {
  text-align: center;
}

.info_ad img {
  width: 100%;
}

.mt0 {
  margin-top: 0;
}


/* 20240314 スライダー追加 */
.swiper-container {
  width: 95%;
  overflow: hidden;
  max-width: 600px;
  margin-top: 1rem;
}

.swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  height: auto;
}

.swiper-container .swiper-wrapper .swiper-slide .swiper-box{
  padding: 1.5rem;
  border: 8px solid #e7f9e0;
  min-height: 250px;
  box-sizing: border-box;
  height: 100%
}

.swiper-box p{
  padding: 0;
}

.swiper-container .swiper-wrapper .swiper-slide h4 {
  margin: 2% 0 2%;
  padding: 4px;
  background: #e7f9e0;
  border-left: 3px solid #5ea345;
  color: #000;
  font-weight: bold;
  font-size: 1.2rem;
  clear: both;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: none !important
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: none !important
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0px !important;
  left: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0 !important;
  right: auto;
}

.swiper-button-next img{
  width: 100%;
}

.swiper-button-prev img{
  width: 100%;
}

@media (max-width: 780px) {
  .swiper-container .swiper-wrapper .swiper-slide .swiper-box{
    padding: 1rem;
  }
}

.pt1{padding-top: 1rem;}


/* ------------------------------------------------------------
  カウントダウンタイマー
------------------------------------------------------------ */

.timer_in_box {
  max-width: 400px;
  width: 85%;
  margin: auto;
  border: solid 2px #5ea344;
  background: #e7f9e0;
  border-radius: 999px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 4px;
  font-size: 0.9rem;
  position: relative;
}

.timer_in_box::before{
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -15px;
  border: 11px solid transparent;
  border-top: 11px solid #e7f9e0;
  z-index: 2;
}

.timer_in_box::after{
  content: "";
  position: absolute;
  bottom: -27px;
  left: 50%;
  margin-left: -17px;
  border: 13px solid transparent;
  border-top: 13px solid #5ea344;
  z-index: 1;
}

.timer_in_box .time-p{
  font-weight: bold;
  padding-left: 1rem;
}

.timer_in_box .timerbox {
  background: #333333;
  color: #fff;
  border-radius: 30px;
  padding: 0px 5px;
  font-size: 0.7rem;
}

@media screen and (max-width:768px) {
  .timer_in_box{
    display: block;
    padding: 6px 0;
  }

  .timer_in_box .time-p{
    text-align: center;
    padding: 0;
  }

  #timer-minna01,#timer-minna02,#timer-donna01,#timer-donna02,#timer-perfect01,#timer-perfect02,#timer-sonic01,#timer-sonic02,#timer-iine01,#timer-iine02,#timer-impact01,#timer-impact02,#timer-smile01,#timer-smile02,#timer-mycredit01,#timer-mycredit02{
    text-align: center;
  }

  .timer_in_box .timerbox{
    width: 80%;
    margin: auto;
    text-align: center;
  }
}

.h {
  color: #fdf405;
  font-weight: bold;
  font-size: 1.1rem;
}

.m {
  color: #fdf405;
  font-weight: bold;
  font-size: 1.1rem;
}

.s {
  color: #fdf405;
  font-weight: bold;
  font-size: 1.1rem;
}

.end {
  font-size: .9rem;
}

.mb30{
  margin-bottom: 30px;
}