@charset "utf-8";

/* Basic
------------------------------------------ */
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	src: local("Noto Sans CJK JP"),
		url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
		url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
		url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	src: local("Noto Sans CJK JP"),
		url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'),
		url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'),
		url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	src: local("Noto Sans CJK JP"),
		url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'),
		url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'),
		url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}

section, header, footer, nav,
h1, h2, h3, h4, h5, h6,
form, fieldset,
pre, blockquote, th, td { margin: 0; padding: 0; font-size: 100%; }

input,textarea {
	font-size: 100%;
	vertical-align: middle;
}

body, div, p, address,
dl, dt, dd, ul, ol, li { margin: 0; padding: 0; }

img {
	display: inline-block;
	border: none;
	max-width: 100%;
	height: auto;
}

caption { text-align: left; }
table { border-collapse: collapse; border: none; border-spacing: 0; }

fieldset { border: 0; }
input { line-height: 100%; }

ol, ul { list-style-type: none; }

label {cursor: pointer; }
address { font-style: normal; }

hr { display: none; visibility: hidden; height: 0; border: 0; }

article, aside, header, hgroup, footer,
nav, section, dialog, figure { display: block; }


a[name] { color: #000; }
a[name]:hover { color: #000; text-decoration: none !important; outline:0 !important; }
a img { color: #000; }

.navskip,
.hide { position: absolute; width: 0; height: 0; overflow: hidden; font-size: 0; }
em { font-weight: bold; font-style: normal; }

body {
	background: #FFF;
	color: #525252;
	line-height: 1.75;
	font-family: "Noto Sans JP","メイリオ",Meiryo, sans-serif;
	font-size: 16px;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.no_scroll {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
/* Link */
a {
	color: #525252;
	text-decoration: none;
	word-wrap: break-word;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	a {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
}

a.hoverImg01 img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
a.hoverImg01:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
@media screen and (max-width: 767px) {
	a.hoverImg01:hover img {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
}


/* Form
------------------------------------------ */
select,
textarea,
input {
	font-family: inherit;
}

/* IME : For Windows IE */
.imeA { ime-mode: active; }
.imeD { ime-mode: disabled; }

/* password */
input[type="password"] { height: 1.2em; font-family: arial; ime-mode: disabled; }

/* button */
input[type="submit"] ,
input[type="reset"] ,
input[type="button"] ,
input[type="image"] { cursor: pointer; }

/* radio */
input[type="checkbox"],
input[type="radio"] {
	margin: 0 10px 0 0;
	padding: 0;
	vertical-align: 1px;
}
@media screen and (max-width: 767px) {
	input[type="checkbox"],
	input[type="radio"] {
		vertical-align: 2px;
	}
}

/* select */
select {
	padding: 0 12px;
	border: 1px solid #DDD;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	width: auto;
	height: 35px;
	font-size: inherit;
	line-height: 35px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* iOS style reset */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

/* input password */
input[type="search"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="text"] {
	padding: 0 12px;
	border: none;
	width: 100%;
	height: 46px;
	background: #F1F1F1;
	font-size: 14px;
	line-height: 46px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* textarea */
textarea {
	padding: 10px 12px;
	border: none;
	width: 100%;
	background: #F1F1F1;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


/* Margin
------------------------------------------ */
.mgt0   { margin-top:     0 !important; }
.mgt3   { margin-top:   3px !important; }
.mgt5   { margin-top:   5px !important; }
.mgt10t { margin-top:  8px !important; }
.mgt10  { margin-top:  10px !important; }
.mgt15t { margin-top:  13px !important; }
.mgt15  { margin-top:  15px !important; }
.mgt20t { margin-top:  18px !important; }
.mgt20  { margin-top:  20px !important; }
.mgt25t { margin-top:  23px !important; }
.mgt25  { margin-top:  25px !important; }
.mgt30t { margin-top:  28px !important; }
.mgt30  { margin-top:  30px !important; }
.mgt40t { margin-top:  38px !important; }
.mgt40  { margin-top:  40px !important; }
.mgt45t { margin-top:  43px !important; }
.mgt45  { margin-top:  45px !important; }
.mgt50t { margin-top:  48px !important; }
.mgt50  { margin-top:  50px !important; }
.mgt60  { margin-top:  60px !important; }
.mgt70  { margin-top:  70px !important; }

.mgb50  { margin-bottom:  50px !important; }

.mgl0   { margin-left:   0px !important; }
.mgl10  { margin-left:  10px !important; }

.mgr50  { margin-right:  50px !important; }


/* Padding
------------------------------------------ */
.pdt0   { padding-top:  0 !important; }


/* Layout
------------------------------------------ */
.floatL { float: left; }
.floatR { float: right; }
.clearboth { clear: both; }
br.clear {
	margin: 0;
	padding: 0;
	clear: both;
	line-height: 0;
	font-size: 0;
}

.alL { text-align: left !important; }
.alC { text-align: center !important; }
.alR { text-align: right !important; }

.vaT { vertical-align: top !important; }
.vaM { vertical-align: middle !important; }
.vaB { vertical-align: bottom !important; }


/* Clearfix
------------------------------------------ */
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}


/* Text
------------------------------------------ */
.nowrap { white-space: nowrap !important; }
.bold { font-weight: bold !important; }
.normal { font-weight: normal !important; }

.fs01 { font-size:  10px !important; }
.fm01 { font-size: 	12px !important; }
.fl01 { font-size: 	14px !important; }
.fl02 { font-size:  16px !important; }
.fl03 { font-size:  18px !important; }
.fl04 { font-size:  20px !important; }


/* pc sp
------------------------------------------ */
.pc {
	display: block;
}
.pcInline {
	display: inline-block;
}
.spInline,
.sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.pcInline,
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.spInline {
		display: inline-block;
	}
}


/* video
------------------------------------------ */
body.video {
	background: #000;
}

.video {
	position: relative;
	/*padding-bottom: 56.25%;*/
	padding-bottom: 57.142857142%;
	height: 0;
	overflow: hidden;
	z-index: 3;
}
.video video,
.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}

/* Animation
------------------------------------------ */

/* title_slide*/
.subMod01{
	opacity: 0;
	animation: title_slide 400ms 1000ms ease-out forwards;
}
.headMod02{
	opacity: 0;
	animation: title_slide 400ms 1100ms ease-out forwards;
}
@keyframes title_slide {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
            opacity:0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity:1;
  }
}
/* animationlineHover */
@-webkit-keyframes animationlineHover{
	0%{-webkit-transform:translateX(0);transform:translateX(0)}
	50%{-webkit-transform:translateX(100%);transform:translateX(100%)}
	50.01%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}
	to{-webkit-transform:translateX(0);transform:translateX(0)}
}
@keyframes animationlineHover{
	0%{-webkit-transform:translateX(0);transform:translateX(0)}
	50%{-webkit-transform:translateX(100%);transform:translateX(100%)}
	50.01%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}
	to{-webkit-transform:translateX(0);transform:translateX(0)}
}

@-webkit-keyframes animateFixed1{
	0%{
		opacity: 0;
		-webkit-transform: translate(0,-100px);
		-o-transform: translate(0,-100px);
		transform: translate(0,-100px);
	}
	75%{
		opacity: 0.5;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}
@keyframes animateFixed1{
	0%{
		opacity: 0;
		-webkit-transform: translate(0,-100px);
		-o-transform: translate(0,-100px);
		transform: translate(0,-100px);
	}
	75%{
		opacity: 0.5;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}

@-webkit-keyframes animateFixed2{
	0%{
		opacity: 0;
		-webkit-transform: translate(0,-100px);
		-o-transform: translate(0,-100px);
		transform: translate(0,-100px);
	}
	75%{
		opacity: 0.5;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}
@keyframes animateFixed2{
	0%{
		opacity: 0;
		-webkit-transform: translate(0,-100px);
		-o-transform: translate(0,-100px);
		transform: translate(0,-100px);
	}
	75%{
		opacity: 0.5;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}
#logo01,
#hbg {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#hbg.animate01 {
	-webkit-animation:animateFixed2 0.8s linear 0s 1;
	animation:animateFixed2 0.8s linear 0s 1;
	display: block;
}
#logo01.animate01 {
	-webkit-animation:animateFixed1 0.8s linear 0s 1;
	animation:animateFixed1 0.8s linear 0s 1;
	display: block;
}
/* LOADED */
.show { transition: all 0.5s; }
.show { opacity: 0; -webkit-transform: translate(0, 50px); -ms-transform: translate(0, 50px); transform: translate(0, 50px); }
.show.is_done { opacity: 1; -webkit-transform: translate(0, 0px); -ms-transform: translate(0, 0px); transform: translate(0, 0px); }

/* .slideTxt */
.slideTxt span{
	display: inline-block;
	transition: all 0.5s;
	opacity: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
}
.slideTxt span.is_show {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/*  loading Animation
------------------------------------------ */

/* ローディングの背景部分のCSS */
.loader{
  background:#222;
  height:100%;
  left:0;
  position:fixed;
  top:0;
  width:100%;
  z-index:100;
}

 #shutter_l {
  position: fixed;
  top: 0;
  left: 0;
  background: #222;
  width: 50%;
  height: 100%;
  z-index: 99;
}
#shutter_l.on_loaded {
  -webkit-animation: load-anime_l 1000ms cubic-bezier(.77,0,.11,1) 400ms both;
          animation: load-anime_l 1000ms cubic-bezier(.77,0,.11,1) 400ms both;
}
#shutter_r.on_loaded {
  -webkit-animation: load-anime_r 1000ms cubic-bezier(.77,0,.11,1) 400ms both;
          animation: load-anime_r 1000ms cubic-bezier(.77,0,.11,1) 400ms both;
}
 #shutter_r {
  position: fixed;
  top: 0;
  right: 0;
  background: #f4f4f4;
  width: 50%;
  height: 100%;
  z-index: 99;
}
@-webkit-keyframes load-anime_l {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes load-anime_r {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

/* ローディングのアニメーション部分のCSS*/
.loader-animation,
.loader-animation:before,
.loader-animation:after {
  background:#ffffff;
  -webkit-animation:load1 1s infinite ease-in-out;
  animation:load1 1s infinite ease-in-out;
  width:2px;
  height:10px;
}
.loader-animation {
  height:10px;
  left:50%;
  margin:-5px 0 0 -5px;
  position:absolute;
  top:50%;
  width:1;
  color:#ffffff;
  text-indent:-9999em;
  font-size:10px;
  -webkit-transform:translateZ(0);
  -ms-transform:translateZ(0);
  transform:translateZ(0);
  -webkit-animation-delay:-0.16s;
  animation-delay:-0.16s;
}
.loader-animation:before,
.loader-animation:after {
  position:absolute;
  top:0;
  content:'';
}
.loader-animation:before {
  left:-15px;
  -webkit-animation-delay:-0.32s;
  animation-delay:-0.32s;
}
.loader-animation:after {
  left:15px;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow:0 0;
    height:15px;
  }
  40% {
    box-shadow:0 -2em;
    height:25px;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow:0 0;
    height:15px;
  }
  40% {
    box-shadow:0 -2em;
    height:25px;
  }
}





/* ロゴ_スライド*/
#logo01.on_loaded{
	animation: slide_top 600ms ease 1200ms both;
	z-index: 2000;
}
#hbg.on_loaded{
	animation: slide_top 600ms ease 1200ms both;
}
#page_scroll.on_loaded{
	animation: fade_in 600ms ease 2600ms both;
}
@keyframes slide_top {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
            opacity:0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity:1;
  }
}
@keyframes fade_in {
  0% {opacity:0;}
  100% {opacity:1;}
}



