@charset 'UTF-8';
html {
	font-family: 'M PLUS 1p', sans-serif;
	-ms-text-size-adjust : 100%;
	-webkit-text-size-adjust : 100%;
}
body {
	margin : 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display : block;
}
audio, canvas, progress, video {
	display : inline-block;
	vertical-align : baseline;
}
audio:not([controls]) {
	display : none;
	height : 0;
}
[hidden], template {
	display : none;
}
a {
	background-color : transparent;
}
a:active, a:hover {
	outline : 0;
}
abbr[title] {
	border-bottom : 1px dotted;
}
b, strong {
	font-weight : bold;
}
dfn {
	font-style : italic;
}
h1 {
	font-size : 2em;
	margin : 0.67em 0;
}
mark {
	background : #ff0;
	color : #000;
}
small {
	font-size : 80%;
}
sub, sup {
	font-size : 75%;
	line-height : 0;
	position : relative;
	vertical-align : baseline;
}
sup {
	top : -0.5em;
}
sub {
	bottom : -0.25em;
}
img {
	border : 0;
}
svg:not(:root) {
	overflow : hidden;
}
figure {
	margin : 1em 40px;
}
hr {
	box-sizing : content-box;
	height : 0;
}
pre {
	overflow : auto;
}
code, kbd, pre, samp {
	font-family: 'M PLUS 1p', sans-serif;
	font-size : 1em;
}
button, input, optgroup, select, textarea {
	color : inherit;
	font : inherit;
	margin : 0;
}
button {
	overflow : visible;
}
button, select {
	text-transform : none;
}
button, html input[type='button'], input[type='reset'], input[type='submit'] {
	-webkit-appearance : button;
	cursor : pointer;
}
button[disabled], html input[disabled] {
	cursor : default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border : 0;
	padding : 0;
}
input {
	line-height : normal;
}
input[type='checkbox'], input[type='radio'] {
	box-sizing : border-box;
	padding : 0;
}
input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
	height : auto;
}
input[type='search'] {
	-webkit-appearance : textfield;
	box-sizing : content-box;
}
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
	-webkit-appearance : none;
}
fieldset {
	border : 1px solid #c0c0c0;
	margin : 0 2px;
	padding : 0.35em 0.625em 0.75em;
}
legend {
	border : 0;
	padding : 0;
}
textarea {
	overflow : auto;
}
optgroup {
	font-weight : bold;
}
table {
	border-collapse : collapse;
	border-spacing : 0;
}
td, th {
	padding : 0;
}
h1, h2, h3, h4, h5, h6 {
	margin : 0;
	font-size : 100%;
	font-weight : normal;
}
ul, ol {
	margin : 0;
	padding : 0;
	list-style : none;
}

