@charset "utf-8";


* { box-sizing: border-box; }

a, a::before, a::after { transition: all .3s; }
a.blank{
  pointer-events: none;
  color: #666;
}

img { max-width: 100%; }
.bold { font-weight: bold; }

/* clearfix */
.clearfix:after,.clearfix:before{display:table;content:" "}.clearfix:after{clear:both}

/* btn */
.btn { text-align: center; }
.btn a, .btn input { -webkit-appearance: none; display: inline-block; }


#winterGreetings a[target="_blank"]::after {
  display:none;
}

.lead, .lead p, .text, .text p{
  padding:0 0 10px;
}
.sml{
  font-size:12px;
}

#title{
  padding:50px 0 140px;
  text-align:center;
  background:url("/static/aimyong/fanclub/feature/wintergreetings/bg_top.png"), #bee5ff;
  background-size:100% auto;
  background-repeat:no-repeat;
  background-position: top center;
}
#title .logo{
  display: inline-block;
  margin:0 0 40px;
  width:250px;
  line-height:0;
}
#title h1{
  font-family: 'glacial_indifferencebold', 'Roboto';
  color:#0075c2;
  font-size:90px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.2;
}
#title .logo, #title h1 span{
  opacity: 0;
  display: inline-block;
  transform: translatey(10%);
  transition: all .7s ease-out;
}
#title h1 span{transform: translatey(15%);}

#title p.mainLead {
font-size: 20px;
font-weight: bold;
letter-spacing: 0.08em;
padding: 30px 0 0;
text-shadow: 0 0 5px #fff;
}


#winterGreetings{
  padding: 0 0 50px;
  font-family:-apple-system, Helvetica, Arial, YakuHanJP, "Work Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background: url("/static/aimyong/fanclub/feature/wintergreetings/bg.png"), linear-gradient(to bottom, #bee5ff 0%,#0075c2 100%);
  background-size:100% auto;
  background-repeat:repeat-y;
  background-position: top center;
}


#winterGreetings ul li{
  margin:0 0 150px;
  padding:50px;
  background:#fff;
  opacity: 0;
  transform: translatey(10%);
  transition: all 1s ease-out;
}
#winterGreetings ul li dl dt{
  opacity: 0;
  transform: translatey(10%);
  transition: all 1.5s ease-out;
}
#winterGreetings ul li dl dd{
  opacity: 0;
  transform: translatey(10%);
  transition: all 1s ease-out;
}
#winterGreetings ul li.goods dl dt{
  transition: all 1s ease-out;
}
.loaded #winterGreetings ul li.calendar, .loaded #winterGreetings ul li.calendar dl dt, .loaded #winterGreetings ul li.calendar dl dd,
.loaded #winterGreetings ul li.started, #winterGreetings ul li dl dt.started, #winterGreetings ul li dl dd.started, .loaded #title .logo, .loaded #title h1 span{
  opacity: 1;
  transform: none;
}
#winterGreetings ul li dl{
  position:relative;
}
#winterGreetings ul li dl dt{
  line-height:0;
}
#winterGreetings ul li dl dt::before{
  position: absolute;
  top:0;
  left: 0;
  content: url("/static/aimyong/fanclub/feature/wintergreetings/dummy.png");
  width: 100%;
  height: 100%;
}

#winterGreetings ul li dl dt .icoAim{
  position:absolute;
  top:15px;
  right:15px;
  display: block;
  padding: 24px 0 0;
  width:110px;
  height:110px;
  color:#fff;
  font-size: 17px;
  font-weight:bold;
  text-align: center;
  line-height: 1.05;
  border-radius:50%;
  background:#f53434;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
}
#winterGreetings ul li dl dt .icoAim i{
  font-family: 'glacial_indifferencebold', 'Roboto';
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
}

#winterGreetings ul li dl dd h2{
  padding:0 0 30px;
  font-size:32px;
  font-weight: bold;
  line-height: 1.4;
}
#winterGreetings ul li.calendar{
  background:#ffffcc;
}

