@charset "UTF-8";
/*******************
	Animation
********************/
@-webkit-keyframes pulsebtn {
  0% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulsebtn {
  0% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*******************
	LP style
	div#container._pcView
	div#container._spView
********************/
.mt0 {
  margin-top: 0 !important;
}

.mt5p {
  margin-top: 5% !important;
}

.mtm4p {
  margin-top: -4% !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

/* PC contents wrapper */
div#container._pcView main.lotion007MtWrap {
  width: 750px;
  margin: 0 auto;
  padding-bottom: 3.3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.07);
  text-align: center;
}
#content {
    width: 980px;
}
/*******************
	STYLE lotion007_n_mt系
********************/
.gualanteeBtn {
  padding: 6% 0 4% 4%;
}

.gualanteeBtn a {
  width: 98.0555555556%;
  display: block;
}

.gualanteeBtn > a img {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.gualanteeBtn > a:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  opacity: 0.9;
  -webkit-transition: 0.03s all;
  transition: 0.03s all;
}

.offerBox a {
  width: 86%;
  left: 8.5%;
  bottom: 3.5%;
}

.offerBox.offAg a {
  width: 92.8%;
  left: 2%;
  bottom: 3.5%;
}
.offerBox.offEt a {
  bottom: 5%;
}
.offerBox.bprOffer a {
  bottom: 3.5%;
}
.offerBox.offLine a {
  bottom: 3.8%;
}
.offerBox.offLine02 a {
  bottom: 4.5%;
}
.offerBox a img {
  -webkit-animation: pulsebtn 0.9s ease 0s infinite alternate;
          animation: pulsebtn 0.9s ease 0s infinite alternate;
}

.lotion007Att{
    background: #000;
    padding: 3% 0 5%;
}

/* TV slider */
.mediaTvSlideWrap, .voiceWrap {
  position: relative;
  overflow: hidden;
}
.mediaTvSlideWrap .slick-list, .voiceWrap .slick-list {
  overflow: inherit;
}
.mediaTvSlideWrap .slick-dots, .voiceWrap .slick-dots {
  margin-top: 5%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 1%;
}
.mediaTvSlideWrap .slick-dots li, .voiceWrap .slick-dots li {
  margin-right: 1%;
  width: 16%;
  opacity: 0.2;
}
.mediaTvSlideWrap .slick-dots li.slick-active, .voiceWrap .slick-dots li.slick-active {
  opacity: 1;
}
.mediaTvSlideWrap .slick-dots li button, .voiceWrap .slick-dots li button {
  width: 100%;
  height: 3px;
  padding: 0;
  background: #000;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  border: none;
}
div#container._pcView .mediaTvSlideWrap .slick-dots li button, div#container._pcView .voiceWrap .slick-dots li button {
  height: 6px;
}

.mediaTvSlideWrap {
  height: 103.7333333333vw;
  max-height: 778px;
  padding-top: 8%;
  background: url(/upload/lp/lotion007_mt_cpn/img/sp_media_sl.png);
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mediaTvSlideWrap .slick-dots {
  margin-top: 10%;
}

.mediaTvWrap {
  position: relative;
}
.mediaTvWrap .mediaTv {
  width: 89.4%;
  height: 54.9%;
  position: absolute;
  left: 5.3%;
  bottom: 23%;
  display: block;
  -webkit-box-shadow: 2vw 2vw 1.3vw rgba(0, 0, 0, 0.25);
          box-shadow: 2vw 2vw 1.3vw rgba(0, 0, 0, 0.25);
  background: #000;
}
div#container._pcView .mediaTvWrap .mediaTv {
  -webkit-box-shadow: 15px 15px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 15px 15px 10px rgba(0, 0, 0, 0.25);
}

.mediaTvSlide {
  width: 93%;
  margin-left: auto;
  margin-right: auto;
}
.mediaTvSlide .mediaTvWrap img:not(.mediaTv) {
  margin: 0 2.1%;
  width: 95.8% !important;
  max-width: none !important;
}
.mediaTvSlide .mediaTvWrap .mediaTv {
  width: 95.8% !important;
  height: 62.9%;
  margin: 0;
  padding: 0;
  left: 2.1%;
  bottom: 10.5%;
}

.voiceSlideWrap {
  width: 81.2%;
  top: 27%;
  left: 9.4%;
  position: absolute;
}

.voiceSlideWrap p img {
  width: 100% !important;
  padding: 0 1.6% 0 4.8%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}

/*******************
	enq
********************/

.offerWrapEnq{
    margin-bottom: 5%;
}
.offerWrapEnq a{
    display: block;
    width: 93.6%;
    margin: 5% auto;
}
.offerWrapEnq a:hover{
    transform: scale(1.02);
}


/*******************
	動画KV
********************/

.lotion007MtWrap.dga > section {
	background: #000;
}
.lotion007MtWrap > section > video {
    width: 100%;
    height: min(160vw, 1200px);
}

/*******************
	swiper用 EFOCatsが入っているLP用
********************/

/*media*/
.swiperLp .mediaTvSlide{
	width: 93%;
	margin: 0;
}
.swiperLp .mediaTvSlide .mediaTvWrap .mediaTv{
	height: 51%;
	bottom: 28.5%;
}
.swiperVoice .swiper-slide{
	width: 76%;
}
.swiper-pagination02.swiper-pagination-bullets.swiper-pagination-horizontal{
	position: absolute;
	bottom: 9%;
}
/*voice*/
.swiperLp .voiceSlideWrap {
	width: 100.1%;
	left: 0%;
}
.swiperLp .voiceSlideWrap p img{
	padding: 0;
}
.swiper-pagination-bullet{
	border-radius: 0;
	width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,13%));
}
.swiper-pagination-bullet{
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 6px));
}
div#container._spView .swiper-pagination-bullet{
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 3px));
}
.swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: 11%;
}

/*******************
	offer都度まとめ売り
********************/
.offerBox.bdl03 a {
	width: 84.8%;
	left: 9%;
	bottom: 6.5%;
}
.offerBox.bdl05 a {
	width: 84.8%;
	left: 9%;
	bottom: 8%;
}
.offerBox.bdl01 a {
	width: 85.6%;
	bottom: 26.5%;
	left: 8.2%;
}
.offerBox.bdl01 a img{
	animation: none;
}
/*******************
	offer都度1本2480
********************/
.offerBox.et2480 a {
	width: 86.1333333333%;
	left: 8.5%;
	bottom: 6.5%;
}
/*******************
offer都度6本12本
********************/
.offerBdl{
	background: #000;
	padding-bottom: 8%;
}
.offerBdl .offerBox.bdl06{
	margin-bottom: 5.33333333%;
}
.offerBdl .offerBox a{
    bottom: 1.5%;
}
