@charset "utf-8";
/* CSS Document */
/*===================================================================
                      common.css
===================================================================*/
body {
  font-family: 'Noto Sans JP', sans-serif;
}
#wrap {
  overflow: hidden;
  position: relative;
}
img {
  width: 100%;
}
#main {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  background-color: #FFF;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (min-width:769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .sp_none {
    display: none;
  }
}
/* top */
#top {
  position: relative;
}
#top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url("../images/top_back.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -4;
}
#top_container {
  width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#top_container::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -50px;
  z-index: -2;
  height: 580px;
  width: 450px;
  background-image: url("../images/top_yakuzaisi.webp");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width:1000px) {
  #top_container::after {
    height: 460px;
    width: 400px;
  }
}
@media screen and (max-width:700px) {
  #top_container::after {
    width: 300px;
  }
}
@media screen and (max-width:500px) {
  #top_container::after {
    width: 55%;
    right: -25px;
  }
}
#top::before {
  content: "";
  position: absolute;
  left: -5%;
  bottom: 0;
  right: -5%;
  height: 50%;
  z-index: -1;
  background-image: linear-gradient(transparent, #ffffff 48%);
}
#top_container h1 .top_read {
  display: inline-block;
  padding: 15px 30px 15px 0;
  font-size: 30px;
  color: #474747;
  font-weight: bold;
  position: relative;
  z-index: 1;
  letter-spacing: 0.03rem;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
@media screen and (max-width:1000px) {
  #top_container h1 .top_read {
    padding: 12px 20px 12px 0;
    font-size: 24px;
  }
}
@media screen and (max-width:500px) {
  #top_container h1 .top_read {
    padding: 10px 10px 10px 0;
    font-size: 16px;
  }
}
@media screen and (max-width:400px) {
  #top_container h1 .top_read {
    padding: 10px 10px 10px 0;
    font-size: 14px;
  }
}
#top_container h1 .top_read::after {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: -100px;
  background-color: #FFF;
  position: absolute;
  z-index: -1;
}
#top_container h1 .top_read .color_t {
  color: #886237;
}
#top_container h1 .top_read .color_i {
  color: #8b5493;
}
#top_container h1 .top_pick {
  display: block;
  font-family: "Noto Serif JP", serif;
  width: 400px;
  background-color: #448864;
  text-align: center;
  padding: 10px 0;
  color: #FFF;
  font-size: 28px;
  margin: 48px 0 20px 0;
  font-weight: 400;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
