@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: 64px;
  z-index: 9999;
  background: #fff;
}

.header-title {
  font-weight: 700;
}

.header-title i {
  font-size: 1.25rem;
}

.header-button {
  width: 64px;
  height: 64px;
  cursor: pointer;
  line-height: 1;
}

.header-button[data-header-button="light-pink"] {
  background: #f4acbb;
  color: #fff;
}

.header-button[data-header-button="pink"] {
  background: #df97a8;
  color: #fff;
}

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

@media (max-width: 575.98px) {
  header {
    height: 48px;
  }

  header .container {
    padding: 0 0 0 8px;
  }

  .header-title {
    font-size: .75rem;
  }

  .header-title i {
    font-size: 1rem;
  }

  .header-button {
    width: 48px;
    height: 48px;
  }
}

/* navigation */
.navigation {
  position: fixed;
  top: 64px;
  left: 100%;
  width: 100%;
  height: calc(100vh - 48px);
  overflow-y: auto;
  transform: translateX(0%);
  transition: transform .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;
  text-decoration: none;
  max-width: 400px;
}

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

.button[data-button-color="orange"] {
  color: #FFF;
  background: #ed5e32;
  border-bottom: solid 5px #d14a21;
  font-size: 1.6rem;
  max-width: 36rem;
  margin: 0 auto;
}

.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: #ba305e;
  border-bottom: solid 5px #7d1034;
  font-size: 1.6rem;
  /* margin: auto; */
}

.button[data-button-color="gray"] {
  color: #fff;
  background: #737373;
  border-bottom: solid 5px #454545;
  font-size: 1.6rem;
}

.button[data-button-color="green"] {
  color: #fff;
  background: #949494;
  background: linear-gradient(to bottom, #92D050 0%, #7daf48 100%);
}

.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="around-gray"] {
  color: #4e4e4e;
  background: #e0e0e0;
  border: 1px solid #4e4e4e;
  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: .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);
}

/* search form */
.search-form-table {
  width: 100%;
  font-size: .75rem;
  margin-bottom: 20px;
}

.search-form-table th,
.search-form-table td {
  padding: 8px;
  font-size: 1.3rem;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #bfab6b;
  line-height: 1.2;
}

.search-form-table td ul li {
  font-size: 1.4rem;
}

.search-form-table th {
  width: 30%;
  background: #ddd4b6;
  text-align: center;
  font-weight: bold;
  color: #000;
}

.search-form {
  background: #3a363f;
  border-radius: 4px;
}

.search-form-axis li:not(:last-child) {
  margin-right: 8px;
}

.search-form-detail {
  border-top: 1px dashed #df97a8;
}

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

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

/* .ranking-table-wrapper {
  border: 1px solid #3ca2f9;
} */
.ranking-table {
  width: 100%;
  font-size: .75rem;
  color: #000;
}

.ranking-table th,
.ranking-table td {
  width: calc(100% / 8);
  min-width: calc(380px / 3);
  padding: 8px;
  font-size: 1rem;
  vertical-align: middle;
  border: 1px solid #bfab6b;
  text-align: center;
  background-color: #f8f8f8;
  line-height: 1.5;
}

.ranking-table th {
  background: #ddd4b6;
  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: .5rem;
}

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

/* ranking-table-o */
.ranking-table-o {
  width: 98%;
  margin: auto;
  font-size: .75rem;
  border-spacing: 1px 1px;
  border-collapse: separate;
  overflow: scroll;
}

.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(500px / 6);
  padding: 0px;
  font-size: 1.2rem;
  vertical-align: middle;
  text-align: center;
  line-height: 1.3;
  color: #29262f;
}

.ranking-table-o th {
  background: #a58337;
  font-weight: 700;
  position: sticky;
  left: 0;
  z-index: 1;
  width: 10%;
  color: #FFF;
}

.ranking-table-o td {
  background: #e7e7e7;
}

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

.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: .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 (max-width:768px) {

  .ranking-table-o th {
    min-width: calc(190px / 4);
  }

  .ranking-table-o td {
    min-width: calc(280px / 6);
  }
}
@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: .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: .75rem;
}

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

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

.box-table {
  width: 100%;
  font-size: .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: .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%;
}

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

.detail-img_col div {
  padding-left: 10px;
}

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

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

.detail-table-wapper table tr th {
  background: #EDEDED;
  color: #000;
  font-weight: 700;
}

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

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

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

  .ranking-table-o th,
  .ranking-table-o td {
    font-size: 1.4em;
  }

  .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 {
  margin: 0 auto;
  text-align: center;
  font-size: 1.4rem;
  color: #939393;
  /* letter-spacing: 0.3em; */
  /* background: #b3b3b3; */
  border: 1px solid #939393;
  padding: 4px 0;
  position: relative;
  /* font-weight: bold; */
}


.search-box {
  /* border-bottom: solid 5px #E7E6E7;
  border-right: solid 5px #E7E6E7; */
  background: #3a363f;
}

@media (min-width: 769px) {
  .search__ttl{
    max-width: 400px;
    margin-top: 20px;
  }
  .search-box{
    max-width: 400px;
    margin: auto;
  }
  .search-box .container {
    max-width: 540px;
    padding: 1em;
    background-color: #3a363f;
  }
}


@media (max-width: 768px) {
  .search__ttl {
    width: 95%;
    margin-top: .8em;
  }
  .search-box {
    width: 95%;
    margin: auto;
  }
}

.search-box button {
  margin: auto;
  padding: 1.5em;
}

.fa-plus {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

@media (min-width: 576px) {
  .search__ttl {
    font-size: 1.5rem;
  }
}

/* recbox-wrapper */
.recbox-wrapper {
  position: relative;
  padding-bottom: 0;
  background: #fbffe1;
  border-right: solid 3px #CCEE00;
  border-bottom: solid 3px #CCEE00;
}

.recbox-wrapper__list ul {
  margin: 0;
}

.recbox-wrapper__list ul li {
  position: relative;
  padding: 10px 10px 10px 20px;
  line-height: 1.8;
  border-bottom: dashed 2px #CCEE00;
  list-style: none;
}

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

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


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

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

.review-wrapper__ttl::after,
.point__ttl::after {
  content: '';
  height: 50%;
  background: #fff;
  width: calc(100% + 5px);
  position: absolute;
  top: 0;
  left: 0;
}

.review-wrapper__ttl h2,
.point__ttl h2 {
  font-weight: bold;
  background: #CCEE00;
  color: #1B3664;
  max-width: 300px;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  padding: 10px;
  margin: 0 auto 20px 0;
  position: relative;
  z-index: 1;
}

.point__ttl h2 {
  background: #EEFE84;
}

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

/*------------------ column ------------------ */
.column-ttl {
  position: relative;
  padding: 4px 0 4px 30px;
  background: #c9d6d9;
  font-weight: bold;
  text-align: left;
}

.column-ttl:before,
.column-ttl:after {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
}

.column-ttl:before {
  top: 9px;
  left: 3px;
  background: #1B8FA6;
}

.column-ttl:after {
  top: 16px;
  left: 9px;
  background: #1B3664;
}

.column-ttl-sp {
  font-size: 1rem;
}

.column-ttl-sp02 {
  font-size: .95rem;
}