body {
    height: 100%;
    margin: 0;
    font-feature-settings: 'palt';
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: "Noto Sans JP", sans-serif !important;
	color: #1a1311;
}
a{
	color: #000;
	text-decoration: none;
}
.item-s-sp{
	line-height: 0;
}
.item-s{
	line-height: 0;
}

/* js_ani */
.img-opa {
	opacity: 0;
	transition: opacity 0.3s ease-out;
}
.img-opa img {
	display: block;
	width: 100%;
	height: auto;
}

/* txt-ani */
.anime-txt {
	opacity: 0;
	margin: 0;
}
.anime-txt.animating {
	opacity: 1;
}
.char {
	display: inline-block;
	opacity: 0;
	transform: translateX(-10px);
	transition: all 0.6s ease;
}
.char.show {
	opacity: 1;
	transform: translateX(0);
}


.txt-ani span {
    display: inline-block;
    opacity: 0; /* アニメーション前は透明 */
}
.txt-ani.animate span {
    animation: fadeInUp 0.3s ease-out forwards;
}
/* アニメーション用スタイル */
.txt-ani.animate span {
	display: inline-block;
	animation: fadeInUp 0.6s ease-out forwards;
	opacity: 0;
}
/* 各文字に異なるdelay */
.txt-ani.animate span:nth-child(1) { animation-delay: 0s; }
.txt-ani.animate span:nth-child(2) { animation-delay: 0.1s; }
.txt-ani.animate span:nth-child(3) { animation-delay: 0.2s; }
.txt-ani.animate span:nth-child(4) { animation-delay: 0.3s; }
.txt-ani.animate span:nth-child(5) { animation-delay: 0.4s; }
.txt-ani.animate span:nth-child(6) { animation-delay: 0.5s; }
.txt-ani.animate span:nth-child(7) { animation-delay: 0.6s; }
.txt-ani.animate span:nth-child(8) { animation-delay: 0.7s; }
.txt-ani.animate span:nth-child(9) { animation-delay: 0.8s; }
.txt-ani.animate span:nth-child(10) { animation-delay: 0.9s; }
.txt-ani.animate span:nth-child(11) { animation-delay: 1.0s; }
.txt-ani.animate span:nth-child(12) { animation-delay: 1.1s; }
@keyframes fadeInUp {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.bg-color01{
	background: rgba(165, 206, 234, 1);
}
.color01{
	color: rgba(165, 206, 234, 1);
}
.bg-color02{
	background: rgba(244, 175, 194, 1);
}
.color02{
	color: rgba(244, 175, 194, 1);
}
.bg-color03{
	background: rgba(237, 194, 175, 1);
}
.color03{
	color: rgba(237, 194, 175, 1);
}
.bg-color04{
	background: rgba(210, 207, 213, 1);
}
.color04{
	color: rgba(210, 207, 213, 1);
}
.bg-color05{
	background: rgba(196, 186, 92, 1);
}
.color05{
	color: rgba(196, 186, 92, 1);
}
.bg-color06{
	background: rgba(35, 59, 65, 1);
}
.color06{
	color: rgba(35, 59, 65, 1);
}
.bg-color07{
	background: rgba(229, 227, 209, 1);
}
.color07{
	color: rgba(229, 227, 209, 1);
}
.bg-color08{
	background: rgba(139, 146, 154, 1);
}
.color08{
	color: rgba(139, 146, 154, 1);
}
.bg-color09{
	background: rgba(207, 196, 185, 1);
}
.color09{
	color: rgba(207, 196, 185, 1);
}
.bg-color10{
	background: rgba(82, 90, 102, 1);
}
.color10{
	color: rgba(82, 90, 102, 1);
}
.bg-color11{
	background: rgba(210, 207, 213, 1);
}
.color11{
	color: rgba(210, 207, 213, 1);
}
.bg-color12{
	background: rgba(229, 227, 209, 1);
}
.color12{
	color: rgba(229, 227, 209, 1);
}

/* 
font-family: "itc-avant-garde-gothic-pro", sans-serif;
font-weight: 700;
font-style: normal;
 */

/* font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; */


/* 

font-family: "baskerville-urw", serif;
font-weight: 400;
font-style: normal;

font-family: garamond-premier-pro, serif;
font-weight: 400;

font-family: "garamond-premier-pro-display", serif;
font-weight: 300;
font-style: normal;

font-family: "garamond-premier-pro-display", serif;
font-weight: 300;
font-style: italic;

Didot LT Pro Headline
font-family: "linotype-didot-headline", serif;
font-weight: 400;
font-style: normal;

font-family: "tangier", sans-serif;
font-weight: 500;
font-style: normal;

Leander Script Pro Regular
font-family: "leander-script-pro", sans-serif;
font-weight: 400;
font-style: normal;


*/

/*imac*/
@media screen and (min-width: 2560px) and (max-width: 5120px) {
	.sp-on{
		display: none !important;
	}

	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
		margin: 0 10px 0 0;
		line-height: 0;
		border: 1px solid #000;
		border-radius: 3px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
		margin: 0 10px 0 0;
		line-height: 0;
		border: 1px solid #000;
		border-radius: 3px;
    }

	/* common */
	.js-scroll-overlap:not(.is-disabled) {
		--sticky-offset: -1px;
		position: sticky;
		top: var(--sticky-offset);
	}
	.relative {
		position: relative;
		padding: 4% 0 1% 0;
	}
	.relative02 {
		position: relative;
		padding: 4% 0 1% 0;
	}

	/* header */
	.header{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		background: rgba(242, 235, 219, .4);
		position: relative;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		top: 2%;
		left: 1%;
		line-height: 0;
		z-index: 10;
	}
	.mv-img{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
	}
	.mv-img div{
		width: 100%;
		overflow: hidden;
	}
	.mv-title-box{
		width: 40%;
		position: absolute;
		top: 7%;
		right: 7%;
		margin: 0 auto;
	}
	.mv-txt-box{
		width: 100%;
		height: 100%;
		position: relative;
		margin: 0 0 10% 0;
		left: -10%;
	}
	.mv-txt{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-txt li:nth-child(1){
		width: 6%;
		position: absolute;
		bottom: 0%;
		left: 0;
		line-height: 0;
	}
	.mv-txt li:nth-child(2){
		width: 2.5%;
        position: absolute;
        top: 60%;
        left: 9%;
		line-height: 0;
	}
	.mv-txt li:nth-child(3){
		width: 2.2%;
        position: absolute;
        top: 45.7%;
        left: 13.7%;
        line-height: 0;
	}
	.mv-txt li:nth-child(4){
		width: 6.2%;
        position: absolute;
        top: 42.7%;
        left: 16%;
        line-height: 0;
	}
	.mv-txt li:nth-child(5){
		width: 4.8%;
        position: absolute;
        top: 25.7%;
        left: 24%;
        line-height: 0;
	}
	.mv-txt li:nth-child(6){
		width: 3.2%;
        position: absolute;
        top: 30.7%;
        left: 31%;
        line-height: 0;
	}
	.mv-txt li:nth-child(7){
		width: 10.5%;
        position: absolute;
        top: 22.7%;
        left: 41%;
		line-height: 0;
	}
	.mv-txt li:nth-child(8){
		width: 4.7%;
        position: absolute;
        top: 36.7%;
        left: 52%;
		line-height: 0;
	}
	.mv-txt li:nth-child(9){
		width: 4.7%;
        position: absolute;
        top: 37.9%;
        left: 58.5%;
		line-height: 0;
	}
	.mv-txt li:nth-child(10){
		width: 5.8%;
        position: absolute;
        top: 27.7%;
        left: 65%;
		line-height: 0;
	}
	.mv-txt li:nth-child(11){
		width: 8.5%;
        position: absolute;
        top: 21.7%;
        left: 77.7%;
		line-height: 0;
	}
	.mv-txt li:nth-child(12){
		width: 4.5%;
        position: absolute;
        top: 27.7%;
        left: 87%;
		line-height: 0;
	}
	.mv-txt li:nth-child(13){
		width: 1.8%;
        position: absolute;
        top: 9.7%;
        left: 94%;
		line-height: 0;
	}
	.mv-txt li:nth-child(14){
		width: 2.2%;
        position: absolute;
        top: 1%;
        right: 0;
		line-height: 0;
	}
	.mv-title01{
		width: 100%;
		position: relative;
	}
	.mv-dotto{
		width: 31%;
        height: 4px;
        position: absolute;
        top: -30%;
        left: 16%;
	}
	.mv-dotto li{
		width: 6px;
		line-height: 0;
	}
	.mv-dotto li:nth-child(1){
		position: absolute;
		top: 0;
		left: 10%;
	}
	.mv-dotto li:nth-child(2){
		position: absolute;
		top: 0;
		left: 40%;
	}
	.mv-dotto li:nth-child(3){
		position: absolute;
		top: 0;
		left: 66%;
	}
	.mv-dotto li:nth-child(4){
		position: absolute;
		top: 0;
		left: 90%;
	}
	.mv-title01-line{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 3% auto 10% auto;
	}
	.mv-title02{
		width: 90%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.mv-title02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	/* read */
	.read{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 5% 0 5% 0;
	}
	.read .txt {
        width: 100%;
        font-size: 18px;
        letter-spacing: 4px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 3em;
		text-align: center;
    }
	.read .read-bg{
		width: 100%;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		overflow: visible;
	}
	.read .read-bg::before {
		content: '';
		position: absolute;
		top: -200px;
		left: 0;
		right: 0;
		height: 200px;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
		pointer-events: none;
	}

	/* door */
	.door{
		width: max-content;
		padding: 5% 0 0 0;
		margin: 0 auto 5% auto;
	}
	.door .sub-title{
		width: max-content;
		font-size: 2em;
        letter-spacing: 10px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 1em;
		text-align: center;
		margin: 0 auto 7% auto;
	}
	.door .main-title{
		width: max-content;
		font-size: 3em;
        letter-spacing: 10px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 1em;
		text-align: center;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.door .main-title .icon01{
		width: 30px;
		position: absolute;
		top: -5%;
		left: -12%;
		line-height: 0;
	}
	.door .main-title .icon02{
		width: 30px;
		position: absolute;
		top: -5%;
		right: -10%;
		line-height: 0;
	}
	.door .min-title{
		width: max-content;
		font-size: 1.5em;
        letter-spacing: 5px;
        font-family: "meno-banner", serif;
        font-weight: 300;
        font-style: normal;
        line-height: 1em;
		text-align: center;
		position: relative;
		margin: 0 auto;
		color: #3c3c47;
	}
	.door .min-title .line01{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: -10%;
		background: #3c3c47;
	}
	.door .min-title .line02{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		right: -10%;
		background: #3c3c47;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item */
	.item{
		width: 100%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		overflow: hidden;
	}
	.item .img{
		width: 50%;
		position: relative;
	}
	.item .img-slick02{
		width: 75%;
		margin: 0 0 0 0%;
	}
	.item .img-slick-non01{
		width: 100%;
		margin: 0 0 0 0%;
	}
	.item .img-slick-non02{
		width: 75%;
		margin: 0 0 0 0%;
	}
	.item .img-slick{
		width: 100%;
		margin: 0 0 0 0%;
	}
	.img-slick01 .slick-list {
		padding: 0 0 0 25% !important;
		margin: 0 !important;
		line-height: 0 !important;
	}
	.img-slick02 .slick-list {
		padding: 0 25% 0 0 !important;
		margin: 0 !important;
		line-height: 0 !important;
	}
	.item .img .on01{
		width: 25%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		backdrop-filter: blur(5px);
		-ms-backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
	}
	.item .img .on02{
		width: 25%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		backdrop-filter: blur(5px);
		-ms-backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
	}
	.item .img .on01 .icon01{
		width: 10%;
		position: absolute;
		top: 5%;
		right: 20%;
	}
	.item .img .on02 .icon01{
		width: 10%;
		position: absolute;
		top: 5%;
		left: 20%;
	}
	.item .data{
		width: 50%;
		padding: 2% 0 0 0;
	}
	.item .data .title{
		width: 85%;
		position: relative;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		left: 15%;
		margin: 0 0 5% 0;
		z-index: 99;
	}
	.item .data .title02{
		left: 25%;
	}
	.item .data .title li:nth-child(1){
		width: 10%;
		margin: 0 5% 0 0;
	}
	.item .data .title li:nth-child(2){
		width: 55%;
		text-align: right;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 2.5em;
		letter-spacing: 3px;
		white-space: nowrap;
	}
	.item .data .title li:nth-child(2) span{
		width: 25px;
		display: inline-block;
		position: relative;
		line-height: 0;
		top: 10px;
		margin: 0 10px;
	}
	.item .data .title li:nth-child(3){
		width: 85%;
        height: 1px;
		position: absolute;
		left: 15%;
		bottom: 14px;
		z-index: -1;
	}
	.item .data .main-title{
		width: max-content;
		font-size: 2em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
		color: #eee;
		position: relative;
		margin: 0 0 5% 0;
		left: 15%;
	}
	.item .data .main-title02{
		left: 25% !important;
	}
	.item .data .main-title span{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .txt{
		font-size: 1.2em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
		margin: 0 0 10% 0;
	}
	.item .data .txt01{
		box-sizing: border-box;
		padding: 0 15%;
	}
	.item .data .txt02{
		box-sizing: border-box;
		padding: 0 15% 0 25%;
	}
	.item .data .link-box01{
		width: 60%;
		position: relative;
		left: 15%;
	}
	.item .data .link-box02{
		width: 60%;
		position: relative;
		left: 25%;
	}
	/* item02 */
	.item02{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.item02 .data01{
		width: 50%;
	}
	.item02 .data01 .img{
		width: 100%;
		position: relative;
		margin: 0 0 7% 0;
	}
	.item02 .data01 .img .img-slick{
		width: 75%;
		margin: 0 0 0 25%;
	}
	.item02 .data01 .img .img-slick02{
		width: 75%;
		margin: 0 0 0 0%;
	}
	.item02 .data01 .img .on01{
		width: 25%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		backdrop-filter: blur(5px);
		-ms-backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
	}
	.item02 .data01 .img .on01 .icon01{
		width: 10%;
		position: absolute;
		top: 5%;
		right: 20%;
	}
	.item02 .data01 .img .on02{
		width: 25%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		backdrop-filter: blur(5px);
		-ms-backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
	}
	.item02 .data01 .img .on02 .icon02{
		width: 10%;
		position: absolute;
		top: 5%;
		left: 20%;
	}
	.item02 .data01 .link-box{
		width: 60%;
		margin: 0 0 0 32%;
	}
	.item02 .data01 .link-box02{
		width: 60%;
	}
	.item02 .data02{
		width: 50%;
		padding: 5% 0 0 0;
	}
	.item02 .data02 .main-title{
		width: max-content;
		font-size: 2em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
		color: #eee;
		position: relative;
		margin: 0 0 5% 0;
		left: 15%;
	}
	.item02 .data02 .main-title02{
		left: 25% !important;
	}
	.item02 .data02 .main-title span{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item02 .data02 .title{
		width: 85%;
		position: relative;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		left: 15%;
		margin: 0 0 5% 0;
		z-index: 99;
	}
	.item02 .data02 .title02{
		left: 25% !important;
	}
	.item02 .data02 .title li:nth-child(1){
		width: 10%;
		margin: 0 5% 0 0;
	}
	.item02 .data02 .title li:nth-child(2){
		width: 55%;
		text-align: right;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 2.5em;
		letter-spacing: 3px;
		white-space: nowrap;
	}
	.item02 .data02 .title li:nth-child(2) span{
		width: 25px;
		display: inline-block;
		position: relative;
		line-height: 0;
		top: 10px;
		margin: 0 10px;
	}
	.item02 .data02 .title li:nth-child(3){
		width: 85%;
        height: 1px;
		position: absolute;
		left: 15%;
		bottom: 14px;
		z-index: -1;
	}
	.item02 .data02 .txt{
		font-size: 1.2em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
		margin: 0 0 10% 0;
	}
	.item02 .data02 .txt01{
		box-sizing: border-box;
		padding: 0 15%;
	}
	.item02 .data02 .txt02{
		box-sizing: border-box;
		padding: 0 15% 0 25%;
	}
	.item02 .data02 .img{
		width: 70%;
		margin: 0 auto;
	}

	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 12px;
		left: 20px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.side-nav-in li{
		width: 100%;
		margin: 0 0 30px 0;
	}
	.side-nav-in li:last-child{
		width: 100%;
		margin: 0 0 0px 0;
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.side-nav-in a .icon01{
		width: 12px;
		height: 12px;
		background: #8abcda;
		margin: 10px 0 0 0;
		opacity: .5;
		transition: .3s;
	}
	.side-nav-in a:hover .icon01{
		opacity: 1;
		transition: .3s;
	}
	.side-nav-in a .icon02{
		width: 12px;
		height: 12px;
		background: #8c9573;
		margin: 10px 0 0 0;
		opacity: .5;
		transition: .3s;
	}
	.side-nav-in a:hover .icon02{
		opacity: 1;
		transition: .3s;
	}

	/* next */
	.next{
		width: 40%;
		margin: 0 auto 7% auto;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
		flex-wrap: wrap;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
	.cart-title span{
		font-size: 11px;
		margin: 0 0 0 0px;
		position: relative;
		top: -2px;
	}
	.cart-title02{
        width: 100%;
		font-size: 14px;
        letter-spacing: 0px;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-yen{
		font-size: 16px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen .tax{
		font-size: 11px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
    .cart-yen02{
		font-size: 16px;
		letter-spacing: 0px;
        width: max-content;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
	}
	.cart-yen02 .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen02 .tax{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #a0a0a0;
		margin: 10px 0 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 20px 0;
		opacity: .5;
	}

	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: .5px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
		background: #000;
		border-color: #000;
		color: #fff;
	}

	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #a5ceea;
		border: .5px solid #a5ceea;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #a5ceea;
		color: #a5ceea;
	}

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #ecd7dd;
		border: .5px solid #ecd7dd;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #ecd7dd;
		color: #ecd7dd;
	}

	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #edc2af;
		border: .5px solid #edc2af;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn03 {
		background: #fff;
		border-color: #edc2af;
		color: #edc2af;
	}

	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #d2cfd5;
		border: .5px solid #d2cfd5;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn04 {
		background: #fff;
		border-color: #d2cfd5;
		color: #d2cfd5;
	}

	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #c4ba5c;
		border: .5px solid #c4ba5c;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn05 {
		background: #fff;
		border-color: #c4ba5c;
		color: #c4ba5c;
	}

	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #233b41;
		border: .5px solid #233b41;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn06 {
		background: #fff;
		border-color: #233b41;
		color: #233b41;
	}

	.cart-btm .btn07{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #e5e3d1;
		border: .5px solid #e5e3d1;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn07 {
		background: #fff;
		border-color: #e5e3d1;
		color: #e5e3d1;
	}

	.cart-btm .btn08{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #8b929a;
		border: .5px solid #8b929a;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn08 {
		background: #fff;
		border-color: #8b929a;
		color: #8b929a;
	}

	.cart-btm .btn09{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #cfc4b9;
		border: .5px solid #cfc4b9;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn09 {
		background: #fff;
		border-color: #cfc4b9;
		color: #cfc4b9;
	}

	.cart-btm .btn10{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #525a66;
		border: .5px solid #525a66;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn10 {
		background: #fff;
		border-color: #525a66;
		color: #525a66;
	}

	.cart-btm .btn11{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #d2cfd5;
		border: .5px solid #d2cfd5;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn11 {
		background: #fff;
		border-color: #d2cfd5;
		color: #d2cfd5;
	}

	.cart-btm .btn12{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #e5e3d1;
		border: .5px solid #e5e3d1;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn12 {
		background: #fff;
		border-color: #e5e3d1;
		color: #e5e3d1;
	}

	.btn-border {
		background-color: transparent;
		color: #1d1d1d;
	}
	.btn-arrow {
		position: relative;
		-webkit-transition: background-color 300ms ease-out;
		transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
		display: inline-block;
		position: relative;
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
		position: absolute;
		width: 1.1em;
		right: 0px;
		right: 0rem;
		opacity: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: right, opacity;
	}
	.btn-arrow img * {
		stroke-width: 5;
		stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*f-banner02*/
	.f-banner02{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 0 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 15px;
		width: 50px;
		height: 50px;
		display: block;
		z-index: 99;
	}
	#pagetop .btn-loading {
		display: inline-flex;
		text-decoration: none;
		font-weight: 700;
		color: #111;
		width: 100%;
		height: 100%;
		position: relative;
		opacity: 1 !important;
		transition: all 0.3s;
		background-color: #CCC;
		border-radius: 100%;
		transition: color 0.2s;
		overflow: hidden;
	}
	#pagetop .btn-loading01:before,
	#pagetop .btn-loading01:after {
		content: "";
		display: block;
		position: absolute;
		width: 50%;
		height: 0;
		background-color: #231815;
		pointer-events: none;
	}
	#pagetop .btn-loading:before {
		bottom: 0;
		left: 0;
	}
	#pagetop .btn-loading:after {
		top: 0;
		right: 0;
	}
	#pagetop:hover .btn-loading {
		color: #65A04D;
	}
	#pagetop:hover .btn-loading:before,
	#pagetop:hover .btn-loading:after {
		height: 100%;
	}
	#pagetop:hover .btn-loading:before {
		transition: height 0.1s 0.1s linear;
	}
	#pagetop:hover .btn-loading:after {
		transition: height 0.1s linear;
	}
	#pagetop .btn-loading span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 1px);
		height: calc(100% - 1px);
		background-color: #FFF;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
	}
	#pagetop .btn-loading span img{
		width: 20px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}

}

