html {
	scroll-behavior: smooth;
}

#value .anime0 {
	-webkit-transition: 0.8s;
	transition: 0.8s;
}
#value .opn_bg {
	width: 100vw;
	height: 100vh;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
#value .opn_bg.hidden {
	opacity: 0;
	-webkit-transition: 1.5s;
	transition: 1.5s;
	z-index: -1;
}
#value .imgbox {
	position: relative;
}
#value .imgnote {
	position: absolute;
	right: 3px;
	bottom: 3px;
	color: #fff;
	text-shadow: 0 0 5px #000;
	font-size: 10px;
	letter-spacing: 0.01em;
}
#value .imgnote._t {
	bottom: auto;
	top: 3px;
}
#value .imgnote._l {
	right: auto;
	left: 3px;
}
#value .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
}
@media screen and (max-width: 768px) {
	#value .flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
#value .annobox {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	padding-top: 80px;
	background: #fff;
}
#value .anno {
	font-size: 10px;
	letter-spacing: 0.01em;
}
#value .bg_g {
	padding: 10px 5px 5px;
	display: inline-block;
	background: #b8a25d;
	color: #fff;
	font-size: 1.2em;
	line-height: 1;
}
#value .ul_g {
	position: relative;
}
#value .ul_g::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(10%, #b8a25d), color-stop(90%, #b8a25d), to(transparent));
	background: linear-gradient(90deg, transparent 0, #b8a25d 10%, #b8a25d 90%, transparent 100%);
}
#value .ul_g_bold {
	position: relative;
	z-index: 0;
}
#value .ul_g_bold::before {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: 7px;
	left: 0;
	z-index: -1;
	background: #c69c28;
}
#value .bgwrap {
	background: url(../img/bg_02.jpg);
	background-position: top;
	background-size: cover;
}
#value .mv {
	position: relative;
}
#value .mvttl {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	color: #fff;
	font-size: clamp(10px, 7vw, 135px);
	line-height: 1.2;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
	opacity: 0;
	-webkit-filter: blur(100px);
	        filter: blur(100px);
}
#value .mvttl.show {
	opacity: 1;
	-webkit-filter: blur(0);
	        filter: blur(0);
	-webkit-transition: 1s;
	transition: 1s;
}
#value .mvsubttl {
	position: absolute;
	top: 75%;
	left: 51%;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	color: #fff;
	font-size: clamp(10px, 4vw, 35px);
	opacity: 0;
	-webkit-filter: blur(100px);
	        filter: blur(100px);
}
#value .mvsubttl.show {
	opacity: 1;
	-webkit-filter: blur(0);
	        filter: blur(0);
	-webkit-transition: 1s;
	transition: 1s;
}
@media screen and (max-width: 768px) {
	#value {
		/*@media screen end*/
	}
	#value .mv {
		aspect-ratio: inherit;
	}
	#value .mvttl {
		top: 42%;
		font-size: clamp(10px, 21vw, 160px);
	}
	#value .mvsubttl {
		width: 90%;
		top: 77%;
		font-size: clamp(10px, 10vw, 32px);
		text-align: center;
	}
}
#value .sec .wrap {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}
#value .sec .sec_h {
	padding: 40px 0 20px;
	position: relative;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #d5c577), color-stop(20%, #d5c577), to(transparent));
	background: linear-gradient(90deg, #d5c577 0, #d5c577 20%, transparent 100%);
}
#value .sec .sec_h p {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	font-size: clamp(10px, 2.2vw, 40px);
	line-height: 1.5;
}
#value .sec .sec_h span {
	color: #8f825c;
}
#value .sec .sec_h .l_txt {
	font-size: 1.4em;
}
#value .sec .sec_h img {
	width: 10%;
	position: absolute;
	top: 18px;
	left: 18vw;
	mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
	#value .sec .sec_h {
		margin-bottom: 12vw;
		padding: 4vw 0 6vw;
	}
	#value .sec .sec_h p {
		font-size: clamp(10px, 5vw, 40px);
		text-align: center;
	}
	#value .sec .sec_h img {
		width: 40%;
		margin: 0 auto;
		display: block;
		position: static;
	}
}
#value .sec._01 {
	padding: 120px 0 200px;
	background: url(../img/bg_01.jpg);
	background-position: center;
	background-size: cover;
}
#value .sec._01 .box._t {
	margin-bottom: 100px;
}
#value .sec._01 .item._l {
	width: 70%;
}
#value .sec._01 .item._l p {
	font-size: clamp(10px, 1.2vw, 16px);
	line-height: 2;
}
#value .sec._01 .item._r {
	width: 25%;
	margin-top: -40px;
}
#value .sec._01 .txt_01 {
	width: 85%;
	margin-top: 60px;
}
#value .sec._01 .box._b {
	margin-top: 120px;
}
#value .sec._01 .box._b .p01 {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-bottom: 40px;
	font-size: clamp(10px, 4vw, 40px);
}
#value .sec._01 .box._b .p02 {
	font-size: clamp(10px, 1.5vw, 16px);
}
#value .sec._01 .box._b .p02 span {
	color: #63552a;
}
#value .sec._01 .box._b .p02 .ul_g_bold {
	font-size: 1.8em;
}
#value .sec._01 .box._b .bg_g {
	font-size: 0.7em;
}
#value .sec._01 .box._b .imgbox {
	margin-top: 60px;
}
@media screen and (max-width: 768px) {
	#value .sec._01 {
		padding: 18vw 0 20vw;
	}
	#value .sec._01 .item._l {
		width: 100%;
	}
	#value .sec._01 .item._l p {
		font-size: clamp(10px, 3.8vw, 24px);
		line-height: 2.2;
		text-align: center;
	}
	#value .sec._01 .item._r {
		width: 60%;
		margin: 15vw auto 0;
	}
	#value .sec._01 .txt_01 {
		margin: 10vw auto 0;
	}
	#value .sec._01 .facade {
		width: 105%;
		padding-right: 5%;
		overflow: scroll;
	}
	#value .sec._01 .facade img {
		width: 200%;
	}
	#value .sec._01 .facade .swipe {
		max-width: 300px;
		width: 50%;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		-webkit-transition: 1s;
		transition: 1s;
	}
	#value .sec._01 .facade .swipe img {
		width: 100%;
	}
	#value .sec._01 .facade .swipe.hidden {
		opacity: 0;
		-webkit-transition: 1s;
		transition: 1s;
	}
	#value .sec._01 .box._b .p01 {
		width: 100%;
		margin-bottom: 10vw;
		font-size: clamp(10px, 5vw, 40px);
		text-align: center;
	}
	#value .sec._01 .box._b .p01 span {
		display: inline-block;
		margin-bottom: 3vw;
	}
	#value .sec._01 .box._b .p02 {
		font-size: clamp(10px, 3.8vw, 24px);
		text-align: center;
	}
}
#value .sec._02 {
	margin-bottom: 150px;
}
#value .sec._02, #value .sec._04 {
	position: relative;
}
#value .sec._02 .imgbox._h, #value .sec._04 .imgbox._h {
	width: 55%;
	position: absolute;
	right: 0;
	top: 0;
}
#value .sec._02 .sec_h, #value .sec._04 .sec_h {
	top: -40px;
}
#value .sec._02 .p01, #value .sec._04 .p01 {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-top: 60px;
	margin-bottom: 40px;
	font-size: clamp(10px, 10vw, 22px);
	line-height: 1.5;
}
#value .sec._02 .p01 span, #value .sec._04 .p01 span {
	color: #8f825c;
	font-size: 1.5em;
}
#value .sec._02 .p02, #value .sec._04 .p02 {
	margin-bottom: 120px;
	font-size: clamp(10px, 1.5vw, 16px);
	line-height: 2;
}
#value .sec._02 .p02 .ul_g_bold, #value .sec._04 .p02 .ul_g_bold {
	color: #8f825c;
	font-size: 1.2em;
}
#value .sec._02 .p02 .ul_g_bold::before, #value .sec._04 .p02 .ul_g_bold::before {
	bottom: 2px;
}
@media screen and (max-width: 768px) {
	#value .sec._02 .sec_h, #value .sec._04 .sec_h {
		top: 0;
	}
	#value .sec._02 .p01, #value .sec._04 .p01 {
		width: 100%;
		margin: 10vw auto 8vw;
		font-size: clamp(10px, 4.2vw, 40px);
		text-align: center;
	}
	#value .sec._02 .p02, #value .sec._04 .p02 {
		margin-bottom: 12vw;
		font-size: clamp(10px, 3.8vw, 24px);
		text-align: center;
	}
}
#value .sec._03, #value .sec._05 {
	padding-bottom: 200px;
}
#value .sec._03 .wrap, #value .sec._05 .wrap {
	position: relative;
}
#value .sec._03 .typebox, #value .sec._05 .typebox {
	width: 80%;
	margin: 120px auto 80px;
}
#value .sec._03 .txtbox, #value .sec._05 .txtbox {
	width: 120px;
	position: absolute;
	top: 0;
	left: -40px;
	mix-blend-mode: soft-light;
}
#value .sec._03 .box, #value .sec._05 .box {
	position: relative;
	z-index: 1;
}
#value .sec._03 .item, #value .sec._05 .item {
	width: 48%;
}
#value .sec._03 .imgbox._r, #value .sec._05 .imgbox._r {
	margin-top: 5vw;
}
#value .sec._03 .imgbox._t, #value .sec._05 .imgbox._t {
	position: relative;
	top: -12vw;
	z-index: 0;
}
#value .sec._03 .p01, #value .sec._05 .p01 {
	position: absolute;
	right: 1vw;
	top: 1.5vw;
	color: #8f825c;
	font-size: clamp(10px, 3vw, 38px);
}
@media screen and (max-width: 768px) {
	#value .sec._03, #value .sec._05 {
		padding-bottom: 20vw;
	}
	#value .sec._03 .typebox, #value .sec._05 .typebox {
		width: 95%;
		margin: 20vw auto 15vw;
	}
	#value .sec._03 .item, #value .sec._05 .item {
		width: 100%;
		margin-bottom: 5vw;
	}
}
#value .sec._05 {
	padding-bottom: 0;
}
@media screen and (max-width: 768px) {
	#value .sec._05 .item {
		margin-bottom: 12vw;
	}
	#value .sec._05 .p01 {
		width: 100%;
		top: 69vw;
		right: auto;
		font-size: clamp(10px, 6vw, 38px);
		text-align: center;
	}
}
#value .sec._06 {
	margin-top: -12vw;
	padding-bottom: 120px;
	background: url(../img/bg_01.jpg);
	background-position: center;
	background-size: cover;
}
#value .sec._06 .wrap {
	margin-top: 120px;
}
#value .sec._06 ul {
	margin-top: 40px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 3%;
}
#value .sec._06 ul._b {
	margin-bottom: 140px;
}
#value .sec._06 li {
	width: 30%;
	text-align: center;
}
#value .sec._06 .p01 {
	padding-bottom: 0.2em;
	font-size: clamp(10px, 10vw, 20px);
	line-height: 1.3;
}
#value .sec._06 .p01 span {
	color: #b8a25d;
}
#value .sec._06 .p01 .for_2l {
	display: inline-block;
	color: #000;
	font-size: clamp(10px, 10vw, 13px);
	line-height: 1.5;
}
#value .sec._06 .p02 {
	margin-top: 0.5em;
	font-size: clamp(10px, 10vw, 15px);
}
#value .sec._06 .p03 {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0.5em auto 0;
	padding: 0.6em 2em 0.3em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(10%, #d5c577), color-stop(90%, #d5c577), to(transparent));
	background: linear-gradient(90deg, transparent 0, #d5c577 10%, #d5c577 90%, transparent 100%);
	color: #fff;
	font-size: clamp(10px, 10vw, 15px);
}
#value .sec._06 .p03 span {
	font-size: 1.8em;
}
#value .sec._06 .imgbox._b {
	margin-top: 160px;
}
@media screen and (max-width: 768px) {
	#value .sec._06 .wrap {
		margin-top: 20vw;
	}
	#value .sec._06 ul {
		margin-top: 10vw;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 3%;
	}
	#value .sec._06 ul._b {
		margin-bottom: 25vw;
	}
	#value .sec._06 li {
		width: 48%;
	}
	#value .sec._06 li.last {
		width: 70%;
		margin-top: 10vw;
	}
	#value .sec._06 .p01 {
		font-size: clamp(10px, 4.5vw, 30px);
	}
	#value .sec._06 .p01 .for_2l {
		font-size: clamp(10px, 2.8vw, 20px);
	}
	#value .sec._06 .p01 .for_2l.for_3l {
		padding: 0.85em 0;
	}
	#value .sec._06 .p02 {
		margin-top: 0.8em;
		font-size: clamp(10px, 3.5vw, 25px);
	}
	#value .sec._06 .p03 {
		width: 100%;
		font-size: clamp(10px, 3vw, 25px);
	}
	#value .sec._06 .imgbox._b {
		margin-top: 30vw;
	}
}
@media screen and (max-width: 768px) {
	#value {
		/*@media screen end*/
	}
}
/*# sourceMappingURL=value.css.map */