@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600;700&display=swap');

/*main
----------------------------------------*/
.main_sub_img {
    margin-bottom: 3.4rem;
}
section.concept_txt {
	min-width: 100rem;
    padding: 0 2rem 2rem;
}
.concept_txt_inner h1 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.72;
    letter-spacing: .1em;
    color: var(---white-olor);
    margin: 0 auto 3.3rem
}
.concept_txt_inner h1 .pic1 {
	font-size: 3.4rem;
    font-weight: 100;
    letter-spacing: 1.15rem;
    color: rgb(126 139 98 / .6);
    margin-top: 5.6rem;
    line-height: 3.72;
}

.concept_txt_inner h1 .pic2 {
    font-size: 2.8rem;
    color: rgb(51 46 0 / .7);
    margin-top: 21rem;
    line-height: 2.4;
}
.concept_txt_inner h1 .pic3 {
	font-size: 2.6rem;
    color: rgb(51 46 0 / .7);
    margin-top: 33.4rem;
    /*line-height: 5.4;*/
}
.concept_txt_inner h2 {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: .1em;
    color: var(--main-color);
    margin: 8rem 0 1.6rem;
}
.concept_txt_inner h2 .en {
    display: block;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: .05em;
    margin-bottom: .2rem;
}
.concept_txt_inner p {
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: .05em;
    line-height: 2.3077;
}
#concept .main_sub {
	padding-bottom: 0;
}
#concept .concept {
	margin-top: 0;
	padding: 0;
}
#concept .bg_concept {
	background: url(../images/back_main.svg) no-repeat top center;
    background-size: 100%;
	padding-bottom: 8.9rem
}
@media only screen and (max-width: 768px) {
	.main_sub_img {
        margin-bottom: .8rem;
    }
	#concept .bg_concept {
		background: url(../images/back_main_sp.svg) no-repeat top 3rem center;
        background-size: 100%;
		padding-bottom: 3.9rem
	}
	section.concept_txt {
    	min-width: 100%;
	}
	.concept_txt_inner h1 {
		font-size: 2rem;
		line-height: 1.45;
		margin: 0 auto 2.8rem;
	}
	.concept_txt_inner h1 span {
		margin-bottom: .8rem;
	}
	.concept_txt_inner h1 .pic1 {
		font-size: 3.1rem;
        letter-spacing: 1.08rem;
        margin-top: 5.6rem;
        line-height: 3.5;
	}
	.concept_txt_inner h1 .pic2 {
		font-size: 2.3rem;
        margin-top: 19.8rem;
        line-height: 1.6;
	}
	.concept_txt_inner h1 .pic3 {
		font-size: 2.2rem;
        margin-top: 30rem;
        line-height: 2.5;
	}
    #concept .main_sub p {
        line-height: 1.6;
        text-align: center;
    }
}

/*shrine_detail
----------------------------------------*/
section.thoughts {
	color: var(--white-color);
	background-color: var(--main-color);
	padding: 7.3rem 2rem 6.9rem;
	/*background-color: rgba(190, 165, 169, 0.5);*/
}

/*about_main
----------------------------------------*/
.about_main img {
	width: 100%;
	max-height: calc(100vh - 14.8rem);
	object-fit: cover;
}
.about_item {
	max-width: 80rem;
	margin: 0 auto 7.6rem;
	text-align: center;
}
.about_item h2 {
	font-size: 1.7rem;
	line-height: 1.9545;
	letter-spacing: .1em;
	font-weight: 500;
	margin: 5.4rem 0 2.4rem;
}
.about_item h2 .en {
	font-size: 1.8rem;
	letter-spacing: .05em;
	display: block;
	margin-bottom: 2.1rem;
}
.about_item p {
	font-size: 1.3rem;
	letter-spacing: .1em;
	line-height: 2.1538;
}
@media only screen and (max-width: 768px) {
	.about_item {
        margin: 0 2rem 2rem;
		text-align: left;
	}
	.about_item h2 {
		font-size: 1.6rem;
		margin: 3.3rem 0 2.4rem;
	}
	.about_item h2 .en {
		margin-bottom: 2.6rem;
	}
	.about_item p {
		line-height: 1.6;
	}
}
/*concept_area
----------------------------------------*/
.concept_history {
	background: var(--whitepink-color);
	text-align: center;
    padding: 7.3rem 0 6.9rem;
}
.page_title h2 {
	font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1.9545;
    margin: 0 0 .3rem;
}

.page_title h2 span.en{
    display: block;
	color: var(--sub-color);
}
.page_title p {
	letter-spacing: .05em;
}

