@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@400;600&display=swap');

/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Kiwi Maru', serif;
font-family: 'Barlow Semi Condensed', sans-serif;
*/

html {
	font-size: 62.5%;
	height: 100%;
	overflow-y:scroll;
}
body {
	position: relative;
	background-color: #fff;
	color: #fff;
	font-family: 'Kiwi Maru', serif;
	font-weight: 400;
	line-height: 1.75;
	color: #333;
	width: 100%;
	height: 100%;
	text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
a {
	color: #004a95;
}
a:hover {
	color: #003061;
}
img.fix {
	width: 100%;
	height: auto;
}
figure img {
	display: block;
}

.content-wrap .content-wrap-inner {
	margin: 0 auto;
	padding: 0 5vw 10vw;
}
.content-wrap .content-wrap-inner p {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.8;
	text-align: left;
	margin: 1.75rem 0;
}
.content-wrap .content-wrap-inner .note {
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	margin: 1.5rem 0 0;
}
.content-wrap .content-wrap-inner .section-title {
	position: relative;
	text-align: center;
	margin: 0 auto;
}
.content-wrap .content-wrap-inner .section-title h1 {
	font-size: 6.0vw;
	font-weight: 500;
	line-height: 1.7;
	color: #384150;
}
.content-wrap .content-wrap-inner .section-title h1::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.content-wrap .content-wrap-inner .section-title h1::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.content-wrap .content-wrap-inner .section-title h1.orange::before {
	background: url('../images/title-bg01-1.png') no-repeat center left;
	background-size: contain;
}
.content-wrap .content-wrap-inner .section-title h1.orange::after {
	background: url('../images/title-bg01-2.png') no-repeat center right;
	background-size: contain;
}
.content-wrap .content-wrap-inner .section-title h1.blue::before {
	background: url('../images/title-bg02-1.png') no-repeat center left;
	background-size: contain;
}
.content-wrap .content-wrap-inner .section-title h1.blue::after {
	background: url('../images/title-bg02-2.png') no-repeat center right;
	background-size: contain;
}
.content-wrap .content-wrap-inner .section-title h1 em {
	background: -webkit-linear-gradient(transparent 70%, #ffff97 70%);
	background: linear-gradient(transparent 70%, #ffff97 70%);
}
.content-wrap .banner {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.content-wrap .banner figcaption {
	margin-top: 1rem;
	font-size: 1.6rem;
	font-weight: 500;
}
.content-wrap .section-body {
	position: relative;
	z-index: 2;
}
.content-wrap .photo {
	position: relative;
	width: 100%;
	height : 0;
	padding-bottom: 56.25%;
	margin-bottom: 1.5rem;
	background-color: #000;
	overflow: hidden;
}
.content-wrap .photo img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 1;
	object-fit: cover;
}
.content-wrap .more-play {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	cursor: pointer;
	opacity: 1;
}
.content-wrap .more-play span {
	color: #fff;
	font-size: 5rem;
	line-height: 1;
	white-space: nowrap;
}
@media only screen and (min-width: 480px) {
	.content-wrap .content-wrap-inner {
		padding: 0 2.5vw 7.5vw;
	}
	.content-wrap .content-wrap-inner p {
		margin: 2rem 0;
		font-size: 1.6rem;
	}
	.content-wrap .content-wrap-inner .section-title h1 {
		position: relative;
		display: inline-block;
		font-size: 4.0vw;
	}
	.content-wrap .content-wrap-inner .section-title h1::before {
		-webkit-transform: translateX(-32.5%);
		transform: translateX(-32.5%);
	}
	.content-wrap .content-wrap-inner .section-title h1::after {
		-webkit-transform: translateX(32.5%);
		transform: translateX(32.5%);
	}
	.content-wrap .banner {
		width: 65vw;
	}
	.content-wrap .banner figcaption {
		margin-top: 1.5rem;
		font-size: 1.8rem;
	}
	.content-wrap .photo {
		margin-bottom: 2.5rem;
	}
}
@media only screen and (min-width: 1025px) {
	.content-wrap .content-wrap-inner {
		padding: 0 2rem 8.5rem;
		max-width: 1100px;
		margin: 0 auto;
	}
	.content-wrap .content-wrap-inner p {
		margin: 2.5rem 0;
	}
	.content-wrap .content-wrap-inner .section-title h1 {
		font-size: 3.8rem;
	}
	.content-wrap .content-wrap-inner .section-title h1::before {
		-webkit-transform: translateX(-40%);
		transform: translateX(-40%);
	}
	.content-wrap .content-wrap-inner .section-title h1::after {
		-webkit-transform: translateX(40%);
		transform: translateX(40%);
	}
	.content-wrap .photo img {
		-webkit-transition: linear 0.25s all;
		transition: linear 0.25s all;
	}
	.content-wrap .photo img:hover {
		transform: scale(1.1);
		opacity: 0.3;
	}
	.content-wrap .banner {
		width: 640px;
	}

	a img {
		opacity: 1;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	a:hover img {
		opacity: 0.75;
	}
	a .image-zoom {
		display: block;
		overflow: hidden;
		width: 100%;
		height: auto;
	}
	a .image-zoom img {
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		overflow: hidden;
	}
	a:hover .image-zoom img{
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
}


/*--------------------------*/
/* リンクボタン */
/*--------------------------*/
.link-btn {
	text-align: center;
	margin-top: 1rem;
}
.link-btn a,
.link-btn span {
	position: relative;
	display: block;
	text-align: center;
	font-size: 4vw;
	font-weight: 500;
	color: #fff;
	line-height: 6rem;
	margin-top: 1rem;
	background-color: #004a95;
	border-radius: 0.75rem;
}
.link-btn a::after,
.link-btn span::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 2rem;
	width: 1.2rem;
	height: 1.2rem;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
@media only screen and (min-width: 480px) {
	.link-btn {
		margin-top: 1.5rem;
	}
	.link-btn a,
	.link-btn span {
		max-width: 400px;
		font-size: 1.8rem;
		line-height: 7rem;
		padding: 0 4.5rem;
		margin-left: auto;
		margin-right: auto;
	}
	.link-btn a::after,
	.link-btn span::after {
		right: 2.5rem;
		width: 1.4rem;
		height: 1.4rem;
	}
}
@media only screen and (min-width: 1025px) {
	.link-btn a,
	.link-btn span {
		font-size: 2rem;
		line-height: 8rem;
		max-width: 480px;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		opacity: 1;
	}
	.link-btn a:hover,
	.link-btn span:hover {
		opacity: 0.5;
	}
	.link-btn a::after,
	.link-btn span::after {
		right: 3rem;
		width: 1.8rem;
		height: 1.8rem;
	}
}

/*--------------------------*/
/* Youtube埋め込み*/
/*--------------------------*/
 .youtube-area {
	margin-top: 2rem;
	padding-top: 2rem;
}
.youtube-area .youtube-area-inner span {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 56.25%;
}
.youtube-area .youtube-area-inner span iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
@media only screen and (min-width: 1025px) {

}

/*--------------------------*/
/* ヘッダー */
/*--------------------------*/
.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 12.5vw;
	z-index: 100;
	background-color: rgba(255, 255, 255, 0.85);
}
.header-inner {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-between;
	align-items: center;
}
.header-inner .logo,
.header-inner .logo h1 {
	width: 35vw;
	height: auto;
	margin-left: 1.5vw;
}
.header-inner .sns-link ul {
	display: flex;
	margin-right: 2vw;
}
.header-inner .sns-link ul li {
	width: 6vw;
	margin-left: 2vw;
}
@media only screen and (min-width: 480px) {
	.header {
		height: 9vw;
	}
	.header-inner .logo,
	.header-inner .logo h1 {
		width: 25vw;
	}
	.header-inner .sns-link ul li {
		width: 3vw;
		margin-left: 1rem;
	}
}
@media only screen and (min-width: 1025px) {
	.header {
		height: 80px;
	}
	.header-inner {
		max-width: 1200px;
		margin: 0 auto;
	}
	.header-inner .logo,
	.header-inner .logo h1 {
		width: 220px;
	}
	.header-inner .sns-link ul li {
		width: 28px;
		margin-left: 1.5rem;
	}
}

/*--------------------------*/
/* ページTOPボタン */
/*--------------------------*/
#page-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 700;
}
#page-top a {
	position: relative;
	display: block;
	width: 42px;
	height: 42px;
	text-decoration: none;
	background-color: rgba(0, 74, 149, 0.85);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#page-top a::before{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 14px;
	height: 14px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: translateY(-30%) translateX(-50%) rotate(-45deg);
	transform: translateY(-30%) translateX(-50%) rotate(-45deg);
}
#page-top a:hover {
	text-decoration: none;
	opacity: .5;
}
@media only screen and (min-width: 480px) {
	#page-top a {
		width: 58px;
		height: 58px;
	}
	#page-top a::before{
		width: 16px;
		height: 16px;
	}
}
@media only screen and (min-width: 1025px) {

}

