@charset "UTF-8";
html {
  font-family: "Noto Sans JP", sans-serif;
  color: #43464b;
}

body.no_scroll {
  overflow: hidden;
}

img {
  width: 100%;
}

main {
  max-width: 500px;
  margin: 0 auto;
}

.inner {
  padding: 0 10px;
}

span.red {
  color: red;
}

.cv-btn {
  margin-top: 30px;
}
.cv-btn__link {
  margin: 0 auto;
  max-width: 320px;
  height: 70px;
  border-radius: 999px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-shadow: 0px 0px 10px rgba(25, 23, 143, 0.37);
  background: -webkit-linear-gradient(336.74deg, #00ced1 15.03%, #87a3eb 50%, #b19cd9 84.97%);
  background: linear-gradient(113.26deg, #00ced1 15.03%, #87a3eb 50%, #b19cd9 84.97%);
  -webkit-box-shadow: 0px 26px 10px -20px rgba(0, 96, 209, 0.1), 0px 30px 20px -11px rgba(0, 96, 209, 0.18), inset 0px 0px 25px #daadde;
          box-shadow: 0px 26px 10px -20px rgba(0, 96, 209, 0.1), 0px 30px 20px -11px rgba(0, 96, 209, 0.18), inset 0px 0px 25px #daadde;
  position: relative;
}
.cv-btn__link::after {
  content: "";
  background: url(../img/cv_btn_icon.svg);
  background-size: cover;
  background-position: center;
  width: 14px;
  height: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
}
.cv-btn__link::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.65)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 35px;
  width: 290px;
  border-radius: 999px;
}

#header {
  position: fixed;
  height: 70px;
  width: 100%;
  max-width: 500px;
  z-index: 20;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.8);
  background-blend-mode: soft-light, normal;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

#header.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-100px);
            transform: translateX(-50%) translateY(-100px);
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-100px);
            transform: translateX(-50%) translateY(-100px);
  }
}
#header.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-100px);
            transform: translateX(-50%) translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-100px);
            transform: translateX(-50%) translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}
