@charset "utf-8";
/*Setting for the PC*/
body{
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height: 1;
	padding:0;
	margin: 0px;
	background-color:#fff;
	background-image:url(/minamata/images/bg-mount.png);
	background-size:cover;
	background-attachment: fixed;
	-ms-user-select: none; /* IE10～ */
	-webkit-text-size-adjust: 100%;
}

/* Common */
* {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
/* Display only in the smartphone */
.forSP {
	display:none;
}
.globalNavi.smartPhoneMenu {
	display:none;
}
.adriaRedBg {
	background-color:#00536d;
}
.adriaBlueBg {
	background-color:#00465d;
}
.menuFixPlug {
	height:0;
}
/* contentsCage */
.contentsCage {
	width:100%;
	position:relative;
}
/* headerContents */
#headerContentsBg {
	display:block;
	width:100%;
	height:102px;
}
.checkerMark {
	background-image:url(/minamata/images/bg-adria-blue-l.png), url(/minamata/images/bg-adria-blue-r.png);
	background-position:left top,right top;
	background-repeat:no-repeat;
}
#headerContents {
	position:relative;
	display:block;
	max-width:980px;
	margin:0 auto;
}
h1#siteTitle {
	display:block;
	position:absolute;
	left:117px;
	top:14px;
}
h1#siteTitle a {
	color:#fff;
	text-decoration:none;
	font-size:12px;
}
h1#siteTitle a:hover {
	text-decoration:underline;
}
#catchPhrase {
	position:absolute;
	left:50%;
	top:14px;
	width:192px;
	height:14px;
	margin-left:-96px;
}
#catchPhrase img {
	width:100%;
	height:auto;
}
h2#fkAdriaLogo {
	position:absolute;
	left:-35px;
	top:14px;
	width:94px;
	height:123px;
	z-index:999;

	-webkit-transition:left .5s ease;
	transition:left .5s ease;
}
h2#fkAdriaLogo img {
	width:100%;
	height:auto;
}
#globalNavi {
	display:block;
	width:100%;
	max-width:980px;
	padding-top:70px;
	padding-left:100px;
}
ul.globalNavi {
	position:relative;
	display:flex;
	flex-wrap: wrap;
}
ul.globalNavi li {
	text-align:left;
}
/*minamata*/
ul.globalNavi li:nth-of-type(1) {
	width:18%;
}
/*news*/
ul.globalNavi li:nth-of-type(2) {
	width:8%;
}
/*project*/
ul.globalNavi li:nth-of-type(3) {
	width:8%;
}
/*staff*/
ul.globalNavi li:nth-of-type(4) {
	width:11%;
}
/*sns*/
ul.globalNavi li:nth-of-type(5) {
	width:6%;
}
/*sponsor*/
ul.globalNavi li:nth-of-type(6) {
	width:10%;
}
/*contact*/
ul.globalNavi li:nth-of-type(7) {
	width:11%;
}
/*fkadria*/
ul.globalNavi li:nth-of-type(8) {
	width:25%;
}
ul.globalNavi a {
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	margin:0 0;
	padding: 0;
}
#btnFacebook ,#btnInstagram {
	display:none;
}
ul.globalNavi a#btnHome {
	display:none;
}
ul.globalNavi a#btnFkadria {
}
#globalNavi .currentCursor {
	background-color: #fff;
	display: block;
	position: relative;
	width: 50px;
	height:2px;
	left: 0;
	top:2px;
	opacity: 0;
}

#iconFacebook {
	display:block;
	position:absolute;
	top:14px;
	right:41px;
	width:25px;
	height:25px;
}
#iconFacebook img {
	width:100%;
	height:100%;
}
#iconInstagram {
	display:block;
	position:absolute;
	top:14px;
	right:0px;
	width:25px;
	height:25px;
}
#iconInstagram img {
	width:100%;
	height:100%;
}