@media screen and (max-width:1000px) {
  #top_container h1 .top_pick {
    font-size: 22px;
    width: 300px;
  }
}
@media screen and (max-width:500px) {
  #top_container h1 .top_pick {
    font-size: 16px;
    width: 220px;
    padding: 5px 0;
    margin: 30px 0 12px 0;
  }
}
#top_container h1 {
  font-size: clamp(26px, 8.5vw, 85px);
  font-weight: bold;
  color: #448864;
  padding: 20px 0 20px;
  text-shadow: 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF, 0 0 50px #FFF, 0 0 40px #FFF, 0 0 10px #FFF;
}
@media screen and (max-width:500px) {
  #top_container h1 {
    padding: 10px 0;
  }
}
#top_container h1 .top_tit_m {
  font-size: clamp(24px, 6vw, 74px);
}
#img_box {
  width: 315px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:1000px) {
  #img_box {
    width: 43%;
  }
}
#img_box img {
  width: 145px;
}
@media screen and (max-width:1000px) {
  #img_box img {
    width: 46%;
  }
}
#top_img {
  max-width: 800px;
  margin: -20px auto 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:500px) {
  #top_img {
    max-width: 800px;
    margin: 0 auto 0;
  }
}
#top_img img {
  width: 100%;
}
.pr {
  position: absolute;
  text-align: center;
  padding: 4px;
  width: 50px;
  background-color: #E8E8E8;
  border-radius: 10px;
  bottom: 0;
  right: 15px;
  z-index: 10;
  font-size: 13px;
}
/* profile */
.profile {
  margin: 0 0 70px;
}
.profile_container {
  width: 95%;
  max-width: 900px;
  margin: 20px auto 5px;
  box-sizing: border-box;
  display: flex;
  padding: 25px 20px;
  background-color: #f8e58a;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:1000px) {
  .profile_container {
    display: block;
    padding: 20px 16px;
  }
}
.profile_box {
  width: 41%;
  padding: 14px;
  box-sizing: border-box;
  background-color: #FFF;
  border-radius: 15px;
  position: relative;
}
@media screen and (max-width:1000px) {
  .profile_box {
    width: 100%;
    max-width: 650px;
    padding: 14px;
    margin: 0 auto 20px;
  }
}
.profile_box::after {
  content: "";
  position: absolute;
  top: -70px;
  left: -90px;
  width: 360px;
  height: 120px;
  background-image: url("../images/check.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width:1000px) {
  .profile_box::after {
    top: -60px;
    left: -55px;
    width: 300px;
    height: 100px;
  }
}
.profile_box figure {
  width: 145px;
  margin: 0 auto 20px;
}
@media screen and (max-width:500px) {
  .profile_box figure {
    width: 130px;
  }
}
.profile_box .profile_ttl {
  font-size: 21px;
  font-weight: bold;
  color: #636363;
  margin: 0 0 12px;
}
@media screen and (max-width:1000px) {
  .profile_box .profile_ttl {
    font-size: 19px;
    margin: 0 0 10px;
  }
}
.profile_box .profile_ttl span {
  font-size: 16px;
  padding: 0 0 0 20px;
}
.profile_box p {
  font-size: 12px;
  color: #636363;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width:500px) {
  .profile_box p {
    font-size: 11px;
  }
}
.profile_text {
  width: 57%;
}
@media screen and (max-width:1000px) {
  .profile_text {
    width: 100%;
  }
}
.profile_text p {
  font-size: 15px;
  color: #595959;
  line-height: 1.8;
  font-weight: bold;
  margin: 0 0 20px;
}
.profile_text p:last-child {
  margin: 0;
}
.profile_text p .profile_big {
  font-size: 17px;
  font-weight: bold;
  color: #88aa2b;
}
@media screen and (max-width:1000px) {
  .profile_text p .profile_big {
    font-size: 16px;
  }
}
.kome {
  position: relative;
  padding: 0 12px 0 0;
}
.kome::after {
  content: "※";
  position: absolute;
  top: -6px;
  right: 1px;
  font-size: 12px;
}
.profile > p {
  width: 90%;
  margin: 0 auto;
  font-size: 12px;
}
/* sugarcare */
.sugarcare {
  padding: 56px 0;
  background-image: url("../images/sugarcare_back.webp");
  background-size: cover;
  background-position: center top;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:500px) {
  .sugarcare {
    padding: 26px 0;
    background-position: left top;
  }
}
.sugarcare::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff5eb;
  opacity: 0.35;
}
.sugarcare h2 {
  position: relative;
  z-index: 3;
  font-family: "Noto Serif JP", serif;
  font-size: 50px;
  font-weight: bold;
  color: #545454;
  text-align: center;
  text-shadow: 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF, 0 0 50px #FFF, 0 0 40px #FFF, 0 0 10px #FFF;
  margin: 0 0 50px;
}
@media screen and (max-width:1000px) {
  .sugarcare h2 {
    font-size: 40px;
    margin: 0 0 30px;
  }
}
@media screen and (max-width:500px) {
  .sugarcare h2 {
    font-size: 30px;
  }
}
@media screen and (max-width:400px) {
  .sugarcare h2 {
    font-size: 26px;
  }
}
.sugarcare h2 .ttl_m {
  font-size: 30px;
  line-height: 1.5;
}
@media screen and (max-width:1000px) {
  .sugarcare h2 .ttl_m {
    font-size: 25px;
  }
}
@media screen and (max-width:500px) {
  .sugarcare h2 .ttl_m {
    font-size: 20px;
  }
}
.sugarcare_container .kome {
  padding: 0 5px 0 0;
}
.sugarcare_container .kome::after {
  font-size: 14px;
  top: 0px;
}
@media screen and (max-width:1000px) {
  .sugarcare_container .kome::after {
    font-size: 12px;
  }
}
#care_box {
  margin: 0 0;
}
#care_box {
  max-width: 850px;
  width: 95%;
  margin: 0 auto 30px;
  padding: 40px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 3;
  border-radius: 15px;
}
@media screen and (max-width:1000px) {
  #care_box {
    padding: 25px;
  }
}
#care_box::after {
  content: "";
  position: absolute;
  border: 1px solid #77ce72;
  top: 13px;
  right: 13px;
  bottom: 13px;
  left: 13px;
  border-radius: 15px;
}
@media screen and (max-width:1000px) {
  #care_box::after {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
}
#care_box p {
  font-size: 19px;
  letter-spacing: 0.03rem;
  line-height: 1.5;
  color: #595959;
  font-weight: bold;
  position: relative;
  z-index: 3;
}
@media screen and (max-width:1000px) {
  #care_box p {
    font-size: 16px;
    line-height: 1.8;
  }
}
#care_box p .inurin {
  color: #88aa2b;
}
#care_box p .kome {
  padding: 0 15px 0 0;
}
#care_box p .kome::after {
  top: -2px;
}
/* topifiber */
#topifiber {
  padding: 26px 0 70px;
  background-image: url("../images/topifiber_back.webp");
  background-size: cover;
  background-position: center top;
  position: relative;
  z-index: 1;
}
#topifiber::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff5eb;
  opacity: 0.35;
}
#topifiber_container {
  width: 95%;
  margin: 0 auto;
}
#topifiber h2 {
  position: relative;
  z-index: 3;
  font-family: "Noto Serif JP", serif;
  font-size: 66px;
  font-weight: 600;
  color: #886237;
  text-align: center;
  text-shadow: 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF, 0 0 50px #FFF, 0 0 40px #FFF, 0 0 10px #FFF;
  margin: 0 0 20px;
}
@media screen and (max-width:1000px) {
  #topifiber h2 {
    font-size: 46px;
  }
}
@media screen and (max-width:500px) {
  #topifiber h2 {
    font-size: 36px;
  }
}
#topifiber h2 .ttl_m {
  font-size: 30px;
  color: #545454;
  line-height: 1.5;
}
@media screen and (max-width:1000px) {
  #topifiber h2 .ttl_m {
    font-size: 20px;
  }
}
#topifiber_container figure {
  max-width: 590px;
  margin: 0 auto 40px;
  position: relative;
  z-index: 3;
}
#topifiber_text {
  max-width: 850px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  border-radius: 15px;
}
@media screen and (max-width:1000px) {
  #topifiber_text {
    padding: 25px;
  }
}
#topifiber_text p {
  font-weight: bold;
  color: #595959;
  position: relative;
  z-index: 2;
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: 0.03rem;
  margin: 0 0 20px;
}
@media screen and (max-width:1000px) {
  #topifiber_text p {
    font-size: 17px;
    line-height: 1.7;
  }
}
#topifiber_text p:last-child {
  margin: 0;
}
#topifiber_text p span {
  color: #e57417;
}
/* choose */
#choose {
  padding: 56px 0 15px;
  margin: 0 0 90px;
  position: relative;
  z-index: 1;
  background-color: #f8e58a;
}
@media screen and (max-width:1000px) {
  #choose {
    padding: 26px 0 15px;
  }
}
#choose::after {
  content: "";
  position: absolute;
  height: 90px;
  width: 530px;
  bottom: -90px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-image: url("../images/choose_yajirusi.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
@media screen and (max-width:1000px) {
  #choose::after {
    height: 90px;
    width: 100%;
    bottom: -90px;
  }
}
#choose h2 {
  position: relative;
  z-index: 3;
  font-family: "Noto Serif JP", serif;
  font-size: 65px;
  font-weight: bold;
  letter-spacing: 0.03rem;
  color: #545454;
  text-align: left;
  text-shadow: 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF, 0 0 20px #FFF, 0 0 30px #FFF;
  max-width: 820px;
  margin: 0 auto 30px;
  line-height: 1.5;
}
@media screen and (max-width:1000px) {
  #choose h2 {
    font-size: 60px;
    text-align: center;
    margin: 0 auto 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width:500px) {
  #choose h2 {
    font-size: 42px;
  }
}
@media screen and (max-width:400px) {
  #choose h2 {
    font-size: 40px;
  }
}
#choose h2 .ttl_m {
  font-size: 50px;
  line-height: 1.5;
}
@media screen and (max-width:1000px) {
  #choose h2 .ttl_m {
    font-size: 35px;
  }
}
@media screen and (max-width:500px) {
  #choose h2 .ttl_m {
    font-size: 24px;
  }
}
#choose h2 .kome {
  padding: 0 4px 0 0;
}
#choose h2 .kome::after {
  font-size: 25px;
  right: -10px;
  top: -10px;
}
@media screen and (max-width:500px) {
  #choose h2 .kome::after {
    font-size: 18px;
  }
}
#choose h2 .choose_ttl_c {
  color: #ffb39c;
}
#choose_container ol {
  display: flex;
  max-width: 860px;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width:1000px) {
  #choose_container ol {
    display: block;
    padding: 40px 0 0;
  }
}
#choose_container ol li {
  width: 30%;
  margin: 0 1.5%;
  background-color: #FFF;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width:1000px) {
  #choose_container ol li {
    width: 85%;
    max-width: 600px;
    margin: 0 auto 40px;
    border-radius: 5px;
  }
}
#choose_container ol li::after {
  content: "";
  position: absolute;
  height: 87px;
  width: 87px;
  top: -5%;
  left: -5%;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width:1000px) {
  #choose_container ol li::after {
    height: 65px;
    width: 65px;
    top: -5%;
    left: -5%;
  }
}
#choose_container ol li:nth-child(1)::after {
  background-image: url("../images/point1.webp");
}
#choose_container ol li:nth-child(2)::after {
  background-image: url("../images/point2.webp");
}
#choose_container ol li:nth-child(3)::after {
  background-image: url("../images/point3.webp");
}
#choose_container ol li .choose_ttl {
  padding: 25px 0 25px 75px;
  text-align: center;
  font-size: 22px;
  color: #ffb39c;
  font-weight: bold;
}
@media screen and (max-width:1000px) {
  #choose_container ol li .choose_ttl {
    padding: 20px 0;
    font-size: 22px;
  }
}
#choose_container ol li p {
  padding: 10px 16px 20px;
  font-size: 15px;
  line-height: 1.8;
  font-weight: bold;
  color: #6d6d6d;
}
#choose_container #choose_img {
  position: relative;
  z-index: 3;
  padding: 0 140px 0 0;
}
@media screen and (max-width:1000px) {
  #choose_container #choose_img {
    padding: 0;
  }
}
#choose_container #choose_img::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  background-image: url("../images/okada_w.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 0;
  top: -35px;
  z-index: -2;
}

