@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: 40px 0 0 0;
  background-repeat: no-repeat;
  background-position: top right,top 22% left,top 100% right;
  background-image: url("../img/bg_tree01.png"),url("../img/bg_tree02.png"),url("../img/bg_tree03.png");

  background-color: #f4f2f0;
}
.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;
  max-width: 1160px;
  margin: 0 auto 80px;
  padding: 40px;
  z-index: 0;
  background: url("../img/bg_xmas.png") center right 10px no-repeat #fff;
}
.favorite .kv .inner{
  background: #fff;
  border: 10px solid #000;
}
.favorite .kv .inner h2{
  border-bottom: 10px solid #000;
}
.favorite .kv .inner .kvlist{
  display: flex;
  border-bottom: 10px solid #000;
}
.favorite .kv .inner .kvlist li{
  border-right: 10px solid #000;
}
.favorite .kv .inner .kvlist li:last-child{
  border-right: 0;
}
.favorite .kv .inner .intro{
  display: flex;
  align-items: center;
  border-bottom: 10px solid #000;
}

.favorite .kv .inner .intro img{
  width: 360px;
}

.favorite .kv .inner .intro .txt{
  padding: 20px 40px;
}
.favorite .kv .inner .intro .txt h3{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
.favorite .kv .inner .intro .txt p{
  line-height: 1.8;
}

.favorite .kv .inner .kvnav ul{
  display: flex;
}
.favorite .kv .inner .kvnav li{
  border-right: 10px solid #000;
}
.favorite .kv .inner .kvnav li:last-child{
  border-right: 0;
}











.favorite .cont-recommend{
  position: relative;
  max-width: 1160px;
  margin: 0 auto 80px;
  padding: 40px;
  z-index: 0;
  background: url("../img/bg_xmas.png") center right 10px no-repeat #fff;
}

.favorite .cont-recommend .inner{
  background: #fff;
  border: 10px solid #000;
}
.favorite .cont-recommend .reco-head{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 10px solid #000;
}
.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 .lead{
  border-top: 10px solid #000;
  border-bottom: 10px solid #000;
  padding: 40px;
  line-height: 2;
}
.favorite .cont-recommend .inner .reco-card{
  border-bottom: 10px solid #000;
}

.favorite .cont-recommend .inner .reco-card .img{
  display: flex;
  width: 100%;
}
.favorite .cont-recommend .inner .reco-card .img img{
  width: 100%;
}

.favorite .cont-recommend .inner .reco-card .shopinfo{
  padding: 30px 0 0 0;
  display: flex;
  justify-content: space-around;
}
.favorite .cont-recommend .inner .reco-card .shopinfo li{
  display: flex;
  width: 45%;
}
.favorite .cont-recommend .inner .reco-card .shopinfo li:first-child{
  margin: 0 0 25px;
}
.favorite .cont-recommend .inner .reco-card .shopinfo li:last-child{
}
.favorite .cont-recommend .inner .reco-card .shopinfo .floor{
  flex-basis: 24.39%;
  letter-spacing: -1px;
}
.favorite .cont-recommend .inner .reco-card .shopinfo p span{
  font-size: 11px;
  display: block;
  padding-bottom: 10px;
}

.favorite .cont-recommend .inner .reco-card .shopinfo .shop{
  flex-basis: 58.92%;
}
.favorite .cont-recommend .inner .reco-card .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 .reco-card .shopinfo .more a:hover{
  opacity: 0.6
}


.favorite .cont-recommend .inner .media{
  border-bottom: 10px solid #000;
  display: flex;
}
.favorite .cont-recommend .inner .media .movie{
  border-right: 10px solid #000;
  width: 100%;
  flex-basis: 330px;
}
@media all and (-ms-high-contrast:none){

*::-ms-backdrop, .favorite .cont-recommend .inner .media .movie{
  flex-basis: 320px;
}
/* IE11 */

}
.favorite .cont-recommend .inner .media .photo{
  flex-basis: 730px;
}

.favorite .cont-recommend .inner .reco-foot{
  display: flex;
  align-items: center;
}

.favorite .cont-recommend .inner .reco-foot .detail{
  flex-basis: 510px;
  padding: 40px 30px 0px;
}
.favorite .cont-recommend .inner .reco-foot .detail h4{
  margin: 0 0 20px;
}
.favorite .cont-recommend .inner .reco-foot .detail p{
  line-height: 1.8;
  font-size: 14px;
}
.favorite .cont-recommend .inner .reco-foot .detail .shopinfo{
  padding: 30px 0 0 0;
}
.favorite .cont-recommend .inner .reco-foot .detail .shopinfo li{
  display: flex;
  width: 100%;
}
.favorite .cont-recommend .inner .reco-foot .detail .shopinfo li:first-child{
  margin: 0 0 25px;
}
.favorite .cont-recommend .inner .reco-foot .detail .shopinfo li:last-child{
}
.favorite .cont-recommend .inner .reco-foot .detail .shopinfo .floor{
  flex-basis: 24.39%;
  letter-spacing: -1px;
}
.favorite .cont-recommend .inner .reco-foot .detail .shopinfo p span{
  font-size: 11px;
  display: block;
  padding-bottom: 10px;
}

.favorite .cont-recommend .inner .reco-foot .detail .shopinfo .shop{
  flex-basis: 58.92%;
}
.favorite .cont-recommend .inner .reco-foot .detail .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 .reco-foot .detail .shopinfo .more a:hover{
  opacity: 0.6
}

.favorite .cont-recommend .inner .reco-foot .photo{
  flex-basis: 550px;
  min-height: 330px;
}

.favorite #reco01 .inner .reco-foot .photo{
  background: url("../img/img_reco01-03.jpg") center right;
  background-size: cover;
}
.favorite #reco02 .inner .reco-foot .photo{
  background: url("../img/img_reco02-03.jpg") center right;
  background-size: cover;
}
.favorite #reco03 .inner .reco-foot .photo{
  background: url("../img/img_reco03-03.jpg") center right;
  background-size: cover;
}
.favorite #reco04 .inner .reco-foot .photo{
  background: url("../img/img_reco04-03.jpg") center left;
  background-size: cover;
}


