body{
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
  margin: 0 auto;
  font-family: "Zen Maru Gothic", serif;
}

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

video{
  vertical-align: bottom;
}

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


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



.fixed__bg{
 position: fixed;
 display: block;
 top: 0;
 left: 0;
 width: 100vw;
 height: 100vh;
 background-image: url(https://media.ad-lps.net/contents/template/tp_178/img/bg.webp);
 background-repeat: no-repeat;
 background-size: cover;
 z-index: -3;
 transform: scale(-1, 1);
}


/* fv */
#fv{
  position: relative;
  background-image: url(https://media.ad-lps.net/contents/template/tp_178/img/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.fv__img{
  position: absolute;
  z-index: 2;
}

.fv__right{
  right: 2%;
  width: 50%;
}

.fv__left{
  left: 5%;
  bottom: 0;
  width: 50%;
}

.fv_heart{
  width: 20%;
  top: 16%;
}

.fv_lip{
  width: 20%;
  bottom:10%;
  right: 8%;
  
}

@keyframes flash {

	0%,
	50%,
	100% {
		opacity: 0;
	}

	35% {
		opacity: 1;
		background: #7fff00;
	}

	65% {
		opacity: 1;
		background: #0091EA;
	}
}

.fv__txt{
  position: absolute;
  background: #ffffffed;
  padding: 2% 3% 2% 2%;
  color: #dd3ebd;
  font-weight: 700;
  font-size: 18px;
  box-shadow: 3px 3px 6px #dd3ebd;
}

.fv__txt-first{
  top: 30%;
}

.fv__txt-second{
  top: 40%;
}

.fv__txt-third{
  right: 0;
  bottom: 20%;
}

/* intro */
#intro {
  position: relative;
  background-image: url(https://media.ad-lps.net/contents/template/tp_178/img/intro.webp);
  background-size: cover;
  height: min(88vw,600px);
}


.intro__fix{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: min(88vw,600px);
  background-image: url(https://media.ad-lps.net/contents/template/tp_178/img/intro_layer.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.intro__fix img{
  width: 100%;
  height: 350px;
}

.intro__title{
  position: absolute;
  width: 98%;
  left: 1%;
  top: 10%;
  z-index: 2;
}

.intro__txt{
  position: absolute;
  z-index: 2;
  top: 26%;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}

/* item */
#item__wrapper{
  padding-top: 8%;
  
}

.item__box{
  background: #000000d9;
  border-radius: 15px;
  width: 92%;
  margin: 0 auto 8%;
  padding: 5% 0;
  border: 2px solid #ca3f8ec3;
  box-shadow: 0px 0px 20px #ca3f8d;
}

.item__box-rank{
  text-align: center;
  transform: rotate(-3deg);
}

.item__box-rank img{
  width: 90%;
}

.item__title-wrapper{
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 5%;
  margin-bottom: 7%;
}

.item__icon{
 width: 10%;
 margin-right: 3%;
}

.item__title{
  font-size: 26px;
  font-weight: bold;
}

.item__title-wrapper:after{
  position: absolute;
  display: block;
  bottom: -30%;
  content: "";
  width: 70%;
  margin: 0 auto;
  border-radius: 10px;
  height: 2px;
  background: #fff;
}

.item__explain{
  text-align: center;
  color: #fff;
  width: 88%;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 auto;
}

.swiper{
  margin: 8% 0;
}

.swiper-wrapper{
  justify-content: center;
}

.swiper-slide{
  width: 50%;
}


.swiper-slide:first-of-type{
  margin-right: 8px;
}

.btn{
  width: 90%;
  margin: 0 auto;
  animation: yureru-s 2s infinite;
}

@keyframes yureru-s {
  0% {
      transform: translate(2px, 0px);
  }
  5% {
      transform: translate(-2px, 0px);
  }
  10% {
      transform: translate(2px, 0px);
  }
  15% {
      transform: translate(-2px, 0px);
  }
  20% {
      transform: translate(2px, 0px);
  }
  25% {
      transform: translate(-2px, 0px);
  }
  30% {
      transform: translate(0px, 0px);
  }
}

footer{
  background: #000;
  color: #fff;
  text-align: center;
  padding: 2% 0;
}


/* 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;
  background: #fff;
}

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

.banner{
  display: block;
  width: 92%;
  margin: 6% auto;
}


/* pop */

.premirePopinner p{
  display: inline-block;
  margin-block-start: 0em;
  margin-block-end: 12px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.premirePopBox{
   width: 100%;
   max-width: 350px;
   max-width: 580px;
   border-radius: 15px;
   z-index: 2;

}

.premirePopLayer{
  width: 82%;
  max-width: 352px;
  height: 550px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #0000004a;
  z-index: 5;
  border-radius: 15px;
}

.premirePopWrapper{
  display: none;
}

.is-visible{
  z-index: 999;
  display: block;
}

.is-hide{
  z-index: -999;
  opacity: 0;
}

/* サンプル第２ */
.premirePopBox__bg{
  z-index: 3;
  display: block;
  width: 90%;
  margin: 0 auto;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}

.premirePopBox__bg img{
  width: 90%;
  max-width: 350px;
  height: 550px;
  margin: 0 auto;
  object-fit: cover; /* この一行を追加するだけ！ */
  vertical-align: bottom;
  border-radius: 15px;
}

.premirePopBox__case{
  display: flex;
  align-items: center;
  z-index: 7;
  left: 10%;
  top: 60%;
}

.premireCase__icon{
  width: 33%;
 margin: 0 auto;
 font-size: 12px;
 font-weight: bold;
 margin-bottom: 3%;
}

.premireCase__icon span{
  display: inline-block;
  padding-top: 2%;
}

.premireCase__name{
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}

.premireProfBox{
  position: fixed;
  top: 25%;
  left: 10%;
  z-index: 7;
  display: flex;
}

.premireProf__icon{
  width: 40%;
}


.premireMessage{
  margin-bottom: 8%;
  display: inline-block;
  background: #fff;
  padding: 2% 4%;
  border-radius: 5px;

}

.premireMessage__img{
  border-radius: 5px;
}

.premireMessage__img img{
  width: 60%;
  border-radius: 5px;
}

.premirePop__caution{
  font-size: 12px;
  color: #fff;
}

.premireCaution__wrapper{
  position: fixed;
  width: 82%;
  max-width: 350px;
  z-index: 9;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;

}

.premireCaution__icon{
  width: 30%;
  margin: 0 auto;
}

.premireCaution__text{
  font-weight: bold;
  line-height: 1.5;
  font-size: 22px;
  padding: 3% 0 3%;
  border-bottom: 2px solid #fff;
  margin-bottom: 8%;
}

.premireCaution__text span{
  font-size: 12px;
  display: inline-block;
  padding: 1% 5%;
  margin-top: 3%;
  font-weight: bold;
  line-height: 1.5!important;
  background:linear-gradient(transparent 0%, rgb(184, 58, 39) 0%);
  border-radius: 5px;
}

.premireCase__detail{
  font-size: 14px;
  line-height: 1.5;
}


.premireCase__btn{
  width: 60%;
  padding: 5% 0;
  font-weight: bold;
  margin: 5% auto;
  font-size: 14px;
  background: #56d524;
  border-radius: 30px;
  animation: poyopoyo 1s ease-out infinite;
  opacity: 1;
}



@keyframes premireShake {
	0% {
		transform: translateX(0);
	}

  2% {
		transform: translateX(-1%);
	}

	4% {
		transform: translateX(1%);
	}

  6% {
		transform: translateX(-1%);
	}

	8% {
		transform: translateX(1%);
	}

  10% {
		transform: translateX(-1%);
	}

	12% {
		transform: translateX(1%);
	}

	14% {
		transform: translateX(-1%);
	}

	16% {
		transform: translateX(1%);
	}

  18% {
		transform: translateX(-1%);
	}

	20% {
		transform: translateX(1%);
	}

  22% {
		transform: translateX(-1%);
	}

	24% {
		transform: translateX(1%);
	}

	26% {
		transform: translateX(-1%);
	}

	28% {
		transform: translateX(1%);
	}

  30% {
		transform: translateX(-1%);
	}

	32% {
		transform: translateX(1%);
	}

  34% {
		transform: translateX(-1%);
	}

	36% {
		transform: translateX(1%);
	}

  38% {
		transform: translateX(-1%);
	}

	40% {
		transform: translateX(1%);
	}

  42% {
		transform: translateX(-1%);
	}

	44% {
		transform: translateX(1%);
	}


  45% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(0);
	}

  55% {
		transform: translateX(0);
	}

	60% {
		transform: translateX(0);
	}

  65% {
		transform: translateX(0);
	}

	70% {
		transform: translateX(0);
	}

  75% {
		transform: translateX(0);
	}

	80% {
		transform: translateX(0);
	}


  85%{
    transform: translateX(0);
  }

  90% {
		transform: translateX(0);
	}

  95% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(0);
	}
}


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

