@charset "UTF-8";



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通項目 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
*{margin:0;padding:0;text-decoration:none}fieldset{border:0}body{line-height:1.8}body,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,select,ul{margin:0;padding:0}img{border:0;vertical-align:top}a{text-decoration:none}em{font-style:normal}ul li{list-style-type:none;list-style-image:none}address{font-style:normal}
html{font-size: 62.5%;}
body{font-size: 1.5rem;}


/* 文字装飾 */
strong {
	font-weight: bold;
}


ul li {
	list-style:none;	
}


/* box-sizing */ 
* {
	box-sizing: border-box;
}


/* float解除 */
.cbox { 
}
* html .cbox {
	zoom: 100%;
}
*:first-child+html .cbox {
	display: inline-block;
}
.cbox:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}


/* img */ 
img {
	width: 100%;
	height: auto;
}


/* sp */ 
.sp {
	display: none;
}



/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
a:before {
	transition: 0.3s;
	-webkit-transition: 0.3s;
}


/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.blue {
	color: #004DFF;
}
.yellow {
	color: #FFFF00;
}
.white {
	color: #fff;
}
.black {
	color: #231815;
}

.bg-white {
	background: #fff;
}
.bg-blue {
	background: #004DFF;
}



/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	background: #004DFF;
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 500;
	color: #fff;
	padding: 0;
	margin: 0;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}
body.fixed {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
}



/* フォント */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.en {
	font-family: "Raleway", serif;
	font-weight: 700;
}




/* flex */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.flex {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-start {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.flex-end {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	 -ms-flex-direction: row-reverse;
		 flex-direction: row-reverse;
}
.flex-center {
	display: flex;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background: #004DFF;
	border-bottom: solid 1px #5488FF;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 12;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
    #header .logo {
		padding-left: 20px;
    }
		#header .logo a {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			height: 80px;
			line-height: 1;
		}
		#header .logo a:hover {
			opacity: 0.7;
		}
			#header .logo a img {
				width: 200px;
			}
			#header .logo a .en {
				font-size: 1.7rem;
				line-height: 1;
				font-weight: 700;
				margin-left: 20px;
			}

    #header .catch {
		font-size: 7.0rem;
		line-height: 1;
		position: absolute;
		top: 0;
		right: 240px;
    }

    #header .btn-list {
		margin-right: 80px;
		border-left: solid 1px #5488FF;
    }
		#header .btn-list li {
			width: 150px;
		}
			#header .btn-list li a {
				display: block;
				height: 80px;
				text-align: center;
				color: #fff;
				line-height: 1;
				overflow: hidden;
				border-bottom: solid 1px #5488FF;
			}
			#header .btn-list li:nth-last-child(1) a {
				border-bottom: none;
			}
			#header .btn-list li a:hover {
				background: #FFFF00;
				color: #004DFF;
			}
				#header .btn-list li a span {
					display: block;
					line-height: 80px;
					transform: translateY(0);
					transition: transform 0.6s cubic-bezier(.7, 0, 0, 1);
				}
				#header .btn-list li a:hover span {
					transform: translateY(-100%);
				}
				#header .btn-list li a span:nth-child(1) {
					font-size: 1.8rem;
				}
				#header .btn-list li a span:nth-child(2) {
					font-size: 1.6rem;
					font-weight: 500;
				}

.subspecies #header {
	background: none;
	border-bottom: solid 1px #EBEBEB;
}
.subspecies #header.is-animation {
	background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
	.subspecies #header .logo a .en {
		color: #004DFF;
	}
    .subspecies #header .catch {
		color: #004DFF;
    }
	 .subspecies #header .btn-list li a {
		color: #004DFF;
	}
    .subspecies #header  .btn-list {
		border-left: solid 1px #EBEBEB;
    }