.mv{
  padding:0 0 20px;
}
.mv a{
  display:block;
  line-height:0;
}
.mv div{
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.mv div iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.btn a{
  position: relative;
  padding: 10px 90px;
  letter-spacing: 2px;
  font-size: 16px;
  border-radius: 50px;
  color:#fff;
  background-image: linear-gradient(to right, #0075c2 0%,#00c1f2 100%);
  background-size: 150% auto;
}
#winterGreetings .btn a[target="_blank"]::after{
  display:block;
  position: absolute;
  margin: -6px 0 0;
  content: "";
  vertical-align: middle;
  top:50%;
  right:-10px;
  width: 11px;
  height: 11px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index:0;
  transition: all .3s ease;
  overflow: hidden;
}



@media screen and (min-width: 960px){

  #winterGreetings ul li dl dt{
    position:absolute;
    top: -100px;
    width:480px;
  }
  #winterGreetings ul li:nth-child(2n+1) dt{
    left:-100px;
  }
  #winterGreetings ul li:nth-child(2n) dt{
    right:-100px;
  }
  #winterGreetings ul li dl dd{
    padding:0 0 0 430px;
  }
  #winterGreetings ul li:nth-child(2n) dl dd{
    padding:0 430px 0 0;
  }
  #winterGreetings ul li.calendar dl dt{
    width: 550px;
  }
  #winterGreetings ul li.calendar dl dd{
    padding: 0 0 0 500px;
  }
  #winterGreetings ul li.goods  dl dt{
    position: relative;
    top: 0;
    right: 0;
    float: right;
    width: 300px;
  }
  #winterGreetings ul li.goods  dl dd{
    padding: 0 330px 0 0;
  }

  #winterGreetings ul{
    width:1000px;
    margin:0 auto;
  }

  .btn a:hover{
    background-position: right center;
  }
  #winterGreetings .btn a[target="_blank"]:hover::after{
    right:18px;
  }
  
  .btnOf{
    display:none;
  }

}

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

  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }

  body:not(.page--home) .wrap{padding-top: 0;}
  body .wrap header{display: none;}

  .lead, .text{
    padding:0 0 8px;
    line-height: 1.5;
  }
  .text{
    padding:0 0 12px;
  }

  #title {
    padding:40px 20px 45px;
    background-size: 180% auto;
  }
  #title .logo{
    width: 150px;
    margin:0 0 30px;
  }
  #title h1{
    font-size:33px;
    letter-spacing: 0;
  }
  #title h1 span{transform: translatey(25%);}
  
  
#title p.mainLead {
font-size: 14px;
}



  #winterGreetings{
    padding:20px;
    background-size:110% auto;
    background-position: top center;
  }
  #winterGreetings ul li{
    margin: 0 0 80px;
    padding:20px;
  }
  #winterGreetings ul li dl dt{
    position: relative;
    margin: -50px 0 0;
  }
  #winterGreetings ul li dl dt .icoAim{
    top: 8px;
    right: 8px;
    padding: 14px 0 0;
    width: 65px;
    height: 65px;
    font-size: 11px;
  }
  #winterGreetings ul li dl dt .icoAim i{
    font-size: 22px;
  }
  #winterGreetings ul li dl dd h2{
    padding: 12px 0;
    font-size: 24px;
  }
  #winterGreetings ul li.goods dl dd h2{
    font-size: 20px;
  }

  #winterGreetings .btn a[target="_blank"]::after{
    right:18px;
  }
  
  .btn{
    margin: 0 0 10px;
  }
  .btn a{
    width: 100%;
    padding: 10px;
  }
  .btnOf{
    display:block;
  }
  .btnOf a{
    display:block;
    width:60%;
    margin:0 auto 50px;
    position: relative;
    padding: 10px;
    letter-spacing: 2px;
    font-family: 'glacial_indifferencebold', 'Roboto';
    font-size: 14px;
    text-align: center;
    border-radius: 50px;
    color:#fff;
    border:1px solid;
  }

}