/* decor */
html {
	overflow: visible;
}
.fs-l-main {
	margin: 0;
	padding: 0;
	max-width: 100%;
}
h1.fs-c-heading{
    display: none;
}
@media (max-width: 1200px) {
	.fs-l-main {
		max-width: 100%;
		padding: 0;
	}
}
@media (max-width: 1200px) and (min-width: 991px) {
	.fs-l-main .fs-l-pageMain {
		max-width: 100%;
		flex: 0 0 1;
	}
}
@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}
#decor_lp {
	background: #000;
	font-family: 'Noto Serif JP', serif;
	font-feature-settings: "palt";
	font-weight: 400;
}
#decor_lp p {
	margin: auto;
	width: auto;
}
#decor_lp ul,
#decor_lp ol {
	list-style: none;
}
#decor_lp #mainvisual {
	position: relative;
}
#decor_lp #mainvisual .logo {
	position: absolute;
	width: 150px;
	z-index: 3;
	left: 45px;
	top: 20px;
}
#decor_lp #mainvisual > ul {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	overflow: hidden;
}
#decor_lp #mainvisual ul .slick-list,
#decor_lp #mainvisual ul .slick-track,
#decor_lp #mainvisual ul li {
	height: 100%;
}
#decor_lp #mainvisual ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#decor_lp #mainvisual ul .slick-dots {
	bottom: 0;
}
#decor_lp #mainvisual ul .slick-dots li {
	margin: 0 15px;
	width: 1px;
	height: 10px;
	background: rgba(255, 255, 255, 0.6);
	position: relative;
}
#decor_lp #mainvisual ul .slick-dots li::after{
	display: block;
	content: "";
	position: absolute;
	inset: -2px;
	cursor: pointer;
}
#decor_lp #mainvisual ul .slick-dots li.slick-active {
	height: 20px;
}
#decor_lp #mainvisual ul .slick-dots li button {
	display: none;
}
#decor_lp #mainvisual .logo img {
	width: 100%;
	height: auto;
}
#decor_lp #mainvisual .photo {
	position: absolute;
	width: 100px;
	z-index: 3;
	left: 50%;
	top: 130px;
	transform:  translateX(-50%);
}
#decor_lp #mainvisual .textBox {
	padding: 190px 120px 90px;
	text-align: left;
}
#decor_lp #mainvisual .textBox p {
	position: relative;
	z-index: 2;
	color: #FFF;
	font-size: 1.5rem;
	line-height: 2.33;
	letter-spacing: 0.2em;
	font-weight: 200;
}
#decor_lp #mainvisual .textBox .ttl {
	margin-bottom: 16px;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1;	
}
#decor_lp #mainvisual .textBox .ttl span {
	color: #A57A42;
}
#decor_lp #mainvisual .textBox .color {
	margin-bottom: 39px;
	font-size: 2.4rem;
	line-height: 1.66;
	font-weight: 700;
	color: #9F783E;
}
#decor_lp .sec01 {
	font-family: 'Noto Serif JP', serif;
	padding: 90px 120px 100px;
	background-color: #000;
	background-image: url(https://seikoclock.itembox.design/item/lp/decor/bg01.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
#decor_lp .sec01::before,
#decor_lp .sec01::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 400px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
#decor_lp .sec01::after {
	height: 600px;
	top: auto;
	bottom: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
#decor_lp .sec01 .topTtl {
	margin-bottom: 20px;
	font-size: 5.5rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	letter-spacing: 0.25em;
	font-weight: normal;
	position: relative;
	z-index: 2;
}
#decor_lp .sec01 .topTtl small {
	margin-top: 12px;
	display: block;
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
}
#decor_lp .sec01 .topTxt {
	margin-bottom: 60px;
	font-size: 1.5rem;
	text-align: center;
	color: #fff;
	line-height: 2.33;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 2;
}
#decor_lp .sec01 .linkList {
	margin: 0 auto;
	max-width: 960px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}
#decor_lp .sec01 .linkList li {
	margin: 40px 30px 0 0;
	width: calc(50% - 15px);
}
#decor_lp .sec01 .linkList li:nth-of-type(2n) {
	margin-right: 0;
}
#decor_lp .sec01 .linkList li:nth-of-type(-n+2) {
	margin-top: 0;
}
#decor_lp .sec01 .linkList .pho {
	margin-bottom: 15px;
}
#decor_lp .sec01 .linkList p {
	font-size: 1.5rem;
	line-height: 1.666;
	color: #fff;
	text-align: center;
	letter-spacing: 0.1em;
}
#decor_lp .sec01 .linkList .ttl {
	margin-bottom: 5px;
	font-size: 2.4rem;
}
#decor_lp .sec01 .linkList .btn {
	margin: 15px auto 0;
	width: 212px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	border-radius: 20px;
	box-sizing: border-box;
	font-size: 1.4rem;
	color: #fff;
	position: relative;
	background-color: transparent;
	transition: all ease 0.3s;
}
#decor_lp .sec01 .linkList .btn span {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: inherit;
	position: relative;
}
#decor_lp .sec01 .linkList .btn span::after {
	margin-top: -2px;
	position: absolute;
	right: 20px;
	top: 50%;
	content: "";
	width: 11px;
	height: 4px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: skewX(50deg);
}
#decor_lp .sec01 .linkList a:hover .btn {
	background-color: #9F783F;
}
#decor_lp .sec01 .linkList li.coming a {
	pointer-events: none;
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp #mainvisual .logo {
		width: 12.5vw;
	}
	#decor_lp #mainvisual .photo {
		width: 8.33vw;
		top: 10.83vw;
	}
	#decor_lp #mainvisual .textBox {
		padding: 15.83vw 10vw 7.5vw;
	}
	#decor_lp #mainvisual .textBox p {
		font-size: 1.5vw;
	}
	#decor_lp #mainvisual .textBox .ttl {
		font-size: 4vw;
	}
	#decor_lp #mainvisual .textBox .color {
		margin-bottom: 3.25vw;
		font-size: 2.4vw;
	}
	#decor_lp .sec01 {
		padding: 7.5vw 10vw;
	}
	#decor_lp .sec01::before,
	#decor_lp .sec01::after {
		height: 33.33vw;
	}
	#decor_lp .sec01::after {
		height: 50vw;
	}
	#decor_lp .sec01 .topTtl {
		margin-bottom: 1.66vw;
		font-size: 5.5vw;
	}
	#decor_lp .sec01 .topTtl small {
		margin-top: 1vw;
		font-size: 1.5vw;
	}
	#decor_lp .sec01 .topTxt {
		margin-bottom: 5vw;
		font-size: 1.5vw;
	}
	#decor_lp .sec01 .linkList li {
		margin: 3.33vw 2.5vw 0 0;
		width: calc(50% - 2.5vw * 0.5);
	}
	#decor_lp .sec01 .linkList li:nth-of-type(2n) {
		margin-right: 0;
	}
	#decor_lp .sec01 .linkList li:nth-of-type(-n+2) {
		margin-top: 0;
	}
	#decor_lp .sec01 .linkList .pho {
		margin-bottom: 1.25vw;
	}
	#decor_lp .sec01 .linkList p {
		font-size: 1.5vw;
	}
	#decor_lp .sec01 .linkList .ttl {
		margin-bottom: 0.416vw;
		font-size: 2.4vw;
	}
	#decor_lp .sec01 .linkList .btn {
		margin: 1.25vw auto 0;
		width: 17.66vw;
		height: 3.33vw;
		border-radius: 1.66vw;
		font-size: 1.4vw;
	}
}
@media (max-width: 767px) {
	#decor_lp #mainvisual .logo {
		width: 89px;
		left: 20px;
		top: 15px;
	}
	#decor_lp #mainvisual .photo {
		width: 80px;
		top: 80px;
	}
	#decor_lp #mainvisual .textBox {
		padding: 224px 40px 55px;
	}
	#decor_lp #mainvisual .textBox p {
		text-align: center;
		font-size: 1.3rem;
		line-height: 2.019;
		letter-spacing: 0.1em;
	}
	#decor_lp #mainvisual .textBox .ttl {
		font-size: 3rem;
	}
	#decor_lp #mainvisual .textBox .color {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	#decor_lp #mainvisual ul .slick-dots li {
		margin: 0 8px;
		height: 5px;
	}
	#decor_lp #mainvisual ul .slick-dots li.slick-active {
		height: 10px;
	}
	#decor_lp .sec01 {
		padding: 50px 20px 50px;
	}
	#decor_lp .sec01::before,
	#decor_lp .sec01::after {
		height: 200px;
	}
	#decor_lp .sec01::after {
		height: 86px;
	}
	#decor_lp .sec01 .topTtl {
		font-size: 3rem;
	}
	#decor_lp .sec01 .topTtl small {
		font-size: 1.2rem;
	}
	#decor_lp .sec01 .topTxt {
		margin-bottom: 20px;
		font-size: 1.2rem;
		line-height: 2.187;
	}
	#decor_lp .sec01 .linkList li {
		margin: 20px 10px 0 0;
		width: calc(50% - 10px * 0.5);
	}
	#decor_lp .sec01 .linkList .pho {
		margin-bottom: 10px;
	}
	#decor_lp .sec01 .linkList p {
		font-size: 1rem;
		line-height: 1.3125;
	}
	#decor_lp .sec01 .linkList .ttl {
		margin-bottom: 0;
		font-size: 1.3rem;
		line-height: 1.615;
	}
	#decor_lp .sec01 .linkList .btn {
		margin-top: 10px;
		width: 106px;
		height: 20px;
		font-size: 0.7rem;
		border-radius: 10px;
	}
	#decor_lp .sec01 .linkList a:hover .btn {
		background: transparent;
	}
	#decor_lp .sec01 .linkList .btn span::after {
		right: 10px;
		margin-top: -1.5px;
		width: 6px;
		height: 3px;
	}
}

/* sec02 */
#decor_lp .sec02 {
	margin: 0 auto;
	max-width: 1200px;
	padding: 112px 162px 77px;
	box-sizing: border-box;
}
#decor_lp .sec02 .maoList {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
#decor_lp .sec02 .maoList li {
	margin: 28px 85px 0 0;
	width: calc((100% - 85px * 2) / 3);
}
#decor_lp .sec02 .maoList li:nth-of-type(3n) {
	margin-right: 0;
}
#decor_lp .sec02 .maoList li:nth-of-type(-n+3) {
	margin-top: 0;
}
#decor_lp .sec02 .maoList li a {
	display: block;
	position: relative;
	color: #fff;
	font-size: 1.6rem;
	font-weight: normal;
	letter-spacing: 0.2em;
}
#decor_lp .sec02 .maoList li a:hover {
	opacity: 0.7;
}
#decor_lp .sec02 .maoList li a::after {
	margin-top: -3.5px;
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	content: "";
	width: 7px;
	height: 7px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg);
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp .sec02 {
		padding: 9.33vw 13.5vw 6.64vw;
	}
	#decor_lp .sec02 .maoList li {
		margin: 2.3vw 7.08vw 0 0;
		width: calc((100% - 7.08vw * 2) / 3 - 0.1px);
	}
	#decor_lp .sec02 .maoList li:nth-of-type(3n) {
		margin-right: 0;
	}
	#decor_lp .sec02 .maoList li:nth-of-type(-n+3) {
		margin-top: 0;
	}
	#decor_lp .sec02 .maoList li a {
		font-size: 1.6vw;
		letter-spacing: 0;
	}
}
@media (max-width: 767px) {
	#decor_lp .sec02 {
		padding: 8px 27px 18px;
	}
	#decor_lp .sec02 .maoList li {
		margin: 18px 20px 0 0;
		width: calc((100% - 20px * 1) / 2);
	}
	#decor_lp .sec02 .maoList li:nth-of-type(3n) {
		margin-right: 20px;
	}
	#decor_lp .sec02 .maoList li:nth-of-type(-n+3) {
		margin-top: 18px;
	}
	#decor_lp .sec02 .maoList li:nth-of-type(2n) {
		margin-right: 0;
	}
	#decor_lp .sec02 .maoList li:nth-of-type(-n+2) {
		margin-top: 0;
	}
	#decor_lp .sec02 .maoList li a {
		font-size: 1.2rem;
		letter-spacing: 0.05em;
	}
	#decor_lp .sec02 .maoList li a:hover {
		opacity: 1;
	}
	#decor_lp .sec02 .maoList li a::after {
		margin-top: -2px;
		right: 4px;
		width: 4px;
		height: 4px;
	}
}
/* sec03 */
#decor_lp .sec03 {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 120px 70px;
	box-sizing: border-box;
}
#decor_lp .sec03 .inn {
	padding: 68px 50px 57px;
	border: 1px solid #997948;
	background-image: url(https://seikoclock.itembox.design/item/lp/decor/ibuki/bg01.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#decor_lp .sec03 .inn .ttl {
	margin-bottom: 20px;
	font-size: 3.5rem;
	color: #9F783E;
	line-height: 1.428;
}
#decor_lp .sec03 .inn .txtDl {
	margin: 0 15px;
	color: #fff;
	font-size: 1.5rem;
	line-height: 2.187;
	letter-spacing: 0.1em;
}
#decor_lp .sec03 .inn .txtDl dt {
	margin-top: 15px;
	font-size: 2.5rem;
	line-height: 1.2;
}
#decor_lp .sec03 .inn .txtDl dt:first-of-type {
	margin-top: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp .sec03 {
		padding: 0 10vw 10vw;
	}
	#decor_lp .sec03 .inn {
		padding: 5.66vw 4.16vw 4.75vw;
	}
	#decor_lp .sec03 .inn .ttl {
		font-size: 3.5vw;
	}
	#decor_lp .sec03 .inn .txtDl {
		margin: 0 1.25vw;
		font-size: 1.5vw;
	}
	#decor_lp .sec03 .inn .txtDl dt {
		margin-top: 1.25vw;
		font-size: 2.5vw;
	}
}
@media (max-width: 767px) {
	#decor_lp .sec03 {
		padding: 30px 20px 9px;
	}
	#decor_lp .sec03 .inn {
		padding: 20px 17px;
		background-image: url(https://seikoclock.itembox.design/item/lp/decor/ibuki/bg01_sp.png);
	}
	#decor_lp .sec03 .inn .ttl {
		margin-bottom: 10px;
		font-size: 1.8rem;
	}
	#decor_lp .sec03 .inn .txtDl {
		margin: 0 10px;
		font-size: 0.9rem;
	}
	#decor_lp .sec03 .inn .txtDl dt {
		margin-top: 10px;
		font-size: 1.4rem;
		line-height: 1.2;
	}
	#decor_lp .sec03 .inn .txtDl dt:first-of-type {
		margin-top: 0;
	}
}
/* sec04 */
#decor_lp .sec04 {
	padding: 50px 0 15px;
	margin-bottom: 103px;
	position: relative;
}
#decor_lp .sec04 .topTtl {
	margin-bottom: 73px;
	font-size: 3.5rem;
	color: #9F783E;
	text-align: center;
	letter-spacing: 0.15em;
	line-height: 1;
}
#decor_lp .sec04 .imgBox {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
#decor_lp .sec04 .imgBox .photoBox {
	width: 51%;
	padding: 10px 0 0;
}
#decor_lp .sec04 .imgBox .photoBox p {
	margin: 10px 0 0 120px;
	font-size: 1.5rem;
	line-height: 2.66;
	color: #fff;
	letter-spacing: 0.1em;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#decor_lp .sec04 .imgBox .textBox {
	padding: 0 50px;
	box-sizing: border-box;
	flex-grow: 1;
	position: relative;
}
#decor_lp .sec04 .imgBox .textBox p {
	margin-top: 40px;
	font-size: 1.5rem;
	line-height: 2.66;
	color: #fff;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#decor_lp .sec04 .imgBox .textBox p:first-of-type {
	margin-top: 0;
}
#decor_lp .sec04 .pos .img01,
#decor_lp .sec04 .pos .img02 {
	position: absolute;
}
#decor_lp .sec04 .pos .img01 img,
#decor_lp .sec04 .pos .img02 img {
	width: 100%;
	height: auto;
}
#decor_lp .sec04 .pos .img01 {
	width: 523px;
	right: 317px;
	bottom: 0;
}
#decor_lp .sec04 .pos .img02 {
	width: 150px;
	right: 120px;
	bottom: 80px;
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp .sec04 {
		padding: 4.166vw 0 1.25vw;
		margin-bottom: 8.583vw;
	}
	#decor_lp .sec04 .topTtl {
		margin-bottom: 6.083vw;
		font-size: 3.5vw;
	}
	#decor_lp .sec04 .imgBox .photoBox p {
		margin: 0.833vw 0 0 10vw;
		font-size: 1.5vw;
	}
	#decor_lp .sec04 .imgBox .textBox {
		padding: 0 4.166vw;
	}
	#decor_lp .sec04 .imgBox .textBox p {
		margin-top: 3.333vw;
		font-size: 1.5vw;
	}
	#decor_lp .sec04 .imgBox .textBox p:first-of-type {
		margin-top: 0;
	}
	#decor_lp .sec04 .pos .img01 {
		width: 43.5vw;
		right: 26.416vw;
	}
	#decor_lp .sec04 .pos .img02 {
		width: 12.5vw;
		right: 10vw;
		bottom: 6.666vw;
	}
}
@media (max-width: 767px) {
	#decor_lp .sec04 {
		padding: 25px 0 0;
		margin-bottom: 7px;
	}
	#decor_lp .sec04 .topTtl {
		margin-bottom: 20px;
		font-size: 1.8rem;
		line-height: 1.75;
	}
	#decor_lp .sec04 .imgBox {
		flex-wrap: wrap;
	}
	#decor_lp .sec04 .imgBox .photoBox {
		width: 100%;
		padding-bottom: 40px;
		padding-top: 0;
		position: relative;
	}
	#decor_lp .sec04 .imgBox .photoBox p {
		margin: 25px 19px 0;
		font-size: 1rem;
		line-height: 2;
		color: #fff;
		text-align: right;
		width: auto;
	}
	#decor_lp .sec04 .imgBox .textBox {
		padding: 10px 18px;
		box-sizing: border-box;
		flex-grow: 1;
	}
	#decor_lp .sec04 .imgBox .textBox p {
		margin-top: 28px;
		font-size: 1.2rem;
		line-height: 2.5;
	}
	#decor_lp .sec04 .imgBox .textBox p:first-of-type {
		margin-top: 0;
	}
	#decor_lp .sec04 .pos .img01 {
		width: 210px;
		right: 95px;
		bottom: 27px;
	}
	#decor_lp .sec04 .pos .img02 {
		width: 60px;
		right: 15px;
		bottom: 58px;
	}
}
/* sec05 */
#decor_lp .sec05 {
	padding: 50px 0 0;
}
#decor_lp .sec05 .topTtl {
	margin-bottom: 82px;
	font-size: 3.5rem;
	color: #9F783E;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 1;
}
#decor_lp .sec05 .imgBox {
	margin-bottom: 75px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
