@charset "UTF-8";
/* CSS Document */
.fa-twitter:before {
    content: '𝕏';
    font-family: unset;
    font-weight: bold;
}
.header_img{
  width: 100%;
  padding-top:80px;
}
.sec_container{
  max-width: 760px;
  margin:auto;
}
h2{
  font-family: cursive,serif;
  font-size: 4.8rem;
  padding-left: 80px;
  padding-top:120px;
  padding-bottom:80px;
}
.backcolor_set{
  background-color: #292f34;
}
.back-bl{
  color: #ffffff;
}

/*section1 video*/
.video{
  background-image:  url("../images/top/Video.png");
  background-size: auto 140px;
  background-repeat: no-repeat;
  background-position: left;
}
.slick-list{
  max-width: 760px;
  width: 100%;
  margin: auto;
}
.slick-slide iframe{
  padding-left: 4%;
  padding-right: 4%;
  margin: 0 auto;
}
.slick-center{
  margin-right:20px;
  margin-left:20px;
}
.slick-dots{
  display: flex;
  justify-content: center;
}
.slick-dots button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: #ffffff;
  margin-top:20px;
  margin-left: 16px;
  margin-right: 16px;
  position: relative;
  text-indent: -9999px;
}

.slick-dots button:before{
  content: '●';
  color:#ffffff;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-dots button:hover:before{
  opacity: 1;
  color: #fbc028; /* hover時の色を変更 */
}
.slick-dots .slick-active button:before{
  opacity: .75;
  color: #fbc028; /* active時の色を変更 */
}
.slick-next{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: #ffffff;
  font-size: 4.0rem;
}
.slick-next:hover{
  color: #fbc028;
}
.arrows{
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
}

/*section2 release*/
.release{
  background-image:  url("../images/top/release_img1.png");
  background-size: auto 140px;
  background-repeat: no-repeat;
  background-position: left;
}
.release_box{
  display: flex;
  justify-content: space-between;
  padding-bottom:160px;
}
.release_imgbox{
  width:50%;
  height: auto;
}
.release_imgbox img{
  width:100%;
}
.release_title{
  font-size: 3.2rem;
  background-image: url("../images/top/Release_img3.png");
  background-size: 120px 40px;
  background-repeat: no-repeat;
  background-position: 80px 70px;
  background-color:rgba(255,255,255,0.6);
  background-blend-mode:lighten;
  padding-bottom:80px;
}
.release_text p{
  margin-left:auto;
  margin-right:auto;
}
.buy_button{
  width:60%;
  background-color: #00784a;
  padding-top:5px;
  padding-bottom:5px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 8px;
  color:#ffffff;
  margin-left:auto;
  margin-right:auto;
  margin-top:80px;
  margin-bottom:80px;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  display: block;
}
.buy_button:hover{
  opacity: 0.7;
}

/*section3 profile*/
.profile{
  background-image:  url("../images/top/profile_img1.png");
  background-size: auto 180px;
  background-repeat: no-repeat;
  background-position: left;
}
.profile_box{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom:160px;
}
.profile_textbox{
  color: #ffffff;
  padding-left: 24px;
  padding-right: 24px;
  line-height: 3.6rem;
  width: 48%;
/*background-image: url("../images/top/profile_img2.png");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;*/
}
.profile_textbox a:after{
  content: ' > ';
}
.profile_textbox a{
  display: block;
  color: #ffffff;
  text-align: right;
}
.profile_textbox a:hover{
  color: #fbc028;
}
.profile_img{
  width: 48%;
  height: auto;
}
.profile_img img{
  width: 100%;
}

/*section4 twitter*/
.twitter{
  background-image:  url("../images/top/twitter_img1.png");
  background-size: auto 140px;
  background-repeat: no-repeat;
  background-position: left;
}
.twitter_box{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-bottom:80px;
}
.twitter_box img{
  width: 50%;
  height: auto;
  padding-right: 5%;
}
.twitter-timeline{
  display: block;
}
.twitter-button{
  width:60%;
  background-color: #00784a;
  padding-top:5px;
  padding-bottom:5px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 8px;
  color:#ffffff;
  margin-left:auto;
  margin-right:auto;
  margin-top:20px;
  display: block;
  text-align: center;
  font-size: 1.4rem;
}
.twitter-button:hover{
  opacity: 0.7;
}

/*-------------------------
     SP
-------------------------*/
@media screen and (max-width:768px){
  .sec_container{
		max-width: 640px;
	   width: 80%;
     margin:auto;
   }
   h2{
     font-family: cursive,serif;
     font-size: 3.0rem;
     padding-left: 10%;
     padding-top:60px;
     padding-bottom:40px;
   }
   /*section1 video*/
   .video{
     background-image:  url("../images/top/Video.png");
     background-size: auto 80px;
     background-repeat: no-repeat;
     background-position: left;
   }
   .slick-slide iframe{
     width: 100%;
     height: auto;
     margin: 0 auto;
   }
   /*section2 release*/
   .release{
     background-image:  url("../images/top/release_img1.png");
     background-size: auto 70px;
     background-repeat: no-repeat;
     background-position: left;
   }.release_box{
     display: block;
     padding-bottom:80px;
   }
   .release_imgbox{
     width:80%;
     height: auto;
     margin: auto;
   }
   .release_title{
     font-size: 3.2rem;
     background-image: url("../images/top/Release_img3.png");
     background-size: 120px 40px;
     background-repeat: no-repeat;
     background-position: 80px bottom;
     background-color:rgba(255,255,255,0.6);
     background-blend-mode:lighten;
     padding-top: 20px;
     padding-bottom: 20px;
     margin-bottom:20px;
   }
   .buy_button{
     width:100%;
     background-color: #00784a;
     padding-top:8px;
     padding-bottom:8px;
     padding-left: 0px;
     padding-right: 0px;
     border-radius: 8px;
     color:#ffffff;
     margin-left:auto;
     margin-right:auto;
     margin-top:40px;
     margin-bottom:0px;
     display: block;
     text-align: center;
     font-size: 1.6rem;
     display: block;
   }
   /*section3 profile*/
   .profile{
     background-image:  url("../images/top/profile_img1.png");
     background-size: auto 80px;
     background-repeat: no-repeat;
     background-position: left;
   }
   .profile_box{
     display: block;
     padding-bottom:40px;
   }
   .profile_textbox{
     display: block;
     width: 100%;
     margin: auto;
   }
   .profile_img{
     display: block;
     width: 80%;
     height: auto;
     margin: auto;
     padding-top: 40px;
   }
   /*section4 twitter*/
   .twitter{
     background-image:  url("../images/top/twitter_img1.png");
     background-size: auto 70px;
     background-repeat: no-repeat;
     background-position: left;
   }
   .twitter_box{
     display: block;
     padding-bottom:0px;
   }
   .twitter-button{
     width:100%;
     padding-top:8px;
     padding-bottom:8px;
     padding-left: 0px;
     padding-right: 0px;
     border-radius: 8px;
     color:#ffffff;
     margin-left:auto;
     margin-right:auto;
     margin-top:40px;
     margin-bottom: 40px;
     font-size: 1.4rem;
   }
}
