﻿@charset "utf-8";

/* common
**********************************/
div[class*="zip-top"] *{
  box-sizing: border-box;
}
div[class*="zip-top"] * a{
  text-decoration: none;
  color: #444444;
}
.zip-loading{display:none;}
.zip-loading.on{display:block;height:350px;position:relative;z-index:1;}
.zip-loading.on:before{
  background:url(../images/common/loading.svg);
  background-size:contain;
  content: '';
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  height:80px;
  width:80px;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  transform-origin: center;
  z-index: 2;
}

/* PC
**********************************/
/* common
**********************************/
body.pc #zip-common-header-wrapper > .zip-header-programLogo{display:none;}

body.pc div[class*="zip-top"] section[id*="zip-top"] div[id$="wrapper"]{
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
body.pc div[class*="zip-top"] section[id*="footer"]{
  background: #def5fe;
}
body.pc div[class*="zip-top"] h2{
  color: #fff;
  font-size: 25px;
  margin-bottom:15px;
  padding-left:5px;
  line-height: 1.5;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  letter-spacing: 1.2px;
}
body.pc div[class*="zip-top"] h2 span{
  font-size: 12px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  padding-left: 1em;
}
body.pc div[class*="zip-top"] h3{
  color: #fb7cdf;
  font-size: 20px;
  font-weight: bold;
  margin-bottom:15px;
  padding-left:5px;
  line-height: 1.5;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  letter-spacing: 1.2px;
}
body.pc div[class*="zip-top"] p[class$="date"]{
  color: rgba(68,68,68,.5);
  font-size: 12px;
}
body.pc div[class*="zip-top"] a[class$="btn"]{
  display: block;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  width: 590px;
  margin: 0 auto;
  background: #5bb7ed;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}

/* top-main
**********************************/
body.pc #zip-top-main{
  background-color: #9fe2fd;
  background-image: url(../images/top/main_bg_cast.png), url(../images/top/main_bg_ribbon_right.png), url(../images/top/main_bg_ribbon_left.png), url(../images/common/main_bg_gradation.svg), url(../images/common/main_bg.png);
  background-size: 410px auto, 1700px auto, 1700px auto, 100%, 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-y;
  background-position: left 0 top -1px, center bottom, center bottom, left top, center top;
  padding-bottom: 180px;
}
@media screen and (min-width: 1700px) {
  body.pc #zip-top-main{
    background-position: left 0 top -1px, right bottom, left bottom, left top, center top;
  }
}

/* top-header
**********************************/
body.pc #zip-top-header{
  width: 100%;
  position: relative;
  overflow: hidden;
}
body.pc #zip-top-header .zip-top-header-wrapper{
  width: 1000px;
  margin: 0 auto;
}
body.pc #zip-top-header .zip-top-header-wrapper .zip-top-header-logo{
  background: url(../images/common/header_logo_lupin.png);
  background-size: 100% auto;
  width: 190px;
  height: 84px;
  display: block;
  margin: 55px auto 40px;
  line-height: 1;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px;
  white-space: nowrap;
}
body.pc #zip-top-header .zip-top-header-wrapper .zip-top-header-oa{
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #fb7cdf;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 50px;
  background-color: rgba(255,255,255,.8);
  position: absolute;
  top: 20px;
  right: 150px;
}
body.pc #zip-top-header-sns{
  position: absolute;
  bottom: 10px;
  right: 13px;
  letter-spacing: -.4em;
}
body.pc #zip-top-header-sns p {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1.2px;
  margin-right: 10px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-size: 12px;
  color: #fff;
  line-height: 15px;
  text-align: center;
}
body.pc #zip-top-header-sns ul {
  letter-spacing: -.4em;
  display: inline-block;
  vertical-align: middle;
}
body.pc #zip-top-header-sns ul li {
  background-color: rgba(255,255,255,.8);
  border: 3px solid rgba(255,255,255,0);
  margin-left: 13px;
  width: 56px;
}
body.pc #zip-top-header-sns ul li,
body.pc #zip-top-header-sns ul li a {
  display: inline-block;
  vertical-align: bottom;
  border-radius: 50%;
}
body.pc #zip-top-header-sns ul li:first-child{
  margin-left: 0;
}
body.pc #zip-top-header-sns ul li img {
  border-radius: 50%;
  width: 50px;
  vertical-align: bottom;
}

/* top-slider
**********************************/
body.pc #zip-top-slider{}
body.pc #zip-top-slider .zip-top-slider-list{display:none;}
body.pc #zip-top-slider .zip-top-slider-list.on{display:block;}