/* scaleMod01
------------------------------------------ */
.scaleMod01 {
	margin: 0 130px;
	width: auto;
	min-width: 733px;
}
@media screen and (min-width: 1501px) {
	.scaleMod01 {
		margin: 0 auto;
		width: 1232px;
	}
}
@media screen and (max-width: 767px) {
	.scaleMod01 {
		margin: 0;
		min-width: 0;
	}
}


/* wrapper
------------------------------------------ */
#wrapper {
	overflow: hidden;
}


/* bgVideo
------------------------------------------ */
@media screen and (max-width: 767px) {
	#bgVideo {
		display: none;
	}
}


/* header
------------------------------------------ */
/* #header */
#header {
	position: relative;
	padding: 104px 0;
	min-width: 1000px;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	z-index: 1;
}
#header .left {
	position: absolute;
	top: 104px;
	left: 0;
	width: 130px;
	height: 100%;
	background: #222;
}
#header .right {
	position: absolute;
	top: 104px;
	right: 0;
	width: 130px;
	height: 100%;
	background: #FFF;
}
#header::before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 104px;
	background: linear-gradient(90deg,#222 0%,#222 50%,#FFF 50%,#FFF 100%);
	background: -webkit-linear-gradient(0deg,#222 0%,#222 50%,#FFF 50%,#FFF 100%);
}
#header::after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 104px;
	background: linear-gradient(90deg,#222 0%,#222 50%,#FFF 50%,#FFF 100%);
	background: -webkit-linear-gradient(0deg,#222 0%,#222 50%,#FFF 50%,#FFF 100%);
}
#header .scaleMod01 {
	position: relative;
	margin: 0 130px;
	width: calc(100% - 260px) ;
	height: 100%;
	background: linear-gradient(45deg, rgba(0,0,255,.4), rgba(255,255,0,.4), rgba(255,0,0,.4));
	background: -webkit-linear-gradient(45deg, rgba(0,0,255,.4), rgba(255,255,0,.4), rgba(255,0,0,.4));
	background-size: 600% 600%;
	animation: AnimeGrade 6s ease infinite;
	z-index: 2;
}
#header .scaleMod01.on_hover {
	background: linear-gradient(45deg, rgba(0,0,255,.7), rgba(255,255,0,.7), rgba(255,0,0,.7));
	background: -webkit-linear-gradient(45deg, rgba(0,0,255,.7), rgba(255,255,0,.7), rgba(255,0,0,.7));
	background-size: 600% 600%;
	animation: AnimeGrade 6s ease infinite;
	z-index: 3;
}
@keyframes AnimeGrade {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

#header .scaleMod01::before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 50%,rgba(238,238,238,0.79) 50%,rgba(238,238,238,0.79) 100%);
	background: -webkit-linear-gradient(0deg,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 50%,rgba(238,238,238,0.79) 50%,rgba(238,238,238,0.79) 100%);
	opacity: .5;
	transition: .6s;
	z-index: 3;
}
#header .scaleMod01.on_hover::before {
	opacity: 0;
}

