/* ===========================================
 * top use css
=========================================== */

/*メインビジュアル*/
#top_slider{
	width: 100%;
	overflow: hidden;
	position: relative;
}
#slide_desc{
	width: 1088px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% ,-50%);
	z-index: 10;
}
#slide_desc h1{
	color: #FDFCF8;
	font-size: 40px;
	font-weight: 400;
}
#slide_desc p{
	color: #FDFCF8;
	font-size: 20px;
	margin-top: 40px; 
}
@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}
.swiper-slide {
  position: relative;
}

.swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000; /* 黒 */
  mix-blend-mode: multiply; /* ← ここが乗算 */
  opacity: 0.32; /* 濃さ調整 */
  z-index: 1;
}

.swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}



#top_event {
	width: 100%;
	padding: 100px 0 60px;
	background: #F0EDE6;
}
#top_eventInner {
}
#top_eventInner h2.main_title{
	font-size: 12px;
	line-height: normal;
	color: #3E3F40;
}
#top_eventInner h2.main_title span{
	color: #010005;
	display: block;
	font-size: 44px;
	font-weight: 700;
}
#top_eventInner h2.main_title span::first-letter{
	color: #B40019;
}
#top_eventInner ul{
	margin: 50px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	column-gap: 40px;
}

#top_eventInner ul li{
	width: 336px;	
}
#top_eventInner ul li .top_eventInner_img{
	width: 336px;
	height: 208px;
  overflow: hidden;
	margin-bottom: 10px;
}
#top_eventInner ul li .top_eventInner_img img{
	width: 336px;
	height: 208px;
	object-fit: cover;
  transition: transform .6s ease;
}
#top_eventInner ul li .top_eventInner_img:hover img{
	transform: scale(1.1);
}
#top_eventInner ul li .top_eventInner_text .cat_box{
	display: flex;
	justify-content: space-between;
}
#top_eventInner ul li .top_eventInner_text span.cat{
	font-size: 12px;
	border: 1px solid #4A4A4A;
	padding: 0px 5px;
}
#top_eventInner ul li .top_eventInner_text p.tag{
	font-size: 13px;
	text-align: right;
}
#top_eventInner ul li .top_eventInner_text h3.title{
	font-size: 15px;
	line-height: normal;
	margin: 5px 0;
}
#top_eventInner ul li .top_eventInner_text p.period{
	font-size: 13px;
}

#top_event_btn {
	width: 156px;
    height: 40px;
    background: #FDFCF8;
    border-radius: 20px;
    font-size: 12px;
    position: relative;
    border: 1px solid #071926;
	margin-left: auto;
}
#top_event_btn a{
	padding-left: 20px;
	line-height: 40px;
    display: block;
    color: #010005;
	font-weight: 700;
}
#top_event_btn::after{
	content: "";
    background: url(../img/common/arrow.svg) no-repeat center top /cover;
    width: 6px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 14px;
}
#top_event_btn:hover {
	opacity: .7;
}


#top_news {
	width: 100%;
	padding: 100px 0 120px;
}
#top_newsInner {
}
#top_newsInner h2.main_title{
	font-size: 12px;
	line-height: normal;
	color: #3E3F40;
}
#top_newsInner h2.main_title span{
	color: #010005;
	display: block;
	font-size: 44px;
	font-weight: 700;
}
#top_newsInner h2.main_title span::first-letter{
	color: #B40019;
}
#top_newsInner ul{
	margin: 40px 0 70px;
	list-style: none;
	border-top: 1px solid #D0D0D0;
}
#top_newsInner ul li{
	border-bottom: 1px solid #D0D0D0;
	font-size: 15px;
	position: relative;
}
#top_newsInner ul li::after{
	content: "";
    background: url(../img/common/arrow.svg) no-repeat center top /cover;
    width: 8px;
    height: 14px;
    position: absolute;
    right: 20px;
    top: 29px;
}
#top_newsInner ul li a{
	padding: 20px;
	color: #071926;
	display: block;
}
#top_newsInner ul li a:hover{
	opacity: .7;
	background: #F0EDE6;
}
#top_newsInner ul li span.title{
	font-size: 15px;
}
#top_newsInner ul li span.date{
	margin-right: 40px;
	font-size: 12px;
}

#top_news_btn {
	width: 156px;
    height: 40px;
    background: #FDFCF8;
    border-radius: 20px;
    font-size: 12px;
    position: relative;
    border: 1px solid #071926;
	margin-left: auto;
}
#top_news_btn a{
	padding-left: 20px;
	line-height: 40px;
    display: block;
    color: #010005;
	font-weight: 700;
}
#top_news_btn::after{
	content: "";
    background: url(../img/common/arrow.svg) no-repeat center top /cover;
    width: 6px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 14px;
}
#top_news_btn:hover {
	opacity: .7;
}


