@charset "utf-8";

ul.sns {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}

.sns li {
    float: right;
    margin-right: 4px;
}

#first-wrapper p,
#first-wrapper li,
#first-wrapper dt,
#first-wrapper dd {
    font-size: 16px;
    line-height:1.7;
}

#first-top {
    overflow:hidden;
    width:100%;
}

#first-top > h2 {
    margin-left:-560px;
    position:relative;
    left:50%;
}


#first-main {
    background: url(../img/bg_main.png?) center 100%;
    overflow: hidden;
    padding-bottom: 30px;
}

div#first-lead {
    width:700px;
    margin: 25px auto;
    padding:25px;
    background: url(../img/bg_lead.png) center center / 100% 100% no-repeat;
}

div#main-play {
    width:770px;
    margin:auto;
}

div#main-play div {
    background: white url(../img/deco_main3.png) top 670px right 15px / 69px  no-repeat;
    margin: 80px 0 30px;
    padding:40px;
    border-radius: 50px;
    position:relative;
}

div#main-play div:before {
    content:"";
    width:67px;
    height:84px;
    display:block;
    background:url(../img/deco_main2.png);
    position:absolute;
    top:430px;
    left:-20px;
}

div#main-play div:after {
    content:"";
    width:125px;
    height:93px;
    display:block;
    background:url(../img/deco_main1.png);
    position:absolute;
    top:310px;
    right:-50px;
}

div#main-play h3 {
    text-align:center;
    margin: -84px 0 25px;
}

div#main-play h3 + p + p {
    text-align:center;
    margin:30px 0;
}

div#main-play ul {
    overflow:hidden;
    margin-left: 41px;
}

div#main-play ul li {
    float:left;
    margin-left: 20px;
    margin-bottom: 20px;
}

div#main-play ul li:nth-child(3n-2) {
  clear:both;
}

div#main-play ul li p {
  color:#33ca1c;
  text-align:center;
  margin:5px 0 0;
}

@-webkit-keyframes push {
  50% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes push {
  50% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.push {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: push;
  animation-name: push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


div#first-photo {
    background:url(../img/bg_main_bottom.png) top center / 1120px no-repeat, url(../img/bg_main2.png) top 39px center, white;
    padding: 30px 0 0;
}

div#first-photo h3 {
    text-align:center;
    margin: 20px 0 0px;
}

div#first-hashtag {
    margin: 50px auto 10px;
    width: 730px;
    border: 4px solid #cee265;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 28px 22px 20px;
    background: white;
}

div#first-hashtag h4 {
    margin: 15px auto 0px;
    font-weight:bold;
    font-size: 29px;
    color: #ff8daa;
    text-align:center;
}

div#first-hashtag h4 + p {
    margin-bottom: 15px;
    font-size: 20px;
}

div#first-hashtag h4 + p span {
    font-size:30px;
    font-weight:bold;
    padding:0 5px;
    position:relative;
    top: 6px;
}

div#first-hashtag h4 + p + p img {
  width:560px;
}

.first-btn {
    text-align: center;
    clear: both;
    padding-top: 23px;
    text-align: center;
}

div#first-hashtag div {
    overflow:hidden;
    margin: 20px 10px 10px;
}

div#first-hashtag div img {
    float:left;
    margin-right: 10px;
    width: 273px;
}

div#first-hashtag div p {
  margin-top: 17px;
}

div#first-hashtag div p + p {
    text-align: left;
    font-size: 14px;
  margin-top: 21px;
}

div#first-hashtag div dl {
  overflow:hidden;
  clear:both;
  padding-top:10px;
}

div#first-hashtag div dl dt {
  float:left;
  clear:both;
  width:120px;
  margin-top:10px;
}

div#first-hashtag div dl dd {
  text-align:left;
  margin-left:130px;
  margin-top:10px;
}

#first-hibiya {
    background: url(../img/bg_main2_bottom.png) center top / 1120px  no-repeat, url(../img/bg_hibiya.png) center;
    overflow:hidden;
    /* background: #f9f9f9; */
    margin-top: 40px;
}

#first-hibiya h3 {
    margin: 0px auto 0px;
    text-align:center;
    position: relative;
    color: #494949;
    font-size: 20px;
    letter-spacing: 4px;
}

#first-hibiya h3 + p {
    margin: 20px auto 10px;
    color: #494949;
}