/*pc*/
@media screen and (min-width: 1281px) and (max-width: 2559px) {
    .sp-on{
		display: none !important;
	}

	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
		margin: 0 10px 0 0;
		line-height: 0;
		border: 1px solid #000;
		border-radius: 3px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
		margin: 0 10px 0 0;
		line-height: 0;
		border: 1px solid #000;
		border-radius: 3px;
    }

	/* common */
	.js-scroll-overlap:not(.is-disabled) {
		--sticky-offset: -1px;
		position: sticky;
		top: var(--sticky-offset);
	}
	.relative {
		position: relative;
		padding: 4% 0 1% 0;
	}
	.relative02 {
		position: relative;
		padding: 4% 0 1% 0;
	}

	/* header */
	.header{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		background: rgba(242, 235, 219, .4);
		position: relative;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		top: 2%;
		left: 1%;
		line-height: 0;
		z-index: 10;
	}
	.mv-img{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
	}
	.mv-img div{
		width: 100%;
		overflow: hidden;
	}
	.mv-title-box{
		width: 40%;
		position: absolute;
		top: 7%;
		right: 7%;
		margin: 0 auto;
	}
	.mv-txt-box{
		width: 100%;
		height: 100%;
		position: relative;
		margin: 0 0 10% 0;
		left: -10%;
	}
	.mv-txt{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-txt li:nth-child(1){
		width: 6%;
		position: absolute;
		bottom: 0%;
		left: 0;
		line-height: 0;
	}
	.mv-txt li:nth-child(2){
		width: 2.5%;
        position: absolute;
        top: 60%;
        left: 9%;
		line-height: 0;
	}
	.mv-txt li:nth-child(3){
		width: 2.2%;
        position: absolute;
        top: 45.7%;
        left: 13.7%;
        line-height: 0;
	}
	.mv-txt li:nth-child(4){
		width: 6.2%;
        position: absolute;
        top: 42.7%;
        left: 16%;
        line-height: 0;
	}
	.mv-txt li:nth-child(5){
		width: 4.8%;
        position: absolute;
        top: 25.7%;
        left: 24%;
        line-height: 0;
	}
	.mv-txt li:nth-child(6){
		width: 3.2%;
        position: absolute;
        top: 30.7%;
        left: 31%;
        line-height: 0;
	}
	.mv-txt li:nth-child(7){
		width: 10.5%;
        position: absolute;
        top: 22.7%;
        left: 41%;
		line-height: 0;
	}
	.mv-txt li:nth-child(8){
		width: 4.7%;
        position: absolute;
        top: 36.7%;
        left: 52%;
		line-height: 0;
	}
	.mv-txt li:nth-child(9){
		width: 4.7%;
        position: absolute;
        top: 37.9%;
        left: 58.5%;
		line-height: 0;
	}
	.mv-txt li:nth-child(10){
		width: 5.8%;
        position: absolute;
        top: 27.7%;
        left: 65%;
		line-height: 0;
	}
	.mv-txt li:nth-child(11){
		width: 8.5%;
        position: absolute;
        top: 21.7%;
        left: 77.7%;
		line-height: 0;
	}
	.mv-txt li:nth-child(12){
		width: 4.5%;
        position: absolute;
        top: 27.7%;
        left: 87%;
		line-height: 0;
	}
	.mv-txt li:nth-child(13){
		width: 1.8%;
        position: absolute;
        top: 9.7%;
        left: 94%;
		line-height: 0;
	}
	.mv-txt li:nth-child(14){
		width: 2.2%;
        position: absolute;
        top: 1%;
        right: 0;
		line-height: 0;
	}
	.mv-title01{
		width: 100%;
		position: relative;
	}
	.mv-dotto{
		width: 31%;
        height: 4px;
        position: absolute;
        top: -30%;
        left: 16%;
	}
	.mv-dotto li{
		width: 6px;
		line-height: 0;
	}
	.mv-dotto li:nth-child(1){
		position: absolute;
		top: 0;
		left: 10%;
	}
	.mv-dotto li:nth-child(2){
		position: absolute;
		top: 0;
		left: 40%;
	}
	.mv-dotto li:nth-child(3){
		position: absolute;
		top: 0;
		left: 66%;
	}
	.mv-dotto li:nth-child(4){
		position: absolute;
		top: 0;
		left: 90%;
	}
	.mv-title01-line{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 3% auto 10% auto;
	}
	.mv-title02{
		width: 90%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.mv-title02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	/* read */
	.read{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 5% 0 5% 0;
	}
	.read .txt {
        width: 100%;
        font-size: 18px;
        letter-spacing: 4px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 3em;
		text-align: center;
    }
	.read .read-bg{
		width: 100%;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		overflow: visible;
	}
	.read .read-bg::before {
		content: '';
		position: absolute;
		top: -200px;
		left: 0;
		right: 0;
		height: 200px;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
		pointer-events: none;
	}

	/* door */
	.door{
		width: max-content;
		padding: 5% 0 0 0;
		margin: 0 auto 5% auto;
	}
	.door .sub-title{
		width: max-content;
		font-size: 2em;
        letter-spacing: 10px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 1em;
		text-align: center;
		margin: 0 auto 7% auto;
	}
	.door .main-title{
		width: max-content;
		font-size: 3em;
        letter-spacing: 10px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 1em;
		text-align: center;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.door .main-title .icon01{
		width: 30px;
		position: absolute;
		top: -5%;
		left: -12%;
		line-height: 0;
	}
	.door .main-title .icon02{
		width: 30px;
		position: absolute;
		top: -5%;
		right: -10%;
		line-height: 0;
	}
	.door .min-title{
		width: max-content;
		font-size: 1.5em;
        letter-spacing: 5px;
        font-family: "meno-banner", serif;
        font-weight: 300;
        font-style: normal;
        line-height: 1em;
		text-align: center;
		position: relative;
		margin: 0 auto;
		color: #3c3c47;
	}
	.door .min-title .line01{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: -10%;
		background: #3c3c47;
	}
	.door .min-title .line02{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		right: -10%;
		background: #3c3c47;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item */
	.item{
		width: 100%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		overflow: hidden;
	}
	.item .img{
		width: 50%;
		position: relative;
	}
	.item .img-slick02{
		width: 75%;
		margin: 0 0 0 0%;
	}
	.item .img-slick-non01{
		width: 100%;
		margin: 0 0 0 0%;
	}
	.item .img-slick-non02{
		width: 75%;
		margin: 0 0 0 0%;
	}
	.item .img-slick{
		width: 100%;
		margin: 0 0 0 0%;
	}
	.img-slick01 .slick-list {
		padding: 0 0 0 25% !important;
		margin: 0 !important;
		line-height: 0 !important;
	}
	.img-slick02 .slick-list {
		padding: 0 25% 0 0 !important;
		margin: 0 !important;
		line-height: 0 !important;
	}
	.item .img .on01{
		width: 25%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		backdrop-filter: blur(5px);
		-ms-backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
	}
	.item .img .on02{
		width: 25%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		backdrop-filter: blur(5px);
		-ms-backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
	}
	.item .img .on01 .icon01{
		width: 10%;
		position: absolute;
		top: 5%;
		right: 20%;
	}
	.item .img .on02 .icon01{
		width: 10%;
		position: absolute;
		top: 5%;
		left: 20%;
	}
	.item .data{
		width: 50%;
		padding: 2% 0 0 0;
	}
	.item .data .title{
		width: 85%;
		position: relative;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		left: 15%;
		margin: 0 0 5% 0;
		z-index: 99;
	}
	.item .data .title02{
		left: 25%;
	}
	.item .data .title li:nth-child(1){
		width: 10%;
		margin: 0 5% 0 0;
	}
	.item .data .title li:nth-child(2){
		width: 55%;
		text-align: right;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 2.5em;
		letter-spacing: 3px;
		white-space: nowrap;
	}
	.item .data .title li:nth-child(2) span{
		width: 25px;
		display: inline-block;
		position: relative;
		line-height: 0;
		top: 10px;
		margin: 0 10px;
	}
	.item .data .title li:nth-child(3){
		width: 85%;
        height: 1px;
		position: absolute;
		left: 15%;
		bottom: 14px;
		z-index: -1;
	}
	.item .data .main-title{
		width: max-content;
		font-size: 2em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
		color: #eee;
		position: relative;
		margin: 0 0 5% 0;
		left: 15%;
	}
	.item .data .main-title02{
		left: 25% !important;
	}
	.item .data .main-title span{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .txt{
		font-size: 1.2em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
		margin: 0 0 10% 0;
	}
	.item .data .txt01{
		box-sizing: border-box;
		padding: 0 15%;
	}
	.item .data .txt02{
		box-sizing: border-box;
		padding: 0 15% 0 25%;
	}
	.item .data .link-box01{
		width: 60%;
		position: relative;
		left: 15%;
	}
	.item .data .link-box02{
		width: 60%;
		position: relative;
		left: 25%;
	}
	/* item02 */
	.item02{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.item02 .data01{
		width: 50%;
	}
	.item02 .data01 .img{
		width: 100%;
		position: relative;
		margin: 0 0 7% 0;
	}
	.item02 .data01 .img .img-slick{
		width: 75%;
		margin: 0 0 0 25%;
	}
	.item02 .data01 .img .img-slick02{
		width: 75%;
		margin: 0 0 0 0%;
	}
	.item02 .data01 .img .on01{
		width: 25%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		backdrop-filter: blur(5px);
		-ms-backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
	}
	.item02 .data01 .img .on01 .icon01{
		width: 10%;
		position: absolute;
		top: 5%;
		right: 20%;
	}
	.item02 .data01 .img .on02{
		width: 25%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		backdrop-filter: blur(5px);
		-ms-backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
	}
	.item02 .data01 .img .on02 .icon02{
		width: 10%;
		position: absolute;
		top: 5%;
		left: 20%;
	}
	.item02 .data01 .link-box{
		width: 60%;
		margin: 0 0 0 32%;
	}
	.item02 .data01 .link-box02{
		width: 60%;
	}
	.item02 .data02{
		width: 50%;
		padding: 5% 0 0 0;
	}
	.item02 .data02 .main-title{
		width: max-content;
		font-size: 2em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
		color: #eee;
		position: relative;
		margin: 0 0 5% 0;
		left: 15%;
	}
	.item02 .data02 .main-title02{
		left: 25% !important;
	}
	.item02 .data02 .main-title span{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item02 .data02 .title{
		width: 85%;
		position: relative;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		left: 15%;
		margin: 0 0 5% 0;
		z-index: 99;
	}
	.item02 .data02 .title02{
		left: 25% !important;
	}
	.item02 .data02 .title li:nth-child(1){
		width: 10%;
		margin: 0 5% 0 0;
	}
	.item02 .data02 .title li:nth-child(2){
		width: 55%;
		text-align: right;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 2.5em;
		letter-spacing: 3px;
		white-space: nowrap;
	}
	.item02 .data02 .title li:nth-child(2) span{
		width: 25px;
		display: inline-block;
		position: relative;
		line-height: 0;
		top: 10px;
		margin: 0 10px;
	}
	.item02 .data02 .title li:nth-child(3){
		width: 85%;
        height: 1px;
		position: absolute;
		left: 15%;
		bottom: 14px;
		z-index: -1;
	}
	.item02 .data02 .txt{
		font-size: 1.2em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
		margin: 0 0 10% 0;
	}
	.item02 .data02 .txt01{
		box-sizing: border-box;
		padding: 0 15%;
	}
	.item02 .data02 .txt02{
		box-sizing: border-box;
		padding: 0 15% 0 25%;
	}
	.item02 .data02 .img{
		width: 70%;
		margin: 0 auto;
	}

	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 12px;
		left: 20px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.side-nav-in li{
		width: 100%;
		margin: 0 0 30px 0;
	}
	.side-nav-in li:last-child{
		width: 100%;
		margin: 0 0 0px 0;
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.side-nav-in a .icon01{
		width: 12px;
		height: 12px;
		background: #8abcda;
		margin: 10px 0 0 0;
		opacity: .5;
		transition: .3s;
	}
	.side-nav-in a:hover .icon01{
		opacity: 1;
		transition: .3s;
	}
	.side-nav-in a .icon02{
		width: 12px;
		height: 12px;
		background: #8c9573;
		margin: 10px 0 0 0;
		opacity: .5;
		transition: .3s;
	}
	.side-nav-in a:hover .icon02{
		opacity: 1;
		transition: .3s;
	}

	/* next */
	.next{
		width: 40%;
		margin: 0 auto 7% auto;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
		flex-wrap: wrap;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
	.cart-title span{
		font-size: 11px;
		margin: 0 0 0 0px;
		position: relative;
		top: -2px;
	}
	.cart-title02{
        width: 100%;
		font-size: 14px;
        letter-spacing: 0px;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-yen{
		font-size: 16px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen .tax{
		font-size: 11px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
    .cart-yen02{
		font-size: 16px;
		letter-spacing: 0px;
        width: max-content;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
	}
	.cart-yen02 .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen02 .tax{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #a0a0a0;
		margin: 10px 0 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 20px 0;
		opacity: .5;
	}

	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: .5px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
		background: #000;
		border-color: #000;
		color: #fff;
	}

	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #a5ceea;
		border: .5px solid #a5ceea;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #a5ceea;
		color: #a5ceea;
	}

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #ecd7dd;
		border: .5px solid #ecd7dd;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #ecd7dd;
		color: #ecd7dd;
	}

	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #edc2af;
		border: .5px solid #edc2af;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn03 {
		background: #fff;
		border-color: #edc2af;
		color: #edc2af;
	}

	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #d2cfd5;
		border: .5px solid #d2cfd5;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn04 {
		background: #fff;
		border-color: #d2cfd5;
		color: #d2cfd5;
	}

	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #c4ba5c;
		border: .5px solid #c4ba5c;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn05 {
		background: #fff;
		border-color: #c4ba5c;
		color: #c4ba5c;
	}

	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #233b41;
		border: .5px solid #233b41;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn06 {
		background: #fff;
		border-color: #233b41;
		color: #233b41;
	}

	.cart-btm .btn07{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #e5e3d1;
		border: .5px solid #e5e3d1;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn07 {
		background: #fff;
		border-color: #e5e3d1;
		color: #e5e3d1;
	}

	.cart-btm .btn08{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #8b929a;
		border: .5px solid #8b929a;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn08 {
		background: #fff;
		border-color: #8b929a;
		color: #8b929a;
	}

	.cart-btm .btn09{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #cfc4b9;
		border: .5px solid #cfc4b9;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn09 {
		background: #fff;
		border-color: #cfc4b9;
		color: #cfc4b9;
	}

	.cart-btm .btn10{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #525a66;
		border: .5px solid #525a66;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn10 {
		background: #fff;
		border-color: #525a66;
		color: #525a66;
	}

	.cart-btm .btn11{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #d2cfd5;
		border: .5px solid #d2cfd5;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn11 {
		background: #fff;
		border-color: #d2cfd5;
		color: #d2cfd5;
	}

	.cart-btm .btn12{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #e5e3d1;
		border: .5px solid #e5e3d1;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn12 {
		background: #fff;
		border-color: #e5e3d1;
		color: #e5e3d1;
	}

	.btn-border {
		background-color: transparent;
		color: #1d1d1d;
	}
	.btn-arrow {
		position: relative;
		-webkit-transition: background-color 300ms ease-out;
		transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
		display: inline-block;
		position: relative;
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
		position: absolute;
		width: 1.1em;
		right: 0px;
		right: 0rem;
		opacity: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: right, opacity;
	}
	.btn-arrow img * {
		stroke-width: 5;
		stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*f-banner02*/
	.f-banner02{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 0 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 15px;
		width: 50px;
		height: 50px;
		display: block;
		z-index: 99;
	}
	#pagetop .btn-loading {
		display: inline-flex;
		text-decoration: none;
		font-weight: 700;
		color: #111;
		width: 100%;
		height: 100%;
		position: relative;
		opacity: 1 !important;
		transition: all 0.3s;
		background-color: #CCC;
		border-radius: 100%;
		transition: color 0.2s;
		overflow: hidden;
	}
	#pagetop .btn-loading01:before,
	#pagetop .btn-loading01:after {
		content: "";
		display: block;
		position: absolute;
		width: 50%;
		height: 0;
		background-color: #231815;
		pointer-events: none;
	}
	#pagetop .btn-loading:before {
		bottom: 0;
		left: 0;
	}
	#pagetop .btn-loading:after {
		top: 0;
		right: 0;
	}
	#pagetop:hover .btn-loading {
		color: #65A04D;
	}
	#pagetop:hover .btn-loading:before,
	#pagetop:hover .btn-loading:after {
		height: 100%;
	}
	#pagetop:hover .btn-loading:before {
		transition: height 0.1s 0.1s linear;
	}
	#pagetop:hover .btn-loading:after {
		transition: height 0.1s linear;
	}
	#pagetop .btn-loading span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 1px);
		height: calc(100% - 1px);
		background-color: #FFF;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
	}
	#pagetop .btn-loading span img{
		width: 20px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}

}