@media screen and (max-width: 1024px) {
	#header .logo {
		padding-left: 15px;
	}
		#header .logo a {
			height: 60px;
		}
			#header .logo a img {
				width: 170px;
			}
			#header .logo a .en {
				font-size: 1.5rem;
				margin-left: 15px;
			}

	#header .catch {
		font-size: 5.0rem;
		right: 170px;
	}

	#header .btn-list {
		margin-right: 60px;
	}
		#header .btn-list li {
			width: 100px;
		}
			#header .btn-list li a {
				height: 60px;
			}
				#header .btn-list li a span {
					line-height: 60px;
				}
				#header .btn-list li a span:nth-child(1) {
					font-size: 1.5rem;
				}
				#header .btn-list li a span:nth-child(2) {
					font-size: 1.3rem;
				}
}
@media screen and (max-width: 767px) {
	#header .logo a {
		display: block;
		padding-top: 15px;
		height: 60px;
	}
		#header .logo a img {
			display: block;
			width: 150px;
			line-height: 1;
			margin-bottom: 6px;
		}
		#header .logo a .en {
			display: block;
			font-size: 1.2rem;
			margin-left: 0;
			line-height: 1;
		}

	#header .catch {
		display: none;
	}

	#header .btn-list li {
		width: 90px;
	}
}


	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* メニューボタン */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#menubtn {
	width: 80px;
	height: 80px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 15;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
	#menubtn .menu {
		display: block;
		position: relative;
		cursor: pointer;
		background: #fff;
		width: 80px;
		height: 80px;
	}
		#menubtn .menu .openbtn-area {
			transition: all .4s;
		}
			#menubtn .menu span {
				width: 40px;
				display: inline-block;
				transition: all .4s;
				border-radius: 1px;
				position: absolute;
				top: 50%;
				left: 50%;
				margin-left: -20px;
				height: 2px;
				background: #004DFF;
			}
			#menubtn .menu span:nth-of-type(1) {
				margin-top: -6px;
			}
			#menubtn .menu span:nth-of-type(2) {
				margin-top: 4px;
			}

		#menubtn .menu.active .openbtn-area {
			transform: rotateY(-360deg);
		}
			#menubtn .menu.active span  {
				background: #004DFF;
			}
			#menubtn .menu.active span:nth-of-type(1) {
				transform: translateY(6px) rotate(-155deg);
				margin-top: -6px;
			}
			#menubtn .menu.active span:nth-of-type(2) {
				transform: translateY(-6px) rotate(155deg);
				margin-top: 6px;
			}

.subspecies #menubtn .menu {
	background: #004DFF;
}
	.subspecies #menubtn .menu span {
		background: #fff;
	}
@media screen and (max-width: 1024px) {
	#menubtn {
		width: 60px;
		height: 60px;
	}
		#menubtn .menu {
			width: 60px;
			height: 60px;
		}
				#menubtn .menu span {
					width: 30px;
					margin-left: -15px;
				}
				#menubtn .menu span:nth-of-type(1) {
					margin-top: -5px;
				}
				#menubtn .menu span:nth-of-type(2) {
					margin-top: 3px;
				}
}
@media screen and (max-width: 767px) {
}


	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* メニュー展開 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#menubox {
	display: none;
	width: 100%;
	height: 100vh;
	background: rgba(255,255,255,1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
	#menubox .menunav {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		max-width: 1300px;
		padding: 0 5%;
		height: 100vh;
		margin: 0 auto;
	}
		#menubox .menunav .list .box {
			width: 30%;
			margin-right: 5%;
			margin-bottom: 60px;
		}
		#menubox .menunav .list .box:nth-child(3n) {
			margin-right: 0;
		}
		#menubox .menunav .list .box:nth-child(7),
		#menubox .menunav .list .box:nth-child(8) {
			margin-bottom: 0;
		}
			#menubox .menunav .list .box .head {
				font-size: 2.6rem;
				line-height: 0.7;
				color: #004DFF;
				border-bottom: solid 1px #ddd;
				margin-bottom: 20px;
			}

			#menubox .menunav .list .box ul.link li {
				margin-top: 10px;
			}
				#menubox .menunav .list .box ul.link li a {
					display: block;
					background: url("../img/icon_arrow_yellow.svg") no-repeat left top 2px  / 16px;
					padding-left: 23px;
					font-size: 1.5rem;
					font-weight: 500;
					color: #231815;
					line-height: 1.3em;
				}
				#menubox .menunav .list .box ul.link li a:hover {
					padding-left: 20px;
					color: #004DFF;
				}
				#menubox .menunav .list .box ul.link li.off a {
					pointer-events: none;
					background: none;
					padding-left: 0;
					opacity: 0.5;
				}
				#menubox .menunav .list .box ul.link li.gray {
					pointer-events: none;
					opacity: 0.3;
				}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
		#menubox .menunav {
			display: block;
			padding: 110px 7% 100px 7%;
			overflow-y: scroll;
			height: 100dvh;
		}
			#menubox .menunav .list {
				display: block;
				width: 100%;
			}
				#menubox .menunav .list .box {
					width: 100%;
					margin-right: 0;
					margin-bottom: 40px;
				}
				#menubox .menunav .list .box:nth-child(7) {
					margin-bottom: 40px;
				}
					#menubox .menunav .list .box .head {
						font-size: 2.0rem;
					}
}





	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ページタイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* pagetitle */
