body {
  padding: 0;
  margin: 0;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#wrapper {
  max-width: 750px;
  margin: 0 auto;
  background: #fff;
  overflow-x: hidden;
}
.regina-container {
  position: relative;
}
.regina-btn {
  width: 90%;
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
#header {
  position: relative;
}
#header .date {
  position: absolute;
  left: 2.3em;
  top: 6.3em;
  color: #000;
  font-weight: bold;
  font-size: 1.5em;
  z-index: 2;
}

#header .ranking_cv_logo {
  max-width: 340px;
  position: absolute;
  z-index: 2;
  transform: translateX(55%);
}
/*
#header .ranking_cv_logo.cv1 {
  top: 27.2%;
}
#header .ranking_cv_logo.cv2 {
  top: 46.8%;
}
#header .ranking_cv_logo.cv3 {
  top: 64.9%;
}
#header .ranking_cv_logo.cv4 {
  top: 84.8%;
}
#header .ranking_cv_logo.cv5 {
  top: 83%;
}
*/
#header .ranking_cv_logo.cv1 {
  top: 23.2%;
}
#header .ranking_cv_logo.cv2 {
  top: 39.8%;
}
#header .ranking_cv_logo.cv3 {
  top: 55.8%;
}
#header .ranking_cv_logo.cv4 {
  top: 71.3%;
}
#header .ranking_cv_logo.cv5 {
  top: 87.8%;
}

#header .ranking_cv_logo a:hover {
  opacity: 0.7;
}
.to-officialSite{
  width: 85%;
  margin-top: -25%;
  margin-bottom: 10%;
  margin-left: auto;
  margin-right: auto;
}
.bgc-2187A5 {
  background-color: #2187A5;
  margin-bottom: 30%;
}
@media (max-width: 749px) {
  #header .ranking_cv_logo {
    transform: translateX(25vw);
    width: 46%;
  }
  #header .ranking_cv_logo.cv1 {
    top: 32.5vw;
  }
  #header .ranking_cv_logo.cv2 {
    top: 54.5vw;
  }
  #header .ranking_cv_logo.cv3 {
    top: 77.5vw;
  }
  #header .ranking_cv_logo.cv4 {
    top: 100vw;
  }
  #header .ranking_cv_logo.cv5 {
    top: 121.5vw;
  }
}

.tab {
  display: flex;
  padding: 2em 3.5em 0;
}
.tab-item {
  width: 50%;
  text-align: center;
}
.fv-image-wrapper {
  background-image: url("../images/background-image.png");
}
.fv-container {
  position: relative;
}
.rounded-arrow {
  width: 6%;
}
.rounded-arrow-top {
  width: 6%;
  display: none;
}
.fv-title {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #484848;
  font-size: 1.9rem;
  font-weight: 550;
}
.filter-clinic {
  position: absolute;
  bottom: 4.3%;
  width: 92%;
  height: 10%;
  padding: 0 3%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 3px 5px 8px #666;
  bottom: 4.8vw;
  right: 0;
  left: 0;
  margin: 0 auto -16.5% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  z-index:1;
}
.tab-item a {
  color: #000;
  font-size: 1.8em;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  padding: 0.8em 1em;
  display: block;
}
.tab-item.active {
  border-bottom: 6px solid #2CD1B4;
}
.toggle-menu{
  margin-bottom: 24px;
}
.eminal-main-image{
  width: 55%;
  margin: 0 auto;
}
.gorilla-main-image{
  width: 80%;
  margin: 0 auto;
}
.jibun-clinic-main-image{
  width: 80%;
  margin: 0 auto;
}
.rize-main-image{
  width: 80%;
  margin: 0 auto;
}
.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/emishia_hikaku_lp0912_11base.jpg);
}
.hide {
  display: none;
  margin-top: 19%;
}
.datsumo_cta_button {
  display: block;
  width: 90%;
  margin: 0 auto;
  animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
  transition: 1.5s ease-in-out;
}
@keyframes fuwafuwa {
  0%, 40%, 80% {
    transform: scale(1.0);
  }
  20%, 60%, 100% {
    transform: scale(1.08);
  }
}