.header__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  height: 70px;
  position: relative;
}
.header__pr {
  font-size: 12px;
  color: #9e9e9e;
  letter-spacing: 0.01em;
  border: 1px solid #9e9e9e;
  height: 20px;
  width: 35px;
  border-radius: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__logo {
  width: 185px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.header__menu {
  width: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__menu--open {
  display: none;
  position: fixed;
  background: -webkit-linear-gradient(319.72deg, #00ced1 -57.6%, #87ceeb 49.26%, #b19cd9 156.13%);
  background: linear-gradient(130.28deg, #00ced1 -57.6%, #87ceeb 49.26%, #b19cd9 156.13%);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 10;
}
.header__menu--flex {
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
.header__menu--logo {
  width: 185px;
  margin: 0 auto;
}
.header__menu--icon {
  width: 20px;
  position: absolute;
  top: 30px;
  right: 20px;
}
.header__menu--links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin: 100px auto 0;
  width: 250px;
}
.header__menu--link {
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.pickup__top {
  width: 130px;
  margin: 40px auto 20px;
}
.pickup__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.pickup__item {
  width: 100%;
  padding-bottom: 40px;
  position: relative;
}
.pickup__item--img {
  width: 90px;
  height: 90px;
  display: block;
  margin: 0 auto 17px;
  border-radius: 4px;
  border: 2px solid #f3f3f3;
  padding: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
}
.pickup__item--label {
  background: #00ced1;
  font-size: 14px;
  text-align: center;
  color: #fff;
  padding: 5px 0;
}
.pickup__item--star {
  width: 70px;
  margin: 12px auto;
}
.pickup__item--title {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 10px;
}
.pickup__item--title span {
  font-size: 13px;
}
.pickup__item--text {
  border-radius: 2px;
  background: #f5f5f5;
  color: #8c8c8c;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding: 10px 5px;
}
.pickup__item--btn {
  margin: 0 auto;
  width: 100%;
  height: 30px;
  border-radius: 999px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-shadow: 0px 0px 10px rgba(25, 23, 143, 0.37);
  background: -webkit-linear-gradient(336.74deg, #00ced1 15.03%, #87a3eb 50%, #b19cd9 84.97%);
  background: linear-gradient(113.26deg, #00ced1 15.03%, #87a3eb 50%, #b19cd9 84.97%);
  -webkit-box-shadow: 0px 0px 12px 0px #daadde inset, 0px 12px 10px -11px rgba(0, 96, 209, 0.18), 0px 10px 6px -20px rgba(0, 96, 209, 0.1);
          box-shadow: 0px 0px 12px 0px #daadde inset, 0px 12px 10px -11px rgba(0, 96, 209, 0.18), 0px 10px 6px -20px rgba(0, 96, 209, 0.1);
  position: absolute;
  bottom: 0;
}
.pickup__item--btn::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.65)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 15px;
  width: 95px;
  border-radius: 999px;
}

.reco {
  margin-top: 50px;
}
.reco__title {
  width: 65%;
  margin: 0 auto;
}
.reco__items {
  margin-top: 20px;
}
.reco__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #f5f5f5;
  border-radius: 15px;
  padding: 15px;
  gap: 15px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.05);
}
.reco__item--top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.reco__item--img {
  width: 65px;
  display: block;
}
.reco__item--meta {
  width: calc(100% - 15px - 65px);
}
.reco__item--icon {
  width: 18px;
}
.reco__item--title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #43464b;
}
.reco__item--text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.55;
  color: #8c8c8c;
}

.hikaku {
  margin-top: 40px;
}
.hikaku__top {
  color: #43464b;
  font-size: 14px;
  letter-spacing: 0.15em;
  font-weight: bold;
  margin-left: 15px;
  margin-bottom: 10px;
}
.hikaku__table {
  overflow: hidden;
  border-spacing: 0;
  width: 100%;
  border-collapse: separate;
  border-radius: 15px;
  border: 1px solid #d3d3d3;
}
.hikaku__table th {
  background: #43464b;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 7px 0;
}
.hikaku__table td {
  border: 1px solid #d3d3d3;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  padding: 15px 0;
}
.hikaku__table td .td_btn {
  position: relative;
  margin: 10px auto 0;
  width: 75px;
  height: 30px;
  border-radius: 999px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-shadow: 0px 0px 10px rgba(25, 23, 143, 0.37);
  background: -webkit-linear-gradient(336.74deg, #00ced1 15.03%, #87a3eb 50%, #b19cd9 84.97%);
  background: linear-gradient(113.26deg, #00ced1 15.03%, #87a3eb 50%, #b19cd9 84.97%);
  -webkit-box-shadow: 0px 0px 12px 0px #daadde inset, 0px 12px 10px -11px rgba(0, 96, 209, 0.18), 0px 10px 6px -20px rgba(0, 96, 209, 0.1);
          box-shadow: 0px 0px 12px 0px #daadde inset, 0px 12px 10px -11px rgba(0, 96, 209, 0.18), 0px 10px 6px -20px rgba(0, 96, 209, 0.1);
}
.hikaku__table td .td_btn::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.65)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 15px;
  width: 67px;
  border-radius: 999px;
}
.hikaku__table--img {
  width: 80px;
  margin: 0 auto;
  display: block;
}
.hikaku__table--img.w35 {
  width: 35px;
}
.hikaku__table--top {
  border-radius: 15px 15px 0 0;
}
.hikaku__table--foot {
  border-radius: 0 0 15px 15px;
}
.hikaku__table--box {
  padding-top: 10px;
  padding-bottom: 5px;
}
.hikaku__table--box a {
  color: #43464b;
}
.hikaku__table--icon {
  width: 30px;
  margin: 0 auto;
}
.hikaku__table--text {
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.ranking {
  width: 100%;
  height: 100%;
  margin-top: 60px;
  background: -webkit-gradient(linear, right top, left top, from(rgb(0, 206, 209)), color-stop(rgb(135, 206, 235)), to(rgb(177, 156, 217)));
  background: -webkit-linear-gradient(right, rgb(0, 206, 209), rgb(135, 206, 235), rgb(177, 156, 217));
  background: linear-gradient(270deg, rgb(0, 206, 209), rgb(135, 206, 235), rgb(177, 156, 217));
  background-size: 200% 200%;
  -webkit-animation: MoveGrad 5s ease infinite;
          animation: MoveGrad 5s ease infinite;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.ranking__square {
  background: #fff;
  width: 120%;
  height: 65px;
  border-radius: 50%;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}
.ranking__wrapper {
  background: #fff;
  border-radius: 15px;
  padding: 30px 15px 50px;
  margin-bottom: 20px;
}
.ranking__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  margin-bottom: 15px;
}
.ranking__top--img {
  width: 55px;
}
.ranking__top a {
  font-size: 18px;
  font-weight: bold;
  color: #43464b;
  letter-spacing: 0.05em;
  text-decoration: underline;
}
.ranking__summary {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 20px;
}
.ranking__summary .red {
  color: #ff7f50;
}
.ranking__img {
  margin-bottom: 25px;
  display: block;
}
.ranking__point--top {
  width: 60px;
  margin-bottom: 25px;
}
.ranking__point--items {
  padding: 0 5px;
}
.ranking__point--item {
  margin-bottom: 20px;
}
.ranking__point--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 13px;
}
.ranking__point--icon {
  width: 18px;
}
.ranking__point--title {
  font-size: 16px;
  font-weight: bold;
}
.ranking__point--text {
  font-size: 14px;
  line-height: 1.57;
  color: #8c8c8c;
}
.ranking__point--text .line {
  color: #43464b;
  font-weight: bold;
  background-color: #ffff00;
}
.ranking__point--line {
  border: 1px dashed #d3d3d3;
  margin-bottom: 20px;
}
.ranking__table {
  width: 100%;
  margin-bottom: 40px;
  margin-top: 50px;
}
.ranking__table--main {
  width: 100%;
  overflow: hidden;
  border-spacing: 0;
  border-radius: 10px;
  width: 100%;
  border-collapse: separate;
  border: 1px solid #c0c0c0;
}
.ranking__table--main th {
  background: #00ced1;
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  padding: 8px 0;
  border-right: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
}
.ranking__table--main th:last-child {
  border-right: none;
}
.ranking__table--main td {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 8px 0;
  border-right: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
}
.ranking__table--main td:last-child {
  border-right: none;
}
.ranking__table--main tr:last-child th,
.ranking__table--main tr:last-child td {
  border-bottom: none;
}
.ranking__campaign {
  margin-top: 50px;
  margin-bottom: 40px;
  width: calc(100% + 30px);
  margin-left: -15px;
  display: block;
}
.ranking__machine {
  margin-bottom: 60px;
}
.ranking__machine--top {
  width: 200px;
  margin-bottom: 10px;
}
.ranking__machine--line {
  height: 1px;
  width: 100%;
  background: #f5f5f5;
  margin-bottom: 15px;
}
.ranking__machine--items {
  padding: 0 20px;
}
.ranking__machine--items .slick-dots li {
  margin: 0;
}
.ranking__machine--items .slick-dots li.slick-active button {
  background: #87ceeb;
}
.ranking__machine--items .slick-dots li button {
  background: #d3d3d3;
  border-radius: 50%;
  padding: 0;
  width: 8px;
  height: 8px;
  margin: 0;
}
.ranking__machine--items .slick-dots li button::before {
  display: none;
}
.ranking__foot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-bottom: 25px;
  position: relative;
}
.ranking__foot::after {
  content: "";
  position: absolute;
  background: #d3d3d3;
  height: 1px;
  width: 30px;
  bottom: 0px;
  left: calc(50% + 160px);
  -webkit-transform: translateX(-50%) rotate(120deg);
          transform: translateX(-50%) rotate(120deg);
}
.ranking__foot::before {
  content: "";
  position: absolute;
  background: #d3d3d3;
  height: 1px;
  width: 30px;
  bottom: 0px;
  left: calc(50% - 160px);
  -webkit-transform: translateX(-50%) rotate(-120deg);
          transform: translateX(-50%) rotate(-120deg);
}
.ranking__foot--img {
  width: 65px;
}
.ranking__foot--text {
  font-size: 16px;
  line-height: 1.5;
  color: #43464b;
  font-weight: bold;
  width: 190px;
}
.ranking__foot--text .red {
  color: #ff7f50;
}

.ranking__pointPrice--top {
  font-size: 14px;
  margin-top: 10px;
  color: #43464b;
  font-weight: bold;
}
.ranking__pointPrice--top:first-of-type {
  margin-top: 0;
}

.ranking__pointPrice--list {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 5px;
}
.ranking__pointPrice--list .orange_text {
  color: #ff7f4f;
}

.ranking__pointMchs {
  margin-top: 8px;
  margin-bottom: 15px;
}

.ranking__pointMch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 5px;
}

