body {
	width:100%;
	height:100%;
}
body .bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url("../../img/common/content-bg.jpg") repeat center top / 100vw;
	background-attachment: fixed;
}
#wrapper {
	width: 100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
	margin:0 auto;
	min-width:1280px;
	font-size:20px;
	line-height:2em;
	color:#000000;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
#contents-wrapper {
	width:100%;
	min-height: 100%;
	position:relative;
	padding-bottom:240px;
}
/*------------------------------------------------------------------------------
								TITLE
------------------------------------------------------------------------------*/
h2 {
	height: auto;
	margin: 0 auto 0;
	padding: 0px;
	position: relative;
	box-sizing: border-box;
	text-align: center;
	font-family: "Teko", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-size: 50px;
	line-height: 1em;
	color: #014099;
}
/*------------------------------------------------------------------------------
								HEAD
------------------------------------------------------------------------------*/
#header {
	position: relative;
	width: 100%;
	padding:0;
	height: 300px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-top: 80px;
}
#header .header-content {
	width: 100%;
	height: 100%;
	position: relative;
}
#header .header-content::before {
	content: "";
    position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: linear-gradient(to top, #002255, #003377);
	mix-blend-mode: color-burn;
	transform: translate3d(0,0,0);
	opacity: 0.8;
	z-index: 0;
}
#header .header-content::after {
	content: "";
    position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: linear-gradient(to top, #002255, #003377);
	opacity: 0.7;
	z-index: 0;
}
#header h1 {
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position:absolute;
	text-indent: -99999px;
}
#header h1 .logo {
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position:absolute;
	background: url("../../img/common/logo.png?ver1") no-repeat center center / 600px auto;
	z-index: 1;
}

#header h1 a {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	text-indent: -99999px;
	z-index: 1;
}
/*------------------------------------------------------------------------------
								MAIN
------------------------------------------------------------------------------*/
.box {
	position:relative;
	overflow:hidden;
	zoom:1;
	width:100%;
	padding-top: 0px;
}
/*------------------------------------------------------------------------------
								MENU
------------------------------------------------------------------------------*/
.menu-area {
	position: fixed;
	top:0px;
	left:0px;
	width: 100%;
	min-width: 1280px;
	background: linear-gradient(to bottom, #002255, #003377);
	height: 80px;
	z-index: 100;
}
.menu {
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0;
}
.menu .menu-main {
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
	box-sizing: border-box;
	padding-left: 0px;
}
.menu .menu-main li {
	text-align: center;
	display: inline-block;
	width: auto;
	box-sizing: border-box;
	position: relative;
}
.menu .menu-main li div {
	font-weight:300;
	color: #FFFFFF;
	text-align: left;
	padding: 0 0.3em 0;
	font-size: 30px;
	line-height: 80px;
	position: relative;
	box-sizing: border-box;
	font-family: "Teko", sans-serif;
}

.menu .menu-main li:first-child {
	padding-left: 0.6em;
	margin-left: 30px;
}
.menu .menu-main li:first-child::before {
	content: "";
	width: 30px;
	height: 75px;
	position: absolute;
	top: 0px;
	left: -40px;
	background: url("../../img/common/menu-icon.png") no-repeat center center / 20px;
}

.menu .menu-main li div a {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-indent:-999999px;
}


.menu-area .menu-logo-area {
	position: absolute;
	top: -5px;
	left: -300px;
	width: 230px;
	height: 84px;
	z-index: 100;
	transform: scale(0.6);
}
.menu-area .menu-logo-area .menu-logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding-top: 52px;
	background: url("../../img/common/header-logo.png") no-repeat center center / contain;
	text-indent: -99999px;
	height: 0px;
	line-height: 0px;
}
.menu-area .menu-logo-area .menu-day {
	position: absolute;
	width: 100%;
	top: 65px;
	left: 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 28px;
	font-family: "Teko", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	line-height: 0.8em;
}
.menu-area .menu-logo-area a {
	position:absolute;
	width:100%;
	height:100%;
	text-indent:-999999px;
	top:0px;
	left:0px;
	z-index: 100;
}