/*note pc*/
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .sp-on{
		display: none !important;
	}

	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
		margin: 0 10px 0 0;
		line-height: 0;
		border: 1px solid #000;
		border-radius: 3px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
		margin: 0 10px 0 0;
		line-height: 0;
		border: 1px solid #000;
		border-radius: 3px;
    }

	/* common */
	.js-scroll-overlap:not(.is-disabled) {
		--sticky-offset: -1px;
		position: sticky;
		top: var(--sticky-offset);
	}
	.relative {
		position: relative;
		padding: 4% 0 1% 0;
	}
	.relative02 {
		position: relative;
		padding: 4% 0 1% 0;
	}

	/* header */
	.header{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		background: rgba(242, 235, 219, .4);
		position: relative;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		top: 2%;
		left: 1%;
		line-height: 0;
		z-index: 10;
	}
	.mv-img{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
	}
	.mv-img div{
		width: 100%;
		overflow: hidden;
	}
	.mv-title-box{
		width: 40%;
		position: absolute;
		top: 7%;
		right: 7%;
		margin: 0 auto;
	}
	.mv-txt-box{
		width: 100%;
		height: 100%;
		position: relative;
		margin: 0 0 10% 0;
		left: -10%;
	}
	.mv-txt{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-txt li:nth-child(1){
		width: 6%;
		position: absolute;
		bottom: 0%;
		left: 0;
		line-height: 0;
	}
	.mv-txt li:nth-child(2){
		width: 2.5%;
        position: absolute;
        top: 60%;
        left: 9%;
		line-height: 0;
	}
	.mv-txt li:nth-child(3){
		width: 2.2%;
        position: absolute;
        top: 45.7%;
        left: 13.7%;
        line-height: 0;
	}
	.mv-txt li:nth-child(4){
		width: 6.2%;
        position: absolute;
        top: 42.7%;
        left: 16%;
        line-height: 0;
	}
	.mv-txt li:nth-child(5){
		width: 4.8%;
        position: absolute;
        top: 25.7%;
        left: 24%;
        line-height: 0;
	}
	.mv-txt li:nth-child(6){
		width: 3.2%;
        position: absolute;
        top: 30.7%;
        left: 31%;
        line-height: 0;
	}
	.mv-txt li:nth-child(7){
		width: 10.5%;
        position: absolute;
        top: 22.7%;
        left: 41%;
		line-height: 0;
	}
	.mv-txt li:nth-child(8){
		width: 4.7%;
        position: absolute;
        top: 36.7%;
        left: 52%;
		line-height: 0;
	}
	.mv-txt li:nth-child(9){
		width: 4.7%;
        position: absolute;
        top: 37.9%;
        left: 58.5%;
		line-height: 0;
	}
	.mv-txt li:nth-child(10){
		width: 5.8%;
        position: absolute;
        top: 27.7%;
        left: 65%;
		line-height: 0;
	}
	.mv-txt li:nth-child(11){
		width: 8.5%;
        position: absolute;
        top: 21.7%;
        left: 77.7%;
		line-height: 0;
	}
	.mv-txt li:nth-child(12){
		width: 4.5%;
        position: absolute;
        top: 27.7%;
        left: 87%;
		line-height: 0;
	}
	.mv-txt li:nth-child(13){
		width: 1.8%;
        position: absolute;
        top: 9.7%;
        left: 94%;
		line-height: 0;
	}
	.mv-txt li:nth-child(14){
		width: 2.2%;
        position: absolute;
        top: 1%;
        right: 0;
		line-height: 0;
	}
	.mv-title01{
		width: 100%;
		position: relative;
	}
	.mv-dotto{
		width: 31%;
        height: 4px;
        position: absolute;
        top: -30%;
        left: 16%;
	}
	.mv-dotto li{
		width: 6px;
		line-height: 0;
	}
	.mv-dotto li:nth-child(1){
		position: absolute;
		top: 0;
		left: 10%;
	}
	.mv-dotto li:nth-child(2){
		position: absolute;
		top: 0;
		left: 40%;
	}
	.mv-dotto li:nth-child(3){
		position: absolute;
		top: 0;
		left: 66%;
	}
	.mv-dotto li:nth-child(4){
		position: absolute;
		top: 0;
		left: 90%;
	}
	.mv-title01-line{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 3% auto 10% auto;
	}
	.mv-title02{
		width: 90%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.mv-title02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	/* read */
	.read{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 5% 0 5% 0;
	}
	.read .txt {
        width: 100%;
        font-size: 17px;
        letter-spacing: 4px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 3em;
		text-align: center;
    }
	.read .read-bg{
		width: 100%;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		overflow: visible;
	}
	.read .read-bg::before {
		content: '';
		position: absolute;
		top: -200px;
		left: 0;
		right: 0;
		height: 200px;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
		pointer-events: none;
	}

	/* door */
	.door{
		width: max-content;
		padding: 5% 0 0 0;
		margin: 0 auto 5% auto;
	}
	.door .sub-title{
		width: max-content;
		font-size: 1.7em;
        letter-spacing: 10px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 1em;
        text-align: center;
        margin: 0 auto 7% auto;
	}
	.door .main-title{
		width: max-content;
		font-size: 2.5em;
        letter-spacing: 10px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 1em;
		text-align: center;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.door .main-title .icon01{
		width: 20px;
		position: absolute;
		top: -5%;
		left: -12%;
		line-height: 0;
	}
	.door .main-title .icon02{
		width: 20px;
		position: absolute;
		top: -5%;
		right: -10%;
		line-height: 0;
	}
	.door .min-title{
		width: max-content;
		font-size: 1.2em;
        letter-spacing: 5px;
        font-family: "meno-banner", serif;
        font-weight: 300;
        font-style: normal;
        line-height: 1em;
		text-align: center;
		position: relative;
		margin: 0 auto;
		color: #3c3c47;
	}
	.door .min-title .line01{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: -10%;
		background: #3c3c47;
	}
	.door .min-title .line02{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		right: -10%;
		background: #3c3c47;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item */
	.item{
		width: 100%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		overflow: hidden;
	}
	.item .img{
		width: 50%;
		position: relative;
	}
	.item .img-slick02{
		width: 75%;
		margin: 0 0 0 0%;
	}
	.item .img-slick-non01{
		width: 100%;
		margin: 0 0 0 0%;
	}
	.item .img-slick-non02{
		width: 75%;
		margin: 0 0 0 0%;
	}
	.item .img-slick{
		width: 100%;
		margin: 0 0 0 0%;
	}
	.img-slick01 .slick-list {
		padding: 0 0 0 25% !important;
		margin: 0 !important;
		line-height: 0 !important;
	}
	.img-slick02 .slick-list {
		padding: 0 25% 0 0 !important;
		margin: 0 !important;
		line-height: 0 !important;
	}
	.item .img .on01{
		width: 25%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		backdrop-filter: blur(5px);
		-ms-backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
	}
	.item .img .on02{
		width: 25%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		backdrop-filter: blur(5px);
		-ms-backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
	}
	.item .img .on01 .icon01{
		width: 10%;
		position: absolute;
		top: 5%;
		right: 20%;
	}
	.item .img .on02 .icon01{
		width: 10%;
		position: absolute;
		top: 5%;
		left: 20%;
	}
	.item .data{
		width: 50%;
		padding: 2% 0 0 0;
	}
	.item .data .title{
		width: 85%;
		position: relative;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		left: 15%;
		margin: 0 0 5% 0;
		z-index: 99;
	}
	.item .data .title02{
		left: 25%;
	}
	.item .data .title li:nth-child(1){
		width: 10%;
		margin: 0 5% 0 0;
	}
	.item .data .title li:nth-child(2){
		width: 55%;
		text-align: right;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 2.0em;
		letter-spacing: 3px;
		white-space: nowrap;
	}
	.item .data .title li:nth-child(2) span{
		width: 20px;
		display: inline-block;
		position: relative;
		line-height: 0;
		top: 10px;
		margin: 0 10px;
	}
	.item .data .title li:nth-child(3){
		width: 85%;
        height: 1px;
		position: absolute;
		left: 15%;
		bottom: 8px;
		z-index: -1;
	}
	.item .data .main-title{
		width: max-content;
		font-size: 1.5em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
		color: #eee;
		position: relative;
		margin: 0 0 5% 0;
		left: 15%;
	}
	.item .data .main-title02{
		left: 25% !important;
	}
	.item .data .main-title span{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .txt{
		font-size: 1.1em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
		margin: 0 0 10% 0;
	}
	.item .data .txt01{
		box-sizing: border-box;
		padding: 0 15%;
	}
	.item .data .txt02{
		box-sizing: border-box;
		padding: 0 15% 0 25%;
	}
	.item .data .link-box01{
		width: 60%;
		position: relative;
		left: 15%;
	}
	.item .data .link-box02{
		width: 60%;
		position: relative;
		left: 25%;
	}
	/* item02 */
	.item02{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.item02 .data01{
		width: 50%;
	}
	.item02 .data01 .img{
		width: 100%;
		position: relative;
		margin: 0 0 7% 0;
	}
	.item02 .data01 .img .img-slick{
		width: 75%;
		margin: 0 0 0 25%;
	}
	.item02 .data01 .img .img-slick02{
		width: 75%;
		margin: 0 0 0 0%;
	}
	.item02 .data01 .img .on01{
		width: 25%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		backdrop-filter: blur(5px);
		-ms-backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
	}
	.item02 .data01 .img .on01 .icon01{
		width: 10%;
		position: absolute;
		top: 5%;
		right: 20%;
	}
	.item02 .data01 .img .on02{
		width: 25%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		backdrop-filter: blur(5px);
		-ms-backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
	}
	.item02 .data01 .img .on02 .icon02{
		width: 10%;
		position: absolute;
		top: 5%;
		left: 20%;
	}
	.item02 .data01 .link-box{
		width: 60%;
		margin: 0 0 0 32%;
	}
	.item02 .data01 .link-box02{
		width: 60%;
	}
	.item02 .data02{
		width: 50%;
		padding: 5% 0 0 0;
	}
	.item02 .data02 .main-title{
		width: max-content;
		font-size: 1.5em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
		color: #eee;
		position: relative;
		margin: 0 0 5% 0;
		left: 15%;
	}
	.item02 .data02 .main-title02{
		left: 25% !important;
	}
	.item02 .data02 .main-title span{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item02 .data02 .title{
		width: 85%;
		position: relative;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		left: 15%;
		margin: 0 0 5% 0;
		z-index: 99;
	}
	.item02 .data02 .title02{
		left: 25% !important;
	}
	.item02 .data02 .title li:nth-child(1){
		width: 10%;
		margin: 0 5% 0 0;
	}
	.item02 .data02 .title li:nth-child(2){
		width: 55%;
		text-align: right;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 2.0em;
		letter-spacing: 3px;
		white-space: nowrap;
	}
	.item02 .data02 .title li:nth-child(2) span{
		width: 20px;
		display: inline-block;
		position: relative;
		line-height: 0;
		top: 10px;
		margin: 0 10px;
	}
	.item02 .data02 .title li:nth-child(3){
		width: 85%;
        height: 1px;
		position: absolute;
		left: 15%;
		bottom: 8px;
		z-index: -1;
	}
	.item02 .data02 .txt{
		font-size: 1.1em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
		margin: 0 0 10% 0;
	}
	.item02 .data02 .txt01{
		box-sizing: border-box;
		padding: 0 15%;
	}
	.item02 .data02 .txt02{
		box-sizing: border-box;
		padding: 0 15% 0 25%;
	}
	.item02 .data02 .img{
		width: 70%;
		margin: 0 auto;
	}

	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 12px;
		left: 20px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.side-nav-in li{
		width: 100%;
		margin: 0 0 30px 0;
	}
	.side-nav-in li:last-child{
		width: 100%;
		margin: 0 0 0px 0;
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.side-nav-in a .icon01{
		width: 12px;
		height: 12px;
		background: #8abcda;
		margin: 10px 0 0 0;
		opacity: .5;
		transition: .3s;
	}
	.side-nav-in a:hover .icon01{
		opacity: 1;
		transition: .3s;
	}
	.side-nav-in a .icon02{
		width: 12px;
		height: 12px;
		background: #8c9573;
		margin: 10px 0 0 0;
		opacity: .5;
		transition: .3s;
	}
	.side-nav-in a:hover .icon02{
		opacity: 1;
		transition: .3s;
	}

	/* next */
	.next{
		width: 50%;
		margin: 0 auto 7% auto;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
		flex-wrap: wrap;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
	.cart-title span{
		font-size: 11px;
		margin: 0 0 0 0px;
		position: relative;
		top: -2px;
	}
	.cart-title02{
        width: 100%;
		font-size: 14px;
        letter-spacing: 0px;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-yen{
		font-size: 16px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen .tax{
		font-size: 11px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
    .cart-yen02{
		font-size: 16px;
		letter-spacing: 0px;
        width: max-content;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
	}
	.cart-yen02 .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen02 .tax{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #a0a0a0;
		margin: 10px 0 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 20px 0;
		opacity: .5;
	}

	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: .5px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
		background: #000;
		border-color: #000;
		color: #fff;
	}

	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #a5ceea;
		border: .5px solid #a5ceea;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #a5ceea;
		color: #a5ceea;
	}

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #ecd7dd;
		border: .5px solid #ecd7dd;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #ecd7dd;
		color: #ecd7dd;
	}

	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #edc2af;
		border: .5px solid #edc2af;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn03 {
		background: #fff;
		border-color: #edc2af;
		color: #edc2af;
	}

	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #d2cfd5;
		border: .5px solid #d2cfd5;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn04 {
		background: #fff;
		border-color: #d2cfd5;
		color: #d2cfd5;
	}

	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #c4ba5c;
		border: .5px solid #c4ba5c;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn05 {
		background: #fff;
		border-color: #c4ba5c;
		color: #c4ba5c;
	}

	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #233b41;
		border: .5px solid #233b41;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn06 {
		background: #fff;
		border-color: #233b41;
		color: #233b41;
	}

	.cart-btm .btn07{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #e5e3d1;
		border: .5px solid #e5e3d1;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn07 {
		background: #fff;
		border-color: #e5e3d1;
		color: #e5e3d1;
	}

	.cart-btm .btn08{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #8b929a;
		border: .5px solid #8b929a;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn08 {
		background: #fff;
		border-color: #8b929a;
		color: #8b929a;
	}

	.cart-btm .btn09{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #cfc4b9;
		border: .5px solid #cfc4b9;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn09 {
		background: #fff;
		border-color: #cfc4b9;
		color: #cfc4b9;
	}

	.cart-btm .btn10{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #525a66;
		border: .5px solid #525a66;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn10 {
		background: #fff;
		border-color: #525a66;
		color: #525a66;
	}

	.cart-btm .btn11{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #d2cfd5;
		border: .5px solid #d2cfd5;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn11 {
		background: #fff;
		border-color: #d2cfd5;
		color: #d2cfd5;
	}

	.cart-btm .btn12{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #e5e3d1;
		border: .5px solid #e5e3d1;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn12 {
		background: #fff;
		border-color: #e5e3d1;
		color: #e5e3d1;
	}

	.btn-border {
		background-color: transparent;
		color: #1d1d1d;
	}
	.btn-arrow {
		position: relative;
		-webkit-transition: background-color 300ms ease-out;
		transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
		display: inline-block;
		position: relative;
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
		position: absolute;
		width: 1.1em;
		right: 0px;
		right: 0rem;
		opacity: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: right, opacity;
	}
	.btn-arrow img * {
		stroke-width: 5;
		stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*f-banner02*/
	.f-banner02{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 0 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 15px;
		width: 50px;
		height: 50px;
		display: block;
		z-index: 99;
	}
	#pagetop .btn-loading {
		display: inline-flex;
		text-decoration: none;
		font-weight: 700;
		color: #111;
		width: 100%;
		height: 100%;
		position: relative;
		opacity: 1 !important;
		transition: all 0.3s;
		background-color: #CCC;
		border-radius: 100%;
		transition: color 0.2s;
		overflow: hidden;
	}
	#pagetop .btn-loading01:before,
	#pagetop .btn-loading01:after {
		content: "";
		display: block;
		position: absolute;
		width: 50%;
		height: 0;
		background-color: #231815;
		pointer-events: none;
	}
	#pagetop .btn-loading:before {
		bottom: 0;
		left: 0;
	}
	#pagetop .btn-loading:after {
		top: 0;
		right: 0;
	}
	#pagetop:hover .btn-loading {
		color: #65A04D;
	}
	#pagetop:hover .btn-loading:before,
	#pagetop:hover .btn-loading:after {
		height: 100%;
	}
	#pagetop:hover .btn-loading:before {
		transition: height 0.1s 0.1s linear;
	}
	#pagetop:hover .btn-loading:after {
		transition: height 0.1s linear;
	}
	#pagetop .btn-loading span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 1px);
		height: calc(100% - 1px);
		background-color: #FFF;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
	}
	#pagetop .btn-loading span img{
		width: 20px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}

}

