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

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: 94%;
  margin: 0 auto;
}

.fsz_xs {
  font-size: min(2.667vw, 20px);
}

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

.fsz_m {
  font-size: min(3.733vw, 28px);
}

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

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

.c_red {
  color: #ff6464;
}

.c_gray {
  color: #888;
}

.c_pink {
  color: #fa5eb2;
}

.c_blue {
  color: #4187fb;
}

.c_lightblue {
  color: #77b5fc;
}

.more-btn {
  width: 60%;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: min(2.133vw, 16px) 0;
  border: 3px solid #c2bcbc;
  border-radius: min(5.333vw, 40px);
  margin-top: min(5.333vw, 40px);
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  margin-left: 3%;
  margin-top: min(6.667vw, 50px);
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-bottom: min(4vw, 30px);
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #ecff40));
  background: linear-gradient(transparent 50%, #ecff40 0%);
}
.section-title img {
  width: min(7.2vw, 54px);
  height: auto;
  margin-right: 3%;
}
.section-title h2 {
  font-weight: bold;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

img.title-icon {
  width: min(7.2vw, 54px);
}

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

.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: 4min 2.667vw, 20px;
  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;
}

video {
  width: 100%;
}

.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;
  border-radius: 30px;
  background: #fff;
}

.md-inner {
  padding: 3% 0;
  height: auto;
  border-radius: 30px;
}

.md-inner >.container {
  background: #fff;
  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);
}

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

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

.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);
  padding-bottom: 6%;
}

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

.txt-limit {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.txt-limit2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
}

header {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  max-width: 750px;
  position: fixed;
  top: 0;
  z-index: 100;
  padding: min(3.2vw, 24px) 0;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.fixed{
  width: 100vw;
  max-width: 750px;
}

header .flex {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-icon {
  width: 22%;
  margin-right: 3%;
}

.header-right {
  white-space: nowrap;
  background: #0ecb15;
  padding: min(3.2vw, 24px) min(3.4vw, 26px);
  color: #fff;
  border-radius: min(2.667vw, 20px);
  font-weight: 500;
}

video {
  width: 100%;
}

.app_icon{
  width: min(10.667vw, 80px);
  height: min(10.667vw, 80px);
}

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

.box-title {
  margin-bottom: min(1.6vw, 12px);
}

.follow {
  display: inline-block;
  background: #f87053;
  color: #fff;
  line-height: 1;
  border-radius: min(0.667vw, 5px);
  padding: min(1.067vw, 8px);
  margin: 0 min(1.067vw, 8px) 0 min(1.6vw, 12px);
}

.box-detail {
  width: 94%;
  margin: min(2.667vw, 20px) auto 0;
}

.box-tag {
  margin: min(1.067vw, 8px) 0 min(2.667vw, 20px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box-tag p {
  color: #fff;
  background: #77b5fc;
  border-radius: min(4vw, 30px);
  padding: min(1.067vw, 8px) min(2.133vw, 16px);
  margin-right: 1%;
  margin-top: min(1.6vw, 12px);
}

#pickup,
.reserve-box:last-of-type {
  padding-bottom: min(2.667vw, 20px);
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 0;
}

#pickup>.section-title{
  margin-top: min(3.33vw, 25px);
}



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

.tag-box_slider:last-of-type {
  margin-top: min(2vw, 15px);
}

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

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

.swiper-slide {
  width: 48%;
  position: relative;
  border-radius: min(2.667vw, 20px);
  border: 1px solid #eaeaea;
  -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));
  padding-bottom: min(2.667vw, 20px);
}

.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 {
  color: #fb3462;
}

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

.share {
  color: #6effaf;
}

.slide-title {
  padding: min(2.667vw, 20px) min(1.6vw, 12px) 0;
}

#closing {
  background-image: url(https://media.ad-lps.net/contents/template/tp_153/img/bg.gif);
  margin: min(6.667vw, 50px) 0 0;
  background-size: cover;
}

.overlay {
  background: rgba(0, 0, 0, 0.7);
}

.impact {
  background-image: url(https://media.ad-lps.net/contents/template/tp_152/img/bg02.png);
  background-size: cover;
  background-position: center;
}

.closing-box {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}

.closing-cc {
  font-weight: 700;
  background: linear-gradient(to right, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
	background: -webkit-linear-gradient(left, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
	background: -o-linear-gradient(right, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
	background: -moz-linear-gradient(right, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}

.closing-item_detail {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: min(5vw, 38px) 0 0;
}

.closing-item_left {
  width: 20%;
  margin-right: 3%;
}

.closing-item_right {
  color: #fff;
  text-align: left;
}

.closing-item_title {
  padding-bottom: min(2.667vw, 20px);
}

.btn {
  width: 80%;
  margin: 0 auto;
  color: #fff;
  /* background: #fa5eb2; */
  /* padding: min(4vw, 30px) 0; */
  font-weight: 500;
  border-radius: min(2.667vw, 20px);
}

.announce {
  padding-top: min(2.667vw, 20px);
  color: #fff;
}

footer {
  text-align: center;
  padding: min(2.6vw, 20px) 0;
  border-top: 2px solid #eaeaea;
}
footer img {
  margin: 0 auto;
  width: 30%;
}




.heart {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
 
.heart {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes heart {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}


/* modal-fv */
.modal-fv{
  position: relative;
  border-radius: 30px;
}

.modal-logo{
  position: absolute;
  width: 30%;  
  top: 5%;
  left: 2%;
}

.modal-fv>video{
  border-radius:30px;
}

/* loading */
.loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: rgb(255, 255, 255);
  z-index: 9999;
}

.animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff7d;
}

.load-logo{
  position: absolute;
  width: 50%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}

.load-txt{
  position: absolute;
  top: 60%;
  left: 50%;
  font-weight: 900;
  transform: translate(-50%, -50%);
  color: #2b2b2b;
  text-align: center;
}

.animation,
.animation:before,
.animation:after {
    width: 1em;
    height: 4em;
    background: #ff7575;
    animation: load 1s infinite ease-in-out;
}
 
.animation:before,
.animation:after {
    position: absolute;
    top: 0;
    content: '';
}
 
.animation{
    animation-delay: -0.16s;
}
 
.animation:before {
    left: -1.5em;
    animation-delay: -0.32s;
}
 
.animation:after {
    left: 1.5em;
}
 
@keyframes load {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}


/* logo */
.logo{
  padding-bottom: 8px;
  border-bottom: 2px solid rgb(211, 211, 211);
}

.header-logo{
  width: 70%;
}

/* 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;
}
