@charset "utf-8";

/*Default*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearFix::after {
  content: " ";
  display: block;
  clear: both;

}
h1,h2,h3,h4,h5,h6,p {
  margin: 0;
}
ul,ol,dl,dt,dd {
  list-style: none;
  padding: 0;
  margin: 0;
}
img{
  display: block;
}
body {
  background: #f4e621;
}
.showSp {
  display: none;
}
.showPc {
  display: block;
}
#myCanvas {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 20px solid #606060;
}
/*Default end*/


/*mainVisual*/
.mv {

  background: #5ba7f2; /* Old browsers */
  background: -moz-linear-gradient(top,  #5ba7f2 0%, #f4e621 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #5ba7f2 0%,#f4e621 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #5ba7f2 0%,#f4e621 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ba7f2', endColorstr='#f4e621',GradientType=0 ); /* IE6-9 */

  position: relative;
  height:  425px;
  z-index: -100;
}
.mvWrap {
  max-width: 1024px;
  width: auto;
  margin: 0 auto;
}
.siteLogo {
  position: absolute;
  padding: 25px 0 0 50px;
}
.siteLogo img{
  width: 270px;
  height: auto;
}
.osusumeTv {
  display: block;
  width: 160px;
  position: absolute;
  top: 55px;
  left: calc(40% + 50px);
  transition: 2s;
}
.osusumeTv img {
  display: block;
  width: 160px;
  height: auto;
}
.snsBox {
  width: 150px;
  border: 4px solid #f4e621;
  background: #fff;
  position: fixed;
  top: 0;
  right: 50px;
  z-index: 9;
}
.snsBox dt {
  color: #2A569C;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
}
.snsBox dd:first-of-type {
  display: inline-block;
  padding: 10px 10px 5px 20px;
}
.snsBox dd:last-of-type {
  display: inline-block;
  padding: 10px 20px 5px 10px;
}
.snsBox dd a:hover {
  opacity: 0.8;
}
.snsBox dd a img {
  width: 40px;
  height: auto;
}
/*mainVisual end*/


/*************************movieList****************************/
.movieArea {
  border-left: solid 20px #f4e621;
  border-right: solid 20px #f4e621;
  max-width: 1024px;
  width: auto;
  margin: 0 auto;
  padding: 60px 0 0;
  background: #fff;
  z-index: 100;
}
.movieListWrap {
}
.movieList {
}

.movieBoxWrap {
  width:  33.3333%;
  float: left;
  margin: 0 0 7% 0;
}
.movieBoxWrap a {
  color: #000;
}
.movieBox {
  position: relative;
  width: 85%;
  margin: 0 auto;
  cursor: pointer;
}
.movieTtl {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  line-height: 1.6;
  border: solid 2px #DEDEDE;
  position: absolute;
  margin-top: 60%;
}
.movie {
  position: relative;
}
.movie img {
  width: 100%;
  height: auto;
}
/*もっとみたいの*/
.btnStage{
  position: relative;
  text-align: center;
  margin: 0 auto 60px;
  height: 120px;
  right: 30px;
}
.moreBtn {
  position: relative;
  display: block;
  width: 420px;
  height: 90px;
  margin: 0 auto;
  line-height: 90px;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  background: #F4E621;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  right: 0;
  bottom: 0;
}
.moreBtn::before {
  display: block;
  content: "";
  width: 30px;
  height: 90px;
  background: #D4D121;
  position: absolute;
  right: -30px;
  bottom: -15px;
  -webkit-transform: skewY(45deg);
  -ms-transform: skewY(45deg);
  -o-transform: skewY(45deg);
  transform: skewY(45deg);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;

}
.moreBtn::after{
  display: block;
  content: "";
  width: 420px;
  height: 30px;
  background: #C2AF21;
  bottom: -30px;
  right: -15px;
  position: absolute;
  -webkit-transform: skewX;
  -ms-transform: skewX;
  -o-transform: skewX;
  transform: skewX(45deg);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.moreBtn.active {
  right: -30px;
  bottom: -30px;
}
.moreBtn.active::before {
  width: 0;
  right: 0;
  bottom: 0;
}
.moreBtn.active::after {
  height: 0;
  right: 0;
  bottom: 0;
}
.moreBtn:hover {
  opacity: 0.8;
}
/*もっとみたいのend*/


/*ベストライフへ行く*/
.bestLink {
  text-align: center;
  padding: 0 0 30px;
  margin-left: 30px;
}
.bestLink a{
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.bestLink a::after{
  display: inline-block;
  vertical-align: middle;
  content: " ";
  width: 30px;
  height: 30px;
  background: url("../images/squeaIcon.svg") no-repeat top center;
  background-size: 30px auto;
  padding-left: 10px;
}
.bestLink a:hover{
  opacity: 0.8;
}
/*ベストライフへ行くend*/
/******************movieList end*********************/



/*footer*/
footer {
  max-width: 1024px;
  width: auto;
  margin: 0 auto;

  background: #f4e621;
}
footer small {
  font-size: 14px;
  text-align: center;
  display: block;
  padding: 35px 0;
}
/*footer end*/
@media screen and (min-width: 480px) {
  .movieTtl {
    position: absolute;
    overflow: hidden;
  }

  .movieTtl span{
    display: block;
    position: absolute;
    width: 100%;
    background: #f4e621;
    bottom: -100%;
    transition: .5s;
  }
  .movieTtl span:before{
    content: " ";
    display: inline-block;
    background: url("../images/arrowRight.svg") no-repeat center center #fff;
    -webkit-background-size: 7px;
    background-size: 7px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: relative;
    top: 2px;
    left: -7px;
  }
  .movieBox:hover span {
    bottom: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .movieTtl {
    font-size: 14px;
  }
}


@media screen and (max-width: 768px) {
  .movieArea {
    border-left: solid 5px #f4e621;
    border-right: solid 5px #f4e621;
  }
  .movieBoxWrap {
    width:  100%;
    float: none;
    margin: 0 0 7% 0;
    padding-top: 40px;
  }
  .movieBox {
    width: 90%;
    height: auto;
  }
  .movieTtl {
    position: absolute;
    font-size: 20px;
    line-height: 1.8;
    margin: 60% 0 0;
  }
  .movie{
    position: relative;
  }
  .btnStage{
    margin: 0 auto 40px;
    height: 70px;
    right: 10px;
  }
  .moreBtn {
    width: 250px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    letter-spacing: 2px;
    right: 0;
  }
  .moreBtn::before {
    width: 16px;
    height: 50px;
    background: #D4D121;
    position: absolute;
    right: -15px;
    bottom: -8px;
  }
  .moreBtn::after{
    width: 250px;
    height: 16px;
    background: #C2AF21;
    bottom: -15px;
    right: -8px;
  }
  .moreBtn.active {
    right: -8px;
    bottom: -15px;
  }
  #spOsusume {
    cursor: pointer;
  }
}
@media screen and (max-width: 480px) {
  .mv {
    height: 300px;
  }
  .siteLogo {
    position: absolute;
    padding: 10px;
    width: 100%;
  }
  .siteLogo img {
    display: block;
    margin: 0 auto;
  }
  .showSp {
    display: block;
  }
  .showPc {
    display: none;
  }
  .movieTtl {
    font-size: 16px;
  }
  .snsBox {
    top: 280px;
    right: 10px;
    position: absolute;
  }
  .movieArea {
    padding-top: 100px;
  }
  /*************************showSp***************************/
  .AwarenessMonthWrap {
    width: 90%;
    margin: 0 auto;
    border: solid 3px #f4e621;
    color: #000;
    text-decoration: none;
    margin-bottom: 40px;
  }
  .AwarenessBaloon {
    position: relative;
    width: 100%;
    height: 200px;
    background: url("../images/tvMenSp.png") no-repeat;
    background-position: 50% bottom;
    background-size: 70% auto;
  }
  .AwarenessBaloon img {
    position: absolute;
    right: -15px;
    top: -15px;
  }
  .play {
    position: relative;
    font-size: 26px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    background: #f4e621;
    letter-spacing: 2px;
  }
  .play:before {
    display: inline-block;
    content: " ";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
    top: 5px;
    left: -10px;
    background: #fff url("../images/arrowRight.svg") no-repeat;
    background-position: 11px;
    background-size: 11px;
  }
  .purchase {
    width: 90%;
    height: 180px;
    margin: 0 auto;
    margin-bottom: 50px;
    position: relative;
    background: #f4e621 url("../images/afroMenSp.png") no-repeat;
    background-size: 40% auto;
    background-position: left bottom;
    color: #000;
    text-decoration: none;
  }
  .purchase::after {
    display: inline-block;
    content: " ";
    width: 30px;
    height: 30px;
    border: 2px solid #f4e621;
    border-radius: 50%;
    background: #fff url("../images/arrowBottom.svg") no-repeat;
    position: absolute;
    margin-left: -15px;
    bottom: -15px;
    left: 50%;
    background-position: center 60%;
    background-size: 18px;
  }
  .purchaseBaloon {
    position: relative;
  }
  .purchaseBaloon img {
    position: absolute;
    top: -15px;
    right: -15px;
  }
}
