@charset "UTF-8";
/*-----------------------------------
	base
-----------------------------------*/
.ttl {
	font-size: 68px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	letter-spacing: 0.05em;
	padding-bottom: 10.5px;
}
.ttl span {
	display: block;
	font-size: 15px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	letter-spacing: 0.07em;
	margin-bottom: 10.5px;
}
.view_btn {
	display: block;
	font-size: 18px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 700;
	width: 137.5px;
	padding: 2.25px 0 12.25px;
	border-bottom: 1px solid #707070;
	position: relative;
}
.view_btn::after {
	content: "";
	display: block;
	background: url(../img/common/arw_rt_bk.svg) no-repeat center/contain;
	width: 5px;
	height: 9px;
	position: absolute;
	top: 8px;
	right: 0.5px;
	transition: 0.3s;
}
.view_btn:hover::after {
	right: 5.5px;
}
.view_btn.splitText .splitText_wrap,
.view_btn.splitText .before,
.view_btn.splitText .after {
	justify-content: flex-start;
}
.view_btn.splitText .before span:nth-of-type(4),
.view_btn.splitText .after span:nth-of-type(4) {
	margin-right: 0.25em;
}
@media screen and (max-width: 640px) {
	.ttl {
		font-size: 34px;
		padding-bottom: 7.5px;
	}
	.ttl span {
		font-size: 13px;
		margin-bottom: 7.5px;
	}
	.view_btn {
		font-size: 14px;
		width: 110px;
	}
	p {
		font-size: 13px !important;
	}
}


/* story_block */
#story_block {
    padding-bottom: 100px;
}
.contents_inner :last-child{
	margin-bottom: 0;
}
.box{
	width: 100%;
	padding: 60px 80px;
	background-color: #ffffff;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 50px;
	position: relative;	
}
h3.top_title{
	font-size: 32px;
	line-height: 1.7;
	letter-spacing: 0.055em;
	font-weight: 700;
	margin-bottom: 27.5px;
}
.box h4{
	font-size: 24px;
	line-height: 2.29;
	letter-spacing: 0.055em;
	font-weight: 700;
	padding: 25.5px 0 22.5px 0;
	margin-bottom: 42px;
	width: 100%;
	border-bottom: 2px solid #ECECEC;
}
h4.no_border{
	border-bottom: none;
	margin-bottom: 19.5px;
}
h4.no_border_2{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 34px;
}
.box p{
	font-size: 15px;
	line-height: 2.3;
	letter-spacing: 0.035em;
	font-weight: 400;
	margin-bottom: 61px;
}
.intro{
	margin-bottom: 100px;
}
.story_nav{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	row-gap: 25px;
	column-gap: 13px;
	margin-bottom: 60px;
}
.story_nav li a{
	width: 265px;
	height: 78px;
	background-color: #E8E8E8;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.033em;
	font-weight: 500;
	transition: background-color 0.5s ease;
}
.story_nav li a:hover{
	background-color: #FAFAFA;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.sec_number{
	display: block;
	color: #CECECE;
	font-size: 12px;
	line-height: 2.5;
	letter-spacing: 7.5;
	font-weight: 700;
}
h3.low_title{
	font-size: 32px;
	letter-spacing: 0.03em;
	font-weight: 700;
	line-height: 1.56;
	margin: 0;
}
p.sec_number_2{
	color: #CECECE;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0.021em;
	font-weight: 700;
	margin-right: 25.5px;
	margin-bottom: 0;
}
.sec_title{
	width: 100%;
	height: 88px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	border-bottom: 2px solid #ECECEC;
}
.title_left{
	height: 47px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	z-index: 10;
}
.bar{
	width: 1px;
	height: 47px;
	background-color: #EFEFEF;
	margin-right: 22.5px;
}
.title_right{
	font-family: 'Noto Serif JP', serif;
	font-size: 46px;
	line-height: 1.08;
	letter-spacing: 0.05em;
	font-weight: 700;
	color: #ECECEC;
	position: absolute;
	top: 60px;
	right: 80px;
	z-index: 1;
}
.indent{
	display: inline-block;
    padding-left: 7px;
}
.box :last-child{
	margin-bottom: 0;
}
.theme_example{
	border: 1px solid #DFDFDF;
	width: fit-content;
	padding: 19px 144px 18px 23.5px;
	margin-bottom: 31px;
}
p.theme_title{
	height: auto;
	font-family: 'Noto Serif JP', serif;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.09em;
	font-weight: 700;
	padding: 0 0 0 28.5px;
	position: relative;
	margin-bottom: 13px;
}
.theme_title::before{
	content: "";
  	position: absolute;
  	top: 50%;               
  	left: 0;
  	width: 22px;             
  	height: 1px;              
  	background-color: #D1D1D1;   
  	transform: translateY(-50%);
}
.theme_example ul{
	list-style: none; /* デフォルトの黒丸を消す */
  	padding: 0;
  	margin: 0 0 31px 0;
}
.theme_example ul li {
  	position: relative;
  	padding-left: 20px; /* 円とテキストの間に余白を確保 */
  	margin-bottom: 6px;
	font-family: 'Noto Serif JP', serif;
	font-size: 15px;
	line-height: 2.33;
	letter-spacing: 0.09em;
	font-weight: 500;
}

