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: #0A1325;
	position: relative;
}
a{
	color: #000;
	text-decoration: none;
}
.is-hidden {
	opacity: 0;
    pointer-events: none; /* クリックできないように */
    transition: opacity 0.8s ease-in-out;
}
.item-s-sp{
	line-height: 0;
}
.item-s{
	line-height: 0;
}

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

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



/*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: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon02::before{
        content: url("../img/l-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon02::before{
        content: url("../img/s-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon03::before{
        content: url("../img/l-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon03::before{
        content: url("../img/s-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }


	/* header */
	.header{
		width: 100%;
		position: relative;
		overflow: hidden;
		background: rgba(240, 232, 228, 1);
		margin: 0 0 0% 0;
	}

	.mv-bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: linear-gradient(87deg, rgba(255,134,88,1) 0%, rgba(87,185,195,1) 100%);
		z-index: -1;
	}

	.mv-logo{
		width: 5%;
        position: absolute;
        top: 2%;
        right: 1%;
        line-height: 0;
        z-index: 10;
	}

	.mv-img-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
	}
	.mv-img{
		width: 25%;
	}

	.mv-title-box{
		width: 80%;
        position: absolute;
		bottom: 21%;
        left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 10;
	}
	.mv-title01{
		width: 37%;
		position: relative;
		margin: 0 0 1% 0;
	}
	.mv-title01 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title01 .on2{
		width: 100%;
		position: absolute;
		overflow: hidden;
		top: 0;
		left: 0;
	}
	.mv-title02{
		width: 73%;
        position: relative;
        left: 4%;
	}
	.mv-title03{
		width: 23%;
        position: absolute;
        bottom: 0;
        right: 0;
	}
	.mv-title03 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title04{
		width: 32%;
        position: absolute;
        bottom: -45%;
        right: -10%;
	}

	/* read */
	.read{
		width: 100%;
        position: relative;
        padding: 5% 0 5% 0;
        margin: 0 auto 5% auto;
		background: rgba(240, 232, 228, 1);
		mix-blend-mode: multiply;
	}
	.read .txt{
		width: 100%;
		font-size: 21px;
        letter-spacing: 8px;
        line-height: 2.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
		margin: 0 auto;
		color: #6f5236;
	}

	/* common */
	.common-left{
		width: 7%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(240, 232, 228, 1);
		z-index: -1;
	}
	.common-right{
		width: 7%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		background: rgba(240, 232, 228, 1);
		z-index: -1;
	}

	/* door */
	.door{
		width: 75%;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		padding: 2% 0;
	}
	.door-c{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		background: #a47763;
	}
	.door-l{
		width: 45%;
		position: relative;
	}
	.door-l .title-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.door-l .title-box li:nth-child(1){
		width: max-content;
	}
	.door-l .title-box li:nth-child(1) img{
		height: 60px;
	}
	.door-l .title-box li:nth-child(2){
		width: 60px;
		margin: 0 30px;
	}
	.door-l .title-box li:nth-child(3){
		width: max-content;
	}
	.door-l .title-box li:nth-child(3) img{
		height: 60px;
	}
	.door-l .color-box{
		width: 50px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 3% auto;
	}
	.door-l .color-box li{
		width: 10px;
		height: 10px;
		border-radius: 100px;
	}
	.door-l .color-box .color01{
		background: #6f5236;
	}
	.door-l .color-box .color02{
		background: #cdbbaa;
	}
	.door-l .color-box .color03{
		background: #6f5236;
	}
	.door-l .color-box .color04{
		background: #f0f0f0;
	}
	.door-l .color-box .color05{
		background: #a5ced3;
	}
	.door-l .color-box .color06{
		background: #f13543;
	}
	.door-l .sub-txt{
		font-size: 14px;
        letter-spacing: 2px;
        line-height: 1em;
        text-align: center;
	}
	.door-r{
		width: 45%;
		box-sizing: border-box;
		padding: 0 0 0 5%;
	}
	.door-r .txt01{
		font-size: 25px;
        letter-spacing: 2px;
        line-height: 1em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 4% 0;
	}
	.door-r .txt02{
		font-size: 35px;
        letter-spacing: 10px;
        line-height: 1.8em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.door-r .txt02 span{
		color: #a47763;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item */
	.item{
		width: 86%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: flex-start;
		position: relative;
	}
	.item .bg-icon01{
		width: 10%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
	}
	.item .bg-icon02{
		width: 10%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.item .img{
		width: 45%;
	}
	.item .data{
		width: 55%;
	}
	.item .data01{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 10% 0 7%;
	}
	.item .data02{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 10%;
	}
	.item .data .num{
		width: 250px;
		line-height: 0;
		margin: 0 0 10% 0;
	}
	.item .data .title01{
		width: max-content;
		position: relative;
		margin: 0 0 5% 0;
		box-sizing: border-box;
		padding: 0 2% 0 2%;
	}
	.item .data .title01-m{
		margin: 0 0 15% 0 !important;
	}
	.item .data .title01 .line01{
		width: 10px;
		height: 100%;
		position: absolute;
		top: 0;
		right: -20px;
		background: #a47763;
	}
	.item .data .title01 .line01-2{
		width: 10px;
		height: 100%;
		position: absolute;
		top: 0;
		left: -20px;
		background: #a47763;
	}
	.item .data .title01 .title01-txt{
		font-size: 30px;
        letter-spacing: 2px;
        line-height: 2em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #a47763;
	}
	.item .data .title02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 10% auto;
	}
	.item .data .title02 li:nth-child(1){
		width: 30px;
		margin: 0 20px 0 0;
	}
	.item .data .title02 li:nth-child(2){
		font-size: 30px;
        letter-spacing: 2px;
        line-height: 1em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.item .data .txt{
		width: 100%;
		font-size: 18px;
        letter-spacing: 2px;
        line-height: 2.2em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 10% 0;
	}

	/* item-t */
	.item-t{
		width: 75%;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.item-t .img{
		width: 100%;
	}
	.item-t .data{
		width: 35%;
		position: absolute;
		right: 5%;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari逕ｨ */
		transform: translateY(-50%);
	}
	.item-t .data02{
		left: 10% !important;
	}
	.item-t .data .num{
		width: 250px;
		line-height: 0;
		margin: 0 0 10% 0;
	}
	.item-t .data .num02{
		width: 250px;
		line-height: 0;
		position: relative;
		left: -20px;
		margin: 0 0 10% 0;
	}
	.item-t .data .title01{
		width: max-content;
		position: relative;
		margin: 0 0 5% 0;
		box-sizing: border-box;
		padding: 0 2% 0 2%;
	}
	.item-t .data .title01 .line01{
		width: 10px;
		height: 100%;
		position: absolute;
		top: 0;
		right: -20px;
		background: #a47763;
	}
	.item-t .data .title01 .line01-02{
		width: 10px;
		height: 100%;
		position: absolute;
		top: 0;
		right: -20px;
		background: #fff;
	}
	.item-t .data .title01 .line01-2{
		width: 10px;
		height: 100%;
		position: absolute;
		top: 0;
		left: -20px;
		background: #a47763;
	}
	.item-t .data .title01 .line01-2-02{
		width: 10px;
		height: 100%;
		position: absolute;
		top: 0;
		left: -20px;
		background: #fff;
	}
	.item-t .data .title01 .title01-txt{
		font-size: 30px;
        letter-spacing: 2px;
        line-height: 2em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #a47763;
	}
	.item-t .data .title01 .title01-txt02{
		font-size: 30px;
        letter-spacing: 2px;
        line-height: 2em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #fff;
	}
	.item-t .data .title02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 10% auto;
	}
	.item-t .data .title02 li:nth-child(1){
		width: 30px;
		margin: 0 20px 0 0;
	}
	.item-t .data .title02 li:nth-child(2){
		font-size: 30px;
        letter-spacing: 2px;
        line-height: 1em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #fff;
	}

	/* item-m */
	.item-m{
		width: 86%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: flex-start;
		position: relative;
		box-sizing: border-box;
		padding: 0 5.5%;
	}
	.item-m .bg-icon01{
		width: 10%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
	}
	.item-m .bg-icon02{
		width: 10%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.item-m .img{
		width: 45%;
	}
	.item-m .data{
		width: 55%;
	}
	.item-m .data01{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 10% 0 7%;
	}
	.item-m .data02{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 10%;
	}
	.item-m .data .txt{
		width: 100%;
		font-size: 18px;
        letter-spacing: 2px;
        line-height: 2.2em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 10% 0;
	}


	/* line */
	.u-line01{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -59%;
		background: #a47763;
		z-index: -1;
	}
	.u-line02{
		width: 280%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -20px;
		background: #a47763;
		z-index: -1;
	}
	.u-line03{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -63%;
		background: #a47763;
		z-index: -1;
	}
	.u-line04{
		width: calc(100% + 20px);
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
		background: #a47763;
		z-index: -1;
	}
	.u-line05{
		width: 280%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -20px;
		background: #a47763;
		z-index: -1;
	}
	.u-line06{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -63%;
		background: #a47763;
		z-index: -1;
	}
	.u-line07{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -63%;
		background: #a47763;
		z-index: -1;
	}
	.u-line08{
		width: 300%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -20px;
		background: #a47763;
		z-index: -1;
	}
	.u-line09{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -63%;
		background: #a47763;
		z-index: -1;
	}
	.u-line10{
		width: calc(100% + 20px);
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -20px;
		background: #fff;
		z-index: -1;
	}
	.u-line11{
		width: 300%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -20px;
		background: #a47763;
		z-index: -1;
	}
	.u-line12{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -63%;
		background: #a47763;
		z-index: -1;
	}
	.u-line13{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -63%;
		background: #a47763;
		z-index: -1;
	}
	.u-line14{
		width: 180%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -20px;
		background: #a47763;
		z-index: -1;
	}
	.u-line15{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -63%;
		background: #a47763;
		z-index: -1;
	}

	/*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;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 10px;
		margin: 0 0 0 5px;
        display: inline-block;
		position: relative;
		top: -1px;
	}
    .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 span{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #a0a0a0;
		margin: 10px 0 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		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: #fff;
		border-color: #000;
		color: #000;
	}

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

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

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

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

	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #f13543;
		border: .5px solid #f13543;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn05 {
		background: #fff;
		border-color: #f13543;
		color: #f13543;
	}
	
	.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: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon02::before{
        content: url("../img/l-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon02::before{
        content: url("../img/s-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon03::before{
        content: url("../img/l-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon03::before{
        content: url("../img/s-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }


	/* header */
	.header{
		width: 100%;
		position: relative;
		overflow: hidden;
		background: rgba(240, 232, 228, 1);
		margin: 0 0 0% 0;
	}

	.mv-bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: linear-gradient(87deg, rgba(255,134,88,1) 0%, rgba(87,185,195,1) 100%);
		z-index: -1;
	}

	.mv-logo{
		width: 5%;
        position: absolute;
        top: 2%;
        right: 1%;
        line-height: 0;
        z-index: 10;
	}

	.mv-img-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
	}
	.mv-img{
		width: 25%;
	}

	.mv-title-box{
		width: 80%;
        position: absolute;
		bottom: 21%;
        left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 10;
	}
	.mv-title01{
		width: 37%;
		position: relative;
		margin: 0 0 1% 0;
	}
	.mv-title01 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title01 .on2{
		width: 100%;
		position: absolute;
		overflow: hidden;
		top: 0;
		left: 0;
	}
	.mv-title02{
		width: 73%;
        position: relative;
        left: 4%;
	}
	.mv-title03{
		width: 23%;
        position: absolute;
        bottom: 0;
        right: 0;
	}
	.mv-title03 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title04{
		width: 32%;
        position: absolute;
        bottom: -45%;
        right: -10%;
	}

	/* read */
	.read{
		width: 100%;
        position: relative;
        padding: 5% 0 5% 0;
        margin: 0 auto 5% auto;
		background: rgba(240, 232, 228, 1);
		mix-blend-mode: multiply;
	}
	.read .txt{
		width: 100%;
		font-size: 21px;
        letter-spacing: 8px;
        line-height: 2.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
		margin: 0 auto;
		color: #6f5236;
	}

	/* common */
	.common-left{
		width: 7%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(240, 232, 228, 1);
		z-index: -1;
	}
	.common-right{
		width: 7%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		background: rgba(240, 232, 228, 1);
		z-index: -1;
	}

	/* door */
	.door{
		width: 75%;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		padding: 2% 0;
	}
	.door-c{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		background: #a47763;
	}
	.door-l{
		width: 45%;
		position: relative;
	}
	.door-l .title-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.door-l .title-box li:nth-child(1){
		width: max-content;
	}
	.door-l .title-box li:nth-child(1) img{
		height: 60px;
	}
	.door-l .title-box li:nth-child(2){
		width: 60px;
		margin: 0 30px;
	}
	.door-l .title-box li:nth-child(3){
		width: max-content;
	}
	.door-l .title-box li:nth-child(3) img{
		height: 60px;
	}
	.door-l .color-box{
		width: 50px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 3% auto;
	}
	.door-l .color-box li{
		width: 10px;
		height: 10px;
		border-radius: 100px;
	}
	.door-l .color-box .color01{
		background: #6f5236;
	}
	.door-l .color-box .color02{
		background: #cdbbaa;
	}
	.door-l .color-box .color03{
		background: #6f5236;
	}
	.door-l .color-box .color04{
		background: #f0f0f0;
	}
	.door-l .color-box .color05{
		background: #a5ced3;
	}
	.door-l .color-box .color06{
		background: #f13543;
	}
	.door-l .sub-txt{
		font-size: 14px;
        letter-spacing: 2px;
        line-height: 1em;
        text-align: center;
	}
	.door-r{
		width: 45%;
		box-sizing: border-box;
		padding: 0 0 0 5%;
	}
	.door-r .txt01{
		font-size: 25px;
        letter-spacing: 2px;
        line-height: 1em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 4% 0;
	}
	.door-r .txt02{
		font-size: 35px;
        letter-spacing: 10px;
        line-height: 1.8em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.door-r .txt02 span{
		color: #a47763;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item */
	.item{
		width: 86%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: flex-start;
		position: relative;
	}
	.item .bg-icon01{
		width: 10%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
	}
	.item .bg-icon02{
		width: 10%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.item .img{
		width: 45%;
	}
	.item .data{
		width: 55%;
	}
	.item .data01{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 13% 0 7%;
	}
	.item .data02{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 13%;
	}
	.item .data .num{
		width: 250px;
		line-height: 0;
		margin: 0 0 10% 0;
	}
	.item .data .title01{
		width: max-content;
		position: relative;
		margin: 0 0 7% 0;
		box-sizing: border-box;
		padding: 2% 2% 2% 2%;
	}
	.item .data .title01-m{
		margin: 0 0 15% 0 !important;
	}
	.item .data .title01 .line01{
		width: 10px;
		height: 100%;
		position: absolute;
		top: 0;
		right: -20px;
		background: #a47763;
	}
	.item .data .title01 .line01-2{
		width: 10px;
		height: 100%;
		position: absolute;
		top: 0;
		left: -20px;
		background: #a47763;
	}
	.item .data .title01 .title01-txt{
		font-size: 30px;
        letter-spacing: 2px;
        line-height: 1.5em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #a47763;
	}
	.item .data .title02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 15% auto;
	}
	.item .data .title02 li:nth-child(1){
		width: 30px;
		margin: 0 20px 0 0;
	}
	.item .data .title02 li:nth-child(2){
		font-size: 30px;
        letter-spacing: 2px;
        line-height: 1em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.item .data .txt{
		width: 100%;
		font-size: 18px;
        letter-spacing: 2px;
        line-height: 2.2em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 15% 0;
	}

	/* item-t */
	.item-t{
		width: 75%;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.item-t .img{
		width: 100%;
	}
	.item-t .data{
		width: 35%;
		position: absolute;
		right: 5%;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari逕ｨ */
		transform: translateY(-50%);
	}
	.item-t .data02{
		left: 10% !important;
	}
	.item-t .data .num{
		width: 250px;
		line-height: 0;
		margin: 0 0 10% 0;
	}
	.item-t .data .num02{
		width: 250px;
		line-height: 0;
		position: relative;
		left: -20px;
		margin: 0 0 10% 0;
	}
	.item-t .data .title01{
		width: max-content;
		position: relative;
		margin: 0 0 5% 0;
		box-sizing: border-box;
		padding: 0 2% 0 2%;
	}
	.item-t .data .title01 .line01{
		width: 10px;
		height: 100%;
		position: absolute;
		top: 0;
		right: -20px;
		background: #a47763;
	}
	.item-t .data .title01 .line01-02{
		width: 10px;
		height: 100%;
		position: absolute;
		top: 0;
		right: -20px;
		background: #fff;
	}
	.item-t .data .title01 .line01-2{
		width: 10px;
		height: 100%;
		position: absolute;
		top: 0;
		left: -20px;
		background: #a47763;
	}
	.item-t .data .title01 .line01-2-02{
		width: 10px;
		height: 100%;
		position: absolute;
		top: 0;
		left: -20px;
		background: #fff;
	}
	.item-t .data .title01 .title01-txt{
		font-size: 30px;
        letter-spacing: 2px;
        line-height: 2em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #a47763;
	}
	.item-t .data .title01 .title01-txt02{
		font-size: 30px;
        letter-spacing: 2px;
        line-height: 2em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #fff;
	}
	.item-t .data .title02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 10% auto;
	}
	.item-t .data .title02 li:nth-child(1){
		width: 30px;
		margin: 0 20px 0 0;
	}
	.item-t .data .title02 li:nth-child(2){
		font-size: 30px;
        letter-spacing: 2px;
        line-height: 1em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #fff;
	}

	/* item-m */
	.item-m{
		width: 86%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: flex-start;
		position: relative;
		box-sizing: border-box;
		padding: 0 5.5%;
	}
	.item-m .bg-icon01{
		width: 10%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
	}
	.item-m .bg-icon02{
		width: 10%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.item-m .img{
		width: 45%;
	}
	.item-m .data{
		width: 55%;
	}
	.item-m .data01{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 10% 0 7%;
	}
	.item-m .data02{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 10%;
	}
	.item-m .data .txt{
		width: 100%;
		font-size: 18px;
        letter-spacing: 2px;
        line-height: 2.2em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 10% 0;
	}


	/* line */
	.u-line01{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -59%;
		background: #a47763;
		z-index: -1;
	}
	.u-line02{
		width: 280%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -20px;
		background: #a47763;
		z-index: -1;
	}
	.u-line03{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -63%;
		background: #a47763;
		z-index: -1;
	}
	.u-line04{
		width: calc(100% + 20px);
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
		background: #a47763;
		z-index: -1;
	}
	.u-line05{
		width: 280%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -20px;
		background: #a47763;
		z-index: -1;
	}
	.u-line06{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -63%;
		background: #a47763;
		z-index: -1;
	}
	.u-line07{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -63%;
		background: #a47763;
		z-index: -1;
	}
	.u-line08{
		width: 300%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -20px;
		background: #a47763;
		z-index: -1;
	}
	.u-line09{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -63%;
		background: #a47763;
		z-index: -1;
	}
	.u-line10{
		width: calc(100% + 20px);
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -20px;
		background: #fff;
		z-index: -1;
	}
	.u-line11{
		width: 300%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -20px;
		background: #a47763;
		z-index: -1;
	}
	.u-line12{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -63%;
		background: #a47763;
		z-index: -1;
	}
	.u-line13{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -63%;
		background: #a47763;
		z-index: -1;
	}
	.u-line14{
		width: 180%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -20px;
		background: #a47763;
		z-index: -1;
	}
	.u-line15{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -63%;
		background: #a47763;
		z-index: -1;
	}

	/*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;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 10px;
		margin: 0 0 0 5px;
        display: inline-block;
		position: relative;
		top: -1px;
	}
    .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 span{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #a0a0a0;
		margin: 10px 0 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		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: #fff;
		border-color: #000;
		color: #000;
	}

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

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

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

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

	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #f13543;
		border: .5px solid #f13543;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn05 {
		background: #fff;
		border-color: #f13543;
		color: #f13543;
	}
	
	.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: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon02::before{
        content: url("../img/l-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon02::before{
        content: url("../img/s-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon03::before{
        content: url("../img/l-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon03::before{
        content: url("../img/s-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }


	/* header */
	.header{
		width: 100%;
		position: relative;
		overflow: hidden;
		background: rgba(240, 232, 228, 1);
		margin: 0 0 0% 0;
	}

	.mv-bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: linear-gradient(87deg, rgba(255,134,88,1) 0%, rgba(87,185,195,1) 100%);
		z-index: -1;
	}

	.mv-logo{
		width: 5%;
        position: absolute;
        top: 2%;
        right: 1%;
        line-height: 0;
        z-index: 10;
	}

	.mv-img-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
	}
	.mv-img{
		width: 25%;
	}

	.mv-title-box{
		width: 80%;
        position: absolute;
		bottom: 21%;
        left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 10;
	}
	.mv-title01{
		width: 37%;
		position: relative;
		margin: 0 0 1% 0;
	}
	.mv-title01 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title01 .on2{
		width: 100%;
		position: absolute;
		overflow: hidden;
		top: 0;
		left: 0;
	}
	.mv-title02{
		width: 73%;
        position: relative;
        left: 4%;
	}
	.mv-title03{
		width: 23%;
        position: absolute;
        bottom: 0;
        right: 0;
	}
	.mv-title03 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title04{
		width: 32%;
        position: absolute;
        bottom: -45%;
        right: -10%;
	}

	/* read */
	.read{
		width: 100%;
        position: relative;
        padding: 5% 0 5% 0;
        margin: 0 auto 5% auto;
		background: rgba(240, 232, 228, 1);
		mix-blend-mode: multiply;
	}
	.read .txt{
		width: 100%;
		font-size: 18px;
        letter-spacing: 5px;
        line-height: 2.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
		margin: 0 auto;
		color: #6f5236;
	}

	/* common */
	.common-left{
		width: 5%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(240, 232, 228, 1);
		z-index: -1;
	}
	.common-right{
		width: 5%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		background: rgba(240, 232, 228, 1);
		z-index: -1;
	}

	/* door */
	.door{
		width: 85%;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		padding: 2% 0;
	}
	.door-c{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		background: #a47763;
	}
	.door-l{
		width: 45%;
		position: relative;
	}
	.door-l .title-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.door-l .title-box li:nth-child(1){
		width: max-content;
	}
	.door-l .title-box li:nth-child(1) img{
		height: 45px;
	}
	.door-l .title-box li:nth-child(2){
		width: 50px;
		margin: 0 30px;
	}
	.door-l .title-box li:nth-child(3){
		width: max-content;
	}
	.door-l .title-box li:nth-child(3) img{
		height: 45px;
	}
	.door-l .color-box{
		width: 50px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 3% auto;
	}
	.door-l .color-box li{
		width: 10px;
		height: 10px;
		border-radius: 100px;
	}
	.door-l .color-box .color01{
		background: #6f5236;
	}
	.door-l .color-box .color02{
		background: #cdbbaa;
	}
	.door-l .color-box .color03{
		background: #6f5236;
	}
	.door-l .color-box .color04{
		background: #f0f0f0;
	}
	.door-l .color-box .color05{
		background: #a5ced3;
	}
	.door-l .color-box .color06{
		background: #f13543;
	}
	.door-l .sub-txt{
		font-size: 14px;
        letter-spacing: 2px;
        line-height: 1em;
        text-align: center;
	}
	.door-r{
		width: 45%;
		box-sizing: border-box;
	}
	.door-r .txt01{
		font-size: 21px;
        letter-spacing: 2px;
        line-height: 1em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 4% 0;
	}
	.door-r .txt02{
		font-size: 30px;
        letter-spacing: 10px;
        line-height: 1.8em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.door-r .txt02 span{
		color: #a47763;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item */
	.item{
		width: 90%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: flex-start;
		position: relative;
	}
	.item .bg-icon01{
		width: 9%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
	}
	.item .bg-icon02{
		width: 9%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.item .img{
		width: 50%;
	}
	.item .data{
		width: 50%;
	}
	.item .data01{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 7%;
	}
	.item .data02{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 7%;
	}
	.item .data .num{
		width: 210px;
		line-height: 0;
		margin: 0 0 10% 0;
	}
	.item .data .title01{
		width: max-content;
		position: relative;
		margin: 0 0 5% 0;
		box-sizing: border-box;
		padding: 0 2% 0 2%;
	}
	.item .data .title01 .line01{
		width: 5px;
		height: 100%;
		position: absolute;
		top: 0;
		right: -10px;
		background: #a47763;
	}
	.item .data .title01 .line01-2{
		width: 5px;
		height: 100%;
		position: absolute;
		top: 0;
		left: -10px;
		background: #a47763;
	}
	.item .data .title01 .title01-txt{
		font-size: 25px;
        letter-spacing: 2px;
        line-height: 2em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #a47763;
	}
	.item .data .title02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 12% auto;
	}
	.item .data .title02 li:nth-child(1){
		width: 30px;
		margin: 0 20px 0 0;
	}
	.item .data .title02 li:nth-child(2){
		font-size: 25px;
        letter-spacing: 2px;
        line-height: 1em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.item .data .txt{
		width: 100%;
		font-size: 16px;
        letter-spacing: 2px;
        line-height: 2.2em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 12% 0;
	}

	/* item-t */
	.item-t{
		width: 85%;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.item-t .img{
		width: 100%;
	}
	.item-t .data{
		width: 35%;
		position: absolute;
		right: 5%;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari逕ｨ */
		transform: translateY(-50%);
	}
	.item-t .data02{
		left: 10% !important;
	}
	.item-t .data .num{
		width: 210px;
		line-height: 0;
		margin: 0 0 10% 0;
	}
	.item-t .data .num02{
		width: 210px;
		line-height: 0;
		position: relative;
		left: -20px;
		margin: 0 0 10% 0;
	}
	.item-t .data .title01{
		width: max-content;
		position: relative;
		margin: 0 0 5% 0;
		box-sizing: border-box;
		padding: 0 2% 0 2%;
	}
	.item-t .data .title01 .line01{
		width: 5px;
		height: 100%;
		position: absolute;
		top: 0;
		right: -10px;
		background: #a47763;
	}
	.item-t .data .title01 .line01-02{
		width: 5px;
		height: 100%;
		position: absolute;
		top: 0;
		right: -10px;
		background: #fff;
	}
	.item-t .data .title01 .line01-2{
		width: 5px;
		height: 100%;
		position: absolute;
		top: 0;
		left: -10px;
		background: #a47763;
	}
	.item-t .data .title01 .line01-2-02{
		width: 5px;
		height: 100%;
		position: absolute;
		top: 0;
		left: -10px;
		background: #fff;
	}
	.item-t .data .title01 .title01-txt{
		font-size: 25px;
        letter-spacing: 2px;
        line-height: 2em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #a47763;
	}
	.item-t .data .title01 .title01-txt02{
		font-size: 25px;
        letter-spacing: 2px;
        line-height: 2em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #fff;
	}
	.item-t .data .title02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 10% auto;
	}
	.item-t .data .title02 li:nth-child(1){
		width: 30px;
		margin: 0 20px 0 0;
	}
	.item-t .data .title02 li:nth-child(2){
		font-size: 25px;
        letter-spacing: 2px;
        line-height: 1em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #fff;
	}

	/* item-m */
	.item-m{
		width: 85%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: flex-start;
		position: relative;
		box-sizing: border-box;
	}
	.item-m .bg-icon01{
		width: 10%;
		position: absolute;
		top: 0;
		right: -2.5%;
		z-index: -1;
	}
	.item-m .bg-icon02{
		width: 10%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.item-m .img{
		width: 45%;
	}
	.item-m .data{
		width: 55%;
	}
	.item-m .data01{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 7%;
	}
	.item-m .data02{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 7%;
	}
	.item-m .data .txt{
		width: 100%;
		font-size: 16px;
        letter-spacing: 2px;
        line-height: 2.2em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 10% 0;
	}


	/* line */
	.u-line01{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -64%;
		background: #a47763;
		z-index: -1;
	}
	.u-line02{
		width: 280%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -10px;
		background: #a47763;
		z-index: -1;
	}
	.u-line03{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -67%;
		background: #a47763;
		z-index: -1;
	}
	.u-line04{
		width: calc(100% + 10px);
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
		background: #a47763;
		z-index: -1;
	}
	.u-line05{
		width: 280%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -10px;
		background: #a47763;
		z-index: -1;
	}
	.u-line06{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -67%;
		background: #a47763;
		z-index: -1;
	}
	.u-line07{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -67%;
		background: #a47763;
		z-index: -1;
	}
	.u-line08{
		width: 300%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -10px;
		background: #a47763;
		z-index: -1;
	}
	.u-line09{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -63%;
		background: #a47763;
		z-index: -1;
	}
	.u-line10{
		width: calc(100% + 10px);
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -10px;
		background: #fff;
		z-index: -1;
	}
	.u-line11{
		width: 300%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -10px;
		background: #a47763;
		z-index: -1;
	}
	.u-line12{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -67%;
		background: #a47763;
		z-index: -1;
	}
	.u-line13{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -67%;
		background: #a47763;
		z-index: -1;
	}
	.u-line14{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -10px;
		background: #a47763;
		z-index: -1;
	}
	.u-line15{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -67%;
		background: #a47763;
		z-index: -1;
	}

	/*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;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 10px;
		margin: 0 0 0 5px;
        display: inline-block;
		position: relative;
		top: -1px;
	}
    .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 span{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #a0a0a0;
		margin: 10px 0 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		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: #fff;
		border-color: #000;
		color: #000;
	}

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

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

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

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

	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #f13543;
		border: .5px solid #f13543;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn05 {
		background: #fff;
		border-color: #f13543;
		color: #f13543;
	}
	
	.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: 90%;
		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: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon02::before{
        content: url("../img/l-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon02::before{
        content: url("../img/s-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon03::before{
        content: url("../img/l-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon03::before{
        content: url("../img/s-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }


	/* header */
	.header{
		width: 100%;
		position: relative;
		overflow: hidden;
		background: rgba(240, 232, 228, 1);
		margin: 0 0 0% 0;
	}

	.mv-bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: linear-gradient(87deg, rgba(255,134,88,1) 0%, rgba(87,185,195,1) 100%);
		z-index: -1;
	}

	.mv-logo{
		width: 5%;
        position: absolute;
        top: 2%;
        right: 1%;
        line-height: 0;
        z-index: 10;
	}

	.mv-img-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
	}
	.mv-img{
		width: 25%;
	}

	.mv-title-box{
		width: 80%;
        position: absolute;
		bottom: 15%;
        left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 10;
	}
	.mv-title01{
		width: 37%;
		position: relative;
		margin: 0 0 1% 0;
	}
	.mv-title01 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title01 .on2{
		width: 100%;
		position: absolute;
		overflow: hidden;
		top: 0;
		left: 0;
	}
	.mv-title02{
		width: 73%;
        position: relative;
        left: 4%;
	}
	.mv-title03{
		width: 23%;
        position: absolute;
        bottom: 0;
        right: 0;
	}
	.mv-title03 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title04{
		width: 32%;
        position: absolute;
        bottom: -45%;
        right: -10%;
	}

	/* read */
	.read{
		width: 100%;
        position: relative;
        padding: 5% 0 5% 0;
        margin: 0 auto 5% auto;
		background: rgba(240, 232, 228, 1);
		mix-blend-mode: multiply;
	}
	.read .txt{
		width: 100%;
		font-size: 18px;
        letter-spacing: 5px;
        line-height: 2.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
		margin: 0 auto;
		color: #6f5236;
	}

	/* common */
	.common-left{
		width: 2%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(240, 232, 228, 1);
		z-index: -1;
	}
	.common-right{
		width: 2%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		background: rgba(240, 232, 228, 1);
		z-index: -1;
	}

	/* door */
	.door{
		width: 85%;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		padding: 2% 0;
	}
	.door-c{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		background: #a47763;
	}
	.door-l{
		width: 45%;
		position: relative;
	}
	.door-l .title-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.door-l .title-box li:nth-child(1){
		width: max-content;
	}
	.door-l .title-box li:nth-child(1) img{
		height: 45px;
	}
	.door-l .title-box li:nth-child(2){
		width: 50px;
		margin: 0 30px;
	}
	.door-l .title-box li:nth-child(3){
		width: max-content;
	}
	.door-l .title-box li:nth-child(3) img{
		height: 45px;
	}
	.door-l .color-box{
		width: 50px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 3% auto;
	}
	.door-l .color-box li{
		width: 10px;
		height: 10px;
		border-radius: 100px;
	}
	.door-l .color-box .color01{
		background: #6f5236;
	}
	.door-l .color-box .color02{
		background: #cdbbaa;
	}
	.door-l .color-box .color03{
		background: #6f5236;
	}
	.door-l .color-box .color04{
		background: #f0f0f0;
	}
	.door-l .color-box .color05{
		background: #a5ced3;
	}
	.door-l .color-box .color06{
		background: #f13543;
	}
	.door-l .sub-txt{
		font-size: 14px;
        letter-spacing: 2px;
        line-height: 1em;
        text-align: center;
	}
	.door-r{
		width: 45%;
		box-sizing: border-box;
	}
	.door-r .txt01{
		font-size: 18px;
        letter-spacing: 2px;
        line-height: 1em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 4% 0;
	}
	.door-r .txt02{
		font-size: 25px;
        letter-spacing: 10px;
        line-height: 1.8em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.door-r .txt02 span{
		color: #a47763;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item */
	.item{
		width: 96%;
		margin: 0 auto 15% auto;
		display: flex;
		justify-content: flex-start;
		position: relative;
	}
	.item .bg-icon01{
		width: 9%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
	}
	.item .bg-icon02{
		width: 9%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.item .img{
		width: 50%;
	}
	.item .data{
		width: 50%;
	}
	.item .data01{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 7%;
	}
	.item .data02{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 7%;
	}
	.item .data .num{
		width: 210px;
		line-height: 0;
		margin: 0 0 10% 0;
	}
	.item .data .title01{
		width: max-content;
		position: relative;
		margin: 0 0 5% 0;
		box-sizing: border-box;
		padding: 0 2% 0 2%;
	}
	.item .data .title01 .line01{
		width: 5px;
		height: 100%;
		position: absolute;
		top: 0;
		right: -10px;
		background: #a47763;
	}
	.item .data .title01 .line01-2{
		width: 5px;
		height: 100%;
		position: absolute;
		top: 0;
		left: -10px;
		background: #a47763;
	}
	.item .data .title01 .title01-txt{
		font-size: 25px;
        letter-spacing: 2px;
        line-height: 2em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #a47763;
	}
	.item .data .title02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 10% auto;
	}
	.item .data .title02 li:nth-child(1){
		width: 30px;
		margin: 0 20px 0 0;
	}
	.item .data .title02 li:nth-child(2){
		font-size: 25px;
        letter-spacing: 2px;
        line-height: 1em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.item .data .txt{
		width: 100%;
		font-size: 16px;
        letter-spacing: 2px;
        line-height: 2.2em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 10% 0;
	}

	/* item-t */
	.item-t{
		width: 90%;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.item-t .img{
		width: 100%;
	}
	.item-t .data{
		width: 35%;
		position: absolute;
		right: 5%;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari逕ｨ */
		transform: translateY(-50%);
	}
	.item-t .data02{
		left: 10% !important;
	}
	.item-t .data .num{
		width: 210px;
		line-height: 0;
		margin: 0 0 10% 0;
	}
	.item-t .data .num02{
		width: 210px;
		line-height: 0;
		position: relative;
		left: -20px;
		margin: 0 0 10% 0;
	}
	.item-t .data .title01{
		width: max-content;
		position: relative;
		margin: 0 0 5% 0;
		box-sizing: border-box;
		padding: 0 2% 0 2%;
	}
	.item-t .data .title01 .line01{
		width: 5px;
		height: 100%;
		position: absolute;
		top: 0;
		right: -10px;
		background: #a47763;
	}
	.item-t .data .title01 .line01-02{
		width: 5px;
		height: 100%;
		position: absolute;
		top: 0;
		right: -10px;
		background: #fff;
	}
	.item-t .data .title01 .line01-2{
		width: 5px;
		height: 100%;
		position: absolute;
		top: 0;
		left: -10px;
		background: #a47763;
	}
	.item-t .data .title01 .line01-2-02{
		width: 5px;
		height: 100%;
		position: absolute;
		top: 0;
		left: -10px;
		background: #fff;
	}
	.item-t .data .title01 .title01-txt{
		font-size: 25px;
        letter-spacing: 2px;
        line-height: 2em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #a47763;
	}
	.item-t .data .title01 .title01-txt02{
		font-size: 25px;
        letter-spacing: 2px;
        line-height: 2em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #fff;
	}
	.item-t .data .title02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 10% auto;
	}
	.item-t .data .title02 li:nth-child(1){
		width: 30px;
		margin: 0 20px 0 0;
	}
	.item-t .data .title02 li:nth-child(2){
		font-size: 25px;
        letter-spacing: 2px;
        line-height: 1em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #fff;
	}

	/* item-m */
	.item-m{
		width: 90%;
		margin: 0 auto 15% auto;
		display: flex;
		justify-content: flex-start;
		position: relative;
		box-sizing: border-box;
	}
	.item-m .bg-icon01{
		width: 10%;
		position: absolute;
		top: 0;
		right: -2.5%;
		z-index: -1;
	}
	.item-m .bg-icon02{
		width: 10%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.item-m .img{
		width: 45%;
	}
	.item-m .data{
		width: 55%;
	}
	.item-m .data01{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 7%;
	}
	.item-m .data02{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 7%;
	}
	.item-m .data .txt{
		width: 100%;
		font-size: 16px;
        letter-spacing: 2px;
        line-height: 2.2em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 10% 0;
	}


	/* line */
	.u-line01{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -64%;
		background: #a47763;
		z-index: -1;
	}
	.u-line02{
		width: 280%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -10px;
		background: #a47763;
		z-index: -1;
	}
	.u-line03{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -67%;
		background: #a47763;
		z-index: -1;
	}
	.u-line04{
		width: calc(100% + 10px);
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
		background: #a47763;
		z-index: -1;
	}
	.u-line05{
		width: 280%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -10px;
		background: #a47763;
		z-index: -1;
	}
	.u-line06{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -67%;
		background: #a47763;
		z-index: -1;
	}
	.u-line07{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -67%;
		background: #a47763;
		z-index: -1;
	}
	.u-line08{
		width: 300%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -10px;
		background: #a47763;
		z-index: -1;
	}
	.u-line09{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -63%;
		background: #a47763;
		z-index: -1;
	}
	.u-line10{
		width: calc(100% + 10px);
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -10px;
		background: #fff;
		z-index: -1;
	}
	.u-line11{
		width: 300%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -10px;
		background: #a47763;
		z-index: -1;
	}
	.u-line12{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -67%;
		background: #a47763;
		z-index: -1;
	}
	.u-line13{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -67%;
		background: #a47763;
		z-index: -1;
	}
	.u-line14{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -10px;
		background: #a47763;
		z-index: -1;
	}
	.u-line15{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -67%;
		background: #a47763;
		z-index: -1;
	}

	/*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;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 10px;
		margin: 0 0 0 5px;
        display: inline-block;
		position: relative;
		top: -1px;
	}
    .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 span{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #a0a0a0;
		margin: 10px 0 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		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: #fff;
		border-color: #000;
		color: #000;
	}

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

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

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

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

	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #f13543;
		border: .5px solid #f13543;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn05 {
		background: #fff;
		border-color: #f13543;
		color: #f13543;
	}
	
	.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: 90%;
		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: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon02::before{
        content: url("../img/l-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon02::before{
        content: url("../img/s-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon03::before{
        content: url("../img/l-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon03::before{
        content: url("../img/s-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }

	/* header */
	.header{
		width: 100%;
		position: relative;
		overflow: hidden;
		background: rgba(240, 232, 228, 1);
		margin: 0 0 0% 0;
	}

	.mv-bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: linear-gradient(87deg, rgba(255,134,88,1) 0%, rgba(87,185,195,1) 100%);
		z-index: -1;
	}

	.mv-logo{
		width: 15%;
        position: absolute;
        top: 1%;
        right: 1%;
        line-height: 0;
        z-index: 10;
	}

	.mv-img-box{
		width: 100%;
		margin: 0 auto;
	}

	.mv-title-box{
		width: 100%;
        position: absolute;
		bottom: 10%;
        left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 10;
	}
	.mv-title01{
		width: 70%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.mv-title01 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title01 .on2{
		width: 100%;
		position: absolute;
		overflow: hidden;
		top: 0;
		left: 0;
	}
	.mv-title02{
		width: 75%;
		margin: 0 auto 5% auto;
	}
	.sp-obi{
		width: 100%;
		background: rgba(255, 255, 255, .8);
		padding: 5% 0;
		position: relative;
	}
	.mv-title03{
		width: 50%;
        position: relative;
        left: 10%;
	}
	.mv-title03 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title04{
		width: 55%;
        position: absolute;
        bottom: 14%;
        right: 8%;
	}

	/* read */
	.read{
		width: 100%;
        position: relative;
        padding: 10% 0 10% 0;
        margin: 0 auto 15% auto;
		background: rgba(240, 232, 228, 1);
		mix-blend-mode: multiply;
	}
	.read .txt{
		width: 100%;
		font-size: 17px;
		letter-spacing: 3px;
		line-height: 2.3em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
		margin: 0 auto;
		color: #6f5236;
	}

	/* common */
	.common-left{
		display: none;
	}
	.common-right{
		display: none;
	}

	/* door */
	.door{
		width: 85%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.door-c{
		display: none;
	}
	.door-l{
		width: 100%;
		position: relative;
	}
	.door-l .title-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.door-l .title-box li:nth-child(1){
		width: max-content;
	}
	.door-l .title-box li:nth-child(1) img{
		height: 40px;
		line-height: 0;
	}
	.door-l .title-box li:nth-child(2){
		width: 30px;
		line-height: 0;
		margin: 0 20px;
	}
	.door-l .title-box li:nth-child(3){
		width: max-content;
	}
	.door-l .title-box li:nth-child(3) img{
		height: 40px;
		line-height: 0;
	}
	.door-l .color-box{
		width: 35px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 5% auto;
	}
	.door-l .color-box li{
		width: 10px;
		height: 10px;
		border-radius: 100px;
	}
	.door-l .color-box .color01{
		background: #6f5236;
	}
	.door-l .color-box .color02{
		background: #cdbbaa;
	}
	.door-l .color-box .color03{
		background: #6f5236;
	}
	.door-l .color-box .color04{
		background: #f0f0f0;
	}
	.door-l .color-box .color05{
		background: #a5ced3;
	}
	.door-l .color-box .color06{
		background: #f13543;
	}
	.door-l .sub-txt{
		font-size: 14px;
        letter-spacing: 2px;
        line-height: 1em;
        text-align: center;
	}
	.door-r{
		width: 100%;
		box-sizing: border-box;
		margin: 0 0 7% 0;
		border-left: 1px solid #a47763;
		padding: 5% 0 2% 7%;
	}
	.door-r .txt01{
		font-size: 14px;
        letter-spacing: 2px;
        line-height: 1em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 4% 0;
	}
	.door-r .txt02{
		font-size: 24px;
        letter-spacing: 3px;
        line-height: 1.8em;
		white-space: nowrap;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.door-r .txt02 span{
		color: #a47763;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item */
	.item{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 15% auto;
		position: relative;
	}
	.item .data .bg-icon01{
		width: 20%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
	}
	.item .data .bg-icon01 img{
		opacity: .6;
	}
	.item .data .bg-icon02{
		width: 20%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.item .data .bg-icon02 img{
		opacity: .6;
	}
	.item .img{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item .data{
		width: 100%;
		position: relative;
		margin: 0 auto;
	}
	.item .num{
		width: 190px;
		line-height: 0;
		margin: 0 0 5% 7.5%;
	}
	.item .title01{
		width: max-content;
		position: relative;
		margin: 0 0 5% 0;
		box-sizing: border-box;
		padding: 0 3% 0 3%;
		left: 7.5%;
	}
	.item .title01 .line01{
		width: 5px;
		height: 100%;
		position: absolute;
		top: 0;
		right: -10px;
		background: #a47763;
	}
	.item .title01 .line01-2{
		width: 5px;
		height: 100%;
		position: absolute;
		top: 0;
		left: -10px;
		background: #a47763;
	}
	.item .title01 .title01-txt{
		font-size: 22px;
        letter-spacing: 2px;
        line-height: 1.5em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #a47763;
		padding: 3% 0;
	}
	.item .title02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.item .title02 li:nth-child(1){
		width: 30px;
		margin: 0 20px 0 0;
	}
	.item .title02 li:nth-child(2){
		font-size: 22px;
        letter-spacing: 2px;
        line-height: 1em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.item .data .txt{
		width: 85%;
		font-size: 16px;
        letter-spacing: 2px;
        line-height: 2.2em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 auto 5% auto;
	}
	.item .data .link-box{
		width: 85%;
		margin: 0 auto;
	}

	/* item-t */
	.item-t{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.item-t .img{
		width: 100%;
	}
	.item-t .data{
		width: 100%;
	}
	.item-t .data .num{
		width: 190px;
        line-height: 0;
        margin: 0 0 5% 7.5%;
	}
	.item-t .data .num02{
		width: 190px;
        line-height: 0;
        margin: 0 0 5% 7.5%;
	}
	.item-t .data .title01{
		width: max-content;
        position: relative;
        margin: 0 0 5% 0;
        box-sizing: border-box;
        padding: 0 3% 0 3%;
        left: 7.5%;
	}
	.item-t .data .title01 .line01{
		width: 5px;
		height: 100%;
		position: absolute;
		top: 0;
		right: -10px;
		background: #a47763;
	}
	.item-t .data .title01 .line01-02{
		width: 5px;
		height: 100%;
		position: absolute;
		top: 0;
		right: -10px;
		background: #fff;
	}
	.item-t .data .title01 .line01-2{
		width: 5px;
		height: 100%;
		position: absolute;
		top: 0;
		left: -10px;
		background: #a47763;
	}
	.item-t .data .title01 .line01-2-02{
		width: 5px;
		height: 100%;
		position: absolute;
		top: 0;
		left: -10px;
		background: #a47763;
	}
	.item-t .data .title01 .title01-txt{
		font-size: 22px;
        letter-spacing: 2px;
        line-height: 1.5em;
        text-align: justify;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        color: #a47763;
        padding: 3% 0;
	}
	.item-t .data .title01 .title01-txt02{
		font-size: 22px;
        letter-spacing: 2px;
        line-height: 1.5em;
        text-align: justify;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        color: #a47763;
        padding: 3% 0;
	}
	.item-t .data .title02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.item-t .data .title02 li:nth-child(1){
		width: 30px;
		margin: 0 20px 0 0;
	}
	.item-t .data .title02 li:nth-child(2){
		font-size: 22px;
        letter-spacing: 2px;
        line-height: 1em;
        text-align: justify;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}

	/* item-m */
	.item-m{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 15% auto;
		position: relative;
		box-sizing: border-box;
	}
	.item-m .data .bg-icon01{
		width: 20%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
	}
	.item-m .data .bg-icon01 img{
		opacity: .6;
	}
	.item-m .data .bg-icon02{
		width: 20%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
	}
	.item-m .data .bg-icon02 img{
		opacity: .6;
	}
	.item-m .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item-m .img .img-in-sp{
		width: 90% !important;
		overflow: hidden;
	}
	.item-m .data{
		width: 100%;
		position: relative;
	}
	.item-m .data .txt{
		width: 85%;
		font-size: 16px;
        letter-spacing: 2px;
        line-height: 2.2em;
        text-align: justify;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 auto 5% auto;
	}
	.item-m .data .link-box{
		width: 85%;
		margin: 0 auto;
	}


	/* line */
	.u-line01{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -64%;
		background: #a47763;
		z-index: -1;
	}
	.u-line02{
		width: 280%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -10px;
		background: #a47763;
		z-index: -1;
	}
	.u-line03{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -67%;
		background: #a47763;
		z-index: -1;
	}
	.u-line04{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -67%;
		background: #a47763;
		z-index: -1;
	}
	.u-line05{
		width: 280%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -10px;
		background: #a47763;
		z-index: -1;
	}
	.u-line06{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -67%;
		background: #a47763;
		z-index: -1;
	}
	.u-line07{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -67%;
		background: #a47763;
		z-index: -1;
	}
	.u-line08{
		width: 300%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -10px;
		background: #a47763;
		z-index: -1;
	}
	.u-line09{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -63%;
		background: #a47763;
		z-index: -1;
	}
	.u-line10{
		width: 300%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -10px;
		background: #a47763;
		z-index: -1;
	}
	.u-line11{
		width: 300%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -10px;
		background: #a47763;
		z-index: -1;
	}
	.u-line12{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -67%;
		background: #a47763;
		z-index: -1;
	}
	.u-line13{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -67%;
		background: #a47763;
		z-index: -1;
	}
	.u-line14{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -10px;
		background: #a47763;
		z-index: -1;
	}
	.u-line15{
		width: 170%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: -67%;
		background: #a47763;
		z-index: -1;
	}

	/*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;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 10px;
		margin: 0 0 0 5px;
        display: inline-block;
		position: relative;
		top: -1px;
	}
    .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 span{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #a0a0a0;
		margin: 10px 0 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		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: #fff;
		border-color: #000;
		color: #000;
	}

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

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

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

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

	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #f13543;
		border: .5px solid #f13543;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn05 {
		background: #fff;
		border-color: #f13543;
		color: #f13543;
	}
	
	.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-m{
		width: 80%;
		margin: 0 auto 15% auto !important;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #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: 15px;
        width: 35px;
        height: 35px;
        display: block;
        z-index: 30;
	}
	#pagetop .btn-loading {
		display: inline-flex;
		text-decoration: none;
		font-weight: 700;
		color: #111;
		width: 100%;
		height: 100%;
		position: relative;
		opacity: 1 !important;
		transition: all 0.3s;
		background-color: #CCC;
		border-radius: 100%;
		transition: color 0.2s;
		overflow: hidden;
	}
	#pagetop .btn-loading01:before,
	#pagetop .btn-loading01:after {
		content: "";
		display: block;
		position: absolute;
		width: 50%;
		height: 0;
		background-color: #231815;
		pointer-events: none;
	}
	#pagetop .btn-loading:before {
		bottom: 0;
		left: 0;
	}
	#pagetop .btn-loading:after {
		top: 0;
		right: 0;
	}
	#pagetop:hover .btn-loading {
		color: #65A04D;
	}
	#pagetop:hover .btn-loading:before,
	#pagetop:hover .btn-loading:after {
		height: 100%;
	}
	#pagetop:hover .btn-loading:before {
		transition: height 0.1s 0.1s linear;
	}
	#pagetop:hover .btn-loading:after {
		transition: height 0.1s linear;
	}
	#pagetop .btn-loading span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 1px);
		height: calc(100% - 1px);
		background-color: #FFF;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
	}
	#pagetop .btn-loading span img{
		width: 18px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
	}
	
	.in-btn{
		width: 35px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}

	.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: 20%;
		background: rgba(205, 187, 170, .9);
		box-sizing: border-box;
		border-right: 1px solid #eee;
	}
	.foot_fix_btn ul li:nth-child(2) {
		width: 20%;
		background: rgba(111, 82, 54, .9);
		box-sizing: border-box;
		border-right: 1px solid #eee;
	}
	.foot_fix_btn ul li:nth-child(3) {
		width: 20%;
		background: rgba(240, 240, 240, .9);
		box-sizing: border-box;
		border-right: 1px solid #eee;
	}
	.foot_fix_btn ul li:nth-child(4) {
		width: 20%;
		background: rgba(165, 206, 211, .9);
		box-sizing: border-box;
		border-right: 1px solid #eee;
	}
	.foot_fix_btn ul li:nth-child(5) {
		width: 20%;
		background: rgba(241, 53, 67, .9);
		box-sizing: border-box;
	}
	.foot_fix_btn ul li a {
		display: block;
		padding: 5px 0;
	}

}