#decor_lp .sec05 .imgBox .photoBox {
	width: 50%;
	order: 1;
}
#decor_lp .sec05 .imgBox .photoBox .pho img {
	width: 100%;
	height: auto;
}
#decor_lp .sec05 .imgBox .photoBox p {
	margin: 7px 0 0 0;
	font-size: 1.5rem;
	line-height: 2.66;
	color: #fff;
	letter-spacing: 0.1em;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#decor_lp .sec05 .imgBox .textBox {
	padding: 127px 20px 20px 121px;
	box-sizing: border-box;
	flex-grow: 1;
}
#decor_lp .sec05 .imgBox .textBox p {
	margin-top: 40px;
	font-size: 1.5rem;
	line-height: 2.66;
	color: #fff;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#decor_lp .sec05 .imgBox .textBox p:first-of-type {
	margin-top: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp .sec05 {
		padding: 4.166vw 0 0;
	}
	#decor_lp .sec05 .topTtl {
		margin-bottom: 6.833vw;
		font-size: 3.5vw;
	}
	#decor_lp .sec05 .imgBox {
		margin-bottom: 6.25vw;
	}
	#decor_lp .sec05 .imgBox .photoBox p {
		font-size: 1.5vw;
	}
	#decor_lp .sec05 .imgBox .textBox {
		padding: 10.583vw 1.666vw 1.666vw 10.083vw;
	}
	#decor_lp .sec05 .imgBox .textBox p {
		margin-top: 3.333vw;
		font-size: 1.5vw;
	}
	#decor_lp .sec05 .imgBox .textBox p:first-of-type {
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	#decor_lp .sec05 {
		padding-top: 25px;
	}
	#decor_lp .sec05 .topTtl {
		margin-bottom: 33px;
		font-size: 1.8rem;
		line-height: 1.75;
		letter-spacing: 0.2em;
	}
	#decor_lp .sec05 .imgBox {
		margin-bottom: 4px;
		flex-wrap: wrap;
	}
	#decor_lp .sec05 .imgBox .photoBox {
		margin-bottom: 20px;
		width: 100%;
		order: 0;
	}
	#decor_lp .sec05 .imgBox .photoBox p {
		margin: 5px 19px 0;
		font-size: 1rem;
		line-height: 2;
		color: #fff;
		text-align: right;
		width: auto;
	}
	#decor_lp .sec05 .imgBox .textBox {
		padding: 10px 20px;
	}
	#decor_lp .sec05 .imgBox .textBox p {
		margin-top: 30px;
		font-size: 1.2rem;
		line-height: 2.5;
	}
	#decor_lp .sec05 .imgBox .textBox p:first-of-type {
		margin-top: 0;
	}
}
/* sec06 */
#decor_lp .sec06 {
	padding: 0 122px 425px;
	background-image: url(https://seikoclock.itembox.design/item/lp/decor/ibuki/bg02.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
}
#decor_lp .sec06 p {
	color: #fff;
	font-size: 1.5rem;
	line-height: 2.666;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#decor_lp .sec06 .ttl {
	margin-bottom: 35px;
	font-size: 2rem;
	line-height: 2.25;
	color: #9F783E;
	letter-spacing: 0.3em;
	font-family: 'Noto Serif JP', serif;
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp .sec06 {
		padding: 0 10vw 35.416vw;
	}
	#decor_lp .sec06 p {
		font-size: 1.5vw;
	}
	#decor_lp .sec06 .ttl {
		margin-bottom: 2.916vw;
		font-size: 2vw;
	}
}
@media (max-width: 767px) {
	#decor_lp .sec06 {
		margin-bottom: 40px;
		padding: 30px 20px 209px;
		background-image: url(https://seikoclock.itembox.design/item/lp/decor/ibuki/bg02_sp.png);
	}
	#decor_lp .sec06 p {
		font-size: 1.2rem;
		line-height: 2.5;
	}
	#decor_lp .sec06 .ttl {
		margin-bottom: 8px;
		font-size: 1.7rem;
		line-height: 1.985;
		letter-spacing: 0.2em;
	}
}
/* sec07 */
#decor_lp .sec07 {
	padding: 0 0 130px;
}
#decor_lp .sec07 .topTtl {
	margin-bottom: 75px;
	font-size: 3.5rem;
	color: #9F783E;
	text-align: center;
}
#decor_lp .sec07 .imgBox {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
#decor_lp .sec07 .imgBox .photoBox {
	width: 50%;
}
#decor_lp .sec07 .imgBox .photoBox p {
	margin: 7px 0 0 120px;
	font-size: 1.5rem;
	line-height: 2.66;
	color: #fff;
	letter-spacing: 0.1em;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#decor_lp .sec07 .imgBox .textBox {
	padding: 127px 50px 10px;
	box-sizing: border-box;
	flex-grow: 1;
}
#decor_lp .sec07 .imgBox .textBox p {
	margin-top: 35px;
	font-size: 1.5rem;
	line-height: 2.66;
	color: #fff;
	letter-spacing: 0.08em;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#decor_lp .sec07 .imgBox .textBox .ttl {
	margin-top: 0;
	color: #9F783E;
	font-size: 2rem;
	line-height: 2.25;
	letter-spacing: 0.3em;
	font-family: 'Noto Serif JP', serif;
}
#decor_lp .sec07 .imgBox01 {
	margin-bottom: 55px;
	margin-top: -7px;
}
#decor_lp .sec07 .imgBox01 .photoBox {
	order: 1;
	margin-right: 120px;
	width: 300px;
}
#decor_lp .sec07 .imgBox01 .textBox {
	padding: 60px 10px 10px 120px;
}
#decor_lp .sec07 .imgBox .textBox p {
	margin-top: 31px;
}
#decor_lp .sec07 .imgBox01 .textBox .ttl {
	color: #fff;
}
#decor_lp .sec07 .imgBox01 .textBox .rtl {
	text-align: right;
	padding-right: 45px;
}

#decor_lp .sec07 .link {
	margin: 0 auto;
	width: 450px;
}
#decor_lp .sec07 .link a {
	padding: 0 40px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	color: #9F783E;
	font-size: 1.3rem;
	position: relative;
	border: 1px solid #866D49;
	letter-spacing: 0.1em;
	font-weight: 700;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#decor_lp .sec07 .link a:hover {
	opacity: 0.7;
}
#decor_lp .sec07 .link a::after {
	margin-top: -3px;
	display: block;
	position: absolute;
	right: 17px;
	top: 50%;
	content: "";
	width: 6px;
	height: 6px;
	border-right: 1px solid #866D49;
	border-bottom: 1px solid #866D49;
	transform: rotate(-45deg);
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp .sec07 {
		padding: 0 0 10.83vw;
	}
	#decor_lp .sec07 .topTtl {
		margin-bottom: 6.25vw;
		font-size: 3.5vw;
	}
	#decor_lp .sec07 .imgBox .photoBox p {
		margin: 0.583vw 0 0 10vw;
		font-size: 1.5vw;
	}
	#decor_lp .sec07 .imgBox .textBox {
		padding: 10.583vw 4.166vw 0.833vw;
	}
	#decor_lp .sec07 .imgBox .textBox p {
		margin-top: 2.916vw;
		font-size: 1.5vw;
	}
	#decor_lp .sec07 .imgBox .textBox .ttl {
		font-size: 2vw;
	}
	#decor_lp .sec07 .imgBox01 {
		margin-bottom: 4.583vw;
		margin-top: -0.583vw;
	}
	#decor_lp .sec07 .imgBox01 .photoBox {
		margin-right: 10vw;
		width: 25vw;
	}
	#decor_lp .sec07 .imgBox01 .textBox {
		padding: 5vw 0.833vw 0.833vw 10vw;
	}
	#decor_lp .sec07 .imgBox .textBox p {
		margin-top: 2.583vw;
	}
	#decor_lp .sec07 .imgBox01 .textBox .rtl {
		padding-right: 3.75vw;
	}
	#decor_lp .sec07 .link {
		width: 37.5vw;
	}
	#decor_lp .sec07 .link a {
		padding: 0 3.333vw;
		height: 3.333vw;
		font-size: 1.3vw;
	}
}
@media (max-width: 767px) {
	#decor_lp .sec07 {
		padding: 0 0 38px;
	}
	#decor_lp .sec07 .topTtl {
		margin-bottom: 8px;
		font-size: 1.7rem;
		line-height: 1.985;
		letter-spacing: 0.2em;
	}
	#decor_lp .sec07 .imgBox {
		flex-wrap: wrap;
	}
	#decor_lp .sec07 .imgBox .photoBox {
		margin-top: 23px;
		width: 100%;
		order: 1;
	}
	#decor_lp .sec07 .imgBox .photoBox p {
		margin: 5px 19px 0;
		font-size: 1rem;
		line-height: 2;
		color: #fff;
		text-align: right;
		width: auto;
	}
	#decor_lp .sec07 .imgBox .textBox {
		padding: 10px 20px;
		box-sizing: border-box;
	}
	#decor_lp .sec07 .imgBox .textBox p {
		margin-top: 0;
		font-size: 1.2rem;
		line-height: 2.5;
	}
	#decor_lp .sec07 .imgBox .textBox .ttl {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 1.7rem;
		line-height: 1.985;
		letter-spacing: 0.2em;
	}
	#decor_lp .sec07 .flexBox {
		display: flex;
	}
	#decor_lp .sec07 .imgBox01 {
		margin-bottom: 20px;
		margin-top: 12px;
		display: block;
		width: 100%;
	}
	#decor_lp .sec07 .imgBox01 .photoBox {
		order: 1;
		margin: 0 20px 0 0;
		width: 150px;
		float: right;
		height: 100%;
		display: flex;
		align-items: flex-end;
		shape-outside: inset(calc(100% - 153px) 0 0);
	}
	#decor_lp .sec07 .imgBox01 .textBox {
		padding: 10px 20px;
	}
	#decor_lp .sec07 .imgBox01 .textBox .ttl {
		margin-bottom: 20px;
	}
	#decor_lp .sec07 .imgBox01 .textBox .rtl {
		margin-top: 60px;
		padding-right: 0;
		font-size: 1rem;
		line-height: 2;
		text-align: left;
	}
	
	#decor_lp .sec07 .link {
		margin: 0 20px;
		width: auto;
	}
	#decor_lp .sec07 .link a {
		padding: 0 20px;
		height: 30px;
		font-size: 1rem;
	}
	#decor_lp .sec07 .link a:hover {
		opacity: 1;
	}
	#decor_lp .sec07 .link a::after {
		margin-top: -2px;
		right: 10px;
		width: 4px;
		height: 4px;
	}
}
/* sec08 */
#decor_lp .sec08 {
	padding: 0 0 93px;
}
#decor_lp .sec08 .imgBox {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
#decor_lp .sec08 .imgBox .photoBox {
	width: 50%;
}
#decor_lp .sec08 .imgBox .photoBox p {
	margin: 10px 0 0 120px;
	font-size: 1.5rem;
	line-height: 2.66;
	color: #fff;
	letter-spacing: 0.1em;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}
#decor_lp .sec08 .imgBox .textBox {
	padding: 133px 50px 20px;
	box-sizing: border-box;
	flex-grow: 1;
}
#decor_lp .sec08 .imgBox .textBox p {
	margin-top: 35px;
	font-size: 1.5rem;
	line-height: 2.66;
	color: #fff;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#decor_lp .sec08 .imgBox .textBox .ttl {
	margin-top: 0;
	font-size: 2rem;
	line-height: 2.25;
	letter-spacing: 0.3em;
	font-family: 'Noto Serif JP', serif;
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp .sec08 {
		padding: 0 0 7.75vw;
	}
	#decor_lp .sec08 .imgBox .photoBox p {
		margin: 0.833vw 0 0 10vw;
		font-size: 1.5vw;
	}
	#decor_lp .sec08 .imgBox .textBox {
		padding: 11.083vw 4.166vw 1.666vw;
	}
	#decor_lp .sec08 .imgBox .textBox p {
		margin-top: 2.916vw;
		font-size: 1.5vw;
	}
	#decor_lp .sec08 .imgBox .textBox .ttl {
		font-size: 2vw;
	}
}
@media (max-width: 767px) {
	#decor_lp .sec08 {
		padding: 0 0 16px;
	}
	#decor_lp .sec08 .imgBox {
		flex-wrap: wrap;
	}
	#decor_lp .sec08 .imgBox .photoBox {
		width: 100%;
	}
	#decor_lp .sec08 .imgBox .photoBox p {
		margin: 5px 19px 0;
		font-size: 1rem;
		line-height: 2;
		color: #fff;
		text-align: right;
		width: auto;
	}
	#decor_lp .sec08 .imgBox .textBox {
		padding: 10px 20px;
	}
	#decor_lp .sec08 .imgBox .textBox p {
		margin-top: 0;
		font-size: 1.2rem;
		line-height: 2.5;
	}
	#decor_lp .sec08 .imgBox .textBox .ttl {
		margin-bottom: 7px;
		margin-top: 0;
		font-size: 1.6rem;
		line-height: 2.109;
		letter-spacing: 0.2em;
	}
}
/* sec09 */
#decor_lp .sec09 {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 0 100px;
	box-sizing: border-box;
}
#decor_lp .sec09 .inn {
	margin: 0 120px;
}
#decor_lp .sec09 .ttl {
	margin-bottom: 68px;
	font-size: 3.5rem;
	color: #9F783E;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 1;
}
#decor_lp .sec09 .detailList {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
#decor_lp .sec09 .detailList li {
	margin: 0 66px 0 0;
	width: calc((100% - 66px * 2) / 3);
}
#decor_lp .sec09 .detailList li:nth-of-type(3n) {
	margin-right: 0;
}
#decor_lp .sec09 .detailList li .pho {
	padding: 0 33px 20px;
}
#decor_lp .sec09 .detailList li .pho img {
	width: 100%;
	height: auto;
}
#decor_lp .sec09 .detailList li p {
	margin: 0;
	color: #fff;
	font-size: 2.5rem;
	line-height: 1.2;
	text-align: center;
}
#decor_lp .sec09 .detailList li p small {
	font-size: 0.7em;
}
#decor_lp .sec09 .detailList li .btn {
	margin-top: 28px;
}
#decor_lp .sec09 .detailList li .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	color: #000;
	font-size: 1.3rem;
	position: relative;
	background: #9F783E;
	font-weight: 700;
}
#decor_lp .sec09 .detailList li .btn a:hover {
	opacity: 0.7;
}
#decor_lp .sec09 .detailList li .btn a::after {
	margin-top: -3px;
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	content: "";
	width: 6px;
	height: 6px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(-45deg);
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp .sec09 {
		padding: 0 0 8.083vw;
	}
	#decor_lp .sec09 .inn {
		margin: 0 10vw;
	}
	#decor_lp .sec09 .ttl {
		margin-bottom: 5.666vw;
		font-size: 3.5vw;
	}
	#decor_lp .sec09 .detailList li {
		margin: 0 5.5vw 0 0;
		width: calc((100% - 5.5vw * 2) / 3 - 0.1px);
	}
	#decor_lp .sec09 .detailList li:nth-of-type(3n) {
		margin-right: 0;
	}
	#decor_lp .sec09 .detailList li .pho {
		padding: 0 2.75vw 1.666vw;
	}
	#decor_lp .sec09 .detailList li p {
		font-size: 2.5vw;
	}
	#decor_lp .sec09 .detailList li .btn {
		margin-top: 2.333vw;
	}
	#decor_lp .sec09 .detailList li .btn a {
		height: 3.333vw;
		font-size: 1.3vw;
	}
}
@media (max-width: 767px) {
	#decor_lp .sec09 {
		padding: 0 0 45px;
	}
	#decor_lp .sec09 .inn {
		margin: 0 20px;
	}
	#decor_lp .sec09 .ttl {
		margin-bottom: 19px;
		font-size: 1.8rem;
		line-height: 1.75;
		letter-spacing: 0.2em;
	}
	#decor_lp .sec09 .detailList {
		justify-content: center;
	}
	#decor_lp .sec09 .detailList li {
		margin: 56px 25px 0 0;
		width: calc((100% - 25px * 1) / 2);
	}
	#decor_lp .sec09 .detailList li:nth-of-type(3n) {
		margin-right: 25px;
	}
	#decor_lp .sec09 .detailList li:nth-of-type(2n+1) {
		margin-right: 0;
	}
	#decor_lp .sec09 .detailList li:first-of-type {
		margin: 0 26px;
	}
	#decor_lp .sec09 .detailList li .pho {
		padding: 0 28px 20px;
		/* aspect-ratio: 1/2.074; */
	}
	#decor_lp .sec09 .detailList li p {
		margin: 0;
		font-size: 1.5rem;
	}
	#decor_lp .sec09 .detailList li .btn {
		margin-top: 15px;
	}
	#decor_lp .sec09 .detailList li .btn a {
		height: 30px;
		color: #000;
		font-size: 1rem;
	}
	#decor_lp .sec09 .detailList li .btn a:hover {
		opacity: 1;
	}
	#decor_lp .sec09 .detailList li .btn a::after {
		margin-top: -2px;
		right: 10px;
		width: 4px;
		height: 4px;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
	}
}
/* sec10 */
#decor_lp .sec10 {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 120px 103px;
	box-sizing: border-box;
}
#decor_lp .sec10 .video img {
	width: 100%;
	height: auto;
}
#decor_lp .sec10 .video a:hover {
	opacity: 0.7;
}
#decor_lp .sec10 .link {
	margin: 90px auto 0;
	width: 450px;
}
#decor_lp .sec10 .link a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	color: #9F783E;
	font-size: 1.3rem;
	position: relative;
	font-weight: 700;
	border: 1px solid #9F783E;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#decor_lp .sec10 .link a:hover {
	opacity: 0.7;
}
#decor_lp .sec10 .link a::after {
	margin-top: -3px;
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	content: "";
	width: 6px;
	height: 6px;
	border-right: 1px solid #9F783E;
	border-bottom: 1px solid #9F783E;
	transform: rotate(-45deg);
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp .sec10 {
		padding: 0 10vw 8.583vw;
	}
	#decor_lp .sec10 .link {
		margin: 7.5vw auto 0;
		width: 37.5vw;
	}
	#decor_lp .sec10 .link a {
		height: 3.333vw;
		font-size: 1.3vw;
	}
}
@media (max-width: 767px) {
	#decor_lp .sec10 {
		padding: 0 20px 53px;
	}
	#decor_lp .sec10 .link {
		margin: 40px 0 0;
		width: 100%;
	}
	#decor_lp .sec10 .link a {
		height: 30px;
		font-size: 1rem;
	}
	#decor_lp .sec10 .link a:hover {
		opacity: 1;
	}
	#decor_lp .sec10 .link a::after {
		margin-top: -2px;
		right: 10px;
		width: 4px;
		height: 4px;
	}
}
/* comLink */
#decor_lp .comLink {
	margin: 100px auto 0;
	width: 450px;
	position: relative;
	z-index: 2;
}
#decor_lp .comLink a {
	padding: 0 40px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	color: #9F783E;
	font-size: 1.3rem;
	position: relative;
	border: 1px solid #866D49;
	letter-spacing: 0.1em;
	font-weight: 700;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#decor_lp .comLink a:hover {
	opacity: 0.7;
}
#decor_lp .comLink a::after {
	margin-top: -3px;
	display: block;
	position: absolute;
	right: 17px;
	top: 50%;
	content: "";
	width: 6px;
	height: 6px;
	border-right: 1px solid #866D49;
	border-bottom: 1px solid #866D49;
	transform: rotate(-45deg);
}
#decor_lp .comLink.blue a {
	color: #FFF;
	border-color: #0065B6;
	background: #0065B6;
}
#decor_lp .comLink.blue a::after {
	border-right-color: #fff;
	border-bottom-color: #fff;
}
@media (max-width: 991px) and (min-width: 768px) {
	
	#decor_lp .comLink {
		margin-top: 8.33vw;
		width: 37.5vw;
	}
	#decor_lp .comLink a {
		padding: 0 3.333vw;
		height: 3.333vw;
		font-size: 1.3vw;
	}
}
@media (max-width: 767px) {
	
	#decor_lp .comLink {
		margin: 40px 20px 0;
		width: auto;
	}
	#decor_lp .comLink a {
		padding: 0 20px;
		height: 30px;
		font-size: 1rem;
	}
	#decor_lp .comLink a:hover {
		opacity: 1;
	}
	#decor_lp .comLink a::after {
		margin-top: -2px;
		right: 10px;
		width: 4px;
		height: 4px;
	}
}
/* fugetsu */
#decor_lp.fugetsu_lp {
	background: rgba(77, 14, 23, 1);
}
#decor_lp.fugetsu_lp #mainvisual .bg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: auto;
	height: auto;
	box-sizing: border-box;
}
#decor_lp #mainvisual .bg img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}
#decor_lp.fugetsu_lp #mainvisual .textBox {
	padding: 271px 120px 164px;
}
#decor_lp.fugetsu_lp #mainvisual .textBox .ttl {
	margin-bottom: 25px;
}
#decor_lp.fugetsu_lp .secBg {
	position: relative;
}
#decor_lp.fugetsu_lp .secBg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(77, 14, 23, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
	background-position: center top;
	z-index: 1;
}
#decor_lp.fugetsu_lp .secBg .secInn {
	padding: 89px 0 100px;
	position: relative;
	z-index: 10;
}
#decor_lp.fugetsu_lp .txtTtl {
	margin-bottom: 69px;
	font-size: 3.5rem;
	line-height: 1.5;
	color: #9F783E;
	text-align: center;
	letter-spacing: 0.2em;
}
#decor_lp.fugetsu_lp .imgBox {
	margin-bottom: 50px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
