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);
}




/* 
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: 0px;
		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: 0px;
		margin: 0 10px 0 0;
		line-height: 0;
		border: 1px solid #000;
		border-radius: 3px;
    }

	body {
		font-size: 16px;
	}

	/* header */
	.header{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		position: relative;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		top: 2%;
		left: 2%;
		z-index: 99;
	}
	.mv-img{
		width: 100%;
		overflow: hidden;
	}
	.mv-title-box{
		width: 38%;
		position: absolute;
		top: 32%;
        -webkit-transform: translateY(-32%); /* Safari逕ｨ */
        transform: translateY(-32%);
		right: 14%;
		box-sizing: border-box;
	}
	.mv-title01{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 7% 0;
	}
	.mv-title01 .mv-line{
		width: 20%;
		height: 1px;
		background: #fff;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari逕ｨ */
        transform: translateY(-50%);
		left: 0;
	}
	.mv-title02{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 0% auto;
	}
	.mv-title03{
		width: 22%;
		position: relative;
		overflow: hidden;
		line-height: 0;
		margin: 0 auto 5% auto;
	}
	.mv-title04{
		width: 100%;
		position: relative;
		overflow: hidden;
	}

	/* read */
	.read{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 5% 0 5% 0;
	}
	.read .txt {
        width: 100%;
        font-size: 1.2em;
        line-height: 3em;
		letter-spacing: .3em;
		text-align: center;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    }
	.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;
	}

	/* common */
	.all-wrap{
		width: 100%;
		position: relative;
	}
	.all-wrap-end{
		padding: 0 0 0% 0 !important;
	}
	.one {
		width: 100%;
		height: auto !important;
	}
	.bg {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		opacity: 0;
		transition: all 1s ease 0s;
		z-index: -2;
	}
	.show .bg {
		opacity: 1;
	}
	.bg._01 {
		background: #ffffff;
	}
	.bg._02 {
		background: #edeae5;
	}
	.bg._03 {
		background: #ffffff;
	}

	/* top-nav */
	.top-nav{
		width: 60%;
		margin: 0 auto;
	}
	.top-nav01{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
	}
	.top-nav01 li{
		width: 33.33%;
		border-left: 1px solid #eee;
		padding: 1% 0;
	}
	.top-nav01 li:last-child{
		width: 33.33%;
		border-left: 1px solid #eee;
		border-right: 1px solid #eee;
	}
	.top-nav01 li a{
		display: block;
	}
	.top-nav01 li a .txt{
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		text-align: center;
		color: #b28761;
		font-size: 2em;
		letter-spacing: .1em;
	}
	.top-nav01 li a .txt span{
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		display: block;
		margin: 0 auto;
		color: #000;
		font-size: .5em;
		letter-spacing: .3em;
		transition: .3s;
	}
	.top-nav01 li a:hover .txt span{
		color: #b28761;
		transition: .3s;
	}

	/* top-nav02 */
	.top-nav02{
		width: 70%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.top-nav02 li{
		width: 46%;
		padding: 1% 0;
	}
	.top-nav02 li a{
		display: block;
	}
	.top-nav02 li a .txt{
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		text-align: center;
		color: #b28761;
		font-size: 1.5em;
		letter-spacing: .1em;
	}
	.top-nav02 li a .line{
		width: 100%;
		height: 1px;
		background: #b28761;
		margin: 3% 0 5% 0;
	}
	.top-nav02 li a .sub{
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		display: block;
		margin: 0 auto;
		color: #000;
		font-size: 1em;
		letter-spacing: .2em;
		text-align: center;
		transition: .3s;
	}
	.top-nav02 li a:hover .sub{
		color: #b28761;
		transition: .3s;
	}

	/* door */
	.door{
		width: 70%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 7% auto;
		padding: 7% 0 0 0;
	}
	.door .data01{
		width: 50%;
	}
	.door .data01 .sub-title{
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 1.5em;
		letter-spacing: .2em;
		line-height: 1em;
		color: #152225;
		margin: 0 0 2% 0;
	}
	.door .data01 .main-title{
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		color: #b28761;
		font-size: 3.3em;
		letter-spacing: .05em;
		margin: 0 0 2% 0;
		white-space: nowrap;
	}
	.door .data01 .up-title{
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		color: #b28761;
		font-size: 4em;
		letter-spacing: .05em;
		margin: 0 0 2% 0;
		white-space: nowrap;
	}
	.door .data01 .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 2em;
		letter-spacing: .2em;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		white-space: nowrap;
	}
	.door .data01 .txt span{
		width: 150px;
		height: 1px;
		background: #aeafb0;
		margin: 0 0 0 10px;
	}
	.door .data02{
		width: 45%;
		position: relative;
	}
	.door .data02 .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 1.3em;
		letter-spacing: .3em;
		line-height: 2.5em;
		white-space: nowrap;
	}
	.door .data02 .icon{
		width: 100px;
		position: absolute;
		right: 0;
		bottom: 0;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item */
	.item{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 7% auto;
	}
	.item .img{
		width: 50%;
		overflow: hidden;
	}
	.item .min01{
		box-sizing: border-box;
		padding: 0 0 0 10%;
	}
	.item .min02{
		box-sizing: border-box;
		padding: 0 10% 0 0%;
	}
	.item .data{
		width: 50%;
	}
	.item .data01{
		box-sizing: border-box;
		padding: 3% 15% 0 7%;
	}
	.item .data02{
		box-sizing: border-box;
		padding: 3% 7% 0 15%;
	}
	.item .data .num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 5% 0;
		color: #b28761;
	}
	.item .data .num li:nth-child(1){
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 1.5em;
		letter-spacing: .1em;
		margin: 0 20px 0 0;
	}
	.item .data .num li:nth-child(2){
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		font-size: 3em;
	}
	.item .data .item-wrap{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.item-bg{
		width: 100%;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		overflow: visible;
		z-index: 10;
	}
	.item-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;
	}
	.item-bg02{
		width: 100%;
		height: 100%;
		background: #edeae5;
		position: absolute;
		top: 0;
		left: 0;
		overflow: visible;
		z-index: 10;
	}
	.item-bg02::before {
		content: '';
		position: absolute;
		top: -200px;
		left: 0;
		right: 0;
		height: 200px;
		background: linear-gradient(to bottom, rgba(237, 234, 229, 0), rgba(237, 234, 229, 1));
		pointer-events: none;
	}
	.item .data .item-wrap .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 1.3em;
        letter-spacing: .4em;
        line-height: 2.8em;
		margin: 0 0 15% 0;
	}

	/* spe-item */
	.spe-item{
		width: 75%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 7% auto;
	}
	.spe-item .img{
		width: 50%;
	}
	.spe-item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 7% 0 7%;
	}
	.spe-item .data .title{
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 3em;
		letter-spacing: .1em;
		color: #b28761;
		margin: 0 0 20% 0;
	}
	.spe-item .data .title span {
		display: inline-block;
		width: 70px;
		height: 1px;
		background: #b28761;
		transform: rotate(-55deg);
		position: relative;
		top: -15px;
	}

	.f-icon{
		width: 150px;
		line-height: 0;
		margin: 0 auto 7% auto;
	}

	/* f-wrap */
	.f-wrap{
		width: 100%;
		background: #f8d0bb;
		padding: 7% 0 0 0;
	}
	.staff{
		font-size: .7em;
		line-height: 2.2em;
		letter-spacing: .1em;
		text-align: center;
		margin: 0 0 7% auto;
	}
	.f-logo{
		width: 15%;
		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: 14px;
		margin: 0 10px 0 0px;
		position: relative;
		color: #b28761;
	}
	.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: #b28761;
		border: .5px solid #b28761;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #b28761;
		color: #b28761;
	}

	.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%;
		background: #fff;
		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%;
		background: #fff;
	}
	.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;
    }

	body {
		font-size: 16px;
	}

	/* header */
	.header{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		position: relative;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		top: 2%;
		left: 2%;
		z-index: 99;
	}
	.mv-img{
		width: 100%;
		overflow: hidden;
	}
	.mv-title-box{
		width: 38%;
		position: absolute;
		top: 32%;
        -webkit-transform: translateY(-32%); /* Safari逕ｨ */
        transform: translateY(-32%);
		right: 14%;
		box-sizing: border-box;
	}
	.mv-title01{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 7% 0;
	}
	.mv-title01 .mv-line{
		width: 20%;
		height: 1px;
		background: #fff;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari逕ｨ */
        transform: translateY(-50%);
		left: 0;
	}
	.mv-title02{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 0% auto;
	}
	.mv-title03{
		width: 22%;
		position: relative;
		overflow: hidden;
		line-height: 0;
		margin: 0 auto 5% auto;
	}
	.mv-title04{
		width: 100%;
		position: relative;
		overflow: hidden;
	}

	/* read */
	.read{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 5% 0 5% 0;
	}
	.read .txt {
        width: 100%;
        font-size: 1.2em;
        line-height: 3em;
		letter-spacing: .3em;
		text-align: center;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    }
	.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;
	}

	/* common */
	.all-wrap{
		width: 100%;
		position: relative;
	}
	.all-wrap-end{
		padding: 0 0 0% 0 !important;
	}
	.one {
		width: 100%;
		height: auto !important;
	}
	.bg {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		opacity: 0;
		transition: all 1s ease 0s;
		z-index: -2;
	}
	.show .bg {
		opacity: 1;
	}
	.bg._01 {
		background: #ffffff;
	}
	.bg._02 {
		background: #edeae5;
	}
	.bg._03 {
		background: #ffffff;
	}

	/* top-nav */
	.top-nav{
		width: 60%;
		margin: 0 auto;
	}
	.top-nav01{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
	}
	.top-nav01 li{
		width: 33.33%;
		border-left: 1px solid #eee;
		padding: 1% 0;
	}
	.top-nav01 li:last-child{
		width: 33.33%;
		border-left: 1px solid #eee;
		border-right: 1px solid #eee;
	}
	.top-nav01 li a{
		display: block;
	}
	.top-nav01 li a .txt{
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		text-align: center;
		color: #b28761;
		font-size: 2em;
		letter-spacing: .1em;
	}
	.top-nav01 li a .txt span{
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		display: block;
		margin: 0 auto;
		color: #000;
		font-size: .5em;
		letter-spacing: .3em;
		transition: .3s;
	}
	.top-nav01 li a:hover .txt span{
		color: #b28761;
		transition: .3s;
	}

	/* top-nav02 */
	.top-nav02{
		width: 70%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.top-nav02 li{
		width: 46%;
		padding: 1% 0;
	}
	.top-nav02 li a{
		display: block;
	}
	.top-nav02 li a .txt{
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		text-align: center;
		color: #b28761;
		font-size: 1.5em;
		letter-spacing: .1em;
	}
	.top-nav02 li a .line{
		width: 100%;
		height: 1px;
		background: #b28761;
		margin: 3% 0 5% 0;
	}
	.top-nav02 li a .sub{
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		display: block;
		margin: 0 auto;
		color: #000;
		font-size: 1em;
		letter-spacing: .2em;
		text-align: center;
		transition: .3s;
	}
	.top-nav02 li a:hover .sub{
		color: #b28761;
		transition: .3s;
	}

	/* door */
	.door{
		width: 70%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 7% auto;
		padding: 7% 0 0 0;
	}
	.door .data01{
		width: 50%;
	}
	.door .data01 .sub-title{
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 1.5em;
		letter-spacing: .2em;
		line-height: 1em;
		color: #152225;
		margin: 0 0 2% 0;
	}
	.door .data01 .main-title{
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		color: #b28761;
		font-size: 3.3em;
		letter-spacing: .05em;
		margin: 0 0 2% 0;
		white-space: nowrap;
	}
	.door .data01 .up-title{
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		color: #b28761;
		font-size: 4em;
		letter-spacing: .05em;
		margin: 0 0 2% 0;
		white-space: nowrap;
	}
	.door .data01 .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 2em;
		letter-spacing: .2em;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		white-space: nowrap;
	}
	.door .data01 .txt span{
		width: 150px;
		height: 1px;
		background: #aeafb0;
		margin: 0 0 0 10px;
	}
	.door .data02{
		width: 45%;
		position: relative;
	}
	.door .data02 .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 1.3em;
		letter-spacing: .3em;
		line-height: 2.5em;
		white-space: nowrap;
	}
	.door .data02 .icon{
		width: 100px;
		position: absolute;
		right: 0;
		bottom: 0;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item */
	.item{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 7% auto;
	}
	.item .img{
		width: 50%;
		overflow: hidden;
	}
	.item .min01{
		box-sizing: border-box;
		padding: 0 0 0 10%;
	}
	.item .min02{
		box-sizing: border-box;
		padding: 0 10% 0 0%;
	}
	.item .data{
		width: 50%;
	}
	.item .data01{
		box-sizing: border-box;
		padding: 3% 15% 0 7%;
	}
	.item .data02{
		box-sizing: border-box;
		padding: 3% 7% 0 15%;
	}
	.item .data .num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 5% 0;
		color: #b28761;
	}
	.item .data .num li:nth-child(1){
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 1.5em;
		letter-spacing: .1em;
		margin: 0 20px 0 0;
	}
	.item .data .num li:nth-child(2){
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		font-size: 3em;
	}
	.item .data .item-wrap{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.item-bg{
		width: 100%;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		overflow: visible;
		z-index: 10;
	}
	.item-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;
	}
	.item-bg02{
		width: 100%;
		height: 100%;
		background: #edeae5;
		position: absolute;
		top: 0;
		left: 0;
		overflow: visible;
		z-index: 10;
	}
	.item-bg02::before {
		content: '';
		position: absolute;
		top: -200px;
		left: 0;
		right: 0;
		height: 200px;
		background: linear-gradient(to bottom, rgba(237, 234, 229, 0), rgba(237, 234, 229, 1));
		pointer-events: none;
	}
	.item .data .item-wrap .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 1.3em;
        letter-spacing: .4em;
        line-height: 2.8em;
		margin: 0 0 15% 0;
	}

	/* spe-item */
	.spe-item{
		width: 75%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 7% auto;
	}
	.spe-item .img{
		width: 50%;
	}
	.spe-item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 7% 0 7%;
	}
	.spe-item .data .title{
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 3em;
		letter-spacing: .1em;
		color: #b28761;
		margin: 0 0 20% 0;
	}
	.spe-item .data .title span {
		display: inline-block;
		width: 70px;
		height: 1px;
		background: #b28761;
		transform: rotate(-55deg);
		position: relative;
		top: -15px;
	}

	.f-icon{
		width: 150px;
		line-height: 0;
		margin: 0 auto 7% auto;
	}

	/* f-wrap */
	.f-wrap{
		width: 100%;
		background: #f8d0bb;
		padding: 7% 0 0 0;
	}
	.staff{
		font-size: .7em;
		line-height: 2.2em;
		letter-spacing: .1em;
		text-align: center;
		margin: 0 0 7% auto;
	}
	.f-logo{
		width: 15%;
		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: 14px;
		margin: 0 10px 0 0px;
		position: relative;
		color: #b28761;
	}
	.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: #b28761;
		border: .5px solid #b28761;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #b28761;
		color: #b28761;
	}

	.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%;
		background: #fff;
		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%;
		background: #fff;
	}
	.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;
    }

	body {
		font-size: 16px;
	}

	/* header */
	.header{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		position: relative;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		top: 2%;
		left: 2%;
		z-index: 99;
	}
	.mv-img{
		width: 100%;
		overflow: hidden;
	}
	.mv-title-box{
		width: 38%;
		position: absolute;
		top: 35%;
        -webkit-transform: translateY(-35%); /* Safari逕ｨ */
        transform: translateY(-35%);
		right: 14%;
		box-sizing: border-box;
	}
	.mv-title01{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 7% 0;
	}
	.mv-title01 .mv-line{
		width: 20%;
		height: 1px;
		background: #fff;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari逕ｨ */
        transform: translateY(-50%);
		left: 0;
	}
	.mv-title02{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 0% auto;
	}
	.mv-title03{
		width: 22%;
		position: relative;
		overflow: hidden;
		line-height: 0;
		margin: 0 auto 5% auto;
	}
	.mv-title04{
		width: 100%;
		position: relative;
		overflow: hidden;
	}

	/* read */
	.read{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 5% 0 5% 0;
	}
	.read .txt {
        width: 100%;
        font-size: 1.2em;
        line-height: 3em;
		letter-spacing: .3em;
		text-align: center;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    }
	.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;
	}

	/* common */
	.all-wrap{
		width: 100%;
		position: relative;
	}
	.all-wrap-end{
		padding: 0 0 0% 0 !important;
	}
	.one {
		width: 100%;
		height: auto !important;
	}
	.bg {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		opacity: 0;
		transition: all 1s ease 0s;
		z-index: -2;
	}
	.show .bg {
		opacity: 1;
	}
	.bg._01 {
		background: #ffffff;
	}
	.bg._02 {
		background: #edeae5;
	}
	.bg._03 {
		background: #ffffff;
	}

	/* top-nav */
	.top-nav{
		width: 75%;
		margin: 0 auto;
	}
	.top-nav01{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
	}
	.top-nav01 li{
		width: 33.33%;
		border-left: 1px solid #eee;
		padding: 1% 0;
	}
	.top-nav01 li:last-child{
		width: 33.33%;
		border-left: 1px solid #eee;
		border-right: 1px solid #eee;
	}
	.top-nav01 li a{
		display: block;
	}
	.top-nav01 li a .txt{
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		text-align: center;
		color: #b28761;
		font-size: 1.7em;
		letter-spacing: .1em;
	}
	.top-nav01 li a .txt span{
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		display: block;
		margin: 0 auto;
		color: #000;
		font-size: .5em;
		letter-spacing: .3em;
		transition: .3s;
	}
	.top-nav01 li a:hover .txt span{
		color: #b28761;
		transition: .3s;
	}

	/* top-nav02 */
	.top-nav02{
		width: 70%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.top-nav02 li{
		width: 46%;
		padding: 1% 0;
	}
	.top-nav02 li a{
		display: block;
	}
	.top-nav02 li a .txt{
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		text-align: center;
		color: #b28761;
		font-size: 1.5em;
		letter-spacing: .1em;
	}
	.top-nav02 li a .line{
		width: 100%;
		height: 1px;
		background: #b28761;
		margin: 3% 0 5% 0;
	}
	.top-nav02 li a .sub{
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		display: block;
		margin: 0 auto;
		color: #000;
		font-size: 1em;
		letter-spacing: .2em;
		text-align: center;
		transition: .3s;
	}
	.top-nav02 li a:hover .sub{
		color: #b28761;
		transition: .3s;
	}

	/* door */
	.door{
		width: 80%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 7% auto;
		padding: 7% 0 0 0;
	}
	.door .data01{
		width: 50%;
	}
	.door .data01 .sub-title{
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 1.2em;
		letter-spacing: .2em;
		line-height: 1em;
		color: #152225;
		margin: 0 0 2% 0;
	}
	.door .data01 .main-title{
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		color: #b28761;
		font-size: 3em;
		letter-spacing: .0em;
		margin: 0 0 2% 0;
		white-space: nowrap;
	}
	.door .data01 .up-title{
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		color: #b28761;
		font-size: 3.5em;
		letter-spacing: .05em;
		margin: 0 0 2% 0;
		white-space: nowrap;
	}
	.door .data01 .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 1.7em;
		letter-spacing: .2em;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		white-space: nowrap;
	}
	.door .data01 .txt span{
		width: 150px;
		height: 1px;
		background: #aeafb0;
		margin: 0 0 0 10px;
	}
	.door .data02{
		width: 45%;
		position: relative;
	}
	.door .data02 .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 1.1em;
		letter-spacing: .3em;
		line-height: 2.5em;
		white-space: nowrap;
	}
	.door .data02 .icon{
		width: 70px;
		line-height: 0;
		position: absolute;
		right: 0;
		bottom: 0;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item */
	.item{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 7% auto;
	}
	.item .img{
		width: 50%;
		overflow: hidden;
	}
	.item .min01{
		box-sizing: border-box;
		padding: 0 0 0 10%;
	}
	.item .min02{
		box-sizing: border-box;
		padding: 0 10% 0 0%;
	}
	.item .data{
		width: 50%;
	}
	.item .data01{
		box-sizing: border-box;
		padding: 3% 10% 0 7%;
	}
	.item .data02{
		box-sizing: border-box;
		padding: 3% 7% 0 10%;
	}
	.item .data .num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
		margin: 0 0 10% 0;
		color: #b28761;
	}
	.item .data .num li:nth-child(1){
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 2em;
		letter-spacing: .1em;
		margin: 0 10px 0 0;
	}
	.item .data .num li:nth-child(2){
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		font-size: 4em;
	}
	.item .data .item-wrap{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.item-bg{
		width: 100%;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		overflow: visible;
		z-index: 10;
	}
	.item-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;
	}
	.item-bg02{
		width: 100%;
		height: 100%;
		background: #edeae5;
		position: absolute;
		top: 0;
		left: 0;
		overflow: visible;
		z-index: 10;
	}
	.item-bg02::before {
		content: '';
		position: absolute;
		top: -200px;
		left: 0;
		right: 0;
		height: 200px;
		background: linear-gradient(to bottom, rgba(237, 234, 229, 0), rgba(237, 234, 229, 1));
		pointer-events: none;
	}
	.item .data .item-wrap .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 1.2em;
        letter-spacing: .4em;
        line-height: 2.8em;
		margin: 0 0 15% 0;
	}

	/* spe-item */
	.spe-item{
		width: 80%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 7% auto;
	}
	.spe-item .img{
		width: 50%;
	}
	.spe-item .data{
		width: 40%;
	}
	.spe-item .data .title{
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 2.5em;
		letter-spacing: .1em;
		color: #b28761;
		margin: 0 0 10% 0;
	}
	.spe-item .data .title span {
		display: inline-block;
		width: 50px;
		height: 1px;
		background: #b28761;
		transform: rotate(-55deg);
		position: relative;
		top: -10px;
	}

	.f-icon{
		width: 150px;
		line-height: 0;
		margin: 0 auto 7% auto;
	}

	/* f-wrap */
	.f-wrap{
		width: 100%;
		background: #f8d0bb;
		padding: 7% 0 0 0;
	}
	.staff{
		font-size: .7em;
		line-height: 2.2em;
		letter-spacing: .1em;
		text-align: center;
		margin: 0 0 7% auto;
	}
	.f-logo{
		width: 15%;
		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: 14px;
		margin: 0 10px 0 0px;
		position: relative;
		color: #b28761;
	}
	.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: #b28761;
		border: .5px solid #b28761;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #b28761;
		color: #b28761;
	}

	.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%;
		background: #fff;
		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%;
		background: #fff;
	}
	.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;
    }

	body {
		font-size: 16px;
	}

	/* header */
	.header{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		position: relative;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		top: 2%;
		left: 2%;
		z-index: 99;
	}
	.mv-img{
		width: 100%;
		overflow: hidden;
	}
	.mv-title-box{
		width: 38%;
		position: absolute;
		top: 35%;
        -webkit-transform: translateY(-35%); /* Safari逕ｨ */
        transform: translateY(-35%);
		right: 14%;
		box-sizing: border-box;
	}
	.mv-title01{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 7% 0;
	}
	.mv-title01 .mv-line{
		width: 20%;
		height: 1px;
		background: #fff;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari逕ｨ */
        transform: translateY(-50%);
		left: 0;
	}
	.mv-title02{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 0% auto;
	}
	.mv-title03{
		width: 22%;
		position: relative;
		overflow: hidden;
		line-height: 0;
		margin: 0 auto 5% auto;
	}
	.mv-title04{
		width: 100%;
		position: relative;
		overflow: hidden;
	}

	/* read */
	.read{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 10% 0 10% 0;
	}
	.read .txt {
        width: 100%;
        font-size: 1.2em;
        line-height: 3em;
		letter-spacing: .3em;
		text-align: center;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    }
	.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;
	}

	/* common */
	.all-wrap{
		width: 100%;
		position: relative;
	}
	.all-wrap-end{
		padding: 0 0 0% 0 !important;
	}
	.one {
		width: 100%;
		height: auto !important;
	}
	.bg {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		opacity: 0;
		transition: all 1s ease 0s;
		z-index: -2;
	}
	.show .bg {
		opacity: 1;
	}
	.bg._01 {
		background: #ffffff;
	}
	.bg._02 {
		background: #edeae5;
	}
	.bg._03 {
		background: #ffffff;
	}

	/* top-nav */
	.top-nav{
		width: 85%;
		margin: 0 auto;
	}
	.top-nav01{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
	}
	.top-nav01 li{
		width: 33.33%;
		border-left: 1px solid #eee;
		padding: 1% 0;
	}
	.top-nav01 li:last-child{
		width: 33.33%;
		border-left: 1px solid #eee;
		border-right: 1px solid #eee;
	}
	.top-nav01 li a{
		display: block;
	}
	.top-nav01 li a .txt{
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		text-align: center;
		color: #b28761;
		font-size: 1.7em;
		letter-spacing: .1em;
	}
	.top-nav01 li a .txt span{
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		display: block;
		margin: 0 auto;
		color: #000;
		font-size: .5em;
		letter-spacing: .3em;
		transition: .3s;
	}
	.top-nav01 li a:hover .txt span{
		color: #b28761;
		transition: .3s;
	}

	/* top-nav02 */
	.top-nav02{
		width: 70%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.top-nav02 li{
		width: 46%;
		padding: 1% 0;
	}
	.top-nav02 li a{
		display: block;
	}
	.top-nav02 li a .txt{
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		text-align: center;
		color: #b28761;
		font-size: 1.5em;
		letter-spacing: .1em;
	}
	.top-nav02 li a .line{
		width: 100%;
		height: 1px;
		background: #b28761;
		margin: 3% 0 5% 0;
	}
	.top-nav02 li a .sub{
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		display: block;
		margin: 0 auto;
		color: #000;
		font-size: 1em;
		letter-spacing: .2em;
		text-align: center;
		transition: .3s;
	}
	.top-nav02 li a:hover .sub{
		color: #b28761;
		transition: .3s;
	}

	/* door */
	.door{
		width: 90%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 7% auto;
		padding: 7% 0 0 0;
	}
	.door .data01{
		width: 50%;
	}
	.door .data01 .sub-title{
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 1.2em;
		letter-spacing: .2em;
		line-height: 1em;
		color: #152225;
		margin: 0 0 2% 0;
	}
	.door .data01 .main-title{
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		color: #b28761;
		font-size: 2.8em;
		letter-spacing: .0em;
		margin: 0 0 2% 0;
		white-space: nowrap;
	}
	.door .data01 .up-title{
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		color: #b28761;
		font-size: 3.5em;
		letter-spacing: .05em;
		margin: 0 0 2% 0;
		white-space: nowrap;
	}
	.door .data01 .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 1.2em;
		letter-spacing: .2em;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		white-space: nowrap;
	}
	.door .data01 .txt span{
		width: 150px;
		height: 1px;
		background: #aeafb0;
		margin: 0 0 0 10px;
	}
	.door .data02{
		width: 45%;
		position: relative;
	}
	.door .data02 .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 1.1em;
		letter-spacing: .3em;
		line-height: 2.5em;
		white-space: nowrap;
	}
	.door .data02 .icon{
		width: 70px;
		line-height: 0;
		position: absolute;
		right: 0;
		bottom: 0;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item */
	.item{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 7% auto;
	}
	.item .img{
		width: 50%;
		overflow: hidden;
	}
	.item .min01{
		box-sizing: border-box;
		padding: 0 0 0 5%;
	}
	.item .min02{
		box-sizing: border-box;
		padding: 0 5% 0 0%;
	}
	.item .data{
		width: 50%;
	}
	.item .data01{
		box-sizing: border-box;
		padding: 0% 7% 0 7%;
	}
	.item .data02{
		box-sizing: border-box;
		padding: 0% 7% 0 7%;
	}
	.item .data .num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
		margin: 0 0 5% 0;
		color: #b28761;
	}
	.item .data .num li:nth-child(1){
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 1.7em;
		letter-spacing: .1em;
		margin: 0 10px 0 0;
	}
	.item .data .num li:nth-child(2){
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		font-size: 3em;
	}
	.item .data .item-wrap{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.item-bg{
		width: 100%;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		overflow: visible;
		z-index: 10;
	}
	.item-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;
	}
	.item-bg02{
		width: 100%;
		height: 100%;
		background: #edeae5;
		position: absolute;
		top: 0;
		left: 0;
		overflow: visible;
		z-index: 10;
	}
	.item-bg02::before {
		content: '';
		position: absolute;
		top: -200px;
		left: 0;
		right: 0;
		height: 200px;
		background: linear-gradient(to bottom, rgba(237, 234, 229, 0), rgba(237, 234, 229, 1));
		pointer-events: none;
	}
	.item .data .item-wrap .txt{
		width: 100%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 1em;
		letter-spacing: .2em;
		line-height: 2em;
		text-align: justify;
		margin: 0 0 10% 0;
	}
	.item .data .item-wrap .txt br{
		display: none;
	}

	/* spe-item */
	.spe-item{
		width: 90%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 7% auto;
	}
	.spe-item .img{
		width: 50%;
	}
	.spe-item .data{
		width: 40%;
	}
	.spe-item .data .title{
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 2.5em;
		letter-spacing: .1em;
		color: #b28761;
		margin: 0 0 10% 0;
	}
	.spe-item .data .title span {
		display: inline-block;
		width: 50px;
		height: 1px;
		background: #b28761;
		transform: rotate(-55deg);
		position: relative;
		top: -10px;
	}

	.f-icon{
		width: 150px;
		line-height: 0;
		margin: 0 auto 7% auto;
	}

	/* f-wrap */
	.f-wrap{
		width: 100%;
		background: #f8d0bb;
		padding: 7% 0 0 0;
	}
	.staff{
		font-size: .7em;
		line-height: 2.2em;
		letter-spacing: .1em;
		text-align: center;
		margin: 0 0 7% auto;
	}
	.f-logo{
		width: 15%;
		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: 14px;
		margin: 0 10px 0 0px;
		position: relative;
		color: #b28761;
	}
	.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: #b28761;
		border: .5px solid #b28761;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #b28761;
		color: #b28761;
	}

	.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%;
		background: #fff;
		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%;
		background: #fff;
	}
	.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: 0px;
		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: 0px;
		margin: 0 5px 0 0;
		line-height: 0;
		border: 1px solid #000;
		border-radius: 3px;
    }

	body {
		font-size: 16px;
	}

	/* header */
	.header{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		position: relative;
	}
	.mv-logo{
		width: 15%;
		position: absolute;
		top: 2%;
		left: 3%;
		line-height: 0;
		z-index: 99;
	}
	.mv-img{
		width: 100%;
		overflow: hidden;
	}
	.mv-title-box{
		width: 90%;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 10%;
		box-sizing: border-box;
	}
	.mv-title01{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 4% 0;
	}
	.mv-title01 .mv-line{
		width: 20%;
		height: 1px;
		background: #fff;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari逕ｨ */
        transform: translateY(-50%);
		left: 0;
	}
	.mv-title02{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 0% auto;
	}
	.mv-title03{
		width: 22%;
		position: relative;
		overflow: hidden;
		line-height: 0;
		margin: 0 auto 3% auto;
	}
	.mv-title04{
		width: 100%;
		position: relative;
		overflow: hidden;
	}

	/* read */
	.read{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 10% 0 10% 0;
	}
	.read .txt {
        width: 100%;
        font-size: 1em;
        line-height: 2.3em;
		letter-spacing: .2em;
		text-align: center;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    }
	.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;
	}

	/* common */
	.all-wrap{
		width: 100%;
		position: relative;
	}
	.all-wrap-end{
		padding: 0 0 0% 0 !important;
	}
	.one {
		width: 100%;
		height: auto !important;
	}
	.bg {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		opacity: 0;
		transition: all 1s ease 0s;
		z-index: -2;
	}
	.show .bg {
		opacity: 1;
	}
	.bg._01 {
		background: #ffffff;
	}
	.bg._02 {
		background: #edeae5;
	}
	.bg._03 {
		background: #ffffff;
	}

	/* top-nav */
	.top-nav{
		width: 85%;
		margin: 0 auto 10% auto;
	}
	.top-nav01{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.top-nav01 li{
		width: 100%;
		border-bottom: 1px solid #eee;
	}
	.top-nav01 li:last-child{
		width: 100%;
	}
	.top-nav01 li a{
		display: block;
		padding: 6% 0 5% 0;
	}
	.top-nav01 li a .txt{
		width: 100%;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		text-align: left;
		color: #b28761;
		font-size: 1.3em;
		letter-spacing: .05em;
		position: relative;
	}
	.top-nav01 li a .txt span{
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		display: block;
		margin: 0 auto;
		color: #000;
		font-size: .7em;
		letter-spacing: .1em;
		transition: .3s;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari逕ｨ */
        transform: translateY(-50%);
		right: 0;
	}
	.top-nav01 li a:hover .txt span{
		color: #b28761;
		transition: .3s;
	}

	/* top-nav02 */
	.top-nav02{
		width: 100%;
		margin: 0 auto;
	}
	.top-nav02 li{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.top-nav02 li:last-child{
		width: 100%;
		margin: 0 0 0% 0 !important;
	}
	.top-nav02 li a{
		display: block;
		position: relative;
	}
	.top-nav02 li a .txt{
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		color: #b28761;
		font-size: 1.2em;
		letter-spacing: .05em;
		padding: 0 0 0 4%;
	}
	.top-nav02 li a .line{
		width: 1.5px;
		height: 100%;
		background: #b28761;
		position: absolute;
		top: 0;
		left: 0;
	}
	.top-nav02 li a .sub{
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		display: block;
		margin: 0 auto;
		color: #000;
		font-size: .8em;
		letter-spacing: .1em;
		transition: .3s;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari逕ｨ */
        transform: translateY(-50%);
		right: 0;
	}
	.top-nav02 li a:hover .sub{
		color: #b28761;
		transition: .3s;
	}

	/* door */
	.door{
		width: 90%;
		overflow: hidden;
		margin: 0 auto 7% auto;
		padding: 7% 0 0 0;
	}
	.door .data01{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.door .data01 .sub-title{
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 1.2em;
		letter-spacing: .2em;
		line-height: 1em;
		color: #152225;
		margin: 0 0 2% 0;
	}
	.door .data01 .main-title{
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		color: #b28761;
		font-size: 2em;
		letter-spacing: .05em;
		margin: 0 0 2% 0;
		white-space: nowrap;
	}
	.door .data01 .up-title{
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		color: #b28761;
		font-size: 2.6em;
		letter-spacing: .05em;
		margin: 0 0 2% 0;
		white-space: nowrap;
	}
	.door .data01 .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 1.2em;
		letter-spacing: .2em;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		white-space: nowrap;
	}
	.door .data01 .txt span{
		width: 150px;
		height: 1px;
		background: #aeafb0;
		margin: 0 0 0 10px;
	}
	.door .data02{
		width: 100%;
		position: relative;
	}
	.door .data02 .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: .9em;
		letter-spacing: .2em;
		line-height: 2.2em;
		white-space: nowrap;
	}
	.door .data02 .icon{
		width: 70px;
		line-height: 0;
		position: absolute;
		right: 0;
		bottom: 0;
	}

	
	/* item */
	.item{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item .data{
		width: 85%;
		margin: 0 auto;
	}
	.item .data .num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 3% 0;
		color: #b28761;
	}
	.item .data .num li:nth-child(1){
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 1.2em;
		letter-spacing: .1em;
		margin: 0 10px 0 0;
	}
	.item .data .num li:nth-child(2){
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		font-size: 2.3em;
	}
	.item .data .item-wrap{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.item-bg{
		width: 100%;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		overflow: visible;
		z-index: 10;
	}
	.item-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;
	}
	.item-bg02{
		width: 100%;
		height: 100%;
		background: #edeae5;
		position: absolute;
		top: 0;
		left: 0;
		overflow: visible;
		z-index: 10;
	}
	.item-bg02::before {
		content: '';
		position: absolute;
		top: -200px;
		left: 0;
		right: 0;
		height: 200px;
		background: linear-gradient(to bottom, rgba(237, 234, 229, 0), rgba(237, 234, 229, 1));
		pointer-events: none;
	}
	.item .data .item-wrap .txt{
		width: 100%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 1.1em;
		letter-spacing: .2em;
		line-height: 2.2em;
		text-align: justify;
		margin: 0 0 7% 0;
	}
	.item .data .item-wrap .txt br{
		display: none;
	}

	/* spe-item */
	.spe-item{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.spe-item .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 7% auto;
	}
	.spe-item .data{
		width: 85%;
		margin: 0 auto;
	}
	.spe-item .data .title{
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 2em;
		letter-spacing: .1em;
		color: #b28761;
		margin: 0 0 7% 0;
	}
	.spe-item .data .title span {
		display: inline-block;
		width: 30px;
		height: 1px;
		background: #b28761;
		transform: rotate(-55deg);
		position: relative;
		top: -10px;
	}

	.f-icon{
		width: 110px;
		line-height: 0;
		margin: 0 auto 7% auto;
	}

	/* f-wrap */
	.f-wrap{
		width: 100%;
		background: #f8d0bb;
		padding: 7% 0 0 0;
	}
	.staff{
		font-size: .7em;
		line-height: 2.2em;
		letter-spacing: .1em;
		text-align: center;
		margin: 0 0 7% auto;
	}
	.f-logo{
		width: 15%;
		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: 14px;
		margin: 0 10px 0 0px;
		position: relative;
		color: #b28761;
	}
	.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: #b28761;
		border: .5px solid #b28761;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #b28761;
		color: #b28761;
	}

	.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;
		background: #fff;
	}
	.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%;
		background: #fff;
		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: 50px;
        width: 35px;
        height: 35px;
        display: block;
        z-index: 30;
	}
	#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;
	}

	.link-box-list {
		list-style: none;
	}
	.link-box-list li {
		margin-bottom: 0;
		overflow: hidden;
		max-height: 500px;
		transition: max-height 0.4s ease-in-out;
	}
	.link-box-list li:nth-child(n+4) {
		max-height: 0;
		opacity: 0;
		transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
	}
	.link-box-list.is-open li:nth-child(n+4) {
		max-height: 500px;
		opacity: 1;
	}
	.link-box-list li:last-child {
		border-bottom: none;
	}
	.accordion-btn-wrapper {
		margin-top: 10px;
	}
	.accordion-toggle-btn {
		padding: 10px 5px;
		font-size: .9em;
		letter-spacing: .2em;
		color: #b48a63;
		background: #edeae5;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		border: none;
		cursor: pointer;
		transition: background-color 0.3s ease;
	}

	/*nav*/
	.menu{
		width: 100%;
		height: 40px;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 9999;
		cursor: pointer;
		background: #c29b76;
	}
	.menu.active{
		width: 100%;
		height: 40px;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 9999;
		cursor: pointer;
		background: #000;
	}

	.menu__line--icon{
		width: max-content;
		height: 12px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari逕ｨ */
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
		line-height: 0;
		display: block;
	}
	.menu__line--icon img{
		height: 12px;
	}
	.menu__line--top{
		display: none;
	}
	.menu__line--icon.active{
		display: none;
	}
	.menu__line--top.active{
		width: max-content;
		height: 15px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari逕ｨ */
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
		line-height: 0;
		display: block;
	}
	.menu__line--top.active img{
		height: 12px;
	}

	/*gnav*/
	.gnav{
		display: none;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 8888!important;
		bottom: 0;
		left: 0;
	}
	.menu_bg{
		background: #c29b76;
		height: 100%;
		position: fixed;
		width: 100%;
		bottom: 0;
		left: 0;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
	.gnav__wrap{
		align-items:center;
		display: flex;
		flex-wrap: wrap;
		height: auto;
		justify-content: center;
		position: absolute;
		top: 40%;
        -webkit-transform: translateY(-40%); /* Safari逕ｨ */
        transform: translateY(-40%);
		width: 80%;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	.gnav__menu{
		width: 100%;
		overflow-y: scroll;
	}
	.gnav__menu::-webkit-scrollbar{
		display: none;
	}
	.gnav__menu::-ms-scrollbar{
		display: none;
	}
	.gnav__menu::-moz-scrollbar{
		display: none;
	}
	.big-menu-title{
		text-align: center;
		font-size: 28px;
		letter-spacing: 5px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.gnav__menu li{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.gnav__menu li:nth-child(3){
		width: 100%;
		margin: 0 0 15% 0;
	}
	.gnav__menu li:nth-child(4){
		width: 100%;
		margin: 0 0 10% 0;
	}
	.gnav__menu li:last-child{
		width: 100%;
		margin: 0 0 0% 0 !important;
	}
	.gnav__menu li a{
		width: 100%;
		box-sizing: border-box;
		display: block;
		text-decoration: none;
	}
	.gnav__menu li a .img{
		width: 100%;
		position: relative;
	}
	.gnav__menu li a:hover .img{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.gnav__menu li a .img img{
		opacity: 1;
		transition: .3s;
	}
	.gnav__menu li a:hover .img img{
		opacity: .9;
		transition: .3s;
	}
	.gnav__menu li a .txt{
		width: 100%;
		line-height: 0;
		display: block;
	}

	.grad-btn {
		background: #000;
		color: #fff;
		text-align: center;
		display: block;
		margin: 5% auto 0 auto;
		font-size: 12px;
		padding: 1% 0;
	}
	.grad-btn::before {
	content: "READ MORE"
	}
	.grad-item {
	position: relative;
	overflow: hidden;
	height: 35px; /*髫�縺励◆迥ｶ諷九�鬮倥＆*/
	}
	.grad-item::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 35px; 
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	content: "";
	}
	.grad-trigger {
	display: none; 
	}
	.grad-trigger:checked ~ .grad-btn::before {
	content: "CLOSE" 
	}
	.grad-trigger:checked ~ .grad-item {
	height: auto;
	}
	.grad-trigger:checked ~ .grad-item::before {
	display: none;
	}

}