/*------------------------------------------------------------------------------
								MENU ACT
------------------------------------------------------------------------------*/
.menu-area {
	-webkit-transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
	transition:         all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.menu-area .menu .menu-main {
	-webkit-transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
	transition:         all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.menu-area .menu-logo-area {
	-webkit-transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
	transition:         all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.menu-area.act {
	height: 120px;
}
.menu-area.act .menu .menu-main  {
	top: 20px;
	padding-left: 90px;
}
.menu-area.act .menu-logo-area {
	top: 18px;
	left: 20px;
	transform: scale(1.0);
}

/*------------------------------------------------------------------------------
								SHARE
------------------------------------------------------------------------------*/
#share {
	position: absolute;
	overflow: hidden;
	top: 0px;
	margin: 15px 0;
	right: 20px;
	width: 180px;
	height: 45px;
	padding-left: 0;
}

#share li {
	width: 45px;
	height: 45px;
	margin-right: 0px;
	float: left;
	position: relative;
}

#share li:first-child {
	margin-left: 45px;
}
#share li:first-child::before {
	content: "";
	width: 30px;
	height: 45px;
	position: absolute;
	top: 0px;
	left: -45px;
	background: url("../../img/common/share-icon.png") no-repeat center center / 20px;
}

#share .shareFb {
	-webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition:         all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	background: url("../../img/common/share-btn-white.png") no-repeat left 0 top -135px / 45px;
}
#share .shareX {
	-webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition:         all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	background: url("../../img/common/share-btn-white.png") no-repeat left 0 top -45px / 45px;
}
#share .shareLine {
	-webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition:         all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	background: url("../../img/common/share-btn-white.png") no-repeat left 0 top -180px / 45px;
}
#share .shareFb:hover {
	-webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition:         all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	background: url("../../img/common/share-btn-act.png") no-repeat left 0 top -135px / 45px;
}
#share .shareX:hover {
	-webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition:         all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	background: url("../../img/common/share-btn-act.png") no-repeat left 0 top -45px / 45px;
}
#share .shareLine:hover {
	-webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition:         all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	background: url("../../img/common/share-btn-act.png") no-repeat left 0 top -180px / 45px;
}

#share li a {
	position:absolute;
	width:100%;
	height:100%;
	text-indent:-999999px;
	top:0px;
	left:0px;
}

/*------------------------------------------------------------------------------
								SHARE ACT
------------------------------------------------------------------------------*/
.menu-area #share  {
	-webkit-transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
	transition:         all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.menu-area.act #share  {
	top: 20px;
}

/*------------------------------------------------------------------------------
								FOOTER
------------------------------------------------------------------------------*/
#footer-area {
	position: absolute;
	width:100%;
	left:0px;
	bottom: 0px;
	height: auto;
	overflow: hidden;
	z-index: 9;
	background: linear-gradient(to bottom, #002255, #003377);
}
.footer-content {
	width: 100%;
	margin: 0 auto;
}
#footer-area #copyright {
	width:100%;
	text-align: center;
	height:auto;
	font-size: 12px;
	line-height: 1em;
	color: #CCCCCC;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
}
/*------------------------------------------------------------------------------
								SP
------------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
body .bg {
	background: url("../../img/common/content-bg.jpg") repeat center top / 150vw;
}
#wrapper {
	min-width:740px;
	max-width:1000px;
	font-size:2.8vw;
	line-height:1.8em;
}
#contents-wrapper {
	padding-bottom:28vw;
}
#contents {
	width:100%;
	margin:0;
	position:relative;
	padding-bottom:0px;
}
/*------------------------------------------------------------------------------
								TITLE
------------------------------------------------------------------------------*/
h2 {
	height: auto;
	font-size: 8vw;
}
/*------------------------------------------------------------------------------
								HEAD
------------------------------------------------------------------------------*/
#header {
	height: 40vw;
	padding-top: 12vw;
}
#header h1 .logo {
	background: url("../../img/common/logo.png?ver1") no-repeat center center / 70vw auto;
}

/*------------------------------------------------------------------------------
								MENU ICON
------------------------------------------------------------------------------*/
.menu-icon-box {
	position: relative;
	width: 100%;
	height: 12vw;
	z-index: 100;
	top: 0px;
	left: 0px;
}
#menu-icon {
	position:absolute;
	width:8vw;
	height:8vw;
	box-sizing: border-box;
	margin: 0 auto 0;
	padding: 0 0;
	top:50%;
	left:50%;
	margin-left: -4vw;
	margin-top: -4vw;
}
.menu-icon,
.menu-icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-icon {
  position: relative;
  width: 8vw;
  height: 8vw;
  top:0;
  left:0;
}
.menu-icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.8vw;
  background-color: #FFFFFF;
}
.menu-icon span:nth-of-type(1) {
  top: 1vw;
}
.menu-icon span:nth-of-type(2) {
  top: 3.5vw;
}
.menu-icon span:nth-of-type(3) {
  bottom: 1vw;
}

.menu-icon.active span:nth-of-type(1) {
  -webkit-transform: translateY(2.5vw) rotate(-45deg);
  transform: translateY(2.5vw) rotate(-45deg);
}
.menu-icon.active span:nth-of-type(2) {
  left: 150%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}