#decor_lp.fugetsu_lp .imgBox .photoBox {
	width: 50.8%;
	flex-shrink: 0;
}
#decor_lp.fugetsu_lp .imgBox p {
	font-size: 1.5rem;
	line-height: 2.66;
	color: #fff;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.12em;
}
#decor_lp.fugetsu_lp .imgBox .textBox {
	padding: 41px 50px 20px;
	box-sizing: border-box;
	flex-grow: 1;
}
#decor_lp.fugetsu_lp .imgBox .textBox p {
	margin-top: 35px;
}
#decor_lp.fugetsu_lp .imgBox .textBox p:first-of-type {
	margin-top: 0;
}
#decor_lp.fugetsu_lp .imgBox .textBox .ttl {
	margin-top: 0;
	font-size: 2rem;
	line-height: 2.25;
	letter-spacing: 0.3em;
	font-family: 'Noto Serif JP', serif;
}
#decor_lp.fugetsu_lp .imgBox01 {
	margin-bottom: 67px;
}
#decor_lp.fugetsu_lp .imgBox01 .photoBox {
	width: 49.2%;
	order: 1;
}
#decor_lp.fugetsu_lp .imgBox01 .textBox {
	padding: 83px 20px 20px 119px;
}
#decor_lp.fugetsu_lp .imgBox01 .phoList {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
#decor_lp.fugetsu_lp .imgBox01 .phoList li {
	width: 50%;
}
#decor_lp.fugetsu_lp .imgBox01 .phoList li img {
	width: 100%;
	height: auto;
}
#decor_lp.fugetsu_lp .inn {
	margin: 0 auto;
	max-width: 960px;
}
#decor_lp.fugetsu_lp .textBdBox {
	margin-bottom: 92px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 46px 0 42px;
}
#decor_lp.fugetsu_lp .textBdBox p {
	font-size: 1.5rem;
	line-height: 2.66;
	color: #fff;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.12em;
	text-align: left;
}
#decor_lp.fugetsu_lp .textBdBox .ttl {
	margin-bottom: 8px;
	font-size: 2.8rem;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.25em;
}
#decor_lp.fugetsu_lp .inn .txtTtl {
	margin-bottom: 83px;
}
#decor_lp.fugetsu_lp .detailBox {
	margin-top: 109px;
}
#decor_lp.fugetsu_lp .detailBox:first-of-type {
	margin-top: 0;
}
#decor_lp.fugetsu_lp .detailBox .imgBox {
	margin-bottom: 0;
}
#decor_lp.fugetsu_lp .detailBox .imgBox .textBox {
	padding: 0 0 0 96px;
}
#decor_lp.fugetsu_lp .detailBox .imgBox .textBox p {
	margin-top: 0;
	line-height: 2.2;
	letter-spacing: 0;
}
#decor_lp.fugetsu_lp .detailBox .imgBox .textBox dl {
	font-size: 1.5rem;
	line-height: 2.15;
	font-size: 1.5rem;
    color: #fff;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.12em;
}
#decor_lp.fugetsu_lp .detailBox .imgBox .textBox .noteText {
	margin-top: 15px;
}
#decor_lp.fugetsu_lp .detailBox .imgBox .textBox .noteText span {
	margin: -3px 5px 0 0;
	padding: 0 3px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #fff;
	font-size: 1.2rem;
	line-height: 1.2;
}
#decor_lp.fugetsu_lp .detailBox .imgBox .textBox dt {
	float: left;
	width: 7em;
	box-sizing: border-box;
	padding-right: 1.5em;
	clear: both;
}
#decor_lp.fugetsu_lp .detailBox .imgBox .textBox dd {
	padding-left: 7em;
	position: relative;
}
#decor_lp.fugetsu_lp .detailBox .imgBox .textBox dd::before {
	content: "";
	height: auto;
	width: 1px;
	background: #fff;
	position: absolute;
	left: 6.2em;
	top: 0;
	bottom: 0;
}
#decor_lp.fugetsu_lp .detailBox .imgBox .textBox dd:first-of-type:before {
	top: 6px;
}
#decor_lp.fugetsu_lp .detailBox .imgBox .textBox dd:last-of-type:before {
	bottom: 6px;
}
#decor_lp.fugetsu_lp .detailBox .imgBox .textBox .price {
	margin-bottom: 15px;
	font-size: 2.5rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
#decor_lp.fugetsu_lp .detailBox .imgBox .textBox .price small {
	font-size: 0.7em;
}
#decor_lp.fugetsu_lp .detailBox .imgBox .photoBox {
	padding-top: 8px;
	width: 45.6%;
}
#decor_lp.fugetsu_lp .detailBox .imgBox .photoBox .pho img {
	width: 100%;
	height: auto;
}
#decor_lp.fugetsu_lp .detailBox .btn {
	margin: 67px auto 0;
	width: 476px;
}
#decor_lp.fugetsu_lp .detailBox .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	color: #4C0D16;
	font-size: 1.3rem;
	position: relative;
	background: #9F783E;
	font-weight: 700;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#decor_lp.fugetsu_lp .detailBox .btn a:hover {
	opacity: 0.7;
}
#decor_lp.fugetsu_lp .detailBox .btn a::after {
	margin-top: -3px;
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	content: "";
	width: 6px;
	height: 6px;
	border-right: 1px solid #4C0D16;
	border-bottom: 1px solid #4C0D16;
	transform: rotate(-45deg);
}
#decor_lp.fugetsu_lp .detailBox01 {
	margin-top: 122px;
}
#decor_lp.fugetsu_lp .detailBox01 .imgBox .photoBox {
	order: 1;
}
#decor_lp.fugetsu_lp .detailBox01 .imgBox .textBox {
	padding: 0 20px 0 0;
}
#decor_lp.fugetsu_lp .detailBox02 {
	margin-top: 181px;
}
#decor_lp.fugetsu_lp .detailBox02 .imgBox .photoBox {
	padding-top: 0;
	width: 35.5%;
}
#decor_lp.fugetsu_lp .detailBox02 .imgBox .textBox {
	padding: 0 0 0 61px;
}
#decor_lp.fugetsu_lp .detailBox02 .subBox {
	margin: 20px 0 24px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#decor_lp.fugetsu_lp .detailBox02 .subBox .subPho {
	width: 47.8%;
	flex-shrink: 0;
}
#decor_lp.fugetsu_lp .detailBox02 .subBox .subPho img {
	width: 100%;
	height: auto;
}
#decor_lp.fugetsu_lp .detailBox02 .subBox .subTxt {
	padding: 20px;
	box-sizing: border-box;
	flex-grow: 1;
}
#decor_lp.fugetsu_lp .detailBox02 .btn {
	margin: 64px 0 0 0;
}
#decor_lp.fugetsu_lp .inn .comLink {
	margin: 109px auto 0;
}
#decor_lp.fugetsu_lp .inn .comLink01 {
	margin-top: 35px;
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp.fugetsu_lp #mainvisual .textBox {
		padding: 22.583vw 10vw 13.66vw;
	}
	#decor_lp.fugetsu_lp #mainvisual .textBox .ttl {
		margin-bottom: 2.08vw;
	}
	#decor_lp.fugetsu_lp .secBg .secInn {
		padding: 7.41vw 0 8.33vw;
	}
	#decor_lp.fugetsu_lp .txtTtl {
		margin-bottom: 7.416vw;
		font-size: 3.5vw;
	}
	#decor_lp.fugetsu_lp .imgBox {
		margin-bottom: 4.166vw;
	}
	#decor_lp.fugetsu_lp .imgBox p {
		font-size: 1.5vw;
	}
	#decor_lp.fugetsu_lp .imgBox .textBox {
		padding: 3.416vw 4.166vw 1.666vw;
		box-sizing: border-box;
	}
	#decor_lp.fugetsu_lp .imgBox .textBox p {
		margin-top: 2.916vw;
	}
	#decor_lp.fugetsu_lp .imgBox .textBox p:first-of-type {
		margin-top: 0;
	}
	#decor_lp.fugetsu_lp .imgBox .textBox .ttl {
		font-size: 2vw;
	}
	#decor_lp.fugetsu_lp .imgBox01 {
		margin-bottom: 5.583vw;
	}
	#decor_lp.fugetsu_lp .imgBox01 .textBox {
		padding: 6.916vw 1.666vw 1.666vw 9.916vw;
	}
	#decor_lp.fugetsu_lp .textBdBox {
		margin-bottom: 7.666vw;
		padding: 3.833vw 0 3.5vw;
	}
	#decor_lp.fugetsu_lp .textBdBox p {
		font-size: 1.5vw;
	}
	#decor_lp.fugetsu_lp .textBdBox .ttl {
		margin-bottom: 0.666vw;
		font-size: 2.8vw;
	}
	#decor_lp.fugetsu_lp .inn .txtTtl {
		margin-bottom: 6.916vw;
	}
	#decor_lp.fugetsu_lp .detailBox {
		margin-top: 9.083vw;
	}
	#decor_lp.fugetsu_lp .detailBox:first-of-type {
		margin-top: 0;
	}
	#decor_lp.fugetsu_lp .detailBox .imgBox {
		margin-bottom: 0;
	}
	#decor_lp.fugetsu_lp .detailBox .imgBox .textBox {
		padding: 0 0 0 8vw;
	}
	#decor_lp.fugetsu_lp .detailBox .imgBox .textBox dl {
		font-size: 1.5vw;
	}
	#decor_lp.fugetsu_lp .detailBox .imgBox .textBox .noteText {
		margin-top: 1.25vw;
	}
	#decor_lp.fugetsu_lp .detailBox .imgBox .textBox .noteText span {
		margin: -0.25vw 0.416vw 0 0;
		padding: 0 0.25vw;
		font-size: 1.2vw;
	}
	#decor_lp.fugetsu_lp .detailBox .imgBox .textBox dd:first-of-type:before {
		top: 0.5vw;
	}
	#decor_lp.fugetsu_lp .detailBox .imgBox .textBox dd:last-of-type:before {
		bottom: 0.5vw;
	}
	#decor_lp.fugetsu_lp .detailBox .imgBox .textBox .price {
		margin-bottom: 1.25vw;
		font-size: 2.5vw;
	}
	#decor_lp.fugetsu_lp .detailBox .imgBox .photoBox {
		padding-top: 0.666vw;
	}
	#decor_lp.fugetsu_lp .detailBox .btn {
		margin: 5.583vw auto 0;
		width: 39.66vw;
	}
	#decor_lp.fugetsu_lp .detailBox .btn a {
		height: 3.333vw;
		font-size: 1.3vw;
	}
	#decor_lp.fugetsu_lp .detailBox01 {
		margin-top: 10.166vw;
	}
	#decor_lp.fugetsu_lp .detailBox01 .imgBox .textBox {
		padding: 0 1.666vw 0 0;
	}
	#decor_lp.fugetsu_lp .detailBox02 {
		margin-top: 15.083vw;
	}
	#decor_lp.fugetsu_lp .detailBox02 .imgBox .textBox {
		padding: 0 0 0 5.083vw;
	}
	#decor_lp.fugetsu_lp .detailBox02 .subBox {
		margin: 1.666vw 0 2vw;
	}

	#decor_lp.fugetsu_lp .detailBox02 .subBox .subTxt {
		padding: 20px;
	}
	#decor_lp.fugetsu_lp .detailBox02 .btn {
		margin: 1.666vw 0 0 0;
	}
	#decor_lp.fugetsu_lp .inn {
		max-width: 80vw;
	}
	#decor_lp.fugetsu_lp .inn .comLink {
		margin: 9.083vw auto 0;
	}
	#decor_lp.fugetsu_lp .inn .comLink01 {
		margin-top: 2.916vw;
	}
}
@media (max-width: 767px) {
	#decor_lp.fugetsu_lp #mainvisual .textBox {
		padding: 80px 40px 288px;
	}
	#decor_lp.fugetsu_lp #mainvisual .textBox .ttl {
		margin-bottom: 32px;
	}
	#decor_lp.fugetsu_lp .secBg .secInn {
		padding: 30px 0 60px;
	}
	#decor_lp.fugetsu_lp .txtTtl {
		margin-bottom: 33px;
		font-size: 1.8rem;
		line-height: 1.75;
		letter-spacing: 0.2em;
	}
	#decor_lp.fugetsu_lp .imgBox {
		margin-bottom: 20px;
		flex-wrap: wrap;
	}
	#decor_lp.fugetsu_lp .imgBox p {
		font-size: 1.2rem;
	}
	#decor_lp.fugetsu_lp .imgBox .photoBox {
		width: 100%;
		order: 0;
	}
	#decor_lp.fugetsu_lp .imgBox .textBox {
		padding: 10px 20px;
	}
	#decor_lp.fugetsu_lp .imgBox .textBox p {
		margin-top: 10px;
		font-size: 1.2rem;
		line-height: 2.5;
	}
	#decor_lp.fugetsu_lp .imgBox .textBox p:first-of-type {
		margin-top: 0;
	}
	#decor_lp.fugetsu_lp .imgBox .textBox .ttl {
		font-size: 1.7rem;
	}
	#decor_lp.fugetsu_lp .imgBox01 {
		margin-bottom: 20px;
	}
	#decor_lp.fugetsu_lp .imgBox01 .textBox {
		padding: 10px 20px;
	}
	#decor_lp.fugetsu_lp .textBdBox {
		margin-bottom: 20px;
		padding: 10px 20px;
	}
	#decor_lp.fugetsu_lp .textBdBox p {
		font-size: 1.2rem;
	}
	#decor_lp.fugetsu_lp .textBdBox .ttl {
		margin-bottom: 10px;
		font-size: 1.7rem;
	}
	#decor_lp.fugetsu_lp .inn .txtTtl {
		margin-bottom: 20px;
	}
	#decor_lp.fugetsu_lp .detailBox {
		margin-top: 20px;
	}
	#decor_lp.fugetsu_lp .detailBox:first-of-type {
		margin-top: 0;
	}
	#decor_lp.fugetsu_lp .detailBox .imgBox {
		margin-bottom: 0;
	}
	#decor_lp.fugetsu_lp .detailBox .imgBox .textBox {
		padding: 10px 20px;
	}
	#decor_lp.fugetsu_lp .detailBox .imgBox .textBox dl {
		font-size: 1.2rem;
	}
	#decor_lp.fugetsu_lp .detailBox .imgBox .textBox .noteText {
		margin-top: 5px;
	}
	#decor_lp.fugetsu_lp .detailBox .imgBox .textBox .noteText span {
		margin: -3px 5px 0 0;
		padding: 0 3px;
		font-size: 1rem;
	}
	#decor_lp.fugetsu_lp .detailBox .imgBox .textBox dd:first-of-type:before {
		top: 3px;
	}
	#decor_lp.fugetsu_lp .detailBox .imgBox .textBox dd:last-of-type:before {
		bottom: 3px;
	}
	#decor_lp.fugetsu_lp .detailBox .imgBox .textBox .price {
		margin-bottom: 5px;
		font-size: 1.7rem;
	}
	#decor_lp.fugetsu_lp .detailBox .imgBox .photoBox {
		padding-top: 0;
		width: 100%;
		order: 0;
	}
	#decor_lp.fugetsu_lp .detailBox .btn {
		margin:  10px 10px 20px;
		width: auto;
	}
	#decor_lp.fugetsu_lp .detailBox .btn a {
		height: 30px;
		font-size: 1rem;
	}
	#decor_lp.fugetsu_lp .detailBox .btn a::after {
		margin-top: -2px;
		right: 10px;
		width: 4px;
		height: 4px;
	}
	#decor_lp.fugetsu_lp .detailBox01 {
		margin-top: 20px;
	}
	#decor_lp.fugetsu_lp .detailBox01 .imgBox .textBox {
		padding: 10px 20px;
	}
	#decor_lp.fugetsu_lp .detailBox02 {
		margin-top: 20px;
	}
	#decor_lp.fugetsu_lp .detailBox02 .imgBox .textBox {
		padding: 10px 20px;
	}
	#decor_lp.fugetsu_lp .detailBox02 .subBox {
		margin: 10px 0;
	}
	#decor_lp.fugetsu_lp .detailBox02 .subBox .subTxt {
		padding: 20px;
	}
	#decor_lp.fugetsu_lp .detailBox02 .btn {
		margin: 10px 0 0 0;
	}
	#decor_lp.fugetsu_lp .inn {
		margin: 0 20px;
		max-width: unset;
	}
	#decor_lp.fugetsu_lp .inn .comLink {
		margin: 20px 20px 0;
		width: auto;
	}
}
/* d_yukyu */
#decor_lp.d_yukyu_lp {
	background: rgba(230, 226, 224, 1);
}
#decor_lp.d_yukyu_lp #mainvisual {
	background: #000;
}
#decor_lp.d_yukyu_lp #mainvisual .bg,
#decor_lp.d_yukyu_lp #mainvisual .movie {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: auto;
	height: auto;
	box-sizing: border-box;
}
#decor_lp.d_yukyu_lp #mainvisual .bg {
	z-index: 1;
	overflow: hidden;
	opacity: 0;
}
#decor_lp.d_yukyu_lp #mainvisual .bg img {
	object-fit: unset;
	width: 100%;
	height: auto;
	min-height: 100%;
}
#decor_lp.d_yukyu_lp #mainvisual .movie {
	top: 0;
}
#decor_lp.d_yukyu_lp #mainvisual .movie > img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	visibility: hidden;
	transition: all ease 0.5s;
}
#decor_lp.d_yukyu_lp #mainvisual .movie .play {
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 40px;
	height: 40px;
	z-index: 3;
	cursor: pointer;
	transition: all ease 0.5s;
}
#decor_lp.d_yukyu_lp #mainvisual .movie .play img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 0;
	visibility: hidden;
	transition: all ease 0.5s;
}
#decor_lp.d_yukyu_lp #mainvisual .movie .play img.on {
	opacity: 1;
	visibility: visible;
}
#decor_lp.d_yukyu_lp #mainvisual .movie .play:hover {
	opacity: 0.7;
}
#decor_lp.d_yukyu_lp #mainvisual .movie video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
} 
#decor_lp.d_yukyu_lp #mainvisual .movie .play img {
	width: 100%;
	height: auto;
}
#decor_lp.d_yukyu_lp #mainvisual .textBox {
	padding: 190px 120px 81px;
}
#decor_lp.d_yukyu_lp #mainvisual .textSubBox {
	display: inline-block;
	position: relative;
}
#decor_lp.d_yukyu_lp #mainvisual .textSubBox::before {
	content: "";
	position: absolute;
	inset: -20px;
	display: block;
	background: rgba(0, 0, 0, 0.3);
}
#decor_lp.d_yukyu_lp #mainvisual .textBox .ttl {
	margin-bottom: 31px;
}
#decor_lp.d_yukyu_lp #mainvisual .textBox .ttl span {
	margin-bottom: 14px;
	display: block;
}
#decor_lp.d_yukyu_lp .secBg {
	position: relative;
}
#decor_lp.d_yukyu_lp .secBg .secInn {
	padding: 90px 0 100px;
	position: relative;
	z-index: 10;
}
#decor_lp.d_yukyu_lp .txtTtl {
	margin-bottom: 51px;
	font-size: 3.5rem;
	line-height: 1.5;
	color: #9F783E;
	text-align: center;
	letter-spacing: 0.2em;
}
#decor_lp.d_yukyu_lp .txtTtl01 {
	margin-bottom: 22px;
}
#decor_lp.d_yukyu_lp .txtTtl02 {
	margin-bottom: 2px;
}
#decor_lp.d_yukyu_lp .imgBox {
	margin-bottom: 63px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