@media screen and (max-width:1000px) {
  #choose_container #choose_img::after {
    top: -85px;
    z-index: -2;
    right: -90px;
    width: 140px;
    height: 140px;
  }
}

@media screen and (max-width:500px) {
  #choose_container #choose_img::after {
    top: -55px;
    z-index: -2;
    right: -80px;
    width: 100px;
    height: 100px;
  }
}
/* ranking */
#ranking {
  padding: 30px 0;
}
#ranking_container {
  width: 95%;
  max-width: 820px;
  box-sizing: border-box;
  margin: 0 auto;
  border: 3px solid #77ce72;
  background-color: #FFF;
  border-radius: 20px;
}

@media screen and (max-width:600px) {
#ranking_container {
  width: 98%;
}	
}

#ranking_ttl_box {
  padding: 10px 0 30px;
  background-color: #77ce72;
  border-radius: 15px 15px 0 0;
}
#ranking_ttl_box h2 {
  text-align: center;
  font-size: clamp(16px, 8vw, 60px);
  color: #FFF;
  font-family: "Noto Serif JP", serif;
}
#ranking_ttl_box .ttl_m {
  font-size: clamp(16px, 5vw, 30px);
  line-height: 3.5;
}
#ranking_ttl_box .ttl_m_n {
  font-size: clamp(16px, 4.6vw, 26px);
}
#ranking_ttl_box #ranking_ttl_b {
  background-color: #448864;
  padding: 3px 15px;
  border-radius: 12px;
  margin: 0 8px 0 0;
  position: relative;
  z-index: 2;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
