/*header
----------------------------------------------------------------------------------------------------*/
ul.carousel-indicators {
	display: none !important;
}
#eye {
	position: relative;
	overflow: hidden;
	height:56vw;
}
@media (min-width:768px) {
	#eye {
		height:922px;
	}
}
#eye > *:not(.slider) {
	position: absolute;
}
#eye .svg-container {
	bottom: 90px;
	width: 100%;
	aspect-ratio: 1920 / 505.46;
}
#move {
	animation: key1 0.5s ease infinite alternate;
}
@keyframes key1 {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-10px);
	}
}
#eye .svg-content {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#eye > .youtube {
	background-color: #fff;
}
div.catch {
	background-color:#fff;
	margin:0 0 3rem;
	z-index: 2;
	line-height: 1.3;
}
div.catch p.catch-text strong {
	color: #4c78c9;
	display: inline-block;
	animation: vertical_5704 5s ease infinite;
	transform-origin: 50% 50%;
}
div.catch p.catch-text {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 700;
	padding: 0.5rem 2rem;
	color:#333;
}
@media (min-width: 576px) {
	div.catch p.catch-text {
		font-size: 2rem;
	}
} .cover {
	bottom: 0px;
	left: 0;
	right: 0;
	width: 100%;
}
#eye > div.info_banner {
	bottom: 15px;
	left: 15px;
	z-index: 2;
	cursor: pointer;
}
#eye > div.info_banner a > img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#eye > div.info_banner a:hover > img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: 'alpha(opacity=70)';
}
#topnews .modal-content {
	border: 5px solid #578ecf;
	border-radius: 0;
}
#topnews .modal-header h2 {
	width: 100%;
	text-align: center;
	color: #00399f;
}

@media (min-width: 768px) {
	#eye > div.info_banner {
		width: auto;
	}
	#eye > div.info_banner {
		bottom: 0;
		width: 150px;
	}
	#eye > .cover {
		bottom: 89px;
		left: 0;
		right: 0;
	}
}

#eye > div.scroll {
	height: 90px;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
}
#eye > div.scroll a {
	display: flex;
	justify-content: center;
	position: relative;
	align-items: center;
}
#eye > div.scroll a > div {
	z-index: 2;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	padding: 0px 10px;
	margin-right: 3px;
}
#eye > div.scroll a > div span {
	position: relative;
	top: 0;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 2px solid #707070;
	border-radius: 50px;
	box-sizing: border-box;
}
#eye > div.scroll a > div span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #707070;
	border-radius: 100%;
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.mainvisual {
	position: relative;
	padding: 0;
	width: 100%;
}
.mainvisual > div {
	max-width: inherit !important;
	width: 100%;
}
.mainvisual__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mainvisual iframe {
	margin: auto !important;
	width: 100% !important;
	height: 100% !important;
	max-width: inherit !important;
}

/* 
layout
----------------------------------------------------------------------------------------------------*/
main {
	overflow: hidden;
}

#index section .wrap {
	margin: 8% 0 8%;
}
@media (min-width: 768px) {
	#index section .wrap {
		position: relative;
		margin: 0 0 10%;
	}
	#index section .wrap:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 120%;
		height: 88%;
		margin: 1% -10% 0;
		background: #bed6ff;
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
		-webkit-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
		transform: rotate(3deg);
		z-index: -2;
	}
	#index section .wrap:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 120%;
		height: 88%;
		margin: 1% -10% 0;
		background: #fffdf8;
		-webkit-transform-origin: right center;
		-ms-transform-origin: right center;
		transform-origin: right center;
		-webkit-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
		transform: rotate(-3deg);
		z-index: -1;
		border-top: 1px solid #ededed;
		border-bottom: 1px solid #ededed;
	}
	#index section .wrap_inner {
		box-sizing: boder-box;
		width: 100%;
		height: 100%;
		margin: 0 auto;
		padding: 110px 10px 120px;
	}

	section#sns .wrap:before {
		background: #a6e48d;
	}
	section#sns .wrap:after {
		background: #fafafa;
	}
	section#feature .wrap:before {
		background: #e1e1e1;
	}
	section#feature .wrap:after {
		background: #00399f;
	}
	section#schedule .wrap:before {
		background: #67dcc8;
	}
	section#schedule .wrap:after {
		background: #ffffff;
	}
	section#access .wrap:before {
		background: #578ecf;
	}
	section#access .wrap:after {
		background: #ffffff;
	}
}

