@charset "UTF-8";
/* 共通 */
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;
  background: 0 0/min(4vw, 20px) min(4vw, 20px) conic-gradient(from 90deg at 1px 1px, transparent 90deg, #f0f0f0 90deg);
}

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;
  border: 1px solid #dfdfdf;
}

header {
  width: 50%;
  margin: 0 auto;
  padding: min(3.6vw, 18px) 0;
}

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

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

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

.fv-cnt {
  width: min(84vw, 420px);
  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.2vw, 16px) 0;
  margin: min(2.4vw, 12px) 0;
}

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

.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;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: min(2vw, 10px);
  margin-bottom: min(4.7vw, 24px);
}

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

.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: #ef6f6c;
  color: #fff;
  border-radius: min(2vw, 10px);
  padding: min(2.4vw, 12px) 0;
  font-weight: bold;
}

.app-box {
  margin-bottom: min(6vw, 30px);
}

.app-title {
  color: #fff;
  font-size: min(6vw, 28px);
  background: #333;
  padding: min(4.8vw, 24px) 0;
}

.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: #4fbbbd;
  padding: min(2.4vw, 12px) min(5.6vw, 28px);
  border-radius: min(2vw, 10px);
  -webkit-box-shadow: 0px 2px 0px 0px #358082;
          box-shadow: 0px 2px 0px 0px #358082;
}

.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.5;
  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: #444;
  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 #444;
  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: #444;
  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: #4fbbbd;
  padding: min(4vw, 20px) 0;
  color: #fff;
  border-radius: min(3vw, 15px);
  -webkit-box-shadow: 0px 5px 0px 0px #358082;
          box-shadow: 0px 5px 0px 0px #358082;
  margin-bottom: min(8vw, 40px);
  position: relative;
  overflow: hidden;
}

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

/* 01 */

.slide-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.video-slide {
  width: 50%;
  position: relative;
  /* border-radius: min(2.667vw, 20px); */
  -webkit-filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.1));
}

.swiper-slide>img{
  border-radius: min(2.667vw, 20px);
}

.slider-tag {
  position: absolute;
  top: min(2.667vw, 20px);
  left: 3%;
  background: #ff6464;
  opacity: 0.8;
  color: #fff;
  padding: min(1.067vw, 8px) min(1.6vw, 12px);
  border-radius: min(1.333vw, 10px);
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
}

.slider-icon {
  position: absolute;
  right: 3%;
  top: 15%;
  text-align: center;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  font-size: min(3.2vw, 24px);
}
.slider-icon img {
  width: min(3.2vw, 24px);
}

.heart-icon{
  color: #fb3462;
}

.comment {
  color: #6dbcff;
  padding: min(3.2vw, 24px) 0;
}

.share {
  color: #6effaf;
}

.slide-title {
    text-align: center;
  border:1px solid #eaeaea;
  padding: min(4vw, 36px) min(1.6vw, 12px) ;
  border-top: none;
}

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

/* 02 */

.reserve-box {
  display: inline-block;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.reserve-box .box-title {
  font-weight: 500;
  padding-bottom:min(1.6vw, 12px) ;
}

.tag-box_slider{
  margin: min(2vw, 15px) 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}


.sub-title {
  font-weight: 500;
  font-size: min(4.267vw, 32px);
  padding-bottom: min(2.667vw, 20px) ;
  width: 100%;
}
.sub-title img {
  margin-left: min(2.667vw, 20px);
  width: min(2.667vw, 20px);
  height: min(4vw, 30px);
}
.sub-title:after {
  left: 3px;
  width: min(2.133vw, 16px);
  height: min(2.133vw, 16px);
  border-top: min(0.533vw, 4px) solid #fa5eb2;
  border-right: min(0.533vw, 4px) solid #fa5eb2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.box-detail{
justify-content: center;
  padding: min(3.2vw,24px) 0;  
  background: #fdfdfd;
  border-radius:0 0 min(1.333vw, 10px)  min(1.333vw, 10px);
}

.box-icon {
  width: min(10.667vw, 80px);
  height: min(10.667vw, 80px);
  margin-right: 3%;
}
.box-icon img {
  width: min(10.667vw, 80px);
  height: min(10.667vw, 80px);
  border-radius: 50%;
}

.box-right {
  width: calc(90% - 10.667vw);
}

.more_btn{
  display: block;
  background: #f44646;
  color: #fff;
  padding: min(1.6vw, 12px);
  margin-top: 2%;
  border-radius: min(1.333vw, 10px);
  text-align: center;
}

/* 03 */
.banner-ura{
  position: relative;
}

.ura-logo{
  position: absolute;
  bottom: 5%;
 left: 50%;
  transform: translateX(-50%);
}