:root {
	--com_mg: clamp(120px, 3.946vw + 70.2px, 160px);; 
}
p {
	font-size: clamp(13px, 1.75vw, 21px);
	line-height: 2.6;
	letter-spacing: 0.2rem;
	font-weight: 600;
}
.common_content dl dd {
    font-size: clamp(13px, 1.95vw, 17px);
}
.common_content dl dt {
    font-size: clamp(32px, 5.2vw, 50px);
}
.common_content dl dt span {
    font-size: clamp(14px, 3.26vw, 25px);
}
.img_cntr {
	margin:  0 auto;
	text-align: center;
	max-width: 1920px;
}
.about .about__waku {
	border:  solid 1px #1f1816;
	padding: min(10.34vw, 112px) min(8%, 62px) min(7vw, 72px) min(8%, 62px);
	margin-top: var(--com_mg);
	margin-bottom: var(--com_mg);
}
.about .about__txt {
	font-size: clamp(13px, 1.75vw, 21px);
	line-height: 2.2;
}
.txt_cnt {
    text-align: center;
}
.sec_content_inner {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}
.sec_wide_inner {
	max-width: 1920px;
	margin: 0 auto;
}
@media screen and (max-width: 599px) {
    .txt_cnt {
        text-align: left;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}
.note {
	font-size: 13px;
	display: block;
	line-height: 1.5;
	text-indent: -7px;
	padding-left: 12px;
	margin-top: 10px;
	color: #2c2e57;
}
@media screen and (max-width: 599px) {
.note {
	font-size: 12px;
}
}
.note::before {
	content: "※";
	display: inline-block;
}

.about .about__txt {
	font-size: min(1.72vw, 18px);
	max-width: 576px;
	margin: 40px 0;
}
@media screen and (max-width: 768px) {
	.about .about__txt {
		font-size: max(2.16vw, 15px);
	}
}
/*-----------------------

	maiv_v

-----------------------*/
.main_V {
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}

.main_V h1 {
	position: absolute;
	width: 23.46%;
	right: 4%;
	top: 4%;
}

.main_V h2 img {
	display: block;
	width: 100%;
	height: auto;
}

#story02 .main_V h2 img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 1500px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.main_V h1 {
    	width: 50%;
    	top: 4%;
	}
}
/*-----------------------

	.st_mov

-----------------------*/
.st_mov .mov_box {
	max-width: 1920px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.st_mov .mov_box video {
	width: 100%;
	height: auto;
}
/*-----------------------

	story_spot

-----------------------*/
#story_spot .story_spot__inner {
	max-width: 1200px;
	width: 100%;
	margin: 0px auto;
	padding: 0 1.4rem;
	color: #2C2E57;
}
@media screen and (max-width: 599px) {
	#story_spot .story_spot__inner {
		padding: 0;
	}
}
#story_spot .story_spot__wrap {
	display: flex;
}
@media screen and (max-width: 768px) {
	#story_spot .story_spot__wrap {
		flex-direction: column;
	}
}
#story_spot .spot_main_ttl {
	background-color: #2c2e57;
	font-size: 20px;
	color: #fff;
	display: inline-block;
    padding: 8px 8%;
}
@media screen and (max-width: 768px) {
#story_spot .spot_main_ttl {
		font-size: max(2.13vw, 14px);
	}
}

#story_spot .story_spot__bg {
	border: solid 1px #2c2e57;
	margin-bottom: 80px;
}

#story_spot .spot__ttl {
	border-right: solid 1px #2c2e57;
	border-bottom: solid 1px #2c2e57;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 48px;
	padding: 32px 6%;
	font-weight: 200;
	letter-spacing: 1rem;
	display: inline-block;
	color: #2C2E5E;
	line-height: 1.23;
}
@media screen and (max-width: 768px) {
	#story_spot .spot__ttl {
    border-right: 0;
    width: 100%;
    text-align: center;
    font-size: max(6.46vw,24px);
    margin: 0 auto;
	}
}
@media screen and (max-width: 768px) {
	#story_spot .spot__ttl {
		padding: 6%;
	}
}
#story_spot .story_spot__txt {
	font-size: min(1.72vw, 18px);
	text-align: justify;
}
@media screen and (max-width: 768px) {
	#story_spot .story_spot__txt {
		font-size: max(2.33vw, 12px);
		letter-spacing: 0;
	}
}
#story_spot .spot__address,
#story_spot .spot__link {
	padding-right: 6%;
	font-size: 14px;
	letter-spacing: 0.18rem;
	line-height: 1.57;
	text-indent: -40px;
  	padding-left: 40px;
}
@media screen and (max-width: 768px) {
	#story_spot .spot__address,
	#story_spot .spot__link {
    font-size: max(2.1vw, 11px);
	}
}
#story_spot .spot__address {
	margin-top: 24px;
}
@media screen and (max-width: 768px) {
	#story_spot .spot__address {
		letter-spacing: 0;
	}
}
@media screen and (max-width: 599px) {
	#story_spot .spot__address,
	#story_spot .spot__link {
    text-indent: -32px;
    padding-left: 32px;
		padding-right: 0;
		margin-top: 4%;
	}
}

#story_spot .spot__ttl_sm {
	font-size: 20px;
	letter-spacing: 0.02em;
	margin-left: 20px;
}

@media screen and (max-width: 768px) {
	#story_spot .spot__ttl_sm {
		display: block;
		font-size: max(3.33vw,16px);
		margin-left: 0;
		margin-top: 16px;
	}
}
#story_spot .spot__link {
	margin-top: 12px;
}

#story_spot .spot__link a:hover {
	text-decoration: underline;
}