body.pc #zip-top-slider .zip-top-slider-list .slick-list{
  display: flex;
}
body.pc #zip-top-slider .zip-top-slider-list .slick-track{
  display: flex;
}
body.pc #zip-top-slider .zip-top-slider-list li{
  width: 940px !important;
  margin: 0 15px;
  padding-top: 20px;
  display: flex;
  flex-shrink: 0;
}
body.pc #zip-top-slider .zip-top-slider-list li .zip-top-slider-slide{
  background: rgba(255,255,255,.8);
  border-radius: 13px;
  border: 3px solid rgba(255,255,255,0);
  width: 455px;
  letter-spacing: 1.2px;
  margin-right: 30px;
  vertical-align: bottom;
  line-height: 1.5;
  float: left;
  position: relative;
}
body.pc #zip-top-slider .zip-top-slider-list li .zip-top-slider-slide:nth-child(even){
  margin-right: 0;
}
body.pc #zip-top-slider .zip-top-slider-list li .new:before{
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  display: block;
  background-image: url(../images/top/icon_new.svg);
  background-size: 60px;
  border-radius: 0 10px 0 0;
  top: 0;
  right: 0;
  z-index: 1;
}
body.pc #zip-top-slider .zip-top-slider-list li .zip-top-slider-slide a{
  overflow: hidden;
  display: block;
}
body.pc #zip-top-slider .zip-top-slider-list li a .zip-top-slider-img{
  position: relative;
  width: 449px;
  height: 253px;
  border-radius: 10px;
  overflow: hidden;
}
body.pc #zip-top-slider .zip-top-slider-list li a .zip-top-slider-img img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  margin: auto;
  object-fit: cover;
}
body.pc #zip-top-slider .zip-top-slider-list li a .zip-top-slider-txt{
  padding: 13px 15px;
}
body.pc #zip-top-slider .zip-top-slider-list li a .zip-top-slider-txt .zip-top-slider-title{
  font-size: 15px;
  font-weight: bold;
}
body.pc #zip-top-slider .zip-top-slider-list li a .zip-top-slider-txt .zip-top-slider-date{
  margin-top: 5px;
}
body.pc #zip-top-slider .zip-top-slider-list .slick-prev,
body.pc #zip-top-slider .zip-top-slider-list .slick-next{
  z-index: 1;
  width: 50px;
  height: 50px;
}
body.pc #zip-top-slider .zip-top-slider-list .slick-prev{
left: 15px;
}
body.pc #zip-top-slider .zip-top-slider-list .slick-next{
right: 15px;
}
body.pc #zip-top-slider .zip-top-slider-list .slick-prev:before,
body.pc #zip-top-slider .zip-top-slider-list .slick-next:before{
  content: "\a904";
  width: 50px;
  height: 50px;
  display: block;
  background: linear-gradient(135deg, #FFAAD1 0%, #fb7cdf 75%, #FE74B8 100%);
  font-size: 50px;
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  margin-top: -25px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  border-radius: 25px;
}
body.pc #zip-top-slider .zip-top-slider-list .slick-prev:before{
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* top-video
**********************************/
body.pc #zip-top-video{
  margin:45px 0 0;
}
body.pc #zip-top-video-wrapper{
  padding: 0 30px;
}
body.pc #zip-top-video-wrapper ul{display:none;}
body.pc #zip-top-video-wrapper ul.on{display:block;}

body.pc #zip-top-video ul{
  letter-spacing: -.4em;
}
body.pc #zip-top-video ul li{
  background: rgba(255,255,255,.8);
  border-radius: 13px;
  border: 3px solid rgba(255,255,255,0);
  width: 455px;
  display: inline-block;
  letter-spacing: 1.2px;
  margin-top: 30px;
  vertical-align: bottom;
  line-height: 1.5;
  position: relative;
}
body.pc #zip-top-video ul li:nth-of-type(-n+2) {
  margin-top: 0;
}
body.pc #zip-top-video ul li:nth-of-type(2n){
  margin-left: 30px;
}
body.pc #zip-top-video ul li a{
  -webkit-display: flex;
  display: flex;
}
body.pc #zip-top-video ul li .zip-top-video-img{
  position: relative;
  width: 207px;
  height: 116px;
  border-radius: 10px;
  overflow: hidden;
}
body.pc #zip-top-video ul li .zip-top-video-img.movie:after{
  position: absolute;
  top: 7px;
  right: 7px;
  display: block;
  content: '';
  width: 35px;
  height: 35px;
  background: url(../images/common/article_movie_playbtn.png) no-repeat;
  background-size: cover;
  margin: auto;
}
body.pc #zip-top-video ul li .zip-top-video-img img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  margin: auto;
  object-fit: cover;
}
body.pc #zip-top-video ul li .zip-top-video-txt{
  padding: 13px 15px;
  width: 242px;
}
body.pc #zip-top-video ul li .zip-top-video-txt .zip-top-video-title{
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body.pc #zip-top-video ul li .zip-top-video-txt .zip-top-video-title:not(:target) {
    letter-spacing: 0;
  }
}
@supports (-ms-ime-align:auto) {
  body.pc #zip-top-video ul li .zip-top-video-txt .zip-top-video-title {
    letter-spacing: 0;
  }
}
body.pc #zip-top-video ul li .zip-top-video-txt .zip-top-video-corner{
  font-size: 12px;
  margin-bottom: 5px;
  margin-right: 40px;
  color: #fb7cdf;
}
body.pc #zip-top-video ul li .zip-top-video-icon{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  bottom: 15px;
  right: 15px;
  overflow: hidden;
}
body.pc #zip-top-video ul li .zip-top-video-icon img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* top-btn
**********************************/
body.pc #zip-top-btn{
  margin:45px 0 0;
}
body.pc #zip-top-btn #zip-top-btn-wrapper{
  padding: 0 30px;
}
body.pc #zip-top-btn ul{
  letter-spacing: -.4em;
}
body.pc #zip-top-btn ul li{
  width: 455px;
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: 1.2px;
}
body.pc #zip-top-btn ul li:nth-of-type(2n){
  margin-left: 30px;
}
body.pc #zip-top-btn ul li .zip-top-btn-white-btn{
  width: 455px;
  background: #fb7cdf;
  color: #fff;
}
body.pc #zip-top-btn ul li .zip-top-btn-white-btn .icon-link{
  font-size: 50px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  font-weight: normal;
}

