body {
    height: 100%;
    margin: 0;
    font-feature-settings: 'palt';
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: "Noto Sans JP", sans-serif !important;
	color: #231815;
}

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

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

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

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

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

 */


/* 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{
		width: 100%;
		overflow: hidden;
		position: relative;
		background: #f9f9f9;
		margin: 0 auto 5% auto;
	}
	.mv-logo{
		width: 9%;
		position: absolute;
		right: 2%;
		top: 3%;
		line-height: 0;
		z-index: 10;
	}
	.mv-img-box{
		width: 100%;
		position: relative;
	}
	.mv-title-box{
		width: 33%;
		top: 30%;
		-webkit-transform: translateY(-30%); /* Safari逕ｨ */
		transform: translateY(-30%);
		left: 15%;
		margin: 0 auto;
		position: absolute;
	}
	.mv-title01{
		width: 80%;
		margin: 0 0 8% 0;
	}
	.mv-title02{
		width: 100%;
		position: relative;
		margin: 0 0 8% 0;
	}
	.mv-title02-on{
		width: 100%;
		position: absolute !important;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.mv-title02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title03{
		width: 40%;
		position: relative;
	}
	.mv-title04{
		width: 95%;
		position: absolute;
		bottom: 17%;
		left: 0;
		right: 0;
		margin: 0 auto;
		overflow: hidden;
	}

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

	/* top-nav */
	.top-nav{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
	}
	.top-nav-list li{
		width: 25%;
	}
	.top-nav-list li a{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.top-nav-list li a .img{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.top-nav-list li a .img .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 1;
		transform: translateY(100%);
		transition: 1s;
	}
	.top-nav-list li a:hover .img .on{
		opacity: 1;
		transform: translateY(0%);
		transition: .7s;
	}
	.top-nav-list li a .title{
		width: 30%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.top-nav-list li a .title .title-in{
		width: 90%;
		margin: 0 auto;
		padding: 10% 0;
	}
	.top-nav-list li a .title .line{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 0 auto;
	}

	/* door */
	.door{
		width: 100%;
		overflow: hidden;
		margin: 10% auto 10% auto;
		position: relative;
	}
	.door .txt-box{
		width: 100%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.door .txt-box .title{
		width: 30%;
		margin: 0 auto 4% auto;
	}
	.door .txt-box .icon{
		width: 50px;
		height: 2px;
		background: #fff;
		margin: 0 auto 3% auto;
		transform: rotate(-45deg);
	}
	.door .txt-box .icon02{
		width: 50px;
		height: 2px;
		background: #cc9ba8;
		margin: 0 auto 3% auto;
		transform: rotate(-45deg);
	}
	.door .txt-box .txt{
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
		color: #fff;
	}
	.door .txt-box .txt02{
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
		color: #000;
	}

	/* color */
	.color00{
		color: #000;
	}
	.color01{
		color: #baaf97;
	}
	.color01-2{
		color: #fff;
	}
	.color03{
		color: #b29f99;
	}
	.color04{
		color: #43404e;
	}
	.color05{
		color: #c8beb4;
	}
	.color06{
		color: #cae490;
	}
	.color07{
		color: #99c1d8;
	}
	.color08{
		color: #fceaad;
	}
	.color09{
		color: #7d6b5d;
	}
	.color10{
		color: #cc9ba8;
	}
	.color11{
		color: #9fbbdc;
	}
	.color12{
		color: #cecbca;
	}


	.rever{
		flex-direction: row-reverse;
	}
	/* item01 */
	.item01{
		width: 75%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: flex-start;
		position: relative;
	}
	.item01 .img{
		width: 50%;
	}
	.item01 .data{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 7%;
	}
	.item01 .data .num{
		width: 60px;
		margin: 0 0 15% 0;
	}
	.item01 .data .txt{
		font-size: 18px;
		letter-spacing: 3px;
		text-align: justify;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 10% 0;
	}
	.item01 .data .line-box{
		width: 100%;
		height: 20px;
		position: relative;
		margin: 0 0 15% 0;
	}
	.item01 .data .line-box .line01{
		width: 100%;
		height: 1px;
		background: #baaf97;
		position: relative;
		top: 13px;
	}
	.item01 .data .line-box .line02{
		width: 100%;
		height: 1px;
		background: #cae490;
		position: relative;
		top: 13px;
	}
	.item01 .data .line-box .line03{
		width: 100%;
		height: 1px;
		background: #cc9ba8;
		position: relative;
		top: 13px;
	}
	.item01 .data .line-box .line04{
		width: 100%;
		height: 1px;
		background: #9fbbdc;
		position: relative;
		top: 13px;
	}
	.item01 .data .line-box .icon{
		width: max-content;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 25px;
		letter-spacing: 2px;
		background: #fff;
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 0 0 10px;
	}
	.item01 .data .line-box .icon img{
		height: 20px;
	}

	/* item01-02 */
	.pa_t{
		padding: 9% 0 0 0 !important;
	}
	.item01-02{
		width: 100%;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.item01-02 .num{
		width: 60px;
		position: absolute;
		top: 0%;
		right: 41%;
	}
	.item01-02 .num02{
		left: 10% !important;
	}
	.item01-02 .img{
		width: 100%;
		overflow: hidden;
	}
	.item01-02 .data{
		width: 25%;
		position: absolute;
		bottom: 10%;
		left: 15%;
	}
	.item01-02 .data02{
		width: 25%;
		position: absolute;
		top: 30%;
		right: 15%;
	}
	.item01-02 .data03{
		left: 10% !important;
	}
	.item01-02 .data02 .txt{
		font-size: 18px;
		letter-spacing: 3px;
		text-align: justify;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 10% 0;
	}
	.item01-02 .data02 .line-box{
		width: 100%;
		height: 20px;
		position: relative;
		margin: 0 0 15% 0;
	}
	.item01-02 .data02 .line-box .line01{
		width: 75%;
		height: 1px;
		background: #fff;
		position: relative;
		top: 13px;
	}
	.item01-02 .data02 .line-box .line02{
		width: 75%;
		height: 1px;
		background: #cae490;
		position: relative;
		top: 13px;
	}
	.item01-02 .data02 .line-box .line03{
		width: 75%;
		height: 1px;
		background: #cc9ba8;
		position: relative;
		top: 13px;
	}
	.item01-02 .data02 .line-box .line04{
		width: 75%;
		height: 1px;
		background: #9fbbdc;
		position: relative;
		top: 13px;
	}
	.item01-02 .data02 .line-box .icon{
		width: max-content;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 25px;
		letter-spacing: 2px;
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 0 0 10px;
	}
	.item01-02 .data02 .line-box .icon img{
		height: 20px;
	}

	/* item02 */
	.item02{
		width: 60%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item02 .num{
		width: 60px;
		position: absolute;
		top: 5%;
		left: 0;
	}
	.item02 .img{
		width: 70%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item02 .data{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item02 .data .data-l{
		width: 45%;
	}
	.item02 .data .data-l .txt{
		font-size: 18px;
		letter-spacing: 3px;
		text-align: justify;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 10% 0;
	}
	.item02 .data .data-l .line-box{
		width: 100%;
		height: 20px;
		position: relative;
	}
	.item02 .data .data-l .line-box .line01{
		width: 100%;
		height: 1px;
		background: #baaf97;
		position: relative;
		top: 13px;
	}
	.item02 .data .data-l .line-box .line02{
		width: 100%;
		height: 1px;
		background: #cae490;
		position: relative;
		top: 13px;
	}
	.item02 .data .data-l .line-box .line03{
		width: 100%;
		height: 1px;
		background: #cc9ba8;
		position: relative;
		top: 13px;
	}
	.item02 .data .data-l .line-box .line04{
		width: 100%;
		height: 1px;
		background: #9fbbdc;
		position: relative;
		top: 13px;
	}
	.item02 .data .data-l .line-box .icon{
		width: max-content;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 25px;
		letter-spacing: 2px;
		background: #fff;
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 0 0 10px;
	}
	.item02 .data .data-l .line-box .icon img{
		height: 20px;
	}
	.item02 .data .data-r{
		width: 45%;
	}

	/* item03 */
	.item03{
		width: 70%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item03 .img-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 5% 0;
	}
	.item03 .img-box .img01{
		width: 50%;
	}
	.item03 .img-box .img01 .img-in{
		width: 100%;
		overflow: hidden;
	}
	.item03 .img-box .img02{
		width: 40%;
		padding: 27% 0 0 0;
		position: relative;
	}
	.item03 .img-box .img02 .img-in{
		width: 100%;
		overflow: hidden;
	}
	.item03 .num{
		width: 60px;
		position: absolute;
		top: 5%;
		left: 0;
	}
	.item03 .data{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item03 .data .data-l{
		width: 45%;
	}
	.item03 .data .data-l .txt{
		font-size: 18px;
		letter-spacing: 3px;
		text-align: justify;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 10% 0;
	}
	.item03 .data .data-l .line-box{
		width: 100%;
		height: 20px;
		position: relative;
	}
	.item03 .data .data-l .line-box .line01{
		width: 100%;
		height: 1px;
		background: #baaf97;
		position: relative;
		top: 13px;
	}
	.item03 .data .data-l .line-box .line02{
		width: 100%;
		height: 1px;
		background: #cae490;
		position: relative;
		top: 13px;
	}
	.item03 .data .data-l .line-box .line03{
		width: 100%;
		height: 1px;
		background: #cc9ba8;
		position: relative;
		top: 13px;
	}
	.item03 .data .data-l .line-box .line04{
		width: 100%;
		height: 1px;
		background: #9fbbdc;
		position: relative;
		top: 13px;
	}
	.item03 .data .data-l .line-box .icon{
		width: max-content;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 25px;
		letter-spacing: 2px;
		background: #fff;
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 0 0 10px;
	}
	.item03 .data .data-l .line-box .icon img{
		height: 20px;
	}
	.item03 .data .data-r{
		width: 45%;
	}

	.end-title{
		width: 20%;
		margin: 10% auto 3% auto;
	}

	/* icon-box */
	.icon-box-p01{
		bottom: 20%;
		left: -16%;
		right: 0;
		margin: 0 auto;
	}
	.icon-box-p02{
		top: 5%;
		right: -5%;
	}
	.icon-box-p03{
		top: 5%;
		left: -10%;
	}
	.icon-box-p04{
		top: 0%;
		right: 18%;
	}
	.icon-box-p05{
		top: 0%;
		right: 10%;
	}
	.icon-box-p06{
		top: 0%;
		left: 20%;
	}
	.icon-box-p07{
		top: 15%;
		right: 10%;
	}

	.icon-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		align-items: baseline;
		z-index: 99;
	}
	.icon-box02{
		align-items: center !important;
		z-index: 99;
	}
	.icon-box03{
		align-items: normal !important;
		z-index: 99;
	}
	.icon-b{
		bottom: 80px;
	}
	.icon-t{
		top: 60px;
	}

	.icon-box li:nth-child(1){
		width: max-content;
		position: relative;
	}
	.icon-box li:nth-child(3){
		width: max-content;
		position: relative;
	}
	.icon-title{
		font-family: "corporate-s", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 40px;
		letter-spacing: 2px;
		line-height: 1em;
	}
	.icon-title-sp{
		margin: 0 0 5% 0;
	}
	.icon-sub{
		font-family: "futura-pt", sans-serif;
		font-weight: 300;
		font-style: normal;
		font-size: 30px;
		letter-spacing: 2px;
		color: #646464;
		line-height: 1em;
	}

	.icon-box .c-line01{
		width: 1px;
		height: 340px;
		background: #000;
		transform: rotate(45deg);
		margin: 0 0 0 40px;
		position: relative;
		left: 15px;
        bottom: -80px;
	}
	.icon-box .c-line02{
		width: 1px;
		height: 250px;
		background: #000;
		transform: rotate(45deg);
		margin: 0 30px 0 30px;
		position: relative;
		left: -20px;
		top: -40px;
	}
	.icon-box .c-line03{
		width: 1px;
		height: 250px;
		background: #000;
		transform: rotate(45deg);
		margin: 0 30px 0 30px;
		position: relative;
		left: 0px;
		top: -40px;
	}
	.icon-box .c-line04{
		width: 1px;
		height: 340px;
		background: #000;
		transform: rotate(45deg);
		margin: 0 30px 0 30px;
		position: relative;
		left: -50px;
		top: -60px;
	}

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


	/*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: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 15px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.3em;
        white-space: nowrap;
	}
    .cart-title span{
		width: 15px;
		line-height: 0;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: -25px;
	}
    .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: #baaf97;
		border: .5px solid #baaf97;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #baaf97;
		color: #baaf97;
	}

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

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

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

	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #dabdaa;
		border: .5px solid #dabdaa;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn05 {
		background: #fff;
		border-color: #dabdaa;
		color: #dabdaa;
	}
	
	.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;
	}

	.cart-yen02{
		font-size: 16px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen02 .cart-yen02-box{
		position: relative;
	}
	.cart-yen02 .cart-yen02-box .yen-line{
		width: 100%;
		height: 1px;
		opacity: .5;
		background: #000;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 0;
		display: block;
	}
	.cart-yen02 .cart-yen02-box .min{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 0px;
		position: relative;
		top: -1px;
	}
	.cart-yen02 .sup{
		font-size: 12px;
		letter-spacing: 0px;
        white-space: nowrap;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		box-sizing: border-box;
		padding: 0 0 0 5px;
		color: #D61E0F;
	}

	/*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{
		width: 100%;
		overflow: hidden;
		position: relative;
		background: #f9f9f9;
		margin: 0 auto 5% auto;
	}
	.mv-logo{
		width: 9%;
		position: absolute;
		right: 2%;
		top: 3%;
		line-height: 0;
		z-index: 10;
	}
	.mv-img-box{
		width: 100%;
		position: relative;
	}
	.mv-title-box{
		width: 33%;
		top: 30%;
		-webkit-transform: translateY(-30%); /* Safari逕ｨ */
		transform: translateY(-30%);
		left: 15%;
		margin: 0 auto;
		position: absolute;
	}
	.mv-title01{
		width: 80%;
		margin: 0 0 8% 0;
	}
	.mv-title02{
		width: 100%;
		position: relative;
		margin: 0 0 8% 0;
	}
	.mv-title02-on{
		width: 100%;
		position: absolute !important;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.mv-title02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title03{
		width: 40%;
		position: relative;
	}
	.mv-title04{
		width: 95%;
		position: absolute;
		bottom: 17%;
		left: 0;
		right: 0;
		margin: 0 auto;
		overflow: hidden;
	}

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

	/* top-nav */
	.top-nav{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
	}
	.top-nav-list li{
		width: 25%;
	}
	.top-nav-list li a{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.top-nav-list li a .img{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.top-nav-list li a .img .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 1;
		transform: translateY(100%);
		transition: 1s;
	}
	.top-nav-list li a:hover .img .on{
		opacity: 1;
		transform: translateY(0%);
		transition: .7s;
	}
	.top-nav-list li a .title{
		width: 30%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.top-nav-list li a .title .title-in{
		width: 90%;
		margin: 0 auto;
		padding: 10% 0;
	}
	.top-nav-list li a .title .line{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 0 auto;
	}

	/* door */
	.door{
		width: 100%;
		overflow: hidden;
		margin: 10% auto 10% auto;
		position: relative;
	}
	.door .txt-box{
		width: 100%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.door .txt-box .title{
		width: 30%;
		margin: 0 auto 4% auto;
	}
	.door .txt-box .icon{
		width: 50px;
		height: 2px;
		background: #fff;
		margin: 0 auto 3% auto;
		transform: rotate(-45deg);
	}
	.door .txt-box .icon02{
		width: 50px;
		height: 2px;
		background: #cc9ba8;
		margin: 0 auto 3% auto;
		transform: rotate(-45deg);
	}
	.door .txt-box .txt{
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
		color: #fff;
	}
	.door .txt-box .txt02{
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
		color: #000;
	}

	/* color */
	.color00{
		color: #000;
	}
	.color01{
		color: #baaf97;
	}
	.color01-2{
		color: #fff;
	}
	.color03{
		color: #b29f99;
	}
	.color04{
		color: #43404e;
	}
	.color05{
		color: #c8beb4;
	}
	.color06{
		color: #cae490;
	}
	.color07{
		color: #99c1d8;
	}
	.color08{
		color: #fceaad;
	}
	.color09{
		color: #7d6b5d;
	}
	.color10{
		color: #cc9ba8;
	}
	.color11{
		color: #9fbbdc;
	}
	.color12{
		color: #cecbca;
	}


	.rever{
		flex-direction: row-reverse;
	}
	/* item01 */
	.item01{
		width: 75%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: flex-start;
		position: relative;
	}
	.item01 .img{
		width: 50%;
	}
	.item01 .data{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 7%;
	}
	.item01 .data .num{
		width: 60px;
		margin: 0 0 15% 0;
	}
	.item01 .data .txt{
		font-size: 18px;
		letter-spacing: 3px;
		text-align: justify;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 10% 0;
	}
	.item01 .data .line-box{
		width: 100%;
		height: 20px;
		position: relative;
		margin: 0 0 15% 0;
	}
	.item01 .data .line-box .line01{
		width: 100%;
		height: 1px;
		background: #baaf97;
		position: relative;
		top: 13px;
	}
	.item01 .data .line-box .line02{
		width: 100%;
		height: 1px;
		background: #cae490;
		position: relative;
		top: 13px;
	}
	.item01 .data .line-box .line03{
		width: 100%;
		height: 1px;
		background: #cc9ba8;
		position: relative;
		top: 13px;
	}
	.item01 .data .line-box .line04{
		width: 100%;
		height: 1px;
		background: #9fbbdc;
		position: relative;
		top: 13px;
	}
	.item01 .data .line-box .icon{
		width: max-content;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 25px;
		letter-spacing: 2px;
		background: #fff;
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 0 0 10px;
	}
	.item01 .data .line-box .icon img{
		height: 20px;
	}

	/* item01-02 */
	.pa_t{
		padding: 9% 0 0 0 !important;
	}
	.item01-02{
		width: 100%;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.item01-02 .num{
		width: 60px;
		position: absolute;
		top: 0%;
		right: 41%;
	}
	.item01-02 .num02{
		left: 10% !important;
	}
	.item01-02 .img{
		width: 100%;
		overflow: hidden;
	}
	.item01-02 .data{
		width: 25%;
		position: absolute;
		bottom: 10%;
		left: 15%;
	}
	.item01-02 .data02{
		width: 25%;
		position: absolute;
		top: 30%;
		right: 15%;
	}
	.item01-02 .data03{
		left: 10% !important;
	}
	.item01-02 .data02 .txt{
		font-size: 18px;
		letter-spacing: 3px;
		text-align: justify;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 10% 0;
	}
	.item01-02 .data02 .line-box{
		width: 100%;
		height: 20px;
		position: relative;
		margin: 0 0 15% 0;
	}
	.item01-02 .data02 .line-box .line01{
		width: 75%;
		height: 1px;
		background: #fff;
		position: relative;
		top: 13px;
	}
	.item01-02 .data02 .line-box .line02{
		width: 75%;
		height: 1px;
		background: #cae490;
		position: relative;
		top: 13px;
	}
	.item01-02 .data02 .line-box .line03{
		width: 75%;
		height: 1px;
		background: #cc9ba8;
		position: relative;
		top: 13px;
	}
	.item01-02 .data02 .line-box .line04{
		width: 75%;
		height: 1px;
		background: #9fbbdc;
		position: relative;
		top: 13px;
	}
	.item01-02 .data02 .line-box .icon{
		width: max-content;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 25px;
		letter-spacing: 2px;
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 0 0 10px;
	}
	.item01-02 .data02 .line-box .icon img{
		height: 20px;
	}

	/* item02 */
	.item02{
		width: 60%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item02 .num{
		width: 60px;
		position: absolute;
		top: 5%;
		left: 0;
	}
	.item02 .img{
		width: 70%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item02 .data{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item02 .data .data-l{
		width: 45%;
	}
	.item02 .data .data-l .txt{
		font-size: 18px;
		letter-spacing: 3px;
		text-align: justify;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 10% 0;
	}
	.item02 .data .data-l .line-box{
		width: 100%;
		height: 20px;
		position: relative;
	}
	.item02 .data .data-l .line-box .line01{
		width: 100%;
		height: 1px;
		background: #baaf97;
		position: relative;
		top: 13px;
	}
	.item02 .data .data-l .line-box .line02{
		width: 100%;
		height: 1px;
		background: #cae490;
		position: relative;
		top: 13px;
	}
	.item02 .data .data-l .line-box .line03{
		width: 100%;
		height: 1px;
		background: #cc9ba8;
		position: relative;
		top: 13px;
	}
	.item02 .data .data-l .line-box .line04{
		width: 100%;
		height: 1px;
		background: #9fbbdc;
		position: relative;
		top: 13px;
	}
	.item02 .data .data-l .line-box .icon{
		width: max-content;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 25px;
		letter-spacing: 2px;
		background: #fff;
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 0 0 10px;
	}
	.item02 .data .data-l .line-box .icon img{
		height: 20px;
	}
	.item02 .data .data-r{
		width: 45%;
	}

	/* item03 */
	.item03{
		width: 70%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item03 .img-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 5% 0;
	}
	.item03 .img-box .img01{
		width: 50%;
	}
	.item03 .img-box .img01 .img-in{
		width: 100%;
		overflow: hidden;
	}
	.item03 .img-box .img02{
		width: 40%;
		padding: 27% 0 0 0;
		position: relative;
	}
	.item03 .img-box .img02 .img-in{
		width: 100%;
		overflow: hidden;
	}
	.item03 .num{
		width: 60px;
		position: absolute;
		top: 5%;
		left: 0;
	}
	.item03 .data{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item03 .data .data-l{
		width: 45%;
	}
	.item03 .data .data-l .txt{
		font-size: 18px;
		letter-spacing: 3px;
		text-align: justify;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 10% 0;
	}
	.item03 .data .data-l .line-box{
		width: 100%;
		height: 20px;
		position: relative;
	}
	.item03 .data .data-l .line-box .line01{
		width: 100%;
		height: 1px;
		background: #baaf97;
		position: relative;
		top: 13px;
	}
	.item03 .data .data-l .line-box .line02{
		width: 100%;
		height: 1px;
		background: #cae490;
		position: relative;
		top: 13px;
	}
	.item03 .data .data-l .line-box .line03{
		width: 100%;
		height: 1px;
		background: #cc9ba8;
		position: relative;
		top: 13px;
	}
	.item03 .data .data-l .line-box .line04{
		width: 100%;
		height: 1px;
		background: #9fbbdc;
		position: relative;
		top: 13px;
	}
	.item03 .data .data-l .line-box .icon{
		width: max-content;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 25px;
		letter-spacing: 2px;
		background: #fff;
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 0 0 10px;
	}
	.item03 .data .data-l .line-box .icon img{
		height: 20px;
	}
	.item03 .data .data-r{
		width: 45%;
	}

	.end-title{
		width: 20%;
		margin: 10% auto 3% auto;
	}

	/* icon-box */
	.icon-box-p01{
		bottom: 20%;
		left: -16%;
		right: 0;
		margin: 0 auto;
	}
	.icon-box-p02{
		top: 5%;
		right: -5%;
	}
	.icon-box-p03{
		top: 5%;
		left: -10%;
	}
	.icon-box-p04{
		top: 0%;
		right: 18%;
	}
	.icon-box-p05{
		top: 0%;
		right: 10%;
	}
	.icon-box-p06{
		top: 0%;
		left: 20%;
	}
	.icon-box-p07{
		top: 15%;
		right: 10%;
	}

	.icon-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		align-items: baseline;
		z-index: 99;
	}
	.icon-box02{
		align-items: center !important;
		z-index: 99;
	}
	.icon-box03{
		align-items: normal !important;
		z-index: 99;
	}
	.icon-b{
		bottom: 80px;
	}
	.icon-t{
		top: 60px;
	}

	.icon-box li:nth-child(1){
		width: max-content;
		position: relative;
	}
	.icon-box li:nth-child(3){
		width: max-content;
		position: relative;
	}
	.icon-title{
		font-family: "corporate-s", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 40px;
		letter-spacing: 2px;
		line-height: 1em;
	}
	.icon-title-sp{
		margin: 0 0 5% 0;
	}
	.icon-sub{
		font-family: "futura-pt", sans-serif;
		font-weight: 300;
		font-style: normal;
		font-size: 30px;
		letter-spacing: 2px;
		color: #646464;
		line-height: 1em;
	}

	.icon-box .c-line01{
		width: 1px;
		height: 340px;
		background: #000;
		transform: rotate(45deg);
		margin: 0 0 0 40px;
		position: relative;
		left: 15px;
        bottom: -80px;
	}
	.icon-box .c-line02{
		width: 1px;
		height: 250px;
		background: #000;
		transform: rotate(45deg);
		margin: 0 30px 0 30px;
		position: relative;
		left: -20px;
		top: -40px;
	}
	.icon-box .c-line03{
		width: 1px;
		height: 250px;
		background: #000;
		transform: rotate(45deg);
		margin: 0 30px 0 30px;
		position: relative;
		left: 0px;
		top: -40px;
	}
	.icon-box .c-line04{
		width: 1px;
		height: 340px;
		background: #000;
		transform: rotate(45deg);
		margin: 0 30px 0 30px;
		position: relative;
		left: -50px;
		top: -60px;
	}

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


	/*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: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 15px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.3em;
        white-space: nowrap;
	}
    .cart-title span{
		width: 15px;
		line-height: 0;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: -25px;
	}
    .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: #baaf97;
		border: .5px solid #baaf97;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #baaf97;
		color: #baaf97;
	}

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

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

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

	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #dabdaa;
		border: .5px solid #dabdaa;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn05 {
		background: #fff;
		border-color: #dabdaa;
		color: #dabdaa;
	}
	
	.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;
	}

	.cart-yen02{
		font-size: 16px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen02 .cart-yen02-box{
		position: relative;
	}
	.cart-yen02 .cart-yen02-box .yen-line{
		width: 100%;
		height: 1px;
		opacity: .5;
		background: #000;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 0;
		display: block;
	}
	.cart-yen02 .cart-yen02-box .min{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 0px;
		position: relative;
		top: -1px;
	}
	.cart-yen02 .sup{
		font-size: 12px;
		letter-spacing: 0px;
        white-space: nowrap;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		box-sizing: border-box;
		padding: 0 0 0 5px;
		color: #D61E0F;
	}

	/*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{
		width: 100%;
		overflow: hidden;
		position: relative;
		background: #f9f9f9;
		margin: 0 auto 5% auto;
	}
	.mv-logo{
		width: 9%;
		position: absolute;
		right: 2%;
		top: 3%;
		line-height: 0;
		z-index: 10;
	}
	.mv-img-box{
		width: 100%;
		position: relative;
	}
	.mv-title-box{
		width: 33%;
		top: 30%;
		-webkit-transform: translateY(-30%); /* Safari逕ｨ */
		transform: translateY(-30%);
		left: 15%;
		margin: 0 auto;
		position: absolute;
	}
	.mv-title01{
		width: 80%;
		margin: 0 0 8% 0;
	}
	.mv-title02{
		width: 100%;
		position: relative;
		margin: 0 0 8% 0;
	}
	.mv-title02-on{
		width: 100%;
		position: absolute !important;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.mv-title02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title03{
		width: 40%;
		position: relative;
	}
	.mv-title04{
		width: 95%;
		position: absolute;
		bottom: 17%;
		left: 0;
		right: 0;
		margin: 0 auto;
		overflow: hidden;
	}

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

	/* top-nav */
	.top-nav{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
	}
	.top-nav-list li{
		width: 25%;
	}
	.top-nav-list li a{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.top-nav-list li a .img{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.top-nav-list li a .img .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 1;
		transform: translateY(100%);
		transition: 1s;
	}
	.top-nav-list li a:hover .img .on{
		opacity: 1;
		transform: translateY(0%);
		transition: .7s;
	}
	.top-nav-list li a .title{
		width: 30%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.top-nav-list li a .title .title-in{
		width: 90%;
		margin: 0 auto;
		padding: 10% 0;
	}
	.top-nav-list li a .title .line{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 0 auto;
	}

	/* door */
	.door{
		width: 100%;
		overflow: hidden;
		margin: 10% auto 10% auto;
		position: relative;
	}
	.door .txt-box{
		width: 100%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.door .txt-box .title{
		width: 30%;
		margin: 0 auto 4% auto;
	}
	.door .txt-box .icon{
		width: 50px;
		height: 2px;
		background: #fff;
		margin: 0 auto 3% auto;
		transform: rotate(-45deg);
	}
	.door .txt-box .icon02{
		width: 50px;
		height: 2px;
		background: #cc9ba8;
		margin: 0 auto 3% auto;
		transform: rotate(-45deg);
	}
	.door .txt-box .txt{
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
		color: #fff;
	}
	.door .txt-box .txt02{
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
		color: #000;
	}

	/* color */
	.color00{
		color: #000;
	}
	.color01{
		color: #baaf97;
	}
	.color01-2{
		color: #fff;
	}
	.color03{
		color: #b29f99;
	}
	.color04{
		color: #43404e;
	}
	.color05{
		color: #c8beb4;
	}
	.color06{
		color: #cae490;
	}
	.color07{
		color: #99c1d8;
	}
	.color08{
		color: #fceaad;
	}
	.color09{
		color: #7d6b5d;
	}
	.color10{
		color: #cc9ba8;
	}
	.color11{
		color: #9fbbdc;
	}
	.color12{
		color: #cecbca;
	}


	.rever{
		flex-direction: row-reverse;
	}
	/* item01 */
	.item01{
		width: 80%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: flex-start;
		position: relative;
	}
	.item01 .img{
		width: 50%;
	}
	.item01 .data{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 7%;
	}
	.item01 .data .num{
		width: 60px;
		margin: 0 0 15% 0;
	}
	.item01 .data .txt{
		font-size: 16px;
		letter-spacing: 3px;
		text-align: justify;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 10% 0;
	}
	.item01 .data .line-box{
		width: 100%;
		height: 20px;
		position: relative;
		margin: 0 0 15% 0;
	}
	.item01 .data .line-box .line01{
		width: 100%;
		height: 1px;
		background: #baaf97;
		position: relative;
		top: 13px;
	}
	.item01 .data .line-box .line02{
		width: 100%;
		height: 1px;
		background: #cae490;
		position: relative;
		top: 13px;
	}
	.item01 .data .line-box .line03{
		width: 100%;
		height: 1px;
		background: #cc9ba8;
		position: relative;
		top: 13px;
	}
	.item01 .data .line-box .line04{
		width: 100%;
		height: 1px;
		background: #9fbbdc;
		position: relative;
		top: 13px;
	}
	.item01 .data .line-box .icon{
		width: max-content;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 25px;
		letter-spacing: 2px;
		background: #fff;
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 0 0 10px;
	}
	.item01 .data .line-box .icon img{
		height: 20px;
	}

	/* item01-02 */
	.pa_t{
		padding: 9% 0 0 0 !important;
	}
	.item01-02{
		width: 100%;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.item01-02 .num{
		width: 60px;
		position: absolute;
		top: 0%;
		right: 41%;
	}
	.item01-02 .num02{
		left: 10% !important;
	}
	.item01-02 .img{
		width: 100%;
		overflow: hidden;
	}
	.item01-02 .data{
		width: 25%;
		position: absolute;
		bottom: 10%;
		left: 15%;
	}
	.item01-02 .data02{
		width: 25%;
		position: absolute;
		top: 30%;
		right: 15%;
	}
	.item01-02 .data03{
		left: 10% !important;
	}
	.item01-02 .data02 .txt{
		font-size: 16px;
		letter-spacing: 3px;
		text-align: justify;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 10% 0;
	}
	.item01-02 .data02 .line-box{
		width: 100%;
		height: 20px;
		position: relative;
		margin: 0 0 15% 0;
	}
	.item01-02 .data02 .line-box .line01{
		width: 75%;
		height: 1px;
		background: #fff;
		position: relative;
		top: 13px;
	}
	.item01-02 .data02 .line-box .line02{
		width: 75%;
		height: 1px;
		background: #cae490;
		position: relative;
		top: 13px;
	}
	.item01-02 .data02 .line-box .line03{
		width: 75%;
		height: 1px;
		background: #cc9ba8;
		position: relative;
		top: 13px;
	}
	.item01-02 .data02 .line-box .line04{
		width: 75%;
		height: 1px;
		background: #9fbbdc;
		position: relative;
		top: 13px;
	}
	.item01-02 .data02 .line-box .icon{
		width: max-content;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 25px;
		letter-spacing: 2px;
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 0 0 10px;
	}
	.item01-02 .data02 .line-box .icon img{
		height: 20px;
	}

	/* item02 */
	.item02{
		width: 70%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item02 .num{
		width: 60px;
		position: absolute;
		top: 5%;
		left: 0;
	}
	.item02 .img{
		width: 70%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item02 .data{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item02 .data .data-l{
		width: 45%;
	}
	.item02 .data .data-l .txt{
		font-size: 16px;
		letter-spacing: 3px;
		text-align: justify;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 10% 0;
	}
	.item02 .data .data-l .line-box{
		width: 100%;
		height: 20px;
		position: relative;
	}
	.item02 .data .data-l .line-box .line01{
		width: 100%;
		height: 1px;
		background: #baaf97;
		position: relative;
		top: 13px;
	}
	.item02 .data .data-l .line-box .line02{
		width: 100%;
		height: 1px;
		background: #cae490;
		position: relative;
		top: 13px;
	}
	.item02 .data .data-l .line-box .line03{
		width: 100%;
		height: 1px;
		background: #cc9ba8;
		position: relative;
		top: 13px;
	}
	.item02 .data .data-l .line-box .line04{
		width: 100%;
		height: 1px;
		background: #9fbbdc;
		position: relative;
		top: 13px;
	}
	.item02 .data .data-l .line-box .icon{
		width: max-content;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 25px;
		letter-spacing: 2px;
		background: #fff;
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 0 0 10px;
	}
	.item02 .data .data-l .line-box .icon img{
		height: 20px;
	}
	.item02 .data .data-r{
		width: 45%;
	}

	/* item03 */
	.item03{
		width: 80%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item03 .img-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 5% 0;
	}
	.item03 .img-box .img01{
		width: 50%;
	}
	.item03 .img-box .img01 .img-in{
		width: 100%;
		overflow: hidden;
	}
	.item03 .img-box .img02{
		width: 40%;
		padding: 27% 0 0 0;
		position: relative;
	}
	.item03 .img-box .img02 .img-in{
		width: 100%;
		overflow: hidden;
	}
	.item03 .num{
		width: 60px;
		position: absolute;
		top: 5%;
		left: 0;
	}
	.item03 .data{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item03 .data .data-l{
		width: 45%;
	}
	.item03 .data .data-l .txt{
		font-size: 16px;
		letter-spacing: 3px;
		text-align: justify;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 10% 0;
	}
	.item03 .data .data-l .line-box{
		width: 100%;
		height: 20px;
		position: relative;
	}
	.item03 .data .data-l .line-box .line01{
		width: 100%;
		height: 1px;
		background: #baaf97;
		position: relative;
		top: 13px;
	}
	.item03 .data .data-l .line-box .line02{
		width: 100%;
		height: 1px;
		background: #cae490;
		position: relative;
		top: 13px;
	}
	.item03 .data .data-l .line-box .line03{
		width: 100%;
		height: 1px;
		background: #cc9ba8;
		position: relative;
		top: 13px;
	}
	.item03 .data .data-l .line-box .line04{
		width: 100%;
		height: 1px;
		background: #9fbbdc;
		position: relative;
		top: 13px;
	}
	.item03 .data .data-l .line-box .icon{
		width: max-content;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 25px;
		letter-spacing: 2px;
		background: #fff;
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 0 0 10px;
	}
	.item03 .data .data-l .line-box .icon img{
		height: 20px;
	}
	.item03 .data .data-r{
		width: 45%;
	}

	.end-title{
		width: 25%;
		margin: 10% auto 3% auto;
	}

	/* icon-box */
	.icon-box-p01{
		bottom: 10%;
		left: -16%;
		right: 0;
		margin: 0 auto;
	}
	.icon-box-p02{
		top: 5%;
		right: -5%;
	}
	.icon-box-p03{
		top: 5%;
		left: -9%;
	}
	.icon-box-p04{
		top: -2%;
		right: 18%;
	}
	.icon-box-p05{
		top: 0%;
		right: 10%;
	}
	.icon-box-p06{
		top: 0%;
		left: 20%;
	}
	.icon-box-p07{
		top: 15%;
		right: 10%;
	}

	.icon-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		align-items: baseline;
		z-index: 99;
	}
	.icon-box02{
		align-items: center !important;
		z-index: 99;
	}
	.icon-box03{
		align-items: normal !important;
		z-index: 99;
	}
	.icon-b{
		bottom: 80px;
	}
	.icon-t{
		top: 45px;
	}

	.icon-box li:nth-child(1){
		width: max-content;
		position: relative;
	}
	.icon-box li:nth-child(3){
		width: max-content;
		position: relative;
	}
	.icon-title{
		font-family: "corporate-s", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 35px;
		letter-spacing: 2px;
		line-height: 1em;
	}
	.icon-title-sp{
		margin: 0 0 5% 0;
	}
	.icon-sub{
		font-family: "futura-pt", sans-serif;
		font-weight: 300;
		font-style: normal;
		font-size: 24px;
		letter-spacing: 2px;
		color: #646464;
		line-height: 1em;
	}

	.icon-box .c-line01{
		width: 1px;
		height: 340px;
		background: #000;
		transform: rotate(45deg);
		margin: 0 0 0 40px;
		position: relative;
		left: 15px;
        bottom: -80px;
	}
	.icon-box .c-line02{
		width: 1px;
		height: 250px;
		background: #000;
		transform: rotate(45deg);
		margin: 0 10px 0 40px;
		position: relative;
		left: -20px;
		top: -40px;
	}
	.icon-box .c-line03{
		width: 1px;
		height: 250px;
		background: #000;
		transform: rotate(45deg);
		margin: 0 30px 0 30px;
		position: relative;
		left: 0px;
		top: -40px;
	}
	.icon-box .c-line04{
		width: 1px;
		height: 340px;
		background: #000;
		transform: rotate(45deg);
		margin: 0 30px 0 30px;
		position: relative;
		left: -50px;
		top: -60px;
	}

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


	/*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: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 15px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.3em;
        white-space: nowrap;
	}
    .cart-title span{
		width: 15px;
		line-height: 0;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: -25px;
	}
    .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: #baaf97;
		border: .5px solid #baaf97;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #baaf97;
		color: #baaf97;
	}

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

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

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

	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #dabdaa;
		border: .5px solid #dabdaa;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn05 {
		background: #fff;
		border-color: #dabdaa;
		color: #dabdaa;
	}
	
	.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;
	}

	.cart-yen02{
		font-size: 16px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen02 .cart-yen02-box{
		position: relative;
	}
	.cart-yen02 .cart-yen02-box .yen-line{
		width: 100%;
		height: 1px;
		opacity: .5;
		background: #000;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 0;
		display: block;
	}
	.cart-yen02 .cart-yen02-box .min{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 0px;
		position: relative;
		top: -1px;
	}
	.cart-yen02 .sup{
		font-size: 12px;
		letter-spacing: 0px;
        white-space: nowrap;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		box-sizing: border-box;
		padding: 0 0 0 5px;
		color: #D61E0F;
	}

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

}

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

	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 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{
		width: 100%;
		overflow: hidden;
		position: relative;
		background: #f9f9f9;
		margin: 0 auto 5% auto;
	}
	.mv-logo{
		width: 9%;
		position: absolute;
		right: 2%;
		top: 3%;
		line-height: 0;
		z-index: 10;
	}
	.mv-img-box{
		width: 100%;
		position: relative;
	}
	.mv-title-box{
		width: 33%;
		top: 35%;
		-webkit-transform: translateY(-35%); /* Safari逕ｨ */
		transform: translateY(-35%);
		left: 15%;
		margin: 0 auto;
		position: absolute;
	}
	.mv-title01{
		width: 80%;
		margin: 0 0 8% 0;
	}
	.mv-title02{
		width: 100%;
		position: relative;
		margin: 0 0 8% 0;
	}
	.mv-title02-on{
		width: 100%;
		position: absolute !important;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.mv-title02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title03{
		width: 40%;
		position: relative;
	}
	.mv-title04{
		width: 95%;
		position: absolute;
		bottom: 10%;
		left: 0;
		right: 0;
		margin: 0 auto;
		overflow: hidden;
	}

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

	/* top-nav */
	.top-nav{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
	}
	.top-nav-list li{
		width: 25%;
	}
	.top-nav-list li a{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.top-nav-list li a .img{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.top-nav-list li a .img .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 1;
		transform: translateY(100%);
		transition: 1s;
	}
	.top-nav-list li a:hover .img .on{
		opacity: 1;
		transform: translateY(0%);
		transition: .7s;
	}
	.top-nav-list li a .title{
		width: 30%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.top-nav-list li a .title .title-in{
		width: 90%;
		margin: 0 auto;
		padding: 10% 0;
	}
	.top-nav-list li a .title .line{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 0 auto;
	}

	/* door */
	.door{
		width: 100%;
		overflow: hidden;
		margin: 10% auto 10% auto;
		position: relative;
	}
	.door .txt-box{
		width: 100%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.door .txt-box .title{
		width: 30%;
		margin: 0 auto 4% auto;
	}
	.door .txt-box .icon{
		width: 50px;
		height: 2px;
		background: #fff;
		margin: 0 auto 3% auto;
		transform: rotate(-45deg);
	}
	.door .txt-box .icon02{
		width: 50px;
		height: 2px;
		background: #cc9ba8;
		margin: 0 auto 3% auto;
		transform: rotate(-45deg);
	}
	.door .txt-box .txt{
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
		color: #fff;
	}
	.door .txt-box .txt02{
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
		color: #000;
	}

	/* color */
	.color00{
		color: #000;
	}
	.color01{
		color: #baaf97;
	}
	.color01-2{
		color: #fff;
	}
	.color03{
		color: #b29f99;
	}
	.color04{
		color: #43404e;
	}
	.color05{
		color: #c8beb4;
	}
	.color06{
		color: #cae490;
	}
	.color07{
		color: #99c1d8;
	}
	.color08{
		color: #fceaad;
	}
	.color09{
		color: #7d6b5d;
	}
	.color10{
		color: #cc9ba8;
	}
	.color11{
		color: #9fbbdc;
	}
	.color12{
		color: #cecbca;
	}


	.rever{
		flex-direction: row-reverse;
	}
	/* item01 */
	.item01{
		width: 100%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: flex-start;
		position: relative;
	}
	.item01 .img{
		width: 50%;
	}
	.item01 .data{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 7%;
	}
	.item01 .data .num{
		width: 60px;
		margin: 0 0 15% 0;
	}
	.item01 .data .txt{
		font-size: 15px;
		letter-spacing: 2px;
		text-align: justify;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 10% 0;
	}
	.item01 .data .line-box{
		width: 100%;
		height: 20px;
		position: relative;
		margin: 0 0 15% 0;
	}
	.item01 .data .line-box .line01{
		width: 100%;
		height: 1px;
		background: #baaf97;
		position: relative;
		top: 13px;
	}
	.item01 .data .line-box .line02{
		width: 100%;
		height: 1px;
		background: #cae490;
		position: relative;
		top: 13px;
	}
	.item01 .data .line-box .line03{
		width: 100%;
		height: 1px;
		background: #cc9ba8;
		position: relative;
		top: 13px;
	}
	.item01 .data .line-box .line04{
		width: 100%;
		height: 1px;
		background: #9fbbdc;
		position: relative;
		top: 13px;
	}
	.item01 .data .line-box .icon{
		width: max-content;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 25px;
		letter-spacing: 2px;
		background: #fff;
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 0 0 10px;
	}
	.item01 .data .line-box .icon img{
		height: 20px;
	}

	/* item01-02 */
	.pa_t{
		padding: 9% 0 0 0 !important;
	}
	.item01-02{
		width: 100%;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.item01-02 .num{
		width: 60px;
		position: absolute;
		top: 0%;
		right: 41%;
	}
	.item01-02 .num02{
		left: 10% !important;
	}
	.item01-02 .img{
		width: 100%;
		overflow: hidden;
	}
	.item01-02 .data{
		width: 25%;
		position: absolute;
		bottom: 10%;
		left: 15%;
	}
	.item01-02 .data02{
		width: 33%;
        position: absolute;
        top: 30%;
        right: 5%;
	}
	.item01-02 .data03{
		left: 10% !important;
	}
	.item01-02 .data02 .txt{
		font-size: 15px;
		letter-spacing: 2px;
		text-align: justify;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 10% 0;
	}
	.item01-02 .data02 .line-box{
		width: 100%;
		height: 20px;
		position: relative;
		margin: 0 0 15% 0;
	}
	.item01-02 .data02 .line-box .line01{
		width: 75%;
		height: 1px;
		background: #fff;
		position: relative;
		top: 13px;
	}
	.item01-02 .data02 .line-box .line02{
		width: 75%;
		height: 1px;
		background: #cae490;
		position: relative;
		top: 13px;
	}
	.item01-02 .data02 .line-box .line03{
		width: 75%;
		height: 1px;
		background: #cc9ba8;
		position: relative;
		top: 13px;
	}
	.item01-02 .data02 .line-box .line04{
		width: 75%;
		height: 1px;
		background: #9fbbdc;
		position: relative;
		top: 13px;
	}
	.item01-02 .data02 .line-box .icon{
		width: max-content;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 25px;
		letter-spacing: 2px;
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 0 0 10px;
	}
	.item01-02 .data02 .line-box .icon img{
		height: 20px;
	}

	/* item02 */
	.item02{
		width: 80%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item02 .num{
		width: 60px;
		position: absolute;
		top: 5%;
		left: 0;
	}
	.item02 .img{
		width: 65%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item02 .data{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item02 .data .data-l{
		width: 45%;
	}
	.item02 .data .data-l .txt{
		font-size: 15px;
		letter-spacing: 2px;
		text-align: justify;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 10% 0;
	}
	.item02 .data .data-l .line-box{
		width: 100%;
		height: 20px;
		position: relative;
	}
	.item02 .data .data-l .line-box .line01{
		width: 100%;
		height: 1px;
		background: #baaf97;
		position: relative;
		top: 13px;
	}
	.item02 .data .data-l .line-box .line02{
		width: 100%;
		height: 1px;
		background: #cae490;
		position: relative;
		top: 13px;
	}
	.item02 .data .data-l .line-box .line03{
		width: 100%;
		height: 1px;
		background: #cc9ba8;
		position: relative;
		top: 13px;
	}
	.item02 .data .data-l .line-box .line04{
		width: 100%;
		height: 1px;
		background: #9fbbdc;
		position: relative;
		top: 13px;
	}
	.item02 .data .data-l .line-box .icon{
		width: max-content;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 25px;
		letter-spacing: 2px;
		background: #fff;
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 0 0 10px;
	}
	.item02 .data .data-l .line-box .icon img{
		height: 20px;
	}
	.item02 .data .data-r{
		width: 45%;
	}

	/* item03 */
	.item03{
		width: 80%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item03 .img-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 5% 0;
	}
	.item03 .img-box .img01{
		width: 50%;
	}
	.item03 .img-box .img01 .img-in{
		width: 100%;
		overflow: hidden;
	}
	.item03 .img-box .img02{
		width: 40%;
		padding: 27% 0 0 0;
		position: relative;
	}
	.item03 .img-box .img02 .img-in{
		width: 100%;
		overflow: hidden;
	}
	.item03 .num{
		width: 60px;
		position: absolute;
		top: 5%;
		left: 0;
	}
	.item03 .data{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item03 .data .data-l{
		width: 45%;
	}
	.item03 .data .data-l .txt{
		font-size: 16px;
		letter-spacing: 3px;
		text-align: justify;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 10% 0;
	}
	.item03 .data .data-l .line-box{
		width: 100%;
		height: 20px;
		position: relative;
	}
	.item03 .data .data-l .line-box .line01{
		width: 100%;
		height: 1px;
		background: #baaf97;
		position: relative;
		top: 13px;
	}
	.item03 .data .data-l .line-box .line02{
		width: 100%;
		height: 1px;
		background: #cae490;
		position: relative;
		top: 13px;
	}
	.item03 .data .data-l .line-box .line03{
		width: 100%;
		height: 1px;
		background: #cc9ba8;
		position: relative;
		top: 13px;
	}
	.item03 .data .data-l .line-box .line04{
		width: 100%;
		height: 1px;
		background: #9fbbdc;
		position: relative;
		top: 13px;
	}
	.item03 .data .data-l .line-box .icon{
		width: max-content;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 25px;
		letter-spacing: 2px;
		background: #fff;
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 0 0 10px;
	}
	.item03 .data .data-l .line-box .icon img{
		height: 20px;
	}
	.item03 .data .data-r{
		width: 45%;
	}

	.end-title{
		width: 25%;
		margin: 10% auto 3% auto;
	}

	/* icon-box */
	.icon-box-p01{
		bottom: 10%;
		left: -16%;
		right: 0;
		margin: 0 auto;
	}
	.icon-box-p02{
		top: 5%;
		right: -5%;
	}
	.icon-box-p03{
		bottom: 0%;
        left: 3%;
	}
	.icon-box-p04{
		top: -2%;
		right: 10%;
	}
	.icon-box-p05{
		top: 0%;
		right: 10%;
	}
	.icon-box-p06{
		top: 0%;
		left: 20%;
	}
	.icon-box-p07{
		top: 15%;
		right: 10%;
	}

	.icon-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		align-items: baseline;
		z-index: 99;
	}
	.icon-box02{
		align-items: center !important;
		z-index: 99;
	}
	.icon-box03{
		align-items: normal !important;
		z-index: 99;
	}
	.icon-b{
		bottom: 80px;
	}
	.icon-t{
		top: 45px;
	}

	.icon-box li:nth-child(1){
		width: max-content;
		position: relative;
	}
	.icon-box li:nth-child(3){
		width: max-content;
		position: relative;
	}
	.icon-title{
		font-family: "corporate-s", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 35px;
		letter-spacing: 2px;
		line-height: 1em;
	}
	.icon-title-sp{
		margin: 0 0 5% 0;
	}
	.icon-sub{
		font-family: "futura-pt", sans-serif;
		font-weight: 300;
		font-style: normal;
		font-size: 24px;
		letter-spacing: 2px;
		color: #646464;
		line-height: 1em;
	}

	.icon-box .c-line01{
		width: 1px;
		height: 340px;
		background: #000;
		transform: rotate(45deg);
		margin: 0 0 0 40px;
		position: relative;
		left: 15px;
        bottom: -80px;
	}
	.icon-box .c-line02{
		width: 1px;
		height: 250px;
		background: #000;
		transform: rotate(45deg);
		margin: 0 10px 0 40px;
		position: relative;
		left: -20px;
		top: -40px;
	}
	.icon-box .c-line03{
		width: 1px;
		height: 250px;
		background: #000;
		transform: rotate(45deg);
		margin: 0 30px 0 30px;
		position: relative;
		left: 0px;
		top: -40px;
	}
	.icon-box .c-line04{
		width: 1px;
		height: 260px;
		background: #000;
		transform: rotate(45deg);
		margin: 0 30px 0 30px;
		position: relative;
		left: -30px;
		top: -60px;
	}

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


	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 1% 0;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 15px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.3em;
        white-space: nowrap;
	}
    .cart-title span{
		width: 15px;
		line-height: 0;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: -25px;
	}
    .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: #baaf97;
		border: .5px solid #baaf97;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #baaf97;
		color: #baaf97;
	}

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

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

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

	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #dabdaa;
		border: .5px solid #dabdaa;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn05 {
		background: #fff;
		border-color: #dabdaa;
		color: #dabdaa;
	}
	
	.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;
	}

	.cart-yen02{
		font-size: 16px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen02 .cart-yen02-box{
		position: relative;
	}
	.cart-yen02 .cart-yen02-box .yen-line{
		width: 100%;
		height: 1px;
		opacity: .5;
		background: #000;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 0;
		display: block;
	}
	.cart-yen02 .cart-yen02-box .min{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 0px;
		position: relative;
		top: -1px;
	}
	.cart-yen02 .sup{
		font-size: 12px;
		letter-spacing: 0px;
        white-space: nowrap;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		box-sizing: border-box;
		padding: 0 0 0 5px;
		color: #D61E0F;
	}

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

}

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

	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 15px;
        height: 15px;
        display: inline-block;
        background-size: 15px 15px;
        margin: 0 5px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
		width: 15px;
        height: 15px;
        display: inline-block;
        background-size: 15px 15px;
        margin: 0 5px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon02::before{
        content: url("../img/l-size02.svg");
		width: 15px;
        height: 15px;
        display: inline-block;
        background-size: 15px 15px;
        margin: 0 5px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon02::before{
        content: url("../img/s-size02.svg");
		width: 15px;
        height: 15px;
        display: inline-block;
        background-size: 15px 15px;
        margin: 0 5px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon03::before{
        content: url("../img/l-size03.svg");
		width: 15px;
        height: 15px;
        display: inline-block;
        background-size: 15px 15px;
        margin: 0 5px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon03::before{
        content: url("../img/s-size03.svg");
		width: 15px;
        height: 15px;
        display: inline-block;
        background-size: 15px 15px;
        margin: 0 5px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		background: #f9f9f9;
		margin: 0 auto 10% auto;
	}
	.mv-logo{
		width: 25%;
        position: absolute;
        right: 3%;
        top: 2%;
        line-height: 0;
        z-index: 10;
	}
	.mv-img-box{
		width: 100%;
		position: relative;
	}
	.mv-title-box{
		width: 65%;
		top: 50%;
		left: 7.5%;
		margin: 0 auto;
		position: absolute;
	}
	.mv-title01{
		width: 80%;
		margin: 0 0 8% 0;
	}
	.mv-title02{
		width: 100%;
		position: relative;
		margin: 0 0 8% 0;
	}
	.mv-title02-on{
		width: 100%;
		position: absolute !important;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.mv-title02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		line-height: 0;
	}
	.mv-title03{
		width: 40%;
		position: relative;
	}
	.mv-title04{
		width: 85%;
		position: absolute;
		bottom: 5%;
		left: 0;
		right: 0;
		margin: 0 auto;
		overflow: hidden;
	}

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

	/* top-nav */
	.top-nav{
		width: 96%;
		margin: 0 auto 15% auto;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	.top-nav-list li{
		width: 49%;
		margin: 0 0 2% 0;
		position: relative;
	}
	.top-nav-list li a{
		width: 100%;
		position: relative;
		display: block;
	}
	.top-nav-list li a .img{
		width: 100%;
		position: relative;
	}
	.top-nav-list li a .title{
		width: 50%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 999;
	}
	.top-nav-list li a .title .title-in{
		width: 90%;
		line-height: 0;
		margin: 0 auto;
		padding: 10% 0;
	}
	.top-nav-list li a .title .line{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 0 auto;
	}

	/* door */
	.door{
		width: 100%;
		overflow: hidden;
		margin: 20% auto 20% auto;
		position: relative;
	}
	.door .txt-box{
		width: 100%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.door .txt-box .title{
		width: 70%;
		margin: 0 auto 10% auto;
	}
	.door .txt-box .icon{
		width: 50px;
		height: 1px;
		background: #fff;
		margin: 0 auto 7% auto;
		transform: rotate(-45deg);
	}
	.door .txt-box .icon02{
		width: 50px;
		height: 1px;
		background: #cc9ba8;
		margin: 0 auto 7% auto;
		transform: rotate(-45deg);
	}
	.door .txt-box .txt{
		font-size: 17px;
		letter-spacing: 3px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
		color: #fff;
	}
	.door .txt-box .txt02{
		font-size: 17px;
		letter-spacing: 3px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
		color: #000;
	}

	/* color */
	.color00{
		color: #000;
	}
	.color01{
		color: #baaf97;
	}
	.color01-2{
		color: #000;
	}
	.color03{
		color: #b29f99;
	}
	.color04{
		color: #43404e;
	}
	.color05{
		color: #c8beb4;
	}
	.color06{
		color: #cae490;
	}
	.color07{
		color: #99c1d8;
	}
	.color08{
		color: #fceaad;
	}
	.color09{
		color: #7d6b5d;
	}
	.color10{
		color: #cc9ba8;
	}
	.color11{
		color: #9fbbdc;
	}
	.color12{
		color: #cecbca;
	}

	.sp-spc{
		width: 100%;
		margin: 0 0 0% 0 !important;
	}
	.img-c{
		margin: 0 auto !important;
	}

	/* item01 */
	.item01{
		width: 100%;
		margin: 0 auto 17% auto;
		position: relative;
	}
	.item01 .img{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.item01 .data{
		width: 85%;
		margin: 0 auto;
	}
	.item01 .num{
		width: 45px;
		margin: 0 0 7% 0;
		position: relative;
		left: 7.5%;
	}
	.item01 .num02{
		width: 45px;
		margin-bottom: 7% !important;
		margin-left: calc(93% - 45px) !important;
		left: 0 !important;
	}
	.item01 .num02{
		width: 45px;
		margin-bottom: 7% !important;
		margin-right: calc(100% - 45px) !important;
	}
	.item01 .data .txt{
		font-size: 15px;
		letter-spacing: 2px;
		text-align: justify;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	.item01 .data .line-box{
		width: 100%;
		height: 20px;
		position: relative;
		margin: 0 0 7% 0;
	}
	.item01 .data .line-box .line01{
		width: 100%;
		height: 1px;
		background: #baaf97;
		position: relative;
		top: 10px;
	}
	.item01 .data .line-box .line02{
		width: 100%;
		height: 1px;
		background: #cae490;
		position: relative;
		top: 10px;
	}
	.item01 .data .line-box .line03{
		width: 100%;
		height: 1px;
		background: #cc9ba8;
		position: relative;
		top: 10px;
	}
	.item01 .data .line-box .line04{
		width: 100%;
		height: 1px;
		background: #9fbbdc;
		position: relative;
		top: 10px;
	}
	.item01 .data .line-box .icon{
		width: max-content;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 18px;
		letter-spacing: 2px;
		background: #fff;
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 0 0 10px;
	}

	/* item01-02 */
	.m-7{
		margin: 0 0 7% 0 !important;
	}
	.item01-02{
		width: 100%;
		margin: 0 auto 17% auto;
		position: relative;
	}
	.item01-02 .num{
		width: 45px;
        margin: 0 0 7% 0;
        position: relative;
        left: 7.5%;
	}
	.item01-02 .img{
		width: 100%;
		overflow: hidden;
	}
	.item01-02 .img-sp{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 7% auto !important;
	}
	.item01-02 .data{
		width: 85%;
		margin: 0 auto;
	}
	.item01-02 .data02{
		width: 85%;
		margin: 0 auto;
	}
	.item01-02 .data03{
		left: 10% !important;
	}
	.item01-02 .data02 .txt{
		font-size: 15px;
        letter-spacing: 2px;
        text-align: justify;
        line-height: 2.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        margin: 0 0 5% 0;
	}
	.item01-02 .data02 .line-box{
		width: 100%;
		height: 20px;
		position: relative;
		margin: 0 0 7% 0;
	}
	.item01-02 .data02 .line-box .line01{
		width: 100%;
		height: 1px;
		background: #baaf97;
		position: relative;
		top: 10px;
	}
	.item01-02 .data02 .line-box .line02{
		width: 75%;
		height: 1px;
		background: #cae490;
		position: relative;
		top: 10px;
	}
	.item01-02 .data02 .line-box .line03{
		width: 75%;
		height: 1px;
		background: #cc9ba8;
		position: relative;
		top: 10px;
	}
	.item01-02 .data02 .line-box .line04{
		width: 75%;
		height: 1px;
		background: #9fbbdc;
		position: relative;
		top: 10px;
	}
	.item01-02 .data02 .line-box .icon{
		width: max-content;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 18px;
		letter-spacing: 2px;
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 0 0 10px;
		color: #baaf97 !important;
		background: #fff;
	}

	/* item02 */
	.item02{
		width: 100%;
		position: relative;
		margin: 0 auto 17% auto;
	}
	.item02 .num{
		width: 45px;
        margin: 0 0 7% 0;
        position: relative;
        left: 7.5%;
	}
	.item02 .num02{
		width: 45px;
		margin-bottom: 7% !important;
		margin-left: calc(93% - 45px) !important;
		left: 0 !important;
	}
	.item02 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 7% auto;
	}
	.item02 .data{
		width: 85%;
		margin: 0 auto;
	}
	.item02 .data .data-l{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.item02 .data .data-l .txt{
		font-size: 15px;
        letter-spacing: 2px;
        text-align: justify;
        line-height: 2.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        margin: 0 0 5% 0;
	}
	.item02 .data .data-l .line-box{
		width: 100%;
		height: 20px;
		position: relative;
	}
	.item02 .data .data-l .line-box .line01{
		width: 100%;
		height: 1px;
		background: #baaf97;
		position: relative;
		top: 10px;
	}
	.item02 .data .data-l .line-box .line02{
		width: 100%;
		height: 1px;
		background: #cae490;
		position: relative;
		top: 10px;
	}
	.item02 .data .data-l .line-box .line03{
		width: 100%;
		height: 1px;
		background: #cc9ba8;
		position: relative;
		top: 10px;
	}
	.item02 .data .data-l .line-box .line04{
		width: 100%;
		height: 1px;
		background: #9fbbdc;
		position: relative;
		top: 10px;
	}
	.item02 .data .data-l .line-box .icon{
		width: max-content;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 18px;
		letter-spacing: 2px;
		background: #fff;
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 0 0 10px;
	}
	.item02 .data .data-l .line-box .icon img{
		height: 20px;
	}
	.item02 .data .data-r{
		width: 100%;
	}

	/* item03 */
	.item03{
		width: 100%;
		position: relative;
		margin: 0 auto 17% auto;
	}
	.item03 .img-box{
		width: 100%;
	}
	.item03 .img-box .img01{
		width: 100%;
	}
	.item03 .img-box .img01 .img-in{
		width: 100%;
		overflow: hidden;
	}
	.item03 .img-box .img02{
		width: 85%;
		padding: 7% 0 0 0;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.item03 .img-box .img02 .img-in{
		width: 100%;
		overflow: hidden;
	}
	.item03 .num{
		width: 45px;
        margin: 0 0 7% 0;
        position: relative;
        left: 7.5%;
	}
	.item03 .num02{
		width: 45px;
		margin-bottom: 7% !important;
		margin-left: calc(93% - 45px) !important;
		left: 0 !important;
	}
	.item03 .data{
		width: 85%;
		margin: 0 auto;
	}
	.item03 .data .data-l{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.item03 .data .data-l .txt{
		font-size: 15px;
        letter-spacing: 2px;
        text-align: justify;
        line-height: 2.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        margin: 0 0 5% 0;
	}
	.item03 .data .data-l .line-box{
		width: 100%;
		height: 20px;
		position: relative;
	}
	.item03 .data .data-l .line-box .line01{
		width: 100%;
		height: 1px;
		background: #baaf97;
		position: relative;
		top: 10px;
	}
	.item03 .data .data-l .line-box .line02{
		width: 100%;
		height: 1px;
		background: #cae490;
		position: relative;
		top: 10px;
	}
	.item03 .data .data-l .line-box .line03{
		width: 100%;
		height: 1px;
		background: #cc9ba8;
		position: relative;
		top: 10px;
	}
	.item03 .data .data-l .line-box .line04{
		width: 100%;
		height: 1px;
		background: #9fbbdc;
		position: relative;
		top: 10px;
	}
	.item03 .data .data-l .line-box .icon{
		width: max-content;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		font-size: 18px;
		letter-spacing: 2px;
		background: #fff;
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 0 0 10px;
	}
	.item03 .data .data-r{
		width: 100%;
	}

	.end-title{
		width: 50%;
		margin: 0% auto 5% auto;
	}

	/* icon-box */
	.icon-box-p01{
		top: 1%;
		right: 5%;
	}
	.icon-box-p02{
		top: 0%;
		left: 0%;
		margin-bottom: -50px;
	}
	.icon-box-p03{
		top: 1%;
		right: 5%;
	}
	.icon-box-p04{
		top: 1%;
		left: 5%;
	}
	.icon-box-p05{
		top: 0%;
		left: 5%;
	}
	.icon-box-p06{
		top: 0%;
		left: 20%;
	}
	.icon-box-p07{
		top: 15%;
		right: 10%;
	}

	.icon-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		z-index: 99;
	}
	.icon-box02{
		align-items: center !important;
		position: relative !important;
		z-index: 99;
		top: -20px;
	}
	.icon-box03{
		align-items: normal !important;
		z-index: 99;
	}
	.icon-b{
		bottom: 20px;
	}
	.icon-b02{
		bottom: 40px;
	}
	.icon-t{
		top: 45px;
	}

	.icon-box li:nth-child(1){
		width: max-content;
		position: relative;
	}
	.icon-box li:nth-child(3){
		width: max-content;
		position: relative;
	}
	.icon-title{
		font-family: "corporate-s", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 27px;
		letter-spacing: 2px;
		line-height: 1em;
	}
	.icon-title-sp{
		margin: 0 0 5% 0;
	}
	.icon-sub{
		font-family: "futura-pt", sans-serif;
		font-weight: 300;
		font-style: normal;
		font-size: 20px;
		letter-spacing: 2px;
		color: #646464;
		line-height: 1em;
	}

	.icon-box .c-line01{
		width: 1px;
		height: 170px;
		background: #000;
		transform: rotate(35deg);
		margin: 0 0 0 40px;
		position: relative;
		left: -45px;
        top: -50px;
	}
	.icon-box .c-line02{
		width: 1px;
		height: 170px;
		background: #000;
		transform: rotate(35deg);
		margin: 0 10px 0 40px;
		position: relative;
		left: 0px;
        top: -30px;
	}
	.icon-box .c-line03{
		width: 1px;
		height: 170px;
		background: #000;
		transform: rotate(35deg);
		margin: 0 0 0 40px;
		position: relative;
		left: -33px;
        top: -50px;
	}
	.icon-box .c-line04{
		width: 1px;
		height: 260px;
		background: #000;
		transform: rotate(45deg);
		margin: 0 30px 0 30px;
		position: relative;
		left: -30px;
		top: -60px;
	}

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


	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 1% 0;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 15px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.3em;
        white-space: nowrap;
	}
    .cart-title span{
		width: 15px;
		line-height: 0;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: -25px;
	}
    .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: #baaf97;
		border: .5px solid #baaf97;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #baaf97;
		color: #baaf97;
	}

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

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

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

	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #dabdaa;
		border: .5px solid #dabdaa;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn05 {
		background: #fff;
		border-color: #dabdaa;
		color: #dabdaa;
	}
	
	.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;
	}

	.cart-yen02{
		font-size: 16px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen02 .cart-yen02-box{
		position: relative;
	}
	.cart-yen02 .cart-yen02-box .yen-line{
		width: 100%;
		height: 1px;
		opacity: .5;
		background: #000;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 0;
		display: block;
	}
	.cart-yen02 .cart-yen02-box .min{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 0px;
		position: relative;
		top: -1px;
	}
	.cart-yen02 .sup{
		font-size: 12px;
		letter-spacing: 0px;
        white-space: nowrap;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		box-sizing: border-box;
		padding: 0 0 0 5px;
		color: #D61E0F;
	}

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

	.foot_fix_btn {
		position: fixed;
		z-index: 99;
		bottom: 0;
		left: 0;
		width: 100%;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}
	.foot_fix_btn.js_hide {
		transform: translateY(100%);
	}
	.foot_fix_btn ul {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		text-align: center;
		font-size: 0;
	}
	.foot_fix_btn ul li:nth-child(1) {
		width: 25%;
		background: rgba(186, 175, 151, .8);
		box-sizing: border-box;
		border-right: 1px solid #eee;
	}
	.foot_fix_btn ul li:nth-child(2) {
		width: 25%;
		background: rgba(202, 228, 144, .8);
		box-sizing: border-box;
		border-right: 1px solid #eee;
	}
	.foot_fix_btn ul li:nth-child(3) {
		width: 25%;
		background: rgba(204, 155, 168, .8);
		box-sizing: border-box;
		border-right: 1px solid #eee;
	}
	.foot_fix_btn ul li:nth-child(4) {
		width: 25%;
		background: rgba(159, 187, 220, .8);
		box-sizing: border-box;
	}
	.foot_fix_btn ul li a {
		display: block;
		padding: 3px 0;
	}



	
}