#pagetitle {
	padding-top: 100px;
	margin-bottom: 80px;
	overflow: hidden;
	position: relative;
}
	#pagetitle .breadcrumbs {
		font-size: 1.4rem;
		line-height: 1;
	}
		#pagetitle .breadcrumbs a {
			color: #DAE3F8;
			text-decoration: underline;
		}
		#pagetitle .breadcrumbs a:hover {
			text-decoration: none;
		}

	#pagetitle .text {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 60px 0 50px 0;
	}
		#pagetitle .text h1 {
			font-size: 5.0rem;
			font-weight: 700;
			line-height: 1.3em;
		}
			#pagetitle .text h1 span {
				display: block;
				margin-top: 5px;
				font-size: 3.0rem;
				line-height: 1;
			}

		#pagetitle .text .en {
			font-size: 1.6rem;
			font-weight: 700;
			line-height: 1;
			margin-top: 10px;
		}

	#pagetitle .marquee {
		display: flex;
		width: 100%;
		overflow: hidden;
		color: transparent;
		-webkit-text-stroke: 1px #fff;
	}
		#pagetitle .marquee .marquee__item {
			flex: 0 0 auto;
			overflow: hidden;
			font-size: 13.0rem;
			font-weight: 700;
			white-space: nowrap;
			line-height: 1;
			padding-right: 20px;
		}
		#pagetitle .marquee .marquee__item:nth-child(odd) {
			animation: loop 100s -50s linear infinite;
		}
		#pagetitle .marquee .marquee__item:nth-child(even) {
			animation: loop2 100s linear infinite;
		}
		@keyframes loop {
			0% {
				transform: translateX(100%);
			}
			to {
				transform: translateX(-100%);
			}
		}
		@keyframes loop2 {
			0% {
				transform: translateX(0);
			}
			to {
				transform: translateX(-200%);
			}
		}

	#pagetitle .loopSlider {
		width: 100%;
		height: 62px;
		position: absolute;
		bottom: 90px;
		left: 0;
		z-index: 2;
	}
		#pagetitle .loopSlider .loopslider_wrap {
			height: 62px;
			display: -webkit-flex;
			display: flex;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 1;
		}
			#pagetitle .loopSlider .loopslider_wrap ul {
				display: -webkit-flex;
				display: flex;
			}
				#pagetitle .loopSlider .loopslider_wrap ul li {
					width: 214px;
				}

/* title */
.title {
	margin-bottom: 40px;
}
	.title .en {
		width: 100%;
		display: inline-block;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1;
		margin-bottom: 10px;
		position: relative;
		z-index: 2;
	}
	.title .en:before {
		content: "";
		width: 100%;
		height: 1px;
		background: #BACEFF;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -0.5px;
		z-index: -1;
	}
		.title .en  span {
			padding-left: 20px;
			padding-right: 15px;
		}
		.title .en.yellow  span {
			background: #004DFF url("../img/title_motif_yellow.svg") no-repeat left center;
		}
		.title .en.blue  span {
			background: #fff url("../img/title_motif_blue.svg") no-repeat left center;
		}

	.title h2 {
		font-size: 4.0rem;
		font-weight: 700;
		line-height: 1.3em;
	}