#top_concept {
	width: 100%;
	padding: 150px 0;
	background: url("../img/top/concept_bg.jpg") center top no-repeat;
	background-size: cover;
}
#top_conceptInner .content{
	width: 1440px;
}
#top_conceptInner .block{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: 176px;
}
#top_conceptInner .block .img_box{
	width: 715px;
	height: 715px;
}
#top_conceptInner .block .img_box img{
	width: 715px;
	height: 715px;
	object-fit: cover;
}
#top_conceptInner .block .text_box{
	width: 461px;
}
#top_conceptInner .block .text_box h2{
	font-size: 28px;
	line-height: 44px;
}
#top_conceptInner .block .text_box p{
	font-size: 15px;
	line-height: 2.6em;
	letter-spacing: .1em;
	margin: 50px 0;
}

#top_conceptInner .block .text_box .btn {
	width: 214px;
    height: 40px;
    background: #FDFCF8;
    border-radius: 20px;
    font-size: 12px;
    position: relative;
    border: 1px solid #071926;
	margin-left: auto;
	letter-spacing: normal;
}
#top_conceptInner .block .text_box .btn a{
	padding-left: 20px;
	line-height: 40px;
    display: block;
    color: #010005;
}
#top_conceptInner .block .text_box .btn::after{
	content: "";
    background: url(../img/common/arrow.svg) no-repeat center top /cover;
    width: 6px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 14px;
}
#top_conceptInner .block .text_box .btn:hover {
	opacity: .7;
}



#top_gallery {
	padding: 160px 0;
	background: #323336;
}
#top_galleryInner {
}
#top_galleryInner h2.main_title{
	font-size: 12px;
	line-height: normal;
	color: #FDFCF8;
}
#top_galleryInner h2.main_title span{
	color: #FDFCF8;
	display: block;
	font-size: 44px;
	font-weight: 700;
}
#top_galleryInner h2.main_title span::first-letter{
	color: #B40019;
}

#top_galleryInner .block{
	margin: 50px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#top_galleryInner .block .first_img{
	width: 712px;
	height: 386px;
	overflow: hidden;
}
#top_galleryInner .block .first_img img{
	width: 712px;
	height: 386px;
	object-fit: cover;
	transition: transform .6s ease;
}
#top_galleryInner .block .first_img:hover img{
	transform: scale(1.1);
}
#top_galleryInner .block .first_desc{
	width: 336px;
}
#top_galleryInner .block .first_desc p.area{
	color: #FDFCF8;
	font-size: 14px;
}
#top_galleryInner .block .first_desc h3.title{
	color: #FDFCF8;
	font-size: 20px;
	margin-top: 30px;
}

#top_galleryInner ul{
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
}
#top_galleryInner ul li{
	width: 336px;
	margin-bottom: 50px;
}
.top_galleryInner_img{
	width: 336px;
	height: 208px;
	overflow: hidden;
}

.top_galleryInner_img img{
	width: 336px;
	height: 208px;
	object-fit: cover;
	transition: transform .6s ease;
}
.top_galleryInner_img:hover img{
	transform: scale(1.1);
}

.top_galleryInner_desc{
	width: 336px;
	margin-top: 10px;
}
.top_galleryInner_desc p.area{
	font-size: 12px;
	color: #FDFCF8;
}
.top_galleryInner_desc h3.title{
	font-size: 14px;
	color: #FDFCF8;
}

#top_gallery_btn {
	width: 156px;
    height: 40px;
    background: #FDFCF8;
    border-radius: 20px;
    font-size: 12px;
    position: relative;
    border: 1px solid #071926;
	margin-left: auto;
}
#top_gallery_btn a{
	padding-left: 20px;
	line-height: 40px;
    display: block;
    color: #010005;
	font-weight: 700;
}
#top_gallery_btn::after{
	content: "";
    background: url(../img/common/arrow.svg) no-repeat center top /cover;
    width: 6px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 14px;
}
#top_gallery_btn:hover {
	opacity: .7;
}


#top_firststep {
	padding: 140px 0 0;
}
#top_firststepInner {
}

#top_firststepInner .block{
	width: 1088px;
	height: 304px;
	position: relative;
}
#top_firststepInner .block .img_box{
	width: 1088px;
	height: 304px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#top_firststepInner .block .img_box img{
	width: 1088px;
	height: 304px;
	object-fit: cover;
	transition: transform .6s ease;
}
#top_firststepInner .block:hover .img_box img{
	transform: scale(1.1);
}
#top_firststepInner .block .text_box{
	width: 1088px;
	height: 304px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: flex;
	align-items: center;
}
#top_firststepInner .block .text_box h2{
	font-size: 12px;
	line-height: normal;
	color: #FDFCF8;
	margin-left: 50px;
}
#top_firststepInner .block .text_box h2 span{
	color: #FDFCF8;
	display: block;
	font-size: 44px;
	font-weight: 700;
}
#top_firststepInner .block .text_box h2 span::first-letter{
	color: #B40019;
}