/* top-ranking
**********************************/
body.pc #zip-common-area{background-color:rgba(1,1,1,0);padding:45px 0px 0px;}
body.pc #zip-common-area #zip-common-ranking h3{color:#fff;}
body.pc #zip-common-area #zip-common-ranking a[class$="btn"]{background-color: #fff;color: #5bb7ed;}


/* top-pickup
**********************************/
body.pc #zip-top-pickup{
  margin:45px 0 0;
}
body.pc #zip-top-pickup #zip-top-pickup-wrapper{
  padding: 0 30px;
}
body.pc #zip-top-pickup ul{
  letter-spacing: -.4em;
}
body.pc #zip-top-pickup ul li{
  background-color: rgba(255,255,255,.8);
  border: 3px solid rgba(255,255,255,0);
  margin-top: 30px;
  width: 455px;
}
body.pc #zip-top-pickup ul li:nth-of-type(-n+2) {
  margin-top: 0;
}
body.pc #zip-top-pickup ul li,
body.pc #zip-top-pickup ul li a{
  display: inline-block;
  vertical-align: bottom;
  border-radius: 13px;
}
body.pc #zip-top-pickup ul li:nth-of-type(2n){
  margin-left: 30px;
}
body.pc #zip-top-pickup ul li img{
  border-radius: 10px;
  width: 449px;
  vertical-align: bottom;
}

/* top-footer-contents
**********************************/
body.pc #zip-top-footer .zip-top-footer-contents{
  padding: 0 30px 30px;
  letter-spacing: -.4em;
  text-align: left;
}
body.pc #zip-top-footer .zip-top-footer-content{
width: 455px;
display: inline-block;
letter-spacing: normal;
vertical-align: top;
text-align: left;
padding-top: 30px;
margin-bottom: 15px;
}
body.pc #zip-top-footer .zip-top-footer-content:nth-child(2n) {
    margin-left: 30px;
}

/* zip-top-footer-info
**********************************/
body.pc #zip-top-footer-info ul{
  background: rgba(255,255,255,.8);
  border-radius: 13px;
}
body.pc #zip-top-footer-info ul li{
  border-bottom: 1px solid rgba(68,68,68,.1);
  margin: 0 15px;
}
body.pc #zip-top-footer-info ul li:last-of-type{
  border-bottom: none;
}
body.pc #zip-top-footer-info ul li a{
  padding: 15px 0;
  -webkit-display: flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
body.pc #zip-top-footer-info ul li .zip-top-info-img{
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  min-width: 60px;
  min-height: 60px;
}
body.pc #zip-top-footer-info ul li img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  margin: auto;
  object-fit: cover;
}
body.pc #zip-top-footer-info ul li p{
  display: block;
  letter-spacing: 1.2px;
  font-weight: bold;
  font-size: 15px;
}

