@charset "UTF-8";

 /**content****/
 .mono .waku-900{
  max-width: 900px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.mono .waku-1200{
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.mono .waku-1440{
  max-width: 1440px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}


.conte-normal{
	padding: 150px 0 150px;
}
.conte-normal + .conte-normal{
	padding: 0px 0 150px;
}

.bg-w .conte-normal{
	padding: 120px 0 120px;
}
.bg-w .conte-normal + .conte-normal{
	padding: 0px 0 120px;
}
.bg-w .conte-normal.d-none + .conte-normal{
	padding: 120px 0 120px;
}
.conte-normal.d-none + .conte-normal{
	padding: 150px 0 150px;
}
.conte-normal.bg-w{
	background: #fff;
	padding-top: 90px;
	padding-bottom: 90px;
}
.conte-normal.bg-w + #banner{
	padding-top: 150px;
}

#event.conte-normal{
    padding: 150px 0 0px;
  }




/**content-end****/




/**title****/
.mono .title-large.t-en{
	font-size: 60px;
	position: relative;
	text-align: center;
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
}
.mono .title-large.t-en:after,
.mono .title-large.t-en:before{
	content: '';
	display: block;
	width: 28px;
	height: 30px;
	position: absolute;
	background: url(../../img/common/titile-ster-top.png)no-repeat;
	background-size: contain;
	background-position: center;
}
.mono .title-large.t-en:before{
	left: -18px;
	top: -4px;
}
.mono .title-large.t-en:after{
	background: url(../../img/common/titile-ster-bt.png)no-repeat;
	background-size: contain;
	background-position: center;
	right: -6px;
	bottom: 12px;
	width: 13px;
	height: 13px;
}
.mono .title-large{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}

.mono .bg-gold .title-large.t-en:before{
	background: url(../../img/common/titile-ster-top-w.png)no-repeat;
	background-size: contain;
	background-position: center;
}
.mono .bg-gold .title-large.t-en:after{
	background: url(../../img/common/titile-ster-bt-w.png)no-repeat;
	background-size: contain;
	background-position: center;
}

.mono .title-large.t-kira:before{
	content: '';
	display: block;
	position: absolute;
	background: url(../../img/common/title-kira.png)no-repeat;
	background-size: contain;
	background-position: center;
	left:calc((100% - 35px) / 2);
	top: -46px;
	width: 40px;
	height: 50px;
}

/**title-end****/











/***banner*********/

.mono .conte-banner{
	display: flex;
	align-items:  center;
	justify-content: flex-start;
}
.mono .conte-banner li{
	flex: 1 1 auto;
	margin: 0 15px;
}


/***banner-end*********/



@media screen and (max-width: 1179px) {


  /**content****/
  .conte-normal{
    padding: 90px 15px 90px;
  }
  #event.conte-normal{
    padding: 90px 0 0px;
  }

  .mono .waku-1200{
    max-width:calc(1200px - 30px);
    width:calc(100% - 30px);
    padding: 0 15px 0;
    margin-right: auto;
    margin-left: auto;  
  }
  .mono .waku-900{
    max-width:calc(900px - 30px);
    width:calc(100% - 30px);
    padding: 0 15px 0;
    margin-right: auto;
    margin-left: auto;  
  }


}
@media screen and (max-width: 1023px) {

}
@media screen and (max-width: 767px) {

  /**content****/
  .conte-normal{
    padding: 70px 15px 70px;
  }
  .bg-w .conte-normal + .conte-normal,
  .conte-normal + .conte-normal {
      padding: 0px 0 70px;
  }
  .conte-normal.d-none + .conte-normal,
  .bg-w .conte-normal,
  .conte-normal{
    padding: 70px 0 70px;
  }
  .bg-w .conte-normal.d-none + .conte-normal {
    padding: 70px 0 70px;
  }


}
@media screen and (max-width: 460px) {

}