#top_philosophy {
	padding: 120px 0 0;
}
#top_philosophyInner {
}
#top_philosophyInner h2.main_title{
	font-size: 12px;
	line-height: normal;
	color: #3E3F40;
}
#top_philosophyInner h2.main_title span{
	color: #010005;
	display: block;
	font-size: 44px;
	font-weight: 700;
}
#top_philosophyInner h2.main_title span::first-letter{
	color: #B40019;
}
#top_philosophyInner .block{
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
#top_philosophyInner .block .box{
	width: 670px;
	height: 414px;
	position: relative;
}
#top_philosophyInner .block .box .img_box{
	width: 670px;
	height: 414px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#top_philosophyInner .block .box .img_box::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(1, 0, 5, 0.3); /* ← 30% */
	mix-blend-mode: multiply; /* ← 乗算 */
	pointer-events: none; /* ← hover邪魔しない */
}
#top_philosophyInner .block .box .img_box img{
	width: 670px;
	height: 414px;
	object-fit: cover;
	transition: transform .6s ease;
}
#top_philosophyInner .block .box:hover .img_box img{
	transform: scale(1.1);
}
#top_philosophyInner .block .box .text_box{
	width: 670px;
	height: 414px;
	box-sizing: border-box;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	color: #FDFCF8;
	text-align: center;
	padding-top: 170px;
}
#top_philosophyInner .block a:nth-of-type(3) .box .text_box{
	padding-top: 118px;
}
#top_philosophyInner .block .box .text_box h3{
	font-size: 14px;
}
#top_philosophyInner .block .box .text_box h3 span{
	font-size: 20px;
	display: block;
	letter-spacing: .2em;
}
#top_philosophyInner .block .box .text_box ul.spec {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 20px;
}

#top_philosophyInner .block .box .text_box ul.spec li {
	text-align: center;
	position: relative;
	width: 130px;
}

#top_philosophyInner .block .box .text_box ul.spec li::after {
	content: "";
	position: absolute;
	right: -5px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 88px;
	background: #FDFCF8;
}
#top_philosophyInner .block .box .text_box ul.spec li:first-of-type::before{
	content: "";
	position: absolute;
	left: -5px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 88px;
	background: #FDFCF8;
}
#top_philosophyInner .block .box .text_box ul.spec li span{
	font-size: 15px;
	display: block;
	height: 28px;
	font-weight: 600;
}
#top_philosophyInner .block .box .text_box ul.spec li:nth-of-type(3) span{
	font-size: 12px;
	line-height: normal;
}
#top_philosophyInner .block .box .text_box ul.spec li:nth-of-type(4) span{
	height: auto;
}
#top_philosophyInner .block .box .text_box ul.spec li strong {
	display: block;
	font-size: 30px;
}


#top_philosophyInner .block .box .text_box .btn{
	font-size: 16px;
	font-weight: 700;
	position: relative;
	margin-top: 100px;
}
#top_philosophyInner .block a:nth-of-type(3) .box .text_box .btn{
	margin-top: 50px;
}
#top_philosophyInner .block .box .text_box .btn::before{
	content: "";
	position: absolute;
	background: url("../img/common/long_arrow.svg") no-repeat center top / cover;
	width: 132px;
	height: 7px;
	bottom: -5px;
}



#top_community {
	padding: 140px 0;
}
#top_communityInner {
}

#top_communityInner .block{
	width: 1088px;
	height: 304px;
	position: relative;
}
#top_communityInner .block .img_box{
	width: 1088px;
	height: 304px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#top_communityInner .block .img_box::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(1, 0, 5, 0.3); /* ← 30% */
	mix-blend-mode: multiply; /* ← 乗算 */
	pointer-events: none; /* ← hover邪魔しない */
}
#top_communityInner .block .img_box img{
	width: 1088px;
	height: 304px;
	object-fit: cover;
	transition: transform .6s ease;
}
#top_communityInner .block:hover .img_box img{
	transform: scale(1.1);
}
#top_communityInner .block .text_box{
	width: 1088px;
	height: 304px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: flex;
	align-items: center;
}
#top_communityInner .block .text_box h2{
	font-size: 12px;
	line-height: normal;
	color: #FDFCF8;
	margin-left: 50px;
}
#top_communityInner .block .text_box h2 span{
	color: #FDFCF8;
	display: block;
	font-size: 44px;
	font-weight: 700;
}
#top_communityInner .block .text_box h2 span::first-letter{
	color: #B40019;
}



