html {
  scroll-behavior: smooth;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #0F0E54;
  font-feature-settings: "palt";
  letter-spacing: 0.01rem;
}
a {
  text-decoration: none;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}
img {
  max-width: 100%;
  height: auto;
}
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
}
p {
  font-weight: 400;
}
strong {
  font-weight: 700;
}
#wrapper {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  overflow-x: hidden;
}
.fv-container {
  line-height: 0;
}
.clinic-logo {
  padding: 4px 0;
  background-color: #1C2E76;
  overflow: hidden; /* はみ出た画像を隠す */
  width: 100%;
}
.slider-track {
  display: flex;
}
.scroll-infinity__list {
  display: flex;
  padding: 0
}
.scroll-infinity__list li {
  display: flex;
  flex-wrap: wrap;
  width: 64px;
  animation: scroll-left 45s linear infinite;
}
.slider-track img {
  max-width: 64px;
  width: 97%;
  height: auto;
}
.scroll-infinity__list {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop, .d-demo {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.clinic-logo div {
  padding: 0 2px;
}
.fv-day {
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  padding: 16px;
  margin: 0;
  line-height: 1;
}
.tr-ttl, .tr-ttl span {
  color: transparent;
}
.tr-ttl span, .best-cont-ttl .tr-ttl, .cont-ttl .tr-ttl, .cont-ttl_1 .tr-ttl, .cont-ttl_2 .tr-ttl, .cont-ttl .tr-ttl span {
  position: absolute;
  left: 0;
  top: 0;
}
.right {
  text-align: right;
}
/*cont01*/
.cont01 .cont-ttl {
  position: relative;
  z-index: 10;
}
.cont01 .list-bg {
  padding: 46px 16px 88px;
  margin-top: -41px;
  background: url("../images/best-bg.png")no-repeat top center/cover;
}
.cont01 .best-list .best-inr {
  margin-bottom: 16px;
}
.cont01 .best-list .best-inr:last-child {
  margin-bottom: 0;
}
.cont01 .best-list .best-inr .bl-border-btn {
  width: 126px;
  letter-spacing: 3%;
}
.cont01 .best-list .best-inr .grd-btn {
  width: 184px;
}
.best-list .best-inr {
  border: 2px solid #FECB03;
  background-color: #fff;
  padding: 16px;
  font-size: 11px;
}
.best-list .best-inr .num-ttl-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.best-list .best-inr .num {
  width: 80px;
  height: 80px;
}
.best-list .best-inr .inr-txt {
  margin-left: 10px;
}
.best-list .best-inr .inr-txt .ttl {
  font-size: 24px;
  margin-bottom: 8px;
}
.best-list .best-inr .inr-txt .ttl a {
  color: #0F0E54;
  text-decoration: underline;
}
.best-list .best-inr:nth-child(1) .num {
  background: url("../images/no1.png")no-repeat center center/contain;
}
.best-list .best-inr:nth-child(2) .num {
  background: url("../images/no2.png")no-repeat center center/contain;
}
.best-list .best-inr:nth-child(3) .num {
  background: url("../images/no3.png")no-repeat center center/contain;
}
.best-list .best-inr table {
  width: 100%;
  margin-top: 16px;
}
.best-list .best-inr table th {
  background-color: #1C2E76;
  color: #fff;
  font-size: 14px;
}
.best-list .best-inr table td img {
  width: 50px;
  margin: 0 auto 7px;
}
.best-list .best-inr tr:nth-child(2n + 1) td {
  background-color: #fff;
  padding: 8px 5px;
}
.best-list .best-inr .btn-wrap {
  margin-top: 16px;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.bl-border-btn a {
  border: 2px solid #1C2E76;
  border-radius: 50px;
  background-color: #fff;
  font-weight: 600;
  display: block;
  padding: 12px 38px 12px 16px;
  font-size: 14px;
  text-decoration: none;
  color: #1C2E76;
  box-shadow: 0 4px 0 rgba(28, 46, 118, 0.6);
  position: relative;
}
.bl-border-btn a::after {
  position: absolute;
  content: "";
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/arrow_down.png")no-repeat center center/contain;
  width: 12px;
  height: 7px;
}
.grd-btn {
  text-align: center;
}
.grd-btn .today {
  display: inline-block;
  padding: 0 15px;
  background: url("../images/ten-l.png")no-repeat left center/10px, url("../images/ten-r.png")no-repeat right center/10px;
  margin: auto;
  font-size: 14px;
  font-weight: 700;
}
.red {
  color: #E60012;
}
.grd-btn a {
  border-radius: 50px;
  background: linear-gradient(91.7deg, #F5FD54 4.06%, #FFB700 97.37%);
  display: block;
  padding: 2px;
  text-decoration: none;
  color: #1C2E76;
  box-shadow: 0px 4px 0px 0px #A68300;
  position: relative;
}
.grd-btn a span::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 100) 81%, rgba(255, 255, 255, 0) 100%);
  animation: shine 3s infinite; /* inifiniteによりずっと続ける */
}
@keyframes shine {
  33% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.grd-btn a span {
  border-radius: 50px;
  background: linear-gradient(92.04deg, #F2FF00 8.53%, #FFC803 97.2%);
  font-weight: 900;
  font-size: 14px;
  display: block;
  padding: 12px 38px 12px 16px;
  position: relative;
  overflow: hidden;
}
.grd-btn a span::after {
  position: absolute;
  content: "";
  right: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background: url("../images/arrow_down.png")no-repeat center center/contain;
  width: 12px;
  height: 7px;
}
.note {
  font-size: 8px;
  font-weight: 400;
  text-align: right;
  margin-top: 16px;
}
/*table*/
table {
  border-collapse: collapse;
  width: 800px;
  background: #fff;
  overflow: hidden;
}
.table tr th, .table tr td {
  width: 180px;
  line-height: 1.6;
  border: 1px solid #C3C3C3;
  text-align: center;
  vertical-align: top;
}
.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 #C3C3C3;
}
.table tr th:last-child, .table tr td:last-child {
  border-right: 1px solid #C3C3C3;
}
.table tr th {
  border-top: 1px solid #C3C3C3;
}
.table tr td {
  line-height: 1.4;
}
.table tr:nth-child(2n + 1) td {
  background: #E2EDF6;
}
.table tr:nth-child(2n) td {
  background: #fff;
}
/*cont02*/
.cont02 {
  background: url("../images/hikaku-bg.png")no-repeat top center/cover;
  padding: 47px 0px 30px 15px;
  position: relative
}
.cont02 .cont-ttl_1 {
  width: 101%;
  position: absolute;
  left: -0.5%;
  top: -34px;
}
/*
.cont02 .cont-ttl_2 {
  margin: 20px 0;
}
*/
.cont02 .table-wrap {
  overflow: scroll;
  margin-top: 40px;
}
.cont02 .table-wrap table {
  width: 668px;
}
.cont02 .table-wrap table thead th a {
  color: #fff;
  text-decoration: underline;
}
.cont02 .table-wrap table {
  background-color: #1C2E76;
  color: #fff;
  font-size: 16px;
  padding: 26px 6px;
  width: 68px;
  line-height: 1.2;
  text-wrap: nowrap;
  vertical-align: middle;
}
.cont02 .table-wrap table thead .head_1 {
  padding: 13px 6px;
}
.cont02 .table-wrap table .head_1 small {
  font-size: 14px;
}
.cont02 .table-wrap table .head_1 .icon {
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto 8px;
}
.cont02 .table-wrap table .head_1 .icon01 {
  background: url("../images/icon01.png")no-repeat center center/contain;
}
.cont02 .table-wrap table .head_1 .icon02 {
  background: url("../images/icon02.png")no-repeat center center/contain;
}
.cont02 .table-wrap table .head_1 .icon03 {
  background: url("../images/icon03.png")no-repeat center center/contain;
}
.cont02 .table-wrap table .head_1 .icon04 {
  background: url("../images/icon04.png")no-repeat center center/contain;
}
.cont02 .table-wrap table .head_1 .icon05 {
  background: url("../images/icon05.png")no-repeat center center/contain;
}
.cont02 .table-wrap table .head_1 .icon06 {
  background: url("../images/icon06.png")no-repeat center center/contain;
}
.cont02 .table-wrap table .head_1 .icon07 {
  background: url("../images/icon07.png")no-repeat center center/contain;
}
.cont02 .table-wrap table .head_2 {
  background-color: #D8F20B;
  color: #0F0E54;
}
.cont02 .table-wrap table .head_2 a {
  color: #0F0E54;
  text-decoration: underline;
}
.cont02 .table-wrap table .head_2 p, .cont02 .table-wrap table .head_2 a p {
  font-weight: 700;
}
.cont02 .table-wrap table th {
  padding: 13px 5px 15px;
  width: 120px;
  background-color: #444C6F;
  color: #fff;
  font-size: 14px;
  vertical-align: middle;
  font-weight: 500;
}
.cont02 .table-wrap table th p {
  line-height: 1;
  font-weight: 500;
}
.cont02 .table-wrap table th small {
  line-height: 1.4;
  display: block;
}
.cont02 .table-wrap table th img {
  width: 100px;
  margin: 0 auto 3px;
}
.cont02 .table-wrap table th:nth-child(3) img {
  width: 95px;
}
.cont02 .table-wrap table td {
  background-color: #fff;
  padding: 8px 8px 14px;
  font-size: 10px;
  font-weight: 400;
  color: #0F0E54;
}
.cont02 .table-wrap table td.d_1 {
  background-color: #F8FFEF;
  font-weight: 700;
}
.cont02 .table-wrap table td img {
  width: 50px;
  margin: 0 auto 5px;
}
.cont02 .table-wrap table td .grd-btn .today {
  font-size: 10px;
  padding: 0 11px;
  margin-bottom: 5px
}
.cont02 .table-wrap table tr .head_1 {
  padding: 13px 6px;
  background-color: #1C2E76;
}
.cont02 .table-wrap table tr:last-child td {
  vertical-align: middle;
}
.cont02 .table-wrap table tr:last-child .d_1 .grd-btn {
  margin: 0;
}
.cont02 .table-wrap table tr:last-child td .grd-btn {
  margin-top: 16px;
}
.cont02 .table-wrap table td .grd-btn a span {
  font-size: 9px;
  padding: 8px 16px 8px 10px;
}
.cont02 .table-wrap table td .grd-btn a span::after {
  right: 8px;
  width: 5px;
  height: 8px;
}
.cont02 .txt-note {
  color: #fff;
  font-weight: 400;
}
.txt-note {
  text-align: right;
  font-size: 10px;
  margin-top: 15px;
  padding-right: 15px;
}
.cont03 {
  background: url("../images/point-bg.jpg")repeat top center/100%;
  padding: 40px 0 72px;
}
/*
.cont03 .cont-ttl {
  margin: 0 -16px;
}
*/
.cont03 .point-list {
  padding: 0 16px;
}
.cont03 .point-list li {
  position: relative;
  border: 4px solid #1C2E76;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 3px 4px 0px rgba(0, 26, 53, 0.1);
  padding: 32px 16px 24px;
  margin-top: 48px;
}
.cont03 .point-list li:first-child {
  margin-top: 25px;
}
.cont03 .point-list li::after {
  position: absolute;
  content: "";
  left: -20px;
  top: 0;
  transform: translateY(-50%);
  width: 200px;
  height: 58px;
}
.cont03 .point-list li:nth-child(1)::after {
  background: url("../images/point01.png")no-repeat left top/contain;
}
.cont03 .point-list li:nth-child(2)::after {
  background: url("../images/point02.png")no-repeat left top/contain;
}
.cont03 .point-list li:nth-child(3)::after {
  background: url("../images/point03.png")no-repeat left top/contain;
}
.cont03 .point-list .ttl {
  font-size: 24px;
  font-style: italic;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.cont03 .point-list .ttl::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  background-color: #1C2E76;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 0;
}
.grd-txt {
  background: linear-gradient(90deg, #0F0E54 0%, #4EE5F2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.grd-txt2 {
  background: linear-gradient(90deg, #0F0E54 0%, #3286AC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.grd-txt3 {
  background: linear-gradient(90deg, #3286AC 0%, #4EE5F2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.grd-txt4 {
  background: linear-gradient(90deg, #0F0E54 0%, #3FB4CE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.grd-txt, .grd-txt2, .grd-txt3, .grd-txt4 {
  font-size: 32px;
  font-weight: 900;
  padding-right: 5px;
}
.grd-txt small, .grd-txt2 small, .grd-txt3 small, .grd-txt4 small {
  font-size: 24px;
  font-weight: 900;
}
.cont03 .point-list .txt-no {
  position: relative;
  color: #3FB4CE;
  font-style: italic;
  font-size: 32px;
  font-weight: 900;
}
.cont03 .point-list p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.under-txt {
  font-weight: 700;
  background: linear-gradient(180deg, transparent 50%, #D8F20B 50%)
}
.cont04 .cont-ttl {
  margin-top: -25px;
  z-index: 10;
  position: relative;
}
.cont04 .best-list {
  padding: 70px 16px 40px;
  background: #D0F4F6;
  margin-top: -59px;
}
.cont04 .best-list .best-inr {
  border: 3px solid #1C2E76;
  border-radius: 5px;
  padding: 0
}
.cont04 .best-list .best-cont {
  padding: 16px;
}
.cont04 .best-list .best-inr .bnr {
  width: 100%;
  margin: 16px auto 15px;
}
.best-list .best-inr .best-cont-ttl {
  margin: 0 -16px;
}
.cont04 .best-list .best-inr .table2 {
  margin: 0;
}
.cont04 .best-list .best-inr .table2 th {
  background-color: #E9EDF0;
  color: #0F0E54;
  width: 80px;
  text-align: center;
  vertical-align: middle;
}
.cont04 .best-list .best-inr .table2 th, .cont04 .best-list .best-inr .table2 td {
  font-size: 14px;
  padding: 8px;
}
.cont04 .best-list .best-inr .table2 td {
  text-align: left;
  line-height: 1.4;
  width: calc(100% - 80px);
}
.cont04 .best-list .best-inr .table {
  font-size: 14px;
}
.cont04 .best-list .best-inr .table.f10 td {
  font-size: 10px;
}
.cont04 .best-list .best-inr .table td {
  padding: 8px 4px;
  font-weight: 400;
}
.cont04 .best-list .best-inr .price .table td:first-child {
  text-align: left;
}
.cont04 .best-list .best-inr .price .table td:last-child {
  text-align: right;
}
.cont04 .best-list .best-inr .baseinfo .table td:last-child {
  text-align: left;
  font-weight: 400;
}
.cvs-wrap {
  background-color: #1C2E76;
  padding: 40px 16px 34px;
  position: relative;
}
.cvs-wrap::after {
  background-color: #fff;
  content: "";
  height: 25px;
  width: 100%;
  top: -0.5px;
  left: 0;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
}
.cvs-wrap .grd-btn .today {
  padding: 0 25px 0 20px;
  background: url("../images/ten2-l.png")no-repeat left center/15px, url("../images/ten2-r.png")no-repeat right center/15px;
  margin: auto;
  font-size: 18px;
  font-style: italic;
  color: #fff;
  font-weight: 900;
}
.cvs-wrap .grd-btn .today .green {
  font-size: 24px;
  color: #D8F20B;
}
.cvs-wrap .grd-btn a {
  position: relative;
  margin-top: 5px;
}
.cvs-wrap .grd-btn:first-child a::after {
  position: absolute;
  content: "";
  background: url("../images/grass.png")no-repeat center center/contain;
  width: 88px;
  height: 88px;
  left: 0;
  top: 2px;
}
.cvs-wrap .grd-btn a span {
  font-size: 20px;
  padding: 6px 38px 11px;
  color: #0F0E54;
  line-height: 1.2;
  display: block;
}
.cvs-wrap .grd-btn a small {
  font-size: 14px;
}
.cvs-wrap .ye-border-btn {
  margin-top: 16px;
}
.cvs-wrap .ye-border-btn a span {
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 16px;
}
.cvs-wrap .ye-border-btn a span::before {
  background: url("../images/icon_calendar.png")no-repeat center center/contain;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  animation: none;
}
.cont04 .best-list .parallel {
  padding: 0 16px 16px;
}
.cont04 .best-list .parallel .point-num-wrap, .end-cont-popreason .point-num-wrap {
  display: flex;
  justify-content: space-between;
}
.cont04 .best-list .parallel .point-num-wrap .point-num, .end-cont-popreason .point-num-wrap .point-num {
  width: 66px;
  height: 70px;
  margin-left: -10px;
}
.cont04 .best-list .parallel .point-num-wrap .point-num.point01 {
  background: url("../images/num-point01.png")no-repeat center top/contain;
}
.cont04 .best-list .parallel .point-num-wrap .point-num.point02 {
  background: url("../images/num-point02.png")no-repeat center top/contain;
}
.cont04 .best-list .parallel .point-num-wrap .point-num.point03 {
  background: url("../images/num-point03.png")no-repeat center top/contain;
}
.cont04 .best-list .parallel .point-num-wrap .ttl, .end-cont-popreason .point-num-wrap .ttl {
  width: calc(100% - 64px);
  font-size: 24px;
  font-style: italic;
  line-height: 1.2;
  font-weight: 900;
  padding: 8px 0 12px;
  background: url("../images/point-ttl-r.png")no-repeat right center/96px;
}
.cont04 .best-list .parallel .point-num-wrap .grd-txt, .end-cont-popreason .point-num-wrap .grd-txt {
  font-size: 32px;
}
.cont04 .best-list .parallel .point-list {
  margin-top: -15px;
}
.cont04 .best-list .parallel .point-inr, .end-cont-popreason .point-list .point-inr {
  padding: 24px 0;
  border-bottom: 2px dotted #1C2E76;
}
.cont04 .best-list .parallel .point-inr:last-child {
  border-bottom: none;
}
.top10 {
  margin-top: 8px !important;
}
.top15 {
  margin-top: 15px !important;
}
.cont04 .best-list .parallel .point-list .point-inr p {
  font-size: 14px;
  margin-top: 16px;
  line-height: 1.6;
}
.cont04 .best-list .parallel.osusume-point {
  background-color: #E9EDF0;
  padding: 0 16px 32px;
}
.cont04 .best-list .parallel .osusume-point-list {
  margin-top: 8px;
}
.cont04 .best-list .parallel .osusume-point-list .osusume-point-inr {
  padding: 0 5px;
}
.cont04 .best-list .parallel .osusume-point-list .point-inr {
  border: 3px solid #D8F20B;
  border-radius: 4px;
  background-color: #fff;
  padding: 35px 16px 22px;
  position: relative;
  margin-top: 45px;
}
.cont04 .best-list .parallel .osusume-point-list .point-inr.short {
  padding: 25px 16px 13px;
}
.cont04 .best-list .parallel .osusume-point-list .point-ttl {
  position: absolute;
  content: "";
  height: 71px;
  left: 50%;
  top: -10px;
  transform: translate(-50%, -50%);
}
.cont04 .best-list .parallel .osusume-point-list .point-ttl.ttl01 {
  background: url("../images/machine01_ttl.png")no-repeat center top/contain;
  width: 296px;
}
.cont04 .best-list .parallel .osusume-point-list .point-ttl.ttl02 {
  background: url("../images/machine02_ttl.png")no-repeat center top/contain;
  width: 333px;
}
.cont04 .best-list .parallel .osusume-point-list .point-ttl.ttl03 {
  background: url("../images/machine03_ttl.png")no-repeat center top/contain;
  width: 275px;
}
.cont04 .best-list .parallel .osusume-point-list .point-ttl.ttl04 {
  background: url("../images/machine04_ttl.png")no-repeat center top/contain;
  width: 250px;
}
.cont04 .best-list .parallel .osusume-point-list .img-txt-wrap, .cont04 .best-list .parallel .osusume-point-list .features {
  display: flex;
}
.cont04 .best-list .parallel .osusume-point-list .features {
  width: 100%;
  margin-top: 15px;
}
.cont04 .best-list .parallel .osusume-point-list .features .features-ttl {
  width: 30px;
  background-color: #D8F20B;
  padding: 12px 4px;
  color: #0F0E54;
  text-align: center;
  line-height: 1.3;
  font-weight: 600;
  font-size: 18px;
}
.cont04 .best-list .parallel .osusume-point-list .features .features-txt {
  width: calc(100% - 38px);
  margin-left: 8px;
  background-color: #F4FBC3;
  padding: 8px;
  color: #0F0E54;
  font-size: 14px;
}
.cont04 .best-list .parallel .osusume-point-list .img-txt-wrap .left-img {
  width: 100px;
  margin: auto;
}
.cont04 .best-list .parallel .osusume-point-list .img-txt-wrap .txt-cont {
  width: calc(100% - 100px);
  margin-left: 13px;
}
.cont04 .best-list .parallel .osusume-point-list .img-txt-wrap .txt-cont .subttl {
  font-size: 14px;
  font-weight: 700;
}
.cont04 .best-list .parallel .osusume-point-list .img-txt-wrap .txt-cont .subttl .l-green {
  margin-right: 3px;
  padding-left: 5px;
  font-size: 16px;
}
.l-green {
  color: #D8F20B;
}
.cont04 .best-list .parallel .osusume-point-list .img-txt-wrap .txt-cont .subname {
  margin: 0;
  padding-left: 5px;
}
.cont04 .best-list .parallel .osusume-point-list .img-txt-wrap .txt-cont strong {
  font-size: 18px;
}
.cont04 .best-list .parallel .osusume-point-list .img-txt-wrap .txt-cont small {
  font-size: 10px;
  line-height: 1;
  display: block;
}
.slick-dots li button:before {
  content: "●" !important;
}
.slick-dots li {
  margin: 0 !important;
}
.slick-dots li.slick-active button:before {
  font-size: 12px;
  color: #1C2E76 !important;
  opacity: 1 !important;
}
.regina-btn {
  width: 90%;
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.cont04 .best-list .review {
  padding: 0 16px 16px
}
.cont04 .best-list .review .best-cont-ttl.ttl-05 {
  position: relative;
  margin-bottom: 30px;
}
.cont04 .best-list .review .best-cont-ttl.ttl-05::after {
  background-color: #E9EDF0;
  content: "";
  height: 20px;
  width: 100%;
  top: 0;
  left: 0;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
}
.cont04 .best-list .review .tab-container {
  display: flex;
  justify-content: space-between;
}
.cont04 .best-list .review .tab-container .tab {
  width: calc(100% / 3 - 4px);
}
.cont04 .best-list .review .tab-container .tab {
  padding: 4px 16px;
  border-radius: 4px 4px 0 0;
  background-color: #E9EDF0;
  color: #0F0E54;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 14px;
}
.cont04 .best-list .review .tab-container .tab span {
  padding-left: 20px;
  font-weight: 700;
}
.cont04 .best-list .review .tab-container .tab:nth-child(1) span {
  background: url("../images/icon03-b.png")no-repeat left center/16px;
}
.cont04 .best-list .review .tab-container .tab:nth-child(2) span {
  background: url("../images/icon04-b.png")no-repeat left center/16px;
}
.cont04 .best-list .review .tab-container .tab:nth-child(3) span {
  background: url("../images/icon08-b.png")no-repeat left center/16px;
}
.cont04 .best-list .review .tab-container .tab.active {
  background-color: #1C2E76;
  color: #fff;
}
.cont04 .best-list .review .tab-container .tab:nth-child(1).active span {
  background: url("../images/icon03-w.png")no-repeat left center/16px;
}
.cont04 .best-list .review .tab-container .tab:nth-child(2).active span {
  background: url("../images/icon04-w.png")no-repeat left center/16px;
}
.cont04 .best-list .review .tab-container .tab:nth-child(3).active span {
  background: url("../images/icon08-w.png")no-repeat left center/16px;
}
.cont04 .best-list .review .tabcontents-inr {
  background-color: #fff;
  padding: 8px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: none;
}
.cont04 .best-list .review .tabcontents-inr.show {
  display: block;
}
.cont04 .best-list .review .voice-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.cont04 .best-list .review .voice-wrap .ppl {
  width: 56px;
}
.cont04 .best-list .review .voice-wrap .voice-inr {
  width: calc(100% - 60px);
  background-color: #F2FAFB;
  border-radius: 4px;
  padding: 8px;
  position: relative;
}
.cont04 .best-list .review .voice-wrap .voice-inr::after {
  position: absolute;
  content: "";
  left: -7px;
  top: 17px;
  width: 7px;
  height: 7px;
  background-color: #F2FAFB;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
}
.cont04 .best-list .review .voice-wrap .voice-inr .ttl {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}
.cont04 .best-list .review .voice-wrap .voice-inr .txt-note {
  margin-top: 0;
}
.cont04 .best-list .shop-list {
  margin-top: 0;
}
.cont04 .best-list .shop-list .shop-cont dt, .cont04 .best-list .shop-list .shop-cont .ken-btn {
  text-align: center;
  border-radius: 4px;
  font-size: 20px;
  position: relative;
  padding: 10px;
}
.cont04 .best-list .shop-list .shop-cont dt {
  background-color: #1C2E76;
  color: #fff;
  margin-bottom: 8px;
  font-weight: 700;
}
.cont04 .best-list .shop-list .shop-cont dt::after, .cont04 .best-list .shop-list .shop-cont dt::before, .cont04 .best-list .shop-list .shop-cont .ken-wrap .ken-btn::after, .cont04 .best-list .shop-list .shop-cont .ken-wrap .ken-btn::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  top: 50%;
  right: 24px;
  transition: all 0.5s;
  transform: translate(0, -50%);
}
.cont04 .best-list .shop-list .shop-cont dt::after, .cont04 .best-list .shop-list .shop-cont dt::before {
  background-color: #fff;
}
.cont04 .best-list .shop-list .shop-cont dt::before, .cont04 .best-list .shop-list .shop-cont .ken-wrap .ken-btn::before {
  transform: translate(0, -50%)rotate(-90deg);
}
.cont04 .best-list .shop-list .shop-cont dt.active::before, .cont04 .best-list .shop-list .shop-cont .ken-btn.active::before {
  transform: translate(0, -50%);
}
.cont04 .best-list .shop-list .shop-cont .ken-btn {
  background-color: #D0F4F6;
  color: #0F0E54;
  margin-bottom: 8px;
  font-weight: 700;
}
.cont04 .best-list .shop-list .shop-cont .ken-btn::before, .cont04 .best-list .shop-list .shop-cont .ken-btn::after {
  background-color: #0F0E54;
}
.cont04 .best-list .shop-list .shop-cont dd, .cont04 .best-list .shop-list .shop-cont .ken-inr {
  display: none;
  padding-bottom: 14px;
}
.cont04 .best-list .shop-list .shop-cont .ken-inr.active {
  display: block;
}
.cont04 .best-list .shop-list .shop-cont .ken-wrap {
  padding: 8px 0;
}
.cont04 .best-list .shop-list .shop-cont .ken-inr .inmei {
  padding: 4px 0;
  font-size: 14px;
  text-align: center;
  background-color: #D9D9D9;
  margin-bottom: 8px;
  margin-top: 14px;
  font-weight: 700;
}
.cont04 .best-list .shop-list .shop-cont .ken-inr figure, .cont04 .best-list .shop-list .shop-cont .ken-inr table {
  margin-bottom: 8px;
}
.cont04 .best-list .shop-list .bnr {
  margin: 24px auto 4px;
}
/*second*/
.cont04 .best-list.second {
  background: #D8F20B;
  margin: 0;
  padding: 40px 16px 40px;
}
.cont04 .best-list.second .best-inr .num {
  background: url(../images/no2.png) no-repeat center center / contain;
}
.cont04 .best-list.second .best-inr .price {
  padding: 16px 16px 32px
}
.cont04 .best-list.second .best-inr .price .bnr {
  margin: -7px auto 0;
}
.cont04 .best-list.second .best-inr .price .table {
  margin: 0 auto 0;
}
.cont04 .best-list.second .parallel .point-inr:nth-child(3) .point-num-wrap {
  align-items: center;
}
.cont04 .best-list.second .parallel .point-inr:nth-child(3) .point-num-wrap .ttl {
  padding: 20px 0;
}
/*third*/
.cont04 .best-list.third {
  margin: 0;
}
.cont04 .best-list.third .best-inr .num {
  background: url(../images/no3.png) no-repeat center center / contain;
}
.cont04 .best-list.third .best-inr .price td {
  vertical-align: middle;
  font-weight: 400;
}
.cont04 .best-list.third .best-inr .price .table {
  margin: 8px 0 16px;
}
.cont04 .best-list.second .osusume-point .osusume-point-list .point-ttl.ttl01 {
  background: url("../images/machine05_ttl.png")no-repeat center top/contain;
  width: 255px;
}
/*fourth*/
.cont04 .fourth-bg {
  background: #BEBEBE;
  padding: 16px 16px 40px;
}
.cont04 .fourth_cont.best-list, .cont04 .fifth_cont.best-list {
  margin: 0;
  padding: 0;
  border-radius: 4px;
}
.cont04 .fourth_cont.best-list .price, .cont04 .fifth_cont.best-list .price {
  padding: 16px 16px 32px;
}
.cont04 .fourth_cont.best-list .table, .cont04 .fifth_cont.best-list .table {
  margin: 0;
}
.cont04 .fourth_btn {
  border: 2px solid #0F0E54;
  background-color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 4px 0 #0F0E54;
  font-size: 20px;
  font-weight: 700;
  position: relative
}
.cont04 .fourth_btn::after, .cont04 .fourth_btn::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  top: 50%;
  right: 24px;
  transition: all 0.5s;
  background-color: #0F0E54;
  transform: translate(0, -50%)
}
.cont04 .fourth_btn::before {
  transform: translate(0, -50%) rotate(-90deg);
}
.cont04 .fourth_btn.active::before {
  transform: translate(0, -50%);
}
.cont04 .fourth_cont.best-list .best-inr .num {
  background: url(../images/no4.png) no-repeat center center / contain;
}
.cont04 .best-list.fourth_cont .best-inr .baseinfo .table tr:last-child th {
  line-height: 1.1;
  padding: 0;
}
.cont04 .best-list.fourth_cont .parallel .point-list .point-inr p, .cont04 .best-list.fifth_cont .parallel .point-list .point-inr p {
  margin-top: 0;
}
/*fifth*/
.cont04 .fifth_cont.best-list {
  margin-top: 40px;
}
.cont04 .fifth_cont.best-list .best-inr .num {
  background: url(../images/no5.png) no-repeat center center / contain;
}
.cont04 .best-list.fifth_cont .parallel .point-list .ttl .grd-txt small {
  font-size: 24px;
}
.cont04 .best-list.fifth_cont .parallel .point-list .ttl .grd-txt .bl {
  color: #3899BA;
}
.cont-hidden {
  display: none;
  margin-top: 24px;
}
.end-cont {
  padding: 0px 0px 100px 15px;
  background: url(../images/end-bg.jpg) no-repeat top center / cover;
}
.end-cont .cont-ttl {
  margin-left: -16px;
}
.end-cont .txt-note {
  color: #0F0E54;
}
.end-cont-regina {
  background: #0F0E54;
  padding: 62px 12px 88px;
  position: relative;
}
.end-cont-regina .mayoi {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0;
  content: "";
  width: 120px;
  height: 120px;
  background: url("../images/end-txt.png")no-repeat center center/contain;
}
.end-cont-regina .cont-ttl {
  background: linear-gradient(90deg, #F2FF00 0%, #FFC803 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 54px;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  line-height: 1;
  text-shadow: #F2FD0133 0px 4px 10px, #FFFFFF4D 0px 4px 20px;
}
.end-cont-regina .serif-cont {
  background: url("../images/serif.png")no-repeat right center/contain;
  font-size: 14px;
  padding: 23px 19px 32px 106px;
  width: 98%;
  margin: 40px 0 0 auto;
  position: relative;
}
.end-cont-regina .serif-cont .pop-no1 {
  background: url("../images/pop-no1.png")no-repeat right center/contain;
  position: absolute;
  width: 130px;
  height: 127px;
  left: -20px;
  top: -26px;
}
.end-cont-regina figure {
  margin-top: 15px;
  box-shadow: 0px 4px 20px 0px #FFFFFF4D, 0px 4px 10px 0px #F2FD0133;
}
.end-cont-popreason {
  background: linear-gradient(90deg, #0F0E54 0%, #4EE5F2 100%);
  padding: 80px 16px 48px;
  position: relative;
}
.end-cont-popreason .cont-ttl {
  width: 100%;
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.end-cont-popreason .point-list {
  box-shadow: 0px 4px 10px 0px #1C2E7626;
  background-color: #fff;
  padding: 0 16px
}
.end-cont-popreason .point-list .point-inr p {
  font-size: 14px;
}
.end-cont-popreason .point-list .point-inr:last-child {
  border-bottom: none;
}
.end-cont-popreason .point01 {
  background: url("../images/num-point01-org.png")no-repeat center center/contain;
}
.end-cont-popreason .point02 {
  background: url("../images/num-point02-org.png")no-repeat center center/contain;
}
.end-cont-popreason .point03 {
  background: url("../images/num-point03-org.png")no-repeat center center/contain;
}
.end-cont-popreason .under-txt {
  background: linear-gradient(180deg, transparent 50%, #FECB03 50%);
}
.end-cont-popreason .grd-txt2 {
  font-size: 32px;
}
.end-cont-cvs::after {
  background: linear-gradient(90deg, #0F0E54 0%, #4EE5F2 100%);
}
@media only screen and (min-width: 500px) {
  a {
    transition: all 0.5s;
  }
  a:hover {
    opacity: 0.6;
  }
  .scroll-infinity__list li {
    width: 120px;
  }
  .slider-track img {
    max-width: 120px;
  }
  .txt-note {
    font-size: 14px;
  }
  .cont01 .list-bg {
    padding: 66px 16px 128px;
    margin-top: -51px;
  }
  .best-list .best-inr .btn-wrap {
    margin-top: 20px;
  }
  .best-list .best-inr .num {
    width: 100px;
    height: 100px;
  }
  .best-list .best-inr .inr-txt .ttl {
    font-size: 30px;
  }
  .best-list .best-inr {
    font-size: 14px;
  }
  .best-list .best-inr table td img {
    width: 70px;
  }
  .best-list .best-inr .inr-txt .ttl a:hover {
    color: #4EE5F2;
  }
  .cont01 .best-list .best-inr .grd-btn {
    width: 55%;
  }
  .cont01 .best-list .best-inr .bl-border-btn {
    width: 40%;
  }
  .grd-btn a span {
    font-size: 22px;
    padding: 16px 38px 15px 18px
  }
  .grd-btn a span::after {
    width: 17px;
    height: 12px;
  }
  .grd-btn .today {
    font-size: 24px;
    padding: 0 20px;
    background: url(../images/ten-l.png) no-repeat left center / 15px, url(../images/ten-r.png) no-repeat right center / 14px;
    margin-bottom: 4px;
  }
  .bl-border-btn a {
    padding: 18px 28px 18px 26px;
    font-size: 20px;
  }
  .grd-txt, .grd-txt2, .grd-txt3, .grd-txt4 {
    font-size: 52px;
  }
  .cont02 {
    padding: 47px 0px 50px 15px;
  }
  .cont02 .cont-ttl_2 {
    margin: 20px 0;
  }
  .cont02 .cont-ttl_1 {
    top: -48px;
  }
  .cont02 .table-wrap table th img {
    width: 125px;
    margin: 0 auto 3px;
  }
  .cont02 .table-wrap table th:nth-child(3) img {
    width: 116px;
  }
  .cont02 .table-wrap table .head_1 .icon {
    width: 25px;
    height: 25px;
  }
  .cont02 .table-wrap table .head_1 {
    font-size: 20px;
    width: 78px;
  }
  .cont02 .table-wrap table {
    width: 800px;
  }
  .cont02 .table-wrap table td {
    font-size: 13px;
  }
  .cont02 .table-wrap table td .grd-btn a span {
    font-size: 12px;
  }
  .cont03 {
    padding: 60px 0 102px;
  }
  .cont03 .point-list li .grd-txt, .cont03 .point-list li .grd-txt2, .cont03 .point-list li .grd-txt3, .cont03 .point-list li .grd-txt4, .cont04 .best-list .parallel .point-num-wrap .grd-txt2, .end-cont-popreason .point-num-wrap .grd-txt2, .cont04 .best-list .parallel .point-num-wrap .grd-txt, .cont04 .best-list .parallel .point-num-wrap .grd-txt, .cont04 .best-list .parallel .point-num-wrap .ttl .grd-txt, .cont04 .best-list .parallel .point-num-wrap .ttl .grd-txt4, .end-cont-popreason .point-num-wrap .grd-txt {
    font-size: 42px;
  }
  .cont03 .point-list .ttl {
    font-size: 32px;
  }
  .best-list .best-inr table th {
    font-size: 18px;
    padding: 5px;
  }
  .cvs-wrap .grd-btn .today {
    font-size: 24px;
  }
  .cvs-wrap .grd-btn .today .green {
    font-size: 32px;
  }
  .cvs-wrap .grd-btn .today {
    background: url(../images/ten2-l.png) no-repeat left center / 25px, url(../images/ten2-r.png) no-repeat right center / 21px;
  }
  .cvs-wrap .grd-btn a span {
    font-size: 28px;
  }
  .cvs-wrap .grd-btn a small {
    font-size: 18px;
  }
  .cvs-wrap .ye-border-btn a span {
    font-size: 24px;
    padding: 18px;
  }
  .cvs-wrap .ye-border-btn a span::before {
    width: 35px;
    height: 35px;
    left: 20px;
  }
  .cont04 .best-list .best-inr .table {
    font-size: 14px;
  }
  .cont04 .best-list .parallel .point-num-wrap .point-num, .end-cont-popreason .point-num-wrap .point-num {
    width: 86px;
    height: 90px;
  }
  .cont04 .best-list .parallel .point-num-wrap .ttl, .end-cont-popreason .point-num-wrap .ttl {
    padding-left: 12px;
  }
  .cont04 .best-list {
    padding: 100px 16px 40px;
    background: #D0F4F6;
    margin-top: -89px;
  }
  .cont04 .cont-ttl {
    margin-top: -45px;
  }
  .cont04 .best-list .shop-list .shop-cont .ken-inr .inmei {
    margin-top: 34px;
    font-size: 18px;
  }
  .cont04 .best-list .shop-list .shop-cont .ken-inr .inmei:first-child {
    margin-top: 14px;
  }
  .cont04 .best-list .parallel .point-num-wrap .ttl, .end-cont-popreason .point-num-wrap .ttl {
    font-size: 32px;
  }
  .cont04 .best-list .parallel .point-list .point-inr p {
    font-size: 18px;
  }
  .cont04 .best-list .best-inr .table2 th, .cont04 .best-list .best-inr .table2 th, .cont04 .best-list .best-inr .table2 td, .cont04 .best-list .best-inr .price .table td:first-child, .cont04 .best-list .best-inr .table {
    font-size: 18px;
  }
  .cont04 .best-list .best-inr .table2 th {
    width: 100px;
  }
  .cont04 .best-list .parallel .osusume-point-list .img-txt-wrap .left-img {
    width: 160px;
    margin: auto;
  }
  .cont04 .best-list .parallel .osusume-point-list .img-txt-wrap .txt-cont {
    width: calc(100% - 160px);
    margin-left: 13px;
  }
  .cont04 .best-list .parallel .osusume-point-list .point-inr {
    padding: 35px 16px 32px;
  }
  .cont04 .best-list .parallel .osusume-point-list .features .features-ttl {
    font-size: 20px;
    padding: 15px 4px;
  }
  .cont04 .best-list .parallel .osusume-point-list .features .features-txt {
    font-size: 16px;
  }
  .cont04 .best-list .parallel .osusume-point-list .slick-dots {
    bottom: -40px;
  }
  .cont04 .best-list .review {
    padding: 0 16px 32px
  }
  .cont04 .best-list.second, .cont04 .best-list.third {
    padding: 70px 16px 70px;
  }
  .cont04 .best-list .best-inr .table.f10 td {
    font-size: 12px;
  }
  .cont04 .best-list.fourth_cont .best-inr .baseinfo .table tr:last-child th {
    padding: 5px;
  }
  .cont04 .fourth_cont.best-list .parallel .point-inr:nth-child(2) .point-num-wrap .grd-txt2 {
    margin-top: -30px;
    display: inline-block;
  }
  .end-cont {
    padding: 0 0px 50px 15px
  }
  .end-cont-regina .serif-cont {
    font-size: 18px;
    padding: 16px 19px 32px 136px;
  }
  .end-cont-regina .cont-ttl {
    font-size: 64px;
  }
  .end-cont-regina .serif-cont .pop-no1 {
    width: 160px;
    height: 157px;
    left: -26px;
    top: -36px;
  }
  .end-cont-regina {
    padding: 62px 12px 158px;
  }
  .end-cont-popreason {
    padding: 100px 16px 48px;
  }
}
@media only screen and (min-width: 600px) {
  .grd-btn .today {
    font-size: 24px;
  }
  .grd-btn a span {
    padding: 18px 44px 17px 26px;
  }
  .bl-border-btn a {
    padding: 18px 42px 18px 26px;
    font-size: 24px;
  }
  .end-cont-regina .cont-ttl {
    font-size: 84px;
  }
  .end-cont-regina .serif-cont {
    font-size: 22px;
    padding: 16px 19px 32px 136px;
  }
  .end-cont-regina .serif-cont .pop-no1 {
    width: 160px;
    height: 157px;
    left: -26px;
    top: -36px;
  }
  .end-cont-popreason {
    padding: 110px 16px 48px;
  }
}