/* zip-top-footer-present
**********************************/
body.pc #zip-top-footer-present ul{
  letter-spacing: -.4em;
}
body.pc #zip-top-footer-present ul li{
  background: rgba(255,255,255,.8);
  border-radius: 13px;
  border: 3px solid rgba(255,255,255,0);
  width: 455px;
  display: inline-block;
  letter-spacing: 1.2px;
  margin-top: 30px;
  vertical-align: bottom;
  line-height: 1.5;
  position: relative;
}
body.pc #zip-top-footer-present ul li:first-child{
  margin-top: 0;
}
body.pc #zip-top-footer-present ul li a{
  -webkit-display: flex;
  display: flex;
}
body.pc #zip-top-footer-present ul li .zip-top-footer-present-img{
  width: 116px;
  height: 116px;
  border-radius: 10px;
  overflow: hidden;
}
body.pc #zip-top-footer-present ul li .zip-top-footer-present-img img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
body.pc #zip-top-footer-present ul li .zip-top-footer-present-txt{
  padding: 13px 15px;
  width: 333px;
}
body.pc #zip-top-footer-present ul li .zip-top-footer-present-txt .zip-top-footer-present-title{
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body.pc #zip-top-footer-present ul li .zip-top-footer-present-txt .zip-top-footer-present-title:not(:target) {
    letter-spacing: 0;
  }
}
@supports (-ms-ime-align:auto) {
  body.pc #zip-top-footer-present ul li .zip-top-footer-present-txt .zip-top-footer-present-title {
    letter-spacing: 0;
  }
}
body.pc #zip-top-footer-present ul li .zip-top-footer-present-txt .zip-top-footer-present-corner{
  font-size: 12px;
  margin-bottom: 5px;
  color: #fb7cdf;
  padding-right: 50px;
}
body.pc #zip-top-footer-present ul li .zip-top-footer-present-txt .zip-top-footer-present-corner span{
  color: rgba(68,68,68,.5);
}
body.pc #zip-top-footer-present ul li .zip-top-footer-present-icon{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  bottom: 15px;
  right: 15px;
  overflow: hidden;
}
body.pc #zip-top-footer-present ul li .zip-top-footer-present-icon img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* zip-top-footer-goods
**********************************/
body.pc #zip-top-footer-goods .zip-top-footer-goods-slider{
  background-color: rgba(255,255,255,.8);
  border-radius: 13px;
  overflow: hidden;
  border: 3px solid rgba(255,255,255,0);
}
body.pc #zip-top-footer-goods .zip-top-footer-goods-slider-inner{
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
body.pc #zip-top-footer-goods .zip-top-footer-goods-slider-list{
  width: 100%;
  border-radius: 10px;
}
body.pc #zip-top-footer-goods .zip-top-footer-goods-slider-list li img{
  width: 100%;
  height: auto;
  border-radius: 10px;
}
body.pc #zip-top-footer-goods .zip-top-footer-goods-slider-list button{
  display: none;
}
body.pc #zip-top-footer-goods .zip-top-footer-goods-slider-link{
  position: absolute;
  width: 100%;
  height: 75px;
  bottom: 0;
  left: 0;
  background:-webkit-gradient(linear, left top, left bottom, from(rgba(68,68,68,0)), to(rgba(68,68,68,.8)));
  background:-webkit-linear-gradient(top, rgba(68,68,68,0), rgba(68,68,68,.8));
  background:-moz-linear-gradient(top, rgba(68,68,68,0), rgba(68,68,68,.8));
  background:-o-linear-gradient(top, rgba(68,68,68,0), rgba(68,68,68,.8));
  background:linear-gradient(to bottom, rgba(68,68,68,0), rgba(68,68,68,.8));
  border-radius: 0 0 10px 10px;
}
body.pc #zip-top-footer-goods .zip-top-footer-goods-slider-link li{
  margin: 35px 0 10px;
  float: left;
  width: 50%;
  line-height: 30px;
  text-align: center;
}

body.pc #zip-top-footer-goods .zip-top-footer-goods-slider-link li:last-child{
  border-left: 1px solid #fff;
}
body.pc #zip-top-footer-goods .zip-top-footer-goods-slider-link li a{
  width: 100%;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

/* zip-top-footer-mobile
**********************************/
body.pc #zip-top-footer-mobile ul {
  letter-spacing: -.4em;
}
body.pc #zip-top-footer-mobile ul li:nth-of-type(-n+2) {
  margin-top: 0;
}
body.pc #zip-top-footer-mobile ul li {
  background-color: rgba(255,255,255,.8);
  border: 3px solid rgba(255,255,255,0);
  margin-top: 30px;
  width: 212px;
}
body.pc #zip-top-footer-mobile ul li,
body.pc #zip-top-footer-mobile ul li a {
  display: inline-block;
  vertical-align: bottom;
  border-radius: 13px;
}
body.pc #zip-top-footer-mobile ul li:nth-of-type(2n) {
  margin-left: 31px;
}
body.pc #zip-top-footer-mobile ul li img {
  border-radius: 10px;
  width: 206px;
  vertical-align: bottom;
}

/* share
**********************************/
body.pc #zip-corner-share{
  background-color: #ffffff;
  letter-spacing: -.4em;
  text-align: center;
  padding: 15px 0;
}
body.pc #zip-corner-share p{
  color: rgba(68,68,68,.5);
  display: inline-block;
  letter-spacing: 1.2px;
  font-size: 12px;
  vertical-align: middle;
}
body.pc #zip-corner-share a{
  display: inline-block;
  letter-spacing: normal;
  border-radius: 8px;
  text-indent: -9999px;
  width: 135px;
  height: 40px;
  margin-left: 15px;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