.premireStar:before, .star5_rating:after{
  content: '★★★★★';
}

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

.premireStar[data-rate="5"]:after{ width: 100%; } /* 星5 */
.premireStar[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */

.premirePopClose{
  width: 100vw;
  height: 100vh;
  content: '';
  display: block;
  position: fixed;
  background: #000;
  opacity: 0.9;
  top: 0;
  left: 0;
  z-index: 3;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

/* people */
.people-slide {
  color: #ffffff;
  width: 48%;
  height: min(48vw, 360px);
  position: relative;
  border-radius: 10px;
  border: 2px solid #ffffff82;
  filter: drop-shadow(0 0 5px #fff);
}

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

.people-slide:nth-child(5n+1) {
  background-image: url(https://media.ad-lps.net/contents/template/tp_178/img/people/1-1.gif);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 4%;
}

.people-slide:nth-child(5n+2) {
  background-image: url(https://media.ad-lps.net/contents/template/tp_178/img/people/1-2.gif);
  background-size: cover;
  background-repeat: no-repeat;
}

.people-slide:nth-child(5n+3) {
  background-image: url(https://media.ad-lps.net/contents/template/tp_178/img/people/2-1.gif);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 4%;
}

.people-slide:nth-child(5n+4) {
  background-image: url(https://media.ad-lps.net/contents/template/tp_178/img/people/2-2.gif);
  background-size: cover;
  background-repeat: no-repeat;
}

.people-slide:nth-child(5n+5) {
  background-image: url(https://media.ad-lps.net/contents/template/tp_178/img/people/3-1.gif);
  background-size: cover;
  background-repeat: no-repeat;
}

.people-slide:nth-child(5n+6) {
  background-image: url(https://media.ad-lps.net/contents/template/tp_178/img/people/3-2.gif);
  background-size: cover;
  background-repeat: no-repeat;
}

.name-wrapper {
  font-size: min(5vw, 36px);
  margin-bottom: 25%;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.name-wrapper img{
  width: 20%;
}

.name {
  margin-left: 1.2%;
  font-weight: bold;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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


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

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

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

.cnt_title img {
  width: 6%;
  margin-right: 2.13%;
}

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

.c-skyblue {
  color: #a2ecff;
}

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

.c-vpink {
  color: #ff81dd;
}

.c-orange {
  color: #ff7843;
}

.premirePopCloseBtn{
  position: fixed;
  top: 5%;
  right: 5%;
  z-index: 999999;
  color: #fff;
  z-index: 4;
}