@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }

}

@media screen and (min-width: 420px) {
  .is-sp {
    display: none;
  }
}

footer{
  margin-bottom:62px;
}

footer ul li:nth-of-type(1),
footer ul li:nth-of-type(2){
  border-bottom:1px solid #FFF;
}

@media screen and (max-width: 767px) {
  footer{
    margin-bottom: 96px;
  }
    footer ul li:nth-of-type(4) {
      border-right: 1px solid #FFF;
    }
}

body {
  font-size: 16px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  background: #ddd;
}

.main {
  max-width: 420px;
  margin: 0 auto;
  background: #fff;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 14px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.inner2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  font-family: "Noto Sans JP", sans-serif;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

input[type="text"],
input[type="email"],
input[type="submit"],
select,
textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #707070;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  padding: 0;
  margin: 0;
  outline: none;
}

.evaluation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.evaluation .star-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.evaluation .star-lists .star-item {
  width: 16.4px;
}

.evaluation .e-text {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  background: #FE6870;
  padding: 5px 7px;
  white-space: nowrap;
  border-radius: 5px;
  margin-right: 5px;
}

.evaluation .num {
  font-weight: bold;
  color: #EC486F;
  margin-left: 3px;
  font-size: 3.333vw;
}

@media screen and (min-width: 420px) {
  .evaluation .num {
    font-size: 13px;
  }
}

.lead-section {
  width: 85%;
  margin: 0 auto;
  padding: 20px 0;
}