ul li, ol li {
	margin : 0;
	padding : 0;
	list-style : none;
}
dl, dt, dd {
	margin : 0;
	padding : 0;
}
p {
	margin : 0;
}
img {
	vertical-align : bottom;
}
*, *:before, *:after {
	box-sizing : border-box;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
.mats {
	margin-top : 20px;
}
.matm {
	margin-top : 40px;
}
.matl {
	margin-top : 60px;
}
.fw {
	font-weight : bold !important;
}
.cred {
	color : #c00 !important;
}
@media screen and (min-width: 768px){
	.is-sp{
		display: none;
	}
}
@media screen and (max-width: 767px){
	.is-pc{
		display: none;
	}
}
[data-fixed] {
	padding : 0 15px;
}
@media screen and (min-width: 768px) {
	[data-fixed] {
		width : 960px;
		margin : 0 auto;
	}
}

.m-box-content .image-area {
	display : none;
}

.m-box-content .content-area {
	padding : 50px 30px;
	background : none;
	text-shadow : 0 0 5px rgba(0, 0, 0, 0.8);
	font-weight : bold;
	position : absolute;
	right : 10%;

	bottom : 0px;
	text-align : left;
	color : #fff;
}
@media screen and (max-width: 940px){
	.m-box-content .content-area {
		width: 50%;
	right: 5%;
	}
}
@media screen and (max-width: 767px) {
	.m-box-content .content-area {
		width : auto;
		bottom : 90px;
		left : 0;
		right : 0;
		margin : 0 20px;
		padding : 20px 15px 0;
	}
	
	.title_img>img{
		max-width: 100%;
		height: auto;
	}
}
.content-title{
	font-size : 2.2rem;
	text-align: center;
	text-shadow: none;
	line-height: 1.4;
	font-weight : bold;
	display: inline-block;
	width: 240px;
	height: 2em;
	position: relative;
	z-index: 5;
	opacity: 0;
	transition: all 1s;
	margin-bottom: 20px;
}
.content-title::before{
	content: '';
	display: inline-block;
	width: 268px;
	height: 139px;
	background-image: url("../images/title_img.png");
	background-size: contain;
	background-position: center;
	vertical-align: middle;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	transform: translate(-3%,-33%);
	transform-origin: center;
}
#u-content2 .content-title::before,#u-content4 .content-title::before,#u-content5 .content-title::before,#u-content6 .content-title::before,#u-content7 .content-title::before,#u-content8 .content-title::before,#u-content12 .content-title::before{
	transform: translate(-3%,-38%);
}

.title_img{
	position: relative;
	z-index: -1;
	opacity: 0;
	transition: all 1s;
}
@media screen and (max-width: 940px){
	.content-title{
		top: 22.5%;
	}

}
@media screen and (max-width: 767px) {
	.m-box-content .content-area h2 {
		font-size : 1.6rem;
		width: 145px;
		
	}
	.content-title::before{
		width: 160px;
		height: 83px;
		transform: translate(-3%,-28%);
	}
	#u-content2 .content-title::before,#u-content4 .content-title::before,#u-content5 .content-title::before,#u-content6 .content-title::before,#u-content7 .content-title::before,#u-content12 .content-title::before{
		transform: translate(-3%,-25%);
	}

}

@media screen and (max-width: 767px) {
	.m-box-content .content-area h2:after {
		bottom : -6px;
		width : 100%;
	}
}
.m-box-content .content-area .image-area_sp {
	display : none;
}
.m-box-content .content-area .area_lead {
	font-size : 15px;
	font-size : 1.5rem;
	width : 548px;
	margin-bottom : 43px;
	margin-top: 42px;
	font-weight : 500;
}
@media screen and (max-width: 940px){
	.m-box-content .content-area .area_lead {
		width : auto;
	}

}
@media screen and (max-width: 767px) {
	.m-box-content .content-area .area_lead {
		width : auto;
		font-size : 1.2rem;
		margin-bottom : 0px;
		margin-top: 10px;
		line-height: 1.6;
	}
}
.m-box-content .content-area .area_link {
	width : 580px;
	text-shadow : none;
}
@media screen and (max-width: 767px) {
	.m-box-content .content-area .area_link {
		width : auto;
	}
}
.m-box-content .content-area .area_link ul {
	display : -ms-flexbox;
	display : flex;
	-ms-flex-wrap : wrap;
	    flex-wrap : wrap;
	-ms-flex-pack : justify;
	justify-content : space-between;
}
@media screen and (max-width: 767px) {
	.m-box-content .content-area .area_link ul {
		width : 100%;
	}
}
.m-box-content .content-area .area_link ul li {
	display : inline-block;
	margin-bottom : 10px;
}
@media screen and (max-width: 767px) {
	.m-box-content .content-area .area_link ul li {
		width : 49%;
		margin-bottom : 5px;
	}
}
.m-box-content .content-area .area_link ul li a {
	display : -ms-flexbox;
	display : flex;
	-ms-flex-pack : center;
	justify-content : center;
	-ms-flex-align : center;
	align-items : center;
	text-decoration : none;
	background : #fff;
	color : #000;
	width : 280px;
	height : 54px;
	border-radius : 27px;
	line-height : 1.4;
	text-align : center;
	vertical-align : middle;
	overflow : hidden;
	box-shadow : 0 5px 0 rgba(0, 0, 0, 0.15);
	transition : 0.4s;
	font-weight : 500;
}
@media screen and (max-width: 767px) {
	.m-box-content .content-area .area_link ul li a {
		width : 100%;
		height : 46px;
		font-size : 1.2rem;
		margin-bottom : 5px;
	}
}
.m-box-content .content-area .area_link ul li a:hover {
	opacity : 0.7;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}