body.pc #zip-corner-share a[class$="fb"]{
  background: #1877f2 url(../images/common/share_icon_fb_white.png) no-repeat;
  background-size: 22px;
  background-position: center;
}
body.pc #zip-corner-share a[class$="tw"]{
  background: #000000 url(../images/common/share_icon_tw_white.png) no-repeat;
  background-size: 18px 19px;
  background-position: center;
  margin-left: 33px;
}
body.pc #zip-corner-share a[class$="line"]{
  background: #00b901 url(../images/common/share_icon_line_white.png) no-repeat;
  background-size: 25px 24px;
  background-position: center;
}

/* SP
**********************************/
/* common
**********************************/
body.sp div[class*="zip-top"] section[id*="zip-top"] div[id$="wrapper"]{
  width: 100%;
  margin: 0 auto;
  position: relative;
}
body.sp div[class*="zip-top"] section[id*="footer"]{
  background: #def5fe;
}
body.sp div[class*="zip-top"] h2{
  color: #fff;
  font-size: 20px;
  margin-bottom:15px;
  padding-left:5px;
  line-height: 1.5;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  letter-spacing: 1.2px;
}
body.sp div[class*="zip-top"] h2 span{
  font-size: 10px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  padding-left: 1em;
}
body.sp div[class*="zip-top"] h3{
  color: #fb7cdf;
  font-size: 17px;
  margin-bottom:15px;
  padding-left:5px;
  line-height: 1.5;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  letter-spacing: 1.2px;
}
body.sp div[class*="zip-top"] p[class$="date"]{
  color: rgba(68,68,68,.5);
  font-size: 10px;
}
body.sp div[class*="zip-top"] a[class$="btn"]{
  display: block;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  width: 62.6%;
  margin: 30px auto 0;
  background: #5bb7ed;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
body.sp #zip-common-header-wrapper > .zip-header-programLogo{display:none;}

/* ntv_setAD_SP_320_100
**********************************/
body.sp #ntv_setAD_SP_320_100{
  padding-bottom: 10px;
  margin-bottom: 0px;
}

/* top-main
**********************************/
body.sp #zip-top-main{
  background-color: #9fe2fd;
  background-image: url(../images/top/main_bg_cast.png), url(../images/top/main_bg_ribbon_right.png), url(../images/top/main_bg_ribbon_left.png), url(../images/common/main_bg_gradation.svg), url(../images/common/main_bg.png);
  background-size: 175px auto, 680px auto, 680px auto, 100%, 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-y;
  background-position: left -5px top -1px, right -120px bottom, left -140px bottom, left top, center top;
  padding-bottom: 140px;
}

/* top-header
**********************************/
body.sp #zip-top-header{
  width: 100%;
  position: relative;
  overflow: hidden;
}
body.sp #zip-top-header .zip-top-header-wrapper{
  width: 100%;
  text-align: center;
}
body.sp #zip-top-header .zip-top-header-wrapper .zip-top-header-logo{
  background: url(../images/common/header_logo_lupin.png);
  background-size: 100% auto;
  width: 100px;
  height: 44px;
  display: block;
  margin: 35px auto 20px;
  line-height: 1;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px;
  white-space: nowrap;
}
body.sp #zip-top-header .zip-top-header-wrapper .zip-top-header-oa{
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #fb7cdf;
  line-height: 1;
  padding: 6px 10px;
  border-radius: 50px;
  background-color: rgba(255,255,255,.8);
  display: inline-block;
  margin-bottom: 15px;
}
body.sp #zip-top-header-sns{
  letter-spacing: -.4em;
  margin-bottom: 15px;
}
body.sp #zip-top-header-sns p {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1.2px;
  margin-right: 10px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-size: 10px;
  color: #fff;
  line-height: 15px;
  text-align: center;
}
body.sp #zip-top-header-sns ul {
  letter-spacing: -.4em;
  display: inline-block;
  vertical-align: middle;
}
body.sp #zip-top-header-sns ul li {
  background-color: rgba(255,255,255,.8);
  border: 3px solid rgba(255,255,255,0);
  margin-left: 10px;
  width: 49px;
}
body.sp #zip-top-header-sns ul li,
body.sp #zip-top-header-sns ul li a {
  display: inline-block;
  vertical-align: bottom;
  border-radius: 50%;
}
body.sp #zip-top-header-sns ul li:first-child{
  margin-left: 0;
}
body.sp #zip-top-header-sns ul li img {
  border-radius: 50%;
  width: 43px;
  vertical-align: bottom;
}

/* top-slider
**********************************/
body.sp #zip-top-slider{
  padding: 0 10px;
}
body.sp #zip-top-slider .zip-top-slider-list{display:none;}
body.sp #zip-top-slider .zip-top-slider-list.on{display:block;}

