@charset "utf-8";
/* ===================================================================
  CSS information
  file name  :  style.css
  style info :  /index.html
=================================================================== */


.fadeInUp {
  -webkit-animation-fill-mode:both;
  -ms-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-duration:1s;
  -ms-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  visibility: visible !important;
}
@-webkit-keyframes fadeInUp {
  0% { opacity: 0; -webkit-transform: translateY(20px); }
  100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInUp {
  0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
  100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
/*ClearFix-*/
.clear:after {
  content:"";
  display:block;
  height:0;
  clear:both;
  visibility: hidden;
}
.clear {display:block;}

/* ================ PC Style ================= */
.pc{display: inline-block;}
.sp{display: none;}
.contents-nav{
  margin-top: 0 ! important;
}
.favorite{
  font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height:1;
  overflow: hidden;
  color: #000;
  -webkit-text-size-adjust: none;
  padding: 0 0 0 0;
}
.favorite a{
  -webkit-transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.favorite .kv{
  position: relative;
  width: 100%;
  background: url(../img/ttl.jpg) top center no-repeat;
  background-size: cover;
}
.favorite .kv::before {
  content: "";
  display: block;
  padding-top: 48.25%;
}

.favorite .cont-head{
  max-width: 1080px;
  margin: 0 auto;
  padding: 90px 0 0 0;
}
.favorite .cont-head-ex{
  text-align: center;
}
.favorite .cont-head-ex h2{
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  margin: 0 0 30px;
}
.favorite .cont-head-ex img{
  width: 171px;
}
.favorite .cont-head--lead{
  font-size: 20px;
  line-height: 2;
  margin: -10px 0 20px 0;
}
.favorite .cont-head--txt{
  font-size: 14px;
  line-height: 2;
  letter-spacing: -1px;
  padding: 3% 0 0 0;
}


.favorite .cont-head nav{
  margin: 0 auto;
  clear: both;
  padding: 60px 0 170px 0;
  position: relative;
}

.favorite .cont-head nav ul{
  margin: 0 auto;
  max-width: 1080px;
  display: flex;
  justify-content: space-between;
}
.favorite .cont-head nav ul li:last-child{
  margin: 0 0 0 0;
}
.favorite .cont-head nav ul li img{
  vertical-align: bottom;
}
.favorite .cont-head nav ul li a:hover{
  opacity: 0.6
}



.favorite .cont-recommend{
  padding:0 0 200px;
 /* max-width: 1600px;*/
  margin: 0 auto;
  position: relative;
  background: #f8ddb8;
}


.favorite .cont-recommend .inner{
  position: relative;
  z-index: 1;
}
.favorite .cont-recommend .inner .visual h2{
  position: absolute;
  top:-60px;
  left: 50%;
  margin: 0 0 0 -500px;
}
.favorite .cont-recommend .inner .visual{
  position: relative;
}
.favorite .cont-recommend .inner .visual .image01,
.favorite .cont-recommend .inner .visual .image02{
  width: 100%;
}

.favorite .cont-recommend .inner .visual .logo{
  position: absolute;
  bottom: 40px;
  right: 50%;
  margin-right: -504px;
}
.favorite .cont-recommend .inner .lead{
  max-width: 1000px;
  margin: 0 auto 50px;
  padding: 50px 0;
  line-height: 2.0;
}
.favorite .cont-recommend .inner .bg_box{
  max-width: 1080px;
  margin: 0 auto;
  background: #fff;
  padding: 90px 90px 40px;
  position: relative;
  overflow: visible;
}
.favorite .cont-recommend .inner .bg_box:after{
  position: absolute;
  top: -50px;
  left: -5%;
  content: "";
  background: url("../img/frame.png") top center no-repeat;
  background-size: 100% 100%;
  width: 110%;
  height: calc(100% + 100px);
}

.favorite .cont-recommend .inner .first_box{
  display: flex;
  justify-content: space-between;
}

.favorite .cont-recommend .inner .box{
  overflow: hidden;
  margin: 0 0 60px;
  position: relative;
  z-index: 2;
}
.favorite .cont-recommend .inner .box h3{
  position: relative;
  margin: 0 0 30px;
  font-size: 24px;
  font-weight: 500;
}
.favorite .cont-recommend .inner .box h3:after{
  width: 20px;
  height: 1px;
  display: block;
  content: "";
  background: #000;
}
.favorite .cont-recommend .inner .box h3 span{
  display: block;
  font-size: 12px;
  padding: 20px 0 30px;
}

.favorite .cont-recommend .inner .card_box{
  width: calc((530 / 900) * 100%);
}
.favorite .cont-recommend .inner .movie_box{
  width: calc((330 / 900) * 100%);
}
.favorite .cont-recommend .inner .box ul.shopinfo{
  padding: 30px 0 0 0;
}
.favorite .cont-recommend .inner .box .shopinfo li{
  display: flex;
  width: 100%;
}
.favorite .cont-recommend .inner .box .shopinfo li:first-child{
  margin: 0 0 25px;
}
.favorite .cont-recommend .inner .box .shopinfo li:last-child{
}
.favorite .cont-recommend .inner .box .shopinfo .floor{
  flex-basis: 24.39%;
  letter-spacing: -1px;
}
.favorite .cont-recommend .inner .box .shopinfo p span{
  font-size: 11px;
  display: block;
  padding-bottom: 10px;
}

.favorite .cont-recommend .inner .box .shopinfo .shop{
  flex-basis: 58.92%;
}
.favorite .cont-recommend .inner .box .shopinfo .more{
  display: inline-block;
  flex-basis: 16.69%;
  font-size: 14px;
  text-decoration: underline;
  padding-top: 1.3em;
  text-align: right;
  white-space: nowrap;
}
.favorite .cont-recommend .inner .box .shopinfo .more a:hover{
  opacity: 0.6
}


.favorite .cont-recommend .inner .box .shopinfo .enoteca{
  font-size: 12px;
}

.favorite .cont-recommend .inner .box .movie-thumb{
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.favorite .cont-recommend .inner .box .movie-thumb a:hover{
  opacity: 0.6
}

.favorite .cont-recommend .inner .box .pic01{
  float: left;
  width: calc((550 / 900) * 100%);
}
.favorite .cont-recommend .inner .box .pic02{
  float: right;
  width: calc((320 / 900) * 100%);
  margin: 0 0 3.5%;
}
.favorite .cont-recommend .inner .box .pic03{
  float: right;
  width: calc((320 / 900) * 100%);
}



.favorite .cont-recommend .inner .box .cont{
  display: flex;
  flex-direction: row-reverse;
}
.favorite .cont-recommend .inner .box .cont .thumb{
  width: 100%
}
.favorite .cont-recommend .inner .box .cont .detail{
  width: 100%;
  padding-right:23px;
}
.favorite .cont-recommend .inner .box .cont .detail .txt{
  line-height: 2.0;
  padding: 2em 0 0 0;
  font-size: 14px;
}
.favorite .cont-recommend .inner .box .cont .detail .shopinfo{
  padding: 30px 0 0;
  display: flex;
}



.bottom--bnr{
    background:#f8ddb8 ;
    margin: 0 auto;
    padding-bottom: 100px;
    position: relative;
    z-index: 2;
}
.bottom--bnr a{
  display: block;
  max-width: 600px;
  margin: 0 auto
}
.bottom--bnr a:hover{
  opacity: 0.6
}


.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:1360px) {



}

@media screen and (max-width:1060px) {

}

@media screen and (max-width:1000px) {


}

@media screen and (max-width:767px) {
  /* ================ SP Style ================= */
  .sp{display: inline-block;}
  .pc{display: none;}

  .favorite {
  }
  .favorite .kv{
    background: none;
  }
  .favorite .kv:before{
    content:"";
    display: none;
  }

  .favorite .cont-head{
    width: 100%;
    margin: 0 auto;
    padding: 12% 0 0;
  }
  .favorite .cont-head-ex h2{
    font-size: 16px;
  }
  .favorite .cont-head-ex img{
    width: 120px;
  }
  .favorite .cont-head--card{
    float: none;
    width: 100%;
    max-width: 288px;
    margin: 4% auto;
  }
  .favorite .cont-head-ex{
    float: none;
    width: 96%;
    margin: 0 auto;
  }
  .favorite .cont-head--lead{
    font-size: 5.34vw;
    text-align: center;
    margin: 0 0 0 0;
  }
  .favorite .cont-head--txt{
    font-size: 3.74vw;
    text-align: center;
  }


  .favorite .cont-head nav{
    padding: 12% 2% 22.66%;
  }

  .favorite .cont-head nav ul li{
    width: 24%;
  }

  .favorite .cont-recommend{
    padding: 0 0 100px;
  }
  .favorite .reco:after{
    display: none;
  }

  .favorite .cont-recommend .inner .visual{
  }
  .favorite .cont-recommend .inner .visual h2{
    width: 140px;
    top: -20px;
    left: 5px;
    margin: 0;
  }
  .favorite .cont-recommend .inner .visual .logo{
    width: 100px;
    right: 5px;
    bottom: 5px;
    margin: 0;
  }

  .favorite .cont-recommend .inner .lead{
    margin: 0 8% 4%;
    font-size: 14px;
    padding: 8% 0;
  }

  .favorite .cont-recommend .inner .bg_box{
    padding: 8% 8%;
    margin: 0 8%;
  }
  .favorite .cont-recommend .inner .bg_box:after{
    position: absolute;
    top: -25px;
    left: -10%;
    content: "";
    background: url("../img/frame_sp.png") top center no-repeat;
    background-size: 100% 100%;
    width: 120%;
    height: calc(100% + 50px);
  }
  .favorite .cont-recommend .inner .first_box{
    display: block;
  }
  .favorite .cont-recommend .inner .card_box{
    width: 100%;
  }
  .favorite .cont-recommend .inner .movie_box{
    width: 100%;
  }
  .favorite .cont-recommend .inner .box ul.shopinfo {
    display: block;
  }
  .favorite .cont-recommend .inner .box ul.shopinfo li{
    padding: 0 0 4% ! important;
    margin: 0 0 4%
  }
  .favorite .cont-recommend .inner .box ul.shopinfo li:first-child{
    border-right: 0;
    border-bottom: 1px solid #000;
  }
  .favorite .cont-recommend .inner .box .shopinfo .floor{
    font-size: 3vw;
    flex-basis: 30%
  }
  .favorite .cont-recommend .inner .box .shopinfo .shop{
    font-size: 3vw;
  }
  .favorite .cont-recommend .inner .box .shopinfo .more{
    font-size: 2.8vw;
  }


  .favorite .cont-recommend .inner .box .movie-thumb{
    display: block;
    text-align: center;
  }
  .favorite .cont-recommend .inner .box .movie-thumb a{
    display: block;
  }
  .favorite .cont-recommend .inner .box .pic01{
    width: 100%;
    float: none;
    margin: 0 0 3.5%;
  }
  .favorite .cont-recommend .inner .box .pic02{
    width: 48%;
    float: left;
  }
  .favorite .cont-recommend .inner .box .pic03{
    width: 48%;
    float: right;
  }



  .favorite .cont-recommend .inner .box .card img{
    width: 100%
  }
  .favorite .cont-recommend .inner .box .cont{
    display: block;
  }
  .favorite .cont-recommend .inner .box .cont .thumb{
    text-align: center;
  }
  .favorite .cont-recommend .inner .box .cont .detail{
    padding: 4% 0 0 0;
  }
  .favorite .cont-recommend .inner .box .cont .detail .txt{
    font-size: 3.4vw;
  }
  .favorite .bottom--bnr {
      margin: 0 auto;
  }
  .favorite .bottom--bnr a{
    width: 80%;
  }

  /*----*/}