.m-box-content.active .image-area {
	transform : translateX(0);
	transition : transform 0.7s;
	transition-delay : 0.2s;
}



html {
	color : #000;
	background : #fff;
	font-family: 'M PLUS 1p', sans-serif;
	font-size : 62.5%;
}

body {
	line-height : 1.75;
	font-size : 16px;
	font-size : 1.6rem;
	position : fixed;
	overflow-y : scroll;
}


a:link {
	color : #98117e;
	text-decoration : none;
}

a:visited {
	color : #98117e;
	text-decoration : none;
}

a:hover, a:active {
	color : #98117e;
	text-decoration : underline;
}


h2, p, a {
	transform : rotate(0.05deg);
}


.bar {
	width: 0;
    height: 10px;
    background-color: #86d1d4;
    display: block;
    transition: all 0.2s ease-out;
}
@media screen and (max-width: 767px) {
	.bar {
		height : 5px;
	}
}


#l-topicpath {
	*zoom : 1;
}
#l-topicpath:after {
	content : ' ';
	display : table;
	clear : both;
}
#l-topicpath li {
	display : inline-block;
	margin-right : 6px;
	padding-right : 12px;
}
#l-topicpath li:last-child {
	margin-right : 0;
	padding-right : 0;
	font-weight : bold;
	background : none;
}
#l-content {
	height : 100%;
	height : 100vh;
	width : 100%;
}
video {
	position : fixed;
	top : 50%;
	left : 50%;
	z-index : 1;
	transform : translate(-50%, -50%);
	min-height : 100%;
	min-height : 100vh;
	min-width : 100%;
	min-width : 100vw;
	height: 100vh;
}
#video-image {
	position : fixed;
	top : 50%;
	left : 50%;
	z-index : 1;
	transform : translate(-50%, -50%);
	min-height : 100%;
	min-height : 100vh;
	min-width : 100%;
	min-width : 100vw;
	height: 100vh;
}
#u-statusbar {
	width: 100%;
    height: 10px;
    position: fixed;
    top: 0;
    z-index: 60;
}
#u-linkwrap {
	height : 100%;
	z-index : 60;
	overflow: scroll;
}
.linkwrap_bar{
	height: 100%;
	width: 100%;
}
#u-linkwrap .linkwrap_inner {
	position : fixed;
	left : 0;
	bottom : 0;
	width: 260px;
	height : 100%;
	z-index : 90;
	transform: translateX(-55%) scale(0.5);
	transition: all 0.5s;
}
.linkwrap_inner.active{
	transform: translateX(0) !important;
}
#u-linkwrap .linkwrap_inner::after{
	content: '';
    display: inline-block;
    width: 42px;
    height: 54px;
    background-image: url(../images/icons_right.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    z-index: 150;
    top: 50%;
    right: 31px;
    transform: translate(0,-50%) scale(1);
}
.linkwrap_inner.active::after{
	opacity: 0;
}
@media screen and (max-width: 767px) {
	#u-linkwrap .linkwrap_inner {
		width : 324px;
		bottom : 50px;
		transform : translateX(0);
	}
	#u-linkwrap {
		overflow: visible;
	}
}
@media screen and (max-width: 767px) {
	#u-linkwrap .linkwrap_inner .linkwrap_bar {
		position : relative;
	}
}
#u-linkwrap .linkwrap_inner .linkwrap_bar:before {
	content : '';
	position : absolute;
	display : block;
	left : 0;
	top : 0;
	bottom : 0;
	margin : auto;
	width :100%;
	height: 100%;
	background-color : rgba(224,224,224,0.8);
	border-radius: 0 35px 35px 0;
}
#u-linkwrap .linkwrap_inner .linkwrap_bar.active::before{
	border-radius: 0;
}
@media screen and (max-width: 767px) {
	#u-linkwrap .linkwrap_inner .linkwrap_bar:before {
		width : 288px;
	}
}
#u-linkwrap .linkwrap_inner .linkwrap_bar .bar_link {
	width : 260px;
	height : 100%;
	display : block;
	transition : all 0.2s ease-out;
	background : rgba(134,209,212,0.7);
	border-radius: 0 35px 0px 0;
	position : relative;
	z-index : 99;
}
#u-linkwrap .linkwrap_inner .linkwrap_bar .bar_link.active{
	border-radius: 0;
}