.ranking__pointMch--icon {
  width: 76px;
  height: 25px;
  border-radius: 5px;
  font-size: 14px;
  background: #00ced1;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ranking__pointMch--text {
  width: calc(100% - 76px - 12px);
  font-size: 14px;
  color: #8C8C8C;
}

.area {
  margin-bottom: 40px;
  margin-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.area__top {
  width: 65px;
  margin-bottom: 25px;
}
.area__item {
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 15px;
}
.area__item--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.area__item--top {
  font-size: 15px;
  font-weight: bold;
}
.area__item--btn {
  background: #00ced1;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  position: relative;
}
.area__item--btn::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 15px;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area__item--btn::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 15px;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.area__item--btn.active::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.area__item--child {
  padding-left: 10px;
  display: none;
  margin-top: 10px;
}
.area__item--link {
  display: block;
  margin-bottom: 18px;
  line-height: 1.4;
  color: #43464b;
}
.area__item--link:last-child {
  margin-bottom: 0;
}

.review {
  margin-top: 50px;
  margin-bottom: 50px;
}
.review__box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 10px;
}
.review__box .review__item {
  width: calc(100% - 30px);
}
.review__items {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 10px;
}
.review__items--btn {
  position: absolute;
  bottom: -12.5px;
  right: 35px;
  border-radius: 20px;
  background: #fff;
  width: 35px;
  height: 35px;
  border-bottom: 1.5px solid #d3d3d3;
}
.review__items--icon {
  background: #00ced1;
  border-radius: 20px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  line-height: 1.3;
  text-align: center;
}
.review__items--icon.active::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.review__items--icon::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 10px;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.review__items--icon::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 10px;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.review__item {
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  padding: 16px;
  display: none;
}
.review__item--0 {
  display: block;
}
.review__item.active {
  display: block;
}
.review__item--head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: 22px;
  margin-bottom: 7px;
}
.review__item--attribution {
  font-size: 11px;
  color: #8c8c8c;
  width: calc(100% - 80px);
}
.review__item--top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.review__item--img {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.review__item--meta {
  width: calc(100% - 56px - 15px);
}
.review__item--title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.33;
}
.review__item--star {
  width: 70px;
}
.review__item--text {
  font-size: 14px;
  line-height: 1.57;
  color: #8c8c8c;
  letter-spacing: 0.03em;
}