#ranking_ttl_box #ranking_ttl_b::after {
  content: "";
  position: absolute;
  height: 120px;
  width: 120px;
  background-image: url("../images/ranking_okada.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: -130px;
  top: -70px;
}
@media screen and (max-width:600px) {
  #ranking_ttl_box #ranking_ttl_b::after {
    height: 70px;
    width: 70px;
    left: -75px;
    top: -40px;
  }
}
@media screen and (max-width:400px) {
  #ranking_ttl_box #ranking_ttl_b::after {
    height: 60px;
    width: 60px;
    left: -60px;
    top: -40px;
  }
}
#ranking_ttl_box h2 .kome {
  padding: 0 0;
}
#ranking_ttl_box h2 .kome::after {
  top: 5px;
  font-size: 18px;
  right: -5px;
}
@media screen and (max-width:600px) {
  #ranking_ttl_box h2 .kome::after {
    top: -2px;
    font-size: 16px;
  }
}
.under_line {
  position: relative;
  z-index: 3;
}
.under_line::after {
  content: "";
  position: absolute;
  height: 38%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -5px;
  background-image: url("../images/ranking_underline.webp");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width:800px) {
  #compare_box {
    overflow-x: scroll;
    max-width: 100%;
    padding: 0 0 8px;
  }
}
.compare {
  max-width: 1000px;
  margin: 0 auto;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 14px;
  padding: 18px 10px;
  box-sizing: border-box;
}
@media screen and (max-width:800px) {
  .compare {
    width: 850px;
  }
}

