@charset "UTF-8";


/*PC--------------------------------------------------------------------------------------*/

body {
	margin: 0;
}

#content
{
	background: url("../images/common/bg.jpg") fixed;
	box-sizing: border-box;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 16px;
	line-height: 1.7;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
	color: #fff;
}
#content a:link
{
	text-decoration: none;
	color: #fc0;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}
#content a:visited
{
	text-decoration: none;
	color: #fc0;
}
#content a:hover
{
	text-decoration: none;
	opacity: 0.7;
}
#content img
{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
#content p
{
	margin-top: -0.4em;
	margin-bottom: 1rem;
}
#content p:last-child
{
	margin-bottom: 0;
}

#wow-wrap
{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	background: #0f334c;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}

#wow-header
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 60%;
	position: relative;
	width: 100%;
	background: url("../images/common/header.jpg") no-repeat;
	background-size: cover;
	display: block;
	overflow: hidden;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}
#wow-header h1
{
	display: none;
}
#wow-header .sns
{
	position: absolute;
	top: 3%;
	right: 2%;
}
#wow-header .sns ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#wow-header .sns ul li
{
	float: left;
	width: 40px;
	height: 40px;
	margin-left: 5px;
}
#wow-header .sns ul li img
{
	width: 100%;
}
#wow-contents-wrap
{
	padding: 3%;
	box-sizing: border-box;
}
.wow-read
{
	margin-bottom: 2.8%!important;
	font-size: 1.2em;
}
.wow-nav
{
	width: 100%;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-sizing: border-box;
	margin-top: 3.2%;
}
.wow-nav ul
{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.wow-nav ul li
{
	flex-basis: 50%;
	box-sizing: border-box;
	text-align: center;
	padding: 0.5em;
	background: #101f2f;
	font-size: 1.2em;
	color: #ff0;
}
.wow-nav ul li span
{
	border-bottom: double #fff 4px;
	padding-bottom: 5px;
}
.wow-nav ul li.link
{
	padding: 0;
	box-sizing: border-box;
}
.wow-nav ul li a:link,
.wow-nav ul li a:visited
{
	background: #fff;
	text-align: center;
	padding: 0.5em;
	display: block;
	color: #f60!important;
	font-weight: bold;
	box-sizing: border-box;
}
.wow-contents-frame
{
	padding: 3.2%;
	box-sizing: border-box;
	background: #101f2f;
	margin-bottom: 3.2%;
}
.movie-wrap
{
	width: 70%;
	margin: 0 auto 3.2% auto;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
.movie
{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie iframe
{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

h2
{
	margin: 0 0 3.2% 0;
	background: url("../images/common/h2.png") #0f334c;
	padding: 0.3em 0.5em;
	box-sizing: border-box;
	color: #ff0;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	line-height: 1.5;
	text-align: center;
	border-top: 3px solid #fff;
}
h2 span
{
	background: #fff;
	padding: 0 0.4em;
	font-size: 0.8em;
	margin-right: 0.5em;
	color: #000;
	border-radius: 5px;
	line-height: 0;
}
h3
{
	margin: 0 0 3.2% 0;
	background: #fff;
	color: #101f2f;
	text-align: center;
	padding: 0.2em 0.5em;
	border-radius: 20px;
}
h3.lo50
{
	margin: 0 0 6% 0;
	background: #fff;
	color: #101f2f;
	text-align: center;
	padding: 0.2em 0.5em;
	border-radius: 20px;
}
h4
{
	margin: 0 0 5% 0;
	color: #ff0;
	font-size: 1.1em;
}
.lo-wrap
{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin-bottom: 3.2%;
}
.lo50l
{
	flex-basis: 50%;
	box-sizing: border-box;
	padding-right: 3%;
}
.lo50r
{
	flex-basis: 50%;
}
.lo50l img,
.lo50r img
{
	width: 100%;
}
.imgmb
{
	margin-bottom: 6%;
}
.colmun
{
	background: url("../images/common/colmun.png") center;
	padding: 4%;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 0.9em;
}
.colmun h4
{
	color: #f90;
	border-bottom: solid 1px #fff;
}
.colmun2
{
	font-size: 0.9em;
}
.hydro
{
	float: right;
	width: 130px;
	margin-left: 1em;
	margin-bottom: 1em;
}
.wow-list
{
	margin-bottom: 3.2%;
	overflow: hidden;
}
.wow-list ul
{
	margin: 0 -1.6% -3.2% -1.6%;
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.wow-list ul li
{
	flex-basis: 50%;
	padding: 0 1.6%;
	margin-bottom: 3.2%;
	box-sizing: border-box;
}
.wow-list ul li img
{
	width: 100%;
}
.sonar-wrap
{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.sonar-wrap .pic
{
	flex-basis: 40%;
}
.sonar-wrap .text
{
	flex-basis: 60%;
	padding-left: 1em;
	box-sizing: border-box;
}
.spec
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 56.3%;
	position: relative;
	width: 100%;
	background: url("../images/common/spec.jpg") no-repeat;
	background-size: cover;
	display: block;
	overflow: hidden;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}
.spec .spec-text
{
	padding: 3%;
	position: absolute;
	top:0;
	left: 0;
	-moz-text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	-webkit-text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
.banner img
{
	width: 100%;
}

/*RESPONSIVE--------------------------------------------------------------------------------------*/


@media only screen and (max-width: 990px) {
	


}

/*MOBILE--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 700px) {

#content
{
	font-size: 14px;
}
#wow-header
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 85.71428%;
	position: relative;
	width: 100%;
	background: url("../images/common/header2.jpg") no-repeat;
	background-size: cover;
	display: block;
	overflow: hidden;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}
#wow-header .sns ul li
{
	float: left;
	width: 30px;
	height: 30px;
	margin-left: 5px;
}
.movie-wrap
{
	width: 100%;
	margin: 0 auto 3% auto;
}
.wow-nav ul li span
{
	border-bottom: none;
	padding-bottom: 0;
}
h2
{
	text-align: left;
	margin-top: 10%;
}
h2.mb
{
	text-align: left;
	margin-top: 6%;
}
h3
{
	margin: 6% 0 3.2% 0;
}
h3.lo50
{
	margin: 6% 0 3.2% 0;
}
.lo-wrap
{
	display: block;
	width: 100%;
	flex-wrap: wrap;
	margin-bottom: 3.2%;
}
.lo50l
{
	padding-right: 0;
	margin-bottom: 3.2%;
}
.imgmb
{
	margin-bottom: 3.2%;
}
.hydro
{
	float: right;
	width: 100px;
	margin-left: 1em;
	margin-bottom: 1em;
}
.wow-list ul
{
	margin: 0 -1.6% -3.2% -1.6%;
	list-style: none;
	padding: 0;
	display: block;
	flex-wrap: wrap;
}
.spec
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 95%;
	position: relative;
	width: 100%;
	background: url("../images/common/spec.jpg") no-repeat;
	background-size: cover;
	display: block;
	overflow: hidden;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
	margin-bottom: 3.2%;
}

}