#u-linkwrap .linkwrap_bar-navi {
	background-color: transparent;
	position : fixed;
	z-index: 100;
	left : 0;
	top: 0;
	width: 260px;
	height : 100%;
	display : -ms-flexbox;
	display : flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	transform: translateX(-80%);
	transition: all 0.4s;
}
#u-linkwrap .linkwrap_bar-navi::before{
	content: '';
	display: inline-block;
	width: 110%;
	height: 100vh;
	background-image: url("../images/menu_deco_leftstar.png"),url("../images/menu_deco_rightstar.png");
	background-position: top 50vh left,top 6.66vh right ;
	background-size: 46px,86px;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
}
.linkwrap_bar-navi.active{
	transform: translateX(0) !important;
}
#u-linkwrap .linkwrap_bar-navi.active::before{
	opacity: 1;
}
@media screen and (max-width: 767px) {
	#u-linkwrap .linkwrap_bar-navi {
	background-color: transparent;
	}
	#u-linkwrap .linkwrap_inner{
		display: none;
		transform: translateX(4.796296%);
	}
	#u-linkwrap .linkwrap_bar-navi {
		border-radius: 4px 4px 0 0;
		width : 320px;
		height : 75px;
		bottom : 0;
		transform : translateX(-2px);
		margin: auto;
	}
}
#u-linkwrap .linkwrap_bar-navi > li {
	width :100%;
	height: 8.3333%;
	position: relative;
	z-index: 100;
}
@media screen and (max-width: 767px) {
	#u-linkwrap .linkwrap_bar-navi > li {
		width : calc(100% / 6);
	}
}
.linkwrap_bar-navi a{
	font-size: 15px;
	color : #fff;
	display : block;
	pointer-events : auto;
	line-height : 1;
	width: 100%;
	height: 100%;
	position : relative;
	opacity: 0;
	visibility: hidden;
	transform: translate(-100%,0);
	transition: all 0.5s;
}
.linkwrap_bar-navi.active a{
	opacity: 1;
	visibility: visible;
	transform: translate(0,0);
}
.linkwrap_bar-navi a.current{
	color: #4e8c8c;
	font-weight: bold;
}
.linkwrap_bar-navi a::before{
	content: '';
	display: inline-block;
	width: 68px;
	height: 65px;
	background-image: url("../images/ribbon.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translate(0,-50%);
	opacity: 0;
	transition: all 0.5s;
}
.linkwrap_bar-navi li:first-of-type a.current{
	border-radius: 4px 40px 4px 4px;
}
.linkwrap_bar-navi li:last-of-type a.current{
	border-radius: 4px 4px 40px 4px;
}
.linkwrap_bar-navi a.current::before{
	opacity: 1;
}
.linkwrap_bar-navi a >span{
	line-height: 1.3;
	display: block;
	position: relative;
	top: 45%;
	transform: translate(0,-50%);
}
@media screen and (max-width: 767px) {
	#u-linkwrap .linkwrap_bar-navi > li a {
		padding-top : 38px;
		font-size : 1.2rem;
		display : none;
	}
	
}
@media screen and (max-width: 767px) {
	#u-linkwrap .linkwrap_bar-navi > li a:before{
		display: none;
		top : 20px;
	}
}
#u-linkwrap .linkwrap_bar-navi > li a:hover {
	text-decoration : none;
}
#u-linkwrap .linkwrap_bar-navi > li a.active {
	color : #fff;
}
#u-linkwrap .linkwrap_bar-navi > li a.active:before {
	background : #75d2c6;
}
@media screen and (max-width: 767px) {
	#u-linkwrap .linkwrap_bar-navi > li:first-child {
		width : calc(100% / 6);
		border-radius : 0;
	}
}
@media screen and (max-width: 767px) {
	#u-linkwrap .linkwrap_bar-navi > li:first-child a {
		border-radius : 0;
		display : block;
	}
}
@media screen and (max-width: 767px) {
	#u-linkwrap .linkwrap_bar-navi > li:last-child {
		width : calc(100% / 6);
		border-radius : 0;
		position: absolute;
		right: 0;
	}
}
@media screen and (max-width: 767px) {
	#u-linkwrap .linkwrap_bar-navi > li:last-child a {
		border-radius : 0;
		display : block;
	}
}
#u-linkwrap ul.gnavi {
	position : absolute;
	left : 0;
	right : 0;
	bottom : 30px;
	margin : auto;
	max-width : 1080px;
	display : -ms-flexbox;
	display : flex;
	pointer-events : auto;
}
@media screen and (max-width: 767px) {
	#u-linkwrap ul.gnavi {
		width : 100%;
		bottom : 0;
		margin : 0;
		-ms-flex-wrap : wrap;
		    flex-wrap : wrap;
	}
}
#u-linkwrap ul.gnavi li {
	width : 16.5%;
	background : #fff;
	border-right : 1px solid #ccc;
}
@media screen and (max-width: 767px) {
	#u-linkwrap ul.gnavi li {
		width : calc(100% / 3);
	}
	#u-linkwrap ul.gnavi li:nth-child(-n+3) {
		border-bottom : 1px solid #ccc;
	}
	#u-linkwrap ul.gnavi li:nth-child(3n) {
		border-right : none;
	}
}
#u-linkwrap ul.gnavi li a {
	display : block;
	text-decoration : none;
	font-size : 13px;
	font-size : 1.3rem;
	padding : 12px 0;
	color : #000;
	transition : all 0.2s ease-out;
	font-weight : 500;
    word-break: keep-all;
}
@media screen and (max-width: 767px) {
	#u-linkwrap ul.gnavi li a {
		height : 45px;
		display : -ms-flexbox;
		display : flex;
		-ms-flex-pack : center;
		justify-content : center;
		-ms-flex-align : center;
		align-items : center;
		font-size : 1.2rem;
		color : #000;
	}
}
#u-linkwrap ul.gnavi li a.active {
	background : #fc0;
}
#u-linkwrap ul.gnavi li:first-child {
	width : 17%;
	border-radius : 27px 0 0 27px;
}
@media screen and (max-width: 767px) {
	#u-linkwrap ul.gnavi li:first-child {
		width : calc(100% / 3);
		border-radius : 0;
	}
}
#u-linkwrap ul.gnavi li:first-child a {
	border-radius : 27px 0 0 27px;
}
@media screen and (max-width: 767px) {
	#u-linkwrap ul.gnavi li:first-child a {
		width : auto;
		border-radius : 0;
	}
}
#u-linkwrap ul.gnavi li:last-child {
    width : 17%;
	border-radius : 0 27px 27px 0;
}
@media screen and (max-width: 767px) {
	#u-linkwrap ul.gnavi li:last-child {
		width : calc(100% / 3);
		border-radius : 0;
	}
}
#u-linkwrap ul.gnavi li:last-child a {
	border-radius : 0 27px 27px 0;
}
@media screen and (max-width: 767px) {
	#u-linkwrap ul.gnavi li:last-child a {
		width : auto;
		border-radius : 0;
	}
}
#u-contents {
	height : 100%;
	left : 0;
	position : fixed;
	top : 0;
	width : 100%;
	z-index : 10;
}
#u-contents section {
	width : 100%;
	height : 100%;
	text-align : center;
	position : absolute;
	right : 0;
	left : 0;
	color : #fff;
	margin : 0 auto 0 auto;
	transition : left 0.1s ease-out;
	visibility :0.1s ease-in;
	visibility : hidden;
	opacity: 1;
}
#u-contents section.active {
	left : 0;
	opacity: 1;
	visibility : inherit;
}
#u-contents section.passed {
	opacity: 0;
	visibility : collapse;
}
#u-contents section.loading {
	left : -100%;
	visibility : hidden;
}
#u-contents section .content_wrap {
	z-index : 50;
	width : 100%;
	height : 100%;
	position : relative;
}
#u-contents section .content_wrap.bg-grey {
	background-color : rgba(0, 0, 0, 0.2);
}