#iconLang {
    display: block;
    position: absolute;
    top: 14px;
    right: 82px;
    width: 25px;
    height: 25px;
}
#iconLang img {
    width: 100%;
    height: 100%;
}
/* main image */
#fkAdriaVideo {
	position:relative;
	width:100%;
	height:auto;
	/*min-height:551px;*/
	margin:0 auto;
	overflow:hidden;
}
#fkAdriaVideo .slideImage {
	position:relative;
}
#fkAdriaVideo .slideImage .imageBG {
	width:100%;
	height:auto;
}
#fkAdriaVideo .slideImage .overlay {
	position:absolute;
	top:10%;
	bottom:auto;
	left:0;
	right:0;
	margin:auto;
	width:70%;
	height:auto;
}
#fkAdriaBG {
	-webkit-transition:all 0.25s ease;
	transition:all 0.25s ease;
	-webkit-transform:scale(1);
	transform:scale(1);

	display:block;
	position:absolute;
	top:0;
	width:100%;
	max-width:980px;
	height:auto;
	min-height:551px;
	background-image:url(/minamata/images/img-main-image.jpg);
	background-position:center;
	background-size:cover;
	text-indent:-9999px;
	overflow:hidden;
	opacity:1;
}

#fkAdriaVideo a#mainImage {
	-webkit-transition:all 0.25s ease;
	transition:all 0.25s ease;

	display:block;
	position:absolute;
	width:100%;
	height:100%;
	background-color:#AA001E;
	
}
#fkAdriaVideo:hover a#mainImage {
	-webkit-transition:all 0.25s ease;
	transition:all 0.25s ease;
	opacity:1;/****************************************************/
}

