@charset "UTF-8";

/* ============================== */

/* アクセス */

/* ============================== */

/* フォント */

.ebaramond {
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-style: normal;
}


/* 個別設定 */

.mv .page_ttl_area {
	position: static;
	background: url(../img/bg_page_ttl.png);
	background-position: center;
	background-size: cover;
}

/* section._com */

section._com .p01 {
	margin: 80px auto 120px;
	font-weight: 600;
	font-size: clamp(10px, 4vw, 28px);
	text-align: center;
}

section._com .p02 {
	margin: 120px auto 70px;
	font-size: clamp(10px, 4vw, 22px);
	text-align: center;
}

@media screen and (max-width: 768px) {
	section._com .p01 {
		margin: 40px auto 30px;
		font-size: clamp(10px, 5.5vw, 28px);
		line-height: 2;
	}

	section._com .p02 {
		margin: 80px auto 40px;
		font-weight: 600;
		font-size: clamp(10px, 5.5vw, 28px);
		line-height: 2;
	}
}

/* section._main */

section._main {
	position: relative;
}

section._main ._sp {
	display: none !important;
}

section._main .flex .imgBox::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .35;
}

section._main .flex .textBox {
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
}

section._main .flex .textBox>p {
	font-size: clamp(1.6rem, 2vw, 2.8rem);
	color: #fff;
	width: max-content;
}

section._main .flex .textBox>p.text1 {
	margin: 0 auto 0;
}

section._main .flex .textBox>p.text2 {
	margin: 0 0 0 auto;
}

section._main .flex .textBox>p .span {
	font-size: 2em;
	padding: 0 5px;

}

section._main .flex .textBox>p .num {
	font-size: 3.2em;
	line-height: 1;
	padding: 0 5px;
	letter-spacing: .02em;

}

section._main .imgNote.out {
	bottom: -2.2em;
	background: none;
	color: #000;
}

section._main .slider {
	margin-top: 80px;
	position: relative;
}

section._main .slider .slick-dots {
	position: absolute;
	/* top: -2vw; */
	bottom: -4vw;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	display: flex;
	justify-content: center;
}

section._main .slick-dots li {
	margin: 0 5px;
}

section._main .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: #000;
	border-radius: 50%;
	opacity: 0.25;
}

section._main .slick-dots li.slick-active button {
	opacity: 1;
	background: #8C8C8C;
}

@media screen and (max-width: 768px) {
	section._main ._pc {
		display: none !important;
	}

	section._main ._sp {
		margin-top: 70px;
		display: block !important;
	}

	section._main .imgNote {
		font-size: 8px;
		padding-top: 2px;
		bottom: 1px;
	}

	section._main .flex {
		flex-wrap: wrap;
		flex-direction: row;
		margin: 70px 0 0;
	}

	section._main .flex .imgBox {
		width: 50%;
	}

	section._main .flex .imgBox>img {
		margin: 0;
	}

	section._main .flex .textBox {
		display: flex;
		justify-content: flex-end;
		align-items: flex-end;
	}

	section._main .flex .textBox>p {
		font-size: clamp(.95rem, 2.3vw, 2.3rem);
		letter-spacing: .1em;
	}

	section._main .flex .textBox>p.text1 {
		margin: 0;
	}

	section._main .flex .textBox>p.text2 {
		margin: 0;
	}

	section._main .flex .textBox>p .span {
		font-size: 2em;
		padding: 0;

	}

	section._main .flex .textBox>p .num {
		font-size: 3.2em;
		padding: 0 5px;

	}
}

/* section._01 */

section._01 {
	padding-bottom: 200px;
	background: url(../img/bg_01.png);
	background-position: top;
	background-size: cover;
}

section._01 .content_ttl {
	color: #EFEFEC;
	font-size: clamp(1rem, 15vw, 22rem);
	line-height: 0.8em;
	opacity: 50%;
}