body.sp #zip-top-slider .zip-top-slider-list li{
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: bottom;
  display: flex;
}
body.sp #zip-top-slider .zip-top-slider-list li:last-child{
  margin-bottom: 0;
}
body.sp #zip-top-slider .zip-top-slider-list li .zip-top-slider-slide{
  background: rgba(255,255,255,.8);
  border-radius: 13px;
  padding: 3px;
  width: 48.6%;
  letter-spacing: 1.2px;
  margin-right: 2.8%;
  vertical-align: bottom;
  line-height: 1.5;
  float: left;
  position: relative;
}
body.sp #zip-top-slider .zip-top-slider-list li .zip-top-slider-slide:nth-child(even){
  margin-right: 0;
}
body.sp #zip-top-slider .zip-top-slider-list li .new:before{
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  display: block;
  background-image: url(../images/top/icon_new.svg);
  background-size: 40px;
  border-radius: 0 10px 0 0;
  top: 3px;
  right: 3px;
  z-index: 1;
}
body.sp #zip-top-slider .zip-top-slider-list li .zip-top-slider-slide a{
  overflow: hidden;
  display: block;
}
body.sp #zip-top-slider .zip-top-slider-list li a .zip-top-slider-img{
  position: relative;
  width: 100%;
  height: 0;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: calc(56.25%);
  z-index: 0;
}
body.sp #zip-top-slider .zip-top-slider-list li a .zip-top-slider-img img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  margin: auto;
  z-index: 0;
  object-fit: cover;
}
body.sp #zip-top-slider .zip-top-slider-list li a .zip-top-slider-txt{
  padding: 10px 10px;
}
body.sp #zip-top-slider .zip-top-slider-list li a .zip-top-slider-txt .zip-top-slider-title{
  font-size: 13px;
  font-weight: bold;
}
body.sp #zip-top-slider .zip-top-slider-list li a .zip-top-slider-txt .zip-top-slider-date{
  margin-top: 3px;
}

/* top-video
**********************************/
body.sp #zip-top-video{
  margin: 30px 0 0;
}
body.sp #zip-top-video-wrapper{
  padding: 0 10px;
}
body.sp #zip-top-video ul{
  letter-spacing: -.4em;
}
body.sp #zip-top-video ul li{
  background: rgba(255,255,255,.8);
  border-radius: 13px;
  border: 3px solid rgba(255,255,255,0);
  width: 100%;
  display: block;
  letter-spacing: 1.2px;
  margin-top: 10px;
  vertical-align: bottom;
  line-height: 1.5;
  position: relative;
}
body.sp #zip-top-video ul li:first-of-type {
  margin-top: 0;
}
body.sp #zip-top-video ul li a{
  -webkit-display: flex;
  display: flex;
}
body.sp #zip-top-video ul li .zip-top-video-img{
  width: 48%;
  height: 0;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: calc(56.25%*0.48);
  z-index: 0;
}
body.sp #zip-top-video ul li .zip-top-video-img.movie:after{
  position: absolute;
  top: 7px;
  right: 7px;
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  background: url(../images/common/article_movie_playbtn.png) no-repeat;
  background-size: cover;
  margin: auto;
}
body.sp #zip-top-video ul li .zip-top-video-img img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  margin: auto;
  z-index: 0;
  object-fit: cover;
}
@media screen and (max-width: 374px) {
  body.sp #zip-top-video ul li .zip-top-video-img{
    height: 94px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 0;
  }
  body.sp #zip-top-video ul li .zip-top-video-img img{
    height: 94px;
    width: auto;
    position: static;
    min-width: auto;
  }
}
body.sp #zip-top-video ul li .zip-top-video-txt{
  padding: 10px 12px;
  width: 52%;
}
body.sp #zip-top-video ul li .zip-top-video-txt .zip-top-video-title{
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 3px;
}
body.sp #zip-top-video ul li .zip-top-video-txt .zip-top-video-corner{
  font-size: 10px;
  margin-bottom: 3px;
  color: #fb7cdf;
  padding-right: 35px;
}
body.sp #zip-top-video ul li .zip-top-video-txt .zip-top-video-date{
  padding-right: 35px;
}
body.sp #zip-top-video ul li .zip-top-video-icon{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
}
body.sp #zip-top-video ul li .zip-top-video-icon img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* top-btn
**********************************/
body.sp #zip-top-btn{
  margin: 30px 0;
}
body.sp #zip-top-btn #zip-top-btn-wrapper{
  padding: 0 10px;
}
body.sp #zip-top-btn ul{
  letter-spacing: -.4em;
}
body.sp #zip-top-btn ul li{
  width: 48.6%;
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: 1.2px;
}
body.sp #zip-top-btn ul li:nth-of-type(2n){
  margin-left: 2.8%;
}
body.sp #zip-top-btn ul li .zip-top-btn-white-btn{
  width: 100%;
  background: #fb7cdf;
  color: #fff;
  margin-top: 0;
}
body.sp #zip-top-btn ul li .zip-top-btn-white-btn.family{
  padding-right: 10px;
  letter-spacing: 0;
}
body.sp #zip-top-btn ul li .zip-top-btn-white-btn .icon-link{
  font-size: 50px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  font-weight: normal;
}
@media screen and (max-width: 374px) {
  body.sp #zip-top-btn ul li .zip-top-btn-white-btn.family .icon-link{
    right: -5px;
  }
}

