.pc {
	display: block;
}
.sp {
	display: none;
}
@media screen and (max-width:768px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}
/*-----------------------------------------
** main
-----------------------------------------*/
._main {
	background: url("../img/visual_pc.jpg") no-repeat top center, #000;
	background-size: 100% auto;
	position: relative;
	margin: 0 auto;
}
._main:after {
	content: "";
	width: 100%;
	height: auto;
	padding-bottom: 50%;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	position: absolute;
	bottom: 0;
	display: block;
	z-index: 0;
}
._main > div {
	position: relative;
	z-index: 1;
}
@media screen and (max-width:768px) {
	._main {
		background: none;
	}
}

._visual {
	position: relative;
	padding-top: 60%;
}
._copy{
	position: absolute;
	width: 4.5%;
	right: 5%;
	top: 7%;
}
._logo-set{
	position: absolute;
	width: 58%;
	top: 5%;
	left: 3%;
}
._visual h1{
	margin: 0;
}
._credit{
	width: 50%;
	margin: 0 auto 0 17%;
}
._roadshow{
	position: relative;
	width: 40%;
	margin-left: 18%;
}
._sns{
	position: absolute;
	top: 10px;
	right: 10px;
}
._sns ul{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	display: flex;
	align-items: inherit;
	justify-content: center;
	width: auto;
	position: absolute;
	right: 0;
	top: 0;
}
._sns ul li{
	padding: 0;
	display: inline-block;
	text-align: center;
	margin: 0 8px;
}
._sns ul li a{
	border-radius: 50%;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
	background: #C30000;
	width: 40px;
	height: 40px;
	transition: all .5s;
	display: block;
	padding: 0;
}
._sns ul li a:hover{
	background: #F0B900;
}
@media screen and (max-width:768px) {
	._visual {
		background: url("../img/visual_sp.jpg") no-repeat top center, #000;
		background-size: 100% auto;
		padding-top: 60%;
		padding-bottom: 10%;
	}
	._sns{
		position: absolute;
		right: 0;
	}
	._copy{
		position: absolute;
		width: 35%;
		right: auto;
		top: 8%;
		left: 5%;
	}
	._logo-set{
		position: relative;
		width: 90%;
		top: 0;
		left: 0;
		margin: 0 auto;
		display: flex;
    	flex-wrap: wrap;
	}
	._visual h1{
		margin: 0;
		order: 1;
	}
	._credit{
		width: 80%;
		margin: 0 auto;
		order: 2;
	}
	.grnv{
		order: 4;
		padding-top: 0!important;
	}
	._roadshow{
		position: relative;
		width: 45%;
		margin: 9% auto 11%;
		order: 3;
	}
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 1;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    opacity: 1;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    opacity: 1;
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
     opacity: 1;
   -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
     opacity: 1;
   -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 1;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    opacity: 1;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    opacity: 1;
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
/* ==========================================================================
grnv
========================================================================== */
.grnv {
    background: rgba(255,255,255,0);
    position: relative;
    width: 85%;
	margin: 7% 0 4%;
}
.grnv ul {
	padding: 0;
}
.grnv ul li,
.grnv ul li:first-child{
	max-width: 250px;
	width: 40%;
	text-align: center;
	margin: 0 0 2% 2%;
	box-shadow: 0px 3px 6px #213A7199;
	border-radius:7px;
	overflow: hidden;
}
.grnv ul li.twitter {
	display: block !important;
	margin: 0 auto;
	max-width: 500px;
}

.learn-btn {
	padding: 10px;
	color: #fff;
	background: linear-gradient(#F0B900,#C30000);
	font-size: 20px;
	border: none;
	font-weight: bold;
	transition: all .5s;
	line-height: 1;
	border-radius:7px;
	border:solid 2px #000;
	font-family: YakuHanJP, 'Noto Sans Japanese', 'Nunito', sans-serif;
}

.learn-btn:hover {
	color: rgba(255,255,255,1.0);
	text-decoration: none;
	background: linear-gradient(#F0B900,#C30000);
	border:solid 2px #C30000;
}
.learn-btn:focus {
	color: rgba(255,255,255,1.0);
	text-decoration: none;
	background: linear-gradient(#F0B900,#C30000);
	border:solid 2px #000;
}
.twitter .learn-btn {
	background: linear-gradient(#00CEFF,#0076FF);
	border:solid 2px #05399B;
}

.twitter .learn-btn:hover {
	background: linear-gradient(#00CEFF,#0076FF);
	border:solid 2px #00CEFF;
}
.twitter .learn-btn:focus {
	background: linear-gradient(#00CEFF,#0076FF);
	border:solid 2px #00CEFF;
}


@media screen and (max-width:768px) {
	.grnv{
		position: relative;
		margin:auto;
		width: 100%;
		padding-top: 0 !important;
	}
	.grnv ul {
		text-align: center;
		width: 100%;
	}
	.grnv ul li,
	.grnv ul li:nth-child(odd),
	.grnv ul li:nth-child(even){
		width: 60%;
		margin: 0 auto 5px;
		max-width: inherit;
	}
	.learn-btn {
		font-size: 18px;
		padding: 10px;
		border: solid 2px #000;
	}
	.learn-btn:hover,
	.learn-btn:focus{
		border: solid 1px #ff0;
	}
}

iframe{
	overflow: hidden;
}
/*.mov01 {
	transition-delay:1s;
	transition-duration:1.5s;
	opacity: 0;
}
.mov02{
	transition-duration:2s;
	transition-delay:1.5s;
	opacity: 0;
}
.mov03{
	transition-duration:1.5s;
	transition-delay:2.5s;
	opacity: 0;
}
.mov04{
	transition-duration:1.5s;
	transition-delay:2.5s;
	opacity: 0;
}*/

/*-----------------------------------------
** _comment
-----------------------------------------*/
._comment{
	padding-bottom: 80px;
}
._comment dl{
	max-width: 1194px;
	margin: 0 auto;
	border-radius: 20px;
	color: #fff;
	overflow: hidden;
	text-align: center;
	background: rgba(0,24,75,.75);
}
._comment dl + dl{
	margin-top: 40px;
}
._comment dt{
	font-size: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}
._comment dt span{
	font-size: 19px;
	margin-right: 20px;
	display: inline-block;
}
._comment dd{
	background: rgba(0,167,255,.4);
	padding: 40px;
	line-height: 2;
	font-size: 17px;
}
@media screen and (max-width:768px) {
	._comment{
		background: url("../img/comm_sp.jpg") repeat top center,rgba(0,167,255,.4);
		background-size: 100% auto;
		padding: 30px 0;
	}
	._comment:after{
		content: "";
		background: rgba(0,24,75,.75);
		position: absolute;
		top:0;
		display: block;
		width: 100%;
		height: 100%;
		z-index: -1;
	}
	._comment dl{
		border-radius: 0;
		background: none;
	}
	._comment dt{
		font-size: 21px;
		display: block;
		background: rgba(0,24,75,.75);
	}
	._comment dd{
		background: none;
		font-size: 13px;
		padding: 20px;
		text-align: left;
	}
	._comment dt span{
		font-size: 13px;
		margin-right: auto;
		display: block;
	}
	._comment dt p{
		margin-bottom: .75em;
	}
}

/*-----------------------------------------
** _billing
-----------------------------------------*/
._billing{
	background: #000;
	padding: 70px 0;
	margin: 0 auto;
}
._billing img{
	max-width: 622px;
	margin: 0 auto;
	width: 80%;
	display: block;
}
/*-----------------------------------------
** footer
-----------------------------------------*/
footer{
	background: #000;
	color: #fff;
	position: relative;
}
footer ul.corpnavi li a {
	color: #fff;
}
footer ul.corpnavi li:before {
	color: #fff;
}
/*-----------------------------------------
** btn effect
-----------------------------------------*/
.__rumble:hover{
	animation: rumble 0.12s linear 2;
}

@keyframes rumble{
	0%	{transform:rotate(0deg)	translate(0,0);}
	12.5%	{transform:rotate(0.4deg)	translate(1px,-1px);}
	25%	{transform:rotate(0.8deg)	translate(0px,1px);}
	37.5%	{transform:rotate(0.4deg)	translate(-1px,0);}
	50%	{transform:rotate(0deg)	translate(0,0);}
	62.5%	{transform:rotate(-0.4deg)	translate(1px,0);}
	75%	{transform:rotate(-0.8deg)	translate(0,1px);}
	87.5%	{transform:rotate(-0.4deg)	translate(-1px,-1px);}
	100%	{transform:rotate(0deg)	translate(0,0);}
}



/*-----------------------------------------
** loading
-----------------------------------------*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #214396;
  z-index: 55555555555555;
}
#loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    z-index: 100;
}
.load {
	width: 50px;
	height: 50px;
	background: url("../common/img/loading.png") no-repeat center center;
	background-size: cover;
    -webkit-animation: spin .7s linear infinite;
    -moz-animation: spin .7s linear infinite;
    -ms-animation: spin .7s linear infinite;
    -o-animation: spin .7s linear infinite;
    animation: spin .7s linear infinite;
}

@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
	0% {-ms-transform: rotate(0deg);}
	100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
	0% {-o-transform: rotate(0deg);}
	100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}
/***********************************************************
 * comment
************************************************************/
#comment{
	background: #000;
	color: #fff;
	height: 100%;
}
#comment section{
	max-width: 800px;
	padding: 5%;
	margin-bottom: 50px;
		
	display: flex;
	flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}
#comment h2{
	width: 100%;
	margin: 50px 0;
	font-family: 'Marcellus', serif;
	letter-spacing: .3em;
}
#comment h2 img{
	width: 22%;
}
#comment h3{
	font-weight: 400;
	margin-bottom: 30px;
	font-family: YakuHanMP, 'Noto Serif JP',游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", sans-serif;
}
#comment h3 span{
	font-size: 60%;
	margin-left: 1em;
}
#comment ._text{
	width: 100%;
	margin-bottom: 50px;
	vertical-align: top;
}
/*#comment ._photo{
	order: 2;
	width: 25%;
	display: inline-block;
}*/
@media screen and (max-width: 768px) {
	#comment h2{
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	#comment h2 img{
		width: 60%;
	}
	#comment section{
		padding: 10%;
	}
	#comment ._text{
		order: 2;
		display: block;
		width: 100%;
		margin-right: 0;
	}
/*	#comment ._photo{
		order: 1;
		width: 50%;
		display: block;
		margin: 0 auto 30px;
	}*/
}


