@charset "UTF-8";

h1,h2,h3,h4,h5,h6{
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}

.spview{display: none;}

@media screen and (max-width: 767px){
	.pcview{display: none;}
	.spview{display: block;}
}

.right {
	text-align: unset !important;
}


/* Layout
----------------------------------------*/
.wrapper:before,
.wrapper:after{
	content: "";
	display: block;
	clear: both;
}
.wrapper{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.wrapper img{
	width: 100%;
	height: auto;
}


/* mv
----------------------------------------*/
.mv{
	padding: 0 2% 20px;
	background: url(../images/bg-mv.png);
}
.mv > .inner{
	max-width: 1300px;
	margin: 0 auto;
	background: none;
	opacity: 0;
}
.mv > .inner.fade.on{
	opacity: 1;
	transition: 1.0s;
}
.mv > .inner > .inner{
	position: relative;
	max-width: 996px;
	height: 630px;
	margin: 0 auto;
}
.mv-title{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	/*max-width: 744px; volごとに調整*/
	margin: 0 auto;
	opacity: 0;
}
.mv-title.fade.on{
	bottom: 30px;
	opacity: 1;
	transition: 1.5s;
	transition-delay: 1.0s;
}
.mv-series{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 20.38152610441767%;
	max-width: 203px;
}
.mv-sponsor{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 1.4rem;
	line-height: 1.4;
	text-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
}

@media screen and (max-width: 767px){
	.mv > .inner.fade.on{
		transition: 0;
	}
	.mv > .inner > .inner{
		height: auto;
	}
	.mv-title{
		position: static;
		transform: none;
	}
	.mv-series{
		display: none;
	}
	.mv-sponsor{
		font-size: 1.3rem;
	}
}


/* navigation
----------------------------------------*/
.navigation{
	position: relative;
	padding: 0 5%;
	background: #e2efbc;
	border-top: solid 1px #004831;
	border-bottom: solid 1px #004831;
}
.navigation::after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	border-bottom: solid 1px transparent;
	transition: width 1.0s cubic-bezier(0.21, 0.6, 0.35, 1);
	z-index: 100;
}
.navigation.fade.on::after{
	width: 0;
	transition-delay: 1.0s;
}
.navigation > .inner{
	position: relative;
	max-width: 996px;
	margin-inline: auto;
}