.table {
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 0 0 3.4em;
  background-image: url(../images/background.png);
}
.table-box {
  overflow-x: auto;
}
.table-box img {
  max-width: initial;
}
.table tr th.border-th-blue {
  border-top: 3px solid #2687A4;
  border-left: 3px solid #2687A4;
  border-right: 3px solid #2687A4;
}
.table tr td.border-td-blue {
  border-left: 3px solid #2687A4;
  border-right: 3px solid #2687A4;
}
.table tr td.border-td-btn-blue {
  border-bottom: 3px solid #2687A4 !important;
  border-left: 3px solid #2687A4;
  border-right: 3px solid #2687A4;
}
.regina-hige-gif {
  width: 80%;
  position: absolute;
  top: 28.1%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.regina-btn-container {
  width: 85%;
  position: absolute;
  bottom: 14%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.space {
  height: 3em;
}
.relative {
  position: relative;
}
.button {
  width: 100%;
  position: absolute;
  bottom: 2.5em;
  text-align: center;
  padding: 0 20px;
}
.regina-button{
  width: 85%;
  margin: 0 auto;
}
.eminal-button{
  width: 85%;
  margin: 0 auto;
}
.gorilla-button{
  width: 85%;
  margin: 0 auto;
}
.jibun-button{
  width: 85%;
  margin: 0 auto;
}
.button a:hover {
  opacity: 0.9;
}
.accordion-cta {
  position: relative;
  bottom: 1.5em;
  text-align: center;
  bottom: 1%;
  padding: 0 20px;
}
.accordion {
  position: absolute;
  bottom: 1em;
  padding: 0.5em 0;
  border-top: 2px solid #2187A5;
  border-bottom: 2px solid #2187A5;
  text-align: center;
  font-size: 2.2em;
  line-height: 1.6;
  font-weight: 700;
  cursor: pointer;
  max-width: 625px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.accordion-area {
  position: absolute;
  bottom: 1em;
  padding: 0.5em 0;
  border-top: 2px solid #2187A5;
  border-bottom: 2px solid #2187A5;
  text-align: center;
  font-size: 2.2em;
  line-height: 1.6;
  font-weight: 700;
  cursor: default;
  max-width: 625px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.accordion-title {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2187A5;
}
.accordion-title span {
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 28px solid #2187A5;
  position: relative;
  top: 34px;
  right: -15px;
}
.accordion.active .accordion-title span {
  border-bottom: 28px solid #2187A5;
  border-top: none;
  top: -35px;
}
.bg-border {
  padding-top: 100px;
  margin-top: -100px;
}
.main-wrapper {
  margin-top: 210px;
}
.area-box {
  text-align: center;
  padding: 4px;
  margin-bottom: 8%;
}
.region-wrapper {
  height: 61px;
  bottom: 1em;
  text-align: center;
  font-size: 2em;
  line-height: 1.6;
  font-weight: 700;
  cursor: pointer;
  max-width: 625px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  cursor: pointer;
  top: 0;
}
.region-main-wrapper {
  position: relative;
  margin-bottom: 5%;
}
.kanto-wrapper {
  margin-top: 3%;
}
.area {
  position: absolute;
  text-align: center;
  font-size: 2em;
  line-height: 1.6;
  font-weight: 700;
  cursor: pointer;
  max-width: 625px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #2B5174;
  color: #fff;
}
.area-list {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #484848;
  margin-bottom: 200px;
  max-width: 600px;
  width: 100%;
  margin: 20px auto 80px;
}
.area-subtitle {
  background-color: #E2EDF6;
  font-size: 1.5em;
  padding: 8px;
  margin-bottom: 20px;
}
.area-list img {
  width: 100%;
  height: auto;
}
.available-button {
  width: 80% !important;
  margin: 0 auto;
}
.area-title {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 0 0 0 32px;
  width: 95%;
}
.title-border {
  color: #2187A5;
  display: flex;
  align-items: center;
  font-size: 1.5em;
}
.title-border:before,
.title-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #2187A5;
}

.title-border:before {
    margin-right: 1rem;
}

.title-border:after {
    margin-left: 1rem;
}
.area::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-45deg);
  margin-bottom: 2px;
  margin-right: 20px;
}
.area.active.area::after {
  border-color: #fff #fff transparent transparent;
  margin-bottom: 0;
  margin-top: 8px;
}
.area.active .area-title span {
  border-color: #fff #fff transparent transparent;
}
.clinic-cta img {
  margin: auto;
}
.table-box::-webkit-scrollbar {
  height: 10px;
  width: 100px;
}
.table-box::-webkit-scrollbar-track {
  box-shadow: none;
  background: transparent;
}
.table-box::-webkit-scrollbar-thumb {
  background: #4d4d4d;
  border-radius: 10px;
  height: 3px;
  width: 100px;
}
.table-box::-webkit-scrollbar-thumb:hover {
  background: #000;
}
.bg-pink {
  background: #fff2f6;
  padding-bottom: 13.5em;
}
.bg-green {
  background: #e5f7f3;
  padding-bottom: 13.5em;
}
.bg-yellow {
  background: #fff0d9;
  padding-bottom: 13.5em;
}
.bg-purple {
  background: #f2eeff;
  padding-bottom: 13.5em;
}
.bg-blue {
  background: #e3f4ff;
  padding-bottom: 13.5em;
}
.top-3em {
  margin-top: -3em;
}
.accordion1 {
  max-width: 587px;
}
.twitter {
  max-width: 635px;
  margin: 0 auto;
}
.twitter .twitter-tweet {
  margin: 0 auto;
}
.table-box {
  text-align: center;
  padding-bottom: 3em;
  padding-top: 2em;
}
.table-box a:hover {
  opacity: 0.9;
}
.table tr th,
.table tr td {
  padding: 10px 5px;
  width: 180px;
  font-size: 14px;
  line-height: 1.6;
  border: 1px solid #D9D9D9;
  vertical-align: middle;
  color: #484848;
}
.table tr th img {
  height: auto;
  max-height: 50px;
  margin: 0 auto;
  scale: 1;
  margin-bottom: 4%;
}
.table tr th:first-child,
.table tr td:first-child {
  border: 1px solid #D9D9D9;
}
.table tr th:last-child,
.table tr td:last-child {
  border-right: 1px solid #D9D9D9;
}
.table tr th {
  border-top: 1px solid #D9D9D9;
}
.table tr td:first-child {
  vertical-align: middle;
}
.table tr:last-child td {
  border-bottom: none;
}
.table tr:nth-child(2n + 1) td {
  background: #E2EDF6;
}
.table tr:nth-child(2n) td {
  background: #fff;
}
table {
  border-collapse: collapse;
  width: 800px;
  background: #fff;
  box-shadow: 4px 4px 12px #484848;
  overflow: hidden;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
.ranking-table-logo img {
  width: auto;
  height: 20px !important;
}
.ranking-table-logo .logo-image {
  width: auto;
  height: 10% !important;
  margin-top: 30%;
}
.ranking-table-logo .logo-brillia-image {
  width: 75%;
  height: 10% !important;
  margin-top: 20%;
}
.ranking-table-logo .logo-six {
  margin-bottom: 15% !important;
}
.ranking-table-logo .logo-lazer-skin-image, .ranking-table-logo .logo-alicio-image,.ranking-table-logo .logo-toitoi-image, .ranking-table-logo .logo-with-beauty-image {
  width: 75%;
  height: 10% !important;
  margin-top: 20%;
}
.ranking-table-logo .logo-shibuya-image {
  width: 75%;
  height: 10% !important;
  margin-top: 15%;
}
.ranking-table-logo .logo-aoba-image{
  width: auto;
  height: 10% !important;
  margin-top: 25%
}
.table img {
  max-width: 100%;
}
.table span {
  display: block;
}
.table .color-blue {
  color: #2187A5;
}
.table span.text-big{
  font-size: 16px;
}
.table .color-orange {
  color: #fca500;
  font-size: 22px;
}
.table .color-gold {
  color: #C09B53;
  font-size: 22px;
}
.table .color-pink {
  color: #E7A0D9;
  font-size: 22px;
}
.table .text-left {
  text-align: left;
  padding-left: 20px;
}
.table .text-left span {
  text-align: center;
}
.table span.with-star {
  transform: translateX(-5px);
}
.table tr td.let-spacing {
  letter-spacing: -0.05em;
}
.table thead tr > th:first-child {
  background: #fff;
}
.table thead tr > th:first-child,
.table tbody tr > td:first-child {
  position: sticky;
  z-index: 2;
  left: -2px;
  width: 174px;
  font-weight: bold;
}
.table-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-collapse: collapse;
  width: 980px;
  background: #fff;
  box-shadow: 4px 4px 12px #484848;
  overflow: hidden;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  position: relative;
  max-width: 640px;
  width: 85%;
  margin: auto;
  top: 30px;
}
.machine-container {
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  line-height: 1.2;
  font-size: 24px;
  color: #484848;
  text-align: center;
  line-height: 1.2;
}
.table-container {
  border-bottom: 1px solid #D9D9D9;
  width: 100%;
  display: flex;
  align-items: center;
  line-height: 1.2;
  font-size: 24px;
  color: #484848;
  text-align: center;
  line-height: 1.2;
}
.table-container span {
  padding: 12px 0;
  height: 100%;
  font-size: 24px;
}
.bgc-blue {
  background-color: #E2EDF6;
}
.first-row {
  width: 30%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #d9d9d9;
}
.middle-row {
  width: 40%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.last-row {
  width: 30%;
  height: 100%;
  border-left: 1px solid #d9d9d9;
}
.last-table-row {
  height: 221px;
}
.table-border {
  width: 70%;
  height: 100%;
  text-align: center;
  padding: 20px;
  font-weight: 600;
  color: #484848;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
/*　20230331 ブリリアスキンクリニックの基本情報 */
.brillia-tbl {
  position: absolute;
  bottom: 2%;
  max-width: 900px;
  width: 100%;
  margin: auto;
}
table.brillia-table {
  position: relative;
  max-width: 640px;
  width: 85%;
  margin: auto;
  top: 30px;
}
.brillia-tbl table tr:nth-child(odd) {
  background-color: #E2EDF6;
  line-height: 1.2;
}
.brillia-tbl table tr:nth-child(even) {
  background-color: #fff;
  line-height: 1.2;
}
.brillia-tbl table tr td {
  border: 2px solid #D9D9D9;
  text-align: center;
  font-size: 24px;
  padding: 20px 0;
  font-weight: 600;
  color: #484848;
}
.brillia-tbl table tr td:first-child {
  width: 30%;
}
.brillia-tbl table tr td:last-child {
  width: 70%;
  padding: 20px;
}
.marker {
  background: linear-gradient(transparent 60%, #2cd1b36e 60%);
}
.regina-movie-container {
  position: relative;
  margin-top: 0%;
}
.regina-movie {
  position: absolute;
  top: 30%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 80%;
  height: 60%;
}

/* 20240117 コラム */
.column {
  width: 100%;
  max-width: 750px;
  margin-top: 40px;
  margin-bottom: 80px;
  padding: 0 40px;
  color: #484848;
}
.column-inner {
  padding-top: 40px;
}
.column-area {
  padding: 0.5em 0;
  border-top: 2px solid #E7A0D9;
  border-bottom: 2px solid #E7A0D9;
  text-align: center;
  font-size: 2.2em;
  line-height: 1.6;
  font-weight: 700;
  cursor: default;
  max-width: 625px;
  margin: 0 auto;
}
.column-title {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #E7A0D9;
}
.column-list-item {
  margin: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #484848;
}
.column-list-item a:hover {
  opacity: 0.8;
}
.column-list-item-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.column-img {
  max-width: 160px;
  width: 100%;
  margin-right: 20px;
}
.column-subtitle {
  color: #484848;
  font-size: 26px;
  line-height: 1.7;
}
.sort-table-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: url(../images/background.png);
  padding: 0px 6%;
}
.table-image {
  width: 43px;
  height: auto !important;
  margin-bottom: 14% !important;
}
.table-logo-image {
  width: 100%;
  max-width: 83px !important;
  height: auto !important;
  max-height: 45px !important;
  scale: 1.1;
  padding-top: 5%;
}
.sort-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.sort-title {
  color: #2187A5;
  margin-bottom: 10px;
  margin-top: -10px;
  padding-top: 5%;
}
.table tr th.border-th-blue img {
  scale: 1.8;
}
.sort-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 4%;
  row-gap: 20px;
  margin-bottom: 5%;
}
.sort-table-wrapper {
  padding: 0 5%;
}

.sortBtn {
  color: #484848;
  background-color: #fff;
  border-radius: 4px;
  border: none;
  padding: 1.5% 4%;
  cursor: pointer;
  font-family: Inter,sans-serif !important;
}

.clickedSortBtn {
  background-color: #2187A5;
  color: #fff;
  border-radius: 4px;
  border: none;
  padding: 1.5% 4%;
  cursor: pointer;
  font-family: Inter,sans-serif !important;
}

.filter-wrapper {
  background: linear-gradient(0.25turn, #FDEDF2, #F1EEF6, #E4EFFB);
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0px 6% 6%;
}
@media (max-width: 749px) {
  .brillia-tbl {
    bottom: 1.3%;
  }
  .table-container span, .table-border, .first-row {
    font-size: 18px;
  }
  .brillia-tbl table tr td {
    border: 1px solid #D9D9D9;
    font-size: 3.2vw;
    padding: 8px 0;
  }
  .brillia-tbl table tr td:last-child {
    padding: 8px;
    line-height: 1.2;
  }
}
@media (max-width: 680px) {
  .brillia-tbl {
    bottom: 2%;
  }
  .machine-container {
    height: 110px;
  }
  .fv-title {
    font-size: 1.6rem;
  }
  .table-container span, .table-border, .first-row {
    font-size: 14px;
  }
  .table-border {
    padding: 10px;
  }
  .last-table-row {
    height: 200px;
  }
}
@media (max-width: 547px) {
  .fv-title {
    font-size: 1.1rem;
  }
}
@media (max-width: 480px) {
  .brillia-tbl {
    bottom: 4.5%;
  }
  .table-container span, .table-border, .first-row {
    font-size: 11px;
  }
  .machine-container {
    height: 70px;
  }
  .last-table-row {
    height: 110px;
  }
}
@media (max-width: 385px) {
  .brillia-tbl {
    bottom: 2%;
  }
  .fv-title {
    font-size: 1.1rem;
  }
}
/* ブリリアスキンクリニックの基本情報 */

#footer {
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  background-image: url("../images/matome.png");
  padding: 100px 0 40px;
  margin-top: -2vw;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
#footer .company-link {
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
}
#footer p.copyright {
  margin: 30px 0 0;
}
.page-content .container {
  padding: 0 15px;
  font-size: 14px;
}
.page-content h1 {
  font-size: 22px;
}
#footer.footer-page {
  margin: 0;
  padding: 15px 0;
}
.regina-clinic-main-image{
  width: 85%;
  margin: 2% auto;
}
@media (max-width: 749px) {
  table {
    width: 800px;
  }
  .table tr th,
  .table tr td {
    font-size: 12px;
  }
  .table span.text-big{
    font-size: 14px;
  }
  #footer {
    font-size: 14px;
  }
  #footer .company-link {
    font-size: 18px;
  }
  #footer p.copyright {
    margin-top: 20px;
  }
  .twitter {
    /* padding: 0 8vw; */
  }
  .twitter iframe {
    max-width: 100%;
  }
  .r-y54riw {
    min-width: 1px;
  }
  .tab {
    padding: 0 7.5vw;
  }
  .tab-item a {
    font-size: 4.5vw;
    padding: 4vw 2vw;
  }
  .tab-item.active {
    border-bottom: 1.5vw solid #2CD1B4;
  }
  .accordion {
    bottom: 10vw;
    padding: 3vw 0;
    font-size: 4.2vw;
    margin: 0 4vw;
    margin: 0 8vw;
  }
  .accordion-area {
    bottom: 13vw;
    padding: 3vw 0;
    font-size: 4.2vw;
    margin: 0 4vw;
    margin: 0 8vw;
  }
  .accordion1 {
    margin: -9vw 11vw;
  }
  .accordion-title span {
    border-left: 2vw solid transparent;
    border-right: 2vw solid transparent;
    border-top: 3.5vw solid #2187A5;
    top: 3.8vw;
    right: -2vw;
  }
  .accordion.active .accordion-title span {
    border-bottom: 3.5vw solid #2187A5;
    border-top: none;
    top: -4vw;
  }
  .regina-clinic-main-image{
    width: 80%;
    margin: 5% auto;
  }

  .area-box {
    bottom: 5vw;
    padding: 1px;
    font-size: 4.2vw;
    margin: 37px 8vw 0;
  }
  .region-wrapper {
    height: fit-content;
    font-size: 4.2vw;
    margin: 25px 8vw 0;
    padding: 12px;
  }
  .area {
    font-size: 4.2vw;
    padding: 12px;
  }
  .area::after {
    width: 12px;
    height: 12px;
    border: 1px solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-45deg);
    margin-bottom: 8px;
    margin-right: 20px;
  }
  .area.active.area::after {
    border-color: #fff #fff transparent transparent;
    margin-bottom: 0;
    margin-top: 8px;
  }
  .area-list {
    margin: 20px auto 60px;
  }
  .area-list img {
  }
  .area-subtitle {
    font-size: 15px;
  }
  .area-address {
    font-size: 12px;
  }
  .title-border {
    font-size: 1em;
  }
  .table {
    padding: 0 0 0 3.8vw;
  }
  .bg-pink,
  .bg-green,
  .bg-purple,
  .bg-yellow,
  .bg-blue {
    padding-bottom: 38vw;
  }

  .bg-border {
    margin-top: -15vw;
    padding-top: 15vw;
  }
  #header .date {
    left: 8vw;
    top: 20vw;
    font-size: 3.2vw;
  }
  .button {
    bottom: 14vw;
    width: 85%;
    transform: translate(7.5vw);
  }
  .button.freya_btn {
    bottom: 7vw;
    width: 85%;
    transform: translate(7.5vw);
  }
  .relative .hide + .button {
    bottom: 11vw;
  }
  .top-3em {
    margin-top: -7vw;
  }
  .column {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .column-inner {
    padding-top: 20px;
  }
  .column-area {
    bottom: 13vw;
    padding: 3vw 0;
    font-size: 4.8vw;
    margin: 0 4vw;
    margin: 0 8vw;
  }
  .column-list {
    margin: 0 8vw;
  }
  .column-list-item {
    margin: 12px 0;
    padding-bottom: 12px;
  }
  .column-img {
    max-width: 80px;
    margin-right: 12px;
  }
  .column-subtitle {
    font-size: 3.49vw;
  }
}