#u-contentTop h1.logo {
	position : absolute;
	top : 8%;
	left : 5%;
}
@media screen and (max-width: 767px) {
	#u-contents section.loading {
	left : 0;
}
	#u-contentTop h1.logo {
		top : 20px;
		left : 50%;
        transform: translate(-50%,0);
		width : 270px;
	}
	#u-contentTop h1.logo img {
		width : 100%;
	}
}

#u-contentTop .main_txt {
    width: 100%;
	position : absolute;
	top : 0;
	left : 0;
	right : 0;
	bottom : 0;
	margin : auto;
	max-width : 906px;
	height : 230px;
}
@media screen and (max-width: 767px) {
	#u-contentTop .main_txt {
		width : 100%;
		height : 50%;
		margin : auto;
		padding : 0 4%;
	}
}
#u-contentTop .main_txt .main {
    font-family: 'Montserrat', sans-serif;
font-size: 76px;
	font-weight : bold;
	letter-spacing : 0.065em;
	line-height : 1;
	margin-bottom : 40px;
    
}
#u-contentTop .main_txt .main br {
	display : none;
}
@media screen and (max-width: 767px) {
	#u-contentTop .main_txt .main {
		font-size : 3.2rem;
		text-align : center;
		line-height : 1.2;
		margin : 0 0 38px auto;
	}
	#u-contentTop .main_txt .main br {
		display : block;
	}
}
#u-contentTop .main_txt .lead {
	font-size : 20px;
	font-size : 2.0rem;
	letter-spacing : 0.2em;
	line-height : 2;
}
@media screen and (max-width: 767px) {
	#u-contentTop .main_txt .lead {
		margin : 0 auto;
		font-size : 1.6rem;
		letter-spacing : 0.065em;
		text-align : center;
	}
}
#u-contentTop .scroll {
	position : absolute;
	bottom : 4%;
	left : 0;
	right : 0;
	margin : auto;
	width : 120px;
}
@media screen and (max-width: 767px) {
	#u-contentTop .scroll {
		bottom : 10px;
		width : 80px;
		height : 80px;
		overflow : hidden;
		z-index: 60;
	}
}
#u-contentTop .scroll img {
	width : 100%;
}
@media screen and (max-width: 767px) {
	#u-contentTop .scroll img {
		position : absolute;
		bottom : 0;
		left : 0;
	}
}
#u-content1 .scroll {
	position : absolute;
	top : 24%;
	left : 0;
	right : 0;
	margin : auto;
	width : 58px;
}
@media screen and (max-width: 767px) {
	#u-content1 .scroll {
		top : 18%;
		width : 100px;
	}
	#u-content1 .scroll img {
		width : 100%;
	}
}
#u-content1 .main_txt {
	position : absolute;
	top : 0;
	bottom : 0;
	left : 0;
	right : 0;
	margin : auto;
	width : 610px;
	height : 120px;
}
@media screen and (max-width: 767px) {
	#u-content1 .main_txt {
		width : 100%;
		height : auto;
		top : 40%;
		margin : auto;
		padding : 0 10px;
	}
}
#u-content1 .main_txt .main {
	font-size : 34px;
	font-size : 3.4rem;
	letter-spacing : 0.12em;
}
@media screen and (max-width: 767px) {
	#u-content1 .main_txt .main {
		margin : 0 0 30px auto;
		width : auto;
		font-size : 2.0rem;
		letter-spacing : 0.08em;
	}
	#u-content1 .main_txt .main img {
		width : 100%;
	}
}
#u-content1 .sub_txt {
	position : absolute;
	bottom : 180px;
	width : 610px;
	left : 0;
	right : 0;
	margin : auto;
}
@media screen and (max-width: 767px) {
	#u-content1 .sub_txt {
		width : 100%;
		margin : auto;
		bottom : 100px;
	}
}
@media screen and (min-width: 767px) and (max-height: 700px) {
	#u-content1 .sub_txt {
		display : none;
	}
}
#u-content1 .sub_txt .txt_nav {
	font-size : 20px;
	font-size : 2.0rem;
	letter-spacing : 0.12em;
	line-height : 2;
}
@media screen and (max-width: 767px) {
	#u-content1 .sub_txt .txt_nav {
		font-size : 1.5rem;
		padding : 0 37px;
		letter-spacing : 0.12em;
		line-height : 1.6;
	}
	#u-content1 .sub_txt .txt_nav br {
		display : none;
	}
}
#target {
	font-size : 40px;
	color : #fff;
	position : absolute;
	bottom : 0;
	left : 0;
	text-shadow : black 1px 1px 0, black -1px 1px 0,
	black 1px -1px 0, black -1px -1px 0;
}
@media screen and (max-width: 767px) {
	#target {
		font-size : 14px;
		top : 0;
	}
}
#l-footer {
	position : fixed;
	height : 100%;
	display : block;
	width : 100%;
	z-index : 9;
	text-align : center;
	color : #f2f2f2;
	right : -48%;
	top : 50%;
	font-size : 12px;
	font-size : 1.2rem;
}
@media screen and (max-width: 767px) {
	#l-footer {
		display : none;
	}
}
#l-footer .rotate_text {
	transform : rotate(-90deg);
}