/* h3-tit */
.h3-tit {
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.3em;
	margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
	/* pagetitle */
	#pagetitle {
		padding-top: 80px;
		margin-bottom: 9vw;
	}
		#pagetitle .breadcrumbs {
			font-size: 1.5vw;
		}

		#pagetitle .text {
			padding: 6vw 0 5vw 0;
		}
			#pagetitle .text h1 {
				font-size: 5.2vw;
			}
				#pagetitle .text h1 span {
					margin-top: 0.5vw;
					font-size: 3.4vw;
				}

			#pagetitle .text .en {
				font-size: 1.8vw;
				margin-top: 1.5vw;
			}

		#pagetitle .marquee .marquee__item {
			font-size: 12vw;
		}
	
		#pagetitle .loopSlider {
			height: 47px;
			bottom: 9vw;
		}
			#pagetitle .loopSlider .loopslider_wrap {
				height: 47px;
			}
				#pagetitle .loopSlider .loopslider_wrap ul li {
					width: 160px;
				}

	/* title */
	.title {
		margin-bottom: 4vw;
	}
		.title .en {
			font-size: 1.8vw;
			margin-bottom: 1vw;
		}
			.title .en  span {
				padding-left: 2vw;
				padding-right: 2vw;
			}
			.title .en.yellow  span {
				background: #004DFF url("../img/title_motif_yellow.svg") no-repeat left center / 1.3vw;
			}
			.title .en.blue  span {
				background: #fff url("../img/title_motif_blue.svg") no-repeat left center / 1.3vw;
			}

		.title h2 {
			font-size: 4.4vw;
		}

	/* h3-tit */
	.h3-tit {
		font-size: 3.4vw;
		margin-bottom: 1vw;
	}
}
@media screen and (max-width: 767px) {
	/* pagetitle */
	#pagetitle {
		margin-bottom: 14vw;
	}
		#pagetitle .breadcrumbs {
			font-size: 3.0vw;
		}

		#pagetitle .text {
			display: block;
			padding: 9vw 0 8vw 0;
		}
			#pagetitle .text h1 {
				font-size: 7.4vw;
				margin-bottom: 3vw;
			}
				#pagetitle .text h1 span {
					margin-top: 1vw;
					font-size: 5.0vw;
				}

			#pagetitle .text .en {
				font-size: 3.8vw;
				margin-top: 1.5vw;
			}

		#pagetitle .marquee .marquee__item {
			font-size: 18vw;
		}

		#pagetitle .loopSlider {
			height: 35px;
			bottom: 13vw;
		}
			#pagetitle .loopSlider .loopslider_wrap {
				height: 35px;
			}
				#pagetitle .loopSlider .loopslider_wrap ul li {
					width: 120px;
				}

	/* title */
	.title {
		margin-bottom: 6.5vw;
	}
		.title .en {
			font-size: 3.6vw;
			margin-bottom: 1vw;
		}
			.title .en  span {
				padding-left: 4.5vw;
				padding-right: 2.5vw;
			}
			.title .en.yellow  span {
				background: #004DFF url("../img/title_motif_yellow.svg") no-repeat left center / 3vw;
			}
			.title .en.blue  span {
				background: #fff url("../img/title_motif_blue.svg") no-repeat left center / 3vw;
			}

		.title h2 {
			font-size: 6.8vw;
		}

	/* h3-tit */
	.h3-tit {
		font-size: 5.4vw;
		margin-bottom: 2vw;
	}
}




	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* main */
#main {
	display: block;
}
.inner {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.inner_900 {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
.inner_full {
	width: 100%;
	position: relative;
}

/* img-over */
a .img-over {
	overflow: hidden;
}
	a .img-over img {
		-moz-transition: -moz-transform 0.2s linear;
		-webkit-transition: -webkit-transform 0.2s linear;
		-o-transition: -o-transform 0.2s linear;
		-ms-transition: -ms-transform 0.2s linear;
		transition: transform 0.2s linear;
	}
	a:hover .img-over img {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-o-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}

/* wrap */
.wrap-top {
	padding-top: 120px;
}
.wrap-bottom {
	padding-bottom: 120px;
}

/* txt */
.txt {
	font-size: 1.6rem;
	line-height: 2em;
}
.sub-txt {
	font-size: 1.3rem;
	line-height: 1.4em;
}
@media screen and (max-width: 1200px) {
	.inner {
		width: 100%;
		padding: 0 7%;
	}
	.inner_900 {
		width: 90vw;
	}
}
@media screen and (max-width: 1024px) {
	/* wrap */
	.wrap-top {
		padding-top: 12vw;
	}
	.wrap-bottom {
		padding-bottom: 12vw;
	}
	
	.inner_900 {
		width: 100%;
		padding: 0 7%;
	}

	/* txt */
	.txt {
		font-size: 2.0vw;
		line-height: 1.7em;
	}
	.sub-txt {
		font-size: 1.6vw;
		line-height: 1.7em;
	}
}
@media screen and (max-width: 767px) {
	.sp {
		display: block;
	}
	.pc {
		display: none !important;
	}

	/* wrap */
	.wrap-top {
		padding-top: 17vw;
	}
	.wrap-bottom {
		padding-bottom: 17vw;
	}

	/* txt */
	.txt {
		font-size: 3.8vw;
	}
	.sub-txt {
		font-size: 3.2vw;
	}
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* レコメンド */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#recommend {
	border-bottom: solid 1px #EAF0FF;
}
	#recommend h2 {
		text-align: center;
	}

	#recommend .list a.linkbox {
		width: 31%;
		margin-top: 30px;
		margin-right: 3.5%;
	}
	#recommend .list a.linkbox:nth-last-child(1) {
		margin-right: 0;
	}
		#recommend .list a.linkbox {
			display: block;
		}
			#recommend .list a.linkbox .pht {
				position: relative;
			}
				#recommend .list a.linkbox .pht .label {
					display: inline-block;
					background: #fff;
					font-size: 1.4rem;
					font-weight: 700;
					line-height: 1;
					padding: 6px 10px 3px 10px;
					position: absolute;
					bottom: 0;
					left: 0;
					z-index: 2;
				}

			#recommend .list a.linkbox h3 {
				margin-top: 15px;
				font-size: 1.8rem;
				font-weight: 700;
				line-height: 1.4em;
				padding-left: 25px;
				background: url("../img/icon_arrow_blue.svg") no-repeat left top 4px / 18px;
				transition: 0.3s;
				-webkit-transition: 0.3s;
			}
			#recommend .list a.linkbox:hover h3 {
				padding-left: 22px;
			}