.menu-icon.active span:nth-of-type(3) {
  -webkit-transform: translateY(-2.5vw) rotate(45deg);
  transform: translateY(-2.5vw) rotate(45deg);
}
#menu-icon a {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	text-indent:-99999px;
}
/*------------------------------------------------------------------------------
								MENU
------------------------------------------------------------------------------*/
.menu-area {
	position: fixed;
	width: 100%;
	min-width: 740px;
	top: 0px;
	box-sizing: border-box;
	padding-top: 0px;
	z-index: 100;
	height: 12vw;
}
.menu {
	width: 100%;
	margin: 0;
	height: auto;
	position: relative;
	background: rgba(0,30,80,0.95);
	display: none;
	padding-bottom: 4vw;
	overflow: hidden;
}
.menu .menu-main {
	position: relative;
	overflow: hidden;
}
.menu .menu-main li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	height: 16vw;
	border-bottom: 2px solid rgba(255,255,255,0.2);
}

.menu .menu-main li:first-child {
	padding-left:0px;
	margin-left: 0px;
}
.menu .menu-main li:first-child::before {
	content: "";
	width: 0px;
	height: 0px;
	top: 0px;
	left: 0px;
	background: none;
}

.menu .menu-main li:nth-child(2n) {
	border-left: 2px solid rgba(255,255,255,0.2);
}
.menu .menu-main li div {
	text-align: center;
	padding: 0px;
	font-size: 5vw;
	line-height: 16vw;
	opacity: 1;
}


.menu-area .menu-logo-area {
	top: -2vw;
	left: -60vw;
	width: 42vw;
	height: 15vw;
}
.menu-area .menu-logo-area .menu-logo {
	padding-top: 10vw;
}
.menu-area .menu-logo-area .menu-day {
	top: 11.5vw;
	font-size: 5vw;
}

/*------------------------------------------------------------------------------
								MENU ACT
------------------------------------------------------------------------------*/
.menu-area .menu-icon-box {
	-webkit-transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
	transition:         all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.menu-area #menu-icon {
	-webkit-transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
	transition:         all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.menu-area.act {
	height: 20vw;
}
.menu-area.act .menu-icon-box {
	height: 20vw;
}
.menu-area.act #menu-icon {
	margin-left: 36vw;
}
.menu-area.act .menu .menu-main  {
	top: 0px;
	padding-left: 0px;
}
.menu-area.act .menu {
	padding-top: 0px;
	padding-left: 0px;
}
.menu-area.act .menu-logo-area {
	top: 2.5vw;
	left: 4vw;
}

/*------------------------------------------------------------------------------
								SHARE ACT
------------------------------------------------------------------------------*/
.menu-area #share  {
	-webkit-transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
	transition:         all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.menu-area.act #share  {
	top: 0px;
}
/*------------------------------------------------------------------------------
								SHARE
------------------------------------------------------------------------------*/
#share {
	position: relative;
	overflow: hidden;
	top: 0px;
	right: 0px;
	width: 24vw;
	height: 8vw;
	margin: 0 auto;
	padding-left: 0;
	padding-top: 4vw;
}
#share li {
	width: 8vw;
	height: 8vw;
}

#share li:first-child {
	margin-left: 0px;
}
#share li:first-child::before {
	content: "";
	width: 0px;
	height: 0px;
	top: 0px;
	left: 0px;
	background: none;
}

#share .shareFb {
	-webkit-transition: none;
	transition:         none;
	background: url("../../img/common/share-btn-white.png") no-repeat left 0 top -24vw / 8vw;
}
#share .shareX {
	-webkit-transition: none;
	transition:         none;
	background: url("../../img/common/share-btn-white.png") no-repeat left 0 top -8vw / 8vw;
}
#share .shareLine {
	-webkit-transition: none;
	transition:         none;
	background: url("../../img/common/share-btn-white.png") no-repeat left 0 top -32vw / 8vw;
}
#share .shareFb:hover {
	-webkit-transition: none;
	transition:         none;
	background: url("../../img/common/share-btn-white.png") no-repeat left 0 top -24vw / 8vw;
}
#share .shareX:hover {
	-webkit-transition: none;
	transition:         none;
	background: url("../../img/common/share-btn-white.png") no-repeat left 0 top -8vw / 8vw;
}
#share .shareLine:hover {
	-webkit-transition: none;
	transition:         none;
	background: url("../../img/common/share-btn-white.png") no-repeat left 0 top -32vw / 8vw;
}
/*------------------------------------------------------------------------------
								FOOTER
------------------------------------------------------------------------------*/
#footer-area #copyright {
	font-size: 2.2vw;
}
}