/* print style */
@media print {
	html {
		background : none;
	}
	body {
		padding : 0;
		background : none;
	}
	/* for IE7 */
	*:first-child + html body {
		zoom : 67%;
	}
}
.overlay_pc{
	display: block;
	width: calc(100vw - 260px);
	height: 100%;
	position: fixed;
	z-index: 51;
	top: 0;
	right: 0;
	background-color: rgba(0,0,0,0.3);
	transform: translate(-100vw,0);
	transition: 0.5s all;
}
.overlay_pc::after{
	content: '';
	display: inline-block;
	width: 44px;
	height: 44px;
	background-image: url("../images/cross.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	
	position: absolute;
	top: 20px;
	right: 20px;
	
}
.overlay_pc.active{
	transform: translate(0,0)
}
@media screen and (max-width: 767px) {
	.overlay{
		display: block;
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 50;
		top: 0;
		left: 0;
		background-color: rgba(0,0,0,0);
	}
	.btn_list{
		text-align: center;
		position: absolute;
		z-index: 100;
		bottom: 32px;
		left: 50%;
		transform: translate(-50%,0);
		width: 320px;
		display: flex;
		visibility: hidden;
		opacity: 0;
		transition: all 1s;
	}
	.btn_list.active{
		visibility: visible;
		opacity: 1;
	}
	.btn_list li{
		width: 33.3333%;
	}
	.back_btn{
		position: relative;
		left: 33.3333%;
	}
	.start_btn{
		position: relative;
	}
	.stop_btn{
		position: relative;
		right: 33.3333%;
	}
	.back_btn.active{
		visibility: hidden;
	}
	.start_btn.active{
		visibility: hidden;
	}
	.stop_btn.active{
		visibility: hidden;
	}
	.back_btn_icon{
		display: block;
		background-image: url("../images/sp/back_btn.svg");
		background-repeat: no-repeat;
		background-size: cover;
		width: 21px;
		height: 22px;
		margin: 8px auto 0;
	}
	.start_btn_icon{
		display: block;
		background-image: url("../images/sp/play_btn.svg");
		background-repeat: no-repeat;
		background-size: cover;
		width: 20px;
		height: 22px;
		margin-top: 8px;
		margin-left: auto;
		margin-right: 34px;
	}
	.stop_btn_icon{
		display: block;
		background-image: url("../images/sp/stop_btn.svg");
		background-repeat: no-repeat;
		background-size: cover;
		width: 22px;
		height: 22px;
		margin: 8px auto 0;
	}
	#start_link{
		display: block;
		background-color: rgba(255,255,255,0.95);
		border: 2px solid #92D7D8;
		width: 100px;
		height: 44px;
		border-radius: 30px;
		margin: 0 auto;
	}
	#back_link{
		display: block;
		background-color: rgba(255,255,255,0.95);
		border: 2px solid #92D7D8;
		width: 100px;
		height: 44px;
		border-radius: 30px;
		margin: 0 auto;
	}
	#stop_link{
		display: block;
		background-color: rgba(255,255,255,0.95);
		border: 2px solid #92D7D8;
		width: 100px;
		height: 44px;
		border-radius: 30px;
		margin: 0 auto;
	}
	.loading_icon{
		display: block;
		background-image: url("../images/i_scroll_loading.gif");
		background-repeat: no-repeat;
		background-size: cover;
		width: 80px;
		height: 80px;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		visibility: hidden;
	}
	.loading_icon.loading{
		visibility: visible;
	}

}
.content-title.active{
	opacity: 1;
}
.title_img.active{
	opacity: 1;
}
.inline-block{
    display: inline-block;
}
.area_link{
    margin-top: -20px;
    margin-bottom: 30px;
}