.bottom--bnr{
    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:1160px) {
  .favorite .kv{
    margin: 0 5% 80px;
  }
  .favorite .cont-recommend{
    margin: 0 5% 80px;
  }
}
@media screen and (max-width:1100px) {
  .favorite .kv .inner .intro .txt h3{
    font-size: 22px;
  }
  .favorite .kv .inner .intro .txt p{
    font-size: 14px;
  }

}

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


}

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

  .favorite{
    background-size: 500px auto,700px auto,700px auto;
    background-position: top right,top 12% left,top 43% right;  
  }

  .favorite .kv{
    padding: 20px;
    background: url("../img/bg_xmas.png") center right 5px no-repeat #fff;
    background-size: 9px auto;
  }
  .favorite .kv .inner{
    border: 6px solid #000;
  }
  .favorite .kv .inner h2{
    border-bottom: 6px solid #000;
  }
  .favorite .kv .inner .kvlist{
    border-bottom: 6px solid #000;
  }
  .favorite .kv .inner .kvlist li{
    border-right: 6px solid #000;
  }


  .favorite .kv .inner .intro{
    display: block;
    border-bottom: 6px solid #000;
  }
  .favorite .kv .inner .intro img{
    width: 100%;
  }
  .favorite .kv .inner .intro .txt{
    padding: 20px;
  }
  .favorite .kv .inner .intro .txt h3{
    font-size: 4vw;
  }
  .favorite .kv .inner .intro .txt p{
    font-size: 3.2vw;
  }
  .favorite .kv .inner .kvnav li{
    border-right: 6px solid #000;
  }


  .favorite .cont-recommend{
    padding: 20px;
    background: url("../img/bg_xmas.png") center right 5px no-repeat #fff;
    background-size: 9px auto;

  }
  .favorite .cont-recommend .inner{
    border: 6px solid #000
  }
  .favorite .cont-recommend .reco-head{
    border-bottom: 6px solid #000;
  }
  .favorite .cont-recommend .reco-head h3{
    width: 160px;
  }

  .favorite #reco01 .reco-head .logo{
    width: 80px;
  }
  .favorite #reco02 .reco-head .logo{
    width: 120px;
  }
  .favorite #reco03 .reco-head .logo{
    width: 120px;
  }  
  .favorite #reco04 .reco-head .logo{
    width: 120px;
  }



  .favorite .cont-recommend .inner .lead{
    border-top: 6px solid #000;
    border-bottom: 6px solid #000;
    padding: 20px;
  }
  .favorite .cont-recommend .inner .lead p{
    font-size: 3.2vw;
  }
  .favorite .cont-recommend .inner .reco-card{
    border-bottom: 6px solid #000;
  }
  .favorite .cont-recommend .inner .reco-card .img{
    display: block;
  }
  .favorite .cont-recommend .inner .reco-card .shopinfo{
    display: block;
    padding: 5%;
  }
  .favorite .cont-recommend .inner .reco-card .shopinfo li{
    width: 100%;
  }
  .favorite .cont-recommend .inner .reco-card .shopinfo .floor{
    font-size: 3vw;
    flex-basis: 30%;
    line-height: 1.2;
  }
  .favorite .cont-recommend .inner .reco-card .shopinfo .shop{
    font-size: 3vw;
    flex-basis: 58.92%;
    line-height: 1.2;
  }
  .favorite .cont-recommend .inner .media{
    border-bottom: 6px solid #000;
    display: block;
  }
  .favorite .cont-recommend .inner .media .movie{
    border-right: 0;
    border-bottom: 6px solid #000;
  }
  .favorite .cont-recommend .inner .media .movie img{
    width: 100%;
  }

.favorite .cont-recommend .inner .reco-foot{
  display: block;
}
.favorite .cont-recommend .inner .reco-foot .detail{
  padding: 20px;
}
.favorite .cont-recommend .inner .reco-foot .detail .shopinfo .floor{
    font-size: 3vw;
    flex-basis: 30%;
    line-height: 1.2;
}
.favorite .cont-recommend .inner .reco-foot .detail .shopinfo .shop{
    font-size: 3vw;
    flex-basis: 58.92%;
    line-height: 1.2;
}
.favorite #reco01 .inner .reco-foot .photo,
.favorite #reco02 .inner .reco-foot .photo,
.favorite #reco03 .inner .reco-foot .photo,
.favorite #reco04 .inner .reco-foot .photo{
  padding-top : 54%;
  min-height: 0;
}


  .favorite .bottom--bnr {
      margin: 0 auto;
  }
  .favorite .bottom--bnr a{
    width: 80%;
  }

  /*----*/}