#decor_lp.d_yukyu_lp .imgBox .photoBox {
	margin: 12px 0 0 122px;
	width: 40%;
	flex-shrink: 0;
}
#decor_lp.d_yukyu_lp .imgBox .photoBox p {
	letter-spacing: 0;
}
#decor_lp.d_yukyu_lp .imgBox .photoBox .pho img {
	width: 100%;
	height: auto;
}
#decor_lp.d_yukyu_lp .imgBox p {
	font-size: 1.5rem;
	line-height: 2.66;
	color: #000;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.12em;
}
#decor_lp.d_yukyu_lp .imgBox .textBox {
	padding: 0 50px;
	box-sizing: border-box;
	flex-grow: 1;
}
#decor_lp.d_yukyu_lp .imgBox .textBox p {
	margin-top: 40px;
}
#decor_lp.d_yukyu_lp .imgBox .textBox p:first-of-type {
	margin-top: 0;
}
#decor_lp.d_yukyu_lp .imgBox .textBox .ttl {
	margin-top: 0;
	font-size: 2rem;
	line-height: 2.25;
	letter-spacing: 0.3em;
	font-family: 'Noto Serif JP', serif;
}
#decor_lp.d_yukyu_lp .imgBox01 {
	margin-bottom: 76px;
}
#decor_lp.d_yukyu_lp .imgBox01 .photoBox {
	margin: 0 47px 0 0;
	width: 37%;
	order: 1;
}
#decor_lp.d_yukyu_lp .imgBox01 .textBox {
	padding: 39px 20px 0 122px;
}
#decor_lp.d_yukyu_lp .imgBox02 {
	margin-bottom: -128px;
}
#decor_lp.d_yukyu_lp .imgBox02 .photoBox {
	margin: 0;
	width: 50%;
	order: 1;
}
#decor_lp.d_yukyu_lp .imgBox02 .textBox {
	padding: 109px 28px 0 122px;
}
#decor_lp.d_yukyu_lp .imgBox02 .textBox .pho {
	margin-top: 55px;
}
#decor_lp.d_yukyu_lp .imgBox02 .textBox .pho img {
	width: 100%;
	height: auto;
}
#decor_lp.d_yukyu_lp .inn {
	margin: 0 auto;
	max-width: 960px;
}
#decor_lp.d_yukyu_lp .detailBox {
	margin-top: 109px;
}
#decor_lp.d_yukyu_lp .detailBox:first-of-type {
	margin-top: 0;
}
#decor_lp.d_yukyu_lp .detailBox .imgBox {
	margin-bottom: 0;
}
#decor_lp.d_yukyu_lp .detailBox .imgBox .photoBox {
	margin: 0;
	width: 47%;
}
#decor_lp.d_yukyu_lp .detailBox .imgBox .textBox {
	padding: 0 0 0 33px;
}
#decor_lp.d_yukyu_lp .detailBox .imgBox .textBox p {
	margin-top: 0;
	line-height: 2.2;
	letter-spacing: 0;
}
#decor_lp.d_yukyu_lp .detailBox .imgBox .textBox dl {
	margin-bottom: 6px;
	font-size: 1.5rem;
	line-height: 2.15;
	font-size: 1.5rem;
    color: #000;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.01em;
}
#decor_lp.d_yukyu_lp .detailBox .imgBox .textBox dt {
	float: left;
	width: 7.5em;
	box-sizing: border-box;
	padding-right: 1em;
	clear: both;
	
}
#decor_lp.d_yukyu_lp .detailBox .imgBox .textBox .fontLine {
	display: inline-block;
	line-height: 1;
	vertical-align: top;
}
#decor_lp.d_yukyu_lp .detailBox .imgBox .textBox dd {
	padding-left: 7.5em;
	position: relative;
}
#decor_lp.d_yukyu_lp .detailBox .imgBox .textBox dd::before {
	content: "";
	height: auto;
	width: 1px;
	background: #000;
	position: absolute;
	left: 6.7em;
	top: 0;
	bottom: 0;
}
#decor_lp.d_yukyu_lp .detailBox .imgBox .textBox dd:first-of-type:before {
	top: 8px;
}
#decor_lp.d_yukyu_lp .detailBox .imgBox .textBox dd:last-of-type:before {
	bottom: 10px;
}
#decor_lp.d_yukyu_lp .detailBox .imgBox .textBox .price {
	margin-bottom: 9px;
	font-size: 2.5rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
#decor_lp.d_yukyu_lp .detailBox .imgBox .textBox .price small {
	font-size: 0.7em;
}
#decor_lp.d_yukyu_lp .detailBox .imgBox .textBox .noteText {
	margin: 15px 0 0;
	line-height: 1.86;
}
#decor_lp.d_yukyu_lp .detailBox .imgBox .textBox .noteText dt {
	margin: 6px 5px 0 0;
	padding: 0 3px;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #000;
	font-size: 1.2rem;
	line-height: 1.2;
	float: left;
	clear: left;
	width: auto;
}
#decor_lp.d_yukyu_lp .detailBox .imgBox .textBox .noteText dd {
	padding-left: 3em;
}
#decor_lp.d_yukyu_lp .detailBox .imgBox .textBox .noteText dd::before {
	display: none;
}
#decor_lp.d_yukyu_lp .detailBox .btn {
	margin: 18px 0 0 0;
	width: auto;
}
#decor_lp.d_yukyu_lp .detailBox .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	color: #fff;
	font-size: 1.3rem;
	position: relative;
	background: #9F783E;
	font-weight: 700;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#decor_lp.d_yukyu_lp .detailBox .btn a:hover {
	opacity: 0.7;
}
#decor_lp.d_yukyu_lp .detailBox .btn a::after {
	margin-top: -3px;
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	content: "";
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg);
}
#decor_lp.d_yukyu_lp .detailBox .subBox {
	margin: 10px 0 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#decor_lp.d_yukyu_lp .detailBox .subBox .subPho {
	width: 50.8%;
	flex-shrink: 0;
}
#decor_lp.d_yukyu_lp .detailBox .subBox .subPho img {
	width: 100%;
	height: auto;
}
#decor_lp.d_yukyu_lp .detailBox .subBox .subTxt {
	padding: 20px;
	box-sizing: border-box;
	flex-grow: 1;
}
#decor_lp.d_yukyu_lp .detailBox .subBox .subTxt p {
	line-height: 2.2;
}
#decor_lp.d_yukyu_lp .comLink {
	margin: 77px auto 0;
}
#decor_lp.d_yukyu_lp .comLink01 {
	margin-top: 35px;
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp.d_yukyu_lp #mainvisual .movie .play {
		width: 3.333vw;
	}
	#decor_lp.d_yukyu_lp #mainvisual .textBox {
		padding: 18.5vw 10vw 9.25vw;
	}
	#decor_lp.d_yukyu_lp #mainvisual .textBox .ttl {
		margin-bottom: 1.916vw;
	}
	#decor_lp.d_yukyu_lp .secBg .secInn {
		padding: 7.5vw 0 8.333vw;
	}
	#decor_lp.d_yukyu_lp .txtTtl {
		margin-bottom: 4.258vw;
		font-size: 3.5vw;
	}
	#decor_lp.d_yukyu_lp .txtTtl01 {
		margin-bottom: 1.833vw;
	}
	#decor_lp.d_yukyu_lp .txtTtl02 {
		margin-bottom: 0.166vw;
	}
	#decor_lp.d_yukyu_lp .imgBox {
		margin-bottom: 5.25vw;
	}
	#decor_lp.d_yukyu_lp .imgBox .photoBox {
		margin: 1vw 0 0 10.166vw;
	}
	#decor_lp.d_yukyu_lp .imgBox p {
		font-size: 1.5vw;
	}
	#decor_lp.d_yukyu_lp .imgBox .textBox {
		padding: 0 4.166vw;
	}
	#decor_lp.d_yukyu_lp .imgBox .textBox p {
		margin-top: 3.333vw;
	}
	#decor_lp.d_yukyu_lp .imgBox .textBox .ttl {
		font-size: 2vw;
	}
	#decor_lp.d_yukyu_lp .imgBox01 {
		margin-bottom: 6.333vw;
	}
	#decor_lp.d_yukyu_lp .imgBox01 .photoBox {
		margin: 0 3.916vw 0 0;
	}
	#decor_lp.d_yukyu_lp .imgBox01 .textBox {
		padding: 3.25vw 1.666vw 0 10.166vw;
	}
	#decor_lp.d_yukyu_lp .imgBox02 {
		margin-bottom: -10.666vw;
	}
	#decor_lp.d_yukyu_lp .imgBox02 .photoBox {
		margin: 0;
	}
	#decor_lp.d_yukyu_lp .imgBox02 .textBox {
		padding: 9.083vw 2.333vw 0 10.166vw;
	}
	#decor_lp.d_yukyu_lp .imgBox02 .textBox .pho {
		margin-top: 4.583vw;
	}
	#decor_lp.d_yukyu_lp .inn {
		max-width: 80vw;
	}
	#decor_lp.d_yukyu_lp .detailBox {
		margin-top: 9.083vw;
	}
	#decor_lp.d_yukyu_lp .detailBox:first-of-type {
		margin-top: 0;
	}
	#decor_lp.d_yukyu_lp .detailBox .imgBox {
		margin-bottom: 0;
	}
	#decor_lp.d_yukyu_lp .detailBox .imgBox .photoBox {
		margin: 0;
	}
	#decor_lp.d_yukyu_lp .detailBox .imgBox .textBox {
		padding: 0 0 0 2.75vw;
	}
	#decor_lp.d_yukyu_lp .detailBox .imgBox .textBox p {
		margin-top: 0;
	}
	#decor_lp.d_yukyu_lp .detailBox .imgBox .textBox dl {
		margin-bottom: 0.5vw;
		font-size: 1.5vw;
	}
	#decor_lp.d_yukyu_lp .detailBox .imgBox .textBox .price {
		margin-bottom: 0.75vw;
		font-size: 2.5vw;
	}
	#decor_lp.d_yukyu_lp .detailBox .imgBox .textBox .noteText {
		margin: 1.25vw 0 0;
	}
	#decor_lp.d_yukyu_lp .detailBox .imgBox .textBox .noteText dt {
		margin: 0.5vw 0.416vw 0 0;
		padding: 0 0.25vw;
		font-size: 1.2vw;
	}
	#decor_lp.d_yukyu_lp .detailBox .btn {
		margin: 1.5vw 0 0 0;
	}
	#decor_lp.d_yukyu_lp .detailBox .btn a {
		height: 3.333vw;
		font-size: 1.3vw;
	}
	#decor_lp.d_yukyu_lp .detailBox .subBox {
		margin: 0.833vw 0 0;
	}
	#decor_lp.d_yukyu_lp .detailBox .subBox .subTxt {
		padding: 1.666vw;
	}
	#decor_lp.d_yukyu_lp .comLink {
		margin: 6.416vw auto 0;
	}
	#decor_lp.d_yukyu_lp .comLink01 {
		margin-top: 2.916vw;
	}
}
@media (max-width: 767px) {
	#decor_lp.d_yukyu_lp #mainvisual .bg {
		opacity: 0;
	}
	#decor_lp.d_yukyu_lp #mainvisual .movie {
		top: 58px;
		position: relative;
		height: 436px;
		margin-bottom: 58px;
	}
	#decor_lp.d_yukyu_lp #mainvisual .movie video {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		z-index: 10;
		transition: all ease 0.5s;
	}
	#decor_lp.d_yukyu_lp #mainvisual .movie.play video {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	#decor_lp.d_yukyu_lp #mainvisual .movie > img {
		opacity: 0;
		visibility: hidden;
	}
	#decor_lp.d_yukyu_lp #mainvisual .movie .play {
		z-index: 11;
	}
	#decor_lp.d_yukyu_lp #mainvisual .movie .play:hover {
		opacity: 1;
	}
	#decor_lp.d_yukyu_lp #mainvisual .bg img {
		height: 100%;
		object-fit: cover;
	}
	#decor_lp.d_yukyu_lp #mainvisual .textBox {
		padding: 19px 40px 25px;
		text-align: center;
	}
	#decor_lp.d_yukyu_lp #mainvisual .textBox .ttl {
		margin-bottom: 20px;
	}
	#decor_lp #mainvisual .textBox .ttl span {
		margin-bottom: 7px;
	}
	#decor_lp.d_yukyu_lp .secBg .secInn {
		padding: 30px 0 60px;
	}
	#decor_lp.d_yukyu_lp .txtTtl {
		margin: 0 20px 33px;
		font-size: 1.8rem;
		line-height: 1.75;
		letter-spacing: 0.2em;
	}
	#decor_lp.d_yukyu_lp .imgBox {
		margin-bottom: 20px;
		flex-wrap: wrap;
	}
	#decor_lp.d_yukyu_lp .txtTtl01 {
		margin-bottom: 10px;
	}
	#decor_lp.d_yukyu_lp .txtTtl02 {
		margin-bottom: 20px;
	}
	#decor_lp.d_yukyu_lp .imgBox {
		margin-bottom: 20px;
	}
	#decor_lp.d_yukyu_lp .imgBox .photoBox {
		margin: 0;
		width: 100%;
	}
	#decor_lp.d_yukyu_lp .imgBox .photoBox p {
		padding: 0 20px;
	}
	#decor_lp.d_yukyu_lp .imgBox p {
		font-size: 1.2rem;
	}
	#decor_lp.d_yukyu_lp .imgBox .textBox {
		padding: 10px 20px;
	}
	#decor_lp.d_yukyu_lp .imgBox .textBox p {
		margin-top: 10px;
	}
	#decor_lp.d_yukyu_lp .imgBox .textBox p:first-of-type {
		margin-top: 0;
	}
	#decor_lp.d_yukyu_lp .imgBox .textBox .ttl {
		font-size: 1.7rem;
	}
	#decor_lp.d_yukyu_lp .imgBox01 {
		margin-bottom: 20px;
	}
	#decor_lp.d_yukyu_lp .imgBox01 .photoBox {
		margin: 0 0 20px;
		padding: 0 20px;
	}
	#decor_lp.d_yukyu_lp .imgBox01 .textBox {
		padding: 10px 20px;
	}
	#decor_lp.d_yukyu_lp .imgBox02 {
		margin-bottom: 20px;
	}
	#decor_lp.d_yukyu_lp .imgBox02 .photoBox {
		margin: 0 0 -30vw;
		order: 0;
	}
	#decor_lp.d_yukyu_lp .imgBox02 .textBox {
		padding: 10px 20px;
	}
	#decor_lp.d_yukyu_lp .imgBox02 .textBox .pho {
		margin-top: 10px;
	}
	#decor_lp.d_yukyu_lp .inn {
		margin: 0 20px;
		max-width: unset;
	}
	#decor_lp.d_yukyu_lp .detailBox {
		margin-top: 20px;
	}
	#decor_lp.d_yukyu_lp .detailBox:first-of-type {
		margin-top: 0;
	}
	#decor_lp.d_yukyu_lp .detailBox .imgBox {
		margin-bottom: 0;
		flex-wrap: wrap;
	}
	#decor_lp.d_yukyu_lp .detailBox .imgBox .photoBox {
		margin: 0;
		width: 100%;
		order: 0;
	}
	#decor_lp.d_yukyu_lp .detailBox .imgBox .textBox {
		padding: 10px 0;
	}
	#decor_lp.d_yukyu_lp .detailBox .imgBox .textBox p {
		margin-top: 0;
	}
	#decor_lp.d_yukyu_lp .detailBox .imgBox .textBox dl {
		margin-bottom: 10px;
		font-size: 1.2rem;
	}
	#decor_lp.d_yukyu_lp .detailBox .imgBox .textBox .price {
		margin-bottom: 5px;
		font-size: 1.7rem;
	}
	#decor_lp.d_yukyu_lp .detailBox .imgBox .textBox .noteText {
		margin:5px 0 0;
	}
	#decor_lp.d_yukyu_lp .detailBox .imgBox .textBox .noteText dt {
		margin: 5px 5px 0 0;
		padding: 0 5px;
		font-size: 1rem;
	}
	#decor_lp.d_yukyu_lp .detailBox .btn {
		margin:  10px 0;
		width: auto;
	}
	#decor_lp.d_yukyu_lp .detailBox .btn a {
		height: 30px;
		font-size: 1rem;
	}
	#decor_lp.d_yukyu_lp .detailBox .btn a::after {
		margin-top: -2px;
		right: 10px;
		width: 4px;
		height: 4px;
	}
	#decor_lp.d_yukyu_lp .detailBox .subBox {
		margin: 10px 0 0;
		flex-wrap: wrap;
	}
	#decor_lp.d_yukyu_lp .detailBox .subBox .subTxt {
		padding: 10px;
	}
	#decor_lp.d_yukyu_lp .detailBox .subBox .subTxt p {
		padding: 0;
	}
	#decor_lp.d_yukyu_lp .comLink {
		margin: 10px 0 0;
	}
}
/* innerFoo */
#decor_lp #mainvisual .innerFoo {
	margin: 0;
	position: relative;
	/* aspect-ratio: 1200/470; */
	height: auto;
}
#decor_lp #mainvisual .innerFoo .slick-list li a:hover {
	opacity: 0.7;
}
#decor_lp #mainvisual .innerFoo .textBox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#decor_lp #mainvisual .innerFoo .li01 .textBox {
	padding: 89px 110px 90px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