#header .scaleMod01::after {
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	margin: -1px 0 0 -5%;
	width:10%;
	height: 2px;
	background: linear-gradient(90deg,#FFF 0%,#FFF 50%,#000 50%,#000 100%);
	background: -webkit-linear-gradient(0deg,#FFF 0%,#FFF 50%,#000 50%,#000 100%);
	z-index: 4;
	transition: .2s;
}
#header .scaleMod01.on_hover::after {
	width: 14%;
	margin-left: -7%;
}
#header .text01 {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: -72px;
	color: #FFF;
	font-size: 10px;
	letter-spacing: 0.1em;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	line-height: 1;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
}
#header .logo01 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	margin: -6% 0 0 -50%;
	color: #FFF;
	font-size: 3vw;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	text-indent: 0.2em;
	letter-spacing: 0.2em;
	z-index: 4;
}
#header .button01 {
	position: absolute;
	top: 50%;
	right: 50%;
	margin: -47px -50% 0 0;
	width: 50%;
	text-align: center;
	z-index: 4;
}
#header .button01 a {
	position: relative;
	display: inline-block;
	padding: 38px 10px 0 10px;
	width: 50%;
	height: 94px;
	color: #111;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	text-indent: 0.18em;
	letter-spacing: 0.18em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
}
#header .button01 a:hover {
	text-decoration: none;
	letter-spacing: 0.28em;
	color: #fff;
}
@media screen and (max-width: 767px) {
	#header {
		padding: 0;
		min-width: 0;
		height: 402px;
		background: #000;
	}
	#header .left {
		display: none;
	}
	#header .right {
		display: none;
	}
	#header::before {
		display: none;
	}
	#header::after {
		display: none;
	}
	#header .scaleMod01 {
		width: 100%;
		margin: 0;
	}
	#header .scaleMod01::before {
		display: none;
	}
	#header .scaleMod01::after {
		display: none;
	}
	#header .text01 {
		position: absolute;
		top: 170px;
		left: 16px;
		font-size: 11px;
		letter-spacing: 0.17em;
	}
	#header .logo01 {
		position: relative;
		margin: 0;
		top:auto;
		left: auto;
		padding-top: 90px;
		width: auto;
		font-size: 30px;
		line-height: 1.6;
		text-indent: 0.3em;
		letter-spacing: 0.3em;
	}
	#header .button01 {
		position: relative;
		top: auto;
		right: auto;
		margin: 0;
		width: auto;
	}
	#header .button01::before {
		content: " ";
		display: block;
		margin: 8px auto 13px auto;
		width: 1px;
		height: 30px;
		background: #CCC;
	}
	#header .button01 a {
		padding: 0;
		border: none;
		width: auto;
		height: auto;
		font-size: 12px;
		color: #FFF;
	}
	#header .button01 a::before {
		display: none;
	}
	#header .button01 a:hover {
		background: transparent;
	}
}
/* #page_scroll */

#page_scroll{
	position: absolute;
	bottom: 0;
	right: 41px;
	width: 48px;
	height: 60px;
	z-index: 2;
}
#page_scroll.scrolled .scroll_text,
#page_scroll.scrolled .scroll_bar{
	opacity: 0;
}
#page_scroll .scroll_text {
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 0.01em;
    font-size: 10px;
    color: #333;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: .2s;
}
#page_scroll .scroll_bar {
    width: 1px;
    height: 40px;
    background-color: #444;
    position: absolute;
    bottom: 0;
    left: 24px;
    transition: .2s;
}

#page_scroll .scroll_ball {
    width: 8px;
    height: 8px;
    background-color: #222;
    position: absolute;
    left: -4px;
    border-radius:4px;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
    -webkit-animation: scroll_ball 1.2s ease-out infinite;
    animation: scroll_ball 1.2s ease-out infinite;
}
@-webkit-keyframes scroll_ball{
    0%{-webkit-transform:translateY(0px);}
100%{-webkit-transform: translateY(40px);}
}

@keyframes scroll_ball{
    0%{transform:translateY(0px);}
100%{transform: translateY(40px);}
}

/* #hbg */
#hbg {
	position: fixed;
	top: 50px;
	margin-top: -14px;
	right: 46px;
	z-index: 10;
}

#hbg .menuTrigger,
#hbg .menuTrigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	outline: none;
}
#hbg .menuTrigger {
	position: relative;
	width: 38px;
	height: 28px;
	cursor: pointer;
}
#hbg .menuTrigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
}
#hbg .menuTrigger span:nth-of-type(1) {
	top: 8px;
}
#hbg .menuTrigger span:nth-of-type(2) {
	bottom: 7px;
}
#hbg .menuTrigger:hover span {
	background-color: #888;
}
#hbg .menuTrigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(5.5px) rotate(-45deg);
	transform: translateY(5.5px) rotate(-45deg);
}
#hbg .menuTrigger.active span:nth-of-type(2) {
	-webkit-transform: translateY(-5.5px) rotate(45deg);
	transform: translateY(-5.5px) rotate(45deg);
}
@media screen and (max-width: 767px) {
	#hbg {
		position: absolute;
		top: 28px;
		right: 18px;
	}
	#hbg.fixed {
		position: absolute;
		top: 26px;
		right: 24px;
	}

	#hbg .menuTrigger {
		width: 28px;
		height: 22px;
	}
	#hbg .menuTrigger span:nth-of-type(1) {
		top: 5px;
	}
	#hbg .menuTrigger span:nth-of-type(2) {
		bottom: 5px;
	}
	#hbg .menuTrigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(6px) rotate(-45deg);
		transform: translateY(6px) rotate(-45deg);
	}
	#hbg .menuTrigger.active span:nth-of-type(2) {
		-webkit-transform: translateY(-6px) rotate(45deg);
		transform: translateY(-6px) rotate(45deg);
	}


	#hbg .menuTrigger:hover span {
		background-color: #000;
	}
	body.home #hbg .menuTrigger span {
		background-color: #FFF;
	}
	body.home #hbg .menuTrigger:hover span {
		background-color: #FFF;
	}
}

/* logo01 */
#logo01 {
	position: fixed;
    top: 50px;
    left: 37px;
    filter: invert(100%);
    margin-top: -20px;
}
#logo01.scrolled {
    filter:none;
}
#logo01 img {
	width: 60px;
}
@media screen and (max-width: 767px) {
	#logo01 {
		top:10px;
		left: 10px;
		margin: 0;
		width: 45px;
	}
}

/* logo02 */
#logo02 {
	position: absolute;
	top: 58px;
	left: 51px;
	z-index: 10;
}
#logo02 img {
	width: 31px;
}
@media screen and (max-width: 767px) {
	#logo02 {
		position: absolute;
		top: 20px;
		left: 24px;
	}
	#logo02 img {
		width: 21px;
	}
}

/* lowerBg01 */
#lowerBg01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1000px;
	height: 708px;
	background: linear-gradient(90deg,rgba(34,34,34,1) 0%,rgba(34,34,34,1) 54.0995%,rgba(255,255,255,0) 54.0995%,rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(0deg,rgba(34,34,34,1) 0%,rgba(34,34,34,1) 54.0995%,rgba(255,255,255,0) 54.0995%,rgba(255,255,255,0) 100%);
	z-index: 1;
}
@media screen and (max-width: 767px) {
	#lowerBg01 {
		min-width: 0;
		height: 451px;
		background: linear-gradient(90deg,rgba(34,34,34,1) 0%,rgba(34,34,34,1) 70.6%,rgba(255,255,255,0) 70.6%,rgba(255,255,255,0) 100%);
		background: -webkit-linear-gradient(0deg,rgba(34,34,34,1) 0%,rgba(34,34,34,1) 70.6%,rgba(255,255,255,0) 70.6%,rgba(255,255,255,0) 100%);
	}
	body.awards #lowerBg01 {
		height: 292px;
	}
}


/* menuSp
------------------------------------------ */
#overlay {
	position: fixed;
	top: 0;
	right: -100%;
	width: 400px;
	height: 100%;
/*	background: #FFF;
	box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.16);
	-webkit-box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.16);
	z-index: 1000;
	*/
}
#menuSp {
	position: fixed;
	top: 0;
	right: -100%;
	background: #FFF;
	width: 400px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	z-index: 1001;
}
#menuSp a {
	color: #000;
}
#menuSp > .vessel {
	padding: 130px 60px 60px 60px;
}
#menuSp > .vessel > .navBlock01 > dl {
	margin-top: 77px;
}
#menuSp > .vessel > .navBlock01 > dl:first-child {
	margin-top: 0;
}
#menuSp > .vessel > .navBlock01 > dl.single01 {
	margin-top: 74px;
}
#menuSp dl > dt {
	margin-bottom: 8px;
	font-size: 13px;
	letter-spacing: 0.23em;
}
#menuSp dl > dd {
	font-size: 20px;
	letter-spacing: 0.2em;
}
#menuSp dl > dd a:hover {
	text-decoration: none;
	opacity: 0.5;
}


