/*------------------
base
--------------------*/

html{
	font-size:62.5%
}
body{
	font-size:1.6rem;
	font-family: 'Open Sans', sans-serif;
	color:#ffffff;
	background-color: #000033;
}
a{
	text-decoration: none;
}
img{
	border:none;
}

footer {
 
 position: sticky !important;
  top: 100vh;
  width: 100%;

  margin-top: 350px !important;
height: 75px;

}
/*セクション関連*/
.section-wrapper{
	padding:80px 0;
}
.section-inner{
	max-width: 960px;
	margin:0 auto;
	padding: 0 20px;
}
 
.nomix{
	width:100vw;
	max-width: 1000px;
	height: auto;
	margin-top:150px;
	
}


/*------------------
key visual
--------------------*/

.kv-wrapper{
	width: 100%;
	height: 1080px;
	display: flex;
	justify-content:center;
	align-items: center;
	background-image: url("images/A7309984.png");
	background-position: center;
	background-size: cover;
	background-repeat  : no-repeat;
	margin-bottom: 900px;
	
}
	.kv-content{
		
		position: absolute;
 top: 75vh;

	}	
.kv-copy{
	width: 80%;

		margin-bottom: 2vh;
	border: solid rgb(255, 255, 255,0.8);
	border-radius: 32px;
position:relative;
	top:20px;
	text-align: center;
	heigh:auto;
	padding-top:10px;
	padding-bottom:10px;
}

.kv-copy a {
	font-size: 9rem;
	padding: 30px;
	
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color:#fff;
}
.kv-copy:hover{

	
	cursor: pointer;
	background-color: rgb(255, 255, 255,0.8);
	transition: 0.2s;
}
.kv-copy:hover a {
	font-size: 9rem;
	
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color:rgb(0, 0, 0,0.8);
}
.cta-btn{
	width: 250px;
	line-height: 40px;
	display: block;
	background-color: #D30003;
	border-radius:40px;
	text-align: center;
	color:#fff;
	font-size: 3rem;	
	margin-left: 35%;
	margin-top: 20px;
	margin-bottom: 2vh;
	
}
.cta-btn:hover{
	color:rgb(0, 0, 0,0.8);
	background-color: rgb(255, 255, 255,0.7);
	transition: 0.2s;
	
}
.onlinestore{
	margin-top: 70px;
	}
.store-btn {
	width: 12vw;
	max-width:150px;
  height: 12vw;
	max-height:150px;
	margin: 10px;
	border: solid rgb(255, 255, 255,0.7);
	border-radius: 32px;
	display: flex;
	align-items: center;
}

.store-btn:hover {
	width: 12vw;
	max-width:150px;
  height: 12vw;
	max-height:150px;
	margin: 10px;
	border: solid rgb(255, 255, 255,0.8);
	border-radius: 32px;
	display: flex;
	align-items: center;
	background-color: rgb(255, 255, 255,0.7);
	transition: 0.2s;
}

.store-btn img{
	width: 80%;
text-align:center;
	}

.subimg{
	
	width:auto;
height: auto;


}


.gif-container {
  display: flex;
      justify-content: center;
      align-items: center;
	border: none;
      max-width: 1000px;
      height: auto;

	margin: auto;
	padding-top: 15px;

}

.left-images img{
  flex: 1;
  display: block;

}
.right-images img{
  flex: 1;

 display: block;
}

.center-gif {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
	
}

.center-gif img {
  width: 480px;
 
}


 .cookie-consent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    color: #000000;
    background:rgba(198,198,198,0.88);
    padding: 1.2em;
    box-sizing: border-box;
    visibility: hidden;
	z-index: 998;
	
  }