.navigation-list{
	display: flex;
	flex-wrap: wrap;
	max-width: 996px;
	margin: 0 auto;
}
.navigation-list li{
	position: relative;
	width: 25%;
	padding: 15px 10px;
	list-style-type: none;
}
.navigation-list li::after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: calc(100% - 30px);
	background: #004831;
	content: "";
}
.navigation-list li:first-child:before{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 1px;
	height: calc(100% - 30px);
	background: #004831;
	content: "";
}
.navigation-list li:nth-of-type(1).fade-up{
	transition-delay: 2.0s;
}
.navigation-list li:nth-of-type(2).fade-up{
	transition-delay: 2.2s;
}
.navigation-list li:nth-of-type(3).fade-up{
	transition-delay: 2.4s;
}
.navigation-list li:nth-of-type(4).fade-up{
	transition-delay: 2.6s;
}
.navigation-list_shoulder{
	display: flex;
	justify-content: center;
}
.shoulder-number{
	display: flex;
	align-items: center;
	padding: 0.3em 0.6em;
	background: #004831;
	border: solid 2px #004831;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	white-space: nowrap;
}
.shoulder-category{
	/* display: inline-block; */
	display: flex;
	align-items: center;
	padding: 0.3em 0.6em;
	background: #fff;
	border: solid 2px #004831;
	color: #004831;
	font-size: 1.5rem;
	font-weight: 700;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	line-height: 1.2;
}
.navigation-list_title{
	margin: 10px 0;
	color: #004831;
	font-size: 1.5rem;
	font-weight: 700;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	line-height: 1.5;
}
.navigation-list_current{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.navigation-list_current::before{
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
  height: 0;
  border-style: solid;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 10px solid #004831;
  border-bottom: 0;
	content: "";
}
a.navigation-list_link{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	transition: 0.4s;
}
a.navigation-list_link:hover{
	opacity: 0.7;
}
a.navigation-list_link::before{
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
  height: 0;
  border-style: solid;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 10px solid transparent;
  border-bottom: 0;
	content: "";
}
a.navigation-list_link:hover::before{
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
  height: 0;
  border-style: solid;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 10px solid #004831;
  border-bottom: 0;
	content: "";
	transition: 0.4s;
}
.navigation-list_comingsoon > .navigation-list_shoulder,
.navigation-list_comingsoon > .navigation-list_title{
	opacity: 0.4;
}

.navigation .swiper {
	overflow: hidden;
}

.navigation .swiper-slide {
	position: relative;
	flex: 0 0 33.3%;
	height: auto;
	padding: 15px 10px;
}
.navigation .swiper-slide::after {
	content: "";
	position: absolute;
	inset: 15px 0;
	border-right: 1px solid #004831;
	border-left: 1px solid #004831;
	pointer-events: none;
}
.navigation .swiper-slide:not(.swiper-slide-active)::after {
	left: -1px;
}

.navigation .swiper-button-next,
.navigation .swiper-button-prev {
	--swiper-navigation-size: 24px;
	color: #004831;
}

.navigation .swiper-button-prev,
.swiper-container-rtl .navigation .swiper-button-next {
	left: -20px;
	right: auto;
}

.navigation .swiper-button-next,
.swiper-container-rtl .navigation .swiper-button-prev {
	right: -20px;
	left: auto;
}

@media screen and (max-width: 767px){
	.navigation-list li{
		width: 100%;
		padding: 10px 10px 8px;
	}
	.navigation-list_shoulder{
		justify-content: flex-start;
	}
	.shoulder-number{
		font-size: 1.3rem;
	}
	.shoulder-category{
		font-size: 1.3rem;
	}
	.navigation-list_title{
		margin: 8px 0 0;
		font-size: 1.3rem;
	}
	/* .navigation-list li:first-child::before{
		content: none;
	}
	.navigation-list li::after{
		top: 0;
		transform: none;
		right: 0;
		width: 100%;
		height: 1px;
	}
	.navigation-list li:first-child::after{
		content: none;
	}
	.navigation-list_current::before{
		top: 50%;
		left: calc(-2% + -11px);
		transform: translateX(0) translateY(-50%);
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		border-left: 10px solid #004831;
		border-right: 0;
	}
	a.navigation-list_link::before{
		top: 50%;
		left: calc(-2% + -11px);
		transform: translateX(0) translateY(-50%);
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		border-left: 10px solid transparent;
		border-right: 0;
	}
	a.navigation-list_link:hover::before{
		top: 50%;
		left: calc(-2% + -11px);
		transform: translateX(0) translateY(-50%);
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		border-left: 10px solid #004831;
		border-right: 0;
	} */

	.navigation .swiper-slide {
		flex-basis: 50%;
		padding: 10px;
	}
	.navigation .swiper-slide::after {
		inset: 10px 0;
	}

	.navigation .swiper-button-next,
	.navigation .swiper-button-prev {
		--swiper-navigation-size: 24px;
		color: #004831;
	}

	.navigation .swiper-button-prev,
	.swiper-container-rtl .navigation .swiper-button-next {
		left: -20px;
		right: auto;
	}

	.navigation .swiper-button-next,
	.swiper-container-rtl .navigation .swiper-button-prev {
		right: -20px;
		left: auto;
	}
}


/* lead
----------------------------------------*/
.lead{
	max-width: 996px;
	margin: 0 auto;
	padding: 50px 5%;
	border-bottom: solid 1px #004831;
}
.lead.fade-up{
	transition-delay: 2.0s;
}
.lead > .inner{
	max-width: 900px;
	margin: 0 auto;
}
.lead > .inner.fade-up{
	transition-delay: 1.0s;
}
.lead p{
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2;
}

@media screen and (max-width: 767px){
	.lead{
		padding: 30px 5%;
	}
	.lead p{
		font-size: 1.5rem;
	}
}


/* section
----------------------------------------*/
.section:before,
.section:after{
	content: "";
	display: block;
	clear: both;
}
.section{
	padding: 70px 5%;
}
.section:nth-child(odd){
	background: #f8f8f8;
}
.section > .inner{
	max-width: 900px;
	margin: 0 auto;
}
.section > .inner > .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section > .inner > .inner{
	margin-top: 1.3em;
}
.section-text{
	width: 51.11111111111111%;
}
.section-heading{
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 25px;
	color: #004831;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho", serif;
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.section-heading::before{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 90px;
	height: 3px;
	background: #c4d700;
	content: "";
}
.section p{
	margin-bottom: 1em;
	font-size: 1.6rem;
	line-height: 2;
}
.section p:last-of-type{
	margin-bottom: 0;
}
.section p.section-note{
	color: #666;
	font-size: 87.5%;
}
.section-name1{
	color: #ee7800;
	font-weight: 700;
}
.section-name2{
	color: #a4b300;
	font-weight: 700;
}

@media screen and (max-width: 767px){
	.section{
		padding: 50px 5%;
	}
	.section > .inner > .inner{
		margin-top: 0;
	}
	.section-heading{
		margin-bottom: 40px;
		padding-bottom: 15px;
		font-size: 2.6rem;
	}
	.section-heading::before{
		width: 20%;
	}
	.section-text{
		width: 100%;
	}
	.section p{
		font-size: 1.5rem;
	}
}


/* photo
----------------------------------------*/
.photo{
	width: 44.44444444444444%;
	margin-top: 8px;
}
.photo-caption{
	margin-top: 15px;
	font-size: 1.4rem;
	line-height: 1.8;
}
.photo-person{
	width: 44.44444444444444%;
	margin-top: 8px;
}
.photo-person-caption{
	position: relative;
	padding: 15px 0 15px 27px;
	font-size: 1.4rem;
	line-height: 1.8;
}
.photo-person-caption::before{
	position: absolute;
	top: 0;
	left: 10px;
	width: 2px;
	height: 100%;
	background: #ee7800;
	content: "";
}
.photo-person-caption.person1::before{
	background: #ee7800;
}
.photo-person-caption.person2::before{
	background: #c4d700;
}
.photo-person-caption span{
	font-size: 130%;
}
.photo-wide{
	position: relative;
	margin: 40px auto;
}
.photo-wide-caption{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 52%;
	height: auto;
	font-feature-settings: "palt";
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho", serif;
	font-style: italic;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 2;
}

@media screen and (max-width: 767px){
	.photo{
		width: 80%;
		margin: 30px auto;
	}
	.photo-caption{
		font-size: 1.3rem;
	}
	.photo-person{
		width: 100%;
		margin: 30px auto;
	}
	.photo-person-caption{
		font-size: 1.3rem;
	}
	.photo-wide{
		margin: 30px auto;
	}
	.photo-wide-caption{
		position: static;
		transform: none;
		width: 100%;
		margin-top: 15px;
		font-size: 1.4rem;
		line-height: 1.8;
	}
}


/* profile
----------------------------------------*/
.profile{
	padding: 70px 5%;
	border-top: solid 5px #e2efbc;
}
.profile > .inner{
	max-width: 900px;
	margin: 0 auto;
}
.profile-heading{
	display: flex;
  align-items: center;
  justify-content: center;
	margin-bottom: 40px;
	color: #004831;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho", serif;
	font-size: 3.0rem;
	font-weight: 700;
}
.profile-heading::before, .profile-heading::after{
  border-top: solid 2px #004831;
  content: "";
  width: 1.3em;
}
.profile-heading::before {
  margin-right: 0.3em;
}
.profile-heading::after {
  margin-left: 0.3em;
}
.profile-list{
	margin-top: 30px;
}
.profile-list + .profile-list{
	margin-top: 25px;
}
.profile-list p{
	margin-top: 10px;
	font-size: 1.4rem;
	line-height: 2;
}
.profile-list_name{
	padding: 0.45em 0 0.45em 0.68em;
	font-size: 2.2rem;
	font-weight: 500;
}
.profile-list_name.name1{
	border-left: solid 3px #ee7800;
}
.profile-list_name.name2{
	border-left: solid 3px #a4b300;
}

@media screen and (max-width: 767px){
	.profile{
		padding: 50px 5%;
	}
	.profile-heading{
		margin-bottom: 30px;
		font-size: 2.6rem;
	}
	.profile-list{
		margin-top: 20px;
	}
	.profile-list_name{
		font-size: 1.8rem;
	}
	.profile-list p{
		font-size: 1.3rem;
	}
}


/* link
----------------------------------------*/
.link{
	padding: 40px 5%;
	background: #e2efbc;
}
.link > .inner{
	display: flex;
	align-items: center;
	max-width: 800px;
	margin: 0 auto;
}
.link-heading{
	margin-right: 30px;
	color: #004831;
	font-size: 2.2rem;
	font-weight: 700;
	white-space: nowrap;
}
.link-list{
	padding: 30px 0 30px 30px;
	border-left: solid 1px #004831;
}
.link-list li{
	list-style-type: none;
	font-weight: 500;
	word-break: break-all;
}
.link-list li + li{
	margin-top: 40px;
}
.link-list li a{
	display: inline-block;
	position: relative;
	padding-left: 25px;
	color: inherit;
	font-size: 1.8rem;
	line-height: 1.6;
	text-decoration: none;
}
.link-list li a::before{
	position: absolute;
	top: 9px;
	left: 0;
	content: "";
	width: 9px;
	height: 9px;
	border-right: 2px solid #004831;
	border-bottom: 2px solid #004831;
	transform: rotate(-45deg);
}
.link-list li a:hover{
	text-decoration: underline;
}
.link-list li span{
	display: block;
}
.link-list li span + span{
	margin-top: 0.5em;
}

@media screen and (max-width: 767px){
	.link{
		padding: 30px 5%;
	}
	.link > .inner{
		flex-wrap: wrap;
	}
	.link-heading{
		font-size: 2.0rem;
	}
	.link-list{
		margin-top: 15px;
		padding: 15px 0 0;
		border-left: none;
		border-top: solid 1px #004831;
	}
	.link-list li + li{
		margin-top: 30px;
	}
	.link-list li a{
		padding-left: 20px;
		font-size: 1.5rem;
	}
	.link-list li a::before{
		top: 7px;
		width: 7px;
		height: 7px;
	}
}


/* pagetop
----------------------------------------*/
.pagetop{
	width: 60px;
	position: fixed;
	bottom: 2em;
	right: 2em;
	z-index: 999;
}
.pagetop a img{
	transition: 0.3s;
}
.pagetop a img:hover{
	opacity: 0.7;
}

@media screen and (max-width: 767px){
	.pagetop{
		width: 40px;
		bottom: 1em;
		right: 1em;
	}
}


/* fade
----------------------------------------*/
.fade-up{
	opacity: 0;
	transform: translateY(50px);
	transition: .8s;
}
.fade-down{
	opacity: 0;
	transform: translateY(-50px);
	transition: .8s;
}
.fade-left{
	opacity: 0;
	transform: translateX(-50px);
	transition: .8s;
}
.fade-right{
	opacity: 0;
	transform: translateX(50px);
	transition: .8s;
}
.fade-up.on,
.fade-down.on,
.fade-left.on,
.fade-right.on{
	opacity: 1;
	transform: translateX(0);
}