.history_inner {
    /*border-top: .1rem solid rgba(176,201,210, 0.4);*/
    padding: 6.4rem 0 5.7rem;
}
.history_inner .history_inner_title {
	text-align: left;
	margin-left: 20rem;
}
.history_inner .history_inner_title h3 {
	font-size: 2rem;
	color: var(--main-color);
    letter-spacing: .05em;
    line-height: 1.35;
	vertical-align: middle;
	font-weight: 400;
	padding-bottom: 1rem;
	border-bottom: .1rem solid rgba(124,32,60, 0.6);
	margin-bottom: 2.2rem;
}
.history_inner .history_inner_title h3 .en {
    font-size: 1.8rem;
    letter-spacing: .05em;
	padding-right: 1rem;
}
.history_inner .history_detail {
	position: relative;
	text-align: left;
	padding: 1rem 0;
}
.history_inner figure {
	min-height: 40rem;
	background-color: var(--gray-color);
}
.history_inner .history_detail .slide_number {
	font-size: 4rem;
    color: var(--white-color);
    position: absolute;
    top: -4.2rem;
}
.history_inner .history_detail h4 {
	display: block;
	font-size: 1.4rem;
	letter-spacing: .05em;
	line-height: 2.07;
	font-weight: 400;
	padding-top: 1.3rem;
}
.history_inner .history_detail p {
	font-size: 1.2rem;
	letter-spacing: .05em;
	line-height: 2.3077;
	font-weight: 400;
	padding-top: 1rem;
}
.history_inner p.catchcopy {
	font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1.9545;
    margin: 0 0 2.1rem;
}
.history_inner p.c_direction {
    font-size: 1.3rem;
    line-height: 2.3077;
    font-weight: 500;
    letter-spacing: .05em;
}
.concept_contents_img {
	overflow: hidden;
	margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
	.history_inner {
		padding: 6.4rem 0 1rem;
	}
    .history_inner .history_inner_title {
		margin-left: 2rem;
	}
	.history_inner figure {
		min-height: 20rem;
		background-color: var(--gray-color);
	}
}

/*right_slider
----------------------------------------*/
.right_slider {
	/*max-width: 60rem;
	margin: 0 auto;*/
	position: static;
}
.right_slider ul.inner__slider {
	max-width: 100%;
	margin: 0 auto 0 20rem;
	overflow: hidden;
}
.right_slider ul.inner__slider li  {
	max-width: 61rem;
	margin: 0 .5rem;
	float: left;
}
.right_slider .slick-list::after {
	content: '';
	display: block;
	clear: both;
}
.right_slider .slick-next,
.right_slider .slick-prev {
	appearance: none;
	width: 2.7rem;
	height: 2.7rem;
	border: 0;
	overflow: hidden;
	text-indent: -99rem;
	background: #fff;
	padding: 0;
	border-radius: 50%;
	position: absolute;
	top: 18.8rem;
	left: .2rem;
	z-index: 10;
	cursor: pointer;
}
.right_slider .slick-next {
	left: auto;
	right: 3.2rem;
	transform: scale(-1, 1);
}
.right_slider .slick-next::before,
.right_slider .slick-prev::before {
	content: '';
	display: block;
	width: .6rem;
	height: .6rem;
	border-top: .1rem solid var(--sub-color);
	border-right: .1rem solid var(--sub-color);
	transform: rotate(-135deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2rem;
	right: 0;
	margin: auto;
}
.right_slider .slick-dots {
	display: flex;
	justify-content: flex-start;
	margin-top: 1.5rem;
}
.right_slider .slick-dots li {
	margin: 0 .35rem;
}
.right_slider .slick-dots button {
	border: 0;
	overflow: hidden;
	background: #D3D3D3;
	display: block;
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	text-indent: -99rem;
}
.right_slider .slick-dots li.slick-active button {
	background: var(--sub-color);
}
@media only screen and (max-width: 768px) {
	/*.right_slider {
		max-width: 34.5rem;
	}*/
	.right_slider ul.inner__slider {
		max-width: 100%;
        margin: 0 auto 0 2rem;
	}
	.right_slider ul.inner__slider li {
		max-width: 30rem;
		margin: 0 .5rem;
		float: left;
	}
	.history_inner .history_detail .slide_number {
		top: -4rem;
	}
	.right_slider .slick-next,
	.right_slider .slick-prev {
		top: 9.8rem;
		left: .1rem;
		border: .1rem solid var(--sub-color);
	}
	.right_slider .slick-next {
		left: auto;
		right: .7rem;
	}
}