@media screen and (max-width:500px) {
  .compare {
    width: 520px;
	padding: 10px 5px;
  }
}
/* 1行 = 1つの dl */
.compare-row {
  display: flex;
  align-items: stretch;
  margin: 0;
}
.compare-row dt, .compare-row dd {
  margin: 0;
  padding: 12px 2px;
}

@media screen and (max-width:500px) {
.compare-row dt, .compare-row dd {
  padding: 10px 1px;
}	
}

/* 左の項目名カラム */
.compare-row dt {
  width: 18%;
  background: #f7f7f7;
  box-sizing: border-box;
  font-weight: 600;
  display: flex;
	flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #606060;
  border: 3px solid #FFF;
}

.compare-row dt p {
  width: 100%;
	display: block;
}

@media screen and (max-width:500px) {
.compare-row dt {
  width: 18%;
  font-size: 11px;
  border: 2px solid #FFF;
}	
}

@media screen and (max-width:500px) {
.compare-row dt span {
  font-size: 9px;
}	
}


/* 右側（商品カラムの入れ物） */
.compare-row dd {
  width: 82%;
  box-sizing: border-box;
  padding: 0;
}

@media screen and (max-width:500px) {
.compare-row dd {
  width: 82%;
}	
}

.compare-cells {
  display: flex;
  height: 100%;
}
.compare-cell {
  flex: 1;
  padding: 14px 8px;
  text-align: center;
  box-sizing: border-box;
  margin: 0 2px;
}

@media screen and (max-width:500px) {
.compare-cell {
  padding: 8px 2px;
  margin: 0 1px;
}	
}


.compare-row--head dt {
  background: transparent;
  border-bottom: none;
}
.compare-cell img {
  width: 32px;
  display: block;
  margin: 0 auto 10px;
}

@media screen and (max-width:500px) {
.compare-cell img {
  width: 28px;
}	
}
@media screen and (max-width:800px) {
.compare-row--head .compare-cell img {
  width: 100%;
}	
}

.compare-cell p {
  font-size: 11px;
  font-weight: bold;
  color: #606060;
}

@media screen and (max-width:500px) {
.compare-cell p {
  font-size: 8px;
}	
}

.compare-cell.compare-cell--main p {
  color: #67b561;
}
.compare-cell .compare-product-name {
  font-size: 14px;
}

@media screen and (max-width:500px) {
.compare-cell .compare-product-name {
  font-size: 9px;
  margin: 0 1px;
}	
}

.compare-cell.compare-cell--main .compare-product-name {
  color: #FFF;
}
.compare-row--head .compare-cell {
  padding-top: 16px;
  padding-bottom: 16px;
}
.compare-cell--main {
  background: #ecfff0;
}
.compare-row--head .compare-name {
  height: 110px;
  padding: 35px 0 0;
  background-color: #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  color: #474747;
  font-weight: bold;
  margin: 0 2px;
}

@media screen and (max-width:500px) {
.compare-row--head .compare-name {
  height: 100px;
  margin: 0 1px;
}	
}

.compare-row--head .compare-name.compare-cell--main {
  background-color: #77ce72;
}
.compare-cell--main {
  border-left: 3px solid #77ce72;
  border-right: 3px solid #77ce72;
}
.compare-row:last-child .compare-cell--main {
  border-bottom: 3px solid #77ce72;
}
.compare-name {
  position: relative;
}
.compare-name .rank {
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  width: 62px;
  padding: 4px 0;
  border-radius: 5px;
  background-color: #448864;
  color: #FFF !important;
  font-size: 12px;
}
.compare dl:nth-child(2) .compare-cell img {
  width: 100%;
}
#ranking > p {
  max-width: 820px;
  width: 95%;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 12px;
}
.shohin_link {
  display: block;
  padding: 4px;
  box-sizing: border-box;
  width: 95px;
  margin: 10px auto;
  border-radius: 10px;
  background-color: #77ce72;
  text-align: center;
  color: #FFF;
  font-size: 12px;
}