#top_link {
	padding: 60px 0;
	background: #F0EDE6;
}
#top_linkInner {
}
#top_linkInner .block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top_linkInner .block .box{
	width: 542px;
	height: 304px;
	position: relative;
}
#top_linkInner .block .box .img_box{
	width: 542px;
	height: 304px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#top_linkInner .block .box .img_box::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(1, 0, 5, 0.3); /* ← 30% */
	mix-blend-mode: multiply; /* ← 乗算 */
	pointer-events: none; /* ← hover邪魔しない */
}
#top_linkInner .block .box .img_box img{
	width: 542px;
	height: 304px;
	object-fit: cover;
	transition: transform .6s ease;
}
#top_linkInner .block .box:hover .img_box img{
	transform: scale(1.1);
}
#top_linkInner .block .box .text_box{
	width: 542px;
	height: 304px;
	box-sizing: border-box;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: flex;
	align-items: center;
}
#top_linkInner .block .box .text_box h2{
	font-size: 12px;
	line-height: normal;
	color: #FDFCF8;
	margin-left: 50px;
}
#top_linkInner h2 span{
	color: #FDFCF8;
	display: block;
	font-size: 44px;
	font-weight: 700;
}
#top_linkInner h2 span::first-letter{
	color: #B40019;
}




#top_about {
	padding: 150px 0 0;
}
#top_aboutInner {
}
#top_aboutInner h2.main_title{
	font-size: 12px;
	line-height: normal;
	color: #3E3F40;
}
#top_aboutInner h2.main_title span{
	color: #010005;
	display: block;
	font-size: 44px;
	font-weight: 700;
}
#top_aboutInner h2.main_title span::first-letter{
	color: #B40019;
}
#top_aboutInner .block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
#top_aboutInner .block .box{
	width: 444px;
	height: 272px;
	position: relative;
}
#top_aboutInner .block .box .img_box{
	width: 444px;
	height: 272px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#top_aboutInner .block .box .img_box::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(1, 0, 5, 0.3); /* ← 30% */
	mix-blend-mode: multiply; /* ← 乗算 */
	pointer-events: none; /* ← hover邪魔しない */
}
#top_aboutInner .block .box .img_box img{
	width: 444px;
	height: 272px;
	object-fit: cover;
	transition: transform .6s ease;
}
#top_aboutInner .block .box:hover .img_box img{
	transform: scale(1.1);
}
#top_aboutInner .block .box .text_box{
	width: 444px;
	height: 272px;
	box-sizing: border-box;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	color: #FDFCF8;
	display: flex;
	justify-content: center;
	align-items: center;
}
#top_aboutInner .block .box .text_box h3{
	font-size: 14px;
	text-align:center; 
}
#top_aboutInner .block .box .text_box h3 span{
	font-size: 20px;
	display: block;
	letter-spacing: .2em;
}



#top_external{
	padding: 150px 0;
}
#top_externalInner {
}

#top_externalInner ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
}
#top_externalInner ul li{
	width: 168px;
	height: 71px;
}
#top_externalInner ul li img{
	width: 168px;
	height: 71px;
	object-fit: cover;
}
#top_externalInner ul li img:hover{
	opacity: .7;
}