/* top-ranking
**********************************/
body.sp #zip-common-area{background-color:rgba(1,1,1,0);}
body.sp #zip-common-area #zip-common-ranking{padding:0px !important;}
body.sp #zip-common-area #zip-common-ranking h3{color:#fff;padding:0px 10px;}
body.sp #zip-common-area #zip-common-ranking a[class$="btn"]{background-color: #fff;color: #5bb7ed;}


/* top-pickup
**********************************/
body.sp #zip-top-pickup{
  margin: 30px 0 0;
}
body.sp #zip-top-pickup #zip-top-pickup-wrapper{
  padding: 0 10px;
}
body.sp #zip-top-pickup ul{
  letter-spacing: -.4em;
}
body.sp #zip-top-pickup ul li{
  background-color: rgba(255,255,255,.8);
  border: 3px solid rgba(255,255,255,0);
  margin-top: 10px;
  width: 100%;
}
body.sp #zip-top-pickup ul li:first-child {
  margin-top: 0;
}
body.sp #zip-top-pickup ul li,
body.sp #zip-top-pickup ul li a{
  display: inline-block;
  vertical-align: bottom;
  border-radius: 13px;
}
body.sp #zip-top-pickup ul li img{
  border-radius: 10px;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* top-footer-contents
**********************************/
body.sp #zip-top-footer .zip-top-footer-contents{
  letter-spacing: -.4em;
  text-align: left;
  padding-bottom: 20px;
}
body.sp #zip-top-footer .zip-top-footer-content{
width: 100%;
display: inline-block;
letter-spacing: normal;
vertical-align: top;
text-align: left;
padding-top: 20px;
margin-bottom: 10px;
}
body.sp #zip-top-footer-info,
body.sp #zip-top-footer-present,
body.sp #zip-top-footer-goods,
body.sp #zip-top-footer-sns{
  padding: 0 10px;
}

/* zip-top-footer-info
**********************************/
body.sp #zip-top-footer-info ul{
  background: rgba(255,255,255,.8);
  border-radius: 13px;
}
body.sp #zip-top-footer-info ul li{
  border-bottom: 1px solid rgba(68,68,68,.1);
  margin: 0 10px;
}
body.sp #zip-top-footer-info ul li:last-of-type{
  border-bottom: none;
}

body.sp #zip-top-footer-info ul li a{
  padding: 10px 0;
  -webkit-display: flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
body.sp #zip-top-footer-info ul li .zip-top-info-img{
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  z-index: 0;
  margin-right: 10px;
  min-width: 40px;
  min-height: 40px;
}
body.sp #zip-top-footer-info ul li img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  margin: auto;
  z-index: 0;
  object-fit: cover;
}
body.sp #zip-top-footer-info ul li p{
  display: block;
  letter-spacing: 1.2px;
  font-weight: bold;
}

/* zip-top-footer-present
**********************************/
body.sp #zip-top-footer-present ul{
  letter-spacing: -.4em;
}
body.sp #zip-top-footer-present ul li{
  background: rgba(255,255,255,.8);
  border-radius: 13px;
  border: 3px solid rgba(255,255,255,0);
  width: 100%;
  display: inline-block;
  letter-spacing: 1.2px;
  margin-top: 10px;
  vertical-align: bottom;
  line-height: 1.5;
  position: relative;
}
body.sp #zip-top-footer-present ul li:first-child{
  margin-top: 0;
}
body.sp #zip-top-footer-present ul li a{
  -webkit-display: flex;
  display: flex;
}
body.sp #zip-top-footer-present ul li .zip-top-footer-present-img{
  width: 27%;
  border-radius: 10px;
  overflow: hidden;
}
body.sp #zip-top-footer-present ul li .zip-top-footer-present-img img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
body.sp #zip-top-footer-present ul li .zip-top-footer-present-txt{
  padding: 10px 12px;
  width: 73%;
}
body.sp #zip-top-footer-present ul li .zip-top-footer-present-txt .zip-top-footer-present-title{
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 3px;
}
body.sp #zip-top-footer-present ul li .zip-top-footer-present-txt .zip-top-footer-present-corner{
  font-size: 10px;
  margin-bottom: 3px;
  color: #fb7cdf;
  padding-right: 35px;
}
body.sp #zip-top-footer-present ul li .zip-top-footer-present-txt .zip-top-footer-present-corner span{
  color: rgba(68,68,68,.5);
}
body.sp #zip-top-footer-present ul li .zip-top-footer-present-icon{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
}
body.sp #zip-top-footer-present ul li .zip-top-footer-present-icon img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 374px) {
  body.sp #zip-top-footer-present ul li .zip-top-footer-present-img{
    min-width: 94px;
  }
  body.sp #zip-top-footer-present ul li .zip-top-footer-present-txt{
    width: auto;
  }
}