@media (min-width: 992px) {
	section div.wrap_inner > div {
		padding-top: 3em;
	}
}

#index section h2 {
	text-align: left;
	letter-spacing: 0.1em;
	font-weight: 700;
	font-weight: normal;
	position: relative;
	padding: 0;
	font-size: 2.2rem;
	margin: 0em;
}
#index section h2 svg {
	width: 100%;
}
#index section#sns h2 {
	color: #a6e48d;
}
#index section#info h2 {
	color: #bed6ff;
}
#index section#feature h2 {
	color: #00399f;
}
#index section#schedule h2 {
	color: #67dcc8;
}
#index section#access h2 {
	color: #578ecf;
}
@media (min-width: 768px) {
	#index section h2 {
		text-align: center;
		padding: 0 15px;
		margin-bottom: 0.5em;
	}
	#index section h2 svg {
		display: none;
	}
	#index section h2:before {
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		display: inline-block;
		margin-right: 0.3em;
		font-size: 1.2em;
	}
	#index section#sns h2:before {
		color: #a6e48d;
		content: '\f083';
	}
	#index section#info h2:before {
		color: #bed6ff;
		content: '\f08d';
		-webkit-transform: rotate(-20deg);
		-moz-transform: rotate(-20deg);
		transform: rotate(-20deg);
	}
	#index section#feature h2:before {
		color: #00399f;
		content: '\f164';
	}
	#index section#schedule h2:before {
		color: #67dcc8;
		content: '\f073';
	}
	#index section#access h2:before {
		color: #578ecf;
		content: '\f5a0';
	}
}

.badge {
	font-size: smaller;
	font-weight: normal;
	border-radius: 0;
	line-height: inherit;
}
.btn {
	border-radius: 50px;
}

#info div.news {
	border: none;
	background-color: #ffffff;
}
main #info div.news h3:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	display: inline-block;
	margin-right: 0.3em;
	font-size: 2.2rem;
	line-height: 1;
	color: #bed6ff;
	content: '\f0e0';
}
@media (min-width: 768px) {
	#info div.news {
		border: 1px solid #bed6ff;
	}
	main #info div.news h3:before {
		display: block;
		margin: 0 auto;
	}
}
section#info div.pickup {
	margin-bottom: 20px;
}
section#info div.pickup .badge {
	color: #9a9a9a;
}
section#info div.pickup strong {
	font-weight: normal;
	color: #9a9a9a;
}
main section#info div.pickup h3 {
	margin: 0.8rem 0;
}
@media (min-width: 992px) {
	section#info div.pickup {
		margin-bottom: 0;
	}
}