.theme_example ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 13px;
  height: 13px;
  background-color: #ffffff; /* グレー */
  border-radius: 50%;     /* 円形にする */
  transform: translateY(-50%);
  border: 3px solid #D1D1D1;
}
@media screen and (max-width: 840px) {
	.box{
		padding: 50px 40px;
		margin-bottom: 50px;
		position: relative;
	}
	.title_right{
		font-size: 46px;
	    position: absolute;
		top: 50px;
		right: 40px;
		z-index: 1;
	}
}
@media screen and (max-width: 640px) {
	#story_block {
		padding-bottom: 60px;
	}
	.story_nav li a{
		width: 190px;
		height: 60px;
		font-size: 12px;
	}
	.box{
		padding: 30px 20px;
		margin-bottom: 40px;
	}
	.title_right{
		font-size: 36px;
		top: 30px;
		right: 20px;
	}
	h3.top_title{
		font-size: 24px;
		margin-bottom: 0;
		line-height: 1.2;
	}
	h3.low_title{
		font-size: 20px;
		line-height: 1.2;
	}
	h4.no_border{
		border-bottom: none;
		margin-bottom: 19.5px;
		line-height: 1.5;
	}
	h4.no_border_2{
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 34px;
		line-height: 1.5;
	}
	.box h4{
		line-height: 1.8;
		font-size: 18px;
		margin-bottom: 30px;
	}
	.box p{
		line-height: 2;
		margin-bottom: 30px;
	}
	p.sec_number_2{
		color: #CECECE;
		margin-right: 20px;
		margin-bottom: 0;
	}
	.sec_title{
		height: 60px;
	}
	.theme_example{
		padding: 19px 20px 18px 20px;		
		margin-bottom: 31px;
	}
	.theme_example ul li{
		line-height: 2;
	}
}
@media screen and (max-width: 420px){
	.box{
		margin-bottom: 30px;
	}
	.story_nav li a{
		width: 150px;
		height: 60px;
		font-size: 12px;
	}
	.title_right{
		top: 40px;
		right: 20px;
		font-size: 24px;
	}
	h3.top_title{
		font-size: 18px;
		margin-bottom: 0;
	}
	h3.low_title{
		font-size: 18px;
	}
	.box h4{
		font-size: 16px;
		margin-bottom: 30px;
	}
	p.sec_number_2{
		margin-right: 10px;
	}
	.bar{
		margin-right: 10px;
	}
}

/*-----------------------------------

	contact_block

-----------------------------------*/
#contact_block {
	text-align: center;
	padding-bottom: 105px;
}
#contact_block .ttl {
	margin-bottom: 35px;
}
#contact_block .ttl span {
	margin-bottom: 28.5px;
}
#contact_block p {
	font-size: 15px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	line-height: 2.6;
	letter-spacing: 0.09em;
	margin-bottom: 50px;
}
#contact_block .ct_btn {
	display: block;
	font-size: 20px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #ffffff;
	background: #505050;
	padding: 33px 0;
	width: 419px;
	margin: 0 auto;
	border-radius: 50vw;
	position: relative;
	z-index: 0;
}
#contact_block .ct_btn::after {
	content: "";
	display: block;
	background: url(../img/common/arw_rt_wh.svg) no-repeat center/contain;
	width: 5px;
	height: 9px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 43.5px;
	bottom: 0;
	z-index: 1;
	transition: 0.3s;
}
#contact_block .ct_btn:hover:after {
	right: 38.5px;
}
@media screen and (max-width: 840px) {
	#contact_block {
		padding-bottom: 75px;
	}
}
@media screen and (max-width: 640px) {
	#contact_block {
		padding-bottom: 55px;
	}
	#contact_block .ttl {
		margin-bottom: 15px;
	}
	#contact_block .ttl span {
		margin-bottom: 14.5px;
	}
	#contact_block p {
		margin-bottom: 30px;
	}
	#contact_block .ct_btn {
		font-size: 14px;
		padding: 18px 0;
		width: 270px;
	}
	#contact_block .ct_btn::after {
		right: 23.5px;
	}
}


/* 詳細ページ */
#detail_block {
	padding-bottom: 134px;
	font-family: 'Noto Serif JP', serif;
}
/* #detail_block .contents_inner {
	padding-bottom: 116px;
} */
#detail_block .contents_inner .detail_wrapper {
	/* max-width: 940px;
    margin: 0 auto; */
    margin: 0 5.3vw;
	padding-top: 60px;
	padding-bottom: 25.4px;
	border-bottom: 1px solid #D6D6D6;
}