#first-hibiya div {
    width: 730px;
    margin: 120px auto 50px;
    background: #ffffff;
    padding: 20px 50px;
    box-sizing: border-box;
}

#first-hibiya div iframe {
    width: 45%;
    height: 270px;
    float:left;
    margin-right: 25px;
}

#first-hibiya div dl {
  margin-bottom:20px;
}

#first-hibiya div dl dt {
    font-weight:bold;
}

#first-hibiya div dl dt {
    float:left;
    width: 79px;
    position:relative;
    margin-right:10px;
}

#first-hibiya div dl dd + dt,
#first-hibiya div dl dd + dt + dd {
    margin-top:15px;
}

#first-hibiya div dl dd {
    margin-left: 444px;
}

#first-hibiya div dl dd span {
    font-size:14px;
    line-height:1.3;
}

#first-hibiya div dl dt:after {
    content:":";
    position:absolute;
    right:0;
}

/*popup -----------------------------------*/

#first-shade {
  position: absolute;
  top:0;
  left:0;
  background: black;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: .4;
  display: none;
}

div#first-popup {
    position:  relative;
    z-index: 2;
}

#first-popup li {
  display: none;
  position: absolute;
  z-index:  3;
  top: 0;
  padding: 35px;
  left: 0;
  right:  0;
  background:  white;
  width: 700px;
  box-sizing: border-box;
  margin: 60px auto 0;
  display:none;
  text-align: center;
  border-radius: 30px;
  border: 3px solid #51b53c;
}

#first-popup img {
  width: 100%;
  margin:10px 0;
}

#first-popup .effectorImageLeft img {
  width: 180px;
  margin-right: 35px;
  margin-bottom: 35px;
}

#first-popup p {
  margin: 5px 0px 0px;
  text-align: left;
}

#first-popup p.first-name {
  font-weight:bold;
  font-size:18px;
  color:#49b233;
  margin-bottom: 8px;
}

#first-popup p a {
  color:purple;
  font-weight: bold;
  font-size: 25px;
}

#first-popup ul li p.first-close {
  position: absolute;
  top: -36px;
  right: -18px;
}

#first-popup ul li p.first-close img {
  width:60px;
}

#first-popup ul li p.first-close:hover {
  cursor:pointer;
}

#first-popup .effectorImageLeft img {
  margin-right: 35px;
}

#first-popup li:nth-child(2) {
    width: 536px;
}

#first-popup li:nth-child(2) img {
  width: 460px;
}

#first-popup li:nth-child(3) {
    width: 536px;
}

#first-popup li:nth-child(3) img {
  width: 460px;
}

#first-popup li:nth-child(4) {
    width: 620px;
}

#first-popup li:nth-child(4) img {
  width: 540px;
}

/*first-best-shot-----------------------------------*/


div#first-best-shot {
    width: 730px;
    padding: 30px 0 0;
    margin: auto;
}

div#first-best-shot h4 {
    text-align:center;
    margin:20px 0 10px;
}

div#first-best-shot ul {
    overflow: hidden;
    background: white url(../img/icon_thankyou.png?202011) right 25px bottom 27px / 299px no-repeat;
}

div#first-best-shot ul li {
    width:48%;
    float:left;
    margin-top:20px;
}

div#first-best-shot ul li:nth-child(2n) {
    margin-left:4%;
}

div#first-best-shot ul li p {
    font-weight:bold;
    color:#49b233;
    margin:10px 0;
}

div#first-best-shot ul li img {
    width:100%;
}

.first-movie {
  height:0;
  position:relative;
  padding-top:56.2%;
  border: 1px solid #a7a7a7;
  margin-bottom:12px;
}

.first-movie iframe {
  position:absolute;
  top:0;
  left: 0;
  width:100%;
  height:100%;
}

div#first-sns-link {
    width: 732px;
    margin: 45px auto 15px;
    position:relative;
}

div#first-sns-link img {
    width:100%;
}

div#first-sns-link a {
    position:absolute;
    display:block;
    width:50px;
    height:50px;
}

div#first-sns-link a:hover {
  text-decoration:none;
}

div#first-sns-link img + a {
  top: 13.2px;
  right: 35.1%;
}

div#first-sns-link img + a + a {
  top: 13.2px;
  right: 23.7%;
}

div#first-sns-link img + a + a + a {
  top: 13.2px;
  right: 12.2%;
}