div.wrap.iconmenu {
	background-color: #f9f9f9;
	padding: 4em 0;
	margin: 0 0 10%;
}
.iconmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
}
.iconmenu ul > li {
	flex-basis: 16.66%;
	max-width: 16.66%;
	display: flex;
	justify-content: center;
}
.iconmenu ul > li > a {
	color: #00399f !important;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}
.iconmenu ul > li > a:hover {
	text-decoration: none;
	color: #333333 !important;
}
.iconmenu a svg {
	fill: #00399f;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 10px;
}
.iconmenu a:hover svg {
	fill: #333333;
}
.iconmenu ul > li:last-child span {
	display: none;
}
@media (max-width: 768px) {
	div.wrap.iconmenu {
		background-color: #ffffff;
		padding: 0;
	}
	div.wrap.iconmenu > div {
		max-width: 100%;
		padding: 0;
	}
	.iconmenu ul {
		flex-direction: column;
	}
	.iconmenu ul > li {
		flex-basis: auto;
		max-width: none;
		flex-grow: 1;
		justify-content: flex-start;
	}
	.iconmenu ul > li > a {
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		flex-grow: 1;
		padding: 15px 30px;
		border-bottom: 1px solid #d8e6ff;
	}
	.iconmenu ul > li:first-child > a {
		border-top: 1px solid #d8e6ff;
	}
	.iconmenu ul > li > a:hover {
		background-color: #00399f;
		color: #ffffff !important;
	}
	.iconmenu a:hover svg {
		fill: #ffffff;
	}
	.iconmenu ul > li span {
		display: block !important;
		font-size: 1.5rem;
	}
	.iconmenu a svg {
		width: 25px;
		height: auto;
		margin: 0 10px 0 0;
	}
}

section#feature .wrap_inner > div {
	color: #002f84;
}
section#feature ul {
	list-style-type: none;
	margin: 30px 0;
	padding: 0;
	counter-reset: count;
}
section#feature ul li {
	counter-increment: count;
	padding-left: 40px;
	margin: 0 0 15px;
	position: relative;
	font-size: 1.65rem;
}
section#feature ul li:before {
	content: counter(count);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	font-size: 2em;
	color: #002f84;
	line-height: 0.5;
}
section#feature .btn {
	color: #00399f;
	border: 2px solid #00399f;
	position: relative;
	padding: 0.375rem 1rem;
	position: relative;
}
section#feature .btn:hover {
	color: #ffffff;
	background-color: #00399f;
	border: 2px solid #00399f;
}
section#feature iframe {
	display: block;
	padding: 15px;
	background-color: #002f84;
	margin-bottom: 30px;
}
section#feature div.row > div {
	min-height: 0%;
}
@media (min-width: 768px) {
	section#feature .wrap_inner > div {
		color: #ffffff;
	}
	section#feature ul li:before {
		color: #ffffff;
	}
	section#feature .btn {
		color: #ffffff;
		border: 2px solid #ffffff;
	}
	section#feature .btn:hover {
		color: #00399f;
		background-color: #ffffff;
		border: 2px solid #ffffff;
	}
}
@media (min-width: 1200px) {
	section#feature .wrap:after {
		background: #00399f url(img/bg_wall.png) center
			center no-repeat;
		background-size: auto 100%;
	}
	section#feature .wrap_inner > div {
		padding-top: 5em;
		padding-bottom: 10em;
	}
	section#feature ul {
		margin: 0 0 30px;
	}
	section#feature ul li:before {
		line-height: 1;
	}
	section#feature ul li span {
		border-bottom: 2px solid #ffffff;
		display: table;
		padding-right: 50px;
		position: relative;
	}
	section#feature ul li span:after {
		position: absolute;
		content: '';
		background-color: #ffffff;
		width: 3px;
		height: 80%;
		bottom: 0;
		right: 0;
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	section#feature .btn::before {
		content: '';
		position: absolute;
		bottom: -25px;
		right: 40px;
		width: 0;
		height: 0;
		border-top: 25px solid #ffffff;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		transform-origin: left top;
		transform: skewX(40deg);
	}
	section#feature .btn::after {
		content: '';
		position: absolute;
		bottom: -21px;
		right: 43px;
		width: 0;
		height: 0;
		border-top: 25px solid #00399f;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		transform-origin: left top;
		transform: skewX(40deg);
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	section#feature .btn:hover::after {
		border-top: 25px solid #ffffff;
	}
}

section#schedule ul {
	list-style-type: none;
	margin: 10px 0 0;
	padding: 0;
	position: relative;
	z-index: 2;
}
section#schedule ul li {
	color: #797979;
}
section#schedule ul li:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f067';
	font-weight: 900;
	margin-right: 10px;
	color: #797979;
	display: inline-block;
}

section#access .wrap {
	margin-bottom: 0;
}
@media (min-width: 576px) {
	section#access .wrap {
		margin-bottom: 10%;
	}
}

.dog {
	position: absolute;
	bottom: 20px;
	z-index: 0;
}
.dog.dog_sch {
	left: 5%;
}
.dog.dog_acc {
	right: 5%;
}


#eye #video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
#eye video {
	position: absolute;
	top: 50%;
	left: 50%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}

/* ミュートボタン */
#mute-toggle {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 10;
	background: rgba(0,0,0,0.5);
	border: none;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	transition: background 0.2s;
}
#mute-toggle:hover {
	background: rgba(0,0,0,0.7);
}

@media (max-width: 600px) {
	#mute-toggle {
		width: 40px;
		height: 40px;
		font-size: 20px;
		top: 8px;
		right: 8px;
	}
}