#decor_lp #mainvisual .innerFoo .li01 .textBox .ttl {
	margin-bottom: 32px;
}
#decor_lp #mainvisual .innerFoo .li01 .textBox .ttl span {
	margin-bottom: 12px;
	display: block;
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp #mainvisual .innerFoo .li01 .textBox {
		padding: 7.4vw 9.16vw 7.5vw;
	}
}
@media (max-width: 767px) {
	#decor_lp #mainvisual .innerFoo .slick-list li a:hover {
		opacity: 1;
	}
	#decor_lp #mainvisual .innerFoo .li01 .textBox {
		padding: 80px 20px;
		justify-content: flex-start;
		align-items: center;
	}
	#decor_lp #mainvisual .innerFoo .li01 .textBox p {
		text-align: center;
	}
	#decor_lp #mainvisual .innerFoo .li01 .textBox .ttl {
		margin-bottom: 14px;
	}
	#decor_lp #mainvisual .innerFoo .li01 .textBox .ttl span {
		margin-bottom: 12px;
	}
}
#decor_lp #mainvisual .innerFoo .li02 {
	padding-top: 100px;
}
#decor_lp #mainvisual .innerFoo .li02 .bg {
	position: absolute;
	inset: 0;
	box-sizing: border-box;
	pointer-events: none;
	z-index: 1;
}
#decor_lp #mainvisual .innerFoo .li02 .photo {
	width: 92px;
    top: 141px;
}
#decor_lp #mainvisual .innerFoo .li02 .textBox {
	padding: 136px 219px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	flex-direction: column;
}
#decor_lp #mainvisual .innerFoo .li02 .textBox p {
	margin: 0;
    font-size: 2.4rem;
    line-height: 2.083;
    font-weight: 700;
}
#decor_lp #mainvisual .innerFoo .li02 .textBox p span {
	color: #997948;
}
#decor_lp #mainvisual .innerFoo .li02 .textBox p q {
	letter-spacing: 0.3em;
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp #mainvisual .innerFoo .li02 {
		padding-top: 8.33vw;
	}
	#decor_lp #mainvisual .innerFoo .li02 .photo {
		width: 7.66vw;
		top: 11.75vw;
	}
	#decor_lp #mainvisual .innerFoo .li02 .textBox {
		padding: 11.33vw 18.25vw;
	}
	#decor_lp #mainvisual .innerFoo .li02 .textBox p {
		font-size: 2vw;
	}
}
@media (max-width: 767px) {
	#decor_lp #mainvisual .innerFoo .li02 {
		padding-top: 60px;
	}
	#decor_lp #mainvisual .innerFoo .li02 .photo {
		width: 69px;
        top: 61px;
	}
	#decor_lp #mainvisual .innerFoo .li02 .textBox {
		padding: 70px 10px 89px 25px;
		justify-content: flex-end;
        align-items: center;
	}
	#decor_lp #mainvisual .innerFoo .li02 .textBox p {
		margin: 0;
        font-size: 1.6rem;
        line-height: 2;
        letter-spacing: 0.2em;
        font-weight: 200;
		text-align: center;
	}
	#decor_lp #mainvisual .innerFoo .li02 .textBox p q {
		letter-spacing: 0.2em;
	}
}
#decor_lp #mainvisual .innerFoo .li03 {
	padding-top: 100px;
}
#decor_lp #mainvisual .innerFoo .li03 .bg {
	position: absolute;
	inset: 0;
	box-sizing: border-box;
	pointer-events: none;
	z-index: 1;
}
#decor_lp #mainvisual .innerFoo .li03 .photo {
	width: 222px;
    top: 135px;
}
#decor_lp #mainvisual .innerFoo .li03 .textBox {
	padding: 121px 120px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-direction: column;
}
#decor_lp #mainvisual .innerFoo .li03 .textBox p {
	margin: 0;
    font-size: 2.4rem;
    line-height: 2.083;
    font-weight: 700;
	letter-spacing: 0.15em;
}
#decor_lp #mainvisual .innerFoo .li03 .textBox p span {
	color: #997948;
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp #mainvisual .innerFoo .li03 {
		padding-top: 8.33vw;
	}
	#decor_lp #mainvisual .innerFoo .li03 .photo {
		width: 18.5vw;
		top: 11.25vw;
	}
	#decor_lp #mainvisual .innerFoo .li03 .textBox {
		padding: 10.08vw 10vw;
	}
	#decor_lp #mainvisual .innerFoo .li03 .textBox p {
		font-size: 2vw;
	}
}
@media (max-width: 767px) {
	#decor_lp #mainvisual .innerFoo .li03 {
		padding-top: 60px;
	}
	#decor_lp #mainvisual .innerFoo .li03 .photo {
		top: 62px;
        width: 167px;
	}
	#decor_lp #mainvisual .innerFoo .li03 .textBox {
		padding: 62px 20px;
		justify-content: flex-end;
        align-items: center;
	}
	#decor_lp #mainvisual .innerFoo .li03 .textBox p {
		font-size: 1.6rem;
        line-height: 2;
        letter-spacing: 0.12em;
        text-align: center;
        font-weight: 200;
	}
}
#decor_lp #mainvisual .innerFoo .li04 {
	padding-top: 100px;
}
#decor_lp #mainvisual .innerFoo .li04 .bg {
	position: absolute;
	inset: 0;
	box-sizing: border-box;
	pointer-events: none;
	z-index: 1;
}
#decor_lp #mainvisual .innerFoo .li04 .photo {
    width: auto;
    top: 135px;
}
#decor_lp #mainvisual .innerFoo .li04 .photo p {
	color: #997948;
	text-align: center;
	font-size: 4rem;
	letter-spacing: 0.2em;
	line-height: 1.2;
	font-weight: 700;
}
#decor_lp #mainvisual .innerFoo .li04 .textBox {
	padding: 120px 120px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-direction: column;
}
#decor_lp #mainvisual .innerFoo .li04 .textBox p {
	margin: 0;
    font-size: 2.4rem;
    line-height: 2.083;
    font-weight: 700;
	letter-spacing: 0.15em;
}
#decor_lp #mainvisual .innerFoo .li04 .textBox p span {
	color: #997948;
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp #mainvisual .innerFoo .li04 {
		padding-top: 8.33vw;
	}
	#decor_lp #mainvisual .innerFoo .li04 .photo {
		top: 11.25vw;
	}
	#decor_lp #mainvisual .innerFoo .li04 .photo p {
		font-size: 3.33vw;
	}
	#decor_lp #mainvisual .innerFoo .li04 .textBox {
		padding: 10vw 10vw;
	}
	#decor_lp #mainvisual .innerFoo .li04 .textBox p {
		font-size: 2vw;
	}
}
@media (max-width: 767px) {
	#decor_lp #mainvisual .innerFoo .li04 {
		padding-top: 60px;
	}
	#decor_lp #mainvisual .innerFoo .li04 .photo {
		top: 58px;
	}
	#decor_lp #mainvisual .innerFoo .li04 .photo p {
		font-size: 2.7rem;
        letter-spacing: 0.2em;
	}
	#decor_lp #mainvisual .innerFoo .li04 .textBox {
		padding: 33px 20px;
        justify-content: flex-end;
        align-items: center;
	}
	#decor_lp #mainvisual .innerFoo .li04 .textBox p {
		font-size: 1.6rem;
        line-height: 2;
        letter-spacing: 0.12em;
        text-align: center;
        font-weight: 200;
	}
}
#decor_lp #mainvisual .innerFoo .li05 {
	padding-top: 100px;
}
#decor_lp #mainvisual .innerFoo .li05 .bg {
	position: absolute;
	inset: 0;
	box-sizing: border-box;
	pointer-events: none;
	z-index: 1;
}
#decor_lp #mainvisual .innerFoo .li05 .textBox {
	padding: 120px 120px 20px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