.cookie-text{
	line-height: 17px;
}
  .cookie-consent.is-show {
    visibility: visible;
  }
  .cookie-consent a {
    color: dodgerblue !important;
  }
  .cookie-agree {
    color: #fff;
    background: dodgerblue;
    padding: .5em 1.5em;
  }
  .cookie-agree:hover {
    cursor: pointer;
  }
  /* パッと消える */
  .cc-hide1 {
    display: none;
  }
  /* ゆっくり消える */
  .cc-hide2 {
    animation: hide 1s linear 0s;
    animation-fill-mode: forwards;
  }
  @keyframes hide {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      visibility: hidden;
    }
	    }
.privacy{
	width:1000px;
	max-width: 80%;
	margin: auto;
	padding-top: 17%;
	line-height: 2em;
}
.privacy h1{
	font-size: 1.5em;
	padding: 10px 0px 20px 0px;
	
}
.privacy h2{
	font-size: 1.25em;
	padding: 35px 0px 10px 0px;
}
.privacy a{
	color: #C5DDFF;
}

/*Smartphone*/
@media screen and (max-width:768px){


		button{
		background-color: transparent;
		border:none;
		cursor: pointer;
		outline:none;
		padding:0;
		appearence:none;
			
	}
	
	main{
		margin-bottom: 100vh;
	}
	
/*------------------
key visual-sp
--------------------*/	

	.kv-wrapper{
	width: 100%;
	
	display: flex;
	justify-content:center;
	align-items: center;
	background-image: url("images/A7309984.png");
	background-position: 15% 10%;
	background-size: cover;
	background-repeat  : no-repeat;
	border: none;
		margin-bottom: 110vw;
}
	
	.kv-content{
		
		position: absolute;
 top: 95vh;

	}	
.kv-copy{
	text-align: center;
	width: 60vw;
	font-weight: bold;
	margin-bottom: 3vh;
	border: solid rgb(255, 255, 255,0.8);
	border-width: medium;
	border-radius: 25px;
	padding: 5px;
	margin-top:0;
	
	}
	.kv-copy a{
		font-size: 9vw;
		font-family: 'Open Sans', sans-serif;
		color:#fff;
	
		
	}
		.kv-copy:hover a{
			font-size: 10vw;
		font-family: 'Open Sans', sans-serif;

	transition: 0.2s;
	}
	
	
.cta-btn{
	width: 200px;
	line-height: 40px;
	display: block;
	background-color: #D30003;
	border-radius:40px;
	text-align: center;
	color:#fff;
	font-size: 3rem;	
	margin-bottom: 5vh;
	margin-top: 3vh;
	margin-left: 25vw;
}
	.cta-btn:hover{
	
	background-color: rgb(255, 255, 255,0.8);
	transition: 0.2s;
	
}
.onlinestore{
	margin-top: 50px;
	vertical-align: top;
		
	}
.store-btn {
	vertical-align: top;
	width: 18.5vw;
	max-width:150px;
  height: 18.5vw;
	max-height:150px;
	margin: 1vw;
	border: solid rgb(255, 255, 255,0.8);
	border-width: medium;
	border-radius: 25px;
	display: flex;
	align-items: center;
	}
	
.store-btn:hover {
	vertical-align: top;
	width: 18.5vw;
	max-width:150px;
  height: 18.5vw;
	max-height:150px;
	margin: 1vw;
	border: solid rgb(255, 255, 255,0.2);
	border-width: medium;
	border-radius: 25px;
	display: flex;
	align-items: center;
	background-color: rgb(255, 255, 255,0.8);
	transition: 0.2s;
	}
	
	
.store-btn img{
	width: 90%;
text-align:center;

	}

.subimg{
	
width: 100%;
height: auto;


}

	
.gif-container {
  display: inline-block;
      justify-content: center;
      align-items: center;
border: none;
      width: 100%;
      height: auto;
	margin: auto;


}

.left-images{

border: none;
display: flex;
}
.right-images{

border: none;
	display: flex;
 	}

.center-gif {

  
  justify-content: center;
  align-items: center;
}

.center-gif img {
  width: 100%;
 
}
    .cookie-consent {
      flex-direction: column;
    }
    .cookie-text {
      margin-bottom: 1em;
	
    }
}	
	
	
	
	






