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: #231815;
}

.is-hidden {
	visibility: hidden;
	opacity: 0;
	transition: .3s;
}
.item-s-sp{
	line-height: 0;
}
.item-s{
	line-height: 0;
	padding: 0;
	margin: 0;
}

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

font-family: "corporate-s", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "futura-pt", sans-serif;
font-weight: 300;
font-style: normal;

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

Avenir Next LT Pro Medium Condensed
font-family: "avenir-next-lt-pro-condensed", sans-serif;
font-weight: 500;
font-style: normal;

Avenir Next LT Pro Regular
font-family: "avenir-next-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;


font-family: "miller-banner", serif;
font-weight: 300;
font-style: normal;

Miller Banner Light
font-family: "miller-banner", serif;
font-weight: 300;
font-style: normal;

 */


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




/*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: .5px 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: .5px solid #000;
		border-radius: 3px;
    }
	.l-icon-w::before{
        content: url("../img/l-size-w.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: .5px solid #fff;
		border-radius: 3px;
    }
    .s-icon-w::before{
        content: url("../img/s-size-w.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: .5px solid #fff;
		border-radius: 3px;
    }

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		background: #f9f9f9;
		margin: 0 auto 5% auto;
	}
	.mv-logo{
		width: 10%;
		z-index: 10;
		margin: 0 auto;
		position: absolute;
		bottom: 5%;
		left: 0;
		right: 0;
	}
	.mv-img-box{
		width: 100%;
		position: relative;
		display: flex;
		justify-content: flex-start;
	}
	.mv-img-box div{
		width: 50%;
		position: relative;
	}
	.mv-title-box{
		width: 54%;
		top: 55%;
		-webkit-transform: translateY(-55%); /* Safari逕ｨ */
		transform: translateY(-55%);
		right: 0%;
		left: 0;
		margin: 0 auto;
		position: absolute;
	}
	.mv-title01{
		width: 55%;
		overflow: hidden;
		margin: 0 auto 10% auto;
	}
	.mv-title02{
		width: 100%;
		overflow: hidden;
		margin: 0 0 2% 0;
	}
	.mv-title03{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 10% 0;
	}
	.mv-title03 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title04{
		width: 50%;
		position: relative;
		overflow: hidden;
		margin: 0 auto;
	}

	/* read */
	.read{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 5% 0;
	}
	.read .txt{
		width: 100%;
		font-size: 19px;
		letter-spacing: 5px;
		line-height: 2.8em;
		text-align: center;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}

	/* top-nav */
	.top-nav{
		width: 50%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-list li{
		width: 44%;
	}
	.top-nav-list li a{
		width: 100%;
		position: relative;
		display: block;
	}
	.top-nav-list li a .img{
		width: 100%;
		overflow: hidden;
	}
	.top-nav-list li a .img img{
		transform: scale(1);
		transition: .3s;
	}
	.top-nav-list li a:hover .img img{
		transform: scale(1.05);
		transition: .3s;
	}
	.top-nav-list li a .title{
		width: 100%;
		position: absolute;
		bottom: 15%;
		left: 0;
		background: rgba(255, 255, 255, .7);
		backdrop-filter: blur(7px);
		-ms-backdrop-filter: blur(7px);
		-webkit-backdrop-filter: blur(7px);
	}

	/* door */
	.door{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		position: relative;
	}
	.door .txt-box{
		width: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 15%;
	}
	.door .txt-box .title{
		font-size: 40px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 1px;
		color: #846b5d;
		margin: 0 0 2% 0;
	}
	.door .txt-box .txt{
		font-size: 21px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
	}

	/* common */
	.all-wrap{
		width: 100%;
		position: relative;
		padding: 7% 0 0 0;
	}
	.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: #202843;
	}
	.bg._02 {
		background: #f6f2f1;
	}
	.bg._03 {
		background: #ffffff;
	}

	.rever{
		flex-direction: row-reverse;
	}

	.color-w{
		color: #fff;
	}
	/* item-t */
	.item-t{
		width: 70%;
		display: flex;
		justify-content: flex-start;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item-t .side-txt01{
		width: 70px;
		position: absolute;
		top: 5%;
		left: -7%;
	}
	.item-t .side-txt02{
		width: 70px;
		position: absolute;
		top: 5%;
		right: -7%;
	}
	.item-t .data01{
		width: 50%;
	}
	.item-t .data01 .img-r{
		width: 100%;
		border: 1px solid #fff;
		box-sizing: border-box;
		padding: 2% 2%;
		position: relative;
	}
	.item-t .data01 .img-r .icon{
		width: 100px;
		position: absolute;
		top: -80px;
		line-height: 0;
		left: 0;
	}
	.item-t .data01 .img-r .icon02{
		width: 100px;
		position: absolute;
		top: -80px;
		line-height: 0;
		right: 0 !important;
	}
	.item-t .data01 .title{
		width: 75%;
		font-size: 35px;
        letter-spacing: 3px;
		line-height: 1.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 10% 0 5% 5%;
	}
	.item-t .data01 .title02{
		margin: 10% 0 5% 20%;
	}
	.item-t .data01 .line{
		width: 75%;
		height: 1px;
		background: #fff;
		margin: 0 0 5% 5%;
	}
	.item-t .data01 .line-b{
		width: 75%;
		height: 1px;
		background: #000;
		margin: 0 0 5% 5%;
	}
	.item-t .data01 .line02{
		margin: 0 0 5% 20%;
	}
	.item-t .data01 .txt{
		width: 75%;
		font-size: 18px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		margin: 0 0 25% 5%;
		text-align: justify;
	}
	.item-t .data01 .txt02{
		margin: 0 0 25% 20%;
	}
	.item-t .data02{
		width: 50%;
	}
	.item-t .data02 .img{
		width: 110%;
		position: relative;
		left: -10%;
		z-index: 5;
		margin: 0 0 10% 0;
	}
	.item-t .data02 .img02{
		left: 0% !important;
	}
	.item-t .data02 .link-box01{
		width: 80%;
		margin: 0 0 0 20%;
	}
	.item-t .data02 .link-box02{
		width: 80%;
		margin: 0 0 0 0%;
	}

	/* item-w */
	.item-w{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item-w .img{
		width: 100%;
		overflow: hidden;
	}
	.item-w .data-w{
		width: 35%;
		position: absolute;
		top: 10%;
		right: 15%;
	}
	.item-w .data-w02{
		left: 15% !important;
	}
	.item-w .data-w .side-txt{
		width: 70px;
		position: absolute;
		top: 0%;
		right: 0%;
	}
	.item-w .data-w .side-txt02{
		width: 70px;
		position: absolute;
		top: 0%;
		left: 0%;
	}
	.item-w .data-w .title{
		width: 80%;
		position: relative;
		font-size: 35px;
        letter-spacing: 3px;
		line-height: 1.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	.item-w .data-w .title02{
		width: 80%;
		position: relative;
		font-size: 35px;
        letter-spacing: 3px;
		line-height: 1.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 5% 20%;
	}
	.item-w .data-w .line{
		width: 80%;
		height: 1px;
		background: #fff;
		margin: 0 0 5% 0;
	}
	.item-w .data-w .line02{
		width: 80%;
		height: 1px;
		background: #fff;
		margin: 0 0 5% 20%;
	}
	.item-w .data-w .txt{
		width: 80%;
		font-size: 18px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		text-align: justify;
		margin: 0 0 0 0;
	}
	.item-w .data-w .txt02{
		width: 80%;
		font-size: 18px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		text-align: justify;
		margin: 0 0 0 20%;
	}
	.item-w-n{
		width: 70%;
		display: flex;
		justify-content: flex-start;
		position: relative;
		margin: 0 auto -300px auto;
		top: -300px;
	}
	.item-w-n .img{
		width: 50%;
		border: 1px solid #fff;
		box-sizing: border-box;
		padding: 2% 2%;
		position: relative;
	}
	.item-w-n .img-non{
		border: none !important;
	}
	.item-w-n .icon{
		width: 100px;
		position: absolute;
		top: -80px;
		line-height: 0;
		right: 0;
		z-index: 10;
	}
	.item-w-n .data{
		width: 50%;
		box-sizing: border-box;
		padding: 35% 7% 0 3%;
	}

	/* item */
	.item{
		width: 70%;
		display: flex;
		justify-content: flex-start;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item .side-txt{
		width: 70px;
		position: absolute;
		top: 5%;
		left: -8%;
	}
	.item .side-txt02{
		width: 70px;
		position: absolute;
		top: 5%;
		right: -8%;
	}
	.side-color01{
		color: #d3b47e;
	}
	.side-color02{
		color: #ffffff;
	}
	.side-color03{
		color: #8e8b8e;
	}
	.item .img{
		width: 50%;
	}
	.item .data{
		width: 50%;
	}
	.item .data01{
		box-sizing: border-box;
		padding: 5% 7% 0 3%;
	}
	.item .data02{
		box-sizing: border-box;
		padding: 5% 3% 0 7%;
	}
	.item .data .title{
		width: 100%;
		font-size: 35px;
        letter-spacing: 3px;
		line-height: 1.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0% 0 5% 0%;
	}
	.item .data .line{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 0 0 5% 0%;
	}
	.item .data .line-b{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 0 0 5% 0%;
	}
	.item .data .txt{
		width: 100%;
		font-size: 18px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		margin: 0 0 15% 0%;
		text-align: justify;
	}

	/* item-d */
	.item-d{
		width: 70%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item-d .img-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 3% auto;
	}
	.item-d .img-box .img{
		width: 48%;
	}
	.item-d .data{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.item-d .data .data-l{
		width: 47%;
		position: relative;
		box-sizing: border-box;
		padding: 0 0 0 9%;
	}
	.item-d .data .data-l .side-txt{
		width: 70px;
		position: absolute;
		top: 0%;
		left: 0%;
	}
	.item-d .data .data-l .title{
		width: 100%;
		font-size: 35px;
        letter-spacing: 3px;
		line-height: 1.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0% 0 5% 0%;
	}
	.item-d .data .data-l .line{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 0 0 5% 0%;
	}
	.item-d .data .data-l .line02{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 0 0 5% 0%;
	}
	.item-d .data .data-l .txt{
		width: 100%;
		font-size: 18px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		margin: 0 0 15% 0%;
		text-align: justify;
	}
	.item-d .data .data-r{
		width: 45%;
	}


	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 80px;
		right: 10px;
        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;
	}


	/*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{
		color: #80a7d6;
		font-size: 16px;
		margin: 0 10px 0 0;
	}
	.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: 10px;
		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: #afa29b;
		border: .5px solid #afa29b;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #afa29b;
		color: #afa29b;
	}

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

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

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

	.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{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 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: .5px 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: .5px solid #000;
		border-radius: 3px;
    }
	.l-icon-w::before{
        content: url("../img/l-size-w.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: .5px solid #fff;
		border-radius: 3px;
    }
    .s-icon-w::before{
        content: url("../img/s-size-w.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: .5px solid #fff;
		border-radius: 3px;
    }

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		background: #f9f9f9;
		margin: 0 auto 5% auto;
	}
	.mv-logo{
		width: 10%;
		z-index: 10;
		margin: 0 auto;
		position: absolute;
		bottom: 5%;
		left: 0;
		right: 0;
	}
	.mv-img-box{
		width: 100%;
		position: relative;
		display: flex;
		justify-content: flex-start;
	}
	.mv-img-box div{
		width: 50%;
		position: relative;
	}
	.mv-title-box{
		width: 54%;
		top: 55%;
		-webkit-transform: translateY(-55%); /* Safari逕ｨ */
		transform: translateY(-55%);
		right: 0%;
		left: 0;
		margin: 0 auto;
		position: absolute;
	}
	.mv-title01{
		width: 55%;
		overflow: hidden;
		margin: 0 auto 10% auto;
	}
	.mv-title02{
		width: 100%;
		overflow: hidden;
		margin: 0 0 2% 0;
	}
	.mv-title03{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 10% 0;
	}
	.mv-title03 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title04{
		width: 50%;
		position: relative;
		overflow: hidden;
		margin: 0 auto;
	}

	/* read */
	.read{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 5% 0;
	}
	.read .txt{
		width: 100%;
		font-size: 19px;
		letter-spacing: 5px;
		line-height: 2.8em;
		text-align: center;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}

	/* top-nav */
	.top-nav{
		width: 50%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-list li{
		width: 44%;
	}
	.top-nav-list li a{
		width: 100%;
		position: relative;
		display: block;
	}
	.top-nav-list li a .img{
		width: 100%;
		overflow: hidden;
	}
	.top-nav-list li a .img img{
		transform: scale(1);
		transition: .3s;
	}
	.top-nav-list li a:hover .img img{
		transform: scale(1.05);
		transition: .3s;
	}
	.top-nav-list li a .title{
		width: 100%;
		position: absolute;
		bottom: 15%;
		left: 0;
		background: rgba(255, 255, 255, .7);
		backdrop-filter: blur(7px);
		-ms-backdrop-filter: blur(7px);
		-webkit-backdrop-filter: blur(7px);
	}

	/* door */
	.door{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		position: relative;
	}
	.door .txt-box{
		width: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 15%;
	}
	.door .txt-box .title{
		font-size: 40px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 1px;
		color: #846b5d;
		margin: 0 0 2% 0;
	}
	.door .txt-box .txt{
		font-size: 21px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
	}

	/* common */
	.all-wrap{
		width: 100%;
		position: relative;
		padding: 7% 0 0 0;
	}
	.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: #202843;
	}
	.bg._02 {
		background: #f6f2f1;
	}
	.bg._03 {
		background: #ffffff;
	}

	.rever{
		flex-direction: row-reverse;
	}

	.color-w{
		color: #fff;
	}
	/* item-t */
	.item-t{
		width: 70%;
		display: flex;
		justify-content: flex-start;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item-t .side-txt01{
		width: 70px;
		position: absolute;
		top: 5%;
		left: -7%;
	}
	.item-t .side-txt02{
		width: 70px;
		position: absolute;
		top: 5%;
		right: -7%;
	}
	.item-t .data01{
		width: 50%;
	}
	.item-t .data01 .img-r{
		width: 100%;
		border: 1px solid #fff;
		box-sizing: border-box;
		padding: 2% 2%;
		position: relative;
	}
	.item-t .data01 .img-r .icon{
		width: 100px;
		position: absolute;
		top: -80px;
		line-height: 0;
		left: 0;
	}
	.item-t .data01 .img-r .icon02{
		width: 100px;
		position: absolute;
		top: -80px;
		line-height: 0;
		right: 0 !important;
	}
	.item-t .data01 .title{
		width: 75%;
		font-size: 35px;
        letter-spacing: 3px;
		line-height: 1.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 10% 0 5% 5%;
	}
	.item-t .data01 .title02{
		margin: 10% 0 5% 20%;
	}
	.item-t .data01 .line{
		width: 75%;
		height: 1px;
		background: #fff;
		margin: 0 0 5% 5%;
	}
	.item-t .data01 .line-b{
		width: 75%;
		height: 1px;
		background: #000;
		margin: 0 0 5% 5%;
	}
	.item-t .data01 .line02{
		margin: 0 0 5% 20%;
	}
	.item-t .data01 .txt{
		width: 75%;
		font-size: 18px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		margin: 0 0 25% 5%;
		text-align: justify;
	}
	.item-t .data01 .txt02{
		margin: 0 0 25% 20%;
	}
	.item-t .data02{
		width: 50%;
	}
	.item-t .data02 .img{
		width: 110%;
		position: relative;
		left: -10%;
		z-index: 5;
		margin: 0 0 10% 0;
	}
	.item-t .data02 .img02{
		left: 0% !important;
	}
	.item-t .data02 .link-box01{
		width: 80%;
		margin: 0 0 0 20%;
	}
	.item-t .data02 .link-box02{
		width: 80%;
		margin: 0 0 0 0%;
	}

	/* item-w */
	.item-w{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item-w .img{
		width: 100%;
		overflow: hidden;
	}
	.item-w .data-w{
		width: 35%;
		position: absolute;
		top: 10%;
		right: 15%;
	}
	.item-w .data-w02{
		left: 15% !important;
	}
	.item-w .data-w .side-txt{
		width: 70px;
		position: absolute;
		top: 0%;
		right: 0%;
	}
	.item-w .data-w .side-txt02{
		width: 70px;
		position: absolute;
		top: 0%;
		left: 0%;
	}
	.item-w .data-w .title{
		width: 80%;
		position: relative;
		font-size: 35px;
        letter-spacing: 3px;
		line-height: 1.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	.item-w .data-w .title02{
		width: 80%;
		position: relative;
		font-size: 35px;
        letter-spacing: 3px;
		line-height: 1.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 5% 20%;
	}
	.item-w .data-w .line{
		width: 80%;
		height: 1px;
		background: #fff;
		margin: 0 0 5% 0;
	}
	.item-w .data-w .line02{
		width: 80%;
		height: 1px;
		background: #fff;
		margin: 0 0 5% 20%;
	}
	.item-w .data-w .txt{
		width: 80%;
		font-size: 18px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		text-align: justify;
		margin: 0 0 0 0;
	}
	.item-w .data-w .txt02{
		width: 80%;
		font-size: 18px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		text-align: justify;
		margin: 0 0 0 20%;
	}
	.item-w-n{
		width: 70%;
		display: flex;
		justify-content: flex-start;
		position: relative;
		margin: 0 auto -200px auto;
		top: -200px;
	}
	.item-w-n .img{
		width: 50%;
		border: 1px solid #fff;
		box-sizing: border-box;
		padding: 2% 2%;
		position: relative;
	}
	.item-w-n .img-non{
		border: none !important;
	}
	.item-w-n .icon{
		width: 100px;
		position: absolute;
		top: -80px;
		line-height: 0;
		right: 0;
		z-index: 10;
	}
	.item-w-n .data{
		width: 50%;
		box-sizing: border-box;
		padding: 35% 7% 0 3%;
	}

	/* item */
	.item{
		width: 70%;
		display: flex;
		justify-content: flex-start;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item .side-txt{
		width: 70px;
		position: absolute;
		top: 5%;
		left: -8%;
	}
	.item .side-txt02{
		width: 70px;
		position: absolute;
		top: 5%;
		right: -8%;
	}
	.side-color01{
		color: #d3b47e;
	}
	.side-color02{
		color: #ffffff;
	}
	.side-color03{
		color: #8e8b8e;
	}
	.item .img{
		width: 50%;
	}
	.item .data{
		width: 50%;
	}
	.item .data01{
		box-sizing: border-box;
		padding: 5% 7% 0 3%;
	}
	.item .data02{
		box-sizing: border-box;
		padding: 5% 3% 0 7%;
	}
	.item .data .title{
		width: 100%;
		font-size: 35px;
        letter-spacing: 3px;
		line-height: 1.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0% 0 5% 0%;
	}
	.item .data .line{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 0 0 5% 0%;
	}
	.item .data .line-b{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 0 0 5% 0%;
	}
	.item .data .txt{
		width: 100%;
		font-size: 18px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		margin: 0 0 15% 0%;
		text-align: justify;
	}

	/* item-d */
	.item-d{
		width: 70%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item-d .img-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 3% auto;
	}
	.item-d .img-box .img{
		width: 48%;
	}
	.item-d .data{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.item-d .data .data-l{
		width: 47%;
		position: relative;
		box-sizing: border-box;
		padding: 0 0 0 9%;
	}
	.item-d .data .data-l .side-txt{
		width: 70px;
		position: absolute;
		top: 0%;
		left: 0%;
	}
	.item-d .data .data-l .title{
		width: 100%;
		font-size: 35px;
        letter-spacing: 3px;
		line-height: 1.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0% 0 5% 0%;
	}
	.item-d .data .data-l .line{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 0 0 5% 0%;
	}
	.item-d .data .data-l .line02{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 0 0 5% 0%;
	}
	.item-d .data .data-l .txt{
		width: 100%;
		font-size: 18px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		margin: 0 0 15% 0%;
		text-align: justify;
	}
	.item-d .data .data-r{
		width: 45%;
	}


	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 80px;
		right: 10px;
        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;
	}


	/*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{
		color: #80a7d6;
		font-size: 16px;
		margin: 0 10px 0 0;
	}
	.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: 10px;
		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: #afa29b;
		border: .5px solid #afa29b;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #afa29b;
		color: #afa29b;
	}

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

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

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

	.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{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 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: .5px 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: .5px solid #000;
		border-radius: 3px;
    }
	.l-icon-w::before{
        content: url("../img/l-size-w.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: .5px solid #fff;
		border-radius: 3px;
    }
    .s-icon-w::before{
        content: url("../img/s-size-w.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: .5px solid #fff;
		border-radius: 3px;
    }

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		background: #f9f9f9;
		margin: 0 auto 5% auto;
	}
	.mv-logo{
		width: 10%;
		z-index: 10;
		margin: 0 auto;
		position: absolute;
		bottom: 5%;
		left: 0;
		right: 0;
	}
	.mv-img-box{
		width: 100%;
		position: relative;
		display: flex;
		justify-content: flex-start;
	}
	.mv-img-box div{
		width: 50%;
		position: relative;
	}
	.mv-title-box{
		width: 54%;
		top: 55%;
		-webkit-transform: translateY(-55%); /* Safari逕ｨ */
		transform: translateY(-55%);
		right: 0%;
		left: 0;
		margin: 0 auto;
		position: absolute;
	}
	.mv-title01{
		width: 55%;
		overflow: hidden;
		margin: 0 auto 10% auto;
	}
	.mv-title02{
		width: 100%;
		overflow: hidden;
		margin: 0 0 2% 0;
	}
	.mv-title03{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 10% 0;
	}
	.mv-title03 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title04{
		width: 50%;
		position: relative;
		overflow: hidden;
		margin: 0 auto;
	}

	/* read */
	.read{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 5% 0;
	}
	.read .txt{
		width: 100%;
		font-size: 19px;
		letter-spacing: 5px;
		line-height: 2.8em;
		text-align: center;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}

	/* top-nav */
	.top-nav{
		width: 50%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-list li{
		width: 44%;
	}
	.top-nav-list li a{
		width: 100%;
		position: relative;
		display: block;
	}
	.top-nav-list li a .img{
		width: 100%;
		overflow: hidden;
	}
	.top-nav-list li a .img img{
		transform: scale(1);
		transition: .3s;
	}
	.top-nav-list li a:hover .img img{
		transform: scale(1.05);
		transition: .3s;
	}
	.top-nav-list li a .title{
		width: 100%;
		position: absolute;
		bottom: 15%;
		left: 0;
		background: rgba(255, 255, 255, .7);
		backdrop-filter: blur(7px);
		-ms-backdrop-filter: blur(7px);
		-webkit-backdrop-filter: blur(7px);
	}

	/* door */
	.door{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		position: relative;
	}
	.door .txt-box{
		width: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 15%;
	}
	.door .txt-box .title{
		font-size: 30px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 1px;
		color: #846b5d;
		margin: 0 0 2% 0;
	}
	.door .txt-box .txt{
		font-size: 18px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
	}

	/* common */
	.all-wrap{
		width: 100%;
		position: relative;
		padding: 7% 0 0 0;
	}
	.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: #202843;
	}
	.bg._02 {
		background: #f6f2f1;
	}
	.bg._03 {
		background: #ffffff;
	}

	.rever{
		flex-direction: row-reverse;
	}

	.color-w{
		color: #fff;
	}
	/* item-t */
	.item-t{
		width: 70%;
		display: flex;
		justify-content: flex-start;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item-t .side-txt01{
		width: 50px;
		position: absolute;
		top: 5%;
		left: -7%;
	}
	.item-t .side-txt02{
		width: 50px;
		position: absolute;
		top: 5%;
		right: -6%;
	}
	.item-t .data01{
		width: 50%;
	}
	.item-t .data01 .img-r{
		width: 100%;
		border: 1px solid #fff;
		box-sizing: border-box;
		padding: 2% 2%;
		position: relative;
	}
	.item-t .data01 .img-r .icon{
		width: 100px;
		position: absolute;
		top: -80px;
		line-height: 0;
		left: 0;
	}
	.item-t .data01 .img-r .icon02{
		width: 100px;
		position: absolute;
		top: -80px;
		line-height: 0;
		right: 0 !important;
	}
	.item-t .data01 .title{
		width: 75%;
		font-size: 25px;
        letter-spacing: 3px;
		line-height: 1.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 10% 0 5% 5%;
	}
	.item-t .data01 .title02{
		margin: 10% 0 5% 20%;
	}
	.item-t .data01 .line{
		width: 75%;
		height: 1px;
		background: #fff;
		margin: 0 0 5% 5%;
	}
	.item-t .data01 .line-b{
		width: 75%;
		height: 1px;
		background: #000;
		margin: 0 0 5% 5%;
	}
	.item-t .data01 .line02{
		margin: 0 0 5% 20%;
	}
	.item-t .data01 .txt{
		width: 75%;
		font-size: 15px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		margin: 0 0 25% 5%;
		text-align: justify;
	}
	.item-t .data01 .txt02{
		margin: 0 0 25% 20%;
	}
	.item-t .data02{
		width: 50%;
	}
	.item-t .data02 .img{
		width: 110%;
		position: relative;
		left: -10%;
		z-index: 5;
		margin: 0 0 10% 0;
	}
	.item-t .data02 .img02{
		left: 0% !important;
	}
	.item-t .data02 .link-box01{
		width: 80%;
		margin: 0 0 0 20%;
	}
	.item-t .data02 .link-box02{
		width: 80%;
		margin: 0 0 0 0%;
	}

	/* item-w */
	.item-w{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item-w .img{
		width: 100%;
		overflow: hidden;
	}
	.item-w .data-w{
		width: 35%;
		position: absolute;
		top: 10%;
		right: 15%;
	}
	.item-w .data-w02{
		left: 15% !important;
	}
	.item-w .data-w .side-txt{
		width: 50px;
		position: absolute;
		top: 0%;
		right: 0%;
	}
	.item-w .data-w .side-txt02{
		width: 50px;
		position: absolute;
		top: 0%;
		left: 0%;
	}
	.item-w .data-w .title{
		width: 80%;
		position: relative;
		font-size: 25px;
        letter-spacing: 3px;
		line-height: 1.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	.item-w .data-w .title02{
		width: 80%;
		position: relative;
		font-size: 25px;
        letter-spacing: 3px;
		line-height: 1.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 5% 20%;
	}
	.item-w .data-w .line{
		width: 80%;
		height: 1px;
		background: #fff;
		margin: 0 0 5% 0;
	}
	.item-w .data-w .line02{
		width: 80%;
		height: 1px;
		background: #fff;
		margin: 0 0 5% 20%;
	}
	.item-w .data-w .txt{
		width: 80%;
		font-size: 15px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		text-align: justify;
		margin: 0 0 0 0;
	}
	.item-w .data-w .txt02{
		width: 80%;
		font-size: 15px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		text-align: justify;
		margin: 0 0 0 20%;
	}
	.item-w-n{
		width: 70%;
		display: flex;
		justify-content: flex-start;
		position: relative;
		margin: 0 auto -200px auto;
		top: -200px;
	}
	.item-w-n .img{
		width: 50%;
		border: 1px solid #fff;
		box-sizing: border-box;
		padding: 2% 2%;
		position: relative;
	}
	.item-w-n .img-non{
		border: none !important;
	}
	.item-w-n .icon{
		width: 100px;
		position: absolute;
		top: -80px;
		line-height: 0;
		right: 0;
		z-index: 10;
	}
	.item-w-n .data{
		width: 50%;
		box-sizing: border-box;
		padding: 35% 7% 0 3%;
	}

	/* item */
	.item{
		width: 70%;
		display: flex;
		justify-content: flex-start;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item .side-txt{
		width: 50px;
		position: absolute;
		top: 5%;
		left: -8%;
	}
	.item .side-txt02{
		width: 50px;
		position: absolute;
		top: 5%;
		right: -6%;
	}
	.side-color01{
		color: #d3b47e;
	}
	.side-color02{
		color: #ffffff;
	}
	.side-color03{
		color: #8e8b8e;
	}
	.item .img{
		width: 50%;
	}
	.item .data{
		width: 50%;
	}
	.item .data01{
		box-sizing: border-box;
		padding: 5% 7% 0 3%;
	}
	.item .data02{
		box-sizing: border-box;
		padding: 5% 3% 0 7%;
	}
	.item .data .title{
		width: 100%;
		font-size: 25px;
        letter-spacing: 3px;
		line-height: 1.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0% 0 5% 0%;
	}
	.item .data .line{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 0 0 5% 0%;
	}
	.item .data .line-b{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 0 0 5% 0%;
	}
	.item .data .txt{
		width: 100%;
		font-size: 15px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		margin: 0 0 15% 0%;
		text-align: justify;
	}

	/* item-d */
	.item-d{
		width: 70%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item-d .img-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 3% auto;
	}
	.item-d .img-box .img{
		width: 48%;
	}
	.item-d .data{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.item-d .data .data-l{
		width: 47%;
		position: relative;
		box-sizing: border-box;
		padding: 0 0 0 9%;
	}
	.item-d .data .data-l .side-txt{
		width: 50px;
		position: absolute;
		top: 0%;
		left: 0%;
	}
	.item-d .data .data-l .title{
		width: 100%;
		font-size: 25px;
        letter-spacing: 3px;
		line-height: 1.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0% 0 5% 0%;
	}
	.item-d .data .data-l .line{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 0 0 5% 0%;
	}
	.item-d .data .data-l .line02{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 0 0 5% 0%;
	}
	.item-d .data .data-l .txt{
		width: 100%;
		font-size: 15px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		margin: 0 0 15% 0%;
		text-align: justify;
	}
	.item-d .data .data-r{
		width: 45%;
	}


	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 80px;
		right: 10px;
        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;
	}


	/*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{
		color: #80a7d6;
		font-size: 16px;
		margin: 0 10px 0 0;
	}
	.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: 10px;
		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: #afa29b;
		border: .5px solid #afa29b;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #afa29b;
		color: #afa29b;
	}

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

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

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

	.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{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 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: .5px 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: .5px solid #000;
		border-radius: 3px;
    }
	.l-icon-w::before{
        content: url("../img/l-size-w.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: .5px solid #fff;
		border-radius: 3px;
    }
    .s-icon-w::before{
        content: url("../img/s-size-w.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: .5px solid #fff;
		border-radius: 3px;
    }

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		background: #f9f9f9;
		margin: 0 auto 5% auto;
	}
	.mv-logo{
		width: 10%;
		z-index: 10;
		margin: 0 auto;
		position: absolute;
		bottom: 5%;
		left: 0;
		right: 0;
	}
	.mv-img-box{
		width: 100%;
		position: relative;
		display: flex;
		justify-content: flex-start;
	}
	.mv-img-box div{
		width: 50%;
		position: relative;
	}
	.mv-title-box{
		width: 54%;
		top: 55%;
		-webkit-transform: translateY(-55%); /* Safari逕ｨ */
		transform: translateY(-55%);
		right: 0%;
		left: 0;
		margin: 0 auto;
		position: absolute;
	}
	.mv-title01{
		width: 55%;
		overflow: hidden;
		margin: 0 auto 10% auto;
	}
	.mv-title02{
		width: 100%;
		overflow: hidden;
		margin: 0 0 2% 0;
	}
	.mv-title03{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 10% 0;
	}
	.mv-title03 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title04{
		width: 50%;
		position: relative;
		overflow: hidden;
		margin: 0 auto;
	}

	/* read */
	.read{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 5% 0;
	}
	.read .txt{
		width: 100%;
		font-size: 19px;
		letter-spacing: 5px;
		line-height: 2.8em;
		text-align: center;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}

	/* top-nav */
	.top-nav{
		width: 60%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-list li{
		width: 44%;
	}
	.top-nav-list li a{
		width: 100%;
		position: relative;
		display: block;
	}
	.top-nav-list li a .img{
		width: 100%;
		overflow: hidden;
	}
	.top-nav-list li a .img img{
		transform: scale(1);
		transition: .3s;
	}
	.top-nav-list li a:hover .img img{
		transform: scale(1.05);
		transition: .3s;
	}
	.top-nav-list li a .title{
		width: 100%;
		position: absolute;
		bottom: 15%;
		left: 0;
		background: rgba(255, 255, 255, .7);
		backdrop-filter: blur(7px);
		-ms-backdrop-filter: blur(7px);
		-webkit-backdrop-filter: blur(7px);
	}

	/* door */
	.door{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		position: relative;
	}
	.door .txt-box{
		width: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 15%;
	}
	.door .txt-box .title{
		font-size: 30px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 1px;
		color: #846b5d;
		margin: 0 0 2% 0;
	}
	.door .txt-box .txt{
		font-size: 18px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
	}

	/* common */
	.all-wrap{
		width: 100%;
		position: relative;
		padding: 7% 0 0 0;
	}
	.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: #202843;
	}
	.bg._02 {
		background: #f6f2f1;
	}
	.bg._03 {
		background: #ffffff;
	}

	.rever{
		flex-direction: row-reverse;
	}

	.color-w{
		color: #fff;
	}
	/* item-t */
	.item-t{
		width: 83%;
		display: flex;
		justify-content: flex-start;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item-t .side-txt01{
		width: 50px;
		position: absolute;
		top: 5%;
		left: -55px;
	}
	.item-t .side-txt02{
		width: 50px;
		position: absolute;
		top: 5%;
		right: -55px;
	}
	.item-t .data01{
		width: 50%;
	}
	.item-t .data01 .img-r{
		width: 100%;
		border: 1px solid #fff;
		box-sizing: border-box;
		padding: 2% 2%;
		position: relative;
	}
	.item-t .data01 .img-r .icon{
		width: 100px;
		position: absolute;
		top: -80px;
		line-height: 0;
		left: 0;
	}
	.item-t .data01 .img-r .icon02{
		width: 100px;
		position: absolute;
		top: -80px;
		line-height: 0;
		right: 0 !important;
	}
	.item-t .data01 .title{
		width: 75%;
		font-size: 25px;
        letter-spacing: 3px;
		line-height: 1.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 10% 0 5% 5%;
	}
	.item-t .data01 .title02{
		margin: 10% 0 5% 20%;
	}
	.item-t .data01 .line{
		width: 75%;
		height: 1px;
		background: #fff;
		margin: 0 0 5% 5%;
	}
	.item-t .data01 .line-b{
		width: 75%;
		height: 1px;
		background: #000;
		margin: 0 0 5% 5%;
	}
	.item-t .data01 .line02{
		margin: 0 0 5% 20%;
	}
	.item-t .data01 .txt{
		width: 75%;
		font-size: 15px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		margin: 0 0 25% 5%;
		text-align: justify;
	}
	.item-t .data01 .txt02{
		margin: 0 0 25% 20%;
	}
	.item-t .data02{
		width: 50%;
	}
	.item-t .data02 .img{
		width: 110%;
		position: relative;
		left: -10%;
		z-index: 5;
		margin: 0 0 10% 0;
	}
	.item-t .data02 .img02{
		left: 0% !important;
	}
	.item-t .data02 .link-box01{
		width: 80%;
		margin: 0 0 0 20%;
	}
	.item-t .data02 .link-box02{
		width: 80%;
		margin: 0 0 0 0%;
	}

	/* item-w */
	.item-w{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item-w .img{
		width: 100%;
		overflow: hidden;
	}
	.item-w .data-w{
		width: 35%;
		position: absolute;
		top: 10%;
		right: 15%;
	}
	.item-w .data-w02{
		left: 15% !important;
	}
	.item-w .data-w .side-txt{
		width: 50px;
		position: absolute;
		top: 0%;
		right: 0%;
	}
	.item-w .data-w .side-txt02{
		width: 50px;
		position: absolute;
		top: 0%;
		left: 0%;
	}
	.item-w .data-w .title{
		width: 80%;
		position: relative;
		font-size: 25px;
        letter-spacing: 3px;
		line-height: 1.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	.item-w .data-w .title02{
		width: 80%;
		position: relative;
		font-size: 25px;
        letter-spacing: 3px;
		line-height: 1.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 5% 20%;
	}
	.item-w .data-w .line{
		width: 80%;
		height: 1px;
		background: #fff;
		margin: 0 0 5% 0;
	}
	.item-w .data-w .line02{
		width: 80%;
		height: 1px;
		background: #fff;
		margin: 0 0 5% 20%;
	}
	.item-w .data-w .txt{
		width: 80%;
		font-size: 15px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		text-align: justify;
		margin: 0 0 0 0;
	}
	.item-w .data-w .txt02{
		width: 80%;
		font-size: 15px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		text-align: justify;
		margin: 0 0 0 20%;
	}
	.item-w-n{
		width: 85%;
		display: flex;
		justify-content: flex-start;
		position: relative;
		margin: 0 auto -100px auto;
		top: -100px;
	}
	.item-w-n .img{
		width: 50%;
		border: 1px solid #fff;
		box-sizing: border-box;
		padding: 2% 2%;
		position: relative;
	}
	.item-w-n .img-non{
		border: none !important;
	}
	.item-w-n .icon{
		width: 100px;
		position: absolute;
		top: -80px;
		line-height: 0;
		right: 0;
		z-index: 10;
	}
	.item-w-n .data{
		width: 50%;
		box-sizing: border-box;
		padding: 30% 7% 0 3%;
	}

	/* item */
	.item{
		width: 85%;
		display: flex;
		justify-content: flex-start;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item .side-txt{
		width: 50px;
		position: absolute;
		top: 5%;
		left: -55px;
		display: block;
	}
	.item .side-txt02{
		width: 50px;
		position: absolute;
		top: 5%;
		right: -55px;
		display: block;
	}
	.side-color01{
		color: #d3b47e;
	}
	.side-color02{
		color: #ffffff;
	}
	.side-color03{
		color: #8e8b8e;
	}
	.item .img{
		width: 50%;
	}
	.item .data{
		width: 50%;
	}
	.item .data01{
		box-sizing: border-box;
		padding: 5% 7% 0 3%;
	}
	.item .data02{
		box-sizing: border-box;
		padding: 5% 3% 0 7%;
	}
	.item .data .title{
		width: 100%;
		font-size: 25px;
        letter-spacing: 3px;
		line-height: 1.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0% 0 5% 0%;
	}
	.item .data .line{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 0 0 5% 0%;
	}
	.item .data .line-b{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 0 0 5% 0%;
	}
	.item .data .txt{
		width: 100%;
		font-size: 15px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		margin: 0 0 15% 0%;
		text-align: justify;
	}

	/* item-d */
	.item-d{
		width: 85%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item-d .img-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 3% auto;
	}
	.item-d .img-box .img{
		width: 48%;
	}
	.item-d .data{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.item-d .data .data-l{
		width: 47%;
		position: relative;
		box-sizing: border-box;
		padding: 0 0 0 9%;
	}
	.item-d .data .data-l .side-txt{
		width: 50px;
		position: absolute;
		top: 0%;
		left: 0%;
	}
	.item-d .data .data-l .title{
		width: 100%;
		font-size: 25px;
        letter-spacing: 3px;
		line-height: 1.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0% 0 5% 0%;
	}
	.item-d .data .data-l .line{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 0 0 5% 0%;
	}
	.item-d .data .data-l .line02{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 0 0 5% 0%;
	}
	.item-d .data .data-l .txt{
		width: 100%;
		font-size: 15px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		margin: 0 0 15% 0%;
		text-align: justify;
	}
	.item-d .data .data-r{
		width: 45%;
	}


	/*sid-nav*/
    .side-nav{
		display: none;
	}
	.side-nav-in{
		display: none;
	}
	.side-nav-in li{
		display: none;
	}
	.side-nav-in li:last-child{
		display: none;
	}
	.side-nav-in a{
		display: none;
	}


	/*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{
		color: #80a7d6;
		font-size: 16px;
		margin: 0 10px 0 0;
	}
	.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: 10px;
		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: #afa29b;
		border: .5px solid #afa29b;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #afa29b;
		color: #afa29b;
	}

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

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

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

	.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{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 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 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;
    }
	.l-icon-w::before{
        content: url("../img/l-size-w.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 #fff;
		border-radius: 3px;
    }
    .s-icon-w::before{
        content: url("../img/s-size-w.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 #fff;
		border-radius: 3px;
    }

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		background: #f9f9f9;
		margin: 0 auto 5% auto;
	}
	.mv-logo{
		width: 30%;
		z-index: 10;
		margin: 0 auto;
		position: absolute;
		bottom: 5%;
		left: 0;
		right: 0;
	}
	.mv-img-box{
		width: 100%;
		position: relative;
	}

	.mv-title-box{
		width: 85%;
		bottom: 15%;
		right: 0%;
		left: 0;
		margin: 0 auto;
		position: absolute;
	}
	.mv-title01{
		width: 70%;
		overflow: hidden;
		line-height: 0;
		margin: 0 auto 7% auto;
	}
	.mv-title02{
		width: 100%;
		overflow: hidden;
		margin: 0 0 2% 0;
	}
	.mv-title03{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 7% 0;
	}
	.mv-title03 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title04{
		width: 90%;
		position: relative;
		overflow: hidden;
		line-height: 0;
		margin: 0 0 0 10%;
	}

	/* read */
	.read{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 0% 0;
		padding: 15% 0;
	}
	.read .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2.5em;
		text-align: center;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}

	/* top-nav */
	.top-nav{
		width: 90%;
		margin: 0 auto 15% auto;
		position: relative;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-list li{
		width: 47%;
	}
	.top-nav-list li a{
		width: 100%;
		position: relative;
		display: block;
	}
	.top-nav-list li a .img{
		width: 100%;
		overflow: hidden;
	}
	.top-nav-list li a .img img{
		transform: scale(1);
		transition: .3s;
	}
	.top-nav-list li a:hover .img img{
		transform: scale(1.05);
		transition: .3s;
	}
	.top-nav-list li a .title{
		width: 100%;
		position: absolute;
		bottom: 15%;
		left: 0;
		background: rgba(255, 255, 255, .7);
		backdrop-filter: blur(7px);
		-ms-backdrop-filter: blur(7px);
		-webkit-backdrop-filter: blur(7px);
	}

	/* door */
	.door{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 130px auto;
		position: relative;
		overflow: visible;
	}
	/* .door::after {
		content: '';
		position: absolute;
		bottom: -100px;
		left: 0;
		right: 0;
		height: 100px;
		background: linear-gradient(to bottom, 
		rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 0.9) 15%,
		rgba(255, 255, 255, 0.7) 30%,
		rgba(255, 255, 255, 0.5) 50%,
		rgba(255, 255, 255, 0.3) 70%,
		rgba(255, 255, 255, 0.1) 85%,
		rgba(255, 255, 255, 0) 100%
		);
		pointer-events: none;
	} */
	.door .txt-box{
		width: 100%;
	}
	.door .txt-box .title{
		font-size: 25px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 1px;
		color: #846b5d;
		margin: 0 0 5% 0;
		text-align: center;
	}
	.door .txt-box .txt{
		width: 85%;
		font-size: 15px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		text-align: justify;
		margin: 5% auto 0 auto;
	}
	.door .txt-box .txt br{
		display: none;
	}

	/* common */
	.all-wrap{
		width: 100%;
		position: relative;
		padding: 7% 0 0 0;
	}
	.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: #202843;
	}
	.bg._02 {
		background: #f6f2f1;
	}
	.bg._03 {
		background: #ffffff;
	}

	.rever{
		flex-direction: row-reverse;
	}

	.color-w{
		color: #fff;
	}
	/* item-t */
	.item-t{
		width: 100%;
		position: relative;
		margin: 0 auto 15% auto;
	}
	.item-t .data01 .side-txt01{
		width: 65%;
		line-height: 0;
		display: block;
		position: relative;
		left: 7.5%;
		margin: 0 0 5% 0;
	}
	.item-t .data01 .side-txt02{
		width: 65%;
		line-height: 0;
		display: block;
		margin: 0 0 5% 0;
		position: relative;
		left: 7.5%;
	}
	.item-t .data01{
		width: 100%;
	}
	.item-t .data02 .img-r{
		width: 85%;
		border: 1px solid #fff;
		box-sizing: border-box;
		padding: 2% 2%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item-t .data02 .img-r .icon{
		width: 80px;
		position: absolute;
		top: -60px;
		line-height: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.item-t .data02 .img-r .icon02{
		width: 80px;
		position: absolute;
		top: -60px;
		line-height: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.item-t .data01 .title{
		width: 100%;
		font-size: 27px;
        letter-spacing: 2px;
        line-height: 1.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0% 0 5% 0%;
		text-align: center;
	}
	.item-t .data01 .line{
		width: 85%;
		height: 1px;
		background: #fff;
		margin: 0 auto 5% auto;
	}
	.item-t .data01 .line-b{
		width: 85%;
		height: 1px;
		background: #000;
		margin: 0 auto 5% auto;
	}
	.item-t .data01 .txt{
		width: 85%;
        font-size: 14px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
        margin: 0 auto 20% auto;
        text-align: justify;
	}
	.item-t .data01 .txt-sp{
        margin: 0 auto 7% auto !important;
	}
	.item-t .data02{
		width: 100%;
	}
	.item-t .data01 .img{
		width: 100%;
		position: relative;
		margin: 0 0 7% 0;
	}
	.item-t .data02 .img02{
		left: 0% !important;
	}
	.item-t .data02 .link-box01{
		width: 85%;
		margin: 0 auto;
	}
	.item-t .data02 .link-box02{
		width: 85%;
		margin: 0 auto;
	}

	/* item-w */
	.item-w{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item-w .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 7% auto;
	}
	.item-w .data-w{
		width: 85%;
		margin: 0 auto;
	}
	.item-w .data-w02{
		left: 15% !important;
	}
	.item-w .data-w .side-txt{
		width: 75%;
		line-height: 0;
		display: block;
		position: relative;
		margin: 0 0 5% 0;
	}
	.item-w .data-w .side-txt02{
		width: 75%;
		line-height: 0;
		display: block;
		position: relative;
		margin: 0 0 5% 0;
	}
	.item-w .title{
		width: 100%;
		position: relative;
		font-size: 27px;
        letter-spacing: 3px;
		line-height: 1.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 5% 0;
		text-align: center;
	}
	.item-w .data-w .title02{
		width: 80%;
		position: relative;
		font-size: 25px;
        letter-spacing: 3px;
		line-height: 1.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 5% 20%;
	}
	.item-w .data-w .line{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 0 0 5% 0;
	}
	.item-w .data-w .line02{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 0 0 5% 0%;
	}
	.item-w .data-w .txt{
		width: 100%;
		font-size: 14px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		text-align: justify;
		margin: 0 auto;
	}
	.item-w .data-w .txt02{
		width: 100%;
		font-size: 14px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		text-align: justify;
		margin: 0 auto 7% auto;
	}
	.item-w .data-w .sp-m{
		margin: 0 auto 25% auto !important;
	}
	.item-w-n{
		width: 100%;
		position: relative;
		margin: 0 auto 15% auto;
	}
	.item-w-n .img{
		width: 85%;
		border: 1px solid #fff;
		box-sizing: border-box;
		padding: 2% 2%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item-w-n .img-non{
		border: none !important;
	}
	.item-w-n .icon{
		width: 80px;
        position: absolute;
        top: -60px;
        line-height: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
	}
	.item-w-n .data{
		width: 85%;
		box-sizing: border-box;
		margin: 0 auto;
	}

	/* item */
	.item{
		width: 100%;
		position: relative;
		margin: 0 auto 15% auto;
	}
	.item .data .side-txt{
		width: 80%;
		line-height: 0;
		display: block;
		margin: 0 0 5% 0;
	}
	.item .side-txt02{
		width: 80%;
		line-height: 0;
		display: block;
		margin: 0 0 5% 0;
	}
	.side-color01{
		color: #d3b47e;
	}
	.side-color02{
		color: #ffffff;
	}
	.side-color03{
		color: #8e8b8e;
	}
	.item .img{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.item .data{
		width: 85%;
		margin: 0 auto;
	}
	.item .title{
		width: 100%;
		font-size: 27px;
        letter-spacing: 2px;
		line-height: 1.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
		margin: 0% 0 7% 0%;
	}
	.item .data .line{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 0 0 5% 0%;
	}
	.item .data .line-b{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 0 0 5% 0%;
	}
	.item .data .txt{
		width: 100%;
		font-size: 14px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		margin: 0 0 5% 0%;
		text-align: justify;
	}

	/* item-d */
	.item-d{
		width: 100%;
		position: relative;
		margin: 0 auto 15% auto;
	}
	.item-d .img-box{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.item-d .img-box .img{
		width: 100%;
	}
	.item-d .data{
		width: 85%;
		margin: 0 auto;
	}
	.item-d .data .data-l{
		width: 100%;
		position: relative;
	}
	.item-d .data .data-l .side-txt{
		width: 75%;
		line-height: 0;
		display: block;
		position: relative;
		margin: 0 0 5% 0;
	}
	.item-d .title{
		width: 100%;
		font-size: 25px;
        letter-spacing: 3px;
		line-height: 1.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
		margin: 0% 0 5% 0%;
	}
	.item-d .data .data-l .line{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 0 0 5% 0%;
	}
	.item-d .data .data-l .line02{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 0 0 5% 0%;
	}
	.item-d .data .data-l .txt{
		width: 100%;
		font-size: 14px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		margin: 0 0 5% 0%;
		text-align: justify;
	}
	.item-d .data .data-r{
		width: 100%;
	}


	/*sid-nav*/
    .side-nav{
		display: none;
	}
	.side-nav-in{
		display: none;
	}
	.side-nav-in li{
		display: none;
	}
	.side-nav-in li:last-child{
		display: none;
	}
	.side-nav-in a{
		display: none;
	}


	/*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{
		color: #80a7d6;
		font-size: 16px;
		margin: 0 10px 0 0;
	}
	.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: 10px;
		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: #afa29b;
		border: .5px solid #afa29b;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #afa29b;
		color: #afa29b;
	}

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

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

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

	.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: 0 auto 7% 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-banner02*/
	.f-banner02{
		border-top: 1px solid rgba(0, 0, 0, .5);
		width: 100%;
		margin: 0 auto 10% auto;
		padding: 7% 0 0 0;
	}
	.f-banner02-list{
		width: 80%;
		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 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: 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: 8px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
        right: 10px;
        bottom: 10px;
        width: 40px;
        height: 40px;
        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;
	}

	.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(255, 255, 255, .8);
		box-sizing: border-box;
		border-right: 1px solid #eee;
	}
	.foot_fix_btn ul li:nth-child(2) {
		width: 50%;
		background: rgba(255, 255, 255, .8);
		box-sizing: border-box;
	}
	.foot_fix_btn ul li a {
		display: block;
		padding: 7px 0;
	}

}