#menuSp .close01 {
	position: absolute;
	top: 40px;
	right: 48px;
}
#menuSp .close01 a {
	display: inline-block;
	position: relative;
	width: 39px;
	height: 28px;
	opacity: 1;
}
#menuSp .close01 a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
#menuSp .close01 a span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	outline: none;
}
#menuSp .close01 a span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
}
#menuSp .close01 a span:nth-of-type(1) {
	top: 8px;
}
#menuSp .close01 a span:nth-of-type(2) {
	bottom: 7px;
}
#menuSp .close01 a.move span:nth-of-type(1) {
	-webkit-transform: translateY(5.5px) rotate(-45deg);
	transform: translateY(5.5px) rotate(-45deg);
}
#menuSp .close01 a.move span:nth-of-type(2) {
	-webkit-transform: translateY(-5.5px) rotate(45deg);
	transform: translateY(-5.5px) rotate(45deg);
}
@media screen and (max-width: 767px) {
	#overlay {
		width: 100%;
		box-shadow: 0 0 0 0 rgba(0,0,0,0.16);
		-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.16);
		-moz-box-shadow: 0 0 0 0 rgba(0,0,0,0.16);
	}
	#menuSp {
		width: 100%;
		text-align: center;
	}
	#menuSp > .vessel {
		padding: 72px 20px 20px 20px;
	}
	#menuSp > .vessel > .navBlock01 > dl {
		margin-top: 30px;
	}
	#menuSp > .vessel > .navBlock01 > dl:first-child {
		margin-top: 0;
	}
	#menuSp > .vessel > .navBlock01 > dl.single01 {
		margin-top: 29px;
	}
	#menuSp > .vessel > .navBlock01 > dl.single01 + dl.single01 {
		margin-top: 25px;
	}
	#menuSp dl > dt {
		margin-bottom: 12px;
		font-size: 11px;
	}
	#menuSp dl > dd {
		font-size: 16px;
		letter-spacing: 0.25em;
	}
	#menuSp dl.single01 > dd {
		font-size: 20px;
		letter-spacing: 0.2em;
	}
	#menuSp dl > dd a:hover {
		opacity: 1;
	}
	#menuSp dl > dd ul li {
		margin-top: 7px;
	}
	#menuSp dl > dd ul li:first-child {
		margin-top: 0;
	}

	#menuSp .close01 {
		position: absolute;
		top: 26px;
		right: 24px;
	}
	#menuSp .close01 a {
		width: 32px;
		height: 24px;
	}
	#menuSp .close01 a:hover {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	#menuSp .close01 a span:nth-of-type(1) {
		top: 5px;
	}
	#menuSp .close01 a span:nth-of-type(2) {
		bottom: 5px;
	}
	#menuSp .close01 a.move span:nth-of-type(1) {
		-webkit-transform: translateY(6px) rotate(-45deg);
		transform: translateY(6px) rotate(-45deg);
	}
	#menuSp .close01 a.move span:nth-of-type(2) {
		-webkit-transform: translateY(-6px) rotate(45deg);
		transform: translateY(-6px) rotate(45deg);
	}
}

/* menu2
------------------------------------------ */
#menu2{
	position: fixed;
	background: #222;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	color: #777;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
	z-index: 1001;
	opacity: 0;
	transform:matrix3d(.98, 0, 0, 0, 0, .98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	visibility: hidden;
	transition: all .3s ease-in;

}
#menu2.is_open{
	opacity: 1;
	transform:matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	visibility: visible;
}
#menu2 .navBlock01{
	width: 80%;
	max-width: 1300px;
	min-width: 860px;
	margin: 240px auto 0 auto;
}
#menu2 .navBlock01 dl{
	float: left;
	width: 33.3%;
	padding:  0 20px;
	box-sizing: border-box;
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	opacity: 0;
	transition: all .3s .4s ease-out;
}
#menu2 .navBlock01 dl:nth-child(2) {
	transition-delay: .5s;
}
#menu2 .navBlock01 dl:nth-child(3) {
	transition-delay: .6s;
}

#menu2.is_open .navBlock01 dl{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#menu2 .navBlock01 dt{
	border-bottom: 1px solid #333;
    width: 100%;
    margin-bottom: 40px;
    font-size: 12px;
    letter-spacing: 0.05em;
    padding-bottom: 20px;
    line-height: 1;
    position: relative;
}
#menu2 .navBlock01 dt:after{
	content: ' ';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 14px;
	height: 1px;
	background: #eee;
}
#menu2 .navBlock01 dd li{
    font-size: 18px;
    letter-spacing: 0.1em;
    padding-bottom: 32px;
    line-height: 1;
}
#menu2 .navBlock01 dd li a{
    color: #fff;
    text-transform: uppercase;
}
#menu2 .navBlock01 dd li a{
    color: #fff;
    text-transform: uppercase;
}
#menu2 .navBlock01 dd li a:hover{
    color: #999;
    text-decoration: none;
}
#menu2 .close01 {
	position: absolute;
	top: 38px;
	right: 46px;
}
#menu2 .close01 a {
	display: inline-block;
	position: relative;
	width: 38px;
	height: 28px;
	opacity: 1;
	cursor: pointer;
}
#menu2 .close01 a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
#menu2 .close01 a span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	outline: none;
}
#menu2 .close01 a span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: all .2s ease-out;
}
#menu2 .close01 a span:nth-of-type(1) {
	top: 8px;
}
#menu2 .close01 a span:nth-of-type(2) {
	bottom: 7px;
}
#menu2 .close01 a.move span:nth-of-type(1) {
	-webkit-transform: translateY(5.5px) rotate(-45deg);
	transform: translateY(5.5px) rotate(-45deg);
}
#menu2 .close01 a.move span:nth-of-type(2) {
	-webkit-transform: translateY(-5.5px) rotate(45deg);
	transform: translateY(-5.5px) rotate(45deg);
}
@media screen and (max-width: 767px) {
	#menu2{
		overflow: scroll;
	}
	#menu2 .close01{
		top: 14px;
		right: 18px;
	}
	#menu2 .close01 a{
		width: 28px;
		height: 22px;
	}
	#menu2 .close01 a span:nth-of-type(1){
		top:5px;
	}
	#menu2 .close01 a span:nth-of-type(2){
		bottom:5px;
	}
	#menu2 .close01 a.move span:nth-of-type(1) {
		-webkit-transform: translateY(5px) rotate(-45deg);
		transform: translateY(5px) rotate(-45deg);
	}
	#menu2 .close01 a.move span:nth-of-type(2) {
		-webkit-transform: translateY(-5px) rotate(45deg);
		transform: translateY(-5px) rotate(45deg);
	}

	#menu2 .navBlock01{
		width: 80%;
		min-width: 280px;
		margin: 110px auto 0 auto;
	}
	#menu2 .navBlock01 dl{
		float: none;
		width: 100%;
	}
	#menu2 .navBlock01 dt{
		font-size: 10px;
		padding-bottom: 15px;
		margin: 30px 0;
	}
	#menu2 .navBlock01 .single01 dt{
		margin-top: 10px;
	}
	#menu2 .navBlock01 dd li{
		font-size: 14px;
		padding-bottom: 25px;
	}
}

/* Footer
------------------------------------------ */
/* footer */
#footerWrap {
	background: #FFF;
}
#footer {
	padding: 135px 0 203px 0;
}
#footer .scaleMod01 {
	background: #F2F2F2;
	text-align: center;
}
#footer .text01 {
	padding-top: 64px;
	font-size: 13px;
	text-indent: 0.07em;
	letter-spacing: 0.07em;
}
#footer .text02 {
	margin-top: 30px;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	text-indent: 0.05em;
	letter-spacing: 0.05em;
}
#footer .button01 {
	position: relative;
	margin: 51px 0 0 0;
	padding-top: 110px;
	line-height: 0;
}
#footer .button01::before {
	content: " ";
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	margin-left: -1.5px;
	width: 2px;
	height: 55px;
	background: #222;
}
#footer .button01 .buttonMod01 {
	margin-bottom: -47px;
}
@media screen and (max-width: 767px) {
	#footer {
		padding: 75px 0 103px 0;
	}
	#footer .scaleMod01 {
		margin: 0 32px;
	}
	#footer .text01 {
		padding-top: 34px;
		font-size: 12px;
	}
	#footer .text02 {
		margin-top: 15px;
		font-size: 12px;
	}
	#footer .button01 {
		margin: 20px 0 0 0;
		padding-top: 95px;
	}
}


