@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: 750px;
  margin: 0 auto;
  color: #333;
}

img {
  width: 100%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container {
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
}

header {
  width: 100vw;
  max-width: 750px;
  background: #f9f9f9;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  z-index: 6;
  display: none; /* ページ読み込み時は非表示にする */
  position: fixed; /* ヘッダーを絶対位置にする。スクロールしても固定 */
  top: 0;
}

.header_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header_wrapper div {
  white-space: nowrap;
}

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

.header_item_icon {
  width: 14%;
  margin-right: 2%;
}

.header_item_title {
  font-size: 24px;
  font-weight: 500;
}

.header_right {
  text-align: right;
  white-space: nowrap;
}
.header_right a {
  font-size: 16px;
  display: inline-block;
  background: #F94B54;
  color: #fff;
  padding: 8px 12px;
  border-radius: 15px;
}

.logo {
  text-align: center;
  padding: 16px 0;
  box-shadow: rgb(0 0 0 / 5%) 0px 0px 0px 1px;
}
.logo img {
  max-width: 300px;
  width: 70%;
}

.swiper {
  text-align: center;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 20px;
  color: #444;
}

/* intro-top */
.intro_inner {
  background: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro_inner img {
  width: 10%;
}

.arrow {
  text-align: center;
  position: relative;
  width: 80px;
  height: 40px;
  background: #f94848;
  font-weight: bold;
  color: #fff;
  top: 0;
}
.arrow p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

marquee {
  font-size: 14px;
  overflow: hidden;
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.fv {
  position: relative;
  height: min(149.333vw, 1120px);
  background: #111;
}

.video {
  position: relative;
  display: block;
}
.video::before {
  position: absolute;
  display: block;
  width: min(100vw, 750px);
  z-index: 2;
  content: "";
  height: min(35vw, 260px);
  left: 0;
  bottom: -2px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(#111));
  background-image: linear-gradient(180deg, transparent 0 5%, #111 100%);
}

.install_block {
  position: absolute;
  bottom: min(4vw, 30px);
  z-index: 3;
}

.app_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 94%;
  margin: 0 auto;
}

.app_icon {
  width: 20%;
  margin-right: min(5.333vw, 40px);
}

.app_title {
  font-size: min(5.867vw, 44px);
  color: #fff;
  margin-bottom: min(2.667vw, 20px);
  font-weight: bold;
}

.app_subtitle {
  font-size: min(4.8vw, 36px);
  color: #f88686;
}

.app_detail {
  margin: min(5.333vw, 40px) 0 min(2.667vw, 20px);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 96%;
  font-weight: bold;
}

.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: #fa83cb; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after {
  width: 100%;
} /* 星5 */
.star5_rating[data-rate="4.5"]:after {
  width: 90%;
} /* 星4.5 */
.app_rate,
.tag {
  border-right: 1px solid #fff;
  padding-right: min(4.8vw, 36px);
  color: #fa83cb;
}

.tag {
  color: #00ff78;
  font-size: min(3.733vw, 28px);
  width: 45%;
}

.star5_rating {
  font-size: min(3.733vw, 28px);
  padding-bottom: min(2.133vw, 16px);
}

.app_ratesum {
  font-size: min(3.2vw, 24px);
}

.age {
  color: #f94848;
  font-size: min(3.733vw, 28px);
}

.install_btn {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.install_btn p {
  font-size: min(3.2vw, 18px);
  color: #f97a7a;
}

.slider {
  width: 100%;
  margin: 0 auto;
}

.slider .slick-list {
  padding: 0 30% 0 0 !important;
}

.slider li {
  margin: 0 0 0 0.5%;
}

.slider li figcaption {
  margin: 10px 0 0;
}

.slick-slide img {
  border: 1px solid #eee;
  border-radius: 10px;
}

/* モーダル */
.modal {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  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;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(20, 20, 20, 0.9019607843);
}

/* モーダルがactiveの時 */
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100vh;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
  position: relative;
  width: 90%;
  max-width: 750px;
  padding: 20px;
}

.swiper02 {
  max-width: 750px;
  z-index: 11;
}

/* モーダルを閉じるボタン */
.modal__close-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 100vw;
  height: 100vh;
  cursor: pointer;
  z-index: 10;
}

/* Swiperの矢印部分 */
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 30px;
  width: 30px;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev:after,
.swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 30px;
  margin: auto;
  width: 30px;
  z-index: 11;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev:after {
  background-image: url(../img/icon/prev.png);
}

/* 次への矢印カスタマイズ */
.swiper-button-next:after {
  background-image: url(../img/icon/next.png);
}

/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
  max-width: 400px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: -15px;
  left: auto;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: -15px;
  right: auto;
}

.s_cnt {
  position: relative;
  padding: 30px 0;
}
.s_cnt:after {
  position: absolute;
  content: "";
  width: min(88vw, 660px);
  height: min(0.267vw, 2px);
  background: #d7d7d7;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cnt_title {
  padding-left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.cnt_title h3 {
  font-size: min(4.8vw, 36px);
  font-weight: bold;
}
.cnt_title img {
  width: 6%;
  margin-right: 2.13%;
}

.summary_list {
  font-size: min(3.733vw, 28px);
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ボタン共通スタイル */
.morebutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: min(3.733vw, 24px);
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  color: #8c7efb;
  /* もっと見るボタン */
}
.morebutton:hover {
  cursor: pointer;
}
.morebutton--more {
  color: #fff;
  background-color: #333;
}

.review {
  overflow: hidden;
}

.review_summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.rate_left .star5_rating {
  font-size: 18px;
}
.rate_left .star5_rating::after {
  color: #777;
}

.review_sum {
  font-weight: 700;
  font-size: min(16vw, 100px);
  color: #666;
}

.rate_right {
  padding-top: 12px;
  text-align: right;
  color: #999;
  font-size: 14px;
}

.rate_right_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: min(2.667vw, 20px);
  text-align: right;
}

.rate_star {
  width: 20%;
  font-size: min(3.733vw, 22px);
  color: #999;
  line-height: 0;
  padding-right: 8px;
}

.rating_back {
  display: block;
  width: min(58.667vw, 440px);
  height: min(1.067vw, 8px);
  background: #ccc;
  position: relative;
  border-radius: 10px;
}

.rating_front {
  display: block;
  width: 0;
  height: min(1.067vw, 8px);
  background: #999;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}

.review_tag {
  font-weight: bold;
  font-size: 14px;
}

.review_content {
  margin-top: 12px;
  font-size: 14px;
  line-height: 2;
}

.review_content .star5_rating {
  line-height: 1.2;
}

.review_writer {
  display: inline-block;
  position: absolute;
  right: 30px;
  margin-left: auto;
  font-weight: bold;
  font-size: min(3vw, 15px);
  color: #666;
}

.review_detail {
  display: block;
}

.review .swiper {
  margin-left: 4%;
  text-align: left;
  width: 100%;
  padding: 0;
}

.slider2 .swiper-slide {
  height: 180px;
  background: #f2f2f2;
  border-radius: 5px 5px 0 0;
  padding: 20px;
}
.slider2 .swiper-slide .star5_rating {
  font-size: 14px;
}
.slider2 .swiper-slide .star5_rating::after {
  color: rgb(255, 171, 44);
}

.info_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #cacaca;
}
.info_cnt:last-of-type {
  border: none;
  padding-bottom: 0;
}

.info_title {
  color: #777;
}

.people.s_cnt:after {
  border-bottom: none;
}

.people-wrapper {
  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;
}

*:focus {
  outline: none;
}

/* color */
.c-pink {
  color: #ffabab;
}

.c-skyblue {
  color: #a2ecff;
}

.c-green {
  color: #81ff96;
}

.c-vpink {
  color: #ff81dd;
}

.c-orange {
  color: #ff7843;
}

.fixed-layer:after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), color-stop(80%, rgba(147, 147, 147, 0)));
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(147, 147, 147, 0) 80%);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}