/*pad*/
@media screen and (min-width: 767px) and (max-width: 1024px) {
	.sp-on{
		display: none !important;
	}

	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
		margin: 0 10px 0 0;
		line-height: 0;
		border: 1px solid #000;
		border-radius: 3px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
		margin: 0 10px 0 0;
		line-height: 0;
		border: 1px solid #000;
		border-radius: 3px;
    }

	/* common */
	.js-scroll-overlap:not(.is-disabled) {
		--sticky-offset: -1px;
		position: sticky;
		top: var(--sticky-offset);
	}
	.relative {
		position: relative;
		padding: 4% 0 1% 0;
	}
	.relative02 {
		position: relative;
		padding: 4% 0 1% 0;
	}

	/* header */
	.header{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		background: rgba(242, 235, 219, .4);
		position: relative;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		top: 2%;
		left: 1%;
		line-height: 0;
		z-index: 10;
	}
	.mv-img{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
	}
	.mv-img div{
		width: 100%;
		overflow: hidden;
	}
	.mv-title-box{
		width: 40%;
		position: absolute;
		top: 7%;
		right: 7%;
		margin: 0 auto;
	}
	.mv-txt-box{
		width: 100%;
		height: 100%;
		position: relative;
		margin: 0 0 10% 0;
		left: -10%;
	}
	.mv-txt{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-txt li:nth-child(1){
		width: 6%;
		position: absolute;
		bottom: 0%;
		left: 0;
		line-height: 0;
	}
	.mv-txt li:nth-child(2){
		width: 2.5%;
        position: absolute;
        top: 60%;
        left: 9%;
		line-height: 0;
	}
	.mv-txt li:nth-child(3){
		width: 2.2%;
        position: absolute;
        top: 45.7%;
        left: 13.7%;
        line-height: 0;
	}
	.mv-txt li:nth-child(4){
		width: 6.2%;
        position: absolute;
        top: 42.7%;
        left: 16%;
        line-height: 0;
	}
	.mv-txt li:nth-child(5){
		width: 4.8%;
        position: absolute;
        top: 25.7%;
        left: 24%;
        line-height: 0;
	}
	.mv-txt li:nth-child(6){
		width: 3.2%;
        position: absolute;
        top: 30.7%;
        left: 31%;
        line-height: 0;
	}
	.mv-txt li:nth-child(7){
		width: 10.5%;
        position: absolute;
        top: 22.7%;
        left: 41%;
		line-height: 0;
	}
	.mv-txt li:nth-child(8){
		width: 4.7%;
        position: absolute;
        top: 36.7%;
        left: 52%;
		line-height: 0;
	}
	.mv-txt li:nth-child(9){
		width: 4.7%;
        position: absolute;
        top: 37.9%;
        left: 58.5%;
		line-height: 0;
	}
	.mv-txt li:nth-child(10){
		width: 5.8%;
        position: absolute;
        top: 27.7%;
        left: 65%;
		line-height: 0;
	}
	.mv-txt li:nth-child(11){
		width: 8.5%;
        position: absolute;
        top: 21.7%;
        left: 77.7%;
		line-height: 0;
	}
	.mv-txt li:nth-child(12){
		width: 4.5%;
        position: absolute;
        top: 27.7%;
        left: 87%;
		line-height: 0;
	}
	.mv-txt li:nth-child(13){
		width: 1.8%;
        position: absolute;
        top: 9.7%;
        left: 94%;
		line-height: 0;
	}
	.mv-txt li:nth-child(14){
		width: 2.2%;
        position: absolute;
        top: 1%;
        right: 0;
		line-height: 0;
	}
	.mv-title01{
		width: 100%;
		position: relative;
	}
	.mv-dotto{
		width: 31%;
        height: 4px;
        position: absolute;
        top: -30%;
        left: 16%;
	}
	.mv-dotto li{
		width: 6px;
		line-height: 0;
	}
	.mv-dotto li:nth-child(1){
		position: absolute;
		top: 0;
		left: 10%;
	}
	.mv-dotto li:nth-child(2){
		position: absolute;
		top: 0;
		left: 40%;
	}
	.mv-dotto li:nth-child(3){
		position: absolute;
		top: 0;
		left: 66%;
	}
	.mv-dotto li:nth-child(4){
		position: absolute;
		top: 0;
		left: 90%;
	}
	.mv-title01-line{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 3% auto 10% auto;
	}
	.mv-title02{
		width: 90%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.mv-title02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	/* read */
	.read{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 5% 0 5% 0;
	}
	.read .txt {
        width: 100%;
        font-size: 17px;
        letter-spacing: 4px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 3em;
		text-align: center;
    }
	.read .read-bg{
		width: 100%;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		overflow: visible;
	}
	.read .read-bg::before {
		content: '';
		position: absolute;
		top: -200px;
		left: 0;
		right: 0;
		height: 200px;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
		pointer-events: none;
	}

	/* door */
	.door{
		width: max-content;
		padding: 5% 0 0 0;
		margin: 0 auto 5% auto;
	}
	.door .sub-title{
		width: max-content;
		font-size: 1.7em;
        letter-spacing: 10px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 1em;
        text-align: center;
        margin: 0 auto 7% auto;
	}
	.door .main-title{
		width: max-content;
		font-size: 2.5em;
        letter-spacing: 10px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 1em;
		text-align: center;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.door .main-title .icon01{
		width: 20px;
		position: absolute;
		top: -5%;
		left: -12%;
		line-height: 0;
	}
	.door .main-title .icon02{
		width: 20px;
		position: absolute;
		top: -5%;
		right: -10%;
		line-height: 0;
	}
	.door .min-title{
		width: max-content;
		font-size: 1.2em;
        letter-spacing: 5px;
        font-family: "meno-banner", serif;
        font-weight: 300;
        font-style: normal;
        line-height: 1em;
		text-align: center;
		position: relative;
		margin: 0 auto;
		color: #3c3c47;
	}
	.door .min-title .line01{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: -10%;
		background: #3c3c47;
	}
	.door .min-title .line02{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		right: -10%;
		background: #3c3c47;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item */
	.item{
		width: 100%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		overflow: hidden;
	}
	.item .img{
		width: 50%;
		position: relative;
	}
	.item .img-slick02{
		width: 75%;
		margin: 0 0 0 0%;
	}
	.item .img-slick-non01{
		width: 100%;
		margin: 0 0 0 0%;
	}
	.item .img-slick-non02{
		width: 75%;
		margin: 0 0 0 0%;
	}
	.item .img-slick{
		width: 100%;
		margin: 0 0 0 0%;
	}
	.img-slick01 .slick-list {
		padding: 0 0 0 25% !important;
		margin: 0 !important;
		line-height: 0 !important;
	}
	.img-slick02 .slick-list {
		padding: 0 25% 0 0 !important;
		margin: 0 !important;
		line-height: 0 !important;
	}
	.item .img .on01{
		width: 25%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		backdrop-filter: blur(5px);
		-ms-backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
	}
	.item .img .on02{
		width: 25%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		backdrop-filter: blur(5px);
		-ms-backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
	}
	.item .img .on01 .icon01{
		width: 10%;
		position: absolute;
		top: 5%;
		right: 20%;
	}
	.item .img .on02 .icon01{
		width: 10%;
		position: absolute;
		top: 5%;
		left: 20%;
	}
	.item .data{
		width: 50%;
		padding: 2% 0 0 0;
	}
	.item .data .title{
		width: 85%;
		position: relative;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		left: 15%;
		margin: 0 0 5% 0;
		z-index: 99;
	}
	.item .data .title02{
		left: 25%;
	}
	.item .data .title li:nth-child(1){
		width: 10%;
		margin: 0 5% 0 0;
	}
	.item .data .title li:nth-child(2){
		width: 55%;
		text-align: right;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 2.0em;
		letter-spacing: 3px;
		white-space: nowrap;
	}
	.item .data .title li:nth-child(2) span{
		width: 20px;
		display: inline-block;
		position: relative;
		line-height: 0;
		top: 10px;
		margin: 0 10px;
	}
	.item .data .title li:nth-child(3){
		width: 85%;
        height: 1px;
		position: absolute;
		left: 15%;
		bottom: 8px;
		z-index: -1;
	}
	.item .data .main-title{
		width: max-content;
		font-size: 1.5em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
		color: #eee;
		position: relative;
		margin: 0 0 5% 0;
		left: 15%;
	}
	.item .data .main-title02{
		left: 25% !important;
	}
	.item .data .main-title span{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .txt{
		font-size: 1.1em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
		margin: 0 0 10% 0;
	}
	.item .data .txt01{
		box-sizing: border-box;
		padding: 0 15%;
	}
	.item .data .txt02{
		box-sizing: border-box;
		padding: 0 15% 0 25%;
	}
	.item .data .link-box01{
		width: 60%;
		position: relative;
		left: 15%;
	}
	.item .data .link-box02{
		width: 60%;
		position: relative;
		left: 25%;
	}
	/* item02 */
	.item02{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.item02 .data01{
		width: 50%;
	}
	.item02 .data01 .img{
		width: 100%;
		position: relative;
		margin: 0 0 7% 0;
	}
	.item02 .data01 .img .img-slick{
		width: 75%;
		margin: 0 0 0 25%;
	}
	.item02 .data01 .img .img-slick02{
		width: 75%;
		margin: 0 0 0 0%;
	}
	.item02 .data01 .img .on01{
		width: 25%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		backdrop-filter: blur(5px);
		-ms-backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
	}
	.item02 .data01 .img .on01 .icon01{
		width: 10%;
		position: absolute;
		top: 5%;
		right: 20%;
	}
	.item02 .data01 .img .on02{
		width: 25%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		backdrop-filter: blur(5px);
		-ms-backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
	}
	.item02 .data01 .img .on02 .icon02{
		width: 10%;
		position: absolute;
		top: 5%;
		left: 20%;
	}
	.item02 .data01 .link-box{
		width: 60%;
		margin: 0 0 0 32%;
	}
	.item02 .data01 .link-box02{
		width: 60%;
	}
	.item02 .data02{
		width: 50%;
		padding: 5% 0 0 0;
	}
	.item02 .data02 .main-title{
		width: max-content;
		font-size: 1.5em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
		color: #eee;
		position: relative;
		margin: 0 0 5% 0;
		left: 15%;
	}
	.item02 .data02 .main-title02{
		left: 25% !important;
	}
	.item02 .data02 .main-title span{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item02 .data02 .title{
		width: 85%;
		position: relative;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		left: 15%;
		margin: 0 0 5% 0;
		z-index: 99;
	}
	.item02 .data02 .title02{
		left: 25% !important;
	}
	.item02 .data02 .title li:nth-child(1){
		width: 10%;
		margin: 0 5% 0 0;
	}
	.item02 .data02 .title li:nth-child(2){
		width: 55%;
		text-align: right;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 2.0em;
		letter-spacing: 3px;
		white-space: nowrap;
	}
	.item02 .data02 .title li:nth-child(2) span{
		width: 20px;
		display: inline-block;
		position: relative;
		line-height: 0;
		top: 10px;
		margin: 0 10px;
	}
	.item02 .data02 .title li:nth-child(3){
		width: 85%;
        height: 1px;
		position: absolute;
		left: 15%;
		bottom: 8px;
		z-index: -1;
	}
	.item02 .data02 .txt{
		font-size: 1.1em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
		margin: 0 0 10% 0;
	}
	.item02 .data02 .txt01{
		box-sizing: border-box;
		padding: 0 15%;
	}
	.item02 .data02 .txt02{
		box-sizing: border-box;
		padding: 0 15% 0 25%;
	}
	.item02 .data02 .img{
		width: 70%;
		margin: 0 auto;
	}

	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 12px;
		left: 20px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.side-nav-in li{
		width: 100%;
		margin: 0 0 30px 0;
	}
	.side-nav-in li:last-child{
		width: 100%;
		margin: 0 0 0px 0;
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.side-nav-in a .icon01{
		width: 12px;
		height: 12px;
		background: #8abcda;
		margin: 10px 0 0 0;
		opacity: .5;
		transition: .3s;
	}
	.side-nav-in a:hover .icon01{
		opacity: 1;
		transition: .3s;
	}
	.side-nav-in a .icon02{
		width: 12px;
		height: 12px;
		background: #8c9573;
		margin: 10px 0 0 0;
		opacity: .5;
		transition: .3s;
	}
	.side-nav-in a:hover .icon02{
		opacity: 1;
		transition: .3s;
	}

	/* next */
	.next{
		width: 50%;
		margin: 0 auto 7% auto;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
		flex-wrap: wrap;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
	.cart-title span{
		font-size: 11px;
		margin: 0 0 0 0px;
		position: relative;
		top: -2px;
	}
	.cart-title02{
        width: 100%;
		font-size: 14px;
        letter-spacing: 0px;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-yen{
		font-size: 16px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen .tax{
		font-size: 11px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
    .cart-yen02{
		font-size: 16px;
		letter-spacing: 0px;
        width: max-content;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
	}
	.cart-yen02 .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen02 .tax{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #a0a0a0;
		margin: 10px 0 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 20px 0;
		opacity: .5;
	}

	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: .5px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
		background: #000;
		border-color: #000;
		color: #fff;
	}

	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #a5ceea;
		border: .5px solid #a5ceea;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #a5ceea;
		color: #a5ceea;
	}

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #ecd7dd;
		border: .5px solid #ecd7dd;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #ecd7dd;
		color: #ecd7dd;
	}

	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #edc2af;
		border: .5px solid #edc2af;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn03 {
		background: #fff;
		border-color: #edc2af;
		color: #edc2af;
	}

	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #d2cfd5;
		border: .5px solid #d2cfd5;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn04 {
		background: #fff;
		border-color: #d2cfd5;
		color: #d2cfd5;
	}

	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #c4ba5c;
		border: .5px solid #c4ba5c;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn05 {
		background: #fff;
		border-color: #c4ba5c;
		color: #c4ba5c;
	}

	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #233b41;
		border: .5px solid #233b41;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn06 {
		background: #fff;
		border-color: #233b41;
		color: #233b41;
	}

	.cart-btm .btn07{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #e5e3d1;
		border: .5px solid #e5e3d1;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn07 {
		background: #fff;
		border-color: #e5e3d1;
		color: #e5e3d1;
	}

	.cart-btm .btn08{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #8b929a;
		border: .5px solid #8b929a;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn08 {
		background: #fff;
		border-color: #8b929a;
		color: #8b929a;
	}

	.cart-btm .btn09{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #cfc4b9;
		border: .5px solid #cfc4b9;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn09 {
		background: #fff;
		border-color: #cfc4b9;
		color: #cfc4b9;
	}

	.cart-btm .btn10{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #525a66;
		border: .5px solid #525a66;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn10 {
		background: #fff;
		border-color: #525a66;
		color: #525a66;
	}

	.cart-btm .btn11{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #d2cfd5;
		border: .5px solid #d2cfd5;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn11 {
		background: #fff;
		border-color: #d2cfd5;
		color: #d2cfd5;
	}

	.cart-btm .btn12{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #e5e3d1;
		border: .5px solid #e5e3d1;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn12 {
		background: #fff;
		border-color: #e5e3d1;
		color: #e5e3d1;
	}

	.btn-border {
		background-color: transparent;
		color: #1d1d1d;
	}
	.btn-arrow {
		position: relative;
		-webkit-transition: background-color 300ms ease-out;
		transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
		display: inline-block;
		position: relative;
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
		position: absolute;
		width: 1.1em;
		right: 0px;
		right: 0rem;
		opacity: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: right, opacity;
	}
	.btn-arrow img * {
		stroke-width: 5;
		stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*f-banner02*/
	.f-banner02{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 0 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 15px;
		width: 50px;
		height: 50px;
		display: block;
		z-index: 99;
	}
	#pagetop .btn-loading {
		display: inline-flex;
		text-decoration: none;
		font-weight: 700;
		color: #111;
		width: 100%;
		height: 100%;
		position: relative;
		opacity: 1 !important;
		transition: all 0.3s;
		background-color: #CCC;
		border-radius: 100%;
		transition: color 0.2s;
		overflow: hidden;
	}
	#pagetop .btn-loading01:before,
	#pagetop .btn-loading01:after {
		content: "";
		display: block;
		position: absolute;
		width: 50%;
		height: 0;
		background-color: #231815;
		pointer-events: none;
	}
	#pagetop .btn-loading:before {
		bottom: 0;
		left: 0;
	}
	#pagetop .btn-loading:after {
		top: 0;
		right: 0;
	}
	#pagetop:hover .btn-loading {
		color: #65A04D;
	}
	#pagetop:hover .btn-loading:before,
	#pagetop:hover .btn-loading:after {
		height: 100%;
	}
	#pagetop:hover .btn-loading:before {
		transition: height 0.1s 0.1s linear;
	}
	#pagetop:hover .btn-loading:after {
		transition: height 0.1s linear;
	}
	#pagetop .btn-loading span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 1px);
		height: calc(100% - 1px);
		background-color: #FFF;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
	}
	#pagetop .btn-loading span img{
		width: 20px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}

}

