@charset "utf-8";

.flexcontainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.midtext {
	position: relative;
}
.midtext p {
	position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  
}
.flexbox1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
	//background-color: rgba(100,255,255,0.3);
}
.mainarticle {
	flex: 3;
	margin: 0px;
	padding: 0em;
	
}
.sideaside {
	flex: 1;
	background-color: rgba(100,255,255,0.0);
	font-size: 0.8em;

	//width: 86%;
	width: calc( 100% -40 px );
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 20px;
	padding-top: 0em;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 0px;
}
.leftaside {
	flex: 1;
	margin: 0px;
	//background-color: rgba(0,153,204,0.30);
	padding-left: 20px;
}
.footer1 {
	flex: 1;
	margin: 0px;
	//background-color: rgba(100,255,100,0.0);
	text-align: left;
	padding-top: 0px;
}
.footer2 {
	flex: 2;
	margin: 0px;
	background-color: rgba(100,255,255,0.0);
	display: grid;
  justify-items: center;
  align-items: center;
}
.footer3 {
	flex: 1;
	margin: 0px;
	background-color: rgba(100,255,100,0.0);
	text-align: center;
}
.footerp {
	font-size: 1em;
	line-height: 1.6em;
	transition: all 0.5s 0.2s ease;


	//color: #FFFFFF;	word-spacing: 1em;
}
.footerp a:link {
	transition: all 0.5s 0.2s ease;
	//color: #FFFFFF;
}
.footerp a:visited {
	transition: all 0.5s 0.2s ease;
	//color: #FFFFFF;
}