/*--------------------------*/
/* フッター */
/*--------------------------*/
#footer {
	background-color: #fff;
	border-top: 5px solid #ee847d;
	padding: 2.5rem 0 3.5rem;
}
#footer .share-title {
	text-align: center;
	margin-bottom: 1.5rem;
}
#footer .share-title em {
	display: inline-block;
	position: relative;
	font-size: 1.4rem;
	font-weight: 400;
	color: #ee847d;
	padding: 0 1.5rem;
}
#footer .share-title em::before {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	left: 0;
	width: 0;
	height: 25px;
	border-left: 2px solid #ee847d;
	transform: rotate(-25deg);
}
#footer .share-title em::after {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	right: 0;
	width: 0;
	height: 25px;
	border-left: 2px solid #ee847d;
	transform: rotate(25deg);
}
#footer .footer-sns-nav {
	display: flex;
	justify-content: center;
}
#footer .footer-sns-nav > li {
	width: 4.0rem;
	margin: 0 1rem;
}
#footer h2 {
	width: 35vw;
	max-width: 200px;
	margin: 3.5rem auto 1.5rem;
}
#footer .copy {
	text-align: center;
	font-size: 1.2rem;
	font-family: 'Barlow Semi Condensed', sans-serif;
}
@media only screen and (min-width: 480px) {
	#footer {
		padding: 3rem 0 4rem;
	}
	#footer .share-title {
		margin-bottom: 2rem;
	}
	#footer .share-title em {
		font-size: 1.5rem;
		padding: 0 2rem;
	}
	#footer .copy {
		font-size: 1.3rem;
	}
}
@media only screen and (min-width: 1025px) {
	#footer .share-title {
		margin-bottom: 2.5rem;
	}
	#footer .footer-sns-nav > li {
		width: 4.5rem;
		margin: 0 1.5rem;
	}
}