@media screen and (max-width:500px) {
.shohin_link {
  padding: 4px 2px;
  width: 92%;
  font-size: 11px;
}	
}



/* ===== fixedヘッダーを「横スクロールできる枠」にする ===== */
.compare-fixed-head {
  position: fixed;
  top: var(--compare-sticky-top, 0px);
  left: 0;
  right: 0;
  z-index: 99999;
  display: none;              /* JSでON/OFF */
  pointer-events: none;       /* クリック不要ならON（横スクロールさせたいならJSでOFFにします） */
}

.compare-fixed-head .compare-row:last-child .compare-cell--main {
    border-bottom: 0px solid #77ce72;
}

/* fixedヘッダーの「スクロール枠」 */
.compare-fixed-head__scroller {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  pointer-events: auto;       /* ←ここが重要：固定ヘッダー側でも横スクロールできる */
}

/* fixedヘッダーの中身（表と同じ幅でOK） */
.compare-fixed-head__inner {
  padding: 0 10px;             /* ←表と同じ幅にする（必要なら850px等に変更） */
}

@media screen and (max-width:500px) {
.compare-fixed-head__inner {
  padding: 0 5px;          
}	
}


/* fixed表示中は元の表ヘッダーを見えなくする（レイアウトは保持） */
.compare.is-fixed .compare-row--head {
  visibility: hidden;
}

/* 透け防止 */
.compare-fixed-head .compare-row--head dt,
.compare-fixed-head .compare-row--head dd {
  background: #fff;
}

/* 任意：影 */
.compare-fixed-head .compare-row--head {
  box-shadow: 0 6px 10px rgba(0,0,0,0.06);
}

.scroll_text img {
	width: 25px;
	margin: 0 auto 7px;
}

.scroll_text p {
	font-size: 11px;
	color: #77ce72;
}

#back_to_compare {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 99999;

  padding: 10px 14px;
  background: rgba(68, 136, 100, 0.95);
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  border-radius: 20px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);

  display: none; /* 初期は非表示 */
}

@media screen and (max-width:500px) {
  #back_to_compare {
    font-size: 12px;
    padding: 8px 12px;
  }
}


