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

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 {
  padding: 20px 0;
}

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

.popular .main-title .wrap {
  display: inline-block;
  color: black;
  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 {
  border: 1px solid #F86770;
  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: 3.8vw;
  line-height: 1.4;
  margin-bottom: 15px;
}

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

.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: 5px;
  height: 100%;
  background-color: #fff;
  -webkit-animation: shiny__btn 4s ease-in-out infinite;
  animation: shiny__btn 4s 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;
}

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

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

.page1 {
  margin-bottom: 30px;
}

.page1 .row {
  line-height: 1.5;
  font-size: .page1 .row 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;
}

.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: 8px;
  -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;
}

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

@media screen and (max-width: 420px) {
  .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;
}

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

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

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

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

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

  .popular ul li .right .row2 {
    font-size: 3.6vw;
  }

  .main-noBtn .popular ul li .right .row3 {
    font-size: 3.8vw;
  }
}

.add-section {
  padding: 25px 0;
}

.add-section h3 {
  color: #FE6870;
  font-weight: 600;
  font-size: 18px;
  border-left: 5px solid #FE6870;
  padding: 3px 0 3px 7px;
  margin-bottom: 10px;
}

.last-add-section {
  padding-bottom: 50px;
}

.add-section1 {
  line-height: 1.7;
  font-size: 14.5px;
}

.kadomaru-box {
  padding: 1em 1.5em;
  background: #e9ebe8;
  border-radius: 7px;
  font-size: 13.5px;
  line-height: 1.7;
}

.kadomaru-box a {
  color: #FE6870;
  text-decoration: underline;
  -webkit-transition: .3s;
  transition: .3s;
}

.kadomaru-box a:hover {
  opacity: .6;
}

.span-add0406 {
  display: inline-block;
  width: 1.3vw;
  margin-left: 3px;
  position: relative;
  top: -0.3vw;
}

@media screen and (min-width: 420px) {
  .span-add0406 {
    display: inline-block;
    width: 5px;
    margin-left: 3px;
    position: relative;
    top: -1px;
  }

}

.king0406 {
  width: 70%;
  margin: 0 auto;
}

.accordion-a {}

.accordion-a {
  padding: 20px 0 20px;
}

.accordion-a .ac_header {
  background: #F86770;
  color: #fff;
  border: none !important;
  padding: 14px 15px;
  border-radius: 0;
  font-weight: 500;
}

.accordion-a .ac_header .i_box::before {
  display: none !important;
}
.accordion-a .ac_header .i_box::after {
  display: none !important;
}
.accordion-a .ac_header.open .i_box {
  transform: rotate(180deg);
  transition: .3s;
}
.accordion-a .ac_header .i_box {
  
  transition: .3s;
}

.accordion-a .ac_inner{
  padding: 25px 10px;
  background: #FFE0E8;
  border:1px solid #F86770;
}
.title20240426 {
  font-size: 15px;
  font-weight: bold;
  text-align: center; 
  line-height: 1.3;
  margin-bottom: 10px;
  text-align: center;
  
}
.title20240426 .wrap {
    display: inline-block;
    position: relative;
}
.title20240426 .wrap::before {
   position: absolute;
   content: "";
   bottom: 0%;
   /* transform: translateY(-50%); */
   left: -13px;
   width: 2px;
   height: 40px;
   transform: rotate(-20deg);
   background: #000;
  
}
.title20240426 .wrap::after {
   position: absolute;
   content: "";
   bottom: 0%;
   /* transform: translateY(-50%); */
   right: -13px;
   width: 2px;
   height: 40px;
   transform: rotate(20deg);
   background: #000;
  
}
.accordion-a .i_box{
  width: 25px;
  height: 25px;
  /* position: relative; */
  top: 48%;
}
.accordion-a {

}
.accordion-a {

}
.row20240426 {
  margin-bottom: 20px;
}
.row20240426 .h3 {
  display: flex;
  margin-bottom: 8px;
  align-items: center;
}
.row20240426 .icon {
  width: 24px;
  min-width: 24px;
  margin-right: 5px;
}
.row20240426 .title-text {
  font-size: 14px;
  font-weight: bold;
  color: #F86770;
  line-height: 1.3;
}
.contents20240426 {
  font-size: 13px;
  line-height: 1.7;
  padding-left: 29px;
}

.accordion-a .ac_header {
  border-radius: 5px;
}

.accordion-a {
  padding-bottom: 0;
}

.redirect-container {
  max-width: 420px;
  margin: 100px auto;
  padding: 40px 20px;
  text-align: center;
  background-color: #fff;

  h3{
    background-color: #28C1FE;
    color:#FFF;
    padding:12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    border-radius:5px;
    margin-bottom: 31px;
  }

  h2{
    font-weight: 700;
    font-size: 31px;
    margin-right: 10px;
  }

  div{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }

  p{
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
  }
}

.loading-rotate{
  animation: spin 5s linear infinite;
  width:34px;
}

@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