/* Common
------------------------------------------ */
/* listKomeMod01 */
.listKomeMod01 > li {
	padding-left: 1em;
	text-indent: -1em;
}

/* buttonMod01 */
a.buttonMod01 {
	position: relative;
	display: inline-block;
	padding: 43px 10px 0 10px;
	width: 400px;
	height: 94px;
	background: #222;
	background: linear-gradient(45deg, rgba(34,34,34,1), rgba(34,34,34,1), rgba(34,34,34,1));
	color: #FFF;
	font-size: 14px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	text-indent: 0.15em;
	letter-spacing: 0.15em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
a.buttonMod01:hover {
	background: linear-gradient(45deg, rgba(0,0,255,.9), rgba(255,255,0,.9), rgba(255,0,0,.9));
	background: -webkit-linear-gradient(45deg, rgba(0,0,255,.9), rgba(255,255,0,.9), rgba(255,0,0,.9));
	background-size: 600% 600%;
	animation: AnimeGrade 10s ease infinite;
	text-decoration: none;
	letter-spacing: 0.28em;
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
}
a.buttonMod01::before {
    content: '';
    position: absolute;
    top: 47px;
    right: 0;
    width: 20px;
    height: 1px;
    background-color: #FFF;
    transition: .2s;
}
a.buttonMod01:hover:before {
	width: 40px;
}

/* headMod01 */
.headMod01 {
	color: #000;
	font-size: 50px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.25em;
}
.headMod01 > span {
	position: relative;
	display: inline-block;
	padding-right: 83px;
}
.headMod01 > span > .line01 {
	position: absolute;
	bottom: 0.45em;
	right: 0;
	display: block;
	overflow: hidden;
}
.headMod01 > span > .line01::before {
	content: " ";
	display: block;
	width: 55px;
	height: 3px;
	background: #000;
}
.headMod01.animate01 > span > .line01::before {
	-webkit-animation:animationlineHover .8s cubic-bezier(.58,.3,.005,1) 0s 1;
	animation:animationlineHover .8s cubic-bezier(.58,.3,.005,1) 0s 1;
}
@media screen and (max-width: 767px) {
	.headMod01 {
		margin: 0 32px;
		font-size: 20px;
		letter-spacing: 0.2em;
	}
	.headMod01 > span {
		padding-right: 45px;
	}
	.headMod01 > span > .line01::before {
		content: " ";
		width: 25px;
		height: 2px;
	}
}

/* headMod02 */
.headMod02 {
	margin-top: -2px;
	color: #FFF;
	font-size: 50px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	margin-bottom: 100px;
}
.subMod01 + .headMod02 {
	margin-top: 9px;
}
.headMod02 > span {
	position: relative;
	display: inline-block;
	padding-right: 69px;
}
.headMod02 > span > .line01 {
	position: absolute;
	bottom: 0.45em;
	right: 0;
	display: block;
	overflow: hidden;
}
.headMod02 > span > .line01::before {
	content: " ";
	display: block;
	width: 55px;
	height: 3px;
	background: #FFF;
}
.headMod02.animate01 > span > .line01::before {
	-webkit-animation:animationlineHover .8s cubic-bezier(.58,.3,.005,1) 0s 1;
	animation:animationlineHover .8s cubic-bezier(.58,.3,.005,1) 0s 1;
}
@media screen and (max-width: 767px) {
	.headMod02 {
		margin-top: -2px;
		font-size: 20px;
		line-height: 1.3;
		margin-bottom: 30px;
	}
	.subMod01 + .headMod02 {
		margin-top: 17px;
	}
	.headMod02 > span {
		padding-right: 0;
	}
	.headMod02 > span > .line01 {
		display: none;
	}
}

/* subMod01 */
.subMod01 {
	color: #FFF;
	font-size: 14px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
	.subMod01 {
		font-size: 10px;
		letter-spacing: 0.23em;
	}
}


/* indexAboutArea
------------------------------------------ */
.indexAboutArea {
	position: relative;
	padding: 1px 0 0 0;
	min-width: 1000px;
	background: #FFF;
	text-align: center;
	z-index: 2;
}
.indexAboutArea .newsBox01 {
	margin: 70px 0 0 0;
	background-color: #fff;
}
.newsBoxLists{
	margin: 0 130px;
	padding: 34px 46px;
	width: auto;
	min-width: 733px;
	background: #F0F0F0;
	color: #000000;
	font-size: 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: left;
}
.newsBoxList + .newsBoxList{
	margin-top: 24px;
}
.newsBoxListLink {
	display: inline-flex;
	color: #000;
	transition: opacity .2s ease;
}
.newsBoxListLink:hover {
	text-decoration: none;
	opacity: .5;
}
.newsBoxListContents{
	font-size: 12px;
}
.newsBoxListDate{
	margin-right: 20px;
	font-size: 14px;
	color: #555;
	font-family: 'Roboto', sans-serif;
	letter-spacing: .04em;
}
.newsBoxListText{
	letter-spacing: .04em;
}
.newsBoxListText::after{
	content: "";
	display: inline-block;
	margin-left: 4px;
	width: 16px;
	height: 16px;
	background: url(/img_cmn/icn_target_blank.svg) no-repeat right;
	background-size: contain;
	position: relative;
  top: 3px;
}
.newsBoxListTextEn{
	margin-top: 5px;
	color: #555;
	letter-spacing: .04em;
	font-family: 'Roboto', sans-serif;
}
@media screen and (min-width: 1501px) {
	.newsBoxLists{
		margin: 0 auto;
		width: 1232px;
	}
}
@media screen and (max-width: 767px) {
	.indexAboutArea .newsBox01 {
		margin: -35px 16px 0 16px;
		padding-top: 43px;
	}
	.newsBoxLists{
		margin: 0 20px;
		padding: 16px;
		min-width: 0;
	}
	.newsBoxList + .newsBoxList{
		margin-top: 20px;
	}
	.newsBoxListLink {
		display: block;
	}
	.newsBoxListLink:hover {
		opacity: 1;
	}
	.newsBoxListContents{
		margin-top: 3px;
		font-size: 11px;
	}
	.newsBoxListDate{
		font-size: 12px;
	}
	.newsBoxListText{
		line-height: 1.55;
	}
	.newsBoxListText::after{
		width: 11px;
		height: 11px;
		top: 1px;
	}
	.newsBoxListTextEn{
		margin-top: 6px;
		line-height: 1.35;
	}
}

.indexAboutArea .aboutBox01 {
	margin: 25px auto 0 auto;
	padding: 38px 10px 94px 10px;
	width: 514px;
	background: #FFF;
	color: #555;
	font-size: 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.indexAboutArea .aboutBox01 .textBlock01 {
	line-height: 1.7;
	text-indent: 0.05em;
	letter-spacing: 0.05em;
}
.indexAboutArea .aboutBox01 .textBlock02 {
	margin-top: 15px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.7;
	text-indent: 0.05em;
	letter-spacing: 0.05em;
}
.indexAboutArea .button01 {
	margin-top: 41px;
	line-height: 0;
}
@media screen and (max-width: 767px) {
	.indexAboutArea {
		min-width: 0;
	}
	.indexAboutArea .aboutBox01 {
		margin: -38px 16px 0 16px;
		padding: 43px 10px 85px 10px;
		width: auto;
		font-size: 11px;
	}
	.indexAboutArea .newsBox01 + .aboutBox01 {
		margin: 0px 16px 0 16px;
		padding: 30px 10px 85px 10px;
	}
	.indexAboutArea .aboutBox01 .textBlock01 {
		line-height: 1.9;
		text-indent: 0.02em;
		letter-spacing: 0.02em;
	}

	.indexAboutArea .aboutBox01 .textBlock02 {
		margin-top: 10px;
		line-height: 1.9;
		text-indent: 0.04em;
		letter-spacing: 0.04em;
	}
	.indexAboutArea .button01 {
		margin-top: 24px;
	}
	.button01 a.buttonMod01 {
		padding-top: 27px;
		width: 220px;
		height: 65px;
		font-size: 14px;
	}
	.button01 a.buttonMod01::before {
		width: 220px;
		height: 65px;
		top:0;
		background-color: transparent;
	}
}


/* indexNewReelArea
------------------------------------------ */
.indexNewReelArea {
	padding: 53px 0 100px 0;
	min-width: 1000px;
	background: linear-gradient(90deg,#FFF 0%,#FFF 20%,#F0F0F0 20%,#F0F0F0 100%);
	background: -webkit-linear-gradient(0deg,#FFF 0%,#FFF 20%,#F0F0F0 20%,#F0F0F0 100%);
}
.indexNewReelArea .newReelSlider01 {
	margin-top: 56px;
}
.indexNewReelArea .newReelSlider01 .slider > div {
	position: relative;
	line-height: 0;
}
.indexNewReelArea .newReelSlider01 .slider > div img {
	width: auto;
	height: 450px;
}
.indexNewReelArea .newReelSlider01 .slider > div .sliderBox01Wrap {
	position: relative;
	display: block;
	max-width: 1100px;
	height: 490px;
	z-index: 1;
}
.indexNewReelArea .newReelSlider01 .slider > div .sliderBox01Wrap:hover {
	opacity: 0.8;
}
.indexNewReelArea .newReelSlider01 .slider .film_roll_child .sliderBox01 {
	position: absolute;
	bottom: 0;
	display: block;
	width: 315px;
	height: 250px;
	background: #FFF;
	z-index: 2;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	opacity: 0;
	transform: translateY(15px) scale(.97);
	transition: all .4s .9s ease-out;
}
.indexNewReelArea .newReelSlider01 .slider .film_roll_child.active .sliderBox01 {
	opacity: 1;
	transform: translateY(0) scale(1);
}
.indexNewReelArea .newReelSlider01 .slider .film_roll_child .sliderBox01 .vessel {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 50px 44px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	opacity: 0;
	transform: translateY(15px);
	transition: all .4s 1.2s ease-in-out;
}
.indexNewReelArea .newReelSlider01 .slider .film_roll_child.active .sliderBox01 .vessel {
	opacity: 1;
	transform: translateY(0);
}
.indexNewReelArea .newReelSlider01 .slider > div .sliderBox01 > .vessel .text01 {
	display: block;
	margin-top: -7px;
	font-size: 22px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.indexNewReelArea .newReelSlider01 .slider > div .sliderBox01 > .vessel .text02 {
	display: block;
	margin-top: 12px;
	font-size: 11px;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
.indexNewReelArea .newReelSlider01 .slider > div .sliderBox01 > .vessel .text03 {
	display: block;
	position: absolute;
	bottom: 55px;
	font-size: 10px;
	line-height: 1.2;
	color: #999;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.indexNewReelArea .newReelSlider01 .navBlock01 {
	position: relative;
	margin: -70px auto 0 auto;
	width: 1000px;
}
.indexNewReelArea .newReelSlider01 .navBlock01 #sliderPrev {
	position: absolute;
	top: 0;
	right: 71px;
	width: 70px;
	height: 70px;
	background: #222 url(../img_cmn/icn_slider_prev_01.png) no-repeat 50% 50%;
	background-size: 11px;
	text-indent: -9999px;
	overflow: hidden;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	z-index: 2;
	cursor: pointer;
}
.indexNewReelArea .newReelSlider01 .navBlock01 #sliderNext {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 70px;
	background: #222 url(../img_cmn/icn_slider_next_01.png) no-repeat 50% 50%;
	background-size: 11px;
	text-indent: -9999px;
	overflow: hidden;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	z-index: 2;
	cursor: pointer;
}
.indexNewReelArea .newReelSlider01 .navBlock01 #sliderNext:hover,
.indexNewReelArea .newReelSlider01 .navBlock01 #sliderPrev:hover {
	opacity: 0.8;
}
.indexNewReelArea .newReelList01 {
	margin: 175px -20px 0 -20px;
	overflow: hidden;
}
.indexNewReelArea .newReelList01 > .block01 {
	float: left;
	padding: 0 20px;
	width: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.indexNewReelArea .newReelList01 > .block02 {
	float: right;
	padding: 159px 20px 0 20px;
	width: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.indexNewReelArea .newReelList01 ul li {
	position: relative;
	margin-top: 40px;
	line-height: 0;
}
.indexNewReelArea .newReelList01 ul li:first-child {
	margin-top: 0;
}
.indexNewReelArea .newReelList01 ul li a {
	display: block;
	outline: none;
}
.indexNewReelArea .newReelList01 ul li a box01:hover{
	display: block;
	overflow: hidden;
}
.hvr-video{
	width: 100%;
	display: block;
	overflow: hidden;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
}
.hvr-video img{
	width: 100%;
	max-width: inherit;
}
.block01 li a:hover .hvr-video,
.block02 li a:hover .hvr-video{
	-webkit-transform: scale(0.94);
	transform: scale(0.94);
}
/*.indexNewReelArea .newReelList01 ul li img {
	width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.indexNewReelArea .newReelList01 ul li a:hover img {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}*/
.hvr-video .box02 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;

	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-align: center;

	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
    flex-direction: column;
}
.hvr-video .box02:hover {
	background: linear-gradient(45deg, rgba(0,0,255,.5), rgba(255,255,0,.5), rgba(255,0,0,.5));
	background: -webkit-linear-gradient(45deg, rgba(0,0,255,.5), rgba(255,255,0,.5), rgba(255,0,0,.5));
	background-size: 600% 600%;
	animation: AnimeGrade 10s ease infinite;
}

.hvr-video .box02 .text01 {
	display: block;
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	transition: .3s;
}
.hvr-video .box02 .text02 {
	display: block;
	font-size: 14px;
	line-height: 1.2;
	margin-top: 10px;
	letter-spacing: 0.1em;
	transition: .3s;
}

.hvr-video .box02:hover .text01,
.hvr-video .box02:hover .text02 {
	letter-spacing: .25em

}

@media screen and (max-width: 767px) {
	.indexNewReelArea {
		padding: 37px 0 70px 0;
		min-width: 0;
		background: linear-gradient(90deg,#FFF 0%,#FFF 25.1%,#F0F0F0 25.1%,#F0F0F0 100%);
		background: -webkit-linear-gradient(0deg,#FFF 0%,#FFF 25.1%,#F0F0F0 25.1%,#F0F0F0 100%);
	}
	.indexNewReelArea .newReelSlider01 {
		margin-top: 37px;
	}
	.indexNewReelArea .newReelSlider01 .slider > div img {
		width: 100%;
		height: auto;
	}
	.indexNewReelArea .newReelSlider01 .slider > div .sliderBox01Wrap {
		max-width: 100%;
		height: auto;
	}
	.indexNewReelArea .newReelSlider01 .slider > div .sliderBox01Wrap:hover {
		opacity: 1;
	}
	.indexNewReelArea .newReelSlider01 .slider .film_roll_child .sliderBox01 {
		position: relative;
		top: auto;
		left: auto;
		margin: -30px 16px 0 16px;
		width: auto;
		height: auto;
	}
	.indexNewReelArea .newReelSlider01 .slider > div .sliderBox01 > .vessel {
		padding: 37px 28px 35px 28px;
		min-height: 192px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.indexNewReelArea .newReelSlider01 .slider .film_roll_child .sliderBox01 > .vessel {
		padding: 37px 28px 35px 28px;
		min-height: 192px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.indexNewReelArea .newReelSlider01 .slider > div .sliderBox01 > .vessel .text01 {
		margin-top: 0;
		font-size: 16px;
	}
	.indexNewReelArea .newReelSlider01 .slider > div .sliderBox01 > .vessel .text02 {
		margin-top: 11px;
		font-size: 13px;
	}
	.indexNewReelArea .newReelSlider01 .slider > div .sliderBox01 > .vessel .text03 {
		margin-top: 22px;
		position: initial;
	}
	.indexNewReelArea .newReelSlider01 .navBlock01 {
		margin: -35px 16px 0 16px;
		width: auto;
	}
	.indexNewReelArea .newReelSlider01 .navBlock01 #sliderPrev {
		position: absolute;
		top: 0;
		right: 56px;
		width: 55px;
		height: 55px;
	}
	.indexNewReelArea .newReelSlider01 .navBlock01 #sliderNext {
		position: absolute;
		top: 0;
		right: 0;
		width: 55px;
		height: 55px;
	}
	.indexNewReelArea .newReelSlider01 .navBlock01 #sliderNext:hover,
	.indexNewReelArea .newReelSlider01 .navBlock01 #sliderPrev:hover {
		opacity: 1;
	}
	.indexNewReelArea .newReelList01 {
		margin: 140px 32px 0 32px;
	}
	.indexNewReelArea .newReelList01 > .block01 {
		float: none;
		padding: 0;
		width: auto;
	}
	.indexNewReelArea .newReelList01 > .block02 {
		float: none;
		margin-top: 40px;
		padding: 0;
		width: auto;
	}
	.indexNewReelArea .newReelList01 ul li a {
		display: block;
		outline: none;
	}
	.indexNewReelArea .newReelList01 ul li a:hover img {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	.indexNewReelArea .newReelList01 ul li .box02 .text01 {
		margin-top: -0.2em;
		font-size: 16px;
		line-height: 1.8;
	}
	.indexNewReelArea .newReelList01 ul li .box02 .text02 {
		font-size: 13px;
		line-height: 1.8;
	}
}


/* movieListArea
------------------------------------------ */
.movieListArea {
	margin-top: 120px;
	padding: 66px 0 100px 0;
	min-width: 1000px;
	background: linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 20%,#F0F0F0 20%,#F0F0F0 100%);
	background: -webkit-linear-gradient(0deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 20%,#F0F0F0 20%,#F0F0F0 100%);
}
.movieListArea .scaleMod01 {
	position: relative;
	z-index: 2;
}
.movieListArea .movieListHead01 .notes01 {
	margin-top: 78px;
	color: #AAA;
	font-size: 13px;
}
.movieListArea .movieListHead01 .notes02 {
	margin-top: 17px;
	color: #AAA;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
}
.movieListArea .movieList01 {
	margin: -56px -20px 0 -20px;
	overflow: hidden;
}
.movieListArea .movieList01 > .block01 {
	float: left;
	padding: 84px 20px 0 20px;
	width: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.movieListArea .movieList01 > .block02 {
	float: right;
	padding: 0 20px 0 20px;
	width: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.movieListArea .movieList01 ul li {
	position: relative;
	margin-top: 40px;
	line-height: 0;
}
.movieListArea .movieList01 ul li:first-child {
	margin-top: 0;
}
.movieListArea .movieList01 ul li a {
	display: block;
	outline: none;
	display: -webkit-flex;
	display: flex;
	justify-content:flex-start;
	align-items: stretch;
	-webkit-flex-direction: row;
	flex-direction: row;
}
.movieListArea .movieList01 ul li img {
	width: 100%;
	height: auto;
}
.movieListArea .movieList01 ul li .box02 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;

	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-align: center;

	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
    flex-direction: column;
}
/*.movieListArea .movieList01 ul li .box02 .text01 {
	display: block;
	font-size: 25px;
	line-height: 1.2;
	text-indent: 0.34em;
	letter-spacing: 0.34em;
}
.movieListArea .movieList01 ul li .box02 .text02 {
	display: block;
	font-size: 20px;
	line-height: 1.2;
	text-indent: 0.34em;
	letter-spacing: 0.34em;
}*/
@media screen and (max-width: 767px) {
	.movieListArea {
		margin-top: 92px;
		padding: 38px 0 70px 0;
		min-width: 0;
		background: linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 28%,#F0F0F0 28%,#F0F0F0 100%);
		background: -webkit-linear-gradient(0deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 28%,#F0F0F0 28%,#F0F0F0 100%);
	}
	.movieListArea .scaleMod01 {
		padding: 0 32px;
	}
	.movieListArea .movieListHead01 {
		position: relative;
		height: 321px;
	}
	.movieListArea .movieListHead01 .notesBlock01 {
		position: absolute;
		bottom: 97px;
		left: 0;
	}
	.movieListArea .movieListHead01 .notes01 {
		margin-top: 0;
		font-size: 11px;
		line-height: 1.9;
	}
	.movieListArea .movieListHead01 .notes02 {
		margin-top: 10px;
		font-size: 11px;
		line-height: 1.9;
	}
	.movieListArea .movieList01 {
		margin: -49px 0 0 0;
	}
	.movieListArea .movieList01 > .block01 {
		float: none;
		padding: 0;
		width: auto;
	}
	.movieListArea .movieList01 > .block02 {
		float: none;
		margin-top: 40px;
		padding: 0;
		width: auto;
	}
	.movieListArea .movieList01 ul li {
		margin-top: 40px;
	}
	.movieListArea .movieList01 ul li:first-child {
		margin-top: 0;
	}
	.movieListArea .movieList01 ul li a:hover img {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	.movieListArea .movieList01 ul li .box02 .text01 {
		margin-top: -0.2em;
		font-size: 16px;
		line-height: 1.8;
	}
	.movieListArea .movieList01 ul li .box02 .text02 {
		font-size: 13px;
		line-height: 1.8;
	}
}


/* indexProfileArea
------------------------------------------ */
.indexProfileArea {
	position: relative;
	padding: 91px 0 0 0;
	min-width: 1000px;
	background: #FFF;
	z-index: 1;
}
.indexProfileArea::before {
	content: " ";
	position: absolute;
	top: 420px;
	left: 0;
	display: block;
	width: 100%;
	height: 587px;
	background: linear-gradient(90deg,#FFF 0%,#FFF 20%,#F0F0F0 20%,#F0F0F0 100%);
	background: -webkit-linear-gradient(0deg,#FFF 0%,#FFF 20%,#F0F0F0 20%,#F0F0F0 100%);
	z-index: 2;
}
.indexProfileArea .box01Bg {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 400px;
	background: linear-gradient(90deg,#353535 0%,#353535 20%,rgba(255,255,255,0) 20%,rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(0deg,#353535 0%,#353535 20%,rgba(255,255,255,0) 20%,rgba(255,255,255,0) 100%);
	z-index: 3;
}
.indexProfileArea .profileLo01 {
	position: relative;
	margin-top: 75px;
	display: table;
	width: 100%;
	z-index: 4;
}
.indexProfileArea .profileLo01 > .block02,
.indexProfileArea .profileLo01 > .block01 {
	display: table-cell;
	vertical-align: top;
}
.indexProfileArea .profileLo01 > .block01 {
	padding-right: 70px;
	width: auto;
}
.indexProfileArea .profileLo01 > .block02 {
	padding-top: 85px;
	width: 45.45%;
	max-width: 500px;
}
.indexProfileArea .profileLo01 > .block01 .name01 {
	font-size: 16px;
}
.indexProfileArea .profileLo01 > .block01 .textBlock01 {
	margin-top: 50px;
	padding-right: 70px;
	color: #000;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.04em;
}
.indexProfileArea .profileLo01 > .block01 .textBlock01 p {
	margin-top: 25px;
}
.indexProfileArea .profileLo01 > .block01 .textBlock01 p:first-child {
	margin-top: 0;
}
.indexProfileArea .profileLo01 > .block01 .box01 {
	margin-top: 74px;
	margin-left: -130px;
	padding: 70px 130px;
	background: #222;
	color: #FFF;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}
.indexProfileArea .profileLo01 > .block01 .box01 p {
	margin-top: 27px;
}
.indexProfileArea .profileLo01 > .block01 .box01 p:first-child {
	margin-top: 0;
}
.indexProfileArea .profileLo01 > .block02 .photo01 {
	line-height: 0;
}
.indexProfileArea .profileLo01 > .block02 .photo01 img {
	width: 100%;
	height: auto;
}
.indexProfileArea .profileLo01 > .block02 .button01 {
	margin-top: 74px;
	line-height: 0;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.indexProfileArea {
		padding: 70px 0 0 0;
		min-width: 0;
		background: linear-gradient(90deg,#FFF 0%,#FFF 25.1%,#F0F0F0 25.1%,#F0F0F0 100%);
		background: -webkit-linear-gradient(0deg,#FFF 0%,#FFF 25.1%,#F0F0F0 25.1%,#F0F0F0 100%);
	}
	.indexProfileArea::before {
		content: " ";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 354px;
		background: #FFF;
		z-index: 2;
	}
	.indexProfileArea .box01Bg {
		display: none;
	}
	.indexProfileArea .headMod01 {
		position: relative;
		z-index: 3;
	}
	.indexProfileArea .profileLo01 {
		margin: 38px 32px 0 32px;
		display: block;
		width: auto;
	}
	.indexProfileArea .profileLo01 > .block02,
	.indexProfileArea .profileLo01 > .block01 {
		display: block;
		vertical-align: baseline;
	}
	.indexProfileArea .profileLo01 > .block01 {
		padding-right: 0;
		width: auto;
	}
	.indexProfileArea .profileLo01 > .block02 {
		margin-top: -108px;
		padding-top: 0;
		width: auto;
		max-width: 100%;
	}
	.indexProfileArea .profileLo01 > .block01 .name01 {
		font-size: 15px;
	}
	.indexProfileArea .profileLo01 > .block01 .textBlock01 {
		margin-top: 46px;
		padding-right: 0;
		font-size: 13px;
		line-height: 1.95;
	}
	.indexProfileArea .profileLo01 > .block01 .box01 {
		margin: 43px -32px 0 -32px;
		padding: 36px 32px 152px 32px;
		font-size: 13px;
		line-height: 1.9;
		letter-spacing: 0.05em;
	}
	.indexProfileArea .profileLo01 > .block01 .box01 p {
		margin-top: 28px;
	}
	.indexProfileArea .profileLo01 > .block01 .box01 p:first-child {
		margin-top: 0;
	}
	.indexProfileArea .profileLo01 > .block02 .button01 {
		margin-top: 45px;
	}
}


/* NavArea
------------------------------------------ */
.navArea {
	padding-top: 120px;
	background: #FFF;
}
.navArea .logo01 {
	line-height: 0;
	text-align: center;
}
.navArea .logo01 img {
	width: 60px;
}
.navArea .navLo01 {
	display: table;
	margin-top: 96px;
	width: 100%;
	color: #000;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.navArea .navLo01 a {
	color: #000;
}
.navArea .navLo01 > dl {
	display: table-cell;
	width: 33.3333%;
	text-align: center;
	vertical-align: top;
}
.navArea .navLo01 > dl > dt {
	font-size: 13px;
	text-indent: 0.23em;
	letter-spacing: 0.23em;
}
.navArea .navLo01 > dl > dd {
	display: table;
	margin-top: 21px;
	width: 100%;
	font-size: 20px;
	text-indent: 0em;
	letter-spacing: 0.1em;
}
.navArea .navLo01 dl li {
	padding: 6px 0;
}

.navArea .navLo01 > dl > dd > .vessel {
	display: table-cell;
	vertical-align: middle;
}
.navArea .navLo01 > dl > dd a:hover {
	text-decoration: none;
	opacity: 0.5;
}
@media screen and (max-width: 767px) {
	.navArea {
		padding-top: 85px;
	}
	.navArea .navLo01 {
		display: block;
		margin-top: 50px;
		width: auto;
	}
	.navArea .navLo01 > dl {
		display: block;
		margin-top: 37px;
		width: auto;
		vertical-align: baseline;
	}
	.navArea .navLo01 > dl:first-child {
		margin-top: 0;
	}
	.navArea .navLo01 > dl:last-child {
		margin-top: 34px;
	}
	.navArea .navLo01 > dl:last-child > dt {
		height: 0;
	}
	.navArea .navLo01 > dl > dd {
		display: block;
		margin-top: 9px;
		width: auto;
	}
	.navArea .navLo01 > dl > dd > .vessel {
		display: block;
		vertical-align: baseline;
	}
	.navArea .navLo01 > dl > dd a:hover {
		opacity: 1;
	}
}


/* awardsListArea
------------------------------------------ */
.awardsListArea {
	margin-top: 216px;
	padding: 66px 0 103px 0;
	min-width: 1000px;
	background: linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 20%,#F0F0F0 20%,#F0F0F0 100%);
	background: -webkit-linear-gradient(0deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 20%,#F0F0F0 20%,#F0F0F0 100%);
}
.awardsListArea .awardsListAreaImg,
.awardsListArea .scaleMod01 {
	position: relative;
	z-index: 2;
}
.awardsListArea .awardsListHead {
	height: 428px;
}
.awardsListArea .awardsListAreaImg {
	position: absolute;
	top: 441px;
	left: 0;
	width: 1200px;
	height: 200px;
	line-height: 0;
	overflow: hidden;
}
.awardsListArea .awardsListAreaImg img {
	width: 1200px;
	height: 200px;
}
.awardsListArea .awardsList01 {
	margin-top: 90px;
}
.awardsListArea .awardsList01 > dl {
	display: table;
	margin-top: 33px;
	width: 100%;
}
.awardsListArea .awardsList01 > dl:first-child {
	margin-top: 0;
}
.awardsListArea .awardsList01 > dl > dd,
.awardsListArea .awardsList01 > dl > dt {
	display: table-cell;
	color: #000;
	line-height: 2.4;
	vertical-align: top;
}
.awardsListArea .awardsList01 > dl > dt {
	width: 121px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	letter-spacing: 0.15em;
}
.awardsListArea .awardsList01 > dl > dt > strong {
	position: relative;
	display: block;
}
.awardsListArea .awardsList01 > dl > dt > strong::after {
	content: " ";
	position: absolute;
	right: 0;
	top: 21px;
	display: block;
	width: 30px;
	height: 1px;
	background: #000;
}
.awardsListArea .awardsList01 > dl > dd {
	padding-left: 18px;
	font-size: 15px;
}
@media screen and (max-width: 767px) {
	.awardsListArea {
		position: relative;
		margin-top: 92px;
		padding: 38px 0 70px 0;
		min-width: 0;
		background: linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 28%,#F0F0F0 28%,#F0F0F0 100%);
		background: -webkit-linear-gradient(0deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 28%,#F0F0F0 28%,#F0F0F0 100%);
	}
	.awardsListArea .awardsListHead {
		padding: 0 32px;
		height: 99px;
	}
	.awardsListArea .awardsListAreaImg {
		position: relative;
		top: 0;
		left: 32px;
		width: 750px;
		height: 125px;
	}
	.awardsListArea .awardsListAreaImg img {
		width: 750px;
		height: 125px;
	}
	.awardsListArea .awardsList01 {
		margin: 83px 32px 0 32px;
	}
	.awardsListArea .awardsList01 > dl {
		display: block;
		margin-top: 35px;
		width: auto;
	}
	.awardsListArea .awardsList01 > dl:first-child {
		margin-top: 0;
	}
	.awardsListArea .awardsList01 > dl > dd,
	.awardsListArea .awardsList01 > dl > dt {
		display: block;
		line-height: 1.8;
		vertical-align: baseline;
	}
	.awardsListArea .awardsList01 > dl > dt {
		width: auto;
	}
	.awardsListArea .awardsList01 > dl > dt > strong {
		position: relative;
		display: block;
	}
	.awardsListArea .awardsList01 > dl > dt > strong::after {
		content: " ";
		position: relative;
		right: auto;
		left: 0;
		top: 0;
		margin-top: 15px;
	}
	.awardsListArea .awardsList01 > dl > dd {
		padding: 15px 0 0 0;
	}
}


/* Toottip
------------------------------------------ */

#tooltip {
  display: none;
  position: fixed;
  width: 280px;
  padding: 10px;
  background: #111;
  border-radius: 2px;
  color: #fff;
  top:0;
  left: 0;
  z-index: 2000;
  font-size: 11px;
  text-align: center;

}


/* Print
------------------------------------------ */
@media print {

	/* All */
	html { overflow: visible; }

}