section._01 .p01 {
	line-height: 1.8em;
}

section._01 .p01 span {
	font-size: 0.6em;
}

section._01 .p01 span .num {
	font-size: 1.2em;
}

section._01 .p05 {
	max-width: 900px;
	width: 90%;
	margin: 0 auto 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #726934;
	font-size: clamp(10px, 10vw, 16px);
	text-align: center;
}

section._01 .imgBox._06 {
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
}

section._01 .imgBox._06 .imgnote{
	color: #000;
	text-shadow: none;
}

section._01 .imgBox._06 .imgnote._l{
	left: 0;
}

section._01 .imgBox._07 {
	max-width: 900px;
	width: 90%;
	margin: 0 auto 30px;
}

section._01 .imgBox._07 .note {
	font-size: 1.1rem;
	text-align: right;
	padding: 10px 0 0;
}

section._01 .slider_d {
	width: 90%;
	margin: 0 auto 50px;
	padding: 0 5px;
}

section._01 .slider_d .slick-arrow {
	width: 40px;
	position: absolute;
	bottom: -15px;
}

section._01 .slider_d .slick-arrow.prev-arrow {
	left: 20vw;
}

section._01 .slider_d .slick-arrow.next-arrow {
	right: 20vw;
}

section._01 .slider_d .slick-dots {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	font-size: 0;
}

section._01 .slider_d .slick-dots li:nth-of-type(2) {
	margin: 0 5px;
}

section._01 .slider_d .slick-dots li button {
	width: 30px;
	height: 10px;
	padding: 0;
	background: #726934;
	border: none;
	border-radius: 30px;
	opacity: 0.25;
}

section._01 .slider_d .slick-dots li button:before {
	display: none;
}

section._01 .slider_d .slick-dots li.slick-active button {
	opacity: 1;
}

section._01 .searchbox {
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
}

section._01 .searchbox h3 {
	padding: 8px 0;
	background: #726934;
	color: #fff;
	font-size: clamp(10px, 1.5vw, 16px);
	letter-spacing: 0.15em;
	text-align: center;
}

section._01 .searchbox .inner {
	padding: 30px 5%;
	box-sizing: border-box;
	background: #EDEAE1;
	justify-content: space-between;
}

section._01 .searchbox .inner .info {
	width: 35%;
}

section._01 .searchbox .inner .box {
	width: 65%;
	justify-content: end;
}

section._01 .searchbox .inner .box .search {
	justify-content: end;
}

section._01 .searchbox .inner .left {
	width: 40%;
	margin-right: 2%;
}

section._01 .searchbox .inner .right {
	width: 40%;
	margin-right: 4%;
	border-radius: 30px;
}

section._01 .searchbox .inner input {
	width: 100%;
	height: 40px;
	padding: 0 1.5rem;
	box-sizing: border-box;
	border-radius: 5px;
	background: #fff;
	border: none;
	font-size: 1.6rem;
}

/* section._01 .searchbox .inner .bottom input {
	width: 100%;
	height: 38px;
	background: #333;
	color: #fff;
	font-size: 1.6rem;
	cursor: pointer;
	border: none;
	transition: 0.3s;
} */
section._01 .searchbox .inner .bottom {
	width: 30%;
}

section._01 .searchbox .inner .bottom button {
	width: 100%;
	height: 38px;
	background: #333;
	color: #fff;
	font-size: 1.6rem;
	cursor: pointer;
	border: none;
	transition: 0.3s;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 4px;
}

section._01 .searchbox .inner .bottom button .icon {
	width: 12%;
}

section._01 .searchbox .inner .bottom button .icon img {
	vertical-align: baseline;
}

section._01 .searchbox .inner .left input {
	padding: 0 0 0 0.5vw;
	text-align: left;
}

section._01 .searchbox .inner .right input {
	padding: 0 0 0 0.5vw;
	text-align: left;
}

