/*
html, body {
  height: 100%;
}

html {
  background: #eee;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
}
*/

.mincho{
	 font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; 
}
a#top_aw_link{
	position:relative;
	background-color:#C60000;
	float:right;
	line-height:180%;
	color:#FFF;
	white-space:nowrap;
	padding:0 20px;
	z-index:14;
	top:10px;
}

a#modal-close{
	float:right;
	z-index:14;
	position:relative;
	top:-30px;
	padding-right:20px;
	color:#000;
	font-size:11px;
}



.box {
	z-index:1;
  width: 960px;
  height: 400px;
  box-shadow: 0 2px 30px rgba(black, .2);
  background: lighten(#f1f1f1, 10%);
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}


.box1 {
	z-index:1;
  width: 960px;
  height: 200px;
  box-shadow: 0 2px 30px rgba(black, .2);
  background: lighten(#f1f1f1, 10%);
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}


.wave {
  opacity: .4;
  position: absolute;
  bottom: 3%;
  left: 50%;
  background: #ededed;
  width: 1800px;
  height:1800px;
  margin-left: -900px;
  margin-bottom: -1800px;
  transform-origin: 50% 48%;
  border-radius: 43%;
  animation: drift 8000ms infinite linear;
}

.wave.-three {
  animation: drift 10000ms infinite linear;
}

.wave.-two {
  animation: drift 12000ms infinite linear;
  opacity: .1;
  background: #f2f2f2;
}
/*
.box:after {
  content: '';
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(#e8a, 1), rgba(#def, 0) 80%, rgba(white, .5));
  z-index: 11;
  transform: translate3d(0, 0, 0);
}*/

.title {
  position: absolute;
  right: 50%;
  top:30px;
  width: 100%;
  z-index: 1;
  text-align: center;
  transform: translate3d(0, 0, 0);
  text-transform: uppercase;
  
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; 
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  
  font-size: 50px;
}
.title2 {
  position: absolute;
  /*right: 50%;*/
  top:40px;
  width: 100%;
  z-index: 1;
  text-align: center;
  transform: translate3d(0, 0, 0);
  text-transform: uppercase;
  
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; 
 
  font-size: 28px;
  line-height:150%;
}

@keyframes drift {
  from { transform: rotate(0deg); }
  from { transform: rotate(360deg); }
}

.landing_h2_1{
	padding-left:110px;
	font-size:30px;
	text-align:left;
}
.landing_h2_2{
	padding-left:160px;
	font-size:30px;
	text-align:left;
}
.landing_h2_3{
	padding-left:200px;
	font-size:18px;
	text-align:left;
}

.landing_bottom{
	border-top:1px solid #999999;
	background-color:#C60000;
	padding:30px;
	color:#FFF;
	font-size:20px;	
}

.landing_bottom span{
	color:#FFF;
	font-size:20px;	
}
a#lading_b_link{
	position:relative;
	float:right;
	line-height:180%;
	color:#FFF;
	white-space:nowrap;
	padding:0 20px;
	border:1px solid #FFF;
}