/*--------------------------*/
/* ローディング */
/*--------------------------*/
#loading {
	width: 100vw;
	height: 100vh;
	height: 100dvh;
	background-color: #004a93;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.loader {
	position: absolute;
	color: #4392e0;
	font-size: 14px;
	top: 50%;
	left: 50%;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	text-indent: -9999em;
	-webkit-animation: load4 1.3s infinite linear;
	animation: load4 1.3s infinite linear;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.loader::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	display: block;
	width: 160px;
	height: 24px;
	background: url('../images/loading-logo.png') no-repeat center center;
	background-size: cover;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
@-webkit-keyframes load4 {
	0%,
	100% {
		box-shadow: 0 -4.5em 0 0.3em, 3em -3em 0 0em, 4.5em 0 0 -1.5em, 3em 3em 0 -1.5em, 0 4.5em 0 -1.5em, -3em 3em 0 -1.5em, -4.5em 0 0 -1.5em, -3em -3em 0 0;
	}
	12.5% {
		box-shadow: 0 -4.5em 0 0, 3em -3em 0 0.3em, 4.5em 0 0 0, 3em 3em 0 -1.5em, 0 4.5em 0 -1.5em, -3em 3em 0 -1.5em, -4.5em 0 0 -1.5em, -3em -3em 0 -1.5em;
	}
	25% {
		box-shadow: 0 -4.5em 0 -0.5em, 3em -3em 0 0, 4.5em 0 0 0.3em, 3em 3em 0 0, 0 4.5em 0 -1.5em, -3em 3em 0 -1.5em, -4.5em 0 0 -1.5em, -3em -3em 0 -1.5em;
	}
	37.5% {
		box-shadow: 0 -4.5em 0 -1.5em, 3em -3em 0 -1.5em, 4.5em 0em 0 0, 3em 3em 0 0.3em, 0 4.5em 0 0em, -3em 3em 0 -1.5em, -4.5em 0em 0 -1.5em, -3em -3em 0 -1.5em;
	}
	50% {
		box-shadow: 0 -4.5em 0 -1.5em, 3em -3em 0 -1.5em, 4.5em 0 0 -1.5em, 3em 3em 0 0em, 0 4.5em 0 0.3em, -3em 3em 0 0, -4.5em 0em 0 -1.5em, -3em -3em 0 -1.5em;
	}
	62.5% {
		box-shadow: 0 -4.5em 0 -1.5em, 3em -3em 0 -1.5em, 4.5em 0 0 -1.5em, 3em 3em 0 -1.5em, 0 4.5em 0 0, -3em 3em 0 0.3em, -4.5em 0 0 0, -3em -3em 0 -1.5em;
	}
	75% {
		box-shadow: 0em -4.5em 0 -1.5em, 3em -3em 0 -1.5em, 4.5em 0em 0 -1.5em, 3em 3em 0 -1.5em, 0 4.5em 0 -1.5em, -3em 3em 0 0, -4.5em 0em 0 0.3em, -3em -3em 0 0;
	}
	87.5% {
		box-shadow: 0em -4.5em 0 0, 3em -3em 0 -1.5em, 4.5em 0 0 -1.5em, 3em 3em 0 -1.5em, 0 4.5em 0 -1.5em, -3em 3em 0 0, -4.5em 0em 0 0, -3em -3em 0 0.3em;
	}
}
@keyframes load4 {
	0%,
	100% {
		box-shadow: 0 -4.5em 0 0.3em, 3em -3em 0 0em, 4.5em 0 0 -1.5em, 3em 3em 0 -1.5em, 0 4.5em 0 -1.5em, -3em 3em 0 -1.5em, -4.5em 0 0 -1.5em, -3em -3em 0 0;
	}
	12.5% {
		box-shadow: 0 -4.5em 0 0, 3em -3em 0 0.3em, 4.5em 0 0 0, 3em 3em 0 -1.5em, 0 4.5em 0 -1.5em, -3em 3em 0 -1.5em, -4.5em 0 0 -1.5em, -3em -3em 0 -1.5em;
	}
	25% {
		box-shadow: 0 -4.5em 0 -0.5em, 3em -3em 0 0, 4.5em 0 0 0.3em, 3em 3em 0 0, 0 4.5em 0 -1.5em, -3em 3em 0 -1.5em, -4.5em 0 0 -1.5em, -3em -3em 0 -1.5em;
	}
	37.5% {
		box-shadow: 0 -4.5em 0 -1.5em, 3em -3em 0 -1.5em, 4.5em 0em 0 0, 3em 3em 0 0.3em, 0 4.5em 0 0em, -3em 3em 0 -1.5em, -4.5em 0em 0 -1.5em, -3em -3em 0 -1.5em;
	}
	50% {
		box-shadow: 0 -4.5em 0 -1.5em, 3em -3em 0 -1.5em, 4.5em 0 0 -1.5em, 3em 3em 0 0em, 0 4.5em 0 0.3em, -3em 3em 0 0, -4.5em 0em 0 -1.5em, -3em -3em 0 -1.5em;
	}
	62.5% {
		box-shadow: 0 -4.5em 0 -1.5em, 3em -3em 0 -1.5em, 4.5em 0 0 -1.5em, 3em 3em 0 -1.5em, 0 4.5em 0 0, -3em 3em 0 0.3em, -4.5em 0 0 0, -3em -3em 0 -1.5em;
	}
	75% {
		box-shadow: 0em -4.5em 0 -1.5em, 3em -3em 0 -1.5em, 4.5em 0em 0 -1.5em, 3em 3em 0 -1.5em, 0 4.5em 0 -1.5em, -3em 3em 0 0, -4.5em 0em 0 0.3em, -3em -3em 0 0;
	}
	87.5% {
		box-shadow: 0em -4.5em 0 0, 3em -3em 0 -1.5em, 4.5em 0 0 -1.5em, 3em 3em 0 -1.5em, 0 4.5em 0 -1.5em, -3em 3em 0 0, -4.5em 0em 0 0, -3em -3em 0 0.3em;
	}
}
