html{
	margin: 0px;
	padding: 0px;
}

body{
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}

.nasi{
	display:none;
}

*{
	box-sizing: border-box;
	position: relative;
}

.onalpha{
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha( opacity=100 );
	opacity: 1.0;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	cursor: default;
}

.onalpha:hover{
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	cursor: pointer;
}

.clearfix::after{
	content: "";
	display: block;
	clear: both;
}

a:focus, *:focus {outline:none;}

.sp, .sp_b{
	display: none;
}

.pc{
	display: inline-block;
}

.pc_b{
	display: block;
}

.rot_box{
	-webkit-transform: rotate(0.028deg);
    -moz-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    -o-transform: rotate(0.028deg);
    transform: rotate(0.028deg);
	font-feature-settings : "palt" 1;
}

.yokobo{
	letter-spacing: -0.1em;
    /*	<span class="yokobo">――</span>*/
}

#header{
	width: 100%;
/*	max-width: 1500px;*/
	min-width: 1000px;
	margin: 0 auto;
	overflow-x: hidden;
}

.cmt_head,
.cmt_logo{
	width: 100%;
	height: auto;
	z-index: 10;
	margin: 0;
	display: block;
}

.cmt_logo{
	position: absolute;
	z-index: 20;
}

.btn_home{
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	color: #fff;
	background-color: #000;
	text-decoration: none;
	z-index: 20;
	font-size: 10pt;
	line-height: 30px;
	font-weight: 400;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	z-index: 100;
	font-size: 14pt;
}




.btn_home:hover{
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
	cursor: pointer;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
}




.cmt_logo{
	width: 100%;
	height: auto;
	z-index: 20;
	
}

#main{
	width: 100%;
/*	max-width: 1500px;*/
	min-width: 1000px;
	margin: 0 auto;
}

.cmt_h3{
	display: block;
	margin: 20px auto ;
}

h3{
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-size: 16pt;
	font-weight: 400;
	text-align: center;
}




#cmt_box{
	margin: 0 auto;
	width: 100%;;
	font-size: 11pt;
	line-height: 1.6em;
	display: flex;
	flex-wrap: wrap;
	z-index: 20;
}





.cmt_txt{
	width: 50%;
	aspect-ratio: 9/6;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	display: flex;
	align-items: center;
	z-index: 0;
}

.cmt_txt_:after {
    content: '';
    background-color: rgba(255,255,255, 0.1);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.cmt_intxt{
	width: 100%;
	white-space : pre-line;
	text-align: center;
	position: relative;
	text-shadow: 0px 0px 3px #000000, 0px 0px 6px #000000, 0px 0px 6px #000000, 0px 0px 6px #000000, 0px 0px 9px #000000, 0px 0px 9px #000000, 0px 0px 9px #000000;
/*	top: 50%;*/
/*	transform: translateY(-50%);*/
	z-index: 10;
}



em{
	color: #ffc600;
	font-style: normal;
}

.cmt_name{
  font-size: 17pt;
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.3em;
}

.cmt_name small{
	font-size: 11pt;
	line-height: 0.1em;
}

strong{
  color: #C60200;
  /*	font-size: 12pt;*/
  font-weight: 700;
}




.ryaku{
	color: #fff;
	margin-top: 54px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 100%;
	max-width: 1500px;
	min-width: 1000px;
	position: relative;
	box-sizing: border-box;
	font-size: 11pt;
	line-height: 1.4em;
	text-align: right;
	padding-right: 30px;
	padding-bottom: 100px;
}

/*----------------------*/

.cmt_bg1{background-image: url(../images/cmt_waku1.jpg);}
.cmt_bg2{background-image: url(../images/cmt_waku2.jpg);}
.cmt_bg3{background-image: url(../images/cmt_waku3.jpg);}
.cmt_bg4{background-image: url(../images/cmt_waku4.jpg);}
.cmt_bg5{background-image: url(../images/cmt_waku5.jpg);}
.cmt_bg6{background-image: url(../images/cmt_waku6.jpg);}
.cmt_bg7{background-image: url(../images/cmt_waku7.jpg);}
.cmt_bg8{background-image: url(../images/cmt_waku8.jpg);}
.cmt_bg9{background-image: url(../images/cmt_waku9.jpg);}
.cmt_bg10{	background-image: url(../images/cmt_waku10.jpg);}



/*----------FOOTER------------*/

#footer{
	width: 100%;
	min-width: 1000px;
	height: 30px;
	z-index: 30;
	background-color: #000000;
	display: none;
}

#footer_upper{
	width: 100%;
	height: 44px;
	background-color: #92d4e2;
	display: none;
}