section._01 .searchbox .inner .arrow {
	margin-right: 2%;
}

section._01 .searchbox .p03 {
	font-size: clamp(10px, 1.5vw, 16px);
	line-height: 1.8;
}

section._01 .searchbox .p04 {
	margin-top: 5px;
	font-size: 10px;
}

@media screen and (max-width: 768px) {
	section._01 {
		padding: 60px 0;
		position: relative;
		background: url(../img/bg_01_sp.png);
		background-position: top;
		background-size: cover;
		z-index: 1;
	}

	section._01 .content_ttl {
		font-size: clamp(1rem, 15vw, 17rem);
	}

	section._01 .imgBox._06 {
		margin-top: 18vw;
	}

	section._01 .imgBox._06 .imgnote._l{
		bottom: -2em;
	}

	section._01 .imgBox._06 .zoomBtn {
		top: -12vw;
	}

	section._01 .imgBox._07 {}

	section._01 .bg_wh {
		margin-top: 60px;
		padding: 30px 0 50px;
		background: #fff;
	}

	section._01 .bg_wh .p02 {
		margin-top: 0;
	}

	section._01 .searchbox {}

	section._01 .searchbox h3 {
		padding: 10px 0 8px;
		font-size: clamp(10px, 4vw, 16px);
	}

	section._01 .searchbox .inner {
		padding: 20px 5% 30px
	}

	section._01 .searchbox .inner .info {
		width: 100%;
	}

	section._01 .searchbox .inner .box {
		width: 100%;
	}

	section._01 .searchbox .inner .box .search {
		margin-top: 20px;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}

	section._01 .searchbox .inner .left {}

	section._01 .searchbox .inner .right {
		margin-right: 0;
	}

	section._01 .searchbox .inner input {
		height: 35px;
		font-size: 1.3rem;
	}

	section._01 .searchbox .inner .bottom input {}

	section._01 .searchbox .inner .left input {}

	section._01 .searchbox .inner .right input {}


	section._01 .searchbox .inner .bottom button .icon {
		width: 5%;
		margin-left: 5px;
	}

	section._01 .searchbox .inner .arrow {
		width: 15%;
	}

	section._01 .searchbox .inner .bottom {
		width: 100%;
		margin-top: 10px;
	}

	section._01 .searchbox .p03 {
		font-size: clamp(10px, 4.5vw, 25px);
		text-align: center;
	}

	section._01 .searchbox .p04 {
		text-align: center;
	}
}

/* section._02 */

section._02 {
	padding: 100px 0 200px;
	background: #DCE0DD;
}

section._02 .imgBox._08 {
	max-width: 900px;
	width: 80%;
	margin: 0 auto;
}

section._02 .accessBox {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	column-gap: 2%;
	margin: 4vw 0;
}

section._02 .accessBox>li {
	width: 28%;
}

section._02 .accessBox>li.dummy {
	width: 10%;
}

section._02 .accessBox>li .accessNote {
	right: auto;
	left: 0;
	font-size: clamp(.6rem, 1.8vw, 1.1rem);
}

section._02 .accessBox>li .imgNote {
	padding: 5px 3px;
	font-size: clamp(.4rem, 1.25vw, 1.1rem);
	text-align: right;
}