#decor_lp #mainvisual .innerFoo .li05 .textBox p {
	margin: 0;
	position: relative;
    z-index: 2;
    color: #FFF;
    font-size: 1.5rem;
    line-height: 2.33;
    letter-spacing: 0.2em;
    font-weight: 200;
}
#decor_lp #mainvisual .innerFoo .li05 .textBox .ttl {
	margin-bottom: 25px;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1;	
}
#decor_lp #mainvisual .innerFoo .li05 .textBox .ttl span {
	color: #A57A42;
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp #mainvisual .innerFoo .li05 {
		padding-top: 8.33vw;
	}
	#decor_lp #mainvisual .innerFoo .li05 .textBox {
		padding: 10vw 10vw 1.66vw;
	}
	#decor_lp #mainvisual .innerFoo .li05 .textBox p {
		font-size: 1.25vw;
	}
	#decor_lp #mainvisual .innerFoo .li05 .textBox .ttl {
		margin-bottom: 2.083vw;
		font-size: 3.33vw;
	}
}
@media (max-width: 767px) {
	#decor_lp #mainvisual .innerFoo .li05 {
		padding-top: 60px;
	}
	#decor_lp #mainvisual .innerFoo .li05 .textBox {
		padding: 80px 20px;
        justify-content: flex-start;
        align-items: center;
	}
	#decor_lp #mainvisual .innerFoo .li05 .textBox p {
		text-align: center;
        font-size: 1.3rem;
        line-height: 2.019;
        letter-spacing: 0.1em;
	}
	#decor_lp #mainvisual .innerFoo .li05 .textBox .ttl {
		margin-bottom: 32px;
		font-size: 3rem;
	}
}
/* yukyu */
#decor_lp.yukyu_lp .txtTtl {
	margin-bottom: 33px;
	font-size: 3.5rem;
	line-height: 1.75;
	color: #9F783E;
	text-align: center;
	letter-spacing: 0.2em;
	font-weight: 700;
}
#decor_lp.yukyu_lp .txtTtl .color {
	color: #fff;
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp.yukyu_lp .txtTtl {
		font-size: 2.916vw;
	}
}
@media (max-width: 767px) {
	#decor_lp.yukyu_lp .txtTtl {
		margin-bottom: 0;
		font-size: 1.8rem;
		line-height: 1.75;
		letter-spacing: 0.2em;
	}
}
#decor_lp.yukyu_lp .imgBox {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
#decor_lp.yukyu_lp .imgBox .photoBox {
	flex-shrink: 0;
	flex-grow: 0;
}
#decor_lp.yukyu_lp .imgBox .textBox {
	flex-grow: 1;
}
#decor_lp.yukyu_lp .imgBox p:not(.txtTtl) {
	font-size: 1.5rem;
	line-height: 2.66;
	color: #fff;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.12em;
	text-align: justify;
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp.yukyu_lp .imgBox p:not(.txtTtl) {
		font-size: 1.25vw;
	}
}
@media (max-width: 767px) {
	#decor_lp.yukyu_lp .imgBox {
		flex-wrap: wrap;
	}
	#decor_lp.yukyu_lp .imgBox .photoBox {
		flex-shrink: 1;
		width: auto;
	}
	#decor_lp.yukyu_lp .imgBox p:not(.txtTtl) {
		font-size: 1.2rem;
		line-height: 2.5;
		letter-spacing: 0.1em;
	}
}
#decor_lp.yukyu_lp .txtList li {
	padding-left: 1.2em;
	font-size: 1.5rem;
	line-height: 2.6;
	color: #fff;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0;
	text-indent: -1.2em;
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp.yukyu_lp .txtList li {
		padding-left: 1vw;
		font-size: 1.25vw;
		text-indent: -1vw;
	}
}
@media (max-width: 767px) {
	#decor_lp.yukyu_lp .txtList li {
		padding-left: 0;
		font-size: 1.2rem;
		line-height: 2.5;
		text-indent: 0;
		letter-spacing: 0.12em;
	}
}
#decor_lp.yukyu_lp #mainvisual {
	padding-top: 100px;
}
#decor_lp.yukyu_lp #mainvisual .logo {
	top: 25px;
}
#decor_lp.yukyu_lp #mainvisual .photo {
    width: 92px;
    top: 141px;
}
#decor_lp.yukyu_lp #mainvisual .photoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#decor_lp.yukyu_lp #mainvisual .bg {
	position: absolute;
	inset: 0;
	box-sizing: border-box;
	pointer-events: none;
	z-index: 1;
}
#decor_lp.yukyu_lp #mainvisual .textBox {
	padding: 136px 219px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	box-sizing: border-box;
	position: absolute;
	inset: 0;
}
#decor_lp.yukyu_lp #mainvisual .textBox p {
	margin: 0;
	font-size: 2.4rem;
	line-height: 2.083;
	font-weight: 700;
}
#decor_lp.yukyu_lp #mainvisual .textBox p q {
	letter-spacing: 0.3em;
}
#decor_lp.yukyu_lp #mainvisual .textBox p span {
	color: #997948;
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp.yukyu_lp #mainvisual {
		padding-top: 8.3vw;
	}
	#decor_lp.yukyu_lp #mainvisual .logo {
		top: 20px;
	}
	#decor_lp.yukyu_lp #mainvisual .photo {
		width: 7.6vw;
		top: 11.75vw;
	}
	#decor_lp.yukyu_lp #mainvisual .textBox {
		padding: 11.3vw 18.25vw;
	}
	#decor_lp.yukyu_lp #mainvisual .textBox p {
		font-size: 2vw;
	}
}
@media (max-width: 767px) {
	#decor_lp.yukyu_lp #mainvisual {
		padding-top: 60px;
	}
	#decor_lp.yukyu_lp #mainvisual .logo {
		top: 15px;
	}
	#decor_lp.yukyu_lp #mainvisual .photo {
		width: 69px;
		top: 61px;
	}
	#decor_lp.yukyu_lp #mainvisual .textBox {
		padding: 70px 10px 46px 25px;
		justify-content: center;
	}
	#decor_lp.yukyu_lp #mainvisual .textBox p {
		margin: 0;
		font-size: 1.6rem;
		line-height: 2;
		letter-spacing: 0.2em;
		font-weight: 200;
	}
	#decor_lp.yukyu_lp #mainvisual .textBox p q {
		letter-spacing: 0.2em;
	}
}
#decor_lp.yukyu_lp .section01 {
	padding: 86px 0 51px;
	margin: 0 auto;
	width: 960px;
}
#decor_lp.yukyu_lp .section01 .imgBox .photoBox {
	margin-right: 30px;
	width: 330px;
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp.yukyu_lp .section01 {
		width: 80vw;
	}
	#decor_lp.yukyu_lp .section01 .imgBox .photoBox {
		width: 27.5vw;
	}
}
@media (max-width: 767px) {
	#decor_lp.yukyu_lp .section01 {
		padding: 30px 0 31px;
		margin: 0 20px;
		width: auto;
	}
	#decor_lp.yukyu_lp .section01 .imgBox .photoBox {
		margin: 0 auto 8px;
		width: 59%;
	}
}
#decor_lp.yukyu_lp .section02 {
	padding: 40px 0 48px;
	margin: 0 auto;
	width: 960px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#decor_lp.yukyu_lp .section02 .txtTtl {
	margin-bottom: 7px;
	font-size: 2.8rem;
	color: #fff;
}
#decor_lp.yukyu_lp .section02 .txtTtl .color {
	color: #997948;
	font-size: 0.7em;
	letter-spacing: 0.18em;
}
#decor_lp.yukyu_lp .section02 .txt {
	font-size: 1.5rem;
	color: #fff;
	line-height: 2.666;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.12em;
	text-align: justify;
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp.yukyu_lp .section02 {
		padding: 3.3vw 0;
		width: 80vw;
	}
	#decor_lp.yukyu_lp .section02 .txtTtl {
		font-size: 2.3vw;
	}
	#decor_lp.yukyu_lp .section02 .txt {
		font-size: 1.25vw;
	}
}
@media (max-width: 767px) {
	#decor_lp.yukyu_lp .section02 {
		padding: 19px 0 27px;
		margin: 0 20px;
		width: auto;
	}
	#decor_lp.yukyu_lp .section02 .txtTtl {
		margin-bottom: 12px;
		font-size: 1.7rem;
		letter-spacing: 0.1em;
		line-height: 1.5;
	}
	#decor_lp.yukyu_lp .section02 .txtTtl .color {
		margin: 0 auto;
		display: block;
		font-size: 0.7em;
		letter-spacing: 0.18em;
	}
	#decor_lp.yukyu_lp .section02 .txt {
		font-size: 1.2rem;
		line-height: 2.5;
		letter-spacing: 0.1em;
	}
}
#decor_lp.yukyu_lp .section03 {
	margin: 0 calc(50% - 480px) 63px 0;
}
#decor_lp.yukyu_lp .section03 .imgBox .photoBox {
	margin-right: -19px;
	width: 65.8%;
}
#decor_lp.yukyu_lp .section03 .imgBox .textBox {
	margin-top: 152px;
}
#decor_lp.yukyu_lp .section03 .imgBox .textBox .txtTtl {
	margin-bottom: 4px;
	font-size: 2.8rem;
	text-align: left;
	letter-spacing: 0.15em;
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp.yukyu_lp .section03 {
		margin: 0 calc(50% - 40vw) 5.25vw 0;
	}
	#decor_lp.yukyu_lp .section03 .imgBox .photoBox {
		margin-right: -1.58vw;
	}
	#decor_lp.yukyu_lp .section03 .imgBox .textBox {
		margin-top: 12.66vw;
	}
	#decor_lp.yukyu_lp .section03 .imgBox .textBox .txtTtl {
		font-size: 2.3vw;
	}
}
@media (max-width: 767px) {
	#decor_lp.yukyu_lp .section03 {
		margin: 32px 20px 24px;
	}
	#decor_lp.yukyu_lp .section03 .imgBox .photoBox {
		margin: 0 -20px;
		width: auto;
	}
	#decor_lp.yukyu_lp .section03 .imgBox .textBox {
		margin-top: 0;
	}
	#decor_lp.yukyu_lp .section03 .txtTtl {
		margin-bottom: -8px;
		font-size: 1.8rem;
		text-align: center;
		letter-spacing: 0.1em;
	}
}
#decor_lp.yukyu_lp .section04 {
	padding: 40px 0 45px;
	margin: 0 auto;
	width: 960px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#decor_lp.yukyu_lp .section04 .txtTtl {
	margin-bottom: 7px;
	font-size: 2.8rem;
	color: #fff;
}
#decor_lp.yukyu_lp .section04 .txtTtl .color {
	color: #997948;
	font-size: 0.7em;
	letter-spacing: 0.18em;
}
#decor_lp.yukyu_lp .section04 .txt {
	font-size: 1.5rem;
	color: #fff;
	line-height: 2.666;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.12em;
	text-align: justify;
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp.yukyu_lp .section04 {
		padding: 3.33vw 0 3.75vw;
		width: 80vw;
	}
	#decor_lp.yukyu_lp .section04 .txtTtl {
		font-size: 2.33vw;
	}
	#decor_lp.yukyu_lp .section04 .txt {
		font-size: 1.25vw;
	}
}
@media (max-width: 767px) {
	#decor_lp.yukyu_lp .section04 {
		padding: 19px 0 19px;
		margin: 0 20px;
		width: auto;
		border-bottom: none;
	}
	#decor_lp.yukyu_lp .section04 .txtTtl {
		margin-bottom: 10px;
		font-size: 1.8rem;
		line-height: 1.5;
		letter-spacing: 0;
	}
	#decor_lp.yukyu_lp .section04 .txtTtl .color {
		margin: 0 auto;
		display: block;
		text-align: center;
		letter-spacing: 0;
	}
	#decor_lp.yukyu_lp .section04 .txt {
		font-size: 1.2rem;
		line-height: 2.5;
		letter-spacing: 0.11em;
	}
}
#decor_lp.yukyu_lp .section05 {
	margin: 44px 0 56px calc(50% - 480px);
}
#decor_lp.yukyu_lp .section05 .imgBox .photoBox {
	margin: 6px 0 0 -305px;
	width: 80.8%;
	order: 1;
}
#decor_lp.yukyu_lp .section05 .imgBox .textBox {
	position: relative;
}
#decor_lp.yukyu_lp .section05 .imgBox .textBox .txtTtl {
	margin-bottom: 4px;
	font-size: 2.8rem;
	text-align: left;
	letter-spacing: 0.14em;
}
#decor_lp.yukyu_lp .section05 .imgBox .textBox .pho {
	margin: 29px 42px 0 -11px;
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp.yukyu_lp .section05 {
		margin: 3.6vw 0 4.66vw calc(50% - 40vw);
	}
	#decor_lp.yukyu_lp .section05 .imgBox .photoBox {
		margin: 0.5vw 0 0 -25.41vw;
	}
	#decor_lp.yukyu_lp .section05 .imgBox .textBox .txtTtl {
		margin-bottom: 0.5vw;
		font-size: 2.3vw;
	}
	#decor_lp.yukyu_lp .section05 .imgBox .textBox .pho {
		margin: 2.41vw 3.5vw 0 -0.91vw;
	}
}
@media (max-width: 767px) {
	#decor_lp.yukyu_lp .section05 {
		margin: 39px 20px 31px;
	}
	#decor_lp.yukyu_lp .section05 .imgBox .photoBox {
		margin: 0 -20px;
		width: auto;
		order: 0;
	}
	#decor_lp.yukyu_lp .section05 .txtTtl {
		margin-bottom: 23px;
		font-size: 1.8rem;
		text-align: center;
		letter-spacing: 0.1em;
	}
	#decor_lp.yukyu_lp .section05 .imgBox .textBox {
		margin-top: -10px;
	}
	#decor_lp.yukyu_lp .section05 .imgBox .textBox .pho {
		margin: 18px auto 0;
	}
}
#decor_lp.yukyu_lp .section06 {
	margin: 0 auto;
	padding-bottom: 102px;
	width: 960px;
}
#decor_lp.yukyu_lp .section06 .imgBox .photoBox {
	margin: 0 40px 0 -53px;
	width: 521px;
}
#decor_lp.yukyu_lp .section06 .imgBox .textBox p {
	font-size: 1.1rem;
	line-height: 1.818;
}
#decor_lp.yukyu_lp .section06 .imgBox .textBox .price {
	margin-bottom: 22px;
	font-size: 2.5rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-align: center;
}
#decor_lp.yukyu_lp .section06 .imgBox .textBox .price small {
	font-size: 0.7em;
}
#decor_lp.yukyu_lp .section06 .imgBox .textBox .btn {
	margin-bottom: 21px;
}
#decor_lp.yukyu_lp .section06 .imgBox .textBox .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	color: #000;
	font-size: 1.3rem;
	position: relative;
	background: #9F783E;
	font-weight: 700;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#decor_lp.yukyu_lp .section06 .imgBox .textBox .btn a:hover {
	opacity: 0.7;
}
#decor_lp.yukyu_lp .section06 .imgBox .textBox .btn a::after {
	margin-top: -3px;
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	content: "";
	width: 6px;
	height: 6px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(-45deg);
}
#decor_lp.yukyu_lp .section06 .comLink {
	margin-top: 0;
}
#decor_lp.yukyu_lp .section06 .comLink01 {
	margin-top: 35px;
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp.yukyu_lp .section06 {
		padding-bottom: 8.5vw;
		width: 80vw;
	}
	#decor_lp.yukyu_lp .section06 .imgBox .photoBox {
		margin: 0 3.33vw 0 -4.41vw;
		width: 43.41vw;
	}
	#decor_lp.yukyu_lp .section06 .imgBox .textBox p {
		font-size: 0.91vw;
	}
	#decor_lp.yukyu_lp .section06 .imgBox .textBox .price {
		margin-bottom: 1.83vw;
		font-size: 2.08vw;
	}
	#decor_lp.yukyu_lp .section06 .imgBox .textBox .btn {
		margin-bottom: 1.75vw;
	}
	#decor_lp.yukyu_lp .section06 .imgBox .textBox .btn a {
		height: 3.33vw;
		font-size: 1.083rem;
	}
	#decor_lp.yukyu_lp .section06 .comLink01 {
		margin-top: 2.91vw;
	}
}
@media (max-width: 767px) {
	#decor_lp.yukyu_lp .section06 {
		margin: 0 20px;
		padding-bottom: 102px;
		width: auto;
	}
	#decor_lp.yukyu_lp .section06 .txtTtl {
		margin-bottom: 26px;
	}
	#decor_lp.yukyu_lp .section06 .imgBox .photoBox {
		margin: 0 auto;
		width: 78%;
	}
	#decor_lp.yukyu_lp .section06 .imgBox .textBox {
		margin: -19px 32px 0;
	}
	#decor_lp.yukyu_lp .section06 .imgBox .textBox p {
		font-size: 1.1rem;
		line-height: 2;
		letter-spacing: 0.11em;
	}
	#decor_lp.yukyu_lp .section06 .imgBox .textBox .price {
		margin-bottom: 14px;
		font-size: 1.5rem;
		line-height: 1.4;
		letter-spacing: 0.1em;
	}
	#decor_lp.yukyu_lp .section06 .imgBox .textBox .price small {
		font-size: 0.7em;
	}
	#decor_lp.yukyu_lp .section06 .imgBox .textBox .btn {
		margin-bottom: 9px;
	}
	#decor_lp.yukyu_lp .section06 .imgBox .textBox .btn a {
		height: 30px;
		font-size: 1rem;
	}
	#decor_lp.yukyu_lp .section06 .imgBox .textBox .btn a:hover {
		opacity: 1;
	}
	#decor_lp.yukyu_lp .section06 .imgBox .textBox .btn a::after {
		margin-top: -2px;
		right: 10px;
		width: 4px;
		height: 4px;
	}
	#decor_lp.yukyu_lp .section06 .comLink {
		margin: 42px 0 0 0;
	}
	#decor_lp.yukyu_lp .section06 .comLink01 {
		margin-top: 27px;
	}
}
/* ginga */
#decor_lp.ginga_lp {
	background: #001423;
}
@media (max-width: 767px) {
	#decor_lp.ginga_lp {
		background: #000;
	}
}
#decor_lp.ginga_lp .txtTtl {
	margin-bottom: 33px;
	font-size: 3.5rem;
	line-height: 1.75;
	color: #9F783E;
	text-align: center;
	letter-spacing: 0.2em;
	font-weight: 700;
}
#decor_lp.ginga_lp .txtTtl .color {
	color: #fff;
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp.ginga_lp .txtTtl {
		font-size: 2.916vw;
	}
}
@media (max-width: 767px) {
	#decor_lp.ginga_lp .txtTtl {
		margin-bottom: 8px;
		font-size: 1.6rem;
		line-height: 2;
		letter-spacing: 0.35em;
	}
}
#decor_lp.ginga_lp #mainvisual {
	background: #000;
	padding-top: 100px;
}
#decor_lp.ginga_lp #mainvisual .logo {
	top: 25px;
}
#decor_lp.ginga_lp #mainvisual .photo {
    width: auto;
    top: 135px;
}
#decor_lp.ginga_lp #mainvisual .photo p {
	color: #997948;
	text-align: center;
	font-size: 4rem;
	letter-spacing: 0.2em;
	line-height: 1.2;
	font-weight: 700;
}
#decor_lp.ginga_lp #mainvisual .photoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#decor_lp.ginga_lp #mainvisual .textBox {
	padding: 120px 120px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	box-sizing: border-box;
	/* height: 570px; */
	position: absolute;
	inset: 0;
}
#decor_lp.ginga_lp #mainvisual .textBox p {
	margin: 0;
	font-size: 2.4rem;
	line-height: 2.083;
	letter-spacing: 0.15em;
	font-weight: 700;
}
#decor_lp.ginga_lp #mainvisual .textBox p span {
	color: #997948;
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp.ginga_lp #mainvisual {
		padding-top: 8.3vw;
	}
	#decor_lp.ginga_lp #mainvisual .logo {
		top: 2.08vw;
	}
	#decor_lp.ginga_lp #mainvisual .photo {
		top: 11.25vw;
	}
	#decor_lp.ginga_lp #mainvisual .photo p {
		font-size: 3.33vw;
	}
	#decor_lp.ginga_lp #mainvisual .textBox {
		padding: 10vw 10vw;
	}
	#decor_lp.ginga_lp #mainvisual .textBox p {
		font-size: 2vw;
	}
}
@media (max-width: 767px) {
	#decor_lp.ginga_lp #mainvisual {
		padding-top: 60px;
	}
	#decor_lp.ginga_lp #mainvisual .logo {
		top: 15px;
	}
	#decor_lp.ginga_lp #mainvisual .photo {
		top: 58px;
	}
	#decor_lp.ginga_lp #mainvisual .photo p {
		font-size: 2.7rem;
		letter-spacing: 0.2em;
	}
	#decor_lp.ginga_lp #mainvisual .textBox {
		padding: 27px 20px;
		justify-content: center;
	}
	#decor_lp.ginga_lp #mainvisual .textBox p {
		font-size: 1.6rem;
		line-height: 2;
		letter-spacing: 0.12em;
		text-align: center;
		font-weight: 200;
	}
}
#decor_lp.ginga_lp .section01 {
	margin: 85px 0 73px;
}
#decor_lp.ginga_lp .section01 .txt {
	margin: 0 auto 64px;
	width: 960px;
	font-size: 1.5rem;
	color: #fff;
	line-height: 2.666;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.12em;
	text-align: left;
}
#decor_lp.ginga_lp .section01 .pho {
	margin: 0 auto;
	width: 602px;
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp.ginga_lp .section01 {
		margin: 7.08vw 0 6.08vw;
	}
	#decor_lp.ginga_lp .section01 .txt {
		margin-bottom: 5.33vw;
		font-size: 1.25vw;
		width: 80.166vw;
	}
	#decor_lp.ginga_lp .section01 .pho {
		width: 50.166vw;
	}
}
@media (max-width: 767px) {
	#decor_lp.ginga_lp .section01 {
		margin: 25px 20px 41px;
	}
	#decor_lp.ginga_lp .section01 .txt {
		margin-bottom: 33px;
		font-size: 1.2rem;
		line-height: 2.5;
		width: auto;
	}
	#decor_lp.ginga_lp .section01 .pho {
		width: auto;
	}
}
#decor_lp.ginga_lp .section02 {
	margin: 0 auto;
	padding: 43px 0 42px;
	width: 960px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#decor_lp.ginga_lp .section02 .txtTtl {
	margin-bottom: 5px;
	font-size: 2.8rem;
	color: #fff;
	letter-spacing: 0.15em;
}
#decor_lp.ginga_lp .section02 .txt {
	font-size: 1.5rem;
	color: #fff;
	line-height: 2.666;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.12em;
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp.ginga_lp .section02 {
		padding: 3.28vw 0 3.5vw;
		width: 80.166vw;
	}
	#decor_lp.ginga_lp .section02 .txtTtl {
		font-size: 2.33vw;
	}
	#decor_lp.ginga_lp .section02 .txt {
		font-size: 1.25vw;
	}
}
@media (max-width: 767px) {
	#decor_lp.ginga_lp .section02 {
		margin: 0 20px;
		padding: 20px 0 19px;
		width: auto;
	}
	#decor_lp.ginga_lp .section02 .txtTtl {
		margin-bottom: 5px;
		font-size: 1.7rem;
		letter-spacing: 0.15em;
	}
	#decor_lp.ginga_lp .section02 .txt {
		font-size: 1.2rem;
		line-height: 2.5;
		letter-spacing: 0.11em;
	}
}
#decor_lp.ginga_lp .section03 {
	margin: 87px auto 0;
	padding-bottom: 106px;
	width: 960px;
}
#decor_lp.ginga_lp .section03 .txtTtl {
	margin-bottom: 53px;
}
#decor_lp.ginga_lp .section03 .phoList {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#decor_lp.ginga_lp .section03 .phoList li {
	margin-right: 60px;
	width: calc(50% - 60px * 0.5);
}
#decor_lp.ginga_lp .section03 .phoList li:nth-of-type(2n) {
	margin-right: 0;
}
#decor_lp.ginga_lp .section03 .phoList li .pho {
	margin-bottom: 20px;
}
#decor_lp.ginga_lp .section03 .phoList li .pho img {
	width: 100%;
	height: auto;
}
#decor_lp.ginga_lp .section03 .phoList li .ttl {
	margin: 0 -0.5em 36px;
	font-size: 2.5rem;
	line-height: 1.4;
	text-align: center;
	color: #997948;
	letter-spacing: 0.07em;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#decor_lp.ginga_lp .section03 .phoList li .price {
	margin-bottom: 18px;
	font-size: 2.5rem;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0.1em;
	color: #fff;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#decor_lp.ginga_lp .section03 .phoList li .price small {
	font-size: 0.7em;
}
#decor_lp.ginga_lp .section03 .phoList li .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	color: #001423;
	font-size: 1.3rem;
	position: relative;
	background: #9F783E;
	font-weight: 700;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#decor_lp.ginga_lp .section03 .phoList li .btn a:hover {
	opacity: 0.7;
}
#decor_lp.ginga_lp .section03 .phoList li .btn a::after {
	margin-top: -3px;
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	content: "";
	width: 6px;
	height: 6px;
	border-right: 1px solid #001423;
	border-bottom: 1px solid #001423;
	transform: rotate(-45deg);
}
#decor_lp.ginga_lp .section03 .comLink {
	margin: 100px auto 0;
}
#decor_lp.ginga_lp .section03 .comLink01 {
	margin-top: 35px;
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp.ginga_lp .section03 {
		margin: 7.25vw auto 0;
		padding-bottom: 8.83vw;
		width: 80vw;
	}
	#decor_lp.ginga_lp .section03 .txtTtl {
		margin-bottom: 4.41vw;
	}
	#decor_lp.ginga_lp .section03 .phoList li {
		margin-right: 5vw;
		width: calc(50% - 5vw * 0.5);
	}
	#decor_lp.ginga_lp .section03 .phoList li:nth-of-type(2n) {
		margin-right: 0;
	}
	#decor_lp.ginga_lp .section03 .phoList li .pho {
		margin-bottom: 1.66vw;
	}
	#decor_lp.ginga_lp .section03 .phoList li .ttl {
		margin: 0 -0.5em 3vw;
		font-size: 2.08vw;
	}
	#decor_lp.ginga_lp .section03 .phoList li .price {
		margin-bottom: 1.5vw;
		font-size: 2.083vw;
	}
	#decor_lp.ginga_lp .section03 .phoList li .btn a {
		height: 3.33vw;
		font-size: 1.083vw;
	}
	#decor_lp.ginga_lp .section03 .comLink {
		margin: 8.33vw auto 0;
	}
	#decor_lp.ginga_lp .section03 .comLink01 {
		margin-top: 2.91vw;
	}
}
@media (max-width: 767px) {
		
	#decor_lp.ginga_lp .section03 {
		margin: 26px 20px 0;
		padding-bottom: 106px;
		width: auto;
	}
	#decor_lp.ginga_lp .section03 .txtTtl {
		margin-bottom: 23px;
	}
	#decor_lp.ginga_lp .section03 .phoList {
		margin: 0 auto;
		width: 81%;
	}
	#decor_lp.ginga_lp .section03 .phoList li {
		margin: 48px 0 0 0;
		width: 100%;
	}
	#decor_lp.ginga_lp .section03 .phoList li:first-of-type {
		margin-top: 0;
	}
	#decor_lp.ginga_lp .section03 .phoList li .pho {
		margin-bottom: 10px;
	}
	#decor_lp.ginga_lp .section03 .phoList li .ttl {
		margin: 0 -0.5em 21px;
		font-size: 1.5rem;
		color: #997948;
		letter-spacing: 0.07em;
	}
	#decor_lp.ginga_lp .section03 .phoList li .price {
		margin-bottom: 12px;
		font-size: 1.5rem;
	}
	#decor_lp.ginga_lp .section03 .phoList li .btn a {
		height: 30px;
		font-size: 1rem;
	}
	#decor_lp.ginga_lp .section03 .phoList li .btn a:hover {
		opacity: 1;
	}
	#decor_lp.ginga_lp .section03 .phoList li .btn a::after {
		margin-top: -2px;
		right: 10px;
		width: 4px;
		height: 4px;
	}
	#decor_lp.ginga_lp .section03 .comLink {
		margin: 47px auto 0;
	}
	#decor_lp.ginga_lp .section03 .comLink01 {
		margin-top: 27px;
	}
}
/* rondeau */
#decor_lp.rondeau_lp .imgBox {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#decor_lp.rondeau_lp .imgBox .photoBox {
	flex-shrink: 0;
	flex-grow: 0;
}
#decor_lp.rondeau_lp .imgBox .textBox {
	flex-grow: 1;
}
#decor_lp.rondeau_lp .imgBox p:not(.txtTtl) {
	font-size: 1.5rem;
	line-height: 2.66;
	color: #fff;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.12em;
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp.rondeau_lp .imgBox p:not(.txtTtl) {
		font-size: 1.25vw;
	}
}
@media (max-width: 767px) {
	#decor_lp.rondeau_lp .imgBox {
		flex-wrap: wrap;
	}
	#decor_lp.rondeau_lp .imgBox .photoBox {
		flex-shrink: 1;
		width: auto;
	}
	#decor_lp.rondeau_lp .imgBox p:not(.txtTtl) {
		font-size: 1.2rem;
		line-height: 2.5;
		letter-spacing: 0.1em;
	}
}
#decor_lp.rondeau_lp .txtTtl {
	margin-bottom: 0;
	font-size: 3.5rem;
	line-height: 1.75;
	color: #9F783E;
	text-align: center;
	letter-spacing: 0.15em;
	font-weight: 700;
}
#decor_lp.rondeau_lp .txtTtl .color {
	color: #fff;
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp.rondeau_lp .txtTtl {
		font-size: 2.916vw;
	}
}
@media (max-width: 767px) {
	#decor_lp.rondeau_lp .txtTtl {
		margin-bottom: 8px;
		font-size: 1.6rem;
		line-height: 2;
		letter-spacing: 0.25em;
	}
}
#decor_lp.rondeau_lp #mainvisual {
	padding-top: 100px;
}
#decor_lp.rondeau_lp #mainvisual .logo {
	top: 25px;
}
#decor_lp.rondeau_lp #mainvisual .photo {
    width: 222px;
    top: 135px;
}
#decor_lp.rondeau_lp #mainvisual .photoBox {
	/* position: absolute;
	inset: 0;
	top: 100px; */
}
#decor_lp.rondeau_lp #mainvisual .photoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#decor_lp.rondeau_lp #mainvisual .textBox {
	padding: 120px 120px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	box-sizing: border-box;
	position: absolute;
	inset: 0;
	top: 100px; 
}
#decor_lp.rondeau_lp #mainvisual .textBox p {
	margin: 0;
	font-size: 2.4rem;
	line-height: 2.083;
	letter-spacing: 0.15em;
	font-weight: 700;
}
#decor_lp.rondeau_lp #mainvisual .textBox p span {
	color: #997948;
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp.rondeau_lp #mainvisual {
		padding-top: 8.33vw;
	}
	#decor_lp.rondeau_lp #mainvisual .logo {
		top: 2.083vw;
	}
	#decor_lp.rondeau_lp #mainvisual .photo {
		width: 18.5vw;
		top: 11.25vw;
	}
	#decor_lp.rondeau_lp #mainvisual .textBox {
		padding: 10vw 10vw;
		/* height: 47.5vw; */
		top: 8.33vw;
	}
	#decor_lp.rondeau_lp #mainvisual .textBox p {
		font-size: 2vw;
	}
}
@media (max-width: 767px) {
	#decor_lp.rondeau_lp #mainvisual {
		padding-top: 60px;
	}
	#decor_lp.rondeau_lp #mainvisual .logo {
		top: 15px;
	}
	#decor_lp.rondeau_lp #mainvisual .photo {
		top: 62px;
		width: 167px;
	}
	#decor_lp.rondeau_lp #mainvisual .textBox {
		padding: 27px 20px;
		/* height: 483px; */
		justify-content: center;
		top: 60px;
	}
	#decor_lp.rondeau_lp #mainvisual .textBox p {
		font-size: 1.6rem;
		line-height: 2;
		letter-spacing: 0.12em;
		text-align: center;
		font-weight: 200;
	}
}
#decor_lp.rondeau_lp .section01 {
	margin: 99px auto 0;
	width: 966px;
}
#decor_lp.rondeau_lp .section01 .movie {
	width: 100%;
	position: relative;
}
#decor_lp.rondeau_lp .section01 .movie > img {
	position: relative;
	z-index: 2;
	transition: all ease 0.5s;
	opacity: 1;
	visibility: visible;
}
#decor_lp.rondeau_lp .section01 .movie.play > img {
	opacity: 0;
	visibility: hidden;
}
#decor_lp.rondeau_lp .section01 .movie .btn {
	position: absolute;
	cursor: pointer;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 137px;
	z-index: 3;
	transition: all ease 0.5s;
}
#decor_lp.rondeau_lp .section01 .movie.play .btn {
	opacity: 0;
	visibility: hidden;
}
#decor_lp.rondeau_lp .section01 .movie .btn:hover {
	opacity: 0.7;
}
#decor_lp.rondeau_lp .section01 .movie video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp.rondeau_lp .section01 {
		margin: 8.25vw auto 0;
		width: 80.5vw;
	}
	#decor_lp.rondeau_lp .section01 .movie .btn {
		width: 11.41vw;
	}
}
@media (max-width: 767px) {
	#decor_lp.rondeau_lp .section01 {
		margin: 40px 20px 0;
		width: auto;
	}
	#decor_lp.rondeau_lp .section01 .movie .btn {
		width: 45px;
	}
}
#decor_lp.rondeau_lp .section02 {
	margin: 90px auto 0;
}
#decor_lp.rondeau_lp .section02 .txtTtl {
	margin-bottom: -4px;
	color: #fff;
}
#decor_lp.rondeau_lp .section02 .txtTtl span {
	color: #9F783E;
}
#decor_lp.rondeau_lp .section02 .imgBox {
	margin: 0 calc(50% - 966px * 0.5) 0 0;
}
#decor_lp.rondeau_lp .section02 .imgBox .photoBox {
	margin-right: -56px;
	width: 563px;
}
#decor_lp.rondeau_lp .section02 .imgBox .textBox {
	margin-top: -155px;
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp.rondeau_lp .section02 {
		margin: 7.5vw auto 0;
	}
	#decor_lp.rondeau_lp .section02 .txtTtl {
		margin-bottom: -0.33vw;
	}
	#decor_lp.rondeau_lp .section02 .imgBox {
		margin: 0 calc(50% - 80.5vw * 0.5) 0 0;
	}
	#decor_lp.rondeau_lp .section02 .imgBox .photoBox {
		margin-right: -4.666vw;
		width: 46.9vw;
	}
	#decor_lp.rondeau_lp .section02 .imgBox .textBox {
		margin-top: -12.91vw;
	}
}
@media (max-width: 767px) {
	#decor_lp.rondeau_lp .section02 {
		margin: 35px 20px 0;
	}
	#decor_lp.rondeau_lp .section02 .txtTtl {
		margin-bottom: 28px;
	}
	#decor_lp.rondeau_lp .section02 .imgBox {
		margin: 0;
	}
	#decor_lp.rondeau_lp .section02 .imgBox .photoBox {
		margin: 0 -20px;
		width: auto;
	}
	#decor_lp.rondeau_lp .section02 .imgBox .textBox {
		margin-top: -44px;
	}
}
#decor_lp.rondeau_lp .section03 {
	margin: -69px auto 0;
	width: 966px;
}
#decor_lp.rondeau_lp .section03 .txtTtl {
	margin-bottom: 18px;
}
#decor_lp.rondeau_lp .section03 .imgBox .photoBox {
	order: 1;
	width: 292px;
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp.rondeau_lp .section03 {
		margin: -5.75vw auto 0;
		width: 80.5vw;
	}
	#decor_lp.rondeau_lp .section03 .txtTtl {
		margin-bottom: 1.5vw;
	}
	#decor_lp.rondeau_lp .section03 .imgBox .photoBox {
		width: 24.3vw;
	}
}
@media (max-width: 767px) {
	#decor_lp.rondeau_lp .section03 {
		margin: 31px 20px 0;
		width: auto;
	}
	#decor_lp.rondeau_lp .section03 .txtTtl {
		margin-bottom: 27px;
	}
	#decor_lp.rondeau_lp .section03 .imgBox .photoBox {
		margin: 0 auto 17px;
		order: 0;
		width: 52.5%;
	}
}
#decor_lp.rondeau_lp .section04 {
	margin: 84px 0 0;
}
#decor_lp.rondeau_lp .section04 .txtTtl {
	margin-bottom: 17px;
}
#decor_lp.rondeau_lp .section04 .colorTxt {
	margin-bottom: 57px;
	color: #997948;
	font-size: 1.5rem;
	line-height: 2.666;
	letter-spacing: 0.05em;
	text-align: center;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#decor_lp.rondeau_lp .section04 .imgBox .photoBox {
	width: 50%;
}
#decor_lp.rondeau_lp .section04 .imgBox .textBox {
	padding-left: 48px;
}
#decor_lp.rondeau_lp .section04 .imgBox01 .photoBox {
	order: 1;
}
#decor_lp.rondeau_lp .section04 .imgBox01 .textBox {
	padding-left: 119px;
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp.rondeau_lp .section04 {
		margin: 7vw 0 0;
	}
	#decor_lp.rondeau_lp .section04 .txtTtl {
		margin-bottom: 1.416vw;
	}
	#decor_lp.rondeau_lp .section04 .colorTxt {
		margin-bottom: 4.75vw;
		font-size: 1.25vw;
	}
	#decor_lp.rondeau_lp .section04 .imgBox .textBox {
		padding-left: 4vw;
	}
	#decor_lp.rondeau_lp .section04 .imgBox01 .textBox {
		padding-left: 9.916vw;
	}
}
@media (max-width: 767px) {
	#decor_lp.rondeau_lp .section04 {
		margin: 30px 20px 0;
	}
	#decor_lp.rondeau_lp .section04 .txtTtl {
		margin-bottom: 5px;
	}
	#decor_lp.rondeau_lp .section04 .colorTxt {
		margin-bottom: 23px;
		font-size: 1.2rem;
		line-height: 2.083;
		letter-spacing: 0.05em;
	}
	#decor_lp.rondeau_lp .section04 .imgBox {
		margin: 0 -20px;
	}
	#decor_lp.rondeau_lp .section04 .imgBox .photoBox {
		width: 80%;
	}
	#decor_lp.rondeau_lp .section04 .imgBox .textBox {
		padding: 11px 10px 32px 26%;
	}
	#decor_lp.rondeau_lp .section04 .imgBox01 .photoBox {
		order: 0;
		margin-left: 20%;
	}
	#decor_lp.rondeau_lp .section04 .imgBox01 .textBox {
		padding: 11px 20% 32px 19px;
	}
	#decor_lp.rondeau_lp .section04 .imgBox02 .textBox {
		padding: 11px 10px 28px 37%;
	}
}
#decor_lp.rondeau_lp .section05 {
	margin: 84px 0 0;
	padding-bottom: 99px;
	overflow: hidden;
}
#decor_lp.rondeau_lp .section05 .txtTtl {
	margin-bottom: 28px;
}
#decor_lp.rondeau_lp .section05 .imgBox {
	margin: 0 auto;
	width: 960px;
	align-items: flex-start;
}
#decor_lp.rondeau_lp .section05 .imgBox .photoBox {
	margin: 0 -51px 0 -134px;
	width: 686px;
}
#decor_lp.rondeau_lp .section05 .imgBox .textBox p {
	font-size: 1.1rem;
	line-height: 1.818;
}
#decor_lp.rondeau_lp .section05 .imgBox .textBox .price {
	margin-bottom: 22px;
	font-size: 2.5rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-align: center;
}
#decor_lp.rondeau_lp .section05 .imgBox .textBox .price small {
	font-size: 0.7em;
}
#decor_lp.rondeau_lp .section05 .imgBox .textBox .btn {
	margin: 0 9px 21px 0;
}
#decor_lp.rondeau_lp .section05 .imgBox .textBox .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	color: #000;
	font-size: 1.3rem;
	position: relative;
	background: #9F783E;
	font-weight: 700;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#decor_lp.rondeau_lp .section05 .imgBox .textBox .btn a:hover {
	opacity: 0.7;
}
#decor_lp.rondeau_lp .section05 .imgBox .textBox .btn a::after {
	margin-top: -3px;
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	content: "";
	width: 6px;
	height: 6px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(-45deg);
}
#decor_lp.rondeau_lp .section05 .comLink {
	margin-top: -34px;
}
#decor_lp.rondeau_lp .section05 .comLink01 {
	margin-top: 35px;
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp.rondeau_lp .section05 {
		margin: 7vw 0 0;
		padding-bottom: 8.25vw;
	}
	#decor_lp.rondeau_lp .section05 .txtTtl {
		margin-bottom: 2.33vw;
	}
	#decor_lp.rondeau_lp .section05 .imgBox {
		width: 80vw;
	}
	#decor_lp.rondeau_lp .section05 .imgBox .photoBox {
		margin: 0 -4.25w 0 -11.16vw;
		width: 57.16vw;
	}
	#decor_lp.rondeau_lp .section05 .imgBox .textBox p {
		font-size: 0.916vw;
	}
	#decor_lp.rondeau_lp .section05 .imgBox .textBox .price {
		margin-bottom: 1.83vw;
		font-size: 2.083vw;
	}
	#decor_lp.rondeau_lp .section05 .imgBox .textBox .btn {
		margin: 0 0.75vw 1.75vw 0;
	}
	#decor_lp.rondeau_lp .section05 .imgBox .textBox .btn a {
		height: 3.33vw;
		font-size: 1.083vw;
	}
	#decor_lp.rondeau_lp .section05 .comLink {
		margin-top: -2.833vw;
	}
	#decor_lp.rondeau_lp .section05 .comLink01 {
		margin-top: 2.916vw;
	}	
}
@media (max-width: 767px) {
	#decor_lp.rondeau_lp .section05 {
		margin: 0;
		padding-bottom: 99px;
		overflow: hidden;
	}
	#decor_lp.rondeau_lp .section05 .txtTtl {
		margin-bottom: 18px;
	}
	#decor_lp.rondeau_lp .section05 .imgBox {
		margin: 0 20px;
		width: auto;
		align-items: flex-start;
	}
	#decor_lp.rondeau_lp .section05 .imgBox .photoBox {
		margin: 0 -38px;
		width: auto;
	}
	#decor_lp.rondeau_lp .section05 .imgBox .textBox {
		margin: -54px 32px 0;
	}
	#decor_lp.rondeau_lp .section05 .imgBox .textBox p {
		font-size: 1.1rem;
		line-height: 2;
		letter-spacing: 0.15em;
	}
	#decor_lp.rondeau_lp .section05 .imgBox .textBox .price {
		margin-bottom: 11px;
		font-size: 1.5rem;
		line-height: 1.4;
		letter-spacing: 0.1em;
		text-align: center;
	}
	#decor_lp.rondeau_lp .section05 .imgBox .textBox .btn {
		margin: 0 0 10px;
	}
	#decor_lp.rondeau_lp .section05 .imgBox .textBox .btn a {
		height: 30px;
		font-size: 1rem;
	}
	#decor_lp.rondeau_lp .section05 .imgBox .textBox .btn a:hover {
		opacity: 1;
	}
	#decor_lp.rondeau_lp .section05 .imgBox .textBox .btn a::after {
		margin-top: -2px;
		right: 10px;
		width: 4px;
		height: 4px;
	}
	#decor_lp.rondeau_lp .section05 .comLink {
		margin-top: 45px;
	}
	#decor_lp.rondeau_lp .section05 .comLink01 {
		margin-top: 26px;
	}
	
}
/* stc_emblem_lp */
#decor_lp.stc_emblem_lp {
	background: #fff;
	position: relative;
}
#decor_lp.stc_emblem_lp::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
	background-image: url(https://seikoclock.itembox.design/item/lp/decor/stc_emblem/bg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	z-index: 2;
	pointer-events: none;
}
#decor_lp.stc_emblem_lp #mainvisual {
	overflow: hidden;
	z-index: 3;
}
#decor_lp.stc_emblem_lp #mainvisual .logo {
	left: 50%;
	top: 34px;
	width: 18.3rem;
	transform: translateX(-50%);
}
#decor_lp.stc_emblem_lp #mainvisual .bg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: auto;
	height: auto;
	box-sizing: border-box;
	z-index: 1;
}
#decor_lp.stc_emblem_lp #mainvisual .bg::after {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	content: "";
	opacity: 0.15;
	background: linear-gradient(to bottom, transparent, #000);
	width: 100%;
	height: 13.6rem;
}
#decor_lp.stc_emblem_lp #mainvisual .photoBox {
	position: absolute;
	right: -1.5rem;
    bottom: -6.4rem;
    width: 67.4rem;
	height: auto;
}
#decor_lp.stc_emblem_lp #mainvisual .photoBox img {
	width: 100%;
	height: auto;
}
#decor_lp.stc_emblem_lp #mainvisual .textBox {
	padding: 177px 100px 95px;
}
#decor_lp.stc_emblem_lp #mainvisual .textBox p {
	color: #000;
	line-height: 2.6;
	letter-spacing: 0.1em;
	font-weight: 500;
}
#decor_lp.stc_emblem_lp #mainvisual .textBox .ttl {
	margin-bottom: 11px;
	font-size: 3.5rem;
	letter-spacing: 0.4em;
	line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp.stc_emblem_lp #mainvisual .logo {
		top: calc(3.4vw * 0.83);
		width: calc(18.3vw * 0.83);
	}
	#decor_lp.stc_emblem_lp #mainvisual .textBox {
		padding: calc(17.7vw * 0.83) calc(10vw * 0.83) calc(9.5vw * 0.83);
	}
	#decor_lp.stc_emblem_lp #mainvisual .textBox .ttl {
		font-size: calc(3.5vw * 0.83);
	}
	#decor_lp.stc_emblem_lp #mainvisual .photoBox {
		right: calc(-1.5vw * 0.83);
		bottom: calc(-6.4vw * 0.83);
		width: calc(67.4vw * 0.83);
	}
}
@media (max-width: 767px) {
	#decor_lp.stc_emblem_lp::before {
		background-image: url(https://seikoclock.itembox.design/item/lp/decor/stc_emblem/bg_sp.png);
		background-position: center top -0.2%;
	}
	#decor_lp.stc_emblem_lp #mainvisual {
		padding: 3rem 0 0;
	}
	#decor_lp.stc_emblem_lp #mainvisual .bg::after {
		height: 7rem;
	}
	#decor_lp.stc_emblem_lp #mainvisual .bg img {
		object-fit: contain;
		object-position: bottom;
		opacity: 0;
	}
	#decor_lp.stc_emblem_lp #mainvisual .logo {
		margin: 0 auto;
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		width: 12.5rem;
	}
	#decor_lp.stc_emblem_lp #mainvisual .textBox {
		padding: 3.5rem 1rem 5rem;
	}
	#decor_lp.stc_emblem_lp #mainvisual .textBox p {
		font-size: 1.1875rem;
		line-height: 2;
	}
	#decor_lp.stc_emblem_lp #mainvisual .textBox .ttl {
		margin: 0 0 1.5rem 4rem;
		margin-left: 4rem;
		font-size: 2.375rem;
	}
	#decor_lp.stc_emblem_lp #mainvisual .photoBox {
		margin: 0 -2% -7.5% 24%;
		position: relative;
		right: auto;
		bottom: auto;
		width: calc(100% - 24% + 2% - 0.1px);
	}
}
#decor_lp.stc_emblem_lp .secBg {
	position: relative;
	padding-bottom: 10rem;
}
#decor_lp.stc_emblem_lp .secBg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(https://seikoclock.itembox.design/item/lp/decor/stc_emblem/sec_bg.png);
	background-position: center top;
	background-size: cover;
	z-index: 1;
}
#decor_lp.stc_emblem_lp .secInn {
	padding: 10.2rem 0 10rem;
	position: relative;
	z-index: 10;
}
#decor_lp.stc_emblem_lp .tabSwitch {
	margin: 0 auto 5.5rem;
	padding: 0 7.3rem;
	max-width: 96rem;
	display: flex;
	border-bottom: 1px solid #000;
	box-sizing: border-box;
}
#decor_lp.stc_emblem_lp .tabSwitch li {
	margin: 0;
	flex-grow: 1;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