/*//////////////////////////////// for iphone ////////////////////////////*/
@media (min-width:0px) and ( max-width:766px) {
	.pc-on{
		display: none !important;
	}

	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
		margin: 0 5px 0 0;
		line-height: 0;
		border: 1px solid #000;
		border-radius: 3px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
		margin: 0 5px 0 0;
		line-height: 0;
		border: 1px solid #000;
		border-radius: 3px;
    }

	/* common */
	.js-scroll-overlap:not(.is-disabled) {
		--sticky-offset: -1px;
		position: sticky;
		top: var(--sticky-offset);
	}
	.relative {
		position: relative;
		padding: 4% 0 1% 0;
	}
	.relative02 {
		position: relative;
		padding: 15% 0 1% 0;
	}

	/* header */
	.header{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		background: rgba(242, 235, 219, .4);
		position: relative;
	}
	.mv-logo{
		width: 17%;
		position: absolute;
		top: 2%;
		left: 3%;
		line-height: 0;
		z-index: 10;
	}
	.mv-img{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
	}
	.mv-img div{
		width: 100%;
		overflow: hidden;
	}
	.mv-title-box{
		width: 80%;
		position: absolute;
		right: 0%;
		left: 0;
		bottom: 5%;
		margin: 0 auto;
	}
	.mv-txt-box{
		width: 80%;
        position: absolute;
        top: 6%;
        right: 4%;
	}
	.mv-txt{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-txt li:nth-child(1){
		width: 6%;
		position: absolute;
		bottom: 0%;
		left: 0;
		line-height: 0;
	}
	.mv-txt li:nth-child(2){
		width: 2.5%;
        position: absolute;
        top: 60%;
        left: 9%;
		line-height: 0;
	}
	.mv-txt li:nth-child(3){
		width: 2.2%;
        position: absolute;
        top: 45.7%;
        left: 13.7%;
        line-height: 0;
	}
	.mv-txt li:nth-child(4){
		width: 6.2%;
        position: absolute;
        top: 42.7%;
        left: 16%;
        line-height: 0;
	}
	.mv-txt li:nth-child(5){
		width: 4.8%;
        position: absolute;
        top: 25.7%;
        left: 24%;
        line-height: 0;
	}
	.mv-txt li:nth-child(6){
		width: 3.2%;
        position: absolute;
        top: 30.7%;
        left: 31%;
        line-height: 0;
	}
	.mv-txt li:nth-child(7){
		width: 10.5%;
        position: absolute;
        top: 22.7%;
        left: 41%;
		line-height: 0;
	}
	.mv-txt li:nth-child(8){
		width: 4.7%;
        position: absolute;
        top: 36.7%;
        left: 52%;
		line-height: 0;
	}
	.mv-txt li:nth-child(9){
		width: 4.7%;
        position: absolute;
        top: 37.9%;
        left: 58.5%;
		line-height: 0;
	}
	.mv-txt li:nth-child(10){
		width: 5.8%;
        position: absolute;
        top: 27.7%;
        left: 65%;
		line-height: 0;
	}
	.mv-txt li:nth-child(11){
		width: 8.5%;
        position: absolute;
        top: 21.7%;
        left: 77.7%;
		line-height: 0;
	}
	.mv-txt li:nth-child(12){
		width: 4.5%;
        position: absolute;
        top: 27.7%;
        left: 87%;
		line-height: 0;
	}
	.mv-txt li:nth-child(13){
		width: 1.8%;
        position: absolute;
        top: 9.7%;
        left: 94%;
		line-height: 0;
	}
	.mv-txt li:nth-child(14){
		width: 2.2%;
        position: absolute;
        top: 1%;
        right: 0;
		line-height: 0;
	}
	.mv-title01{
		width: 100%;
		position: relative;
	}
	.mv-dotto{
		width: 31%;
        height: 4px;
        position: absolute;
        top: -35%;
        left: 16%;
	}
	.mv-dotto li{
		width: 3px;
		line-height: 0;
	}
	.mv-dotto li:nth-child(1){
		position: absolute;
		top: 0;
		left: 10%;
	}
	.mv-dotto li:nth-child(2){
		position: absolute;
		top: 0;
		left: 40%;
	}
	.mv-dotto li:nth-child(3){
		position: absolute;
		top: 0;
		left: 66%;
	}
	.mv-dotto li:nth-child(4){
		position: absolute;
		top: 0;
		left: 90%;
	}
	.mv-title01-line{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 3% auto 10% auto;
	}
	.mv-title02{
		width: 95%;
        position: relative;
        margin: 0 auto;
        left: 2%;
	}
	.mv-title02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	/* read */
	.read{
		width: 100%;
        position: relative;
        overflow: hidden;
        margin: 0% 0 15% 0;
	}
	.read .txt {
        width: 100%;
        font-size: 16px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
        text-align: center;
    }
	.read .read-bg{
		width: 100%;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		overflow: visible;
	}
	.read .read-bg::before {
		content: '';
		position: absolute;
		top: -200px;
		left: 0;
		right: 0;
		height: 200px;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
		pointer-events: none;
	}

	/* door */
	.door{
		width: max-content;
        padding: 5% 0 0 0;
        margin: 0 auto 10% auto;
	}
	.door .sub-title{
		width: max-content;
		font-size: 1em;
        letter-spacing: 6px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 1em;
        text-align: center;
        margin: 0 auto 7% auto;
	}
	.door .main-title{
		width: max-content;
		font-size: 1.8em;
        letter-spacing: 4px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 1.5em;
		text-align: center;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.door .main-title .icon01{
		width: 17px;
        position: absolute;
        top: 5%;
        left: -12%;
        line-height: 0;
	}
	.door .main-title .icon02{
		width: 17px;
        position: absolute;
        top: 5%;
        right: -10%;
        line-height: 0;
	}
	.door .min-title{
		width: max-content;
        font-size: 1em;
        letter-spacing: 3px;
        font-family: "meno-banner", serif;
        font-weight: 300;
        font-style: normal;
        line-height: 1em;
        text-align: center;
        position: relative;
        margin: 0 auto;
        color: #3c3c47;
	}
	.door .min-title .line01{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: -10%;
		background: #3c3c47;
	}
	.door .min-title .line02{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		right: -10%;
		background: #3c3c47;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item */
	.item{
		width: 100%;
        margin: 0 auto 15% auto;
        overflow: hidden;
	}
	.item .img{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item .img-slick-non01{
		width: 100%;
		margin: 0 0 0 0%;
	}
	.item .img-slick-non02{
		width: 75%;
		margin: 0 0 0 0%;
	}
	.item .img-slick{
		width: 100%;
		margin: 0 0 0 0%;
	}
	.item .img .on01{
		display: none;
	}
	.item .img .on02{
		display: none;
	}
	.item .img .on01 .icon01{
		width: 10%;
		position: absolute;
		top: 5%;
		right: 20%;
	}
	.item .img .on02 .icon01{
		width: 10%;
		position: absolute;
		top: 5%;
		left: 20%;
	}
	.item .data{
		width: 100%;
	}
	.item .data .title{
		width: 92.5%;
        position: relative;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin: 0 0 5% 7.5%;
        z-index: 99;
	}
	.item .data .title li:nth-child(1){
		width: 20%;
        margin: 0 2% 0 0;
	}
	.item .data .title li:nth-child(2){
		width: 67.5%;
        text-align: right;
        font-family: "garamond-premier-pro-display", serif;
        font-weight: 300;
        font-style: italic;
        font-size: 1.9em;
        letter-spacing: 1px;
        padding: 7% 0 0 0;
	}
	.item .data .title li:nth-child(2) span{
		width: 15px;
        display: inline-block;
        position: relative;
        line-height: 0;
        top: 5px;
        margin: 0 10px;
	}
	.item .data .title li:nth-child(3){
		width: 92%;
        height: 1px;
        position: absolute;
        left: 8%;
        bottom: 9px;
        z-index: -1;
	}

	.item .data .title-sp{
		width: 92.5%;
        position: relative;
        margin: 0 0 5% 7.5%;
        z-index: 99;
	}
	.item .data .title-sp li:nth-child(1){
		width: 20%;
        margin: 0 0 3% 0;
	}
	.item .data .title-sp li:nth-child(2){
		width: 92.5%;
        text-align: right;
        font-family: "garamond-premier-pro-display", serif;
        font-weight: 300;
        font-style: italic;
        font-size: 1.9em;
        letter-spacing: 1px;
        padding: 0% 0 0 0;
	}
	.item .data .title-sp li:nth-child(2) span{
		width: 15px;
        display: inline-block;
        position: relative;
        line-height: 0;
        top: 5px;
        margin: 0 10px;
	}
	.item .data .title-sp li:nth-child(3){
		width: 100%;
        height: 1px;
        position: absolute;
        left: 0%;
        bottom: 9px;
        z-index: -1;
	}

	.item .data .main-title{
		width: 85%;
		font-size: 1.3em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 1.5em;
		color: #eee;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item .data .main-title span{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .txt{
		width: 85%;
        font-size: 1em;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2em;
        text-align: justify;
        margin: 0 auto 7% auto;
	}
	.item .data .txt br{
		display: none;
	}
	.item .data .link-box01{
		width: 85%;
		margin: 0 auto;
	}
	.item .data .link-box02{
		width: 85%;
		margin: 0 auto;
	}
	/* item02 */
	.item02{
		width: 100%;
        margin: 0 auto 15% auto;
        overflow: hidden;
	}
	.item02 .data01{
		width: 100%;
	}
	.item02 .data01 .img{
		width: 100%;
		position: relative;
		margin: 0 0 7% 0;
	}
	.item02 .data01 .img .img-slick{
		width: 100%;
	}
	.item02 .data01 .img .img-slick02{
		width: 100%;
		margin: 0 0 0 0%;
	}
	.item02 .data01 .img .on01{
		display: none;
	}
	.item02 .data01 .img .on01 .icon01{
		width: 10%;
		position: absolute;
		top: 5%;
		right: 20%;
	}
	.item02 .data01 .img .on02{
		display: none;
	}
	.item02 .data01 .img .on02 .icon02{
		width: 10%;
		position: absolute;
		top: 5%;
		left: 20%;
	}
	.item02 .data01 .link-box{
		width: 60%;
		margin: 0 0 0 32%;
	}
	.item02 .data01 .link-box02{
		width: 60%;
	}
	.item02 .data02{
		width: 100%;
		margin: 0 auto;
	}
	.item02 .data02 .main-title{
		width: 85%;
        font-size: 1.3em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 1.5em;
        color: #eee;
        position: relative;
        margin: 0 auto 5% auto;
	}
	.item02 .data02 .main-title span{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item02 .data02 .title{
		width: 92.5%;
        position: relative;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin: 0 0 5% 7.5%;
        z-index: 99;
	}
	.item02 .data02 .title li:nth-child(1){
		width: 20%;
        margin: 0 3% 0 0;
	}
	.item02 .data02 .title li:nth-child(2){
		width: 67.5%;
        text-align: right;
        font-family: "garamond-premier-pro-display", serif;
        font-weight: 300;
        font-style: italic;
        font-size: 1.9em;
        letter-spacing: 1px;
        padding: 7% 0 0 0;
	}
	.item02 .data02 .title li:nth-child(2) span{
		width: 15px;
		display: inline-block;
		position: relative;
		line-height: 0;
		top: 5px;
		margin: 0 10px;
	}
	.item02 .data02 .title li:nth-child(3){
		width: 92%;
        height: 1px;
        position: absolute;
        left: 8%;
        bottom: 9px;
        z-index: -1;
	}

	.item02 .data02 .title-sp{
		width: 92.5%;
        position: relative;
        margin: 0 0 5% 7.5%;
        z-index: 99;
	}
	.item02 .data02 .title-sp li:nth-child(1){
		width: 20%;
        margin: 0 0 3% 0;
	}
	.item02 .data02 .title-sp li:nth-child(2){
		width: 92.5%;
        text-align: right;
        font-family: "garamond-premier-pro-display", serif;
        font-weight: 300;
        font-style: italic;
        font-size: 1.9em;
        letter-spacing: 1px;
        padding: 0% 0 0 0;
	}
	.item02 .data02 .title-sp li:nth-child(2) span{
		width: 15px;
        display: inline-block;
        position: relative;
        line-height: 0;
        top: 5px;
        margin: 0 10px;
	}
	.item02 .data02 .title-sp li:nth-child(3){
		width: 100%;
        height: 1px;
        position: absolute;
        left: 0%;
        bottom: 9px;
        z-index: -1;
	}

	.item02 .data02 .txt{
		width: 85%;
        font-size: 1em;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2em;
        text-align: justify;
        margin: 0 auto 7% auto;
	}
	.item02 .data02 .txt br{
		display: none;
	}
	.item02 .data02 .img{
		width: 70%;
		margin: 0 auto;
	}
	.item02 .data02 .link-box{
		width: 85%;
        margin: 0 auto;
	}

	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 12px;
		left: 20px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.side-nav-in li{
		width: 100%;
		margin: 0 0 30px 0;
	}
	.side-nav-in li:last-child{
		width: 100%;
		margin: 0 0 0px 0;
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.side-nav-in a .icon01{
		width: 12px;
		height: 12px;
		background: #8abcda;
		margin: 10px 0 0 0;
		opacity: .5;
		transition: .3s;
	}
	.side-nav-in a:hover .icon01{
		opacity: 1;
		transition: .3s;
	}
	.side-nav-in a .icon02{
		width: 12px;
		height: 12px;
		background: #8c9573;
		margin: 10px 0 0 0;
		opacity: .5;
		transition: .3s;
	}
	.side-nav-in a:hover .icon02{
		opacity: 1;
		transition: .3s;
	}

	/* next */
	.next{
		width: 100%;
		margin: 0 auto 7% auto;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
		flex-wrap: wrap;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
	.cart-title span{
		font-size: 11px;
		margin: 0 0 0 0px;
		position: relative;
		top: -2px;
	}
	.cart-title02{
        width: 100%;
		font-size: 14px;
        letter-spacing: 0px;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-yen{
		font-size: 16px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen .tax{
		font-size: 11px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
    .cart-yen02{
		font-size: 16px;
		letter-spacing: 0px;
        width: max-content;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
	}
	.cart-yen02 .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen02 .tax{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #a0a0a0;
		margin: 10px 0 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 20px 0;
		opacity: .5;
	}

	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: .5px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
		background: #000;
		border-color: #000;
		color: #fff;
	}

	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #a5ceea;
		border: .5px solid #a5ceea;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #a5ceea;
		color: #a5ceea;
	}

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #ecd7dd;
		border: .5px solid #ecd7dd;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #ecd7dd;
		color: #ecd7dd;
	}

	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #edc2af;
		border: .5px solid #edc2af;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn03 {
		background: #fff;
		border-color: #edc2af;
		color: #edc2af;
	}

	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #d2cfd5;
		border: .5px solid #d2cfd5;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn04 {
		background: #fff;
		border-color: #d2cfd5;
		color: #d2cfd5;
	}

	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #c4ba5c;
		border: .5px solid #c4ba5c;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn05 {
		background: #fff;
		border-color: #c4ba5c;
		color: #c4ba5c;
	}

	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #233b41;
		border: .5px solid #233b41;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn06 {
		background: #fff;
		border-color: #233b41;
		color: #233b41;
	}

	.cart-btm .btn07{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #e5e3d1;
		border: .5px solid #e5e3d1;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn07 {
		background: #fff;
		border-color: #e5e3d1;
		color: #e5e3d1;
	}

	.cart-btm .btn08{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #8b929a;
		border: .5px solid #8b929a;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn08 {
		background: #fff;
		border-color: #8b929a;
		color: #8b929a;
	}

	.cart-btm .btn09{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #cfc4b9;
		border: .5px solid #cfc4b9;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn09 {
		background: #fff;
		border-color: #cfc4b9;
		color: #cfc4b9;
	}

	.cart-btm .btn10{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #525a66;
		border: .5px solid #525a66;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn10 {
		background: #fff;
		border-color: #525a66;
		color: #525a66;
	}

	.cart-btm .btn11{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #d2cfd5;
		border: .5px solid #d2cfd5;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn11 {
		background: #fff;
		border-color: #d2cfd5;
		color: #d2cfd5;
	}

	.cart-btm .btn12{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #e5e3d1;
		border: .5px solid #e5e3d1;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn12 {
		background: #fff;
		border-color: #e5e3d1;
		color: #e5e3d1;
	}

	.btn-border {
		background-color: transparent;
		color: #1d1d1d;
	}
	.btn-arrow {
		position: relative;
		-webkit-transition: background-color 300ms ease-out;
		transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
		display: inline-block;
		position: relative;
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
		position: absolute;
		width: 1.1em;
		right: 0px;
		right: 0rem;
		opacity: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: right, opacity;
	}
	.btn-arrow img * {
		stroke-width: 5;
		stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}
	
	/*f-banner*/
	.f-banner{
		width: 80%;
		margin: 15% auto 10% auto;
	}
	.f-banner-m{
		width: 80%;
		margin: 0 auto 15% auto !important;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000000;
		transition: .3s;
	}
	
	/*f-banner02*/
	.f-banner02{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.f-banner02-list{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
		margin: 0 0 5% 0 !important;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 20% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 0 0 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 8px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
		color: #000000;
	}
	#pagetop{
		position: fixed;
        right: 10px;
        bottom: 10px;
        width: 40px;
        height: 40px;
        display: block;
        z-index: 99;
	}
	#pagetop .btn-loading {
		display: inline-flex;
		text-decoration: none;
		font-weight: 700;
		color: #111;
		width: 100%;
		height: 100%;
		position: relative;
		opacity: 1 !important;
		transition: all 0.3s;
		background-color: #CCC;
		border-radius: 100%;
		transition: color 0.2s;
		overflow: hidden;
	}
	#pagetop .btn-loading01:before,
	#pagetop .btn-loading01:after {
		content: "";
		display: block;
		position: absolute;
		width: 50%;
		height: 0;
		background-color: #231815;
		pointer-events: none;
	}
	#pagetop .btn-loading:before {
		bottom: 0;
		left: 0;
	}
	#pagetop .btn-loading:after {
		top: 0;
		right: 0;
	}
	#pagetop:hover .btn-loading {
		color: #65A04D;
	}
	#pagetop:hover .btn-loading:before,
	#pagetop:hover .btn-loading:after {
		height: 100%;
	}
	#pagetop:hover .btn-loading:before {
		transition: height 0.1s 0.1s linear;
	}
	#pagetop:hover .btn-loading:after {
		transition: height 0.1s linear;
	}
	#pagetop .btn-loading span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 1px);
		height: calc(100% - 1px);
		background-color: #FFF;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
	}
	#pagetop .btn-loading span img{
		width: 18px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
	}
	
	.in-btn{
		width: 35px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}

	.foot_fix_btn {
		position: fixed;
		z-index: 99;
		bottom: 0;
		left: 0;
		width: 100%;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}
	.foot_fix_btn.js_hide {
		transform: translateY(100%);
	}
	.foot_fix_btn ul {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		text-align: center;
		font-size: 0;
	}
	.foot_fix_btn ul li:nth-child(1) {
		width: 50%;
		background: rgba(138, 188, 218, .8);
		box-sizing: border-box;
		border-right: 1px solid #eee;
	}
	.foot_fix_btn ul li:nth-child(2) {
		width: 50%;
		background: rgba(140, 149, 115, .8);
		box-sizing: border-box;
	}
	.foot_fix_btn ul li a {
		display: block;
		padding: 5px 0;
	}

}