#fkAdriaVideo .btnMainImage {
	display:block;
	position:absolute;
	max-width:980px;
	height:60px;
	bottom:50px;
	left:50%;
	margin-left:-490px;
	background-image:url(/minamata/images/btn-main-image.png);
	background-position:center;
	background-size:980px 60px;
	text-indent:-9999px;
}
.owl-carousel {
    position:relative;
}
.owl-theme .owl-nav {
	margin-top: 0;;
}
.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	display:table-cell;
	vertical-align: middle;
	padding:10px;
}
.owl-theme .owl-nav .owl-prev{
	left:0;
	background-image:url(/minamata/images/img-prev-btn.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
}
.owl-theme .owl-nav .owl-next{
	right:0;
	background-image:url(/minamata/images/img-next-btn.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
}
.owl-theme .owl-nav .owl-prev:hover{
	background-image:url(/minamata/images/img-prev-btn.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
}
.owl-theme .owl-nav .owl-next:hover{
	background-image:url(/minamata/images/img-next-btn.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
}
.owl-theme .owl-nav [class*=owl-] span {
	display:block;
	height:100%;
	line-height:50%;
}
/*
.owl-theme .owl-nav .owl-prev::after {
	display:block;
	content:'　';
	background-image:url(/minamata/images/img-prev-btn.png);
	background-size:32px 57px;
	width:32px;
	height:57px;
}
.owl-theme .owl-nav .owl-next::after {
	display:block;
	content:'　';
	background-image:url(/minamata/images/img-next-btn.png);
	background-size:32px 57px;
	width:32px;
	height:57px;
}*/

/**/
.flexArea {
	display:flex;
	flex-wrap: wrap;
}
.alt {
	display:none;
}
.subtitle {
	display:block;
	padding-top:10px;
	color:#00465d;
	font-size:14px;
}
.mainText {
	font-size:14px;
	color:#00465d;
	line-height:1.75;
	margin:.5em 0;
}
/*minamata*/
.minamataColumns {
	width:66.6%;
	padding-right:20px;
}
.minamataImageArea {
	width:100%;
	padding:20px 0;
}
.minamataImageArea img {
	width:100%;
	height:auto;
}
.minamataColumnsTitle {
	width:100%;
}
.minamataColumnsTitle img {
	max-width:460px;
	max-height:38px;
	width:100%;
	height:auto;
	display:block;
}
.minamataTextArea {
	width:50%;
}
.minamataFigArea {
	width:50%;
	padding:0 0 0 10px;
}
.minamataFigArea img {
	width:100%;
	height:auto;
}

/* news */
.newsColumns {
	width:33.3%;
	padding-left:20px;
	border-left:solid 1px #00465d;
}
.indexNewsColumnsTitle {
	width:100%;
}
.indexNewsColumnsTitle img {
	max-width:126px;
	max-height:38px;
	width:100%;
	height:auto;
	display:block;
}

.newsList {
	margin-top:20px;
	line-height:1.75;
}
.newsList li {
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:solid 1px #00465d;
}
.newsList li:last-child {
	border-bottom:none;
}
.newsList li a {
	text-decoration:none;
	color:#00465d;
	font-size:14px;
}
.newsList li a:hover  span {
	text-decoration:underline;
}
.newsDate {
	display:block;
	width:100%;
}
.newsSummary {
	display:block;
	width:100%;
}
.newsLatestDate {
	color:#00465d;
	display:block;
	margin-top:5px;
	margin-bottom:5px;
}
.newsLatestSummary {
	color:#00465d;
	display:block;
	margin-bottom:10px;
}
.newsColumns .newsMore {
	text-align:right;
	margin-top:10px;
}
.newsColumns .newsMore a {
	font-size:14px;
	color:#00465d;
	text-decoration:none;
}
.newsColumns .newsMore a::after {
	content:'　＞';
}
.newsColumns .newsMore a:hover {
	text-decoration:underline;
}

/*.newNews .newsPickupImage:after {
	content:'NEW!';
	position:absolute;
	top:0;
	left:0;
	padding:5px;
	display:inline-block;
	background-color:#AA001E;
	color:#FFF;
	font-size:12px;
}*/
.newsPickupImage {
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	background-color:#00465d;
	margin:20px 0;
}

.newsPickupImage a {
	overflow:hidden;
	background-color:#f0f0f0;
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	-webkit-transition:all 0.25s ease;
	transition:all 0.25s ease;
	-webkit-transform:scale(1.02);
	transform:scale(1.02);
	opacity:1;
}
.newsPickupImage a:hover {
	-webkit-transition:all 0.25s ease;
	transition:all 0.25s ease;
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
	opacity:.6;
}
.newsPickupImage img {
	width:100%;
	height:auto;
	max-width:100%;
	max-height:100%;
	
	/*20181012*/
	object-fit: cover;
	
}

/* entry */
.entryWrap {
	position:relative;
	width:100%;
	max-width:980px;
	margin:0 auto;
	padding:60px 0px;
	overflow:hidden;
}
/* titles */
h2.entryTitle {
	margin-left:4px;
}
h3.entrySubTitle {
	font-size:18px;
	font-weight:bold;
	color:#AA001E;
	margin:10px 0 0px 4px;
}
p.entrySubRead {
	font-size:12px;
	font-weight:bold;
	color:#AA001E;
	margin:10px 0 0px 4px;
}

/* footer */
#footer {
	width:100%;
	height:auto;
	background-color:#333;
}
.footerWrap {
	position:relative;
	width:100%;
	max-width:980px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}
#sponsorSupplier {
	padding-bottom:60px;

}
/* bnr */

#copyRightArea {
	width:100%;
	text-align:center;
	padding-top:40px;
	color:#fff;
	line-height:1.5;
}
.copyRight {
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
}
#copyRightArea address {
	font-size:12px;
	font-style:normal;
}
#footerLogo {
	width:53px;
	margin:40px auto;
}
#footerLogo img {
	width:100%;
	height:auto;
}
/**/
.parallax {
  display:none;
}
.parallaxMask {
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
}

/**/