#decor_lp.stc_emblem_lp .tabSwitch li a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	font-size: 2.3rem;
	min-height: 7.5rem;
	letter-spacing: 0.2em;
}
#decor_lp.stc_emblem_lp .tabSwitch li.active a {
	color: #fff;
	background: #000;
}
@media (min-width: 768px) {
	#decor_lp.stc_emblem_lp .tabSwitch li a:hover {
		opacity: 0.7;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	#decor_lp.stc_emblem_lp .secInn {
		padding: calc(10.2vw * 0.83) 0 calc(10vw * 0.83);
	}
	#decor_lp.stc_emblem_lp .tabSwitch {
		margin-bottom: calc(5.5vw * 0.83);
		padding: 0 calc(7.3vw * 0.83);
		max-width: calc(96vw * 0.83);
	}
	#decor_lp.stc_emblem_lp .tabSwitch li a {
		font-size: calc(2.3vw * 0.83);
		min-height: calc(7.5vw * 0.83);
	}
}
@media (max-width: 767px) {
	#decor_lp.stc_emblem_lp .secBg {
		padding-bottom: 4.2rem;
	}
	#decor_lp.stc_emblem_lp .secBg::before {
		/* display: none; */
		background-image: url(https://seikoclock.itembox.design/item/lp/decor/stc_emblem/sec_bg_sp.png);
	}
	#decor_lp.stc_emblem_lp .secInn {
		padding: 5.6rem 0 4.4rem;
	}
	#decor_lp.stc_emblem_lp .tabSwitch {
		margin: 0 0 4rem;
		padding: 0 3rem;
		max-width: inherit;
	}
	#decor_lp.stc_emblem_lp .tabSwitch li a {
		font-size: 1.3rem;
		min-height: 3.8rem;
	}
}
#decor_lp.stc_emblem_lp .secInn .tabSec {
	margin-top: 9rem;
}
#decor_lp.stc_emblem_lp .secInn .tabSec:first-of-type {
	margin-top: 0;
}
#decor_lp.stc_emblem_lp .secInn .secTtl {
	margin-bottom: 5.4rem;
	color: #000;
	font-size: 4.5rem;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#decor_lp.stc_emblem_lp .secInn .secTtl .sml {
	margin-top: 0.5rem;
	font-size: 1.5rem;
	display: block;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: 500;
}
#decor_lp.stc_emblem_lp .secInn .imgBox {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}
#decor_lp.stc_emblem_lp .secInn .imgBox .photoBox {
	width: 48%;
	flex-shrink: 0;
	position: relative;
	mask: linear-gradient(90deg, #000 calc(100% - 30rem), transparent);
}
#decor_lp.stc_emblem_lp .secInn .imgBox .photoBox::after {
	content: "";
	display: block;
	width: 29rem;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: linear-gradient(to right, transparent, #fff);
	mix-blend-mode: multiply;
	z-index: 1;
	display: none;
}
#decor_lp.stc_emblem_lp .secInn .imgBox .photoBox img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#decor_lp.stc_emblem_lp .secInn .imgBox .textBox {
	padding: 0.1rem 0 0 2.5rem;
    box-sizing: border-box;
    position: relative;
    max-width: 50.4rem;
}
#decor_lp.stc_emblem_lp .secInn .tabSec04 .imgBox .textBox {
	padding-left: 1rem;
}
#decor_lp.stc_emblem_lp .secInn .imgBox .imgList {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#decor_lp.stc_emblem_lp .secInn .imgBox .imgList li {
	margin: 1.8rem 2.8rem 0 0;
	width: calc(50% - 2.8rem * 0.5 - 0.1px);
}
#decor_lp.stc_emblem_lp .secInn .tabSec03 .imgBox .imgList li:nth-of-type(5),
#decor_lp.stc_emblem_lp .secInn .tabSec03 .imgBox .imgList li:nth-of-type(6) {
	margin-top: 3rem;
}
#decor_lp.stc_emblem_lp .secInn .tabSec04 .imgBox .imgList li {
	margin: 1rem 0rem 0 0;
	width: calc(50% - 0rem * 0.5 - 0.1px);
}
#decor_lp.stc_emblem_lp .secInn .tabSec04 .imgBox .imgList li:nth-of-type(5) {
	margin-top: -1rem;
}
#decor_lp.stc_emblem_lp .secInn .tabSec04 .imgBox .imgList li:nth-of-type(5) .pho img {
	object-position: bottom;
}
#decor_lp.stc_emblem_lp .secInn .tabSec05 .imgBox .imgList li {
	margin-top: 3rem;
}
#decor_lp.stc_emblem_lp .secInn .tabSec05 .imgBox .imgList li .pho {
	margin-bottom: 0;
}
#decor_lp.stc_emblem_lp .secInn .tabSec05 .imgBox .imgList li:nth-of-type(1) .pho img {
	transform: translate(0.2rem, 1.4rem) scale(1.05);
}
#decor_lp.stc_emblem_lp .secInn .tabSec06 .imgBox .textBox {
	padding-top: 2rem;
}
#decor_lp.stc_emblem_lp .secInn .tabSec06 .imgBox .imgList li {
	margin: 2rem 0rem 0 0;
	width: calc(50% - 0rem * 0.5 - 0.1px);
}
#decor_lp.stc_emblem_lp .secInn .tabSec06 .imgBox .imgList li:nth-of-type(1) .pho,
#decor_lp.stc_emblem_lp .secInn .tabSec06 .imgBox .imgList li:nth-of-type(2) .pho {
	margin-bottom: 2rem;
}
#decor_lp.stc_emblem_lp .secInn .tabSec06 .imgBox .imgList li .pho img {
	object-position: bottom;
}
#decor_lp.stc_emblem_lp .secInn .imgBox .imgList li:nth-of-type(2n) {
	margin-right: 0 !important;
}
#decor_lp.stc_emblem_lp .secInn .imgBox .imgList li:nth-of-type(-n+2) {
	margin-top: 0 !important;
}
@media (min-width: 768px) {
	#decor_lp.stc_emblem_lp .secInn .imgBox .imgList li a:hover {
		opacity: 0.7;
	}
}
#decor_lp.stc_emblem_lp .secInn .imgBox .imgList li .pho {
	margin-bottom: 0.9rem;
	width: 100%;
	padding-bottom: 100%;
	position: relative;
}
#decor_lp.stc_emblem_lp .secInn .imgBox .imgList li .pho img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	left: 0;
	top: 0;
}
#decor_lp.stc_emblem_lp .secInn .imgBox .imgList li p {
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.4;
	font-weight: 500;
}
#decor_lp.stc_emblem_lp .secInn .imgBox .imgList li p em {
	font-style: normal;
	font-size: 1em;
}
@media (max-width: 991px) and (min-width: 768px) {
	
	#decor_lp.stc_emblem_lp .secInn .tabSec {
		margin-top: 9vw;
	}
	#decor_lp.stc_emblem_lp .secInn .secTtl {
		margin-bottom: calc(5.4rem * 0.83);
		font-size: calc(4.5rem * 0.83);
	}
	#decor_lp.stc_emblem_lp .secInn .secTtl .sml {
		margin-top: calc(0.5vw * 0.83);
		font-size: calc(1.5vw * 0.83);
	}
	#decor_lp.stc_emblem_lp .secInn .imgBox .textBox {
		padding:  calc(0.1vw * 0.83) 0 0  calc(2.5vw * 0.83);
		max-width:  calc(50.4vw * 0.83);
	}
	#decor_lp.stc_emblem_lp .secInn .imgBox .imgList li p {
		font-size: calc(1.5vw * 0.83);
	}
}
@media (max-width: 767px) {
	#decor_lp.stc_emblem_lp .secInn .tabSec {
		margin-top: 5.2rem;
	}
	#decor_lp.stc_emblem_lp .secInn .secTtl {
		margin-bottom: 1.8rem;
		font-size: 2.25rem;
	}
	#decor_lp.stc_emblem_lp .secInn .secTtl .sml {
		font-size: 0.9rem;
	}
	#decor_lp.stc_emblem_lp .secInn .imgBox {
		margin: 0 3.1rem;
		flex-direction: column;
	}
	#decor_lp.stc_emblem_lp .secInn .imgBox .photoBox {
		width: 100%;
		height: auto;
		mask: none;
	}
	#decor_lp.stc_emblem_lp .secInn .imgBox .photoBox img {
		position: relative;
		height: auto;
	}
	/* #decor_lp.stc_emblem_lp .secInn .imgBox .photoBox::after {
		display: block;
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		background: linear-gradient(to bottom, transparent, #fff);
		width: 100%;
		height: 10%;
	} */
	#decor_lp.stc_emblem_lp .secInn .imgBox .textBox {
		margin: -2.5rem 0 0;
		padding: 0 1.5rem;
		max-width: inherit;
	}
	#decor_lp.stc_emblem_lp .secInn .imgBox .imgList li {
		margin: 1.3rem 2.8rem 0 0;
		width: calc(50% - 2.8rem* 0.5 - 0.1px);
	}
	#decor_lp.stc_emblem_lp .secInn .imgBox .imgList li a:hover {
		color: inherit;
	}
	#decor_lp.stc_emblem_lp .secInn .tabSec03 .imgBox .textBox {
		margin-top: -3rem;
	}
	#decor_lp.stc_emblem_lp .secInn .tabSec03 .imgBox .imgList li {
		margin: 1rem 1rem 0 0;
		width: calc(50% - 1rem* 0.5 - 0.1px);
	}
	#decor_lp.stc_emblem_lp .secInn .tabSec03 .imgBox .imgList li:nth-of-type(5),
	#decor_lp.stc_emblem_lp .secInn .tabSec03 .imgBox .imgList li:nth-of-type(6) {
		margin-top: 1.5rem;
	}
	#decor_lp.stc_emblem_lp .secInn .tabSec03 .imgBox .imgList li .pho {
		margin-bottom: 0.5rem;
	}
	#decor_lp.stc_emblem_lp .secInn .tabSec03 .imgBox .imgList li:nth-of-type(4) .pho img {
		transform: translate(0.5rem, 0.2rem) scale(1);
	}
	#decor_lp.stc_emblem_lp .secInn .tabSec04 .imgBox .textBox {
		margin-top: -3rem;
	}
	#decor_lp.stc_emblem_lp .secInn .tabSec04 .imgBox .imgList li:nth-of-type(5) {
		margin-top: -0.3rem;
	}
	#decor_lp.stc_emblem_lp .secInn .tabSec04 .imgBox .imgList li:nth-of-type(2) .pho img {
		transform: translate(0.5rem, -0.2rem) scale(1.07);
	}
	#decor_lp.stc_emblem_lp .secInn .tabSec04 .imgBox .imgList li:nth-of-type(3) .pho img {
		transform: translate(-0.3rem, 0.3rem) scale(1.02);
	}
	#decor_lp.stc_emblem_lp .secInn .tabSec04 .imgBox .imgList li:nth-of-type(4) .pho img {
		transform: translate(0.3rem, 0.1rem) scale(1.05);
	}
	#decor_lp.stc_emblem_lp .secInn .tabSec04 .imgBox .imgList li:nth-of-type(5) .pho img {
		transform: translate(-0.3rem, 0.3rem) scale(1.05);
	}
	#decor_lp.stc_emblem_lp .secInn .tabSec05 .imgBox .imgList li {
		margin-top: 1.5rem;
	}
	#decor_lp.stc_emblem_lp .secInn .tabSec05 .imgBox .imgList li .pho {
		margin-bottom: 0.5rem;
	}
	#decor_lp.stc_emblem_lp .secInn .tabSec05 .imgBox .imgList li:nth-of-type(1) .pho,
	#decor_lp.stc_emblem_lp .secInn .tabSec05 .imgBox .imgList li:nth-of-type(2) .pho {
		margin-bottom: 0.9rem;
	}
	#decor_lp.stc_emblem_lp .secInn .tabSec05 .imgBox .imgList li:nth-of-type(1) .pho img {
		transform: translate(0.3rem, 0.8rem) scale(1.15);
	}
	#decor_lp.stc_emblem_lp .secInn .tabSec05 .imgBox .imgList li:nth-of-type(3) .pho img {
		transform: translate(0.1rem, 0.1rem) scale(1.05);
	}
	#decor_lp.stc_emblem_lp .secInn .tabSec05 .imgBox .imgList li:nth-of-type(4) .pho img {
		transform: translate(0.4rem, 0.1rem) scale(1.09);
	}
	#decor_lp.stc_emblem_lp .secInn .tabSec06 .imgBox .textBox {
		padding-top: 0;
	}
	#decor_lp.stc_emblem_lp .secInn .tabSec06 .imgBox .imgList li {
		margin: 1.5rem 0rem 0 0;
		width: calc(50% - 0rem * 0.5 - 0.1px);
	}
	#decor_lp.stc_emblem_lp .secInn .tabSec06 .imgBox .imgList li .pho {
		margin-bottom: 1rem;
	}
	#decor_lp.stc_emblem_lp .secInn .tabSec06 .imgBox .imgList li:nth-of-type(1) .pho,
	#decor_lp.stc_emblem_lp .secInn .tabSec06 .imgBox .imgList li:nth-of-type(2) .pho {
		margin-bottom: 1rem;
	}
	#decor_lp.stc_emblem_lp .secInn .tabSec06 .imgBox .imgList li:nth-of-type(1) .pho img {
		transform: translate(-0.4rem, 0.1rem) scale(1.05);
	}
	#decor_lp.stc_emblem_lp .secInn .tabSec06 .imgBox .imgList li:nth-of-type(2) .pho img {
		transform: translate(0.6rem, -0.3rem) scale(1.03);
	}
	#decor_lp.stc_emblem_lp .secInn .tabSec06 .imgBox .imgList li:nth-of-type(3) .pho img {
		transform: translate(-0.6rem, 0.1rem) scale(1.05);
	}
	#decor_lp.stc_emblem_lp .secInn .tabSec06 .imgBox .imgList li:nth-of-type(4) .pho img {
		transform: translate(1rem, 0.4rem) scale(1.05);
	}
	#decor_lp.stc_emblem_lp .secInn .imgBox .imgList li p {
		font-size: 1rem;
	}
}
#decor_lp.stc_emblem_lp .allLink {
	margin: 10rem auto 0;
	width: 40rem;
	height: 8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 10;
}
#decor_lp.stc_emblem_lp .allLink a {
	width: 100%;
	height: 100%;
	font-size: 2rem;
	color: #fff;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.18em;
}
@media (min-width: 768px) {
	#decor_lp.stc_emblem_lp .allLink a:hover {
		opacity: 0.7;
	}
}
@media (max-width: 767px) {
	#decor_lp.stc_emblem_lp .allLink {
		margin: 4.3rem auto 0;
		width: 25rem;
		height: 5rem;
	}
	#decor_lp.stc_emblem_lp .allLink a {
		font-size: 1.3rem;
	}
}
#decor_lp.stc_emblem_lp .bannerBox {
	margin: 0 auto;
	position: relative;
	z-index: 10;
	max-width: 96rem;
	display: flex;
}
#decor_lp.stc_emblem_lp .bannerBox a {
	display: flex;
	width: 100%;
}
#decor_lp.stc_emblem_lp .bannerBox .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#decor_lp.stc_emblem_lp .bannerBox .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#decor_lp.stc_emblem_lp .bannerBox .txtInn {
	margin: 0 0 0 auto;
	padding: 3.5rem 6.1rem 7.5rem 2rem;
	position: relative;
}
#decor_lp.stc_emblem_lp .bannerBox .txtInn p {
	line-height: 1.5;
	letter-spacing: 0.1em;
}
#decor_lp.stc_emblem_lp .bannerBox .txtInn .ttl {
	font-size: 3rem;
	letter-spacing: 0.2em;
	font-weight: bold;
}
#decor_lp.stc_emblem_lp .bannerBox .txtInn .txt {
	font-size: 1.8rem;
	line-height: 2.11;
	font-weight: 500;
}
#decor_lp.stc_emblem_lp .bannerBox .txtInn .line {
	margin-top: 3rem;
	display: inline-block;
	font-size: 1.8rem;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	line-height: 2;
	font-weight: bold;
}
@media (min-width: 768px) {
	#decor_lp.stc_emblem_lp .bannerBox a:hover {
		opacity: 0.7;
		color: inherit;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
		
	#decor_lp.stc_emblem_lp .allLink {
		margin: 10vw auto 0;
		width: 40vw;
		height: 8vw;
	}
	#decor_lp.stc_emblem_lp .allLink a {
		font-size: 2vw;
	}
	#decor_lp.stc_emblem_lp .bannerBox {
		max-width: 96vw;
	}
		
	#decor_lp.stc_emblem_lp .bannerBox .txtInn {
		padding: calc(3.5vw * 0.83) calc(6.1vw * 0.83) calc(7.5vw * 0.83) calc(2vw * 0.83);
	}
	#decor_lp.stc_emblem_lp .bannerBox .txtInn .ttl {
		font-size:calc(3vw * 0.83);
	}
	#decor_lp.stc_emblem_lp .bannerBox .txtInn .txt {
		font-size: calc(1.8vw * 0.83);
	}
	#decor_lp.stc_emblem_lp .bannerBox .txtInn .line {
		margin-top: 3vw;
		font-size: calc(1.8vw * 0.83);
	}
	
}
@media (max-width: 767px) {
	#decor_lp.stc_emblem_lp .bannerBox {
		margin: 0 3rem;
		max-width: inherit;
	}
	#decor_lp.stc_emblem_lp .bannerBox .txtInn {
		padding: 2rem 0.5rem;
	}
	#decor_lp.stc_emblem_lp .bannerBox .txtInn p {
		line-height: 1.5;
	}
	#decor_lp.stc_emblem_lp .bannerBox .txtInn .ttl {
		margin-bottom: 0.5rem;
		font-size: 1.249rem;
		letter-spacing: 0.1em;
	}
	#decor_lp.stc_emblem_lp .bannerBox .txtInn .txt {
		font-size: 0.738rem;
		line-height: 1.615;
	}
	#decor_lp.stc_emblem_lp .bannerBox .txtInn .line {
		margin-top: 0.5rem;
		font-size: 0.696rem;
	}
}