@media screen and (max-width: 1024px) {
	#recommend .list a.linkbox {
		width: 47%;
		margin-top: 4vw;
		margin-right: 6%;
	}
	#recommend .list a.linkbox:nth-child(2n) {
		margin-right: 0;
	}
		#recommend .list a.linkbox .pht .label {
			font-size: 1.6vw;
			padding: 0.8vw 0.8vw 0.3vw 0.8vw;
		}

		#recommend .list a.linkbox h3 {
			margin-top: 1.5vw;
			font-size: 2.2vw;
			padding-left: 2.4vw;
			background: url("../img/icon_arrow_blue.svg") no-repeat left top 0.7vw / 1.8vw;
		}
		#recommend .list a.linkbox:hover h3 {
			padding-left: 2.0vw;
		}
}
@media screen and (max-width: 767px) {
	#recommend .list {
		display: block;
	}
		#recommend .list a.linkbox {
			width: 100%;
			margin-top: 7vw;
			margin-right: 0;
		}
			#recommend .list a.linkbox .pht .label {
				font-size: 3.2vw;
				padding: 1vw 1.5vw 0.6vw 1.5vw;
			}

			#recommend .list a.linkbox h3 {
				margin-top: 2.5vw;
				font-size: 4.0vw;
				padding-left: 5.4vw;
				background: url("../img/icon_arrow_blue.svg") no-repeat left top 0.8vw / 4vw;
			}
			#recommend .list a.linkbox:hover h3 {
				padding-left: 5.4vw;
			}
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	padding: 50px 0;
	border-top: solid 1px rgba(255,255,255,0.2);
}
	#footer .logo {
		width: 200px;
		margin-top: 15px;
	}
		#footer .logo span {
			display: block;
			font-size: 1.4rem;
			font-weight: 700;
			line-height: 1;
			margin-top: 3px;
		}

	#footer .text ul.link-list li {
		margin-right: 20px;
	}
	#footer .text ul.link-list li:nth-last-child(1) {
		margin-right: 0;
	}
		#footer .text ul.link-list li a {
			font-size: 1.3rem;
			color: #fff;
			line-height: 1;
		}
		#footer .text ul.link-list li a:hover {
			opacity: 0.7;
		}

	#footer .text .copyright {
		font-size: 1.2rem;
		font-weight: 400;
		line-height: 1;
		text-align: right;
		margin-top: 20px;
	}
@media screen and (max-width: 767px) {
	#footer {
		padding: 40px 0;
	}
		#footer .inner {
			display: block;
		}
			#footer .logo {
				text-align: center;
				margin: 0 auto 20px auto;
				margin-top: 0;
			}

			#footer .text {
				width: 100%;
			}
				#footer .text ul.link-list{
					justify-content: center;
					-ms-flex-wrap: wrap;
					flex-wrap: wrap;
				}
					#footer .text ul.link-list li {
						margin-right: 20px;
					}
					#footer .text ul.link-list li:nth-last-child(1) {
						margin-right: 0;
					}
						#footer .text ul.link-list li a {
							font-size: 1.3rem;
							line-height: 1;
						}
						#footer .text ul.link-list li a:hover {
							opacity: 0.7;
						}

				#footer .text .copyright {
					font-size: 1.1rem;
					text-align: center;
				}
}




/* img-wrap */
.img-wrap {
	opacity: 0;
}
.img-wrap.img-animation {
	animation: img-opacity 2s cubic-bezier(.4, 0, .2, 1);
	overflow: hidden;
	position: relative;
	opacity: 1;
}

.img-wrap.img-animation:before {
  animation: img-animation 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #004DFF;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@keyframes img-opacity {
  0% {
	opacity: 0;
  }
	
}
@keyframes img-animation {
  100% {
	transform: translateX(101%);
	opacity: 1;
  }
}