@charset "utf-8";

/* Common */
.has-character {
  position: relative;
}

.has-character__item {
  position: absolute;
}

.has-character__item[data-character="cellulite"] {
  right: 16px;
  bottom: 24px;
  width: 180px;
  transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
}

.has-character__item[data-character="recommended"] {
  right: 16px;
  bottom: 38px;
  width: 120px;
  transform: rotate(5deg);
}

@media (max-width: 991.98px) {
  .has-character__item[data-character="cellulite"] {
    display: none;
  }

  .has-character__item[data-character="recommended"] {
    display: none;
  }
}

/* header */
.head-ttl {
  background: #222;
  color: #fff;
  margin: 0 1rem 1rem;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .head-ttl {
    width: 720px;
    margin: 0 auto;
    padding: 1rem 3rem;
    font-size: 2rem;
  }
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  z-index: 9999;
  background: #fff;
}


/* navigation */
.navigation {
  position: fixed;
  top: 64px;
  left: 100%;
  width: 100%;
  height: calc(100vh - 48px);
  overflow-y: auto;
  transform: translateX(0%);
  transition: transform 0.25s ease-out;
  z-index: 9998;
}

.navigation.show {
  transform: translateX(-100%);
}

@media (max-width: 575.98px) {
  .navigation {
    top: 48px;
  }
}