.ranking_cv_banner {
  display: flex;
  justify-content: center;
  width: 100% !important;
  position: absolute;
  z-index: 2;
  top: 24%;
  width: 100%;
}

.ranking_cv_banner.cv1 {
  top: 24%;
}

.ranking_cv_banner.cv4 {
  top: 17%;
}

.ranking_cv_banner a:hover {
  opacity: 0.9;
}

@media (max-width: 749px) {
  .ranking_cv_banner {
    width: 85%;
    top: 42vw;
  }
  .ranking_cv_banner.cv1 {
    top: 23%;
  }
}
@media (min-width: 788px) {
  .filter-clinic {
    bottom: 37px;
  }
}
.trans-animated {
  animation-name: scale3dImg;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  position: relative;
  overflow: hidden;

  margin-bottom: 10px;
}
.trans-animated::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 40px;
  height: 100%;
  background-color: #fff;
  -webkit-animation: shiny-btn1 3s ease-in-out infinite;
          animation: shiny-btn1 3s ease-in-out infinite;
}
@keyframes scale3dImg {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  5% {
    -webkit-transform: scale3d(0.91, 0.84, 0.85);
    transform: scale3d(0.91, 0.84, 0.85);
  }
  10% {
    -webkit-transform: scale3d(0.93, 0.86, 0.84);
    transform: scale3d(0.93, 0.86, 0.84);
  }
  26% {
    -webkit-transform: scale3d(0.94, 0.97, 0.98);
    transform: scale3d(0.94, 0.97, 0.98);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.99, 0.91);
    transform: scale3d(0.97, 0.99, 0.91);
  }
  100% {
    -webkit-transform: scale3d(0.99, 0.91, 0.99);
    transform: scale3d(0.99, 0.91, 0.99);
  }
}
@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}