/* zip-top-footer-goods
**********************************/
body.sp #zip-top-footer-goods .zip-top-footer-goods-slider{
  background-color: rgba(255,255,255,.8);
  border-radius: 13px;
  overflow: hidden;
  border: 3px solid rgba(255,255,255,0);
}
body.sp #zip-top-footer-goods .zip-top-footer-goods-slider-inner{
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
body.sp #zip-top-footer-goods .zip-top-footer-goods-slider-list{
  width: 100%
  border-radius: 10px;
}
body.sp #zip-top-footer-goods .zip-top-footer-goods-slider-list li img{
  width: 100%;
  height: auto;
  border-radius: 10px;
}
body.sp #zip-top-footer-goods .zip-top-footer-goods-slider-list button{
  display: none;
}
body.sp #zip-top-footer-goods .zip-top-footer-goods-slider-link{
  position: absolute;
  width: 100%;
  height: 75px;
  bottom: 0;
  left: 0;
  background:-webkit-gradient(linear, left top, left bottom, from(rgba(68,68,68,0)), to(rgba(68,68,68,.8)));
  background:-webkit-linear-gradient(top, rgba(68,68,68,0), rgba(68,68,68,.8));
  background:-moz-linear-gradient(top, rgba(68,68,68,0), rgba(68,68,68,.8));
  background:-o-linear-gradient(top, rgba(68,68,68,0), rgba(68,68,68,.8));
  background:linear-gradient(to bottom, rgba(68,68,68,0), rgba(68,68,68,.8));
  border-radius: 0 0 10px 10px;
}
body.sp #zip-top-footer-goods .zip-top-footer-goods-slider-link li{
  margin: 35px 0 10px;
  float: left;
  width: 50%;
  line-height: 30px;
  text-align: center;
}
body.sp #zip-top-footer-goods .zip-top-footer-goods-slider-link li:last-child{
  border-left: 1px solid #fff;
}
body.sp #zip-top-footer-goods .zip-top-footer-goods-slider-link li a{
  width: 100%;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

/* zip-top-footer-mobile
**********************************/
body.sp #zip-top-footer-mobile h3 {
  padding-right: 10px;
  padding-left: 15px;
}
body.sp #zip-top-footer-mobile ul {
  -webkit-display: flex;
  display: flex;
  overflow-x: scroll;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  padding: 0 10px;
}
body.sp #zip-top-footer-mobile ul li {
  background-color: rgba(255,255,255,.8);
  border: 3px solid rgba(255,255,255,0);
  width: 160px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 10px;
  max-width: 160px;
  min-width: 160px;
}
body.sp #zip-top-footer-mobile ul li:last-child {
  margin-right: 0;
}
body.sp #zip-top-footer-mobile ul li,
body.sp #zip-top-footer-mobile ul li a {
  display: inline-block;
  vertical-align: bottom;
  border-radius: 13px;
}
body.sp #zip-top-footer-mobile ul li:last-child a{
  margin-right: 13px;
}
body.sp #zip-top-footer-mobile ul li img {
  border-radius: 10px;
  width: 154px;
  vertical-align: bottom;
}

/* share
**********************************/
body.sp #zip-corner-share{
  background-color: #ffffff;
  letter-spacing: -.4em;
  text-align: center;
  padding: 15px 0;
}
body.sp #zip-corner-share p{
  color: rgba(68,68,68,.5);
  display: inline-block;
  letter-spacing: 1.2px;
  font-size: 10px;
  vertical-align: middle;
}
body.sp #zip-corner-share a{
  display: inline-block;
  letter-spacing: normal;
  border-radius: 0;
  text-indent: -9999px;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
body.sp #zip-corner-share a[class$="fb"]{
  background: url(../images/common/share_icon_fb.png) no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  margin-left: 30px;
}
body.sp #zip-corner-share a[class$="tw"]{
  background: url(../images/common/share_icon_tw.png) no-repeat;
  background-size: cover;
  width: 24px;
  height: 20px;
  margin-left: 40px;
}
body.sp #zip-corner-share a[class$="line"]{
  background: url(../images/common/share_icon_line.png) no-repeat;
  background-size: cover;
  width: 25px;
  height: 24px;
  margin-left: 35px;
}