.popular {
  background: -webkit-gradient(linear, right top, left top, from(#FE6870), to(#FF76B0));
  background: linear-gradient(to left, #FE6870, #FF76B0);
  padding: 20px 0;
}

.popular .main-title {
  text-align: center;
  margin-bottom: 20px;
}

.popular .main-title .wrap {
  display: inline-block;
  color: #fff;
  font-size: 4.62vw;
  font-weight: bold;
  position: relative;
  margin-right: 3px;
}

@media screen and (min-width: 420px) {
  .popular .main-title .wrap {
    font-size: 18px;
  }
}

.popular .main-title span {
  display: inline-block;
  max-width: 22px;
}

.popular .main-title span img {
  position: relative;
  top: 1px;
}

.popular ul li {
  padding: 8px 10px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.popular ul li:last-child {
  margin-bottom: 0;
}

.popular ul li .left {
  width: 25%;
}

.popular ul li .left .title {
  font-weight: bold;
  color: #FE6870;
  white-space: nowrap;
  font-size: 3.179vw;
  padding: 5px 0;
  margin-bottom: 5px;
  text-align: center;
}

@media screen and (min-width: 420px) {
  .popular ul li .left .title {
    font-size: 12.4px;
  }
}

.popular ul li .left .img {
  width: 16.41vw;
  margin: 0 auto;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 420px) {
  .popular ul li .left .img {
    width: 64px;
  }
}

.popular ul li .right {
  width: 71%;
}

.popular ul li .right .row1 {
  text-align: left;
  margin-bottom: 5px;
}

.popular ul li .right .row2 {
  text-align: center;
  background: #FFE0E8;
  padding: 5px;
  color: #FE6870;
  font-size: 2.82vw;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (min-width: 420px) {
  .popular ul li .right .row2 {
    font-size: 11px;
  }
}

.popular ul li .right .row3 {
  font-weight: bold;
  font-size: 2.82vw;
  line-height: 1.4;
  margin-bottom: 15px;
}

@media screen and (min-width: 420px) {
  .popular ul li .right .row3 {
    font-size: 11px;
  }
}

.popular ul li .right .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.popular ul li .right .btn-area .btn1 {
  width: 55%;
}

.popular ul li .right .btn-area .btn1 a {
  font-size: 2.82vw;
  text-align: center;
  padding: 10px 0px;
  font-weight: bold;
  background: #35D2AD;
  color: #fff;
  display: block;
  white-space: nowrap;
  border-radius: 3.23px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  position: relative;
}

@media screen and (min-width: 420px) {
  .popular ul li .right .btn-area .btn1 a {
    font-size: 11px;
  }
}

.popular ul li .right .btn-area .btn2 {
  width: 40%;
}

.popular ul li .right .btn-area .btn2 a {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  border-radius: 3.23px;
  white-space: nowrap;
  font-size: 2.82vw;
  font-weight: bold;
  color: #fff;
  padding: 10px 0px;
  text-align: center;
  background: #C7C4C4;
  display: block;
  position: relative;
}

@media screen and (min-width: 420px) {
  .popular ul li .right .btn-area .btn2 a {
    font-size: 11px;
  }
}

.shiny {
  display: block;
  position: relative;
  overflow: hidden;
}

.yureru-y {
  -webkit-animation: yureru-y 2s infinite;
          animation: yureru-y 2s infinite;
}

.switch {
  -webkit-animation: btn 2s infinite;
          animation: btn 2s infinite;
}

@-webkit-keyframes shiny__btn {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.3;
  }
  81% {
    -webkit-transform: scale(8) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(80) rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes shiny__btn2 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.3;
  }
  81% {
    -webkit-transform: scale(180) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(100) rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes btn_nav {
  0% {
    -webkit-box-shadow: 0 4px 0 #03871f;
            box-shadow: 0 4px 0 #03871f;
    top: 0px;
    border-radius: 22px;
  }
  10% {
    -webkit-box-shadow: 0 0 0 #03871f;
            box-shadow: 0 0 0 #03871f;
    top: 4px;
    border-radius: 22px;
  }
  20% {
    -webkit-box-shadow: 0 4px 0 #03871f;
            box-shadow: 0 4px 0 #03871f;
    top: 0px;
    border-radius: 22px;
  }
  30% {
    -webkit-box-shadow: 0 0 0 #03871f;
            box-shadow: 0 0 0 #03871f;
    top: 4px;
    border-radius: 22px;
  }
  40% {
    -webkit-box-shadow: 0 4px 0 #03871f;
            box-shadow: 0 4px 0 #03871f;
    top: 0px;
    border-radius: 22px;
  }
}

@keyframes btn_nav {
  0% {
    -webkit-box-shadow: 0 4px 0 #03871f;
            box-shadow: 0 4px 0 #03871f;
    top: 0px;
    border-radius: 22px;
  }
  10% {
    -webkit-box-shadow: 0 0 0 #03871f;
            box-shadow: 0 0 0 #03871f;
    top: 4px;
    border-radius: 22px;
  }
  20% {
    -webkit-box-shadow: 0 4px 0 #03871f;
            box-shadow: 0 4px 0 #03871f;
    top: 0px;
    border-radius: 22px;
  }
  30% {
    -webkit-box-shadow: 0 0 0 #03871f;
            box-shadow: 0 0 0 #03871f;
    top: 4px;
    border-radius: 22px;
  }
  40% {
    -webkit-box-shadow: 0 4px 0 #03871f;
            box-shadow: 0 4px 0 #03871f;
    top: 0px;
    border-radius: 22px;
  }
}

@-webkit-keyframes btn {
  0% {
    top: 0px;
  }
  10% {
    top: 1px;
  }
  20% {
    top: 0px;
  }
  30% {
    top: 1px;
  }
  40% {
    top: 0px;
  }
}

@keyframes btn {
  0% {
    top: 0px;
  }
  10% {
    top: 1px;
  }
  20% {
    top: 0px;
  }
  30% {
    top: 1px;
  }
  40% {
    top: 0px;
  }
}

@-webkit-keyframes yureru-y {
  0% {
    -webkit-transform: translate(0px, 1px);
            transform: translate(0px, 1px);
  }
  5% {
    -webkit-transform: translate(0px, -1px);
            transform: translate(0px, -1px);
  }
  10% {
    -webkit-transform: translate(0px, 1px);
            transform: translate(0px, 1px);
  }
  15% {
    -webkit-transform: translate(0px, -1px);
            transform: translate(0px, -1px);
  }
  20% {
    -webkit-transform: translate(0px, 1px);
            transform: translate(0px, 1px);
  }
  25% {
    -webkit-transform: translate(0px, -1px);
            transform: translate(0px, -1px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes yureru-y {
  0% {
    -webkit-transform: translate(0px, 1px);
            transform: translate(0px, 1px);
  }
  5% {
    -webkit-transform: translate(0px, -1px);
            transform: translate(0px, -1px);
  }
  10% {
    -webkit-transform: translate(0px, 1px);
            transform: translate(0px, 1px);
  }
  15% {
    -webkit-transform: translate(0px, -1px);
            transform: translate(0px, -1px);
  }
  20% {
    -webkit-transform: translate(0px, 1px);
            transform: translate(0px, 1px);
  }
  25% {
    -webkit-transform: translate(0px, -1px);
            transform: translate(0px, -1px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@-webkit-keyframes yureru-x {
  0% {
    -webkit-transform: translate(2px, 0px);
            transform: translate(2px, 0px);
  }
  5% {
    -webkit-transform: translate(-2px, 0px);
            transform: translate(-2px, 0px);
  }
  10% {
    -webkit-transform: translate(2px, 0px);
            transform: translate(2px, 0px);
  }
  15% {
    -webkit-transform: translate(-2px, 0px);
            transform: translate(-2px, 0px);
  }
  20% {
    -webkit-transform: translate(2px, 0px);
            transform: translate(2px, 0px);
  }
  25% {
    -webkit-transform: translate(-2px, 0px);
            transform: translate(-2px, 0px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes yureru-x {
  0% {
    -webkit-transform: translate(2px, 0px);
            transform: translate(2px, 0px);
  }
  5% {
    -webkit-transform: translate(-2px, 0px);
            transform: translate(-2px, 0px);
  }
  10% {
    -webkit-transform: translate(2px, 0px);
            transform: translate(2px, 0px);
  }
  15% {
    -webkit-transform: translate(-2px, 0px);
            transform: translate(-2px, 0px);
  }
  20% {
    -webkit-transform: translate(2px, 0px);
            transform: translate(2px, 0px);
  }
  25% {
    -webkit-transform: translate(-2px, 0px);
            transform: translate(-2px, 0px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

.shiny::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -40px;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 100%;
  background-color: #fff;
  -webkit-animation: shiny__btn 2s ease-in-out infinite;
          animation: shiny__btn 2s ease-in-out infinite;
}

.about {
  padding: 0 5px;
}

.recommend {
  background: -webkit-gradient(linear, right top, left top, from(#FE6870), to(#FF76B0));
  background: linear-gradient(to left, #FE6870, #FF76B0);
  padding: 20px 0;
  margin-bottom: 40px;
}

.recommend ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  padding: 20px;
  border-radius: 21px;
}

.recommend ul li {
  width: 14.3%;
}

.recommend ul li .icon {
  border: 1px solid #D9E2EC;
  border-radius: 5px;
}

.recommend ul li .icon img {
  border-radius: 4px;
}

.recommend .main-title {
  text-align: center;
  margin-bottom: 10px;
}

.recommend .main-title .wrap {
  display: inline-block;
  color: #fff;
  font-size: 4.62vw;
  font-weight: bold;
  position: relative;
  margin-right: 3px;
}

@media screen and (min-width: 420px) {
  .recommend .main-title .wrap {
    font-size: 18px;
  }
}

.recommend .main-title span {
  display: inline-block;
  max-width: 22px;
}

.recommend .main-title span img {
  position: relative;
  top: 1px;
}

.recommend .lead {
  font-size: 3.04vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (min-width: 420px) {
  .recommend .lead {
    font-size: 12px;
  }
}

.recommend .lead span {
  width: 24px;
  margin-left: 3px;
  display: inline-block;
  position: relative;
  width: 6.1vw;
  top: 5px;
}

@media screen and (min-width: 420px) {
  .recommend .lead span {
    width: 24px;
  }
}

.ranking-section ul li {
  margin-bottom: 40px;
}

.ranking-section ul li .heading {
  background: #FFE0E8;
  position: relative;
  margin-bottom: 25px;
}

.ranking-section ul li .heading-wrap {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ranking-section ul li .heading-wrap .title {
  padding-left: 40px;
  font-size: 4.1vw;
  font-weight: bold;
}

@media screen and (min-width: 420px) {
  .ranking-section ul li .heading-wrap .title {
    font-size: 16px;
  }
}

.ranking-section ul li:nth-child(1) .heading::after {
  position: absolute;
  background: url(../img/rank1.png) no-repeat center center/cover;
  left: 0;
  top: 0;
  width: 38px;
  height: 50px;
  content: "";
}

.ranking-section ul li:nth-child(2) .heading::after {
  position: absolute;
  background: url(../img/rank2.png) no-repeat center center/cover;
  left: 0;
  top: 0;
  width: 38px;
  height: 50px;
  content: "";
}

.ranking-section ul li:nth-child(3) .heading::after {
  position: absolute;
  background: url(../img/rank3.png) no-repeat center center/cover;
  left: 0;
  top: 0;
  width: 38px;
  height: 50px;
  content: "";
}

.ranking-section ul li:nth-child(4) .heading::after {
  position: absolute;
  background: url(../img/rank4.png) no-repeat center center/cover;
  left: 0;
  top: 0;
  width: 38px;
  height: 50px;
  content: "";
}

.ranking-section ul li:nth-child(5) .heading::after {
  position: absolute;
  background: url(../img/rank5.png) no-repeat center center/cover;
  left: 0;
  top: 0;
  width: 38px;
  height: 50px;
  content: "";
}

.ranking-section .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.ranking-section .category .dl {
  width: 33.3333%;
  text-align: center;
  border-right: 1px solid #fff;
}

.ranking-section .category .dl:last-child {
  border-right: none;
}

.ranking-section .category .dl .dt {
  color: #fff;
  background: #FE6870;
  padding: 10px 0;
  font-size: 3.333vw;
  font-weight: bold;
}

@media screen and (min-width: 420px) {
  .ranking-section .category .dl .dt {
    font-size: 13px;
  }
}

.ranking-section .category .dl .dd {
  background: #FFE0E8;
  border-right: 1px solid #fff;
  height: 60px;
  position: relative;
}

.ranking-section .category .dl .dd:last-child {
  border-right: none;
}

.ranking-section .category .dl .dd .dd-wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.ranking-section .category .dl .dd1 .item {
  padding: 3px;
  width: 18.4vw;
  margin: 0 auto 3px;
  font-size: 3.04vw;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  border-radius: 36px;
}

@media screen and (min-width: 420px) {
  .ranking-section .category .dl .dd1 .item {
    font-size: 12px;
  }
}

.ranking-section .category .dl .dd1 .item:last-child {
  margin-bottom: 0;
}

.ranking-section .category .dl .dd1 .item1 {
  background: #35D2AD;
}

.ranking-section .category .dl .dd1 .item2 {
  background: #FF7E00;
}

.ranking-section .category .dl .dd2 .item {
  font-size: 2.82vw;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (min-width: 420px) {
  .ranking-section .category .dl .dd2 .item {
    font-size: 11px;
  }
}

.ranking-section .category .dl .dd2 .item:last-child {
  margin-bottom: 0;
}

.ranking-section .category .dl .dd3 .item {
  font-size: 3.333vw;
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 420px) {
  .ranking-section .category .dl .dd3 .item {
    font-size: 13px;
  }
}

.ranking-section .thumbnail {
  border-radius: 14px;
  margin-bottom: 15px;
}

.ranking-section .movie {
  margin-bottom: 20px;
}

.ranking-section .point-area {
  margin-bottom: 20px;
}

.ranking-section .point-area .point-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

.ranking-section .point-area .point-row:last-child {
  margin-bottom: 0;
}

.ranking-section .point-area .point-row .point-left {
  color: #FE6870;
  padding: 8px 7px;
  font-weight: bold;
  text-align: center;
  border-right: 2px solid #E6E6E6;
}

.ranking-section .point-area .point-row .point-left .point-text {
  font-size: 2.82vw;
}

@media screen and (min-width: 420px) {
  .ranking-section .point-area .point-row .point-left .point-text {
    font-size: 11px;
  }
}

.ranking-section .point-area .point-row .point-left .point-num {
  font-size: 8.4vw;
}

@media screen and (min-width: 420px) {
  .ranking-section .point-area .point-row .point-left .point-num {
    font-size: 33px;
  }
}

.ranking-section .point-area .point-row .point-right {
  padding: 8px 7px;
  font-size: 4.1vw;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (min-width: 420px) {
  .ranking-section .point-area .point-row .point-right {
    font-size: 16px;
  }
}

.ranking-section .point-area .point-row .point-right span {
  color: #FE6870;
}

.ranking-section .message1 .m-heading {
  background: #FE6870;
  text-align: center;
  font-size: 4.1vw;
  font-weight: bold;
  padding: 10px;
  color: #fff;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 17px 17px 0 0;
}

@media screen and (min-width: 420px) {
  .ranking-section .message1 .m-heading {
    font-size: 16px;
  }
}

.ranking-section .message1 span {
  display: inline-block;
  width: 23px;
  margin-right: 5px;
}

.ranking-section .message1 .m-contents {
  border-radius: 0 0 17px 17px;
  background: #FFE0E8;
  font-size: 3.84vw;
  padding: 10px 20px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 25px;
}

@media screen and (min-width: 420px) {
  .ranking-section .message1 .m-contents {
    font-size: 15px;
  }
}

.ranking-section .message2 .m-heading {
  background: #FE6870;
  text-align: center;
  font-size: 4.1vw;
  font-weight: bold;
  padding: 10px;
  color: #fff;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 420px) {
  .ranking-section .message2 .m-heading {
    font-size: 16px;
  }
}

.ranking-section .message2 span {
  display: inline-block;
  width: 23px;
  margin-right: 5px;
}

.ranking-section .message2 .m-contents {
  background: #FFE0E8;
  font-size: 3.84vw;
  padding: 10px 30px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 25px;
}

@media screen and (min-width: 420px) {
  .ranking-section .message2 .m-contents {
    font-size: 15px;
  }
}

.ranking-section .message2 .heading1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ranking-section .message2 .heading1 .left1 {
  width: 41px;
  margin-right: 5px;
}

.ranking-section .message2 .heading1 .right1 {
  width: calc(100% - 46px);
}

.ranking-section .message2 .heading1 .right1 .text1 {
  font-size: 3.333vw;
}

@media screen and (min-width: 420px) {
  .ranking-section .message2 .heading1 .right1 .text1 {
    font-size: 13px;
  }
}

.ranking-section .message2 .heading1 .right1 .star-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ranking-section .message2 .heading1 .right1 .star-lists .star-item {
  width: 16.4px;
}

.ranking-section .message2 .heading1 .te2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3px;
}

.ranking-section .message2 .heading1 .te2 .info1 {
  font-size: 3.333vw;
  font-weight: 500;
}

@media screen and (min-width: 420px) {
  .ranking-section .message2 .heading1 .te2 .info1 {
    font-size: 13px;
  }
}

.ranking-section .message2 .bottom1 {
  font-size: 3.04vw;
  margin-top: 15px;
  line-height: 1.2;
  font-weight: 400;
}

@media screen and (min-width: 420px) {
  .ranking-section .message2 .bottom1 {
    font-size: 12px;
  }
}

.slick-next {
  right: 1.8vw;
}

.slick-next::before {
  position: absolute;
  content: "";
  width: 8.32px;
  height: 11px;
  background: url(../img/next.png) no-repeat center center/cover;
  left: 0;
  top: 80%;
}

.slick-prev {
  left: 1.8vw;
  z-index: 4;
}

.slick-prev::before {
  position: absolute;
  content: "";
  width: 8.32px;
  height: 11px;
  background: url(../img/prev.png) no-repeat center center/cover;
  left: 0;
  top: 80%;
}

.app-btn a {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.ac_header {
  position: relative;
  z-index: +1;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  padding: 7px 15px;
  border: 1px solid #D9E2EC;
  border-radius: 5px;
}

.ac_inner {
  padding: 15px 25px;
  display: none;
  /* コンテンツは消しておくのがミソ */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #D9E2EC;
  border-top: none;
}

/* アイコンの形はここから */
.i_box {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.i_box:before,
.i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}

.i_box:before {
  background: url(../img/accordion.png) no-repeat center center/cover;
  width: 19.5px;
  height: 7px;
  top: 41%;
  -webkit-transition: .3s;
  transition: .3s;
}

.ac_header.open .i_box::before {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* アイコンの形ここまで */
.accordion-area {
  margin: 25px 0;
  color: #87929F;
}

.accordion-area .row1 {
  margin-bottom: .001px;
}

.accordion-area .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accordion-area .flex .icon {
  width: 29px;
  margin-right: 6px;
  border: 1px solid #D9E2EC;
  border-radius: 3px;
}

.accordion-area .flex .text {
  font-size: 3.84vw;
  width: calc(100% - 35px);
  font-weight: bold;
}

@media screen and (min-width: 420px) {
  .accordion-area .flex .text {
    font-size: 15px;
  }
}

.accordion-area .ac_text1 {
  line-height: 1.4;
  font-size: 3.04vw;
}

@media screen and (min-width: 420px) {
  .accordion-area .ac_text1 {
    font-size: 12px;
  }
}

.accordion-area .ac_text1 span {
  display: inline-block;
}

.accordion-area .box {
  margin-bottom: 10px;
}

.accordion-area .box .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.04vw;
  font-weight: bold;
}

@media screen and (min-width: 420px) {
  .accordion-area .box .row {
    font-size: 12px;
  }
}

.accordion-area .box .row .dt {
  padding: 7px 10px;
  background: #F1F5F8;
  width: 100px;
  border: 1px solid #D9E2EC;
}

.accordion-area .box .row .dd {
  padding: 7px 10px;
  width: calc(100% - 100px);
  border: 1px solid #D9E2EC;
  border-left: none;
}

.obi-title {
  background: -webkit-gradient(linear, left top, right top, from(#FE6870), color-stop(100%, #FE68DD), color-stop(100%, #FE6870), to(#FF1EF6));
  background: linear-gradient(to right, #FE6870 0%, #FE68DD 100%, #FE6870 100%, #FF1EF6 100%);
  text-align: center;
  height: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 4.62vw;
  margin: 20px 0;
  line-height: 1;
  line-height: 40px;
}

@media screen and (min-width: 420px) {
  .obi-title {
    font-size: 18px;
  }
}

.obi-title .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.obi-title .flex span {
  width: 23px;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.obi-title .flex .text {
  margin: 0 3px;
}

.app-lists .heading {
  background: #FE6870;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.app-lists .heading .th {
  width: 25%;
  text-align: center;
  color: #fff;
  font-size: 3.333vw;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  border-right: 1px solid #fff;
}

@media screen and (min-width: 420px) {
  .app-lists .heading .th {
    font-size: 13px;
  }
}

.app-lists .heading .th:first-child {
  border-left: 1px solid #fff;
}

.app-lists ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.app-lists ul li:last-child .list {
  border-bottom: 1px solid #D9E2EC;
}

.app-lists ul li .list-wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  left: 50%;
  width: 100%;
}

.app-lists ul li .list {
  width: 25%;
  height: 80px;
  border-top: 1px solid #D9E2EC;
  border-right: 1px solid #D9E2EC;
  position: relative;
}

.app-lists ul li .list1 a {
  display: block;
}

.app-lists ul li .list1 .thumbnail {
  width: 40px;
  margin: 0 auto;
  margin-bottom: 3px;
  border-radius: 5px;
  border: 1px solid #D9E2EC;
}

.app-lists ul li .list1 .thumbnail img {
  border-radius: 7px;
}

.app-lists ul li .list1 .title {
  font-size: 10px;
}

.app-lists ul li .list2 .item {
  padding: 3px;
  width: 18.4vw;
  margin: 0 auto 3px;
  font-size: 3.04vw;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  border-radius: 36px;
}

@media screen and (min-width: 420px) {
  .app-lists ul li .list2 .item {
    font-size: 12px;
  }
}

.app-lists ul li .list2 .item:last-child {
  margin-bottom: 0;
}

.app-lists ul li .list2 .item1 {
  background: #35D2AD;
}

.app-lists ul li .list2 .item2 {
  background: #FF7E00;
}

.app-lists ul li .list3 .item {
  font-size: 3.04vw;
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 420px) {
  .app-lists ul li .list3 .item {
    font-size: 12px;
  }
}

.app-lists ul li .list4 {
  border-right: none;
}

.app-lists ul li .list4 .item {
  font-size: 3.04vw;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (min-width: 420px) {
  .app-lists ul li .list4 .item {
    font-size: 12px;
  }
}

.app-lists ul li .list4 .item:last-child {
  margin-bottom: 0;
}

.accordion2 {
  margin-bottom: 30px;
}

.accordion2 .box-wrap {
  background: #E8E8E8;
  padding: 10px 20px 10px;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 4.1vw;
}

@media screen and (min-width: 420px) {
  .accordion2 .box-wrap {
    font-size: 16px;
  }
}

.accordion2 .ac_header2 {
  padding: 10px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.accordion2 .ac_header2.open2 .i_box2 {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.accordion2 .ac_header2 .i_box2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 16px;
  -webkit-transition: .3s;
  transition: .3s;
}

.accordion2 .ac_inner2 {
  padding-top: 10px;
  padding-bottom: 20px;
}

.accordion2 .box {
  background: #fff;
}

.accordion2 .box .dt {
  width: 33.3333%;
}

.accordion2 .box .dt:first-child a {
  border-left: 1px solid #E1E1E1;
}

.accordion2 .box .dt a {
  color: #000;
  text-align: center;
  height: 64px;
  display: block;
  position: relative;
  border-top: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
}

.accordion2 .box .dt a .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.accordion2 .box .dt a .wrap .img {
  width: 30px;
  margin: 0 auto 4px;
}

.accordion2 .box .dt a .wrap .title {
  font-size: 3.04vw;
  font-weight: 400;
}

@media screen and (min-width: 420px) {
  .accordion2 .box .dt a .wrap .title {
    font-size: 12px;
  }
}

.accordion2 .box .row .th {
  width: 33.3333%;
  font-size: 3.333vw;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  border-right: 1px solid #E1E1E1;
}

.accordion2 .box .row .th:last-child {
  border-right: none;
}

@media screen and (min-width: 420px) {
  .accordion2 .box .row .th {
    font-size: 13px;
  }
}

.accordion2 .box .row .th:nth-child(1) {
  background: #35D2AD;
}

.accordion2 .box .row .th:nth-child(2) {
  background: #FD7E00;
}

.accordion2 .box .row .th:nth-child(3) {
  background: #FE6870;
}

.accordion2 .box .row .dt {
  width: 33.3333%;
}

.accordion2 .box .row .dt:first-child a {
  border-left: 1px solid #E1E1E1;
}

.accordion2 .box .row .dt a {
  color: #000;
  text-align: center;
  height: 64px;
  display: block;
  position: relative;
  border-top: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
}

.accordion2 .box .row .dt a .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.accordion2 .box .row .dt a .wrap .img {
  width: 30px;
  margin: 0 auto 4px;
}

.accordion2 .box .row .dt a .wrap .title {
  font-size: 3.04vw;
  font-weight: 400;
}

@media screen and (min-width: 420px) {
  .accordion2 .box .row .dt a .wrap .title {
    font-size: 12px;
  }
}

.ac_inner2 {
  display: none;
}

@media screen and (min-width: 420px) {
  .ranking-section .category .dl .dd1 .item,
  .app-lists ul li .list2 .item {
    max-width: 80px;
  }
}

.search-section {
  background: #E8E8E8;
  padding: 15px 0;
  margin-bottom: 25px;
}

.search-section .title {
  margin-bottom: 20px;
  color: #FE6870;
  font-weight: bold;
  font-size: 3.84vw;
}

.search-section .title span {
  display: inline-block;
  width: 19px;
  margin-right: 5px;
}

@media screen and (min-width: 420px) {
  .search-section .title {
    font-size: 15px;
  }
}

.search-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.search-section ul li {
  white-space: nowrap;
  width: 30%;
  text-align: center;
  color: #fff;
  font-size: 2.82vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 15px;
  border-radius: 5px;
  background: #FE6870;
}

@media screen and (min-width: 420px) {
  .search-section ul li {
    font-size: 11px;
  }
}

.search-section ul li .icon {
  width: 13.5px;
}

.search-section ul li:nth-child(n + 4) {
  margin-top: 20px;
}

.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer ul li {
  width: 50%;
}

.footer ul li a {
  border-right: 1px solid #fff;
  display: block;
  background: #FE6870;
  color: #fff;
  text-align: center;
  padding: 7px 0;
  font-size: 2.82vw;
}

@media screen and (min-width: 420px) {
  .footer ul li a {
    font-size: 11px;
  }
}

.footer ul li:nth-child(n + 3) a {
  border-top: 1px solid #fff;
}

.copyright {
  font-size: 10px;
  padding: 5px;
  text-align: center;
  background: #F1F5F8;
}

.back-to-top {
  width: 40px;
  position: fixed;
  bottom: 10px;
  right: 5px;
  z-index: 10;
}

.main {
  padding-bottom: 50px;
}

.accordion2 .flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.accordion2 .flex3 .items {
  width: 33.3333%;
}

.accordion2 .box .row .th {
  width: 100%;
}

.accordion2 .box .dt {
  width: 100%;
}

.accordion2 .box .dt:first-child a {
  border-left: none;
}

.accordion2 .box-wrap {
  margin-bottom: 25px;
}

.accordion2 .flex3 li:last-child {
  border-bottom: 1px solid #E1E1E1;
}

.movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ranking-section iframe {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

.ranking-section .category .dl .dd1 .item3 {
  background: #FE6870;
}

.app-lists ul li .list1 a {
  color: #000;
}

.app-lists ul li .list2 .item3 {
  background: #FE6870;
}

.keyword {
  position: absolute;
  left: -100%;
  opacity: 0;
}

.form-box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-box .select-wrap {
  width: 30%;
  position: relative;
  margin-top: 15px;
}

.form-box .select-wrap::after {
  position: absolute;
  content: "";
  background: url(../img/bottom-white.png) no-repeat center center/cover;
  width: 13.5px;
  height: 12.09px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.form-box select {
  text-align: center;
  font-size: 10px;
  color: #fff;
  padding: 13px 6px;
  border-radius: 5px;
  background: #FE6870;
  text-align: left;
  border: none;
}

@media screen and (min-width: 420px) {
  .form-box select {
    font-size: 10px;
  }
}

.form-box input[type="submit"] {
  margin-top: 15px;
  border: none;
  width: 30%;
  text-align: center;
  font-size: 10px;
  color: #fff;
  padding: 15px 6px;
  border-radius: 5px;
  background: #35D2AD;
}

@media screen and (min-width: 420px) {
  .form-box input[type="submit"] {
    font-size: 10px;
  }
}

.search-section .title {
  margin-bottom: 0;
}

.sea-title {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FE6870;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sea-title .left .flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4.62vw;
  font-weight: bold;
}

.sea-title .left .flex2 .icon {
  width: 26px;
  margin-right: 5px;
}

@media screen and (min-width: 420px) {
  .sea-title .left .flex2 {
    font-size: 18px;
  }
}

.sea-title .right {
  border: 1px solid #FE6870;
  border-radius: 3px;
  padding: 7px 15px;
  font-size: 3.04vw;
}

@media screen and (min-width: 420px) {
  .sea-title .right {
    font-size: 12px;
  }
}

.sort {
  background: #FE6870;
  padding: 20px 0;
  margin-bottom: 20px;
}

.sort .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  font-size: 3.04vw;
}

@media screen and (min-width: 420px) {
  .sort .row {
    font-size: 12px;
  }
}

.sort .row .dt {
  background: #FADBDA;
  padding: 7px;
  text-align: center;
  width: 105px;
}

.sort .row .dd {
  background: #fff;
  padding: 7px 20px;
  width: calc(100% - 105px);
}

.app-lists2 {
  margin-bottom: 20px;
}

.search-section2 {
  display: none;
}

.page-section {
  padding: 100px 0 0;
}

.page-section.lp{
  padding:0;
}

.main-title {
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 4.62vw;
}

@media screen and (min-width: 420px) {
  .main-title {
    font-size: 18px;
  }
}

.main {
  position: relative;
}

.common-heading {
  padding: 10px 0;
  text-align: center;
  background: #fff0f5;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  display:none;
}

.common-heading .logo {
  width: 120px;
  margin: 0 auto;
}

.page1 {
  margin-bottom: 30px;
}

.page1 .row {
  line-height: 1.5;
  font-size: 3.333vw;
}

.page1 .row:last-child .dd {
  border-bottom: 1px solid #000 !important;
}

@media screen and (min-width: 420px) {
  .page1 .row {
    font-size: 13px;
  }
}

.page1 .row .dt {
  text-align: center;
  padding: 10px;
  border: 1px solid #000;
}

.page1 .row .dd {
  padding: 10px;
  border: 1px solid #000;
  border-top: none;
}

.page1 .row .dd:nth-child(n + 2) {
  border-bottom: none;
}

.page2 {
  margin-bottom: 30px;
  line-height: 1.5;
}

.page2 .lead {
  font-size: 12px;
}

.page2 .title {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 14px;
  background: #eee;
  padding: 10px;
}

.page2 p {
  font-size: 12px;
}

.page3 {
  margin-bottom: 30px;
  line-height: 1.5;
}

.page3 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #FE68DD;
  font-size: 12px;
}

.page3 .dt {
  width: 100px;
  padding: 10px 0;
}

.page3 .dd {
  width: calc(100% - 100px);
  padding: 10px 0;
}

.page3 .box {
  background: #eee;
  padding: 15px;
  margin-top: 20px;
}

.page3 .box p {
  margin-bottom: 10px;
}

.column ul li {
  margin-bottom: 30px;
}

.column ul li a {
  color: #000;
  padding: 10px;
  border: 1px solid #EC486F;
  display: block;
}

.column ul li .img {
  padding-top: 55%;
  position: relative;
  margin-bottom: 10px;
}

.column ul li .img .category {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  background: #EC486F;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.column ul li .img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
    object-fit: cover;
}

.column ul li .title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.3;
}

.column ul li .contents {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.column ul li .time {
  font-size: 12px;
  text-align: right;
}

.nav-links {
  text-align: center;
}

.nav-links span {
  font-size: 18px;
  font-weight: bold;
  color: #EC486F;
  margin: 0 10px;
}

.nav-links a {
  font-size: 18px;
  margin: 0 10px;
  color: #000;
}

.side {
  margin-top: 60px;
  margin-bottom: 40px;
}

.side a {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  background: #EC486F;
  padding: 10px 10px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
}

.single-wrap {
  line-height: 1.5;
}

.single-wrap h2 {
  background: #FF76B0;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
}

.single-wrap h3 {
  margin-bottom: 10px;
  margin-top: 20px;
  border-bottom: 1px solid #FF76B0;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.single-wrap h4,
.single-wrap h5,
.single-wrap h6 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.single-wrap .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.single-wrap .time {
  text-align: right;
  font-size: 12px;
  margin-bottom: 10px;
}

.single-wrap .img {
  margin-bottom: 10px;
}

.single-wrap .category {
  background: #EC486F;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 10px;
  display: inline-block;
  margin-bottom: 20px;
}

.section-btn a {
  color: #EC486F;
  display: block;
  text-decoration: underline;
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
}

.common-heading {
  z-index: 100;
}

.page1 {
  font-size: 12px;
}

.page3 .box p {
  font-size: 14px;
}

.recommend ul li {
  width: 18.4%;
}

.recommend ul li .title {
  font-size: 10px;
  white-space: nowrap;
  color: #000;
  text-align: center;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  position: relative;
  margin-top: 3px;
}

.recommend ul li:nth-child(1) .title {
  left: -5%;
}

.recommend ul li:nth-child(2) .title {
  left: -3%;
}

.recommend ul {
  padding: 15px 10px;
}

.recommend .inner {
  padding: 0 10px;
}

.ranking-section ul li .heading-wrap .title a {
  color: #000;
}

.main {
  padding-bottom: 0;
}

.form-box .select-wrap,
.form-box input[type="submit"] {
  width: 32.7%;
}

.search-section .inner {
  padding: 0 5px;
}

.selected .select-wrap::after {
  opacity: 0;
}

.select-wrap option {
  white-space: normal;
}

.form-box .select-wrap::after {
  position: absolute;
  width: 7.5px;
  height: 6.09px;
  right: 4px;
}

.form-box select {
  text-align: center;
  font-size: 10px;
  color: #fff;
  padding: 13px 2px;
  border-radius: 5px;
  background: #FE6870;
  text-align: left;
  border: none;
}

form .shiny{
  padding:0 !important;
}

.accordion2 .box .dt a .wrap .img {
  border-radius: 5px;
  border: 1px solid #D9E2EC;
}

.accordion2 .box .dt a .wrap .img img {
  border-radius: 7px;
}

.ranking-section .message2 .bottom1 {
  line-height: 1.6;
}

.slick-next {
  right: -2px;
}

.slick-prev {
  left: 5px;
}

.app-btn {
  -webkit-animation: btn 2s infinite;
          animation: btn 2s infinite;
  display: block;
  position: relative;
  overflow: hidden;
}

.page3 .row {
  border-bottom: 1px solid #FE6870;
}

.top60 {
  margin-top: 60px;
}

.main-title {
  font-size: 30px;
}

.sub-title11 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}

.page2 .title {
  font-size: 20px;
  line-height: 1.3;
}

.page2 .title {
  margin-bottom: 30px;
}

.page2 .lead {
  font-size: 16px;
}

.add-sec p {
  font-size: 16px;
}

.popular ul li .right .btn-area .btn1 a {
  position: relative;
}

.popular ul li .right .btn-area .btn1 a::before {
  content: "R18";
  position: absolute;
  right: 2px;
  bottom: 3px;
  color: #fff;
  font-weight: 400;
  font-size: 10px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: .7;
}

@media screen and (max-width: 390px) {
  .popular ul li .right .btn-area .btn1 a::before {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    right: 0px;
  }
}

.app-btn a {
  position: relative;
}

.app-btn a::after {
  content: "R18";
  position: absolute;
  right: 7px;
  bottom: 5px;
  color: #fff;
  font-weight: 400;
  font-size: 10px;
  opacity: .7;
}

.app-btn a::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -40px;
  left: 0;
  z-index: 1;
  width: 8px;
  height: 100%;
  background-color: #fff;
  -webkit-animation: shiny__btn2 4s ease-in-out infinite;
  animation: shiny__btn 4s ease-in-out infinite;
}

.ranking-section .message2 .m-contents {
  margin-bottom: 0;
}

.slider {
  margin-bottom: 20px;
}

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

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

.slick-initialized .slick-slide {
  background: #FFE0E8;
}

.main-noBtn .popular ul li .left a {
  -webkit-transition: .3s;
  transition: .3s;
}

.main-noBtn .popular ul li .left a:hover {
  opacity: .6;
}

.main-noBtn .add-king {
  width: 70%;
  margin: 0 auto;
}

.main-noBtn .popular .main-title .wrap {
  line-height: 1.5;
  font-size: 24px;
}

@media screen and (max-width: 420px) {
  .main-noBtn .popular .main-title .wrap {
    font-size: 6vw;
  }
}

.main-noBtn .add-title {
  font-size: 16px;
  font-weight: bold;
  color: #FE6870;
  white-space: nowrap;
  padding: 5px 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 420px) {
  .main-noBtn .add-title {
    font-size: 3.779vw;
  }
}

.main-noBtn .add-title:hover {
  opacity: .6;
}

.main-noBtn .popular .main-title span {
  max-width: 33px;
  position: relative;
  top: -15px;
}

.main-noBtn .popular .main-title span:first-child {
  left: 8px;
}

.main-noBtn .popular ul li .right .row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-noBtn .popular ul li .right .btn-area .btn2 {
  display: none;
}

.main-noBtn .popular ul li .right .btn-area .btn1 {
  width: 100%;
}

.main-noBtn .popular .app-btn a {
  width: 100%;
}

.main-noBtn .evaluation .e-text {
  font-size: 13px;
  padding: 4px 6px;
}

@media screen and (max-width: 420px) {
  .main-noBtn .evaluation .e-text {
    font-size: 11px;
  }
}

.main-noBtn .evaluation .star-lists .star-item {
  width: 18.4px;
}

@media screen and (max-width: 767px) {
  .main-noBtn .evaluation .star-lists .star-item {
    width: 14px;
  }
}

.main-noBtn .popular ul li .right {
  width: 74%;
}

.main-noBtn .popular ul li .left .title {
  font-size: 13.8px;
}

.main-noBtn .evaluation .num {
  font-size: 13px;
}

@media screen and (max-width: 420px) {
  .main-noBtn .evaluation .num {
    font-size: 3.8vw;
  }
}

.main-noBtn .popular ul li .right .row2 {
  font-size: 14px;
}

.main-noBtn .popular ul li .right .row3 {
  font-size: 15px;
  line-height: 1.5 !important;
  margin-bottom: 10px;
}

.main-noBtn .inner {
  padding: 0 10px;
}

@media screen and (max-width: 390px) {
  .main-noBtn .popular ul li .left .title {
    font-size: 3.279vw;
  }
  .main-noBtn .evaluation .num {
    font-size: 4.3vw;
  }
  .main-noBtn .popular ul li .right .row2 {
    font-size: 3.6vw;
  }
  .main-noBtn .popular ul li .right .row3 {
    font-size: 3.8vw;
  }
}

.lp01_content a{
  transition: .3s;
  -webkit-transition: .3s;
}
.lp01_content a:hover{
  opacity: .7;
  transition: .3s;
  -webkit-transition: .3s;
}
.lp01_content{
  font-family: 'Noto Sans JP', sans-serif;
  color: #5C5451;
  font-weight: 500;
}
.lp01_content .page-section{
  /* padding-top: 58px; */
}
.lp01_content .inner{
  padding: 0;
}
.lp01_content .pink{
  font-weight: 700;
  color: #E2548F;
}
.lp01_content .lightblue{
  font-weight: 700;
  color: #12A9B2;
}
.lp01_content .red{
  font-weight: 700;
  color: #FF0000;
}

.lp01_content .fv{
  position: relative;
  padding: 22px 15px 22px;
}

.fv_caution{
  position: absolute;
  top:0;
  left:0;
}

.lp01_content .fv::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 17%;
  transform: translate(-8%, 0);
  width: 19.76744186%;
  height: 19.76744186%;
  background: url(../img/rank/rank_fv_01.png) no-repeat 50% 50% / contain;
}

.lp01_content .fv::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 17%;
  transform: translate(8%, 0);
  width: 19.76744186%;
  height: 19.76744186%;
  background: url(../img/rank/rank_fv_02.png) no-repeat 50% 50% / contain;
}

.lp01_content .fv.lp04::after,
.lp01_content .fv.lp04::before {
  display:none;
}

.fv_caution>p{
  font-size:5px;
  line-height:140%;
}

p.top_echo{
  font-weight: bold;
  font-size:14px;
  line-height:140%;
  display:flex;
  justify-content: center;
}

.top_echo::before,
.top_echo::after {
  background-color: #5c5451; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  content: "";
  height: 1.5px; /* 線の高さ */
  width: 20px; /* 線の長さ */
  margin-top: 10px;
}
.top_echo::before {
  transform: rotate(60deg); /* 傾ける */
}
.top_echo::after {
  transform: rotate(-60deg); /* 傾ける */
}

p.top_catch{
  color:#01868c;
  font-size:19px;
  line-height:140%;
  letter-spacing: 1.3px;
  position:relative;
}

.top_catch-small{
  font-size:16px;
}

.size{
  font-size:32px;
  position:relative;
}

.crown{
  position:absolute;
  top:-1px;
  right:3px;
  width:16px;
}

.lp01_content .fv h2{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 8px;
  font-size: 16px;
  font-weight: 700;
  color: #E2548F;
  line-height: 140%;
}
.lp01_content .fv h2::before{
  content: '';
  display: block;
  width: 118px;
  height: 1px;
  background: url(../img/rank/rank_fv_line.png) no-repeat 50% 50% / contain;
}
.lp01_content .fv h2::after{
  content: '';
  display: block;
  width: 118px;
  height: 1px;
  background: url(../img/rank/rank_fv_line.png) no-repeat 50% 50% / contain;
}
.lp01_content .fv h2 span{
  white-space: nowrap;
}
.lp01_content .fv h2 > span{
  position: relative;
}
.lp01_content .fv h2 > span::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(80%, -80%);
  display: block;
  width: 22.5px;
  height: 16px;
  background: url(../img/rank/rank_fv_pa.png) no-repeat 50% 50% / contain;
}

.lp01_content .fv .point {
  display: flex;
  align-items: center;
  /* position: relative; */
  margin: 0 auto 11px;
  padding: 11px 34px;
  width: 237px;
  background: #FFF9AA;
  border-radius: 100px;
  color: #5C5451;
  font-size: 13px;
  line-height: 140%;
  text-align: center;
  font-weight: 700;
  white-space: nowrap;
}

.lp01_content .fv.lp04 .point{
  display: block;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 7px 34px;
  width: 100%;
  background: #FFF9AA;
  border-radius: 100px;
  color: #5C5451;
  font-size: 13px;
  line-height: 140%;
  text-align: center;
  font-weight: 700;
  white-space: nowrap;
}

.lp01_content .fv .continue{
  display: block;
  width: 73%;
  max-width: 289px;
  object-fit: contain;
  margin: 0 auto 10px;
}

.lp01_content .fv .rank{
  display: flex;
  justify-content: center;
}
.lp01_content .fv .rank_item{
  width: calc((100% / 3) - (8px / 3) );
}
.lp01_content .fv .rank_item > img{
  display: block;
  object-fit: contain;
  width: 54px;
  margin: 20px auto 3px;
}
.lp01_content .fv .rank_item:first-of-type > img{
  width: 115.5px;
  margin-top: 0;
}
.lp01_content .fv .rank_item .echo{
  position: relative;
  /* min-height: 27px; */
  margin: 0 auto 10px;
  width: fit-content;
  font-size: 10px;
  line-height: 120%;
  font-weight: 700;
  color: #E2548F;
  text-align: center;
}
.lp01_content .echo::before{
  content: '';
  position: absolute;
  background: url(../img/rank/rank_echo_line.png) no-repeat 50% 50% / contain;
  width: 8px;
  height: 10px;
  top: 50%;
  left: -10px;
  transform: rotateX(180deg) translate(0, 50%);
}
.lp01_content .echo::after{
  content: '';
  position: absolute;
  background: url(../img/rank/rank_echo_line.png) no-repeat 50% 50% / contain;
  width: 8px;
  height: 10px;
  top: 50%;
  right: -10px;
  transform: translate(0, -50%);
}

.rank_item .rank_banner{
  padding:0 4px;
}

.lp01_content .hikaku > img{
  display: block;
  width: 306px;
  margin: 0 auto 25px;
}

.hikaku{
  position:relative;
}

.hikaku_table::before {
  content: '';
  position: absolute;
  top:0;
  left: 0;
  width: 31%; /* 四角の幅 */
  height: 99%; /* 四角の高さ */
  border: 4px solid #e2548f; /* 枠線の色と太さ */
  border-radius:4px;
  pointer-events: none; /* 枠線がクリックなどのイベントを受けないように */
}

.hikaku_table{
  display: flex;
  flex-direction: column;
  position:relative;
}

.hikaku_table_row{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 6px;
}

.hikaku .table_row_item:first-child{
  background:#fff3f5;
}

.hikaku_table .hikaku_table_row:first-of-type .table_row_item{
  border-radius:10px 10px 0 0;
}
.hikaku_table .hikaku_table_row:first-of-type .table_row_item p{
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
  text-align: center;
  min-height: 43px;
}
.hikaku_table .hikaku_table_row:first-of-type .table_row_item > img{
  display: block;
  width: 100%;
  max-width: 85px;
  margin: 0 auto;
  min-height: 53px;
  object-fit: contain;
}
.hikaku_table .hikaku_table_row:first-of-type .table_row_item:nth-of-type(2) > img{
  max-width: 54px;
}
.hikaku_table .hikaku_table_row:first-of-type .table_row_item:nth-of-type(3) > img{
  max-width: 54px;
}
.hikaku_table .hikaku_table_row:not(:first-of-type) .table_row_item{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0 16px;
  border-radius:0 0 10px 10px;
}
.hikaku_table .hikaku_table_row:not(:first-of-type) .table_row_item p{
  font-size: 10px;
  line-height: 140%;
  text-align: center;
}
.hikaku_table .hikaku_table_row:not(:first-of-type) .table_row_item > img{
  max-width: 30px;
  margin: 0 auto 3px;
}
.hikaku_table .hikaku_table_row:not(:first-of-type) .table_row_item .text{
  position: relative;
  font-size: 9px;
}
.hikaku_table .hikaku_table_row:not(:first-of-type) .table_row_item p{
  position: relative;
}
.hikaku_table .hikaku_table_row:not(:first-of-type) .table_row_item .notice{
  position: relative;
  font-size: 9px;
  color: #ff0000;
  font-weight: 700;
}
.hikaku_table .hikaku_table_row:not(:first-of-type) .table_row_item .caution{
  position: absolute;
  top: 0;
  right: -10px;
  font-size: 6px;
}

.table_row_item .space{
  padding-top:4px;
}

.hikaku_table .band{
  grid-column-start: 1;
  grid-column-end: 4;
  width: 100%;
  min-height: 20px;
  background: #A7A698;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 3%;
}

.hikaku_small{
  padding:8px 8px 27px 8px;
}

.hikaku_small>p{
  font-size:7.7px;
  font-weight:400;
  line-height:140%;
}

.diet{
  background: #FFF3F5;
  padding: 22px 15px 0;
}

.diet > h2{
  position: relative;
  text-align: center;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  color: #5C5451;
}
.diet > h2::before{
  content: '';
  position: absolute;
  top: 0;
  left: 23%;
  display: block;
  width: 49px;
  height: 4px;
  background: url(../img/rank/headline_dot.png) no-repeat 50% 50% / contain;
}

.diet > h3{
  position: relative;
  margin: 0 auto 50px;
  font-size: 20px;
  line-height: 140%;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  z-index: 1;
}
.diet > h3::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -90%);
  width: 91.5px;
  height: 49px;
  background: url(../img/rank/diet_koka.png) no-repeat 50% 50% / contain;
}
.diet > h3::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 341px;
  height: 53px;
  background: url(../img/rank/diet_band.png) no-repeat 50% 50% / contain;
  z-index: -1;
}

.diet .title{
  position: relative;
  width: fit-content;
  margin: 0 auto -11px;
  font-size: 16px;
  line-height: 140%;
  font-weight: 700;
  color: #5C5451;
  text-align: center;
  z-index: 1;
}
.diet .title::before{
  content: '';
  position: absolute;
  background: url(../img/rank/rank_line.png) no-repeat 50% 50% / contain;
  width: 14.5px;
  height: 21px;
  top: 50%;
  left: -20px;
  transform: rotateX(180deg) translate(0, 50%);
}
.diet .title::after{
  content: '';
  position: absolute;
  background: url(../img/rank/rank_line.png) no-repeat 50% 50% / contain;
  width: 14.5px;
  height: 21px;
  top: 50%;
  right: -20px;
  transform: translate(0, -50%);
}

.diet .box{
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  padding: 30px 12px;
  margin: 0 auto 36px;
}
.diet .box::after{
  content: '';
  position: absolute;
  background: url(../img/rank/diet_girl.png) no-repeat 50% 50% / contain;
  width: 64px;
  height: 89px;
  bottom: 0;
  left:80%;
  transform: translate(0, 0);
}

.diet .box > img{
  display: block;
  width: 207px;
  margin: 0 auto 8px;
}
.diet .box > p{
  font-size: 15px;
  line-height: calc(23 / 15);
  font-weight: 500;
}
/* .diet .box > p .pink{
  font-weight: 700;
  color: #E2548F;
} */

.card_area{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
}

p.card_small{
  margin-bottom: 37px;
  font-size:7px;
  text-align:right;
  font-weight:400;
}
.card{
  position: relative;
  width: calc(50% - 5px);
  background: #ffffff;
  padding: 28px 6px 10px;
}
.card img{
  display: block;
  width: 100%;
  max-width: 150px;
  margin: 0 auto 10px;
}
.card .point{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -16px);
  width: fit-content;
  white-space: nowrap;
  padding: 5px 20px;
  border-radius: 100px;
  background: #12A9B2;
  font-size: 14px;
  line-height: 140%;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
.card .status{
  width: fit-content;
  margin: 0 auto 8px;
  text-align: center;
  font-size: 16px;
  line-height: 140%;
  color: #12A9B2;
  font-weight: 700;
  border-bottom: 2px dashed #12A9B2;
}
.card .desc{
  text-align: left;
  font-size: 12px;
  line-height: 140%;
}

.card_area .card:nth-of-type(2) .point{
  background: #E2548F;
}
.card_area .card:nth-of-type(2) .status{
  color: #E2548F;
  border-color: #E2548F;
}

.diet .sesshu{
  position: relative;
  text-align: center;
  width: fit-content;
  margin: 0 auto 28px;
  color: #ffffff;
  font-size: 18px;
  line-height: 140%;
  font-weight: 700;
  z-index: 1;
}
.diet .sesshu::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 264px;
  height: 58px;
  background: url(../img/rank/sesshu_bg.png) no-repeat 50% 50% / contain;
  z-index: -1;
}

.diet .sesshu + p{
  margin-bottom: 10px;
  font-size: 11.5px;
  line-height: 140%;
  text-align: center;
}

.sesshu_table{
  margin: 0 auto 30px;
}
.riten{
  margin: 0 auto;
  padding-bottom: 40px;
}
.riten h3{
  width: 100%;
  padding: 11px 0 12px;
  background: #12A9B2;
  border-radius: 5px 5px 0 0;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
.riten .text_box{
  position: relative;
  border-radius: 0 0 5px 5px;
  border: 1px solid #12A9B2;
  padding: 18px 28px 75px;
  background: #ffffff;
}
.riten .text_box::before{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 68px;
  height: 89px;
  background: url(../img/rank/riten_girl.png) no-repeat 50% 50% / contain;
}
.riten .text_box .riten_list{
  position: relative;
  /* display: flex;
  align-items: center;
  gap: 2px; */
  /* white-space: nowrap; */
  padding-left: 23px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dashed #12A9B2;
  font-size: 15px;
  line-height: 1.4;
}
.riten .text_box .riten_list::before{
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  transform: translate(0, 0);
  background: url(../img/rank/riten_check.png) no-repeat 50% 50% / contain;
  width: 15px;
  height: 15px;
  display: block;
}

.riten .text_box .cloud{
  position: absolute;
  bottom: 3px;
  left: -2px;
  max-width: 301px;
  font-size: 11px;
  line-height: 140%;
  z-index: 1;
  width:80%;
}
.riten .text_box .cloud::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  display: block;
  width: 114%;
  height: 82px;
  background: url(../img/rank/riten_cloud.png) no-repeat 50% 50% / contain;
  z-index: -1;
}

.keiken{

}

.keiken .headline_area{
  /* min-height: 95px; */
  background: url(../img/rank/keiken_bg.png) no-repeat 50% 50% / contain;
}

.keiken .headline_area h2{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: auto auto 8px;
  min-height: 95px;
  font-size: 18px;
  line-height: 140%;
  font-weight: 700;
  text-align: center;
}

.keiken .top_area{
  overflow: hidden;
  position: relative;
  padding: 16px 15px 51px;
  background: #F8D8DD;
}
.keiken .top_area::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 11px;
  transform: translate(0, 25%);
  display: block;
  width: 61px;
  height: 123px;
  background: url(../img/rank/keiken_girl01.png) no-repeat 50% 50% / contain;
}

.keiken .top_area::after{
  content: '';
  position: absolute;
  bottom: 0;
  right: 11px;
  transform: translate(0, 30%);
  display: block;
  width: 69px;
  height: 123px;
  background: url(../img/rank/keiken_girl02.png) no-repeat 50% 50% / contain;
}

.keiken .top_area h3{
  margin: 0 auto 4px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.keiken .top_area > img{
  display: block;
  width: 100%;
  max-width: 210px;
  margin: 0 auto;
}

.keiken .rank_item{
  height:70px;
  width:auto;
  position:absolute;
  top:-3.5%;
  left:30%;
}

.keiken .rank02 .rank_item,
.keiken .rank03 .rank_item{
  top:1%;
  left:39%;
}


/* 検索エリアでも使用 */
.keiken .rank01{
  background: #F8D8DD;
  padding: 0 15px 21px;
  margin-bottom: 16px;
  position:relative;
}
.keiken .rank02{
  background: #F8D8DD;
  padding: 69px 15px 21px;
  margin-bottom: 16px;
  position:relative;
}
.keiken .rank03{
  background: #F8D8DD;
  padding: 69px 15px 21px;
  margin-bottom: 0;
  position:relative;
}

.clinic_box p>span{
  position:relative;
}

.clinic_box p>span>.caution{
  position:absolute;
  top:-12px;
  left:100px;
  font-size:6px;
  font-weight:400;
}

.keiken .clinic_box{
  background: #ffffff;
  padding: 25px 13px 11px;
  margin-bottom: 28px;
}
.keiken .clinic_box h4{
  font-size: 20px;
  text-align: center;
  width: fit-content;
  padding-bottom: 7px;
  border-bottom: 1px dashed #000000;
  margin: 0 auto 16px;
}

.keiken .clinic_box a:visited{
  color:#5c5451;
}

.keiken .clinic_box h4 + p{
  margin: 0 auto 17px;
  text-align: center;
  font-size: 18px;
  line-height: 140%;
}

.clinic_box-small>p{
  font-size:6.8px;
  font-weight:400;
  line-height:140%;
}

span.anno{
  font-size:7px;
  vertical-align: top;
}

.keiken .clinic_box > a > img{
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto 11px;
}

.sesshu_table,
.clinic_table{
  display: flex;
  flex-direction: column;
  border: 1px solid #E0E0E0;
  margin-bottom: 32px;
}


.clinic_table .clinic_table_row{
  display: flex;
  /* align-items: center; */
  border-bottom: 1px solid #E0E0E0;
}

.sesshu_table tr{
  display: flex;
}

.sesshu_table tr{
  background:#FFF;
}

.sesshu_table th,
.clinic_table .clinic_table_row .title{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36.1702127%; /* 136 / 376 */
  padding: 11px 19px;
  border-right: 1px solid #E0E0E0;
  background: #E2548F;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  white-space: nowrap;
}

.sesshu_table th{
  width:28%;
}

table.sesshu_table,
table.sesshu_table th,
table.sesshu_table td{
  border: 0.5px solid #E0E0E0 !important;
  border-collapse: collapse;
}

.sesshu_table td,
.clinic_table .clinic_table_row .desc{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% - 36.1702127%);
  padding: 11px 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}

.sesshu_table td{
  width:36%;
  padding:0;
  justify-content: center;
}

.sesshu_table tr:first-of-type td{
  display:block;
}

.td_header{
  display:flex;
  align-items: center;
  justify-content: center;
  padding: 5px 19px;
  background: #E2548F;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  white-space: nowrap;
}

.table_img{
  display:flex;
  align-items:center;
  height:71px;
}

.table_img img{
  width:auto;
  display:block;
  margin:5px auto;
}

.sesshu_table td,
.sesshu_table td p{
  font-weight:400;
  font-size:10px;
  line-height:140%;
  color:#5c5451;
  text-align:center;
}

.sesshu_table td p.td_small{
  font-size:7px;
}

.clinic_table .clinic_table_row:nth-last-of-type(3) .desc{
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.clinic_table .clinic_table_row .desc > span{
  position: relative;
}
.clinic_table .clinic_table_row .caution,
.clinic_table .clinic_table_row .caution_l,
.clinic_table .clinic_table_row .caution_r{
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, 0);
  font-size: 7px;
  line-height: 1;
}

.clinic_table .clinic_table_row .red{
  font-size: 12px;
  line-height: 120%;
}

.keiken .clinic_box .box{
  position: relative;
  border-radius: 5px;
  border: 1px solid #E2548F;
  padding: 33px 16px 6px;
}
.keiken .clinic_box .box h3{
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #ffffff;
  font-size: 17px;
  text-align: center;
  font-weight: 700;
  z-index: 1;
}

.keiken .clinic_box .box h3::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 210px;
  height: 32px;
  background: url(../img/rank/osusume_bg.png) no-repeat 50% 50% / contain;
  z-index: -1;
}
.keiken .clinic_box .box p{
  /* display: flex;
  align-items: baseline;
  gap: 8px; */
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-left: 23px;
  border-bottom: 1px dashed #5C5451;
  font-size: 16px;
  line-height: 140%;
}

.keiken .clinic_box .box p::before{
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  transform: translate(0, -50%);
  background: url(../img/rank/clinic_check.png) no-repeat 50% 50% / contain;
  width: 15px;
  height: 15px;
  display: block;
}

.keiken .swiper_01{
  width: calc(100% - 24);
  margin: 0 auto 17px;
}
.keiken .swiper_02{
  width: calc(100% - 24);
  margin: 0 auto 17px;
}
.keiken .swiper_03{
  width: calc(100% - 24);
  margin: 0 auto 17px;
}

.swiper-button-prev::after, .swiper-button-next::after {
  color: rgba(0,0,0,0); /* 矢印の色（白） */
  width: 50px; /* 矢印の幅 */
  height: 50px; /* 矢印の高さ */
  background-size: 50%; /* 矢印の背景画像のサイズ調整 */
  font-size:24px !important;
}

.swiper-button-prev{
  left:5px !important;
  margin-top:10px !important;
}

.swiper-button-next{
  right:3px !important;
  margin-top:10px !important;
}


.keiken .echo{
  position: relative;
  margin: 0 auto 4px;
  width: fit-content;
  text-align: center;
  font-size: 16px;
  line-height: 140%;
  color: #ff0000;
  font-weight: 700;
}

.keiken .echo::before{
  content: '';
  position: absolute;
  left: -16px;
  bottom: 0;
  transform: rotateX(180deg) translate(0, 0);
  display: block;
  width: 10px;
  height: 30px;
  background: url(../img/rank/clinic_line.png) no-repeat 50% 50% / contain;
}

.keiken .echo::after{
  content: '';
  position: absolute;
  right: -16px;
  bottom: 0;
  transform: translate(0, 0);
  display: block;
  width: 10px;
  height: 30px;
  background: url(../img/rank/clinic_line.png) no-repeat 50% 50% / contain;
}

.best_area{
  padding: 16px 0 28px;
  background: #FFF3F5;
}
.best{
  position: relative;
  background: url(../img/rank/best_bg.png) no-repeat 50% 50% / contain;
  min-height: 115px;
  width: 100%;
}

.best::before{
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  width: 135px;
  height: 36px;
  background: url(../img/rank/best.png) no-repeat 50% 50% / contain;
}
.best h2{
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  min-height: 135px;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
}

.best_area .img_wrapper{
  width: 100%;
  max-width: 300px;
  padding: 10px;
  background: #ffffff;
  margin: 0 auto 28px;
}
.best_area .img_wrapper img{
  display: block;
  width: 100%;
  max-width: 280px;
}
.best_area .echo{
  position: relative;
  margin: 0 auto 4px;
  width: fit-content;
  text-align: center;
  font-size: 16px;
  line-height: 140%;
  color: #ff0000;
  font-weight: 700;
}

.best_area .echo::before{
  content: '';
  position: absolute;
  left: -16px;
  bottom: 0;
  transform: rotateX(180deg) translate(0, 0);
  display: block;
  width: 10px;
  height: 30px;
  background: url(../img/rank/clinic_line.png) no-repeat 50% 50% / contain;
}

.best_area .echo::after{
  content: '';
  position: absolute;
  right: -16px;
  bottom: 0;
  transform: translate(0, 0);
  display: block;
  width: 10px;
  height: 30px;
  background: url(../img/rank/clinic_line.png) no-repeat 50% 50% / contain;
}
.best_area .echo + a{
  display: block;
  margin: 0 auto 28px;
  width: calc(100% - 30px);
}

.best_area .box{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 21px 16px;
  padding: 0 15px 20px  ;
}
.best_area .box_item{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(50% - 8px);
  min-height: 150px;
  background: #F8D8DD;
  text-align: center;
}
.best_area .box_item .point{
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #ffffff;
  padding: 3px 11px 2px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.best_area .box_item img{
  display: block;
  width: 100%;
  max-width: 122px;
}
.best_area .box_item:nth-of-type(2) img{
  max-width: 116px;
}
.best_area .box_item:nth-of-type(3) img{
  max-width: 99px;
}
.best_area .box_item:nth-of-type(4) img{
  max-width: 86px;
}
.best_area .box_item .desc{
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
}
.best_area .notice_area{
  background: #ffffff;
  padding: 20px 10px;
  margin-bottom: 50px;
}
.best_area .notice_area p{
  font-size: 14px;
  line-height: 150%;
}



.search-area {
  /* background-color: #f8e5ef; */
  background-color: #fff;
  background-image: radial-gradient(#e4b2c4 10%, transparent 11%), radial-gradient(#e4b2c4 10%, transparent 11%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  padding: 20px;
}
.search-area img{
  display: block;
  margin: 0 auto 8px;
}

.search-area label {
  /* display: block; */
  display: flex;
  gap: 3px;
  margin-bottom: 3px;
}
.search-area label span{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background: #E2548F;
  border-radius: 5px;
  width: 100%;
  max-width: 100px;
  min-height: 32px;
  font-size: 12px;
  font-weight: 700;
}
.search-area .select_wrapper{
  position: relative;
  width: 100%;
}
.search-area .select_wrapper::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translate(0, -50%);
  display: block;
  width: 9px;
  height: 4px;
  background: url(../img/rank/under_arrow.png) no-repeat 50% 50% / contain;
}
.search-area select {
  width: 100%;
  padding: 10px;
  /* margin-top: 5px; */
  border: 1px solid #5C5451;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
}
/* .search-area select::after{
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translate(0, -50%);
  display: block;
  width: 9px;
  height: 4px;
  background: url(../img/rank/under_arrow.png) no-repeat 50% 50% / contain;
} */

.search-area button {
  display: block;
  margin: 20px auto 0;
  max-width: 200px;
  /* background-color: #28a745;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px; */
  cursor: pointer;
}

.search-area button img{
  display: block;
  width: 100%;
  margin: 0 auto;
}

.search-area button:hover {
  /* background-color: #218838; */
}

.lp01_content .shiny{
  animation-name: shiny;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  padding:0 4px 0 6px;
}

/* 検索エリアでも使用 */
#results .rank01{
  background: #F8D8DD;
  padding: 17px 15px 21px;
  margin-bottom: 16px;
}
#results .rank02{
  background: #F8D8DD;
  padding: 17px 15px 21px;
  margin-bottom: 16px;
}
#results .rank03{
  background: #F8D8DD;
  padding: 17px 15px 21px;
  margin-bottom: 0;
}

#results .clinic_box{
  background: #ffffff;
  padding: 30px 13px 24px;
  margin-bottom: 28px;
}
#results .clinic_box h4{
  font-size: 20px;
  text-align: center;
  width: fit-content;
  padding-bottom: 7px;
  border-bottom: 1px dashed #000000;
  margin: 0 auto 16px;
}

#results .clinic_box h4 + p{
  margin: 0 auto 17px;
  text-align: center;
  font-size: 18px;
  line-height: 140%;
}

#results .clinic_box > img{
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto 11px;
}

#results .clinic_box .box{
  position: relative;
  border-radius: 5px;
  border: 1px solid #E2548F;
  padding: 33px 16px 6px;
}
#results .clinic_box .box h3{
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  z-index: 1;
}

#results .clinic_box .box h3::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 210px;
  height: 32px;
  background: url(../img/rank/osusume_bg.png) no-repeat 50% 50% / contain;
  z-index: -1;
}
#results .clinic_box .box p{
  /* display: flex;
  align-items: baseline;
  gap: 8px; */
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-left: 23px;
  border-bottom: 1px dashed #5C5451;
  font-size: 16px;
  line-height: 140%;
}

#results .clinic_box .box p::before{
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  transform: translate(0, -50%);
  background: url(../img/rank/clinic_check.png) no-repeat 50% 50% / contain;
  width: 15px;
  height: 15px;
  display: block;
}

#results .swiper_01{
  width: calc(100% - 24);
  margin: 0 auto 17px;
}
#results .swiper_02{
  width: calc(100% - 24);
  margin: 0 auto 17px;
}
#results .swiper_03{
  width: calc(100% - 24);
  margin: 0 auto 17px;
}

#results .echo{
  position: relative;
  margin: 0 auto 4px;
  width: fit-content;
  text-align: center;
  font-size: 16px;
  line-height: 140%;
  color: #ff0000;
  font-weight: 700;
}

#results .echo::before{
  content: '';
  position: absolute;
  left: -16px;
  bottom: 0;
  transform: rotateX(180deg) translate(0, 0);
  display: block;
  width: 10px;
  height: 30px;
  background: url(../img/rank/clinic_line.png) no-repeat 50% 50% / contain;
}

#results .echo::after{
  content: '';
  position: absolute;
  right: -16px;
  bottom: 0;
  transform: translate(0, 0);
  display: block;
  width: 10px;
  height: 30px;
  background: url(../img/rank/clinic_line.png) no-repeat 50% 50% / contain;
}
#fixed_banner .banner_box{
  position:relative;
  width: 100%;
  padding: 10px;
  /* background-color: rgb(255, 243, 245); */
  margin: 0 auto;
  background:url(../img/rank/banner.png);
  background-size: contain;
  background-repeat:no-repeat;
  background-position:center;
}

.fixed_banner-content{
  position:relative;
}

#fixed_banner .banner_box img.model{
  display: block;
  position:absolute;
  bottom:11px;
  right:-11px;
  width:150px;

}

.banner_box > a{
  display: block;
  width:80%;
  margin:0 auto;
}

#fixed_banner .banner_box > a{
  margin:30px 30px 0 0;
}

.page_top {
  position: absolute;
  bottom: 120px;
  right: 20px;
  z-index: 10;
  width: 40px;
  height: 40px;
  background: rgba(237, 79, 109, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s;
}

.page_top::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -3px;
  margin-right: -5px;
}


.search_page{
  max-width:420px;
  margin:0 auto;
}

.search_page>p{
  color:#FF0000;
  font-size:21px;
  background:#f5f5f5;
  padding:10px;
}

.search_page>p>span{
  font-size:31px;
}

.btn-color{
  border-bottom:0.2px solid #82c682;
  border-radius:8px;
}