.area_link a{
    color: #4c999c;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    border: solid 2px #86d1d4;
    border-radius: 24px;
    width: 200px;
    display: block;
    padding: 10px;
}
.area_link a:hover{
    opacity: 0.8;
}
.area_link a:after{
	content: '';
	display: inline-block;
	width: 7px;
	height: 12px;
	background-image: url("../images/link_icons_right.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
    position: relative;
    left: 9px;
	

}
#u-contents #u-content4,#u-contents #u-content6{
    z-index: 49;
    width: 50%;
    left: 50%;
}
#u-contents #u-linkwrap{
    width: 20%;
    margin:0;
    overflow: hidden;
}
@media screen and (max-width: 940px){
	#u-contents #u-content4,#u-contents #u-content6{
        width: 65%;
        left: 10%;
        margin-right: 0;
    }
    #u-contents #u-linkwrap{
        width: 35%;
        margin: 0;
    }
    #u-content4.m-box-content .content-area,#u-content6.m-box-content .content-area{
        width: 90%;
    }
/*
    #u-contentTop .content_wrap .main_txt .main{
        font-size: 6.6rem;
    }
*/
}
@media screen and (max-width: 767px){
    .area_link{
        margin-top: 0;
        margin-bottom: 0;
    }
    .area_link a{
        font-size: 12px;
        width: 180px;
        padding: 4px;
        margin-top: 8px;
    }
    .area_link a:after{
        left: 7px;
    }
    #u-contents #u-content4,#u-contents #u-content6{
        z-index: 10000;
        width: 100%;
        height: 84%;
        left: 0;
    }
    #u-contents #u-linkwrap{
        width: 100%;
        margin: auto;
        height: 15%;
        bottom: 0;
        overflow: hidden;
    }
    #u-content4 .content-area{

        bottom: 0;
    }
    #u-content6.m-box-content .content-area {
    bottom: 0;
}
    .overlay_pc.is-pc{
        display: none;
    }
}