@media screen and (max-width:640px){
	

/*メインビジュアル*/
	#top_slider{
		width: 100%;
		height: 100vh;
		overflow: hidden;
		position: relative;
	}
	#slide_desc{
		width: 580px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50% ,-50%);
		z-index: 10;
	}
	#slide_desc h1{
		color: #FDFCF8;
		font-size: 38px;
	}
	#slide_desc p{
		color: #FDFCF8;
		font-size: 24px;
		margin-top: 20px; 
	}
	@keyframes zoomUp {
	  0% {
		transform: scale(1.15);
	  }
	  100% {
		transform: scale(1);
	  }
	}
	.swiper-slide-active .swiper-img,
	.swiper-slide-duplicate-active .swiper-img,
	.swiper-slide-prev .swiper-img {
	  animation: zoomUp 7s linear 0s normal both;
	}
	.swiper-slide {
	  position: relative;
	}

	.swiper-slide::after {
	  content: "";
	  position: absolute;
	  inset: 0;
	  background: #000; /* 黒 */
	  mix-blend-mode: multiply; /* ← ここが乗算 */
	  opacity: 0.32; /* 濃さ調整 */
	  z-index: 1;
	}

	.swiper-slide img {
	  width: 100%;
	  height: 100vh;
	  object-fit: cover;
	}



	#top_event {
		width: 100%;
		padding: 100px 0 100px;
		background: #F0EDE6;
	}
	#top_eventInner {
	}
	#top_eventInner h2.main_title{
		font-size: 20px;
		line-height: normal;
		color: #3E3F40;
	}
	#top_eventInner h2.main_title span{
		color: #010005;
		display: block;
		font-size: 58px;
		font-weight: 700;
	}
	#top_eventInner h2.main_title span::first-letter{
		color: #B40019;
	}
	#top_eventInner ul{
		margin: 50px 0;
		display: block;
		flex-wrap: wrap;
		justify-content:flex-start;
		column-gap: 40px;
	}

	#top_eventInner ul li{
		width: 580px;
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid #D0D0D0;
		padding: 40px 0;
	}
	#top_eventInner ul li:last-of-type{
		border-bottom: 0;
	}
	#top_eventInner ul li .top_eventInner_img{
		width: 280px;
		height: 198px;
	  overflow: hidden;
		margin-bottom: 0;
	}
	#top_eventInner ul li .top_eventInner_img img{
		width: 280px;
		height: 198px;
		object-fit: cover;
	  transition: transform .6s ease;
	}
	#top_eventInner ul li .top_eventInner_img:hover img{
		transform: scale(1.1);
	}
	#top_eventInner ul li .top_eventInner_text{
		width: 280px;
	}
	#top_eventInner ul li .top_eventInner_text .cat_box{
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	#top_eventInner ul li .top_eventInner_text p.cat{
		font-size: 16px;
		border: 1px solid #4A4A4A;
		padding: 0px 7px;
	}
	#top_eventInner ul li .top_eventInner_text p.tag{
		display: none;
		font-size: 13px;
		text-align: right;
	}
	#top_eventInner ul li .top_eventInner_text h3.title{
		font-size: 24px;
		line-height: normal;
		margin: 5px 0;
	}
	#top_eventInner ul li .top_eventInner_text p.period{
		font-size: 20px;
	}

	#top_event_btn {
		width: 280px;
		height: 70px;
		background: #FDFCF8;
		border-radius: 35px;
		font-size: 20px;
		position: relative;
		border: 1px solid #071926;
		margin-left: auto;
		margin-right: auto;
	}
	#top_event_btn a{
		padding-left: 40px;
		line-height: 70px;
		display: block;
		color: #010005;
		font-weight: 700;
	}
	#top_event_btn::after{
		content: "";
		background: url(../img/common/arrow.svg) no-repeat center top /cover;
		width: 11px;
		height: 20px;
		position: absolute;
		right: 30px;
		top: 25px;
	}
	#top_event_btn:hover {
		opacity: .7;
	}


	#top_news {
		width: 100%;
		padding: 100px 0 120px;
	}
	#top_newsInner {
	}
	#top_newsInner h2.main_title{
		font-size: 20px;
		line-height: normal;
		color: #3E3F40;
	}
	#top_newsInner h2.main_title span{
		color: #010005;
		display: block;
		font-size: 58px;
		font-weight: 700;
	}
	#top_newsInner h2.main_title span::first-letter{
		color: #B40019;
	}
	#top_newsInner ul{
		margin: 70px 0 70px;
		list-style: none;
		border-top: 1px solid #D0D0D0;
	}
	#top_newsInner ul li{
		border-bottom: 1px solid #D0D0D0;
		font-size: 15px;
		position: relative;
		padding-right: 30px;
	}
	#top_newsInner ul li::after{
		content: "";
		background: url(../img/common/arrow.svg) no-repeat center top /cover;
		width: 12px;
		height: 20px;
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
	}
	#top_newsInner ul li a{
		padding: 20px;
		color: #071926;
		display: block;
	}
	#top_newsInner ul li a:hover{
		opacity: .7;
		background: #F0EDE6;
	}
	#top_newsInner ul li span.title{
		font-size: 24px;
		display: block;
	}
	#top_newsInner ul li span.date{
		margin-right: 40px;
		font-size: 20px;
	}

	#top_news_btn {
		width: 280px;
		height: 70px;
		background: #FDFCF8;
		border-radius: 35px;
		font-size: 20px;
		position: relative;
		border: 1px solid #071926;
		margin-left: auto;
		margin-right: auto;
	}
	#top_news_btn a{
		padding-left: 40px;
		line-height: 70px;
		display: block;
		color: #010005;
		font-weight: 700;
	}
	#top_news_btn::after{
		content: "";
		background: url(../img/common/arrow.svg) no-repeat center top /cover;
		width: 11px;
		height: 20px;
		position: absolute;
		right: 30px;
		top: 25px;
	}
	#top_news_btn:hover {
		opacity: .7;
	}


	#top_concept {
		width: 100%;
		padding: 90px 0;
		background: url("../img/top/concept_bg.jpg") center top no-repeat;
		background-size: cover;
	}
	#top_conceptInner .content{
		width: 640px;
	}
	#top_conceptInner .block{
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		margin-left: 0;
	}
	#top_conceptInner .block .img_box{
		order: 1;
		width: 610px;
		height: 610px;
		margin-left: auto;
		margin-bottom: 90px;
	}
	#top_conceptInner .block .img_box img{
		width: 610px;
		height: 610px;
		object-fit: cover;
	}
	#top_conceptInner .block .text_box{
		order: 2;
		width: 580px;
	}
	#top_conceptInner .block .text_box h2{
		font-size: 34px;
		line-height: 58px;
	}
	#top_conceptInner .block .text_box p{
		font-size: 24px;
		line-height: 1.6em;
		letter-spacing: .1em;
		margin: 50px 0;
	}

	#top_conceptInner .block .text_box .btn {
		width: 360px;
		height: 70px;
		background: #FDFCF8;
		border-radius: 35px;
		font-size: 20px;
		position: relative;
		border: 1px solid #071926;
		margin-left: auto;
		margin-right: auto;
		letter-spacing: normal;
	}
	#top_conceptInner .block .text_box .btn a{
		padding-left: 40px;
		line-height: 70px;
		display: block;
		color: #010005;
	}
	#top_conceptInner .block .text_box .btn::after{
		content: "";
		background: url(../img/common/arrow.svg) no-repeat center top /cover;
		width: 11px;
		height: 20px;
		position: absolute;
		right: 30px;
		top: 25px;
	}
	#top_conceptInner .block .text_box .btn:hover {
		opacity: .7;
	}



	#top_gallery {
		padding: 100px 0;
		background: #323336;
	}
	#top_galleryInner {
	}
	#top_galleryInner h2.main_title{
		font-size: 20px;
		line-height: normal;
		color: #FDFCF8;
	}
	#top_galleryInner h2.main_title span{
		color: #FDFCF8;
		display: block;
		font-size: 58px;
		font-weight: 700;
	}
	#top_galleryInner h2.main_title span::first-letter{
		color: #B40019;
	}

	#top_galleryInner .block{
		margin: 70px 0;
		display: block;
		justify-content: space-between;
		align-items: center;
	}
	#top_galleryInner .block .first_img{
		width: 580px;
		height: 315px;
		overflow: hidden;
	}
	#top_galleryInner .block .first_img img{
		width: 580px;
		height: 315px;
		object-fit: cover;
		transition: transform .6s ease;
	}
	#top_galleryInner .block .first_img:hover img{
		transform: scale(1.1);
	}
	#top_galleryInner .block .first_desc{
		width: 580px;
		margin-top: 40px;
	}
	#top_galleryInner .block .first_desc p.area{
		color: #FDFCF8;
		font-size: 20px;
	}
	#top_galleryInner .block .first_desc h3.title{
		color: #FDFCF8;
		font-size: 30px;
		margin-top: 10px;
	}

	#top_galleryInner ul{
		display: flex;
		flex-wrap: wrap;
		column-gap: 28px;
	}
	#top_galleryInner ul li{
		width: 276px;
		margin-bottom: 40px;
	}
	.top_galleryInner_img{
		width: 276px;
		height: 170px;
		overflow: hidden;
	}

	.top_galleryInner_img img{
		width: 276px;
		height: 170px;
		object-fit: cover;
		transition: transform .6s ease;
	}
	.top_galleryInner_img:hover img{
		transform: scale(1.1);
	}

	.top_galleryInner_desc{
		width: 280px;
		margin-top: 10px;
	}
	.top_galleryInner_desc p.area{
		font-size: 20px;
		color: #FDFCF8;
	}
	.top_galleryInner_desc h3.title{
		font-size: 24px;
		color: #FDFCF8;
	}

	#top_gallery_btn {
		width: 280px;
		height: 70px;
		background: #FDFCF8;
		border-radius: 35px;
		font-size: 20px;
		position: relative;
		border: 1px solid #071926;
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
	}
	#top_gallery_btn a{
		padding-left: 40px;
		line-height: 70px;
		display: block;
		color: #010005;
		font-weight: 700;
	}
	#top_gallery_btn::after{
		content: "";
		background: url(../img/common/arrow.svg) no-repeat center top /cover;
		width: 11px;
		height: 20px;
		position: absolute;
		right: 30px;
		top: 25px;
	}
	#top_gallery_btn:hover {
		opacity: .7;
	}


	#top_firststep {
		padding: 90px 0 0;
	}
	#top_firststepInner {
	}

	#top_firststepInner .block{
		width: 580px;
		height: 208px;
		position: relative;
	}
	#top_firststepInner .block .img_box{
		width: 580px;
		height: 208px;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}
	#top_firststepInner .block .img_box img{
		width: 580px;
		height: 208px;
		object-fit: cover;
		transition: transform .6s ease;
	}
	#top_firststepInner .block:hover .img_box img{
		transform: scale(1.1);
	}
	#top_firststepInner .block .text_box{
		width: 580px;
		height: 208px;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		display: flex;
		align-items: center;
	}
	#top_firststepInner .block .text_box h2{
		font-size: 20px;
		line-height: normal;
		color: #FDFCF8;
		margin-left: 20px;
	}
	#top_firststepInner .block .text_box h2 span{
		color: #FDFCF8;
		display: block;
		font-size: 28px;
		font-weight: 700;
	}
	#top_firststepInner .block .text_box h2 span::first-letter{
		color: #B40019;
	}


	#top_philosophy {
		padding: 120px 0 90px;
	}
	#top_philosophyInner {
	}
	#top_philosophyInner h2.main_title{
		font-size: 20px;
		line-height: normal;
		color: #3E3F40;
	}
	#top_philosophyInner h2.main_title span{
		color: #010005;
		display: block;
		font-size: 58px;
		font-weight: 700;
	}
	#top_philosophyInner h2.main_title span::first-letter{
		color: #B40019;
	}
	#top_philosophyInner .block{
		display: block;
		flex-wrap: wrap;
		margin-top: 70px;
	}
	#top_philosophyInner .block .box{
		width: 580px;
		height: 359px;
		position: relative;
	}
	#top_philosophyInner .block .box .img_box{
		width: 580px;
		height: 359px;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}
	#top_philosophyInner .block .box .img_box::after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(1, 0, 5, 0.3); /* ← 30% */
		mix-blend-mode: multiply; /* ← 乗算 */
		pointer-events: none; /* ← hover邪魔しない */
	}
	#top_philosophyInner .block .box .img_box img{
		width: 580px;
		height: 359px;
		object-fit: cover;
		transition: transform .6s ease;
	}
	#top_philosophyInner .block .box:hover .img_box img{
		transform: scale(1.1);
	}
	#top_philosophyInner .block .box .text_box{
		width: 580px;
		height: 359px;
		box-sizing: border-box;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		color: #FDFCF8;
		text-align: center;
		padding-top: 130px;
	}
	#top_philosophyInner .block a:nth-of-type(3) .box .text_box{
		padding-top: 35px;
	}
	#top_philosophyInner .block .box .text_box h3{
		font-size: 20px;
	}
	#top_philosophyInner .block .box .text_box h3 span{
		font-size: 34px;
		display: block;
		letter-spacing: .2em;
	}
	#top_philosophyInner .block .box .text_box ul.spec {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
		margin-top: 20px;
	}

	#top_philosophyInner .block .box .text_box ul.spec li {
		text-align: center;
		position: relative;
		width: 120px;
	}

	#top_philosophyInner .block .box .text_box ul.spec li::after {
		content: "";
		position: absolute;
		right: -5px;
		top: 50%;
		transform: translateY(-50%);
		width: 1px;
		height: 88px;
		background: #FDFCF8;
	}
	#top_philosophyInner .block .box .text_box ul.spec li:first-of-type::before{
		content: "";
		position: absolute;
		left: -5px;
		top: 50%;
		transform: translateY(-50%);
		width: 1px;
		height: 88px;
		background: #FDFCF8;
	}
	#top_philosophyInner .block .box .text_box ul.spec li span{
		font-size: 18px;
		display: block;
		height: 40px;
		font-weight: 400;
	}
	#top_philosophyInner .block .box .text_box ul.spec li:nth-of-type(3) span{
		font-size: 14px;
		line-height: normal;
	}
	#top_philosophyInner .block .box .text_box ul.spec li:nth-of-type(4) span{
		height: auto;
		line-height: normal;
	}
	#top_philosophyInner .block .box .text_box ul.spec li strong {
		display: block;
		font-size: 34px;
	}


	#top_philosophyInner .block .box .text_box .btn{
		font-size: 22px;
		font-weight: 700;
		position: relative;
		margin-top: 30px;
	}
	#top_philosophyInner .block a:nth-of-type(3) .box .text_box .btn{
		margin-top: 30px;
	}
	#top_philosophyInner .block .box .text_box .btn::before{
		content: "";
		position: absolute;
		background: url("../img/common/long_arrow.svg") no-repeat center top / cover;
		width: 180px;
		height: 10px;
		bottom: -5px;
	}



	#top_community {
		padding: 90px 0 0;
		background: #F0EDE6;
	}
	#top_communityInner {
	}

	#top_communityInner .block{
		width: 580px;
		height: 208px;
		position: relative;
	}
	#top_communityInner .block .img_box{
		width: 580px;
		height: 208px;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}
	#top_communityInner .block .img_box::after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(1, 0, 5, 0.3); /* ← 30% */
		mix-blend-mode: multiply; /* ← 乗算 */
		pointer-events: none; /* ← hover邪魔しない */
	}
	#top_communityInner .block .img_box img{
		width: 580px;
		height: 208px;
		object-fit: cover;
		transition: transform .6s ease;
	}
	#top_communityInner .block:hover .img_box img{
		transform: scale(1.1);
	}
	#top_communityInner .block .text_box{
		width: 580px;
		height: 208px;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		display: flex;
		align-items: center;
	}
	#top_communityInner .block .text_box h2{
		font-size: 20px;
		line-height: normal;
		color: #FDFCF8;
		margin-left: 20px;
	}
	#top_communityInner .block .text_box h2 span{
		color: #FDFCF8;
		display: block;
		font-size: 28px;
		font-weight: 700;
	}
	#top_communityInner .block .text_box h2 span::first-letter{
		color: #B40019;
	}



	#top_link {
		padding: 40px 0 90px;
		background: #F0EDE6;
	}
	#top_linkInner {
	}
	#top_linkInner .block{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#top_linkInner .block .box{
		width: 288px;
		height: 160px;
		position: relative;
	}
	#top_linkInner .block .box .img_box{
		width: 288px;
		height: 160px;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}
	#top_linkInner .block .box .img_box::after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(1, 0, 5, 0.3); /* ← 30% */
		mix-blend-mode: multiply; /* ← 乗算 */
		pointer-events: none; /* ← hover邪魔しない */
	}
	#top_linkInner .block .box .img_box img{
		width: 288px;
		height: 160px;
		object-fit: cover;
		transition: transform .6s ease;
	}
	#top_linkInner .block .box:hover .img_box img{
		transform: scale(1.1);
	}
	#top_linkInner .block .box .text_box{
		width: 288px;
		height: 160px;
		box-sizing: border-box;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		display: flex;
		align-items: center;
	}
	#top_linkInner .block .box .text_box h2{
		font-size: 20px;
		line-height: normal;
		color: #FDFCF8;
		margin-left: 20px;
	}
	#top_linkInner h2 span{
		color: #FDFCF8;
		display: block;
		font-size: 28px;
		font-weight: 700;
	}
	#top_linkInner h2 span::first-letter{
		color: #B40019;
	}




	#top_about {
		padding: 90px 0 0;
	}
	#top_aboutInner {
	}
	#top_aboutInner h2.main_title{
		font-size: 20px;
		line-height: normal;
		color: #3E3F40;
	}
	#top_aboutInner h2.main_title span{
		color: #010005;
		display: block;
		font-size: 58px;
		font-weight: 700;
	}
	#top_aboutInner h2.main_title span::first-letter{
		color: #B40019;
	}
	#top_aboutInner .block{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 70px;
	}
	#top_aboutInner .block .box{
		width: 288px;
		height: 173px;
		position: relative;
	}
	#top_aboutInner .block a:last-of-type .box{
		width: 580px;
		height: 97px;
		margin-top: 40px;
	}
	#top_aboutInner .block .box .img_box{
		width: 288px;
		height: 173px;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}
	#top_aboutInner .block a:last-of-type .box .img_box{
		width: 580px;
		height: 97px;
	}
	#top_aboutInner .block .box .img_box::after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(1, 0, 5, 0.3); /* ← 30% */
		mix-blend-mode: multiply; /* ← 乗算 */
		pointer-events: none; /* ← hover邪魔しない */
	}
	#top_aboutInner .block .box .img_box img{
		width: 288px;
		height: 173px;
		object-fit: cover;
		transition: transform .6s ease;
	}
	#top_aboutInner .block a:last-of-type .box .img_box img{
		width: 580px;
		height: 97px;
	}
	#top_aboutInner .block .box:hover .img_box img{
		transform: scale(1.1);
	}
	#top_aboutInner .block .box .text_box{
		width: 288px;
		height: 173px;
		box-sizing: border-box;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		color: #FDFCF8;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#top_aboutInner .block a:last-of-type .box .text_box{
		width: 580px;
		height: 97px;
	}
	#top_aboutInner .block .box .text_box h3{
		font-size: 20px;
		text-align:center; 
	}
	#top_aboutInner .block a:last-of-type .box .text_box h3{
		line-height: normal;
	}
	#top_aboutInner .block .box .text_box h3 span{
		font-size: 30px;
		display: block;
		letter-spacing: .2em;
	}



	#top_external{
		padding: 90px 0 150px;
	}
	#top_externalInner {
	}

	#top_externalInner ul{
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#top_externalInner ul li{
		width: 279px;
		height: 118px;
		margin-bottom: 20px;
	}
	#top_externalInner ul li img{
		width: 279px;
		height: 118px;
		object-fit: cover;
	}
	#top_externalInner ul li img:hover{
		opacity: .7;
	}


	
}

