@charset "UTF-8";
.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/bg.webp);
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
}

/* 共通 */
body {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 500px;
  color: #333;
  margin: 0 auto;
}

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

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.m0auto {
  margin: 0 auto;
}

.tac {
  text-align: center;
}

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

.container {
  width: 92%;
  margin: 0 auto;
}

.fsz_xs {
  font-size: min(2.4vw, 12px);
}

.fsz_s {
  font-size: min(3.2vw, 16px);
}

.fsz_m {
  font-size: min(4vw, 20px);
}

.fsz_l {
  font-size: min(4.8vw, 24px);
  font-weight: bold;
}

.fsz_xl {
  font-size: min(5.6vw, 28px);
  font-weight: bold;
}

.fw_m {
  font-weight: 500;
}

.fw_b {
  font-weight: 900;
}

.under_y {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6));
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.c_red {
  color: #ff6464;
}

.c_gray {
  color: #888;
}

.c_pink {
  color: #fa5eb2;
}

.c_blue {
  color: #4187fb;
}

.c_lightblue {
  color: #77b5fc;
}

.star5_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC; /* グレーカラー 自由に設定化 */
}

.star5_rating:before, .star5_rating:after {
  content: "★★★★★";
}

.star5_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #dbea2d; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after {
  width: 100%;
} /* 星5 */
.star5_rating[data-rate="4.5"]:after {
  width: 90%;
} /* 星4.5 */
/* 離脱防止 */
.emergency-area {
  display: none;
  max-width: 400px;
  width: 90%;
  height: auto;
  background: #fff;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.e-title {
  width: 100%;
  background: rgb(2, 0, 36);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f77062), to(#fe5196));
  background-image: linear-gradient(to top, #f77062 0%, #fe5196 100%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: min(2.667vw, 20px);
  color: #fff;
  font-weight: bold;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: min(1.067vw, 8px) 0;
}

.e-message {
  margin-left: min(1.067vw, 8px);
}

.e-emergency-icon {
  width: min(4vw, 30px);
}

.e-chat-icon {
  width: min(2.667vw, 20px);
}

.e-main-area {
  margin-top: min(2.667vw, 20px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: min(3.2vw, 24px) 0;
}

.e-img {
  width: 60%;
}

.e-name {
  position: relative;
  font-size: min(2.667vw, 20px);
  font-weight: bold;
  padding-bottom: min(1.067vw, 8px);
  margin-bottom: min(1.6vw, 12px);
}

.e-name:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: min(0.533vw, 4px);
  content: "";
  background-image: repeating-linear-gradient(-45deg, #FD6585, #FD6585 1px, transparent 2px, transparent 5px);
  background-size: min(0.933vw, 7px) min(0.933vw, 7px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.e-profile {
  padding: 0 0px 0 min(1.067vw, 8px);
  width: 35%;
}

.e-prof-wrapper {
  font-size: min(1.6vw, 12px);
  margin-bottom: min(1.6vw, 12px);
  padding-bottom: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.e-tag {
  position: relative;
  font-size: min(1.6vw, 12px);
  display: inline-block;
  padding: min(0.533vw, 4px) min(1.067vw, 8px) min(0.533vw, 4px) min(2.133vw, 16px);
  color: #fff;
  border-radius: 100vh;
  background-image: linear-gradient(135deg, #FFD3A5 10%, #FD6585 100%);
  margin-right: min(1.067vw, 8px);
}

.e-tag:before {
  position: absolute;
  top: calc(50% - 0.533vw);
  left: min(0.533vw, 4px);
  width: min(0.933vw, 7px);
  height: min(0.933vw, 7px);
  content: "";
  border-radius: 50%;
  background: #fff;
}

.e-prof-wrapper:last-of-type {
  margin-bottom: 0px;
}

.fa-comment {
  font-size: min(4.267vw, 32px);
  color: #fff;
  margin-right: min(1.067vw, 8px);
}

.e-comment {
  margin-bottom: min(1.067vw, 8px);
}

.e-main-comment {
  line-height: 1.2;
}

.e-button-wrapper {
  display: block;
  width: 90%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f77062), to(#fe5196));
  background-image: linear-gradient(to top, #f77062 0%, #fe5196 100%);
  margin: 0 auto;
  margin-bottom: min(3.2vw, 24px);
  border-radius: min(1.333vw, 10px);
  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;
  padding: min(2.133vw, 16px) 0;
}

.e-button-message {
  padding-left: min(0.533vw, 4px);
}

.e-button-message {
  color: #fff;
  font-weight: bold;
  font-size: min(2.667vw, 20px);
}

.pop-anime {
  -webkit-animation: anime 2.4s ease-out infinite;
  animation: anime 2.4s ease-out infinite;
  opacity: 1;
}

@-webkit-keyframes pop-anime {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes pop-anime {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.close-btn {
  position: absolute;
  cursor: pointer;
  top: -20%;
  right: 0;
  width: 10%;
}

/* 背景色 */
.cover-eml {
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.pop-anime {
  -webkit-animation: anime 2.4s ease-out infinite;
          animation: anime 2.4s ease-out infinite;
  opacity: 1;
}

@keyframes pop-anime {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.close-btn {
  position: absolute;
  cursor: pointer;
  top: -20%;
  right: 0;
  width: 10%;
}

.intro,
.app-slider-box,
.app-box {
  background: #fff;
}

header {
  background: #0e115d;
  padding: min(3.6vw, 18px) 0;
  text-align: center;
}
header img {
  width: 60%;
}

.fv {
  height: min(96vw, 480px);
  background-image: url(../img/fv_bg.webp);
  overflow: hidden;
  background-size: cover;
}

.fv-emp {
  position: relative;
  height: min(96vw, 480px);
  background-image: url(../img/fv_layer.webp);
  background-size: cover;
}

.cover-bg {
  height: min(96vw, 480px);
  background: #000;
  opacity: 0.7;
}

.fv-cnt {
  width: min(72vw, 340px);
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-bottom: 95%;
}

.intro {
  padding: min(3.6vw, 20px) 0;
  margin-bottom: min(2.4vw, 12px);
}

.intro-cnt {
  line-height: 1.8;
}

.danger:before, .danger:after {
  display: inline-block;
  content: "";
  width: min(3.6vw, 18px);
  height: min(3.6vw, 18px);
  background-image: url(../img/danger.webp);
  background-size: contain;
}

.chevron_wrapper {
  position: relative;
  width: min(4.8vw, 24px);
  height: min(8vw, 40px);
  margin: min(1.6vw, 8px) auto;
}

.chevron {
  position: absolute;
  width: min(5.6vw, 28px);
  height: min(1.6vw, 8px);
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
  -webkit-animation: move 3s ease-out infinite;
          animation: move 3s ease-out infinite;
}

.chevron:first-child {
  -webkit-animation: move 3s ease-out 1s infinite;
          animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  -webkit-animation: move 3s ease-out 2s infinite;
          animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: rgb(10, 10, 10);
}

.chevron:before {
  left: 0;
  -webkit-transform: skew(0deg, 30deg);
          transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  -webkit-transform: skew(0deg, -30deg);
          transform: skew(0deg, -30deg);
}

@-webkit-keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(min(4vw, 20px));
            transform: translateY(min(4vw, 20px));
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(35px) scale3d(0.5, 0.5, 0.5);
            transform: translateY(35px) scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(min(4vw, 20px));
            transform: translateY(min(4vw, 20px));
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(35px) scale3d(0.5, 0.5, 0.5);
            transform: translateY(35px) scale3d(0.5, 0.5, 0.5);
  }
}
.swiper-slide {
  padding: min(3.2vw, 16px) 0;
  border-radius: min(2vw, 10px);
  margin-bottom: min(4.8vw, 24px);
  text-align: center;
}
.swiper-slide img {
  width: 250px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid #fff;
  -o-border-image: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
     border-image: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  border-image-slice: 1;
}

.slide-item_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.slide-item_left {
  width: 25%;
}

.slide-item_right {
  width: 75%;
  margin-left: 3%;
}

.ticket-announce {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 1.5%;
}
.ticket-announce::after {
  content: "／";
}
.ticket-announce::before {
  content: "＼";
}

.star5_rating {
  width: 100%;
  margin: 6% 0;
}

.slide-tag {
  padding: 1%;
  border: 1px solid #333;
  border-radius: min(1vw, 5px);
  margin-right: min(1.6vw, 8px);
}

.slide-btn {
  margin-top: min(3.2vw, 16px);
  text-align: center;
  background: #00B900;
  color: #fff;
  border-radius: min(2vw, 10px);
  padding: min(2.4vw, 12px) 0;
  font-weight: bold;
}

.app-box {
  padding-bottom: min(2vw, 10px);
  margin-bottom: min(10vw, 50px);
}

.app-title {
  position: relative;
  color: #fff;
  font-size: min(6vw, 28px);
  background: #0e115d;
  padding: min(2.8vw, 16px) 0;
  padding-left: 18%;
}

.app-title span {
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 5%;
  margin: 0;
  padding: 12px 0;
  z-index: 2;
  width: 40px;
  text-align: center;
  font-size: 12px;
  color: white;
  background: #a76544;
}

.app-title span:before {
  position: absolute;
  content: "";
  top: 0;
  right: -5px;
  border: none;
  border-bottom: solid 6px #76472f;
  border-right: solid 5px transparent;
}

.app-title span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid #a76544;
}

span.gold {
  background: #d3ad34;
}

span.gold:before {
  border-bottom: solid 6px #a98c2a;
}

span.gold:after {
  border-top: 10px solid #d3ad34;
}

span.silver {
  background: #b1b7c1;
}

span.silver:before {
  border-bottom: solid 6px #858b93;
}

span.silver:after {
  border-top: 10px solid #b1b7c1;
}

.app-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3% 0;
  margin-left: 3%;
}
.app-tag div {
  border: 1px solid #333;
  padding: min(0.4vw, 2px) min(1.2vw, 6px);
  margin-right: 2%;
  border-radius: min(1vw, 5px);
}

.app-detail_box {
  border-bottom: 1px solid #dfdfdf;
}


.app_detail {
  position: relative;
  padding: min(1.6vw, 8px) 0 min(3.2vw, 16px);
}
.app_detail .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.app-budge {
  position: absolute;
  width: min(25vw, 130px);
  right: 4%;
  bottom: min(2vw, 10px);
}

.swing {
  -webkit-animation-name: anim_s;
          animation-name: anim_s;
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes anim_s {
  50% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
}

@keyframes anim_s {
  50% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
}
.item-detail {
  margin-left: min(4vw, 20px);
}

.item-icon {
  width: 14%;
}

.install-btn {
  color: #fff;
  display: inline-block;
  background: #00B900;
  padding: min(2.4vw, 12px) min(5.6vw, 28px);
  border-radius: min(2vw, 10px);
  -webkit-box-shadow: 0px 2px 0px 0px #019001;
          box-shadow: 0px 2px 0px 0px #019001;
}

.heart {
  -webkit-animation: anime1 0.5s ease 0s infinite alternate;
          animation: anime1 0.5s ease 0s infinite alternate;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes anime1 {
  from {
    -webkit-transform: scale(0.95, 0.95);
            transform: scale(0.95, 0.95);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes anime1 {
  from {
    -webkit-transform: scale(0.95, 0.95);
            transform: scale(0.95, 0.95);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.app-intro {
  font-size: min(4vw, 20px);
  line-height: 1.8;
  padding: min(2.4vw, 16px) 0;
}

.recommend_wrapper {
  width: 92%;
  margin: min(4vw, 20px) auto;
}

.item-title {
  font-size: 14px;
  font-weight: bold;
  border-left: min(1.6vw, 8px) solid #ff247c;
  padding-left: 1%;
  white-space: nowrap;
}

.recommend_heading {
  display: block;
  margin-bottom: -3px;
  background: #0e115d;
  color: #fff;
  border-radius: min(3vw, 15px) min(3vw, 15px) 0 0;
  font-size: min(4.267vw, 32px);
  font-weight: bold;
  padding: min(3vw, 24px) min(4.267vw, 32px);
}
.recommend_heading i {
  font-size: min(5vw, 32px);
}

.recommend_list {
  border: 3px solid #0e115d;
  margin-bottom: min(4.8vw, 24px);
  border-radius: 0 0 min(3vw, 15px) min(3vw, 15px);
  padding-bottom: min(4.8vw, 24px);
  background: 0 0/min(4vw, 20px) min(4vw, 20px) conic-gradient(from 90deg at 1px 1px, transparent 90deg, #d8feff 90deg);
}

.recommend_point {
  padding: min(3.2vw, 16px) min(3.2vw, 16px) 0 min(3.2vw, 16px);
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recommend_point i {
  color: #0e115d;
  margin-right: min(3.2vw, 16px);
  padding-top: min(1.067vw, 8px);
}

.item-btn {
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  background: #00B900;
  padding: min(4vw, 20px) 0;
  color: #fff;
  border-radius: min(3vw, 15px);
  -webkit-box-shadow: 0px 5px 0px 0px #008f00;
          box-shadow: 0px 5px 0px 0px #008f00;
  margin-bottom: min(8vw, 40px);
  position: relative;
  overflow: hidden;
}
.item-btn::after {
  display: inline-block;
  content: "";
  width: min(4vw, 20px);
  height: min(4vw, 20px);
  background-image: url(../img/btn_icon.webp);
  background-size: contain;
}

.item-btn-cc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  padding-bottom: 1px;
}

.item-btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-animation: kiran 2s ease-in-out infinite;
          animation: kiran 2s ease-in-out infinite;
}

@-webkit-keyframes kiran {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes kiran {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
footer {
  text-align: center;
  color: #fff;
  background: #0e115d;
  padding: 8px;
  vertical-align: top;
}

.target__img{
  text-align: center;
  padding-top: 5%;
  margin-bottom: 2%;
}

.target__img img{
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.target__detail{
  position: relative;
  display: inline-block;
  color: #e25151;
  padding: 0 2%;
  font-weight: bold;
  font-size: 14px;
}

.target__detail:before{
  position: absolute;
  left: -10px;
  bottom: 0;
  content: '＼';
}

.target__detail:after{
  position: absolute;
  right: -10px;
  font-weight: bold;
  bottom: 0;
  content: '／';
}

.result__title{
  font-weight: bold;
  padding-bottom: 1%;
  font-size: 18px;
}

.target__detail span{
  font-size: 20px;
}