.footerp a:hover {
	transition: all 0.5s 0.2s ease;
	//color: #48A055;
	color: #aac;
}
.footerp a:active {
	transition: all 0.5s 0.2s ease;
	color: #FF0000;
}
.fade1 {
	transition: all 0.5s 0.2s ease;
	opacity: 0.5;
}
.fade1:hover {
	
	opacity: 1.0;
}
.fade2 {
	transition: all 0.5s 0.2s ease;
	opacity: 0.45;
}
.fade2:hover {
	
	opacity: 1.0;
}
.scale1 {
	transition: all 0.5s 0.2s ease;
	scale: 1.0;
}
.scale1:hover {
	scale: 1.5;
}
.wow {
	width: 100%;
	//height: 100VH;
	
	z-index: -30;
	position: relative;
	
	display: grid;
  justify-items: center;
  align-items: center;
}
/* 以下のtransback0は、mobile対応の新式 beforeがポイント */
.op01{
	background-color: rgba(255, 255, 255, 0.8);
	padding: 20px;
}
.transback0 {
	width: 100%;
	height: 100VH;
	background: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.transback0::before {
	/*background: linear-gradient(0deg,  rgba(240, 240, 161, .1), rgba(255, 240, 240, .95)),
  url(../top/slider/1.gif);
  background-size: cover;
  */
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100VH;
  content: "";
  z-index: -7;
  }

.transback1 {
	width: 100%;
	height: 90px;
	margin: 0px;
	padding: 0px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
	/*
	display: grid;
	justify-items: center;
	align-items: center;
	*/
}
  

.pflexr {
	text-align: center;
}
.pflexl {
	text-align: right;
}
.dflexf {
	margin-left: 0px;
	width: 20px;
	margin-right: auto;
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 20px;
}
.footerm {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
/* page-top */

#page-top {
	position: fixed;
	bottom: 80px;
	right: 10px;
	margin: 0px;
	padding: 0px;
	width: 60px;
}
.sm4, .sm3 {
	text-align: left;
	width: 48%;
	margin-right: 1%;
	margin-bottom: 10px;
	margin-left: 1%;
	font-size: 1em;
	position: relative;
	}
.sm4 img {
	width: 100%;
}
.sm4 p {
	position: absolute;
	left: 5px;
	top: 0px;
	color: #FFFFFF;
}
.remainzone {
	height:calc( (var(--height) * 100 ) - 00px );
	//height: 100px;
	display: grid;
	justify-items: center;
	align-items: center;
	background-color: #72819E;
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100VH;
}
/*VIDEO CTRL START */
.video_container{
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video_container iframe {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
/*VIDEO CTRL END */
.f1box {
	flex: 1;
	margin: 10px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.f2box {
	flex: 2;
	margin: 10px;
	padding-top: 20px;
}
.f3box {
	flex: 3;
	margin: 10px;
}
.sugata, .sugata2 {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
/*
.ws {
	width: 100%;

	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0em;
	margin-top: 0px;
	
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;

text-align: center;
	display: grid;
	justify-items: center;
	align-items: center;
	padding-right: 0px;
	padding-left: 0px;
}
*/
.bgmg01 {
	width: calc(100% -40px);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 0px;
	background-color: rgba(162,230,89,0.1);
	padding: 20px;
}
.bgmg01 h2 {
	font-weight: normal;
	font-size: 1em;
}
.bgmg01 p {
	font-weight: normal;
	font-size: 1em;
}
.mgleft1 {
	width: 80px;
	float: left;
	padding-top: 20px;
	margin-right: 20px;
	margin-bottom: 25px;
	margin-left: 0;
  }
/*
.mt {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0em;
	//margin-top: 40px;
	padding: 0px;
	padding-top: 100px;
	padding-bottom: 100px;
	
	background: linear-gradient(90deg, rgba(162, 230, 89, 0.3), rgba(105, 228, 117, 0.25) 80%);

	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
	
	display: grid;justify-items: center;align-items: center;
}
*/
.fullbox2 {
	width: 100%;
	margin: 0px;
	background-color: rgba(0,0,0,1);
	position: relative;
	margin-right:auto;
	margin-left:auto;
}
.fullbox2w {
	width: 100%;
	margin: 0px;
	//background-color: rgba(0,0,0,1);
	position: relative;
	margin-right:auto;
	margin-left:auto;
}
/*
.fullbox4 {
	width: 50%;
	margin: 0px;
	background-color: rgba(0,0,0,1);
	position: relative;
	margin-right:auto;
	margin-left:auto;
}
*/
.fullbox2a, .fullbox4 {
	width: 50%;
	background-color: rgba(0,0,0,1);
	position: relative;
	margin-right:auto;
	margin-left:auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.fullbox2 p {
	position: absolute;/*重ねたい子要素にabsolute*/
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #fff;
	margin: 0!important;
	text-align:center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: rgba(255,255,255,1);
	border-right-color: rgba(255,255,255,1);
	border-bottom-color: rgba(255,255,255,1);
	border-left-color: rgba(255,255,255,1);
	padding: 10px;
 
}
.fullbox2a p {
	position: absolute;/*重ねたい子要素にabsolute*/
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #fff;
	margin: 0!important;
	text-align:center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: rgba(255,255,255,1);
	border-right-color: rgba(255,255,255,1);
	border-bottom-color: rgba(255,255,255,1);
	border-left-color: rgba(255,255,255,1);
	padding: 10px;
	display: inline-block;
	font-size: 0.5em;
 
}
.fullbox4 p {
	position: absolute;/*重ねたい子要素にabsolute*/
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #fff;
	margin: 0!important;
	text-align:center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: rgba(255,255,255,1);
	border-right-color: rgba(255,255,255,1);
	border-bottom-color: rgba(255,255,255,1);
	border-left-color: rgba(255,255,255,1);
	padding: 10px;
	display: inline-block;
	font-size: 0.5em;
}
.fullbox2 img {
	width: 100%;
}
.fullbox4 img {
	width: 100%;
}
.fullbox2a img {
	width: 100%;
}
.riff0 {
	width: 100%;
	margin: 0px;
	position: relative;
	padding: 10px;
}
.supall, .sup80, .supworks, .supcenterright {
	margin: 0px;
	width: 96%;
	margin-right:auto;
	margin-left:auto;
	display: block;
}
.sup80 {
	background-color: rgba(255,255,0,0.0);
}
.supworks {
	background-color: rgba(255,200,255,0.0);
}
.supressor, .supressorb  {
	width: 80%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
.supressorb  {
	background-color: #000000;
}
.supressornews  {
	width: 86%;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	}
.supressorfooter, .suppressormb {
	width: 86%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
.smfix {
	width: 160px;
	//width: 130px;
	margin: 2px;
	position: relative;
}
.smfix img {
	width: 100%;
}
.smfix p {
	position: absolute;
	left: 10px;
	top: 0px;
	color: #FFFFFF;
	font-size: 0.8em;
	text-align: left;
}
.smfix span {
	display:none;
	position: absolute;
	left: 10px;
	top: 50px;
	color: #FFFFFF;
	font-size: 0.8em;
	text-align: left;
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	font-style: normal;
}
.sup90 {
	width: 98%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
.fboxleft {
	text-align: center;
}
@media screen and (min-width:800px) {
.smfix {
	width: 400px;
	//width: 260px;
}	

.sup80 {
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
.supworks {
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
	.suppressormb {
		width: 100%;
	}
	.supressornews {
	width: 80%;
	max-width: 500px;
	}
	.supressorfooter {
	width: 80%;
	max-width: 800px;
	
	}
	.brmb {
		display: none;
	}
	.fullbox2w {
	width: 48%;
	margin-right:1%;
	margin-left:1%;
	}
	.fullbox2, .fullbox2a, .fullbox4 {
	width: 50%;
	margin: 0px;
	background-color: rgba(0,0,0,1);
	position: relative;
}
	.sugata {
	width: 40%;
	margin-right: auto;
	margin-left: 0;
	}
	.sugata2 {
	width: 70%;
	margin-right: auto;
	margin-left: 0;
	}
	.flexfree {
	display: flex;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
	.video_container iframe {
		width: 80%;
		height: 80%;
	}
.pagetitlezone{
	padding: 0px;
	margin: 0px;
}
.sm4, .sm3 {
	text-align: center;
	width: 31%;
	margin-right: 1%;
	margin-bottom: 10px;
	margin-left: 1%;
	}	
	.fullbox4 p {
		font-size: 1em;
	}
	.fullbox2a p {
		font-size: 1em;
	}
.supcontact {
	width: 86%;
	margin-left:auto;
	margin-right:auto;
	max-width: 800px;
}
}
@media screen and (min-width:1080px) {
.fboxcont {
	display: flex;
	//flex-wrap: wrap;
	//justify-content: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.fboxleft {
	flex: 1;
}
.fboxright {
	flex: 4;
}

.fullbox4 {
	width: 20%;
}
	.sm4 {
	width: 23%;
	}
	.sm3 {
	width: 31%;
	}
	.dflexf {
	margin-left: auto;
	width: 30px;
	margin-right: 0px;
}
	.pflexr {
	text-align: right;
}
.pflexl {
	text-align: left;
}
	.grid1 {
		flex: 1;
		padding: 5px;
	}
	.flexbox {
    display: -webkit-flex;
    display: flex;
	}
	
.supcenterright {
	margin-left: 36%;
	width: 42%;
	padding-top: 0px;
	padding-right: 2%;
	padding-bottom: 0px;
	padding-left: 2%;
}
.flexcont{
	display: flex;
  justify-content: space-around;
}
.fboxx0 {
	flex: 1;
	padding-right: 20px;
	padding-left: 20px;
}
.fboxx1 {
	flex: 2;
}
.fboxx2 {
	flex: 3;
	padding-left: 100px;
}
.fboxx4 {
	flex: 4;
	//padding-left: 100px;
}	
}