/* button */
.button {
  height: 48px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.button[data-button-color="purple"] {
  color: #fff;
  background: linear-gradient(to bottom, #aa89bd 0%, #825ebc 100%);
}



.button[data-button-color="brown"] {
  color: #fff;
  background: linear-gradient(to bottom, #dbc9ad 0%, #dbc9ad 100%);
  font-size: 1.6rem;
}

.button[data-button-color="brown"] {
  color: #fff;
  background: #72bd6f;
  font-size: 1.6rem;
}

.button[data-button-color="red"] {
  color: #fff;
  background: -moz-linear-gradient(top, #ff0000, #d50000);
  background: -webkit-linear-gradient(top, #ff0000, #d50000);
  background: linear-gradient(to bottom, #ff0000, #d50000);
  font-size: 1.6rem;
}

.button[data-button-color="green"] {
  color: #fff;
  background: #949494;
  background: linear-gradient(to bottom, #92d050 0%, #7daf48 100%);
  /* box-shadow: 2px 3px 0 #222;
  font-size: 1.6rem; */
}

.button[data-button-color="blue"] {
  color: #fff;
  background: linear-gradient(to bottom, #3596e8 0%, #3ca2f9 100%);
  font-size: 1.6rem;
}

.button[data-button-color="around-blue"] {
  color: #3ba0f6;
  background: linear-gradient(to bottom, #f8fcff 0%, #edf4fb 100%);
  border: 1px solid #3ba0f6;
  font-size: 1.6rem;
}

.button[data-button-color="around-brown"] {
  color: #dbc9ad;
  background: linear-gradient(to bottom, #fff5e6 0%, #fff5e6 100%);
  border: 1px solid #dbc9ad;
  font-size: 1.6rem;
}

.button[data-button-color="around-green"] {
  color: #72bd6f;
  background: #e2ffe1;
  border: 1px solid #72bd6f;
  font-size: 1.6rem;
}

.button[data-button-color="white-pink"] {
  color: #df97a8;
  background: linear-gradient(to bottom, #fff7f9 0%, #ffeaf0 100%);
  border: 1px solid #df97a8;
  font-size: 1.6rem;
}

.button>* {
  pointer-events: none;
}

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

.button--sm {
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575.98px) {
  .button {
    height: 36px;
    font-size: 0.75rem;
  }
}

/* list */
.list {
  border-radius: 4px;
  padding: 8px;
}

.list:not(:last-child) {
  margin-bottom: 8px;
}

.list[data-list="white"] {
  background: #fff;
}

.list-head {
  width: 48px;
  height: 48px;
  font-size: 1.5rem;
  border-radius: 4px;
}

/* main */
main {
  padding-top: 64px;
}

.main-section {
  padding: 32px 0;
}

.main-section__inner {
  margin: auto;
  max-width: 1200px;
}

.main-visual {
  width: 100%;
  height: 340px;
  background: url(../images/main-visual-back.png) no-repeat center / auto 100% #ffeaf0;
}

.main-visual-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-visual img {
  max-width: 100%;
  max-height: 100%;
}

.main-title {
  font-size: 2.5rem;
  font-weight: 700;
}

.main-title[data-main-title-color="white"] {
  color: #fff;
}

.main-title[data-main-title-color="pink"] {
  color: #df97a8;
}

.main-title[data-main-title-color="green"] {
  color: #72bd6f;
}

.main-title[data-main-title-color="blue"] {
  color: #3ca2f9;
}

.main-title[data-main-title-color="brown"] {
  color: #dbc9ad;
}

.main-title[data-main-title-color="yellow"] {
  color: #ffd32b;
}

.dbc9adub-title[data-main-sub-title-color="pink"] {
  border-top: 1px solid #df97a8;
  border-bottom: 1px solid #df97a8;
  color: #df97a8;
}

.main-sidebar-title {
  font-size: 1.25rem;
  font-weight: 700;
}

.main-sidebar-title[data-main-sidebar-title-color="pink"] {
  color: #df97a8;
}

.main-sidebar-content {
  background: #ffeaf0;
  border-radius: 4px;
  margin-bottom: 32px;
}

@media (min-width: 992px) {
  .main-visual-title-sp {
    display: none;
  }
}

@media (min-width: 768px) {
  .main-container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }

  .main-content {
    width: 60%;
    padding-top: 16px;
  }

  .main-sidebar {
    width: 40%;
    padding-top: 16px;
    padding-left: 16px;
  }

  .main-sidebar-content {
    position: sticky;
    top: 80px;
  }
}

@media (max-width: 991.98px) {
  .main-visual-baloon {
    display: none;
  }

  .main-visual-container {
    justify-content: center;
  }

  .main-visual-title-pc {
    display: none;
  }
}

@media (max-width: 575.98px) {
  main {
    padding-top: 48px;
  }

  .main-section {
    padding: 16px 0;
  }

  .main-visual {
    height: 120px;
  }

  .main-visual img {
    width: auto;
    height: 80px;
  }

  .main-title {
    font-size: 2rem;
  }
}

/* icon */
.search-perpendicular {
  transform: rotate(45deg);
}


/* ranking table */
.ranking-title {
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

.ranking-title img {
  width: 64px;
}

/* .ranking-table-wrapper {
  border: 1px solid #3ca2f9;
} */

.table-wrapper {
  background-color: #313131;

  padding-bottom: 10px;
}

.ranking-table {
  width: 100%;
  font-size: 0.75rem;
}

.ranking-table th,
.ranking-table td {
  width: calc(100% / 8);
  min-width: calc(350px / 3);
  padding: 8px;
  font-size: 1rem;
  vertical-align: middle;
  border: 1px solid #ffbc00;
  text-align: center;
}

.ranking-table th {
  background: #fff350;
  font-weight: 700;
  font-size: 1.3rem;
  padding: 5px;
}

.ranking-table img {
  width: auto;
  max-height: 93px;
}

.ranking-table td .button {
  font-size: 1.2rem;
  text-decoration: none;
}

.ranking-table em {
  font-size: 1rem;
  font-weight: 700;
}

.ranking-table small {
  font-size: 0.5rem;
}

@media (max-width: 575.98px) {
  .ranking-title img {
    width: 48px;
  }
}

/* ranking-table-o */
.ranking-table-o {
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate;
  overflow: scroll;
  table-layout: fixed;
}

.ranking-table-o tbody {
  width: max-content;
}

.ranking-table-o-ttl {
  width: 100%;
  height: 50px;
  background-color: #ffa311;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: bold;
}

.ranking-table-o th,
.ranking-table-o td {
  width: calc(100% / 6);
  min-width: calc(580px / 6);
  padding: 0px;
  font-size: 1em;
  vertical-align: middle;
  text-align: center;
}

.ranking-table-o th {
  background-color: #3b3b3b;
  font-weight: bold;
  position: sticky;
  left: 0;
  color: #fff;
  z-index: 999;
  line-height: 1.2;
}

.ranking-table-o th.white {
  padding: 20px 0;
  background-color: #fafafa;
  color: #1a1a1a;
}

.ranking-table-o .w60 {
  width: 60px;
}

.ranking-table-o .w90 {
  width: 90px;
}

.ranking-table-o .w110 {
  width: 110px;
}

.ranking-table-o .w150 {
  width: 150px;
}

.ranking-table-o .logo_box {
  background-color: #FFF;
  color: #1a1a1a;
}

.ranking-table-o th.rank01 {
  background-color: #c10e0e;
}

.ranking-table-o th.rank02 {
  background-color: #1586f3;
}

.ranking-table-o th.rank03 {
  background-color: #f2aa08;
}

.ranking-table-o th.rank04 {
  background-color: #10c10e;
}

.ranking-table-o th.rank05 {
  background-color: #d93595;
}

.ranking-table-o .rank01_bg {
  background-color: #ffe7e7;
}

.ranking-table-o .rank02_bg {
  background-color: #e3f1ff;
}

.ranking-table-o .rank03_bg {
  background-color: #fff6e0;
}

.ranking-table-o .rank04_bg {
  background-color: #edffe8;
}

.ranking-table-o .rank05_bg {
  background-color: #ffedf8;
}

.ranking-table-o .good {
  font-size: 2em !important;
  color: #c10e0e;
}

.ranking-table-o .nice {
  font-size: 2em !important;
  color: #ff6f00;
}

.ranking-table-o .normal {
  font-size: 2em !important;
  color: #0ed41b;
}


.ranking-table-o .logo_box a {
  text-decoration: none;
  cursor: pointer;
}

.ranking-table-o .logo_box .btn {
  display: inline-block;
  background-color: #f90101;
  width: 90%;
  line-height: 2;
  color: #FFF;
  text-decoration: none;
  border-radius: 6px;
  margin: 10px 0;
}

.ranking-table-o .rank_table_btn{
  background-color: #3b3b3b;
  
  color: #FFF;
  font-weight: bold;
}

.ranking-table-o .rank_table_btn p{
  padding: .3em 0;
  color: #FFF;
  box-shadow: 0px 5px #920000;
  border: solid 1px #ffa8a8;
  border-radius: 5px;
  margin: 5px;
  background-color: #f90101;
  font-size: 1.8rem;
}

.ranking-table-o .rank_table_btn a{
  text-decoration: none;
}

/* 20250411後で調整 */

.ranking-table-o>table>tbody>tr>th,
.ranking-table-o>table>tbody>tr>td {
  width: 100%;
  display: block;
}

.ranking-table-o td {
  background: #fffffe;
  position: relative;
  line-height: 1.3;
}

.ranking-table-o img {
  width: auto;
  /* max-height: 93px; */
}

.ranking-table-o td .button {
  font-size: 1.2rem;
  text-decoration: none;
}

.ranking-table-o em {
  font-size: 1.3rem;
  font-weight: 700;
}

.ranking-table-o small {
  font-size: 0.85rem;
}

.table-ttl-o {
  border: none !important;
  color: #fff;
  background: #ffa311 !important;
  font-size: 1.5rem !important;
}

.ranking-table-o td .rank-ttl {
  display: block;
  text-decoration: none;
  position: relative;
}

.ranking-table-o td .rank-ttl .rank-nam {
  position: absolute;
  top: -10px;
  left: -7px;
  width: 28px;
}

.ranking-table-o td .rank-ttl p {
  margin: 0;
  font-size: 1.2rem;
  color: #000;
  background: #fff;
  /* height: 75px; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  width: 100%;
  min-width: 85px;
  height: 40px;
}

@media (min-width: 768px) {
  .ranking-table-o td .rank-ttl .rank-nam {
    position: absolute;
    top: 0px;
    left: 0;
    width: 37px;
  }
}

/* auditor */
.auditor {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #df97a8;
  overflow: hidden;
}

.auditor__head {
  background: #df97a8;
  color: #fff;
  text-align: center;
  padding: 8px;
}

/* point */
.point-list-item {
  background: #ffeaf0;
  border-radius: 4px;
}

.point-list-item:not(:last-child) {
  margin-bottom: 8px;
}

.point-number {
  width: 48px;
  height: 48px;
  font-weight: 700;
  color: #ffa311;
  font-size: 2rem;
}

.point-detail {
  padding: 16px;
}

.point-detail__title {
  font-weight: 700;
}

.point-diagonal {
  transform: rotate(45deg);
}

/* box */
.box {
  width: 100%;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px dashed #df97a8;
}

.box-header {
  color: #fff;
  background: #f4acbb;
  font-weight: 700;
  box-shadow: -8px 0px 0px 8px #f4acbb inset, 0px 0px 0px 9px #cc5075 inset;
}

.box-title-name {
  font-weight: 700;
  font-size: 1.25rem;
}

.box-title-catch {
  font-size: 0.75rem;
}

.box-evaluation {
  box-shadow: 0px 0px 0px 4px #ffeaf0 inset, 0px 0px 0px 6px #fff inset;
  background: #ffeaf0;
  width: 200px;
}

.box-evaluation-result {
  font-size: 0.75rem;
}

.box-evaluation-result em {
  font-size: 1.25rem;
  font-weight: 700;
}

.box-sub-title {
  color: #fff;
  background: #f4acbb;
  font-weight: 700;
}

.box-table {
  width: 100%;
  font-size: 0.75rem;
  border-collapse: separate;
  border-spacing: 2px;
  border: 4px solid #df97a8;
}

.box-table th,
.box-table td {
  padding: 8px;
  border: 1px solid #df97a8;
  width: calc(100% / 4);
}

.box-table th {
  background: #ffeaf0;
  font-weight: 700;
}

.box-point-list-item:not(:last-child) {
  margin-bottom: 8px;
}

/* word of mouth */
.word-of-mouth {
  font-size: 0.75rem;
  border-bottom: 1px solid #f4acbb;
  margin-bottom: 8px;
}

/* used */
.used-box {
  width: 100%;
  margin: 0 auto;
  border: 3px solid #ffd507;
  padding: 10px;
  background: #fffbe8;
}

.use-flex {
  width: 80%;
  margin: 16px auto;
}

.use-flex img {
  width: 50%;
}

.used-ttl {
  font-size: 1.8rem;
  color: #ffd507;
  font-weight: bold;
  text-align: center;
  padding: 4px;
}

/* detail-wapper */
.detail-wapper {
  width: 100%;
}

.detail-img {
  width: 100%;
  background: #f2f2f2;
  padding-top: 10px;
}

.detail-img_col {
  padding: 10px 10px 10px 0;
}

.detail-img_col div {
  width: calc(100% / 3);
  padding-left: 10px;
}

.detail-table-wapper {
  width: 100%;
}

/* .detail-table-wapper table{
  border: 1px solid #bfa776;
} */
.detail-table-wapper table tr th,
.detail-table-wapper table tr td {
  padding: 3px;
  border-collapse: collapse;
  border: 1px solid #a7d3b9;
}

.detail-table-wapper table tr th {
  background: #f5f9ec;
  font-weight: bold;
  color: #139647;
}

.detail-table-wapper table tr td {
  background: #fff;
  padding-left: 20px;
}

.detail-table-wapper02 {
  width: 100%;
}

.detail-table-wapper02 table {
  border-collapse: separate;
  border-spacing: 4px;
}

.detail-table-wapper02 table tr td {
  width: 50%;
  background: #fff;
  text-align: center;
  padding: 8px;
  font-weight: 700;
}

@media (max-width: 575.98px) {

  .detail-table-wapper table tr th,
  .detail-table-wapper table tr td {
    font-size: 1.2rem;
    line-height: 1.2;
    padding: .5rem;
  }

  .detail-table-wapper02 table tr td {
    font-size: 1rem;
  }

  .ranking-table-o th,
  .ranking-table-o td {
    font-size: 1.1rem;
  }

  .use-flex {
    width: 100%;
  }
}

.mouth-ttl {
  text-align: center;
  padding: 8px;
  background: #ff7d6a;
  font-weight: bold;
  color: #fff;
}

.mouth-wapper {
  border: 1px solid #ff7d6a;
}

.mouth-wapper .mouth-box .mouth-inner-ttl {
  padding: 8px;
  background: #fff2ed;
}

.mouth-wapper .mouth-box .mouth-inner-box {
  padding: 8px;
  font-size: 1.4rem;
}

.link-txt {
  font-weight: bold;
  font-size: 110%;
  color: #f46d90;
  text-decoration: underline;
}

.search__ttl {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  background: #6be0e6;
  border-radius: 5px;
  padding: 8px 0;
  box-shadow: 0 5px 0 #05a7b1;
}

@media (min-width: 576px) {
  .search__ttl {
    font-size: 2rem;
    padding: 10px 0;
  }
}

/* recbox-wrapper */
.recbox-wrapper {
  position: relative;
  padding-bottom: 10px;
  background-color: #fff7f9;
  border-radius: 10px 10px 10px 10px;
}

.recbox-wrapper__list ul {
  margin: 0;
}

.recbox-wrapper__list ul li {
  position: relative;
  padding: 10px 10px 10px 20px;
  border-bottom: dashed 3px #ffe7ee;
  list-style: none;
}

.recbox-wrapper__list ul li:before {
  content: "▶";
  position: absolute;
  left: -4px;
  display: inline-block;
  width: 22px;
  height: 22px;
  color: #f46d90;
}

.recbox-wrapper__list ul li:last-child {
  border-bottom: initial;
}

/* 口コミ */
.review-wrapper {
  background-color: #ebf9fb;
  position: relative;
}

.review-wrapper__ttl,
.point__ttl {
  width: 100%;
  position: relative;
}

.review-wrapper__ttl h2,
.point__ttl h2 {
  background: #5ccad6;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  padding: 10px;
  position: relative;
  z-index: 1;
  border-radius: 10px 10px 0 0;
}

.review-wrapper__ttl h2:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border: 11px solid transparent;
  border-top: 11px solid #5ccad6;
  width: 0;
  height: 0;
}

.point__ttl h2 {
  background: #ff7ca1;
}

.point__ttl h2::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border: 11px solid transparent;
  border-top: 11px solid #ff7ca1;
  width: 0;
  height: 0;
}

.recbox-wrapper .reviewbox:last-child {
  border-bottom: none;
}

.reviewbox__img {
  width: 15%;
  max-width: 100%;
}

.reviewbox__name {
  margin-left: 15px;
}

.review-star {
  color: #ffc000;
}

.reviewbox__name p {
  margin: 0;
  font-size: 1.5rem;
}

.review-name {
  font-weight: bold;
}

.reviewbox__txt {
  padding-left: 1rem;
}

.reviewbox__txt p {
  margin: 0;
}

p.annotation {
  padding: 3px 0 0 0;
}

/* 20240315 */

/* header */
a {
  font-family: sans-serif;
  text-decoration: none;
}

.hamburger {
  display: block;
  height: 50px;
  margin-left: auto;
  position: relative;
  z-index: 10;
  width: 50px;
  border: none;
  background-color: transparent;
}

.hamburger.-active .hamburger__line {
  background-color: transparent;
}

.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}

.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}

@media (max-width: 750px) {
  .hamburger.-active .hamburger__line::after {
    background-color: #FFF;
  }

  .hamburger.-active .hamburger__line::before {
    background-color: #FFF;
  }
}

/* .hamburger.-active .hamburger__text::before {
  content: '閉じる';
} */

.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  background-color: #139647;
  transition: 0.4s;
}

.hamburger__line:before,
.hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #139647;
  transition: inherit;
}

.hamburger__line:before {
  top: -6px;
}

.hamburger__line:after {
  top: 6px;
}

.hamburger__text {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

/* .hamburger__text::before {
  content: "メニュー";
  text-align: center;
  color: #1a1a1a;
  font-size: 10px;
  font-weight: 900;
} */

.header {
  width: 100%;
  z-index: 9999;
}

.header__inner {
  display: flex;
  align-items: center;
}

.header__inner .header_logo {
  width: 250px;
  line-height: 0;
  padding-left: 1em;
}

.header__nav-area {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 9;
  height: 100vh;
  width: 400px;
  visibility: hidden;
  padding-top: 50px;
  background-color: #139647;
  transition: 0.4s;
  overflow-y: auto;
  color: #FFF;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.header__nav-area::-webkit-scrollbar {
  display: none;
}

@media (max-width: 600px) {
  .header__inner .header_logo {
    width: 60%;
    padding-left: .5em;
  }

  .header__nav-area {
    width: 100%;
  }
}

.header__nav-area.-active {
  left: 0;
  visibility: visible;
  opacity: 0.97;
}

.global-navigation {
  padding-top: 40px;
  padding-right: 25px;
  padding-bottom: 120px;
  padding-left: 25px;
}

.global-navigation__list>li {
  padding-bottom: 20px;
  border-bottom: 2px solid #198b46;
}

.global-navigation__list>li+li {
  margin-top: 20px;
}

.global-navigation__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFF;
  font-weight: 900;
  transition: color 0.4s;
  font-size: 1em;
}

.global-navigation__link.-accordion {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0;
}

.global-navigation__link.-accordion::after {
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 2px;
  background-color: #FFF;
  transform: translateY(-50%);
  transition: transform 0.4s;
}

.global-navigation__link.-accordion::before {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  background-color: #FFF;
  transform: translateY(-50%);

}

.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}

.accordion {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.4s;
}

.accordion.-active {
  height: auto;
  padding-top: 30px;
  visibility: visible;
}

.accordion__list li {
  font-size: 0.9em;
}

.accordion__list li+li {
  margin-top: 21px;
}

.accordion__link {
  color: #FFF;
}

.accordion .notshow {
  display: none;
}