@charset "UTF-8";
/**  リセット用CSS  **/

@import url("base.css");
/**  凡庸CSS  **/

@import url("crestrap.css");
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


body {
	-webkit-text-size-adjust: none;
}
.slideBody__slide {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-direction: row;
	/* Safari */
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: center;
	/* Safari */
	justify-content: center;
	-webkit-align-items: center;
	/* Safari */
	align-items: center;
	-webkit-align-content: center;
	/* Safari */
	align-content: center;
	height: 100vh;
	width: 100%;
}

header {
	background: #000;
	padding: 20px 0;
}
header h1 {
	text-align: center;
	width: 200px;
	margin: auto;
}
header h1 img {
	width: 100%;
}
header ul {
	position: absolute;
	top: 50%;
	right: 40px;
	-webkit-transform: translate(-50%, -50%);
	/* Safari用 */
	transform: translate(-50%, -50%);
}
header ul li {
	float: left;
	width: 50px;
	color: #FFF;
}
header ul li a {
	color: #FFF;
}
header ul li.select {
	text-decoration: overline;
}
.header-wrap {
	width: 100%;
	background: #000;
	position: relative;
}
.slideBackground {
	z-index: -1;
}
.slideBackground__slide1 {
	z-index: 12;
}
.slideBackground__slide2 {
	z-index: 13;
}
.slideBackground__slide3 {
	z-index: 14;
}
.slideBackground__slide4 {
	z-index: 15;
}
.breadCrumb--brand {
	z-index: 1;
}
.breadCrumb--brand {
	position: absolute;
	top: 70px;
	color: #fff;
}
.breadCrumb--brand li {
	vertical-align: top;
}
.breadCrumb--brand a {
	display: inline-block;
	color: #fff;
	vertical-align: top;
}
.breadCrumb--brand a.is-hover {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
::-moz-selection {
	color: #fff;
	background: #c00;
}
::selection {
	color: #fff;
	background: #c00;
}
html.is-ua_touch {
	height: 100%;
	width: 100%;
	overflow: scroll;
}
html.is-ua_touch body {
	height: 100%;
	width: 100%;
	overflow: scroll;
}
html.is-ua_touch .mainWrapper {
	position: relative;
	height: 100%;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
html.is-ua_touch .mainWrapper__inner {
	position: relative;
	height: auto;
	width: 100%;
}
.fp-tableCell {
	display: block !important;
}
.lock {
	overflow: hidden;
}
.slimScrollBar {
	display: none !important;
}
.centerWrapper {
	width: 100%;
	height: 100%;
	position: relative;
}
.contents {
	max-width: 1064px;
	margin: 0 auto;
	padding: 0 20px;
}
.contents-narrow {
	max-width: 1024px;
	padding: 0 20px;
	margin: 0 auto;
}
br.is-show_tab, br.is-show_sp {
	display: none;
}
.slideBackground {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.is-ie8 .slideBackground {
	position: absolute;
}
.slideBackground__slide {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: opacity 0.5s linear, -webkit-transform 0s linear;
	transition: opacity 0.5s linear, transform 0s linear;
	opacity: 0;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.is-androidDefault .slideBackground__slide, .is-ie11 .slideBackground__slide, .is-ie10 .slideBackground__slide, .is-ie9 .slideBackground__slide, .is-ie8 .slideBackground__slide {
	-webkit-transform: none;
	transform: none;
}
.is-ie8 .slideBackground__slide {
	position: relative;
	height: 800px;
}
.slideBackground__slide.is-visible {
	opacity: 1;
}
.slideBackground__slide.is-scaling {
	-webkit-transition: opacity 0.5s linear, -webkit-transform 30s linear;
	transition: opacity 0.5s linear, transform 30s linear;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.is-androidDefault .slideBackground__slide.is-scaling, .is-ie11 .slideBackground__slide.is-scaling, .is-ie10 .slideBackground__slide.is-scaling, .is-ie9 .slideBackground__slide.is-scaling, .is-ie8 .slideBackground__slide.is-scaling {
	-webkit-transition: none;
	transition: none;
	-webkit-transform: none;
	transform: none;
}
.slideBackground__slide1 {
	background-image: url("../img/bg-01.jpg");
	background-position: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 1;
}
.slideBackground__slide2 {
	background-image: url("../img/bg-02.jpg");
	background-position: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}
.slideBackground__slide3 {
	background-image: url("../img/bg-03.jpg");
	background-position: center 25%;
	-webkit-transform-origin: center 25%;
	transform-origin: center 25%;
}
.slideBackground__slide4 {
	background-image: url("../img/bg-04.png");
	background-position: 76% center;
	-webkit-transform-origin: 76% center;
	transform-origin: 76% center;
}
.slideBackground__slide5 {
	background-image: url("../img/bg-04.png");
	background-position: 76% center;
	-webkit-transform-origin: 76% center;
	transform-origin: 76% center;
}
.slideBody {
	top: 0;
	left: 0;
	background: transparent;
}
.slideBody__slide {
	position: relative;
	min-height: 500px;
	height: 800px;
	height: 100vh;
	box-sizing: content-box;
}
.slideBody__slide1 {
	padding-top: 0;
}
.slideBody__slide1 ::-moz-selection {
	color: #fff;
	background: #2e3642;
}
.slideBody__slide1 ::selection {
	color: #fff;
	background: #2e3642;
}
.slideBody__slide1 .header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.slideBody__slide1__title {
	text-indent: 0;
	white-space: nowrap;
	overflow: hidden;
	width: 517px;
	line-height: 140%;
	margin: 0 auto;
	font-size: 55px;
	margin-bottom: 35px;
	opacity: 0;
	-webkit-transition: opacity 2s ease-out;
	transition: opacity 2s ease-out;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
}
.is-ie9 .slideBody__slide1__title, .is-ie8 .slideBody__slide1__title {
	background-position: bottom left;
}
.is-active .slideBody__slide1__title {
	opacity: 1;
	-webkit-animation: para1 1.7s steps(50, end) both;
	animation: para1 1.7s steps(50, end) both;
}
.slideBody__slide1__subtitle {
	color: #fff;
	font-size: 28px;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 14px;
	opacity: 0;
	-webkit-transition: opacity 2s ease-out;
	transition: opacity 2s ease-out;
	text-shadow: 1px 1px 1px #000;
	line-height: 160%;
}
.is-active .slideBody__slide1__subtitle {
	opacity: 1;
}
.slideBody__slide1__down {
	white-space: nowrap;
	overflow: hidden;
	background-size: contain;
	width: 43px;
	height: 48px;
	position: absolute;
	bottom: 26px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	/* Safari用 */
	transform: translate(-50%, -50%);
	-webkit-transition: bottom 0.13s linear, opacity 0.6s ease-out;
	transition: bottom 0.13s linear, opacity 0.6s ease-out;
}
.slideBody__slide1__down img {
	width: auto;
}
.is-ua_touch .slideBody__slide1__down {
	bottom: 26px;
	bottom: calc(26px + 8vh);
}
.slideBody__slide1__down.is-hover {
	bottom: 18px;
}
.is-passed .slideBody__slide1__down {
	opacity: 0;
}
.slideBody__slide1__body {
	height: 100%;
	padding-top: 70px;
	background-image: url("../img/world.png");
	background-position: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	background: url("../img/world.png") center #616161;
background-repeat: no-repeat;
}
.slideBody__slide1__body__inner {
	height: 100%;
	padding-bottom: 10.7%;
	text-align: center;
	display: table;
	table-layout: fixed;
	width: 100%;
	font-size: 0;
}
.slideBody__slide1__body__inner__cell {
	display: table-cell;
	vertical-align: middle;
}
.slideBody__slide2 {
	-webkit-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}
.slideBody__slide2 ::-moz-selection {
	color: #fff;
	background: #2e3642;
}
.slideBody__slide2 ::selection {
	color: #fff;
	background: #2e3642;
}
.slideBody__slide2.is-passed {
	opacity: 0;
}
.is-ie8 .slideBody__slide2.is-passed {
	opacity: 1;
}
.is-ua_touch .slideBody__slide2 {
	margin-bottom: 340px;
	margin-bottom: 60vh;
}
.slideBody__slide2__body {
	position: absolute;
	top: 22%;
	right: 0;
	left: 0;
}
.slideBody__slide2__body__inner {
	position: relative;
	display: table;
	table-layout: fixed;
	width: 100%;
	font-size: 0;
}
.slideBody__slide2__body__inner__cell {
	display: table-cell;
	vertical-align: top;
}
.slideBody__slide2__title {
	-webkit-transition: background-position 0s linear 0.5s, opacity 0.5s ease-out;
	transition: background-position 0s linear 0.5s, opacity 0.5s ease-out;
	background-position: 0 0;
	opacity: 0;
	right: 50%;
	width: 287px;
	height: 23px;
	margin-right: -446px;
	line-height: 140%;
}
.is-ie9 .slideBody__slide2__title, .is-ie8 .slideBody__slide2__title {
	background-position: bottom left;
}
.is-ie8 .slideBody__slide2__title {
	position: static !important;
	margin: 0 !important;
	opacity: 1 !important;
}
.is-ua_pc .is-active .slideBody__slide2__title {
	-webkit-transition: background-position 1.7s steps(70, end), opacity 1s ease-out;
	transition: background-position 1.7s steps(70, end), opacity 1s ease-out;
	background-position: 0 -1610px;
	opacity: 1;
}
.is-ua_touch .contents.is-text_visible .slideBody__slide2__title {
	-webkit-transition: background-position 1.7s steps(70, end), opacity 1s ease-out;
	transition: background-position 1.7s steps(70, end), opacity 1s ease-out;
	background-position: 0 -1610px;
	opacity: 1;
}
.is-ua_pc .slideBody__slide2__title {
	text-shadow: 0px 0px 2px #000000;
	white-space: nowrap;
	color: #FFF;
	position: fixed;
	font-size: 40px;
	background-repeat: no-repeat;
}
.is-ua_touch .slideBody__slide2__title {
	font-weight: normal;
	color: #fff;
	font-size: 25px;
	line-height: 1.4;
	letter-spacing: 9.3px;
	position: absolute;
	text-align: left;
	white-space: nowrap;
}
.is-ua_pc .slideBody__slide2__title {
	top: calc(22% + 126px);
}
.is-ua_touch .slideBody__slide2__title {
	top: 126px;
}
.slideBody__slide2__text {
	color: #fff;
	letter-spacing: 0.8px;
	font-size: 16px;
	line-height: 36px;
	-webkit-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	opacity: 0;
	width: 60%;
}
.slideBody__slide2__text h3 {
	font-size: 18px;
	border-bottom: 1px solid #FFF;
	display: inline-block;
}
.slideBody__slide2__text ul {
	padding: 25px;
}
.slideBody__slide2__text ul * {
	list-style-type: decimal;
	margin-bottom: 8px;
}
.slideBody__slide2__text>span {
	display: inline-block;
}
.contents.is-text_visible .slideBody__slide2__text {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	opacity: 1;
}
.is-ie9 .slideBody__slide2__text, .is-ie8 .slideBody__slide2__text {
	opacity: 1 !important;
}
.slideBody__slide3 {
	-webkit-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}
.slideBody__slide3 ::-moz-selection {
	color: #fff;
	background: #2e3642;
}
.slideBody__slide3 ::selection {
	color: #fff;
	background: #2e3642;
}
.slideBody__slide3.is-passed {
	opacity: 0;
}
.is-ie8 .slideBody__slide3.is-passed {
	opacity: 1;
}
.is-ua_touch .slideBody__slide3 {
	margin-bottom: 340px;
	margin-bottom: 60vh;
}
.slideBody__slide3__body {
	position: absolute;
	top: 25%;
	right: 0;
	left: 0;
}
.slideBody__slide3__body__inner {
	position: relative;
	display: table;
	table-layout: fixed;
	width: 100%;
	font-size: 0;
	text-align: right;
}
.slideBody__slide3__body__inner__cell {
	display: table-cell;
	vertical-align: top;
}
.slideBody__slide3__title {
	-webkit-transition: background-position 0s linear 0.5s, opacity 0.5s ease-out;
	transition: background-position 0s linear 0.5s, opacity 0.5s ease-out;
	background-position: 0 0;
	opacity: 0;
	left: 50%;
	width: 303px;
	height: 62px;
	margin-left: -500px;
	line-height: 140%;
}
.is-ie9 .slideBody__slide3__title, .is-ie8 .slideBody__slide3__title {
	background-position: bottom left;
}
.is-ie8 .slideBody__slide3__title {
	position: static !important;
	margin: 0 !important;
	opacity: 1 !important;
}
.is-ua_pc .is-active .slideBody__slide3__title {
	-webkit-transition: background-position 1.7s steps(60, end), opacity 1s ease-out;
	transition: background-position 1.7s steps(60, end), opacity 1s ease-out;
	background-position: 0 -3720px;
	opacity: 1;
}
.is-ua_touch .contents.is-text_visible .slideBody__slide3__title {
	-webkit-transition: background-position 1.7s steps(60, end), opacity 1s ease-out;
	transition: background-position 1.7s steps(60, end), opacity 1s ease-out;
	background-position: 0 -3720px;
	opacity: 1;
}
.is-ua_pc .slideBody__slide3__title {
	text-shadow: 0px 0px 2px #000000;
	white-space: nowrap;
	color: #FFF;
	position: fixed;
	font-size: 40px;
	background-repeat: no-repeat;
}
.is-ua_touch .slideBody__slide3__title {
	font-weight: normal;
	color: #fff;
	font-size: 25px;
	line-height: 1.4;
	letter-spacing: 9.3px;
	position: absolute;
	text-align: left;
	white-space: nowrap;
}
.is-ua_pc .slideBody__slide3__title {
	top: calc(25% + 10px);
}
.is-ua_touch .slideBody__slide3__title {
	top: 10px;
}
.slideBody__slide3__text {
	color: #fff;
	letter-spacing: 0.8px;
	font-size: 16px;
	line-height: 36px;
	-webkit-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	opacity: 0;
	display: inline-block;
	text-align: left;
	width: 60%;
}
.overlay_btn {
	bottom: 20px;
	right: 20px;
	cursor: pointer;
}
.overlay_btn:hover {
	opacity: 0.8;
}
#overlays {
	display: none;
	width: 100%;
	height: 100%;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 300;
	background: rgba(0, 0, 0, 0.7);
	overflow-y: scroll;
	left: 0;
}
#overlays>div {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-direction: row;
	/* Safari */
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	/* Safari */
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	/* Safari */
	justify-content: flex-start;
}
#overlays #close {
	background: rgba(0, 0, 0, 0.5);
	color: #FFF;
	text-align: center;
	font-size: 65px;
	padding: 10px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 100%;
}
.overlays_contents {
	padding: 15px;
	width: 100%;
	height: 100%;
	background: #EEE;
	border-top: 5px solid #000;
	margin: 30px 0 0;
	overflow-y: scroll;
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-direction: row;
	/* Safari */
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: center;
	/* Safari */
	justify-content: center;
}
.overlays_contents>div {
	width: 25%;
	text-align: left;
	color: #000;
	border-top: 1px solid #000;
	padding: 15px 0;
}
.overlays_contents>div::before {
	content: "";
	display: block;
	width: 25%;
	order: 1;
}
.overlays_contents>div::after {
	content: "";
	display: block;
	width: 25%;
}
.overlays_contents>div h3 {
	font-size: 20px;
	margin-top: 25px;
	font-weight: bold;
	margin-bottom: 10px;
}
.overlays_contents>div ul li {
	text-align: left;
}
.slideBody__slide3__text>span {
	display: inline-block;
}
.contents.is-text_visible .slideBody__slide3__text {
	-webkit-transition-duration: 1.2s;
	transition-duration: 1.2s;
	opacity: 1;
}
.is-ie9 .slideBody__slide3__text, .is-ie8 .slideBody__slide3__text {
	opacity: 1 !important;
}
.slideBody__slide4 {
	-webkit-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}
.slideBody__slide4 ::-moz-selection {
	color: #fff;
	background: #2e3642;
}
.slideBody__slide4 ::selection {
	color: #fff;
	background: #2e3642;
}
.slideBody__slide4.is-passed {
	opacity: 0;
}
.is-ie8 .slideBody__slide4.is-passed {
	opacity: 1;
}
.is-ua_touch .slideBody__slide4 {
	margin-bottom: 340px;
	margin-bottom: 60vh;
}
.slideBody__slide4__body {
	position: absolute;
	right: 0;
	bottom: 25%;
	left: 0;
}
.slideBody__slide4__body__inner {
	position: relative;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.slideBody__slide4__body__inner__cell {
	display: table-cell;
	vertical-align: bottom;
}
.slideBody__slide4__title {

	-webkit-transition: background-position 0s linear 0.5s, opacity 0.5s ease-out;
	transition: background-position 0s linear 0.5s, opacity 0.5s ease-out;
	background-position: 0 0;
	opacity: 0;
	margin-bottom: 10px;
	line-height: 140%;
}
.is-ie9 .slideBody__slide4__title, .is-ie8 .slideBody__slide4__title {
	background-position: bottom left;
}
.is-ie8 .slideBody__slide4__title {
	position: static !important;
	margin: 0 !important;
	opacity: 1 !important;
}
.is-ua_pc .is-active .slideBody__slide4__title {
	-webkit-transition: background-position 1.7s steps(70, end), opacity 1s ease-out;
	transition: background-position 1.7s steps(70, end), opacity 1s ease-out;
	background-position: 0 -4270px;
	opacity: 1;
}
.is-ua_touch .contents.is-text_visible .slideBody__slide4__title {
	-webkit-transition: background-position 1.7s steps(70, end), opacity 1s ease-out;
	transition: background-position 1.7s steps(70, end), opacity 1s ease-out;
	background-position: 0 -4270px;
	opacity: 1;
}
.is-ua_pc .slideBody__slide4__title {
	text-shadow: 0px 0px 2px #000000;
	white-space: nowrap;
	color: #FFF;
	font-size: 40px;
	text-align: center;
	background-repeat: no-repeat;
}
.is-ua_touch .slideBody__slide4__title {
	font-weight: normal;
	color: #fff;
	font-size: 25px;
	line-height: 1.4;
	letter-spacing: 9.3px;
	position: absolute;
	text-align: left;
	white-space: nowrap;
	line-height: 140%;
}
.slideBody__slide4__text {
	color: #fff;
	letter-spacing: 0.8px;
	font-size: 16px;
	line-height: 36px;
	-webkit-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	opacity: 0;
}
.slideBody__slide4__text>span {
	display: inline-block;
}
.contents.is-text_visible .slideBody__slide4__text {
	-webkit-transition-duration: 1.2s;
	transition-duration: 1.2s;
	opacity: 1;
}
.is-ie9 .slideBody__slide4__text, .is-ie8 .slideBody__slide4__text {
	opacity: 1 !important;
}
.archive_list {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-direction: row;
	/* Safari */
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
	-webkit-align-items: stretch;
	/* Safari */
	align-items: stretch;
	-webkit-align-content: center;
	/* Safari */
	align-content: center;
}
.archive_list>li {
	width: 24%;
	border-bottom: 1px solid #CCC;
	padding: 10px 0;
	margin-bottom: 15px;
}
.archive_list > li > a {
	display: block;
	color: #FFF;
}
.archive_list > li li a {
	color:#000;
}

.archive_list>li p {
	font-size: 18px;
	padding:3px 0;
	font-weight: bold;
}
.archive_list>li div {
	overflow: hidden;
	margin-bottom: 8px;
}
.archive_list>li::before {
	content: "";
	display: none;
}
.archive_list::before {
	content: "";
	display: block;
	width: 23%;
	order: 1;
}
.archive_list::after {
	content: "";
	display: block;
	width: 23%;
}
.post-categories {
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}
.post-categories>li:nth-child(1) {
	margin-left: 0;
}
.post-categories>li {
	width: auto;
	padding: 0;
	margin: 5px;
}
.post-categories>li a {
	display: block;
	padding: 5px;
	background: #EEE;
	border: 1px solid #EEE;
	border-radius: 5px;
}
.post-categories>li a:hover {
	background: none;
}
.post-categories>li:before {
	display: none;
}
.slideBody__slide5 {
	background: #000;
}
.slideBody__slide5 ::-moz-selection {
	color: #fff;
	background: #2e3642;
}
.slideBody__slide5 ::selection {
	color: #fff;
	background: #2e3642;
}
.slideBody__slide5 .contents {
	position: relative;
	opacity: 0;
	-webkit-transition: opacity 1.3s ease-out;
	transition: opacity 1.3s ease-out;
}
.slideBody__slide5 .contents.is-text_visible {
	opacity: 1;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.is-ua_touch .slideBody__slide5 {
	height: auto;
	min-height: 584px;
	min-height: 100vh;
	margin-bottom: 0;
}
.slideBody__slide5__body {
	height: 100%;
}
.slideBody__slide5__body__inner {
	height: 100%;
	position: relative;
	display: table;
	table-layout: fixed;
	width: 100%;
	font-size: 0;
}
.slideBody__slide5__body__inner__cell {
	display: table-cell;
	vertical-align: middle;
}
.slideBody__slide5__title {
	text-shadow: 0px 0px 2px #000000;
	white-space: nowrap;
	color: #FFF;
	position: fixed;
	font-size: 40px;
	position: absolute;
	bottom: 6px;
	left: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 346px;
	height: 230px;
	line-height: 140%;
}
.slideBody__slide5__text th, .slideBody__slide5__text td {
	padding: 10px;
}
.slideBody__slide5__subtitle {
	font-weight: normal;
	margin: 0 0 20px 426px;
	color: #fff;
	line-height: 1.6;
	font-size: 24px;
	letter-spacing: 9.3px;
}
.slideBody__slide5__subtitle>span {
	display: inline-block;
}
.slideBody__slide5__text {
	color: #fff;
	letter-spacing: 0.8px;
	font-size: 16px;
	line-height: 36px;
	margin-left: 426px;
}
.slideBody__slide5__text>span {
	display: inline-block;
}
.slideBody__slide5__text__caption {
	padding-top: 6px;
	font-size: 12px;
	line-height: 2;
}
.slideBody__slide6 {
	background-color: #f3f6f6;
	height: auto;
	min-height: 100vh;
	overflow: hidden;
	margin-bottom: 0;
}
.slideBody__slide6__inner {
	height: auto;
	padding-bottom: 35px;
	width: 100%;
	max-width: 800px;
}
.slideBody__slide6.is-scrollable {
	height: auto;
}
.slideBody__slide6__title {
	font-weight: 100;
	font-size: 46px;
	color: #000;
	border-bottom: 1px solid #000;
	padding: 30px 15px;
	letter-spacing: 1px;
	position: relative;
	text-align: center;
	margin-top: 80px;
}
.slideBody__slide6 table {
	width: 100%;
}
.slideBody__slide6 td {
	padding: 0 15px;
}
.slideBody__slide6 table tr:last-child td {
	width: 100%;
}
table tr:last-child td .effect-16~label {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 9px !important;
	top: 80%;
	color: #aaa;
	transition: 0.3s;
	z-index: 0;
	letter-spacing: 0.5px;
}
table tr:last-child td .effect-16:focus~label, table tr:last-child td .has-content.effect-16~label {
	top: -30px;
	font-size: 12px;
	color: #000;
	transition: 0.3s;
}
.col-3 {
	margin: 40px 3%;
	position: relative;
}
/* necessary to give position: relative to parent. */

input[type="text"],
input[type="email"],
input[type="tel"] {
	color: #333;
	width: 100%;
	box-sizing: border-box;
	letter-spacing: 1px;
	font-size: 19px;
	line-height: 160%;
	z-index: 1;
	position: relative;
}
textarea {
	color: #333;
	width: 100%;
	box-sizing: border-box;
	letter-spacing: 1px;
	font-size: 19px;
	padding:5px;
	line-height: 160%;
	z-index: 1;
	height: 150px;
	position: relative;
	border: 1px solid #ccc !important;
}
.effect-16 {
	border: 0;
	padding: 4px 0;
	border-bottom: 1px solid #ccc;
	background-color: transparent;
}

table tr:last-child td textarea.effect-16 ~ label {
	left:5px;
}


textarea.effect-16:focus~label, textarea.has-content.effect-16~label {
	top: 5px;
	font-size: 12px;
	color: #000;
	transition: 0.3s;
}

.effect-16~.focus-border {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #000;
	transition: 0.4s;
}
.effect-16:focus~.focus-border, .has-content.effect-16~.focus-border {
	width: 100%;
	transition: 0.4s;
}
.effect-16~label {
	position: absolute;
	left: 0;
	width: 100%;
	top: 9px;
	color: #aaa;
	transition: 0.3s;
	z-index: 0;
	letter-spacing: 0.5px;
}
.effect-16:focus~label, .has-content.effect-16~label {
	top: -16px;
	font-size: 12px;
	color: #000;
	transition: 0.3s;
}
.slideBody__slide6 .footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
footer {
	background:#000;
	padding:5px;
	text-align:center;
	color:#FFF;
}

.wow {
	
	transition: all 2s ease;
	-ms-transition: all 2s ease;
}
.wow.fadein { visibility: hidden; opacity:0; }
.wow.fadein.animated { visibility: visible; opacity:1; }
.wow.fadein * {
	visibility: inherit;
}





.slideBody_slide_down {
	position: absolute;
	bottom: 50px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	-webkit-animation:upanime 1.2s ease-in-out infinite alternate;
    -moz-animation:upanime 1.2s ease-in-out infinite alternate;
    animation:upanime 1.2s ease-in-out infinite alternate;
	
}
@-webkit-keyframes upanime{
	0%   { transform:  translate(0px, 20px);}
	100%  { transform:  translate(0px, 10px);}
}
@-moz-keyframes upanime{
	0%   { transform:  translate(0px, 20px);}
	100%  { transform:  translate(0px, 10px);}
}
@keyframes upanime{
	0%   { transform:  translate(0px, 20px);}
	100%  { transform:  translate(0px, 10px);}
}

@media screen and (max-width: 1024px) {
	.slideBody_slide_down {
		display: none !important;
	}
	.slideBackground__slide {
		background-size:auto 100%;
	}
	
	.slideBody__slide1__body {
		background-image: url("../img/world_sp.png");
		background-size: auto 100%;
	}
	
	.contents {
		padding: 0 64px;
	}
	br.is-show_tab {
		display: block;
	}
	.modal-content {
		margin-right: 64px;
		margin-left: 64px;
		padding-right: 64px;
		padding-left: 64px;
	}
	.modal__logo {
		width: 336px;
		height: 180px;
	}
	.modal__logoCaption {
		line-height: 1.5;
	}
	.modal__tableTitle {
		white-space: nowrap;
	}
	.modal__tableTitle__text {
		display: inline-block;
		padding-left: 20px;
		line-height: 1.5;
		white-space: normal;
	}
	.modal__table__title {
		display: block;
		margin-left: 0;
	}
	.slideBody__slide2__body {
		position: static;
		padding-top: 75px;
	}
	.is-ua_pc .is-active .slideBody__slide2__title {
		-webkit-transition: background-position 0s linear 0.5s, opacity 0.5s ease-out;
		transition: background-position 0s linear 0.5s, opacity 0.5s ease-out;
		background-position: 0 0;
		opacity: 0;
	}
	.is-ua_pc .contents.is-text_visible .slideBody__slide2__title {
		-webkit-transition: background-position 1.7s steps(70, end), opacity 1s ease-out;
		transition: background-position 1.7s steps(70, end), opacity 1s ease-out;
		background-position: 0 -1610px;
		opacity: 1;
	}
	.is-ua_touch .slideBody__slide2__title {
		width: auto;
		height: auto;
		margin-bottom: 25px;
		white-space: normal;
	}
	.is-ua_touch .slideBody__slide2__title br {
		display: none;
	}
	.slideBody__slide2__title {
		position: static !important;
		margin: 0 0 20px;
		margin-bottom: 45px;
	}
	.slideBody__slide2__text {
		width: 100%;
	}
	.slideBody__slide3__body {
		position: static;
		padding-top: 75px;
	}
	.slideBody__slide3__body__inner {
		text-align: left;
	}
	.is-ua_pc .is-active .slideBody__slide3__title {
		-webkit-transition: background-position 0s linear 0.5s, opacity 0.5s ease-out;
		transition: background-position 0s linear 0.5s, opacity 0.5s ease-out;
		background-position: 0 0;
		opacity: 0;
	}
	.is-ua_pc .contents.is-text_visible .slideBody__slide3__title {
		-webkit-transition: background-position 1.7s steps(60, end), opacity 1s ease-out;
		transition: background-position 1.7s steps(60, end), opacity 1s ease-out;
		background-position: 0 -3720px;
		opacity: 1;
	}
	.is-ua_touch .slideBody__slide3__title {
		width: auto;
		height: auto;
		margin-bottom: 25px;
		white-space: normal;
	}
	.is-ua_touch .slideBody__slide3__title br {
		display: none;
	}
	.slideBody__slide3__title {
		position: static !important;
		margin: 0 0 20px;
		margin-bottom: 45px;
	}
	.slideBody__slide3__text {
		display: block;
		width: 100%;
	}
	.slideBody__slide4__body {
		padding-bottom: 65px;
	}
	.is-ua_pc .is-active .slideBody__slide4__title {
		-webkit-transition: background-position 0s linear 0.5s, opacity 0.5s ease-out;
		transition: background-position 0s linear 0.5s, opacity 0.5s ease-out;
		background-position: 0 0;
		opacity: 0;
	}
	.is-ua_pc .contents.is-text_visible .slideBody__slide4__title {
		-webkit-transition: background-position 1.7s steps(70, end), opacity 1s ease-out;
		transition: background-position 1.7s steps(70, end), opacity 1s ease-out;
		background-position: 0 -4270px;
		opacity: 1;
	}
	.is-ua_touch .slideBody__slide4__title {
		width: auto;
		height: auto;
		margin-bottom: 25px;
		white-space: normal;
	}
	.is-ua_touch .slideBody__slide4__title br {
		display: none;
	}
	.slideBody__slide4__title {
		position: static !important;
		margin: 0 0 20px;
	}
	.slideBody__slide5__title {
		width: 336.5px;
		height:auto;
	}
	.slideBody__slide5__title {
		position: static;
		margin-bottom: 45px;
	}
	.slideBody__slide5__subtitle {
		margin-left: 0;
	}
	.slideBody__slide5__text {
		margin-left: 0;
	}
	.brandContentsLinks {
		border-top: 1px solid #c00;
	}
	.brandContentsLinks__link {
		float: none;
		width: auto;
	}
	.brandContentsLinks__link1, .brandContentsLinks__link3 {
		padding-right: 0;
	}
	.brandContentsLinks__link2, .brandContentsLinks__link4 {
		padding-left: 0;
	}
	.brandContentsLinks__link1 a, .brandContentsLinks__link2 a {
		border-top: none;
	}
}
@media screen and (max-width: 768px) {
	.container header#gh {
		position: absolute;
	}
	.open-menu .container header#gh {
		position: fixed;
	}
	header h1 {
		width: 150px;
	}
	header ul {
		display:none;
	}
	.archive_list>li {
		width: 48%;
		border-bottom: 1px solid #CCC;
		padding: 10px 0;
		margin-bottom: 15px;
	}
	
	.archive_list>li::before {
		content: "";
		display: none;
	}
	.archive_list::before {
		content: "";
		display: block;
		width: 48%;
		order: 1;
	}
}
@media screen and (max-width: 680px) {
	.header {
		height: 60px;
		padding: 18px 0 0 11px;
	}
	
	.contents {
		padding: 0 18px;
	}
	br.is-show_sp {
		display: block;
	}
	
	.slideBody__slide1__title {
		font-weight: 100;
		width: auto;
		height: auto;
		margin-bottom: 15px;
		background-image: none;
		color: #fff;
		font-size: 52px;
		line-height: 1;
		text-indent: 0;
		white-space: normal;
	}
	.slideBody__slide1__subtitle {
		font-size: 19px;
		letter-spacing: 8px;
	}
	.slideBody__slide1__down {
		display: none;
	}
	.slideBody__slide2__body {
		padding-top: 50px;
	}
	.is-ua_pc .slideBody__slide2__title {
		font-weight: normal;
		color: #fff;
		font-size: 40px;
		line-height: 1.4;
		letter-spacing: 9.3px;
		margin-bottom: 15px;
		font-size: 20px;
		line-height: 1.5;
		letter-spacing: 7px;
		background-image: none !important;
		text-indent: 0;
		white-space: normal;
		width: auto;
		height: auto;
		background-image: none;
	}
	.is-ua_touch .slideBody__slide2 {
		margin-bottom:0;
	}
	.is-ua_touch .slideBody__slide2__title {
		margin-bottom: 15px;
		font-size: 40px;
		line-height: 1.5;
		letter-spacing: 7px;
	}
	.slideBody__slide2__title>span {
		display: inline-block;
	}
	.slideBody__slide2__text {
		font-size: 13px;
		line-height: 29px;
	}
	.slideBody__slide3__body {
		padding-top: 50px;
	}
	.is-ua_pc .slideBody__slide3__title {
		font-weight: normal;
		color: #fff;
		font-size: 40px;
		line-height: 1.4;
		letter-spacing: 9.3px;
		margin-bottom: 15px;
		font-size: 20px;
		line-height: 1.5;
		letter-spacing: 7px;
		background-image: none !important;
		text-indent: 0;
		white-space: normal;
		width: auto;
		height: auto;
		background-image: none;
	}
	.is-ua_touch .slideBody__slide3__title {
		margin-bottom: 15px;
		font-size: 40px;
		line-height: 1.5;
		letter-spacing: 7px;
	}
	.slideBody__slide3__title>span {
		display: inline-block;
	}
	.slideBody__slide3__text {
		font-size: 13px;
		line-height: 29px;
	}
	.is-ua_touch .slideBody__slide3 {
		margin-bottom:0;
	}
	.slideBody__slide4__body {
		padding-bottom: 42px;
	}
	.is-ua_pc .slideBody__slide4__title {
		font-weight: normal;
		color: #fff;
		font-size: 40px;
		line-height: 1.4;
		letter-spacing: 9.3px;
		margin-bottom: 15px;
		font-size: 20px;
		line-height: 1.5;
		letter-spacing: 7px;
		background-image: none !important;
		text-indent: 0;
		white-space: normal;
		width: auto;
		height: auto;
		background-image: none;
	}
	.is-ua_touch .slideBody__slide4 {
		margin-bottom:0;
	}
	.is-ua_touch .slideBody__slide4__title {
		margin-bottom: 15px;
		font-size: 40px;
		line-height: 1.5;
		letter-spacing: 7px;
	}
	.slideBody__slide4__title>span {
		display: inline-block;
	}
	.slideBody__slide4__text {
		font-size: 13px;
		line-height: 29px;
	}
	.slideBody__slide5__title {
		max-width: 100%;
	}
	.slideBody__slide5__subtitle {
		margin-bottom: 18px;
		font-size: 19px;
		letter-spacing: 5px;
	}
	.slideBody__slide5__text {
		font-size: 13px;
		line-height: 29px;
	}
	.slideBody__slide5__text__caption {
		font-size: 10px;
	}
	.slideBody__slide6__inner {
	}
	.slideBody__slide6__title:before {
		width: 32.5px;
		height: 15px;
	}
	.slideBody__slide6__title {
		padding: 20px 0 20px 0;
		font-size: 32px;
		line-height: 40px;
	}
	
	
}
@media screen and (max-width: 376px) {
	.slideBody__slide1__title {
		font-size: 52px;
	}
	.slideBody__slide1__subtitle {
		font-size: 18px;
	}
	.slideBody__slide1__body {
		padding-top: 0px;
	}
	.slideBody__slide5__title {
		margin-bottom: 47px;
	}
	.slideBody__slide6__title {
		padding-top: 23px;
		padding-bottom: 23px;
		font-size: 31px;
	}
	.col-3 {
		margin: 30px 3% 0;
	}
	.slideBody__slide6 td {
		display: block;
	}
}
@-webkit-keyframes para1 {
	100% {
		background-position: 0 -3600px;
	}
}
@keyframes para1 {
	100% {
		background-position: 0 -3600px;
	}
}

#loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	top: 0;
	left: 0;
	z-index: 1000;
}

#loader__bar {
	width: 100%;
	background-color: #FFF;
	top: 50%;
	position: absolute;
}

#loader__bar__progress {
	background: -webkit-linear-gradient(left, rgba(180,191,194,0) 0%, #c00 41%, #c00 100%);
	background: linear-gradient(to right, rgba(180,191,194,0) 0%, #c00 41%, #c00 100%);
	height: 1px;
	width: 200%;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.lock {
	overflow: hidden;
}