@charset "utf-8";
/* CSS Document */
*{
	body-sizing: border-box;
	margin: 0px;
	padding: 0px; 
}

body{
	width: 100%;
	font-size: 1.3rem;
	font-weight: 700;
    letter-spacing: .05em;
	line-height: 1.5;
	font-family: 'Noto Sans JP','Open Sans', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 400;
	color: #240D45;
	background-color: #fff;
}

img{
    max-width: 100%;
	height: auto;
}

section{
	margin: 0px;
	padding-top: 0px;
}


/*loading*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: linear-gradient(.25turn, #f04a7d, #6468f8);
  text-align: center;
}
#loading_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#loading .kvArea {
  width: 100%;
}
#loading .kvArea .img_box {
  text-align: center;
}
#loading .kvArea .img_box img {
  max-width: 100%;
  height: auto;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.2s;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
  opacity: 1;
}
@keyframes fadeUpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}


/*main*/
main{
	padding: 0;
	overflow: hidden;
}

#mv{
	top: 0;
	content: url("../img/main.png");
	z-index: 0;
	max-width: 100%;
    width: 100%;
    height: 100vh;
	height: auto;
	background-size:100% auto;
	padding-top: 0;
    position: relative;
}

@media screen and (max-width:768px) {
#mv{
 	content: url("../img/main_m.png");
}
}

.mt0{
	margin-top: 0em;
}

.mt2e{
	margin-top: 2em;
}

.mt4e{
	margin-top: 4em;
}

.mt30{
	margin-top: 30px;
}

.mb1e{
	margin-bottom: 1em;
}

.mb2e{
	margin-bottom: 2em;
}

.mb4e{
	margin-bottom: 4em;
}

.pt20{
	padding-top: 20px;
}

.ptb20{
	padding: 20px 0;
}

.pb30{
	padding: 30px;
}

.pb50{
	padding: 50px;
}

.center{
	margin: 0 auto;
	text-align: center;
}

/* movie */
#movie{
	background-color: #192347;
	padding: 1em;
}

#movie h1{
	text-align: center;
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 2em;
}

  * {
    margin: 0;
    padding: 0;
  }	
  .slider {
    width: 90%;
    margin: 0 auto 80px;
  }
  .slick-slide img {
    width: 100%;
    height: auto;
	border-radius: 10px;
  }

  .slick-slide img:hover {
	opacity: 1;
	filter: brightness(180%); 
	transition : 1s;
  }

  .mypattern{
    width: 100%;
  }
  .mypattern .slick-slide{
    margin: 5px;
  }

.slick-dots li button {      
  background: transparent;   
  border:0;   
  font-size: 0pt; 
}

/* bg */
#v1{
    background: radial-gradient(ellipse at center, rgba(255,222,222,1) 40%,rgba(251,198,224,1) 60%,rgba(191,177,236,1) 100%);
	font-weight: 800;
	line-height: 2;
}

#v2{
    background: radial-gradient(ellipse at center, rgba(246,249,217,1) 40%,rgba(218,245,211,1) 60%,rgba(154,230,226,1) 100%);
	font-weight: 800;
	line-height: 2;
}

#v2 .border{
	border: 2px solid black;
}

/* v1 */
.v1txt{
	background-color:#FFFFFF;
}

.v2txt{
	background-color: #ffde59;
    padding: 2px;
	color: black;
	font-weight: 900;
}

.under {
  background: linear-gradient(transparent 70%, #9cccff 70%);
  font-weight: 900;
}

/* wrapper */
.wrapper {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    clear: both;
    overflow: hidden;
}

.wrapper img{
	margin: 0.5em auto;
}

/* animation */
.effect-fade {
  opacity: 0;
  transform: translate(0, -50px);
  transition: all 1500ms;
}

.effect-fade:nth-of-type(2) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}
/* 3つ目の要素に800msのdelayをかける */
.effect-fade:nth-of-type(3) {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}

/* btn */
.btn {
	position: relative;
	margin: 0 auto;
	display: block;
	cursor: pointer;
	padding: 1em;
}
.btn img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.btn:hover img:nth-of-type(2) {
	opacity: 0;
}

.btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  width: 80%;
  padding: 0.8em 1em;
  text-decoration: none;
  color: white;
  background: #7763e6;
  transition: .4s;
}

.btn-flat-simple:hover {
  background: #f57395;
  color: #6451ce;
}

.btn-flat-simple2 {
  position: relative;
  display: inline-block;
  font-weight: bold;
  width: 80%;
  padding: 0.8em 1em;
  text-decoration: none;
  color: white;
  background: #0781c0;
  transition: .4s;
}

.btn-flat-simple2:hover {
  background: #f5d143;
  color: #0781c0;
}


/* Twitter */
.share{
	margin: 0 auto;
}

.share a{
	text-decoration: none;
}


.bg-twitter {
    background-color: #55acee;
	text-decoration: none;
	filter: drop-shadow(0px 0px 5px lightgray);
}

.btn--floating {
    overflow: hidden;
    border-radius: 50%;
    margin: 10px;
    width: 50px;
    height: 50px;
	margin: 0 auto;
	text-decoration: none;
}

.t_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-decoration: none;
}

.tweet_btn {
	color: white;
	font-size: 1.2em;
	text-decoration: none;
}

.tweet_btn:hover {
	color: #fff;
	font-size: 1.2em;
	transition : 0.5s;
}

.bg-twitter:hover {
   background-color:#F3A0CC;
	transition : 0.5s;
}


footer {
    width: 100%;
	margin: 0;
    padding: 50px 0px 40px;
    background: linear-gradient(.25turn, #f04a7d, #6468f8);
    text-align: center;
    color: white;
	z-index: 30;
	clear: left;
}