section._02 .accessBox>li .text {
	font-size: clamp(.6rem, 1.8vw, 1.6rem);
	color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	width: 100%;
	background: linear-gradient(to top, #000, transparent 45%, transparent);
}

section._02 .accessBox>li .text .num {
	font-size: 3.5em;
	text-shadow: #000 0 0 10px;
}

section._02 .accessBox>li .textItem {
	padding: 15px 0 10px;
	text-align: center;
	font-size: clamp(.5rem, 1.25vw, 1.4rem);
	background: #fff;
}

section._02 .accessBox>li .textItem.areaItem {
	background: #726934;
	color: #fff;
}

section._02 .accessBox>li .textItem>span {
	font-size: 2em;
	padding: 5px 0 0;
	display: block;
}

section._02 .imgBox._08 .note {
	font-size: 1rem;
	text-align: right;
	padding: 5px 0 0;
}

section._02 .imgBox._09 {
	width: 45%;
	margin: 0 auto;
}

section._02 .box {
	max-width: 900px;
	width: 80%;
	margin: 50px auto 0;
	padding: 0 40px 20px;
	box-sizing: border-box;
	background: #2A3E40;
}

section._02 .box p {
	color: #fff;
	text-align: left;
}

section._02 .box .p01 {
	margin: 40px auto 30px;
	font-size: clamp(10px, 4vw, 20px);
	line-height: 2;
}

section._02 .box .p02 {
	margin: 0;
	font-size: clamp(10px, 1.2vw, 14px);
	line-height: 2;
}

section._02 .box_t {
	justify-content: space-between;
	align-items: start;
}

section._02 .box_t .item._l {
	width: 50%;
}

section._02 .box_t .item._r {
	width: 45%;
}

section._02 .p03 {
	margin: 20px auto 1.2em;
	font-size: clamp(10px, 1.5vw, 16px);
	text-align: center !important;
}

section._02 .box_b {
	justify-content: space-between;
}

section._02 .box_b .p04 {
	margin-bottom: 1em;
	padding: 5px 0;
	background: #E6E6E2;
	color: #726934;
	font-size: clamp(10px, 1.5vw, 16px);
	text-align: center;
}

section._02 .box_b .p05 {
	margin-bottom: 0.8em;
	position: relative;
	color: #000;
	margin-left: 2.2em;
	font-size: clamp(10px, 1.5vw, 16px);
}

section._02 .box_b .p05::before {
	content: '';
	display: block;
	width: 1em;
	height: 1em;
	background: #000;
	position: absolute;
	left: -1.2em;
	top: 1px;
}

section._02 .box_b .p05.for_space::before {
	display: none;
}

section._02 .box_b .item {
	width: 32%;
	margin-bottom: 2%;
	background: #fff;
}

section._02 .cover {
	width: 100%;
	height: 90vw;
	padding-top: 25px;
	background: #2A3E40;
	margin-top: -140vw;
	box-shadow: 0 -5px 5px -5px #000;
	position: relative;
	z-index: 1;
	transition: 2s;
}

section._02 .cover.open {
	margin-top: 0;
	transition: 2s;
}

section._02 .cover .close {
	margin-top: -1em;
	opacity: 0;
	transition: 2s;
	transition-delay: 1s;
}

section._02 .cover.open .close {
	opacity: 1;
	transition: 2s;
	transition-delay: 1s;
}

section._02 .cover .read {
	opacity: 1;
	transition: 2s;
	transition-delay: 1s;
}

section._02 .cover.open .read {
	opacity: 0;
	transition: 2s;
	transition-delay: 1s;
}

section._02 .cover.open .arrow {
	transform: rotate(180deg);
	transition: 2s;
	transition-delay: 1s;
}

section._02 .cover .arrow {
	max-width: 50px;
	margin: 0 auto;
	display: block;
	transition: 2s;
	transition-delay: 1s;
}

section._02 .cover .read,
section._02 .cover .close {
	font-size: clamp(10px, 3vw, 16px);
	text-align: center;
}

section._02 .cover .read {
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	section._02 {
		padding: 10px 0 0;
	}

	section._02 .imgBox._08 {
		width: 90%;
		margin-top: 20vw;
	}

	section._02 .imgBox._08 .zoomBtn {
		top: -20%;
	}

	section._02 .imgBox._09 {}

	section._02 .box {
		width: 100%;
		padding: 0 30px 50px;
	}

	section._02 .box p {}

	section._02 .box .p01 {}

	section._02 .box .p02 {
		font-size: clamp(10px, 3vw, 16px);
	}

	section._02 .box_t {}

	section._02 .box_t .item._l {
		width: 100%;
	}

	section._02 .box_t .item._r {
		width: 100%;
		margin-top: 30px;
	}

	section._02 .p03 {
		margin: 40px auto 1em;
		font-size: clamp(10px, 4vw, 22px);
	}

	section._02 .box_b {
		align-items: start;
	}

	section._02 .box_b._pc {
		display: none;
	}

	section._02 .box_b .p04 {
		padding: 8px 0;
		font-size: clamp(10px, 3.5vw, 22px);
	}

	section._02 .box_b .p05 {
		font-size: clamp(10px, 3vw, 22px);
	}

	section._02 .box_b .p05::before {}

	section._02 .box_b .p05.for_space::before {}


	section._02 .box .box_b {
		flex-direction: row;
		flex-wrap: wrap;
	}

	section._02 .box_b .item {
		width: 48%;
		margin-bottom: 7%;
	}
}

/* section._03 */

section._03 {
	padding: 100px 0 200px;
	background: #F0F0F0;
}

section._03 .imgBox._10 {
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
}

section._03 .imgBox._10 .note{
	font-size: 1.1rem;
	text-align: right;
	padding: 5px 0 0;
}

section._03 .box {
	max-width: 900px;
	width: 80%;
	margin: 80px auto 0;
	justify-content: space-between;
	position: relative;
}

section._03 .box .imgnote {
	bottom: -15px;
	right: 0;
	text-shadow: none;
	color: #000;
}

section._03 .box .item {
	width: 32%;
}

section._03 .box .item .p03 {
	color: #ADA98B;
	font-size: clamp(10px, 5vw, 35px);
}

section._03 .box .item .imgBox .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: clamp(1rem, 3.1vw, 3rem);
	font-weight: 600;
	text-align: right;
	background: linear-gradient(to top, rgb(0, 0, 0, .4), transparent 50%, transparent);
	color: #fff;
}