#detail_block .detail_text .date {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 24px;
}
#detail_block .detail_text h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8;
	padding-bottom: 23px;
}
#detail_block .detail_text p {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
}
#detail_block .detail_text h3 {
	font-size: 26px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 30px;
}
#detail_block .gallery_box {
	display: block;
    overflow: hidden;
    position: relative;
    z-index: 0;
	margin-top: 60px;
}
#detail_block .gallery_box img {
	width: 100%;
}
#detail_block .text_area {
	margin-top: 60px;
}
#detail_block .gallery_box:last-child {
	margin-bottom: 60px;
}
#detail_block .gallery_box h3 {
    font-size: 15px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #ffffff;
    width: 360px;
    position: absolute;
    left: 30px;
    bottom: 0px;
    z-index: 2;
}
#detail_block .gallery_box::after {
    content: "";
    display: block;
    background: linear-gradient(to bottom, rgba(23, 23, 23, 0) 0%, rgba(23, 23, 23, 0.7) 100%);
    width: 100%;
    height: 14.6vw;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
#pagination {
	margin-top: 75px;
}
#pagination .page-numbers {
	display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	max-width: 690px;
	margin: 0 auto;
    align-items: center;
}

#pagination .page-numbers .prev_btn_box {
    width: 130px;
    text-align: right;
}
#pagination .page-numbers .all_btn_box {
	width: 280px;
    text-align: center;
    border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
#pagination .page-numbers .next_btn_box {
	width: 130px;
	text-align: right;
}
#pagination .page-numbers li a {
    font-size: 34px;
    font-weight: bold;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100px;
	position: relative;
}
#pagination .page-numbers .all_btn_box a {
	justify-content: center;
}
#pagination .page-numbers .next_btn_box a {
	justify-content: right;
}
#pagination .page-numbers .current {
	border: 1px solid #707070;
	font-size: 15px;
	font-weight: bold;
    padding: 9px 11px;
	background: #707070;
	color: #fff;
}
#pagination .page-numbers li .prev_btn::before {
	content: "＜";
    position: absolute;
    background-size: 100%;
    width: 12px;
    height: 12px;
    scale: 0.8;
    left: -48px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 22px;
    font-weight: bold;
}
#pagination .page-numbers li .next_btn::before {
    content: "＞";
    position: absolute;
    background-size: 100%;
    width: 12px;
    height: 12px;
    scale: 0.8;
    right: -48px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 22px;
    font-weight: bold;
}
#pagination .page-numbers li .prev {
	padding: 9px 22px 9px 38px;
}
#pagination .page-numbers li .next {
	padding: 9px 38px 9px 22px;
}
@media screen and (max-width: 980px){
	#detail_block .detail_text h2 {
		font-size: 22px;
	}
	#detail_block .detail_text h3 {
		font-size: 20px;
	}
	#detail_block .contents_inner .latest_wrapper h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#detail_block .news_list {
		gap: 25px;
	}
	#detail_block .news_list .new_box {
		width: calc((100% - 50px)/3);
	}
}
@media screen and (max-width: 840px){
	#pagination .page-numbers li a {
		font-size: 26px;
	}
	#pagination .page-numbers .prev_btn_box,
	#pagination .page-numbers .next_btn_box {
		width: 100px;
	}
	#pagination .page-numbers .all_btn_box {
		width: 200px;
	}
	#pagination .page-numbers li .prev_btn::before,
	#pagination .page-numbers li .next_btn::before {
		font-size: 18px;
	}
}
@media screen and (max-width: 640px){
	#detail_block .contents_inner {
		padding-bottom: 50px;
	}
	#detail_block .contents_inner .detail_wrapper {
		padding-top: 30px;
		padding-bottom: 10px;
	}
	#detail_block .detail_text h2 {
		font-size: 18px;
		margin-bottom: 30px;
	}
	#detail_block .detail_text h3 {
		font-size: 16px;
		margin-top: 30px;
		margin-bottom: 15px;
	}
	#detail_block .gallery_box {
		margin-top: 30px;
	}
	#detail_block .text_area {
		margin-top: 30px;
	}
	#detail_block .news_list .new_box {
		width: 100%;
	}
	#pagination .page-numbers li a {
		height: 60px;
	}
	#pagination .page-numbers .prev_btn_box,
	#pagination .page-numbers .next_btn_box {
        width: 70px;
	}
	#pagination .page-numbers li:nth-child(2) {
        width: 130px;
	}
	#pagination .page-numbers li a {
        font-size: 20px;
    }
	#pagination .page-numbers li .prev_btn::before {
		font-size: 14px;
		left: -30px;
	}
	#pagination .page-numbers li .next_btn::before {
		font-size: 14px;
		right: -30px;
	}
}