/* goods */
#goods {
  padding: 130px 0 10px;
  background-color: #f8e58a;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #goods {
    padding: 130px 0 1px;
  }
}
#goods::after {
  content: "";
  position: absolute;
  height: 90px;
  width: 530px;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-image: url("../images/yajirusi_w.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
@media screen and (max-width:1000px) {
  #goods::after {
    height: 90px;
    width: 100%;
  }
}
#goods_container {
  width: 90%;
  margin: 0 auto;
  max-width: 820px;
}
#goods_list > li {
  background-color: #FFF;
  border-radius: 20px;
  padding: 0 0 20px;
  margin: 0 0 60px;
}
#goods_list li h3 {
  position: relative;
  background-color: #77ce72;
  color: #FFF;
  font-size: 45px;
  text-align: center;
  font-weight: bold;
  border-radius: 20px 20px 0 0;
  padding: 0 0 14px;
}
@media screen and (max-width:768px) {
  #goods_list li h3 {
    font-size: 22px;
  }
}
#goods_list li h3 span {
  display: block;
  padding: 10px 20px;
  background-color: #FFF;
  text-align: right;
  font-size: 20px;
  color: #7f736c;
  border-radius: 20px 20px 0 0;
  margin: 0 0 14px;
}
@media screen and (max-width:768px) {
  #goods_list li h3 span {
    padding: 10px 15px;
    font-size: 15px;
  }
}
#goods_list li h3 img {
  position: absolute;
  width: 134px;
  bottom: -170px;
  left: -40px;
}
@media screen and (max-width:768px) {
  #goods_list li h3 img {
    width: 110px;
    bottom: -115px;
    left: -25px;
  }
}
@media screen and (max-width:500px) {
  #goods_list li h3 img {
    width: 90px;
    bottom: -95px;
    left: -10px;
  }
}
.goods_box {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .goods_box {
    display: block;
    margin: 0;
    padding: 16px;
  }
}
.goods_img {
  width: 50%;
  padding: 15px 15px 0;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .goods_img {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin: 0 0 50px;
  }
}
@media screen and (max-width:768px) {
  .goods_img img {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
  }
}
.goods_img p {
  font-size: 14px;
  color: #828282;
  font-weight: normal;
  line-height: 1.6;
}
.goods_img p span {
  color: #88aa2b;
}
.syohin_btn {
  width: 80%;
  margin: 20px auto 0;
  display: block;
  padding: 10px 0;
  background-color: #448864;
  text-align: center;
  color: #FFF;
}
.goods_text {
  width: 50%;
}
@media screen and (max-width:768px) {
  .goods_text {
    width: 100%;
  }
}
.goods_text dl {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
.goods_text dl dt {
  width: 115px !important;
  background-color: #f7f7f7;
  padding: 12px 0;
  text-align: center;
  font-size: 12px;
  color: #606060;
  margin: 0 10px 0 0;
}
@media screen and (max-width:768px) {
  .goods_text dl dt {
    width: 105px !important;
    font-size: 11px;
  }
}
.goods_text dl dt span {
  font-size: 10px;
}
.goods_text dl dd {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #a5a5a5;
}
@media screen and (max-width:768px) {
  .goods_text dl dd {
    font-size: 14px;
  }
}
@media screen and (max-width:400px) {
  .goods_text dl dd {
    font-size: 13px;
  }
}
.goods_text dl dd img {
  display: block;
  margin: 0 15px 0 5px;
  width: 24px;
}
.kuchikomi_list {
  max-width: 700px;
  margin: 0 auto;
  width: 95%;
}
.kuchikomi_list li {
  padding: 15px 20px;
  box-sizing: border-box;
  width: 70%;
  border: 4px solid #cfe8a7;
  border-radius: 10px;
  margin: 0 0 16px;
}
@media screen and (max-width:768px) {
  .kuchikomi_list li {
    width: 85%;
    margin: 0 auto 16px;
    padding: 12px;
  }
}
#goods_list li:last-child .kuchikomi_list li {
  margin: 0 auto 16px;
}
.kuchikomi_list li:nth-child(2n) {
  margin: 0 0 16px auto;
}
@media screen and (max-width:768px) {
  .kuchikomi_list li:nth-child(2n) {
    margin: 0 auto 16px;
  }
}
.kuchikomi {
  padding: 10px 0;
}
.kuchikomi h4 {
  font-size: 19px;
  text-align: center;
  padding: 0 0 30px;
  color: #a5a5a5;
  font-weight: bold;
}
.kuchikomi_ttl {
  position: relative;
  padding: 0 180px 0 0;
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
.kuchikomi_ttl .icon {
  width: 45px;
  height: 45px;
}
@media screen and (max-width:768px) {
  .kuchikomi_ttl .icon {
    width: 35px;
    height: 35px;
  }
}
.kuchikomi_ttl p {
  font-size: 14px;
  color: #a5a5a5;
}
.kuchikomi_ttl .date {
  position: absolute;
  bottom: 5px;
  right: 0;
  font-size: 12px;
  color: #9b9b9b;
}
.kuchikomi_pro {
  padding: 0 0 0 10px;
}
.kuchikomi_ttl .star {
  width: 100px;
}
@media screen and (max-width:768px) {
  .kuchikomi_ttl .star {
    width: 80px;
  }
}
.kuchikomi_list li > p {
  color: #828282;
  font-size: 15px;
  line-height: 1.4;
}
.comments {
  width: 92%;
  margin: 0 auto 20px;
  position: relative;
  padding: 65px 0 0;
}
.comments p {
  background-color: #ffb39c;
  padding: 25px 20px;
  border-radius: 20px;
  color: #FFF;
  line-height: 1.4;
}
.comments img {
  position: absolute;
  width: 260px;
  top: 0px;
  left: -20px;
}
@media screen and (max-width:768px) {
  .comments img {
    top: 10px;
  }
}
#goods_list li:first-child .comments img {
  position: absolute;
  width: 330px;
  top: 0px;
  left: -20px;
}
.comments_link {
  width: 90%;
  max-width: 320px;
  margin: 20px auto 0;
  padding: 15px 0;
  text-align: center;
  display: block;
  background-color: #ec7e79;
  color: #FFF;
  border-radius: 25px;
}
.topifiber_care {
  position: relative;
  z-index: 1;
  background-image: url("../images/topi_care_back.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.topifiber_care::after {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.topifiber_care_container {
  position: relative;
  z-index: 3;
  width: 95%;
  margin: 0 auto;
  padding: 0 0 60px;
}
@media screen and (max-width:1000px) {
  .topifiber_care_container {
    padding: 0 0 20px;
  }
}
.topifiber_care_container h2 {
  font-size: clamp(40px, 11vw, 80px);
  color: #886237;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  padding: 40px 0 60px;
}
.topifiber_care_container .under_line::after {
  background-image: url("../images/topi_underline.webp");
}
.topifiber_care_container h2 small {
  color: #ffb39c;
  font-size: clamp(20px, 5vw, 40px);
}
.topifiber_care_container p {
  font-weight: normal;
  font-size: 22px;
  line-height: 1.7;
  margin: 0 0 40px;
  color: #595959;
  text-align: center;
}
@media screen and (max-width:768px) {
  .topifiber_care_container p {
    font-weight: normal;
    font-size: 20px;
  }
}
@media screen and (max-width:400px) {
  .topifiber_care_container p {
    font-size: 17px;
  }
}
#topifiber_cv {
  background-color: #FFF;
  padding: 80px 0 0;
  box-sizing: border-box;
  border: 20px solid #ffb39c;
  position: relative;
}
#topifiber_cv::after {
  content: "";
  position: absolute;
  width: 470px;
  height: 77px;
  background-image: url("../images/topi_yajirushi.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  top: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  #topifiber_cv::after {
    height: 90px;
    width: 100%;
  }
}
#topifiber_cv_container {
  display: flex;
  justify-content: center;
  align-items: center;
}
#topifiber_cv_container figure {
  width: 30%;
  margin: 5%;
}
@media screen and (max-width:768px) {
  #topifiber_cv_container figure {
    width: 70%;
    max-width: 300px;
    margin: 0 auto;
    padding: 30px 0;
  }
}
#topifiber_cv_container figure img {
  width: 100%;
}
.topifiber_cv_text {
  padding: 10px 0 100px;
}
@media screen and (max-width:1000px) {
  .topifiber_cv_text {
    padding: 0 0 65px;
  }
}
.topifiber_cv_text h2 {
  color: #886237;
  font-size: 70px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin: 0 0 60px
}
@media screen and (max-width:1000px) {
  .topifiber_cv_text h2 {
    font-size: 60px;
    margin: 0 0 40px
  }
}
@media screen and (max-width:500px) {
  .topifiber_cv_text h2 {
    font-size: 45px;
    margin: 0 0 15px;
  }
}
.topifiber_cv_text h2 span {
  font-size: 30px;
  color: #666666;
  line-height: 2.8;
}
@media screen and (max-width:768px) {
  .topifiber_cv_text h2 span {
    font-size: 24px;
    line-height: 2.1;
  }
}
.topifiber_cv_text a {
  display: block;
  max-width: 330px;
  width: 90%;
  margin: 0 auto;
  background-color: #ec7e79;
  padding: 15px 0;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  border-radius: 30px;
  box-shadow: 0px 5px 10px 0px rgba(214, 60, 60, 0.30);
}
.topifiber_cv_text {
  width: 50%;
}
@media screen and (max-width:768px) {
  .topifiber_cv_text {
    width: 100%;
  }
}
.topifiber_care_container p .power {
  font-size: 30px;
  color: #886237;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #ffff00 30%);
}
#rink_box {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
#rink_box a {
  display: block;
  padding: 10px;
  font-size: 14px;
  color: #ec7e79;
}
.copy {
  padding: 5px 0;
  text-align: center;
  font-size: 10px;
  background-color: #F0F0F0;
}
.survey-detail {
  margin: 0 auto;
  padding: 20px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}
.survey-detail h2 {
  font-size: 1.6rem;
  margin-bottom: 16px;
  border-left: 4px solid #ec7e79;
  padding-left: 8px;
}
.survey-detail p {
  margin-bottom: 20px;
}
.survey-list {
  margin: 0;
  padding: 0;
}
.survey-list .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.survey-list dt {
  width: 30%;
  font-weight: bold;
  color: #ec7e79;
}
.survey-list dd {
  width: 70%;
  margin: 0;
}
@media (max-width: 480px) {
  .survey-list dt, .survey-list dd {
    width: 100%;
  }
  .survey-list dt {
    margin-bottom: 4px;
  }
}