.people-slide {
  color: #ffffff;
  width: 48%;
  height: min(48vw, 360px);
  position: relative;
  border-radius: 10px;
}

.people-content {
  position: absolute;
  bottom: 2%;
  left: 4%;
}

.people-slide:nth-child(5n+1) {
  background-image: url(../img/people/001.gif);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 4%;
}

.people-slide:nth-child(5n+2) {
  background-image: url(../img/people/002.gif);
  background-size: cover;
  background-repeat: no-repeat;
}

.people-slide:nth-child(5n+3) {
  background-image: url(../img/people/003.gif);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 4%;
}

.people-slide:nth-child(5n+4) {
  background-image: url(../img/people/004.gif);
  background-size: cover;
  background-repeat: no-repeat;
}

.people-slide:nth-child(5n+5) {
  background-image: url(../img/people/005.gif);
  background-size: cover;
  background-repeat: no-repeat;
}

.name-wrapper {
  font-size: min(5vw, 50px);
}

.name {
  margin-left: 1.2%;
}

.first-wrapper {
  font-size: min(3.6vw, 30px);
  padding-top: min(2.8vw, 20px);
  padding-bottom: min(2.8vw, 20px);
}

.second-wrapper {
  font-size: min(3vw, 22px);
}

.state {
  padding-left: 1.5%;
}