@-webkit-keyframes MoveGrad {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes MoveGrad {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.dokidoki {
  -webkit-animation-name: dokidoki;
          animation-name: dokidoki;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes dokidoki {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes dokidoki {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.foot_bnr {
  margin-bottom: 60px;
}
.foot_bnr__top {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
.foot_bnr__img {
  margin-bottom: 10px;
}

.search {
  margin-bottom: 60px;
  position: relative;
}
.search::after {
  content: "";
  position: absolute;
  background: url(../img/foot_leaf_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 290px;
  height: 550px;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.search__box {
  border-radius: 15px;
  border: 1px solid #f5f5f5;
  -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.05);
  padding: 45px 15px;
  position: relative;
  z-index: 2;
  background-blend-mode: soft-light, normal;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.search__top {
  width: 140px;
  margin: 0 auto 25px;
}
.search__inp {
  margin-bottom: 20px;
}
.search__inp--top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.search__inp--title {
  color: #8c8c8c;
  font-size: 15px;
  font-weight: bold;
}
.search__inp--must {
  color: #ff7f50;
  font-size: 12px;
}
.search__inp--any {
  color: #8c8c8c;
  font-size: 12px;
}
.search__inp--select {
  width: 100%;
  position: relative;
  height: 50px;
}
.search__inp--select::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#8c8c8c), to(#43464b));
  background: -webkit-linear-gradient(top, #8c8c8c 0%, #43464b 100%);
  background: linear-gradient(180deg, #8c8c8c 0%, #43464b 100%);
  border-radius: 0px 6px 6px 0px;
  top: 0;
  right: 0;
}
.search__inp--select::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 7px;
  background: url(../img/icon_search.svg);
  background-size: cover;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search__inp--select select {
  width: 100%;
  border-radius: 6px;
  font-size: 13px;
  padding: 0px 10px;
  height: 100%;
  border: 1px solid #d3d3d3;
  color: #43464b;
  background: transparent;
  position: relative;
  cursor: pointer;
}
.search__inp--select select:focus {
  outline: 1px solid #d3d3d3;
}
.search__submit {
  margin-top: 35px;
}
.search__submit button {
  height: 60px;
  width: 100%;
  background: #00ced1;
  border-radius: 10px;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  color: #fff;
}
.search__submit button:disabled {
  background: #8c8c8c;
}
.search__submit--icon {
  width: 16px;
}
.search__submit--text {
  font-size: 16px;
  font-weight: bold;
}

.totop {
  overflow: hidden;
}
.totop__wrapper {
  padding-top: 50px;
  position: relative;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 17px;
}
.totop__icon {
  width: 20px;
}
.totop__square {
  position: absolute;
  width: 180px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: rotate-anime 10s linear infinite;
          animation: rotate-anime 10s linear infinite;
}

@-webkit-keyframes rotate-anime {
  0% {
    -webkit-transform: translateX(-50%) rotate(0);
            transform: translateX(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg);
            transform: translateX(-50%) rotate(360deg);
  }
}

@keyframes rotate-anime {
  0% {
    -webkit-transform: translateX(-50%) rotate(0);
            transform: translateX(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg);
            transform: translateX(-50%) rotate(360deg);
  }
}
.footer {
  background: #43464b;
  padding: 30px 0px;
  padding-left: 20px;
}
.footer__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px 0;
}
.footer__item {
  width: 45%;
  color: #fff;
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.footer__item--text {
  white-space: nowrap;
}
.footer__item--icon {
  width: 14px;
}
.footer__copy {
  text-align: center;
  font-size: 11px;
  color: #8c8c8c;
  margin-top: 25px;
}

.rd {
  padding-top: 70px;
}
.rd__loading--loader {
  margin: 100px auto 50px;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.rd__loading--text {
  color: #000;
  font-size: 12px;
  text-align: center;
}
.rd__loading--title {
  margin-top: 40px;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
}
.rd__loading--title span {
  font-weight: bold;
  color: #5ecede;
}
.rd__img {
  margin: 40px 0;
}

@-webkit-keyframes load5 {
  0%, 100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgb(0, 206, 209), 1.8em -1.8em 0 0em rgba(0, 206, 209, 0.2), 2.5em 0em 0 0em rgba(0, 206, 209, 0.2), 1.75em 1.75em 0 0em rgba(0, 206, 209, 0.2), 0em 2.5em 0 0em rgba(0, 206, 209, 0.2), -1.8em 1.8em 0 0em rgba(0, 206, 209, 0.2), -2.6em 0em 0 0em rgba(0, 206, 209, 0.5), -1.8em -1.8em 0 0em rgba(0, 206, 209, 0.7);
            box-shadow: 0em -2.6em 0em 0em rgb(0, 206, 209), 1.8em -1.8em 0 0em rgba(0, 206, 209, 0.2), 2.5em 0em 0 0em rgba(0, 206, 209, 0.2), 1.75em 1.75em 0 0em rgba(0, 206, 209, 0.2), 0em 2.5em 0 0em rgba(0, 206, 209, 0.2), -1.8em 1.8em 0 0em rgba(0, 206, 209, 0.2), -2.6em 0em 0 0em rgba(0, 206, 209, 0.5), -1.8em -1.8em 0 0em rgba(0, 206, 209, 0.7);
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(0, 206, 209, 0.7), 1.8em -1.8em 0 0em rgb(0, 206, 209), 2.5em 0em 0 0em rgba(0, 206, 209, 0.2), 1.75em 1.75em 0 0em rgba(0, 206, 209, 0.2), 0em 2.5em 0 0em rgba(0, 206, 209, 0.2), -1.8em 1.8em 0 0em rgba(0, 206, 209, 0.2), -2.6em 0em 0 0em rgba(0, 206, 209, 0.2), -1.8em -1.8em 0 0em rgba(0, 206, 209, 0.5);
            box-shadow: 0em -2.6em 0em 0em rgba(0, 206, 209, 0.7), 1.8em -1.8em 0 0em rgb(0, 206, 209), 2.5em 0em 0 0em rgba(0, 206, 209, 0.2), 1.75em 1.75em 0 0em rgba(0, 206, 209, 0.2), 0em 2.5em 0 0em rgba(0, 206, 209, 0.2), -1.8em 1.8em 0 0em rgba(0, 206, 209, 0.2), -2.6em 0em 0 0em rgba(0, 206, 209, 0.2), -1.8em -1.8em 0 0em rgba(0, 206, 209, 0.5);
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(135, 206, 235, 0.5), 1.8em -1.8em 0 0em rgba(135, 206, 235, 0.7), 2.5em 0em 0 0em rgb(135, 206, 235), 1.75em 1.75em 0 0em rgba(135, 206, 235, 0.2), 0em 2.5em 0 0em rgba(135, 206, 235, 0.2), -1.8em 1.8em 0 0em rgba(135, 206, 235, 0.2), -2.6em 0em 0 0em rgba(135, 206, 235, 0.2), -1.8em -1.8em 0 0em rgba(135, 206, 235, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(135, 206, 235, 0.5), 1.8em -1.8em 0 0em rgba(135, 206, 235, 0.7), 2.5em 0em 0 0em rgb(135, 206, 235), 1.75em 1.75em 0 0em rgba(135, 206, 235, 0.2), 0em 2.5em 0 0em rgba(135, 206, 235, 0.2), -1.8em 1.8em 0 0em rgba(135, 206, 235, 0.2), -2.6em 0em 0 0em rgba(135, 206, 235, 0.2), -1.8em -1.8em 0 0em rgba(135, 206, 235, 0.2);
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(135, 206, 235, 0.2), 1.8em -1.8em 0 0em rgba(135, 206, 235, 0.5), 2.5em 0em 0 0em rgba(135, 206, 235, 0.7), 1.75em 1.75em 0 0em rgb(135, 206, 235), 0em 2.5em 0 0em rgba(135, 206, 235, 0.2), -1.8em 1.8em 0 0em rgba(135, 206, 235, 0.2), -2.6em 0em 0 0em rgba(135, 206, 235, 0.2), -1.8em -1.8em 0 0em rgba(135, 206, 235, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(135, 206, 235, 0.2), 1.8em -1.8em 0 0em rgba(135, 206, 235, 0.5), 2.5em 0em 0 0em rgba(135, 206, 235, 0.7), 1.75em 1.75em 0 0em rgb(135, 206, 235), 0em 2.5em 0 0em rgba(135, 206, 235, 0.2), -1.8em 1.8em 0 0em rgba(135, 206, 235, 0.2), -2.6em 0em 0 0em rgba(135, 206, 235, 0.2), -1.8em -1.8em 0 0em rgba(135, 206, 235, 0.2);
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(158, 157, 222, 0.2), 1.8em -1.8em 0 0em rgba(158, 157, 222, 0.2), 2.5em 0em 0 0em rgba(158, 157, 222, 0.5), 1.75em 1.75em 0 0em rgba(158, 157, 222, 0.7), 0em 2.5em 0 0em rgb(158, 157, 222), -1.8em 1.8em 0 0em rgba(158, 157, 222, 0.2), -2.6em 0em 0 0em rgba(158, 157, 222, 0.2), -1.8em -1.8em 0 0em rgba(158, 157, 222, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(158, 157, 222, 0.2), 1.8em -1.8em 0 0em rgba(158, 157, 222, 0.2), 2.5em 0em 0 0em rgba(158, 157, 222, 0.5), 1.75em 1.75em 0 0em rgba(158, 157, 222, 0.7), 0em 2.5em 0 0em rgb(158, 157, 222), -1.8em 1.8em 0 0em rgba(158, 157, 222, 0.2), -2.6em 0em 0 0em rgba(158, 157, 222, 0.2), -1.8em -1.8em 0 0em rgba(158, 157, 222, 0.2);
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(158, 157, 222, 0.2), 1.8em -1.8em 0 0em rgba(158, 157, 222, 0.2), 2.5em 0em 0 0em rgba(158, 157, 222, 0.2), 1.75em 1.75em 0 0em rgba(158, 157, 222, 0.5), 0em 2.5em 0 0em rgba(158, 157, 222, 0.7), -1.8em 1.8em 0 0em rgb(158, 157, 222), -2.6em 0em 0 0em rgba(158, 157, 222, 0.2), -1.8em -1.8em 0 0em rgba(158, 157, 222, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(158, 157, 222, 0.2), 1.8em -1.8em 0 0em rgba(158, 157, 222, 0.2), 2.5em 0em 0 0em rgba(158, 157, 222, 0.2), 1.75em 1.75em 0 0em rgba(158, 157, 222, 0.5), 0em 2.5em 0 0em rgba(158, 157, 222, 0.7), -1.8em 1.8em 0 0em rgb(158, 157, 222), -2.6em 0em 0 0em rgba(158, 157, 222, 0.2), -1.8em -1.8em 0 0em rgba(158, 157, 222, 0.2);
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(177, 156, 217, 0.2), 1.8em -1.8em 0 0em rgba(177, 156, 217, 0.2), 2.5em 0em 0 0em rgba(177, 156, 217, 0.2), 1.75em 1.75em 0 0em rgba(177, 156, 217, 0.2), 0em 2.5em 0 0em rgba(177, 156, 217, 0.5), -1.8em 1.8em 0 0em rgba(177, 156, 217, 0.7), -2.6em 0em 0 0em rgb(177, 156, 217), -1.8em -1.8em 0 0em rgba(177, 156, 217, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(177, 156, 217, 0.2), 1.8em -1.8em 0 0em rgba(177, 156, 217, 0.2), 2.5em 0em 0 0em rgba(177, 156, 217, 0.2), 1.75em 1.75em 0 0em rgba(177, 156, 217, 0.2), 0em 2.5em 0 0em rgba(177, 156, 217, 0.5), -1.8em 1.8em 0 0em rgba(177, 156, 217, 0.7), -2.6em 0em 0 0em rgb(177, 156, 217), -1.8em -1.8em 0 0em rgba(177, 156, 217, 0.2);
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(177, 156, 217, 0.2), 1.8em -1.8em 0 0em rgba(177, 156, 217, 0.2), 2.5em 0em 0 0em rgba(177, 156, 217, 0.2), 1.75em 1.75em 0 0em rgba(177, 156, 217, 0.2), 0em 2.5em 0 0em rgba(177, 156, 217, 0.2), -1.8em 1.8em 0 0em rgba(177, 156, 217, 0.5), -2.6em 0em 0 0em rgba(177, 156, 217, 0.7), -1.8em -1.8em 0 0em rgb(177, 156, 217);
            box-shadow: 0em -2.6em 0em 0em rgba(177, 156, 217, 0.2), 1.8em -1.8em 0 0em rgba(177, 156, 217, 0.2), 2.5em 0em 0 0em rgba(177, 156, 217, 0.2), 1.75em 1.75em 0 0em rgba(177, 156, 217, 0.2), 0em 2.5em 0 0em rgba(177, 156, 217, 0.2), -1.8em 1.8em 0 0em rgba(177, 156, 217, 0.5), -2.6em 0em 0 0em rgba(177, 156, 217, 0.7), -1.8em -1.8em 0 0em rgb(177, 156, 217);
  }
}
@keyframes load5 {
  0%, 100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgb(0, 206, 209), 1.8em -1.8em 0 0em rgba(0, 206, 209, 0.2), 2.5em 0em 0 0em rgba(0, 206, 209, 0.2), 1.75em 1.75em 0 0em rgba(0, 206, 209, 0.2), 0em 2.5em 0 0em rgba(0, 206, 209, 0.2), -1.8em 1.8em 0 0em rgba(0, 206, 209, 0.2), -2.6em 0em 0 0em rgba(0, 206, 209, 0.5), -1.8em -1.8em 0 0em rgba(0, 206, 209, 0.7);
            box-shadow: 0em -2.6em 0em 0em rgb(0, 206, 209), 1.8em -1.8em 0 0em rgba(0, 206, 209, 0.2), 2.5em 0em 0 0em rgba(0, 206, 209, 0.2), 1.75em 1.75em 0 0em rgba(0, 206, 209, 0.2), 0em 2.5em 0 0em rgba(0, 206, 209, 0.2), -1.8em 1.8em 0 0em rgba(0, 206, 209, 0.2), -2.6em 0em 0 0em rgba(0, 206, 209, 0.5), -1.8em -1.8em 0 0em rgba(0, 206, 209, 0.7);
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(0, 206, 209, 0.7), 1.8em -1.8em 0 0em rgb(0, 206, 209), 2.5em 0em 0 0em rgba(0, 206, 209, 0.2), 1.75em 1.75em 0 0em rgba(0, 206, 209, 0.2), 0em 2.5em 0 0em rgba(0, 206, 209, 0.2), -1.8em 1.8em 0 0em rgba(0, 206, 209, 0.2), -2.6em 0em 0 0em rgba(0, 206, 209, 0.2), -1.8em -1.8em 0 0em rgba(0, 206, 209, 0.5);
            box-shadow: 0em -2.6em 0em 0em rgba(0, 206, 209, 0.7), 1.8em -1.8em 0 0em rgb(0, 206, 209), 2.5em 0em 0 0em rgba(0, 206, 209, 0.2), 1.75em 1.75em 0 0em rgba(0, 206, 209, 0.2), 0em 2.5em 0 0em rgba(0, 206, 209, 0.2), -1.8em 1.8em 0 0em rgba(0, 206, 209, 0.2), -2.6em 0em 0 0em rgba(0, 206, 209, 0.2), -1.8em -1.8em 0 0em rgba(0, 206, 209, 0.5);
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(135, 206, 235, 0.5), 1.8em -1.8em 0 0em rgba(135, 206, 235, 0.7), 2.5em 0em 0 0em rgb(135, 206, 235), 1.75em 1.75em 0 0em rgba(135, 206, 235, 0.2), 0em 2.5em 0 0em rgba(135, 206, 235, 0.2), -1.8em 1.8em 0 0em rgba(135, 206, 235, 0.2), -2.6em 0em 0 0em rgba(135, 206, 235, 0.2), -1.8em -1.8em 0 0em rgba(135, 206, 235, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(135, 206, 235, 0.5), 1.8em -1.8em 0 0em rgba(135, 206, 235, 0.7), 2.5em 0em 0 0em rgb(135, 206, 235), 1.75em 1.75em 0 0em rgba(135, 206, 235, 0.2), 0em 2.5em 0 0em rgba(135, 206, 235, 0.2), -1.8em 1.8em 0 0em rgba(135, 206, 235, 0.2), -2.6em 0em 0 0em rgba(135, 206, 235, 0.2), -1.8em -1.8em 0 0em rgba(135, 206, 235, 0.2);
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(135, 206, 235, 0.2), 1.8em -1.8em 0 0em rgba(135, 206, 235, 0.5), 2.5em 0em 0 0em rgba(135, 206, 235, 0.7), 1.75em 1.75em 0 0em rgb(135, 206, 235), 0em 2.5em 0 0em rgba(135, 206, 235, 0.2), -1.8em 1.8em 0 0em rgba(135, 206, 235, 0.2), -2.6em 0em 0 0em rgba(135, 206, 235, 0.2), -1.8em -1.8em 0 0em rgba(135, 206, 235, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(135, 206, 235, 0.2), 1.8em -1.8em 0 0em rgba(135, 206, 235, 0.5), 2.5em 0em 0 0em rgba(135, 206, 235, 0.7), 1.75em 1.75em 0 0em rgb(135, 206, 235), 0em 2.5em 0 0em rgba(135, 206, 235, 0.2), -1.8em 1.8em 0 0em rgba(135, 206, 235, 0.2), -2.6em 0em 0 0em rgba(135, 206, 235, 0.2), -1.8em -1.8em 0 0em rgba(135, 206, 235, 0.2);
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(158, 157, 222, 0.2), 1.8em -1.8em 0 0em rgba(158, 157, 222, 0.2), 2.5em 0em 0 0em rgba(158, 157, 222, 0.5), 1.75em 1.75em 0 0em rgba(158, 157, 222, 0.7), 0em 2.5em 0 0em rgb(158, 157, 222), -1.8em 1.8em 0 0em rgba(158, 157, 222, 0.2), -2.6em 0em 0 0em rgba(158, 157, 222, 0.2), -1.8em -1.8em 0 0em rgba(158, 157, 222, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(158, 157, 222, 0.2), 1.8em -1.8em 0 0em rgba(158, 157, 222, 0.2), 2.5em 0em 0 0em rgba(158, 157, 222, 0.5), 1.75em 1.75em 0 0em rgba(158, 157, 222, 0.7), 0em 2.5em 0 0em rgb(158, 157, 222), -1.8em 1.8em 0 0em rgba(158, 157, 222, 0.2), -2.6em 0em 0 0em rgba(158, 157, 222, 0.2), -1.8em -1.8em 0 0em rgba(158, 157, 222, 0.2);
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(158, 157, 222, 0.2), 1.8em -1.8em 0 0em rgba(158, 157, 222, 0.2), 2.5em 0em 0 0em rgba(158, 157, 222, 0.2), 1.75em 1.75em 0 0em rgba(158, 157, 222, 0.5), 0em 2.5em 0 0em rgba(158, 157, 222, 0.7), -1.8em 1.8em 0 0em rgb(158, 157, 222), -2.6em 0em 0 0em rgba(158, 157, 222, 0.2), -1.8em -1.8em 0 0em rgba(158, 157, 222, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(158, 157, 222, 0.2), 1.8em -1.8em 0 0em rgba(158, 157, 222, 0.2), 2.5em 0em 0 0em rgba(158, 157, 222, 0.2), 1.75em 1.75em 0 0em rgba(158, 157, 222, 0.5), 0em 2.5em 0 0em rgba(158, 157, 222, 0.7), -1.8em 1.8em 0 0em rgb(158, 157, 222), -2.6em 0em 0 0em rgba(158, 157, 222, 0.2), -1.8em -1.8em 0 0em rgba(158, 157, 222, 0.2);
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(177, 156, 217, 0.2), 1.8em -1.8em 0 0em rgba(177, 156, 217, 0.2), 2.5em 0em 0 0em rgba(177, 156, 217, 0.2), 1.75em 1.75em 0 0em rgba(177, 156, 217, 0.2), 0em 2.5em 0 0em rgba(177, 156, 217, 0.5), -1.8em 1.8em 0 0em rgba(177, 156, 217, 0.7), -2.6em 0em 0 0em rgb(177, 156, 217), -1.8em -1.8em 0 0em rgba(177, 156, 217, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(177, 156, 217, 0.2), 1.8em -1.8em 0 0em rgba(177, 156, 217, 0.2), 2.5em 0em 0 0em rgba(177, 156, 217, 0.2), 1.75em 1.75em 0 0em rgba(177, 156, 217, 0.2), 0em 2.5em 0 0em rgba(177, 156, 217, 0.5), -1.8em 1.8em 0 0em rgba(177, 156, 217, 0.7), -2.6em 0em 0 0em rgb(177, 156, 217), -1.8em -1.8em 0 0em rgba(177, 156, 217, 0.2);
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(177, 156, 217, 0.2), 1.8em -1.8em 0 0em rgba(177, 156, 217, 0.2), 2.5em 0em 0 0em rgba(177, 156, 217, 0.2), 1.75em 1.75em 0 0em rgba(177, 156, 217, 0.2), 0em 2.5em 0 0em rgba(177, 156, 217, 0.2), -1.8em 1.8em 0 0em rgba(177, 156, 217, 0.5), -2.6em 0em 0 0em rgba(177, 156, 217, 0.7), -1.8em -1.8em 0 0em rgb(177, 156, 217);
            box-shadow: 0em -2.6em 0em 0em rgba(177, 156, 217, 0.2), 1.8em -1.8em 0 0em rgba(177, 156, 217, 0.2), 2.5em 0em 0 0em rgba(177, 156, 217, 0.2), 1.75em 1.75em 0 0em rgba(177, 156, 217, 0.2), 0em 2.5em 0 0em rgba(177, 156, 217, 0.2), -1.8em 1.8em 0 0em rgba(177, 156, 217, 0.5), -2.6em 0em 0 0em rgba(177, 156, 217, 0.7), -1.8em -1.8em 0 0em rgb(177, 156, 217);
  }
}
.reco__item--title {
  text-decoration: underline;
}

.hikaku__table {
  position: relative;
}

.hikaku__table tr:nth-child(3) td {
  border-top: 2px solid #d3d3d3;
}

.hikaku__table .border_table {
  position: absolute;
  top: 27px;
  left: 0;
  width: 100%;
  border: none;
  padding: 0;
  height: 102px;
  opacity: 0;
  -webkit-animation: borderLiner 1.5s ease-in-out infinite alternate;
          animation: borderLiner 1.5s ease-in-out infinite alternate;
}

.hikaku__table .border_table img {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes borderLiner {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes borderLiner {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* キャンペーン内容 */
.gold_ttl {
  width: 55%;
  padding-top: 50px;
  margin: 0 auto 20px;
}

.ranking__campaign {
  margin-top: 0;
}

.review__items .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.review__items .slick-slide {
  height: auto !important;
}

.review__item {
  margin: 0 10px;
  width: 270px;
}

.review {
  margin-bottom: 80px;
}

.review__items {
  gap: unset;
}

.ranking__wrapper {
  padding: 30px 0px 50px;
}

.ranking__top,
.ranking__summary,
.ranking__img,
.ranking__points,
.ranking__table,
.ranking__campaign,
.ranking__machine,
.ranking__img {
  padding-left: 15px;
  padding-right: 15px;
}

.itioshi {
  background: -webkit-gradient(linear, right top, left top, from(rgb(0, 206, 209)), color-stop(rgb(135, 206, 235)), to(rgb(177, 156, 217)));
  background: -webkit-linear-gradient(right, rgb(0, 206, 209), rgb(135, 206, 235), rgb(177, 156, 217));
  background: linear-gradient(270deg, rgb(0, 206, 209), rgb(135, 206, 235), rgb(177, 156, 217));
  background-size: 200% 200%;
  padding: 20px 0 40px;
  -webkit-animation: MoveGrad 5s ease infinite;
          animation: MoveGrad 5s ease infinite;
  position: relative;
  overflow: hidden;
}

.itioshi .inner {
  border-radius: 15px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
}

.itioshi_img {
  margin-bottom: 20px;
}

.itioshi_name {
  margin: 15px auto;
  text-align: center;
}

.itioshi_name span {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#01cfd2), color-stop(#61b4d6), to(#b29dda));
  background: -webkit-linear-gradient(left, #01cfd2, #61b4d6, #b29dda);
  background: linear-gradient(90deg, #01cfd2, #61b4d6, #b29dda);
  background: -webkit-linear-gradient(0deg, #01cfd2, #61b4d6, #b29dda);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.itioshi_ttl {
  width: 190px;
  margin: 0 auto;
}

.itioshi_point_img {
  width: 90px;
  margin-bottom: 20px;
}

.itioshi_point_list {
  margin-bottom: 30px;
}

.itioshi_point_list li {
  font-weight: bold;
  font-size: 16px;
  position: relative;
  margin-bottom: 25px;
  padding-left: 35px;
}

.itioshi_point_list li::before {
  position: absolute;
  top: -45%;
  left: -15px;
  -webkit-transform: scale(0.5) translateY(-50%);
          transform: scale(0.5) translateY(-50%);
}

.itioshi_point_list li:nth-child(1)::before {
  content: url(../img/itioshi_point_number1.png);
}

.itioshi_point_list li:nth-child(2)::before {
  content: url(../img/itioshi_point_number2.png);
}

.itioshi_point_list li:nth-child(3)::before {
  content: url(../img/itioshi_point_number3.png);
}

.itioshi .cv-btn__link {
  width: 100%;
}

.itioshi .cv-btn__link::before {
  width: 90%;
}

.osusume {
  padding: 50px 0 0;
}

.osusume_tab_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0 0;
  text-align: center;
  width: 95%;
  margin: 0 auto 4px;
  /* position: relative;
  z-index: -2; */
}

.osusume_tab_list li {
  background-color: #f5f5f5;
  border: 1px solid #d3d3d3;
  border-bottom: none;
  color: #8c8c8c;
  width: 31%;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
}

.osusume_tab_list li.active {
  background: -webkit-linear-gradient(179.84deg, #01cfd2 0.08%, #61b4d6 50.05%, #b29dda 99.66%);
  background: linear-gradient(270.16deg, #01cfd2 0.08%, #61b4d6 50.05%, #b29dda 99.66%);
  /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
  color: #fff;
}

.osusume_tab_contents {
  -webkit-box-shadow: 0px 26px 10px -20px rgba(0, 96, 209, 0.1), 0px 30px 20px -11px rgba(0, 96, 209, 0.18);
          box-shadow: 0px 26px 10px -20px rgba(0, 96, 209, 0.1), 0px 30px 20px -11px rgba(0, 96, 209, 0.18);
  border-radius: 12px;
  position: relative;
  background-color: #fff;
  padding: 30px 0;
}

.osusume_tab_contents::before {
  content: "";
  background: -webkit-linear-gradient(179.84deg, #01cfd2 0.08%, #61b4d6 50.05%, #b29dda 99.66%);
  background: linear-gradient(270.16deg, #01cfd2 0.08%, #61b4d6 50.05%, #b29dda 99.66%);
  width: 102%;
  height: 102%;
  position: absolute;
  left: -3.6px;
  top: -4px;
  border-radius: 15px;
  z-index: -1;
}

.osusume_tab_rank {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding: 0px 10px;
  padding-bottom: 20px;
}

.osusume_tab_rank:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.osusume_tab_rank .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.osusume_tab_img {
  width: 29%;
}

.osusume_tab_text {
  width: 66%;
}

.osusume_tab_text p {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}

.osusume_tab_text .cv-btn {
  width: 110px;
  margin: 0 auto;
}

.osusume_tab_text .cv-btn a {
  width: 100%;
  height: 30px;
  font-size: 15px;
}

.osusume_tab_text .cv-btn__link::before {
  width: 100px;
  height: 15px;
  top: 2px;
}

.osusume_tab_text .cv-btn__link::after {
  content: none;
}

.osusume_price_wrap {
  margin-bottom: 15px;
}

.osusume_price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 10px;
}

.osusume_price .left p {
  margin-bottom: 0;
}

.osusume_price .right p {
  margin-bottom: 0;
  line-height: 1;
}

.osusume_price .right p span {
  font-size: 32px;
}

.osusume_tab_item2 .osusume_tab_text {
  width: 54%;
}

.osusume_price_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}

.osusume_price .center p {
  font-size: 24px;
  margin-bottom: 0;
  background: -webkit-linear-gradient(179.84deg, #01cfd2 0.08%, #61b4d6 50.05%, #b29dda 99.66%);
  background: linear-gradient(270.16deg, #01cfd2 0.08%, #61b4d6 50.05%, #b29dda 99.66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.osusume_ttl {
  width: 90%;
  margin: 0 auto;
}

.osusume_tab_item3 .osusume_price {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ranking__tags {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 30px;
  margin-bottom: 40px;
  gap: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.ranking__tag {
  height: 27px;
  border-radius: 90px;
  padding: 0 7px;
  border: 1px solid #00ced1;
  background: rgba(0, 206, 209, 0.1);
  color: #00ced1;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ranking__tag.disable {
  background: #fff;
  opacity: 0.3;
}

.prefectures {
  padding: 120px 10px 0;
  overflow: hidden;
}

.prefectures__top {
  position: relative;
}
.prefectures__top::after {
  content: "";
  position: absolute;
  background: url(../img/prefectures_top_leaf_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 42px;
  top: -50px;
}
.prefectures__top::before {
  content: "";
  position: absolute;
  background: url(../img/prefectures_top_leaf_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 40px;
  bottom: -50px;
  right: -20px;
}
.prefectures__top--title {
  font-size: 20px;
  color: #43464b;
  text-align: center;
  font-weight: bold;
}
.prefectures__top--sub {
  text-align: center;
  font-size: 15px;
  color: #8c8c8c;
  margin-top: 15px;
  font-weight: bold;
}

.prefectures__rankings {
  margin-top: 45px;
}

.prefectures__ranking {
  margin-bottom: 70px;
}
.prefectures__ranking--top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  margin-bottom: 16px;
}
.prefectures__ranking--icon {
  width: 50px;
}
.prefectures__ranking--title {
  font-size: 18px;
  font-weight: bold;
  color: #43464b;
  text-decoration: underline;
  width: calc(100% - 50px - 22px);
}

.prefectures__table {
  margin-top: 15px;
  margin-bottom: 35px;
}
.prefectures__table table {
  overflow: hidden;
  border-spacing: 0;
  border-radius: 5px;
  width: 100%;
  border-collapse: separate;
  border: 1px solid #00acaf;
}
.prefectures__table--title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-weight: 600;
}
.prefectures__table--left {
  background: #00ced1;
  color: #fff;
  border-bottom: 1px solid #00acaf;
  padding: 12px 10px 12px 10px;
  width: 30%;
  vertical-align: middle;
}
.prefectures__table--left img {
  width: 15px;
}
.prefectures__table--right {
  border-bottom: 1px solid #00acaf;
  padding: 12px 10px 12px 10px;
  width: 70%;
  line-height: 1.5;
  font-size: 15px;
}/*# sourceMappingURL=style.css.map */