section._03 .box .item .imgBox .text .num {
	font-size: 3.3em;
	padding: 0 clamp(5px, 1.5vw, 10px);
	font-weight: lighter;
}

@media screen and (max-width: 768px) {
	section._03 {
		/* margin-top: -62vw; */
		padding: 10px 0 100px;
		position: relative;
		z-index: 1;
	}

	section._03 .imgBox._10 {
		margin-top: 20%;
	}

	section._03 .imgBox._10 .zoomBtn {
		top: -20vw;
	}

	section._03 .box {
		width: 90%;
		margin-top: 20px;
		flex-direction: row;
	}

	section._03 .box .imgnote {}

	section._03 .box .item {}

	section._03 .box .item .p03 {}
}

/* section._04 */

section._04 {
	padding-bottom: 180px;
	background: #3C3C3C;
}

section._04 .p01 {
	margin: 150px auto 120px;
	color: #fff;
}

section._04 .p03 {
	position: absolute;
	top: 0;
	left: 0;
	color: #EFEFEC;
	font-size: clamp(1rem, 15vw, 17rem);
	opacity: 50%;
}

section._04 .imgBox._15 {
	max-width: 900px;
	width: 80%;
	margin: 0 auto 150px;
}

section._04 .imgBox._17 {
	max-width: 900px;
	width: 80%;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	section._04 {
		padding-bottom: 100px;
	}

	section._04 .p01 {
		margin: 0;
		position: absolute;
		bottom: 1em;
		left: 1em;
		text-align: left;
	}

	section._04 .p03 {
		font-size: clamp(1rem, 13vw, 17rem);
	}

	section._04 .imgBox._14 {
		position: relative;
	}

	section._04 .imgBox._15 {
		width: 90%;
		margin: 60px auto;
	}

	section._04 .imgBox._15 .zoomBtn {
		top: -5%;
	}

	section._04 .imgBox._17 {
		margin: 40px auto 0;
	}
}