.scrollAreaWrap {
	padding-top:10px;
	padding-bottom:10px;
	width:100%;
	overflow:hidden;
}
.scrollArea {
	width: 200%;
	height: auto;
	animation: scroller 40s linear 0s infinite normal;
}
.scrollArea img {
	width:100%;
	height:auto;
	display:inline;
}
@keyframes scroller {
  0% {
	  transform:translateX(0);
	}
  100% {
	  transform:translateX(-50%);
	}
}
.minamataBay {
	height:300px;
}
.contentsCage.projectArea {
	background-color:#00465d;
}
.projectColumnsTitle img {
    max-width: 176px;
    max-height: 38px;
    width: 100%;
    height: auto;
    display: block;
}
.projectColumnsTitle .subtitle {
	color:#fff!important;
	margin:0 0 20px 0;
}
.projectColumnsArea {
	display:flex;
	flex-wrap: wrap;
}
.projectBox {
	width:32%;
	margin-right:2%;
}
.projectBox:last-child {
	margin-right:0%;
}
.projectBox img {
	width:100%;
	height:auto;
	margin-bottom:10px;
}
.projectBox .projectName {
	display:block;
	font-size:15px;
	color:#fff;
	font-weight:normal;
	line-height:1.5;
	margin-bottom:10px;
}
.projectBox .note {
	display:block;
	font-size:14px;
	color:#fff;
	font-weight:normal;
	line-height:1.5;
	margin-bottom:10px;
}
/**/
.contentsCage.staffArea {
	background-color:#fff;
}
.staffColumnsTitle img {
    max-width: 130px;
    max-height: 38px;
    width: 100%;
    height: auto;
    display: block;
}
.staffColumnsTitle .subtitle {
	color:#00465d!important;
	margin:0 0 20px 0;
}
.staffColumnsArea {
	display:flex;
	flex-wrap: wrap;
}
.staffBox {
	width:20%;
	margin-right:6.6%;
	padding-bottom:40px;
}
.staffBox:nth-of-type(4n) {
	margin-right:0;
}
.staffBox img {
	width:100%;
	height:auto;
}
.staffName {
	font-size:20px;
	font-weight: bold;
	color:#00465d;
	text-align:center;
	margin:20px auto 10px auto;
}
.staffNameE {
	font-size:12px;
	font-weight: normal;
	color:#00465d;
	text-align:center;
	margin:0px auto 10px auto;
}
.staffTitle {
	display:block;
	font-size:12px;
	font-weight: normal;
	color:#fff;
	text-align:center;
	margin:0px auto 10px auto;
	padding:5px;
	background-color:#00465d;
	border-radius:100px;
}
a.instaLink {
	display:block;
	font-size:14px;
	font-weight: normal;
	color:#00465d;
	text-align:left;
	margin:20px auto 20px auto;
	text-decoration: none;
}
.instaPlug {
	margin:20px auto 20px auto;
	height:14px;
	display:block;
}
a.instaLink:before {
	/*content:'>';*/
	content:' ';
	display:block;
	width:16px;
	height:16px;
	background-image:url(/minamata/images/icon-instagram-m.png);
	background-size:cover;
	float:left;
	margin-left:25%;
	margin-right:10px;
}
.staffBio {
	font-size:12px;
	font-weight: normal;
	color:#00465d;
	text-align:left;
	margin:10px auto 20px auto;
	line-height:1.5;
}
.staffBox ul {
	font-size:12px;
	list-style-type: disc;
}
.staffBox ul li {
	line-height:1.5;
	margin-left:15px;
}
.staffBox ul li a {
	color:#00465d;
	text-decoration: none;
}
.staffBox a:hover {
	text-decoration: underline;
}
/**/
.contentsCage.unity {
	background-color:#d1cdcf;
}
.unityArea {
	display:flex;
	flex-wrap: wrap;
}
.unityBox {
	width:30%;
	margin-right:5%;
}
.unityBox:last-child {
	margin-right:0;
}
.unityBox img {
	width:100%;
	height:auto;
}
.unityColumnsTitle {
	margin-bottom:10px;
}
.unityColumnsTitle .bnrCa {
	max-width: 250px;
    max-height: 23px;
    width: auto;
    height: 23px;
    display: block;
}
.unityColumnsTitle .bnrTn {
	max-width: 104px;
    max-height: 23px;
    width: auto;
    height: 23px;
    display: block;
}
.unityColumnsTitle .bnrCo {
	max-width: 105px;
    max-height: 23px;
    width: auto;
    height: 23px;
    display: block;
}
.unityBox a {
	display:block;
	overflow: hidden;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.unityBox a:hover {
	display:block;
	overflow: hidden;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
	opacity: 0.7;
}
/**/
.contentsCage.snsArea {
	background-color:#00465d;
}
.snsColumnsTitle img {
    /*max-width: 130px;
    max-height: 38px;*/
    width: auto;
    height: 38px;
    display: block;
}
.snsColumnsTitle .subtitle {
	color:#fff!important;
	margin:0 0 20px 0;
}
.snsLink {
	float:right;
}
.snsLink a {
	display:block;
	text-align:right;
}
.snsLink a img {
	display:inline-block;
	width:40px;
	height:40px;
	margin-bottom:20px;
}
.snsLink a {
	color:#fff;
	text-decoration:underline;
	font-size:20px;
}
.snsColumnsArea {
	padding-top:20px;
}
/**/
.contentsCage.sponsorArea {
	background-color:#fff;
}
.sponsorColumnsTitle img {
    *max-width: 192px;
    max-height: 38px;
    width: auto;
    height: 38px;
    display: block;
}
.sponsorColumnsTitle .subtitle {
	color:#00465d!important;
	margin:0 0 20px 0;
}
.sponsorColumnsArea {
	display:flex;
	flex-wrap: wrap;
}
.sponsorColumns {
	width:100%;
	padding-top:20px;
}
.sponsorColumns .firstArea,
.sponsorColumns .secondArea {
	width:80%;
	margin:20px auto;
	display:flex;
	flex-wrap: wrap;
}
.sponsorColumns .thirdArea {
	width:100%;
	margin:20px auto;
	display:flex;
	flex-wrap: wrap;
}
.sponsorColumns .firstArea a {
	display:flex;
	justify-content: center;
    align-items: center;
	text-align:center;
	width:50%;
}
.sponsorColumns .firstArea a img {
	width:90%;
}
.sponsorColumns .secondArea a {
	display:flex;
	justify-content: center;
    align-items: center;
	text-align:center;
	width:20%;
}
.sponsorColumns .secondArea a:first-child {
	width:37.5%;
}
.sponsorColumns .secondArea a img {
	width:80%;
}
.sponsorColumns .secondArea a:nth-of-type(3) img {
	width:50%;
}
.sponsorColumns .thirdArea a {
	display:flex;
	justify-content: center;
    align-items: center;
	text-align:center;
	width:8%;
}
.sponsorColumns .thirdArea a img {
	width:80%;
}
.sponsorColumns .thirdArea a:nth-of-type(3) {
	width:17%;
}
.sponsorColumns .thirdArea a:nth-of-type(6) {
	width:17%;
}
.sponsorColumns .thirdArea a:nth-of-type(7) {
	width:17%;
}
.sponsorColumns .thirdArea a:nth-of-type(2) img {
	width:60%;
}
.sponsorColumns .thirdArea a:nth-of-type(9) img {
	width:60%;
}
/**/
.contentsCage.franchise {
	height:200px;
	background-color:#00465d;
}
.franchiseColumns {
	display:flex;
	flex-wrap: wrap;
	max-width:640px;
	width:100%;
	margin:0 auto;
}
.franchiseBox {
	width:32%;
	margin-right:2%;
}
.franchiseBox:last-child {
	margin-right:0%;
}
.franchise img {
	width:100%;
	height:auto;
	margin-bottom:10px;
}
/**/
.btn2TopCage {
	display:block;
	position: fixed;
	bottom:10px;
	right:10px;
	background-color:rgba(0,0,0,.5);
}
.btn2Top2 {
	display:block;
	padding:10px 5px;
	width:48px;
}
.btn2Top2 a {
	display:block;
	width:100%;
	height:100%;
}
.btn2Top2 img {
	width:100%;
	height:auto;
}
/**/
ul.globalNavi a.menu.btnStyle {
	background-color:#c5182c;
	padding:5px 0;
	border:solid 1px #cea93a;
	margin-top:-6px;
}
/*ul.globalNavi a.menu.btnStyle:before {
	content:'＞';
}*/
/**/
.newsMainImage {
	position:absolute;
	top:0;
	left:0;
	
}
.newsTitle {
	max-width:103px;
	max-height:38px;
    width: 100%;
    height: auto;
    display: block;
}
.newsMainImage {
	position:absolute;
	width:100%;
	height:auto;
	max-width:980px;
	left:0;
	right:0;
	margin:60px auto;
	overflow:hidden;
}
.newsMainImage .subtitle {
	color:#fff!important;
	margin:0 0 20px 0;
}
.newsMainImage .read {
	position:absolute;
	top:0;
	left:0;
	margin:0 auto;
	font-size:16px;
	color:#fff;
	padding-left:150px;
	line-height:1.5;
}
/****************************************************************************************************************/

@media screen and (max-width: 1064px) and (-webkit-min-device-pixel-ratio: 1) {
	#headerContents {
		position: relative;
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	h2#fkAdriaLogo {
		left: 0;
	}
}
/****************************************************************************************************************/
@media screen and (max-width: 997px) and (-webkit-min-device-pixel-ratio: 1) {
	.entryWrap {
		width: 100%;
		margin: 0 auto;
		padding: 20px 10px 20px 10px;
		overflow:hidden;
	}
		/**/
	.newsTitle {
	margin-left:10px;
	}
	.newsMainImage .subtitle {
	padding-left:10px;
	}
}
/****************************************************************************************************************/