.people_tag:nth-child(2) {
  padding: 0 1%;
}

.pro-wrapper {
  font-size: min(2.8vw, 16px);
  padding-top: min(2.8vw, 20px);
}

.pro-wrapper div {
  padding: min(0.9vw, 10px);
  border-radius: 5px;
}

.time {
  color: #a4d5ff;
}

.favorite {
  margin: 0 1%;
}

.favorite {
  color: #fafc7a;
}

.like {
  color: #fa4141;
}

.inst_box {
  margin: 0 5%;
  border: 2px solid #efefef;
  border-radius: 30px;
}

.cc {
  color: #f09257;
  font-weight: bold;
  line-height: 1.5;
  font-size: min(4.267vw, 32px);
}

.inst_item_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0 12px 0;
}

.inst_icon {
  width: 25%;
  margin-right: 3%;
}

.inst_item_title {
  font-size: min(6.933vw, 52px);
  font-weight: bold;
  margin-bottom: 8px;
}
.inst_item_title span {
  display: inline-block;
  font-size: min(4.267vw, 32px);
  font-weight: 500;
  color: #666;
}

.inst_btn {
  display: inline-block;
}
.inst_btn img {
  width: 100%;
}

.updw {
  font-size: min(4.8vw, 36px);
  font-weight: 500;
  -webkit-animation-name: UpDown;
          animation-name: UpDown;
  color: #fa83cb;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes UpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes UpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
.inst_emer {
  width: 80%;
  margin: 0 auto;
  font-size: min(3.2vw, 24px);
}

.people.s_cnt:after,
.inst_box.s_cnt:after {
  height: 0;
}

footer {
  text-align: center;
  padding: 12px 0;
  line-height: 1;
  background: rgb(242, 96, 96);
  color: rgb(255, 255, 255);
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.md-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 9999;
}

.md-contents {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  height: auto;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10000;
  max-width: 700px;
}

.md-inner {
  padding: 24px 0;
  background: #fff;
  height: auto;
  border-radius: 30px;
}

.md-xmark span {
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
}

.md-xmark span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

.md-xmark span:nth-of-type(2) {
  bottom: 0;
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}

/* 離脱防止 */
.emergency-area {
  display: none;
  max-width: 420px;
  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: 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: 8px 0;
}

.e-message {
  margin-left: 8px;
}

.e-emergency-icon {
  width: 30px;
}

.e-chat-icon {
  width: 20px;
}

.e-main-area {
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 24px 0;
}

.e-img {
  width: 60%;
}

.e-name {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  /* border-bottom: 3px solid #fc8ab0; */
  padding-bottom: 8px;
  margin-bottom: 12px;
}

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

.e-profile {
  padding: 0 0px 0 8px;
  width: 35%;
}

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

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

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

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

.fa-comment {
  font-size: 32px;
  color: #fff;
  margin-right: 8px;
}

.e-comment {
  margin-bottom: 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: 24px;
  border-radius: 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: 16px 0;
}

.e-button-message {
  padding-left: 4px;
}

.e-button-message {
  color: #fff;
  font-weight: bold;
  font-size: 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;
}

video {
  width: 100%;
}