@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=DotGothic16&family=Noto+Serif+JP:wght@900&display=swap');

/* CSS Document */

*{
	margin:0;padding:0;
	font-feature-settings: "palt";
	box-sizing: border-box;
}



img {border:0;}
address {font-style:normal;}
a{text-decoration:none;}

.m0auto{margin: 0 auto;}
.mb1{margin-bottom: 1em!important;}
.mb1-5{margin-bottom: 1.5em!important;}
.mb2{margin-bottom: 2em!important;}
.mb2-5{margin-bottom: 2.5em!important;}
.mb3{margin-bottom: 3em!important;}
.red {color: red;}
.yelllow {color: yellow;}
.white{color:white;}
.blue{color:blue;}
.green{color:green;}
.DechauOrange{color:#FF4200;}
.clear {clear:both;}
.copyright {font-size: 0.5em;margin: 20px 0;text-align: center;}

body{
	background: black;
	background-image: url("../img/back_03.png");
	background-size: 100% auto ;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding-bottom: 5em;
}
.body1 {
	width: calc(100% - 2em);
	max-width: 500px; /** デザインの最大幅 **/
	margin: 0 auto;
	/*font-family: 'M PLUS 1p', sans-serif;*/
	font-family: "Helvetica Neue",Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}


.mainVisu{
    margin: 0 auto;
    width: 95%;
}
.mainVisu img{
    display: block;
    margin: 0 auto;
    width: 90%;
	max-width: 800px;
}
.mainTitle{
	width: 100%;
	margin-bottom: 2em;
}
.mainTitle img{
	width: 100%;
}
.mainTitle h1{
	color: white;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 900;
	font-size: 1.8em;
	line-height: 1.1em;
	margin-bottom: 0.5em;
	text-shadow: black 1px 0 10px;
}
.mainTitle p{
	color: white;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	text-shadow: black 1px 0 10px;
}
.embeddedWrap{
	display: flex;
	justify-content: center;
	background: white;
	border: 2px solid gray;
	border-radius: 10px;
	margin-bottom: 2em;
}
.embedded1{
	width: 100%;
	max-width: 812px;
	height: 85vh;
	border-radius: 10px;
}
.timeline{
	margin-bottom: 2em;
}


.kokuchisingle{
	width: 100%;
	padding: 1em;
	margin-bottom: 1em;
	
}
.kokuchinakami{
	background-image: url("../img/back_white.jpg");
	background-size:100% auto ;
	background-repeat: no-repeat;
	background-color: white;
	padding: 1em;
	border-radius: 10px;
	box-shadow: 5px 5px 10px black;
}
.date{
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
	text-align: center;
	font-size: 3.5em;
}
.syuzaibiicon{
	font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
	letter-spacing: 0.1em;
	font-size: 0.1em;
	background-color: black;
	color: white;
	padding: 1.5em;
	border: 3px solid #2C2C2C;
	border-radius: 5px;
	margin-right: 1em;
}

.youbi{
	font-size: 0.7em;
	font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
	position: relative;
	top: 0.1em;
}
.hallname{
	font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
	font-size: 1.2em;
	text-align: center;
	color: white;
	padding: 0.5em;
}
.black{color:black;}
.kisyu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

/* 共通スタイル */
.kisyucontent3,
.kisyucontent4 {
  margin: 0.5em 0.2em;
  display: flex;
  flex-direction: column;
}

.kisyucontent3 {
  width: calc(100% / 3 - 0.4em);
}

.kisyucontent4 {
  width: calc(100% / 4 - 0.4em);
}

.kisyucontent3 img,
.kisyucontent4 img {
  width: 100%;
  flex-grow: 1;
  object-fit: cover;
    margin-bottom: 0.15em;
}

.kisyuname{
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url("../img/back_black.jpg");
	background-size: 100% auto;
	background-color: black;
	border: 2px solid black;
	border-radius: 3px;
	padding: 5px;
	color: white;
	font-size: 8px;
	line-height: 12px;
	text-align: center;
    height: 5.5em;
}
.bluever{
	background-image: url("../img/back_blue.png");
	background-size: 100% auto;
}
.redver{
	background-image: url("../img/back_red.png");
	background-size: 100% auto;
}
.rainbowver{
	background-image: url("../img/back_rainbow.png");
	background-size: 100% auto;
}
.blackver{
	background-image: url("../img/back_black2.jpg");
	background-size: 100% auto;
    border: solid 1px gray;
}

.copylight img{
	width: 100%	
}
.secret img{
  transition-property: opacity;
  transition-duration: 0.5s;
}
.secret img:hover {
  opacity: 0.8; 
}


.xfooter{
	display: flex;
	justify-content: center;
	position: fixed;
  left: 0;
  bottom: -7px;
  width: 100%;
  background: none;
	margin: 0;
	padding: 0;
	/*box-shadow: -20px 0px 15px black;*/
}
.xfooter img{
	max-width: 1200px;
	width: 100%;
	margin: 0;
	padding: 0;
}

.copyright2{
	color: white;
	font-size: 0.5em;margin: 20px 0;text-align: center;
}

.content {
  flex: 1;
}
footer {
	position: fixed;
  width: 100%;
  background: #44aa33;
}


.noteTitel{
	color:white;
	font-size:0.7em;text-align:center;
}	
	





/*取材なし用*/	
.coming_soon img{
	width:100%;
}
	
	

/*
FlexBoxの設定
----------------------------------------------------------- */
/*コンテナ*/
.flexContainer{
	display:flex;
	justify-content: center;

}
/*アイテム*/
.flexItem{
	margin: 0 4%;
}
/*要素の真ん中に配置*/
.mannaka{
	display: flex;
	justify-content: center;
	align-items: center;
}
/*
 フェイドインクラス
----------------------------------------------------------- */
.fadeInUp {
  opacity : 0;
  transform: translateY(10px);
  transition: 1s;
}
/*
 メディアクエリ 
----------------------------------------------------------- */
@media (min-width:600px){
	.mainTitle h1{
	font-size: 2.8em;
}
	.mainTitle p{
	font-size: 1.5em;
}
}

@media (max-width:600px){
	
}