@media screen and (max-width: 900px) and (-webkit-min-device-pixel-ratio: 1) {
	body {
		background-image:none;
		padding-top:70px;
	}
	/* Display only in the smartphone */
	.forSP {
		display:block!important;
	}
	.forPC {
		display:none!important;
	}
	.contentsCage {
		width: 100%;
		overflow:hidden;
	}
	#headerContentsBg {
		min-width: 100%;
		height: 70px;
		position:fixed;
		z-index:999;
		top:0;
	}
	#headerContents {
		width: 100%;
	}
	h1#siteTitle {
		display: block;
		position: absolute;
		left: 0;
		right:0;
		margin:0 auto;
		top: 15px;
		text-align:center;
	}
	#catchPhrase {
		position: absolute;
		left: 0;
		right:0;
		margin:0 auto;
		top: 40px;
		width: 192px;
		height: 14px;
	}
	h2#fkAdriaLogo {
		position: absolute;
		left: 5px;
		top: 5px;
		width: 47px;
		height: 62px;
		z-index: 999;
	}
	.socialMenu {
		display:none;
		position:relative;;
		width:100px;
		height:85px;
		bottom:0;
		left:0;
		right:0;
		margin:0 auto;
		text-align:center;
	}
	#iconFacebook {
		display: block;
		position: absolute;
			top:auto;
		bottom: 7px;
		right: auto;
		left:0;
		width: 25px;
		height: 25px;
	}
	#iconInstagram {
		display: block;
		position: absolute;
		top: auto;
		bottom:7px;
		right: 0;
		width: 25px;
		height: 25px;
	}
	#fkAdriaVideo {
		margin-top:0px;
		width:100%;
		min-width: 100%;
		min-height:auto;
		height:auto;
		overflow:visible;
	}
	#fkAdriaVideo a#mainImage {
		-webkit-transition: none;
		transition: none;
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		background-image:none;
	}
	/*#fkAdriaVideo img {
		width: 100%;
		min-width: 100%;
		height:auto;
		visibility: visible;
	}*/
	#fkAdriaBG {
		display:none;
	}
	.btnMainImageSP {
		position:absolute;
		width:90%;
		left:0;
		right:0;
		margin:auto;
		bottom:5%;
	}
	.entryWrap {
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
		overflow:hidden;
	}
	.flexArea {
    	display: block;
    	flex-wrap: nowrap;
	}
	.minamataColumns {
		width: 100%;
		padding: 0 0 20px 0;
	}
	.minamataTextArea {
		width: 100%;
	}
	.minamataFigArea {
		width: 100%;
		padding: 10px 0;
	}
	.indexNewsColumns {
		width: 100%;
		padding: 0 0 40px 0;
	}
	.newsColumns {
		width: 100%;
		padding: 0 0 40px 0;
		border-left: none;
	}
	.newsList {
		margin:0 0 10px 0;
		padding:0;
		line-height: 1.25;
	}
	.newsDate {
		font-size: 12px;
		float: none;
		width: 100%;
	}
	.newsSummary {
		font-size: 14px;
		margin-left: 0px;
		padding-right: 0px;
	}
	.newsList li {
		padding: 10px;
		/*border-bottom:dotted 1px #AA001E;*/
	}
	.newsList li:first-child {
		/*border-top:dotted 1px #AA001E;*/
	}
	.newsColumns .newsMore {
		padding-right: 5px;
		text-align: right;
	}

	.newsPickupImage {
		width:100%;
		height:auto;
		margin-top: 10px;
	}
	.newsPickupImage img {
		width: 100%;
		height: auto;
	}
	.newsPickupImage a,
	.newsPickupImage a:hover {
		-webkit-transition:all 0s ease;
		transition:all 0s ease;
		-webkit-transform:scale(1);
		transform:scale(1);
		opacity:1;
	}
	#footer {
		width: 100%;
		min-width:100%;
		height: auto;
		margin-top: 0px;
		padding-top: 0px;
	}
	.footerWrap {
		position: relative;
		width: 100%;
		min-width:100%;
		height: auto;
		margin: 0 auto;
		overflow: hidden;
	}

	#copyRightArea {
		position: relative;
		top: 0;
		width: 100%;
		text-align: center;
		padding-top: 40px;
		color: #fff;
		line-height: 1.5;
		margin:40px auto 0 auto;
		clear:both;
	}
	.copyRight {
		font-size: 12px;
		font-weight: bold;
		padding-bottom: 5px;
		margin:0 auto;
	}
	#copyRightArea address {
		font-size: 10px;
		font-style: normal;
	}
	#footerLogo {
		width: 100%;
		margin: 20px auto;
	}
	#footerLogo img {
		width: 40px;
		height: auto;
	}
	#globalNavi {
		display: block;
		position: fixed;
		left: 1%;
		top: -500px;
		width: 98%;
		height: auto;
		background-color:#fff;
		overflow:hidden;
		border:solid 1px #002E5E;
		border-radius:3px;
		
		-webkit-transition:all 0s ease;
		transition:all 0s ease;
		-webkit-transform:translateY(0);
		transform:translateY(0);
		z-index:999;
		max-width:unset;
		padding:0;
	}
	#globalNavi.open {
		-webkit-transition:all 1s ease;
		transition:all 1s ease;
		-webkit-transform:translateY(570px);
		transform:translateY(570px);
	}
	ul.globalNavi {
		position: relative;
		display: block;
		flex-wrap: wrap;
	}
	ul.globalNavi li {
		display: inline-block;
		width:100%!important;
		height:auto;
		float:left;
		border-bottom:solid 1px #ddd;
	}
	ul.globalNavi li:nth-of-type(2) {
		width:50%!important;
		border-right:solid 1px #ddd;
	}
	ul.globalNavi li:nth-of-type(3) {
		width:50%!important;
	}
	ul.globalNavi li:nth-of-type(4) {
		width:50%!important;
		border-right:solid 1px #ddd;
	}
	ul.globalNavi li:nth-of-type(5) {
		width:50%!important;
	}
	ul.globalNavi li:nth-of-type(6) {
		width:50%!important;
		border-right:solid 1px #ddd;
	}
	ul.globalNavi li:nth-of-type(7) {
		width:50%!important;
	}
	ul.globalNavi li:nth-of-type(9) {
		width:50%!important;
		border-right:solid 1px #ddd;
	}
	ul.globalNavi li:nth-of-type(10) {
		width:50%!important;
	}
	ul.globalNavi li:nth-of-type(odd) {
		/*border-right:solid 1px #ddd;*/
	}
	ul.globalNavi a {
		display:block!important;
		position:relative!important;
		width:100%!important;
		height:48px!important;
		line-height:48px!important;
		text-indent:0!important	;
		top:0!important;
		bottom:0!important;
		left:0!important;
		right:0!important;
		padding:0 10px!important;
		font-size:13px!important;
		color:#00465d!important;
		text-decoration:none!important;
		background-image:none!important;
	}
	ul.globalNavi a#btnFacebook, 
	ul.globalNavi a#btnInstagram {
		opacity:1!important;
	}
	#spMenuBtn {
		position:absolute;
		top:12px;
		right:5px;
		width:44px;
		height:44px;
		overflow:hidden;
		line-height:44px;
		border:solid 1px #002E5E;
		box-shadow:1px 1px 5px rgba(0,0,0,.5);
		text-align:center;
		cursor:pointer;
	}
	#spMenuBtn .ball {
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-transition:all .2s ease;
		transition:all .2s ease;
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
		
		position:absolute;
		top:-22px;
		right:-22px;
		width:88px;
		height:88px;

	}
	#spMenuBtn .ball img {
		width:100%;
		height:100%;
	}
	#spMenuBtn .ball.open {
		-webkit-transition:all 1s ease;
		transition:all 1s ease;
		
		-webkit-transform:rotate(270deg);
		transform:rotate(270deg);
	}
	#spMenuBtn .menuText {
		position:absolute;
		width:44px;
		height:44px;
		top:0;
		left:0;
		color:#fff;
		font-size:10px;
	}
	#blackMatter {
		position:fixed;
		width:100%;
		height:200%;
		top:-50%;
		background-color:rgba(0,0,0,.75);
		display:none;
		z-index:1;
	}
	#globalNavi a.current {
		font-weight:bold!important;
	}
	#globalNavi a.current::before {
		content:'>';
	}
	#globalNavi a {
		cursor:default;
		opacity:1;
	}
	/**/
	.scrollArea {
		width: 400%;
	}
	/**/
	.minamataBay {
	/*eight:150px;*/
	}
	/**/
	.contentsCage.projectArea {
	padding-top:40px;
	}
	/**/
	.projectColumnsArea {
	display:block;
	}
	.projectBox {
		width:100%;
		margin-right:0%;
		margin-top:20px;
	}
	.projectBox:first-child {
		margin-top:0;
	}
	/**/
	.contentsCage.staffArea {
    	margin-top:40px;
	}
	.staffBox {
	width:48%;
	margin-right:4%;
	padding-bottom:20px;
	}
	.staffBox:nth-of-type(2n) {
		margin-right:0;
	}
	.staffBox ul li a,
	.staffBox ul li a:hover {
		text-decoration: underline;
	}
	.contentsCage.unity {
    padding-top:40px;
	padding-bottom:20px;
	}
	.unityArea {
    display: block;
	}
	.unityBox,
	.unityBox:last-child {
    width: 100%;
    margin:0 auto;
	padding-bottom:20px;
	}
	.unityBox a,.unityBox a:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
	}
	/**/
	.contentsCage.snsArea {
	padding-top:40px;
	padding-bottom:40px;
	}
	/**/
	.contentsCage.sponsorArea {
	padding-top:40px;
	padding-bottom:40px;
	}
	/**/
	.sponsorColumns .firstArea,
	.sponsorColumns .secondArea,
	.sponsorColumns .thirdArea {
		display:flex;
		width:100%;
	}
	.sponsorColumns .firstArea a {
		padding:10px 0;
	}
	.sponsorColumns .firstArea a img {
	}
	.sponsorColumns .secondArea a {
		width:50%!important;
		padding:10px 0;
	}
	.sponsorColumns .secondArea a:nth-of-type(1) img {
		width:90%!important;
	}
	.sponsorColumns .secondArea a:nth-of-type(3) img {
		width:25%!important;
	}
	.sponsorColumns .secondArea a:nth-of-type(4) img {
		width:35%!important;
	}
	.sponsorColumns .secondArea a img {
		width:50%!important;
	}
	.sponsorColumns .thirdArea a {
		width:50%!important;
		padding:10px 0;
	}
	.sponsorColumns .thirdArea a img {
		width:40%!important;
	}
	.sponsorColumns .thirdArea a:nth-of-type(2) img {
		width:30%!important;
	}
	/**/
	.contentsCage.franchise {
		padding-top:70px;
	}
	/**/
	.parallaxMask {
		background-size:cover!important;
		background-position:center!important;
	}
	/**/
	ul.globalNavi a.menu.btnStyle {
		background-color:#fff;
		padding:0;
		border:none;
		margin-top:0;
	}
	/*ul.globalNavi a.menu.btnStyle:before {
		content:'＞';
	}*/
	/**/
}