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;
}
.item-s div{
	line-height: 0;
	padding: 0;
	margin: 0;
}


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

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

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

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

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

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


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

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

Garamond Premier Pro Light Italic Display
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: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
		margin: 0 10px 0 0;
		line-height: 0;
		border: .5px solid #000;
		border-radius: 3px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
		margin: 0 10px 0 0;
		line-height: 0;
		border: .5px solid #000;
		border-radius: 3px;
    }
	.l-icon-w::before{
        content: url("../img/l-size-w.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
		margin: 0 10px 0 0;
		line-height: 0;
		border: .5px solid #fff;
		border-radius: 3px;
    }
    .s-icon-w::before{
        content: url("../img/s-size-w.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
		margin: 0 10px 0 0;
		line-height: 0;
		border: .5px solid #fff;
		border-radius: 3px;
    }

	/* ローディング画面のスタイル */
    .load {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 1);
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 9999;
		animation: fadeOut 1s ease-in-out 3.5s forwards;
    }
	@keyframes fadeOut {
		to {
		opacity: 0;
		visibility: hidden;
		}
    }
	body.no-scroll {
		overflow: hidden;
    }
	.load .img01{
		width: 100%;
		height: 100vh;
		background: url(../img/load01.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.load .img02{
		width: 100%;
		height: 100vh;
		background: url(../img/load02.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		background: #f9f9f9;
		margin: 0 auto 5% auto;
	}
	.mv-logo{
		width: 11%;
        z-index: 10;
        margin: 0 auto;
        position: absolute;
        bottom: 8%;
        right: 3%;
	}
	.mv-img-box{
		width: 100%;
		position: relative;
	}
	.mv-title-box{
		width: 37%;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari逕ｨ */
		transform: translateY(-50%);
		right: 10%;
		margin: 0 auto;
		position: absolute;
	}
	.mv-title01{
		width: 65%;
		overflow: hidden;
		position: relative;
		margin: 0 0 5% 35%;
	}
	.mv-title02{
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.mv-title02 li:nth-child(2){
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title03{
		width: 74%;
        overflow: hidden;
        position: relative;
        margin: -11% 0 0 26%;
	}
	.mv-title03 li:nth-child(2){
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-line01{
		width: 37%;
        height: 1px;
        background: #c29b76;
        position: absolute;
        top: 4%;
        left: -7%;
	}
	.mv-line02{
		width: 46%;
        height: 1px;
        background: #c29b76;
        position: absolute;
        bottom: 17%;
        right: -20%;
	}

	/* 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;
	}
	.read .read-bg{
		width: 100%;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		overflow: visible;
	}
	.read .read-bg::before {
		content: '';
		position: absolute;
		top: -200px;
		left: 0;
		right: 0;
		height: 200px;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
		pointer-events: none;
	}
	
	/* common */
	.on-bg{
		width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        background: linear-gradient(to bottom, #fff 0%, #fff 70%, transparent 100%);
	}
	.on-bg02{
		width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        background: linear-gradient(to bottom, #f3eeea 0%, #f3eeea 70%, transparent 100%);
	}

	/* top-nav */
	.top-nav{
		width: 70%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-list li{
		width: 22%;
	}
	.top-nav-list li a{
		width: 100%;
		position: relative;
		text-decoration: none;
		color: #000;
		display: block;
	}
	.top-nav-list li a .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.top-nav-list li a .img img{
		transform: scale(1);
		transition: .3s;
	}
	.top-nav-list li a:hover .img img{
		transform: scale(1.04);
		transition: .3s;
	}
	.top-nav-list li a .title{
		font-size: 2.5em;
        letter-spacing: 2px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		line-height: 1em;
		text-align: center;
		margin: 0 0 5% 0;
	}
	.top-nav-list li a .title span{
		color: #c29b76;
	}
	.top-nav-list li a .line{
		width: 100%;
		height: 1px;
		background: #000;
		transition: .3s;
		margin: 0 0 5% 0;
	}
	.top-nav-list li a:hover .line{
		background: #c29b76;
		transition: .3s;
	}
	.top-nav-list li a .sub{
		font-size: 1em;
        letter-spacing: 6px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 1em;
		text-align: center;
	}

	/* side-nav */
	#side-nav{
		position: fixed;
		width:100%;
		z-index: 99;
		top: 0%;
		left: 0px;
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		background: rgba(255, 255, 255, .6);
	}
	.side-nav-in{
		width: 60%;
		display: flex;
		justify-content: flex-start;
		margin: 10px auto;
	}
	#side-nav nav .side-nav-in li{
		width: 33.33%;
		position: relative;
		box-sizing: border-box;
		border-left: 1px solid #A3A3A3;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li:last-child{
		width: 33.33%;
		position: relative;
		box-sizing: border-box;
		border-left: 1px solid #A3A3A3;
		border-right: 1px solid #A3A3A3;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a{
		width: 100%;
		display: block;
		padding: 0 15% 0px 15%;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a .name{
		width: 50%;
		margin: 0 auto;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a .line{
		width: 70%;
		height: 4px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -10px;
		opacity: 0;
		transition: .3s;
		z-index: -1;
		margin: 0 auto;
	}
	.side-line01{
		background: #c29b76;
	}
	#side-nav nav .side-nav-in li a::after {
		fill: #000;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a.color01{
		fill: #C6AB7A;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li.current a.color02{
		fill: #ACB7A3;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li.current a.color03{
		fill: #EFCCD0;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li.current a .line{
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a::after {
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li a:hover {
		fill: #000;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a:hover .line{
		opacity: 1;
		transition: .3s;
	}
	.side-nav02{
		position: fixed;
		width: max-content;
		z-index: 10;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari逕ｨ */
        transform: translateY(-50%);
		left: 0px;
		z-index: 99;
	}
	.side-nav02{
		width: 60px;
		transition: opacity 0.3s ease;
	}

	.section-box{
		width: 100%;
		position: relative;
		margin: -5% auto 10% auto;
		padding: 5% 0 0 0;
	}
	.section-box-end{
		width: 100%;
		height: 0px;
		position: relative;
		margin: 0 auto 0% auto !important;
		padding: 0 0 0 0 !important;
	}
	
	/* door */
	.door{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.door .main-title{
		width: 40%;
		position: relative;
		margin: 0 auto 2% auto;
	}
	.door .main-title li:nth-child(2){
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .line01{
		width: 56%;
        height: 1px;
        position: absolute;
        top: 40%;
        right: 0;
        background: #000;
	}
	.door .txt-side01{
		font-size: 1.2em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 1em;
        position: absolute;
        top: 30%;
        right: 3%;
	}
	.door .line02{
		width: 60%;
        height: 1px;
        position: absolute;
        top: 43%;
        right: 0;
        background: #000;
	}
	.door .txt-side02{
		font-size: 1.2em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 1em;
        position: absolute;
        top: 33%;
        right: 3%;
	}
	.door .line03{
		width: 56%;
        height: 1px;
        position: absolute;
        top: 40%;
        right: 0;
        background: #000;
	}
	.door .txt-side03{
		font-size: 1.2em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 1em;
        position: absolute;
        top: 30%;
        right: 3%;
	}
	.door .line04{
		width: 52%;
        height: 1px;
        position: absolute;
        top: 47%;
        right: 0;
        background: #000;
	}
	.door .txt-side04{
		font-size: 1.2em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 1em;
        position: absolute;
        top: 36%;
        right: 3%;
	}
	.door .txt{
		font-size: 1.3em;
        letter-spacing: 5px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
		text-align: center;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item */
	.item{
		width: 75%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: flex-start;
	}
	.item .img{
		width: 50%;
		position: relative;
		overflow: hidden;
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 3% 7% 0 7%;
	}
	.item .data .num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 10% 0;
	}
	.item .data .num li:nth-child(1){
		font-size: 2.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 2px;
		line-height: 1em;
		margin: 0 10px 0 0;
	}
	.item .data .num li:nth-child(2){
		width: 40px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
	}
	.item .data .num li:nth-child(3){
		font-size: 2.2em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: 2px;
		line-height: 1em;
	}
	.item .data .title{
		font-size: 2em;
        letter-spacing: 5px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2em;
		text-align: justify;
		margin: 0 0 10% 0;
		white-space: nowrap;
	}
	.item .data .title .color{
		color: #c29b76;
	}
	.item .data .txt{
		font-size: 1.1em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.2em;
		text-align: justify;
		margin: 0 0 10% 0;
	}

	/* big-img */
	.big-img{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.big-img02{
		width: 60%;
		position: relative;
		overflow: hidden;
		margin: 0 0 5% 40%;
	}

	/* item02 */
	.item02{
		width: 75%;
		margin: 0 auto 7% auto;
	}
	.item02 .img{
		width: 100%;
		display: flex;
		justify-content: space-between;
		position: relative;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item02 .img .img-in{
		width: 49%;
		position: relative;
		overflow: hidden;
	}
	.item02 .data{
		width: 100%;
	}
	.item02 .data .data-in{
		width: 85%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item02 .top-data{
		width: 80%;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		position: relative;
		z-index: 10;
	}
	.item02 .top-data .num{
		width: 50%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item02 .top-data .num li:nth-child(1){
		font-size: 2.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 2px;
		line-height: 1em;
		margin: 0 10px 0 0;
	}
	.item02 .top-data .num li:nth-child(2){
		width: 40px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
	}
	.item02 .top-data .num li:nth-child(3){
		font-size: 2.2em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: 2px;
		line-height: 1em;
	}
	.item02 .top-data .title{
		width: 50%;
		font-size: 2em;
        letter-spacing: 5px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2em;
		text-align: justify;
		white-space: nowrap;
	}
	.item02 .top-data .title .color{
		color: #c29b76;
	}
	.item02 .data .txt{
		width: 45%;
		font-size: 1.1em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.2em;
		text-align: justify;
	}
	.item02 .data .link-box{
		width: 45%;
	}

	/* item03 */
	.item03{
		width: 75%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
	}
	.item03 .data01{
		width: 50%;
	}
	.item03 .data01 .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 7% 0;
	}
	.item03 .data01 .link-box{
		width: 80%;
		margin: 0 auto;
	}
	.item03 .data02{
		width: 45%;
		padding: 3% 0 0 0;
	}
	.item03 .data02 .num{
		width: 85%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 10% auto;
	}
	.item03 .data02 .num li:nth-child(1){
		font-size: 2.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 2px;
		line-height: 1em;
		margin: 0 10px 0 0;
	}
	.item03 .data02 .num li:nth-child(2){
		width: 40px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
	}
	.item03 .data02 .num li:nth-child(3){
		font-size: 2.2em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: 2px;
		line-height: 1em;
	}
	.item03 .data02 .title{
		width: 85%;
		font-size: 2em;
        letter-spacing: 5px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2em;
		text-align: justify;
		margin: 0 auto 10% auto;
		white-space: nowrap;
	}
	.item03 .data02 .title .color{
		color: #c29b76;
	}
	.item03 .data02 .txt{
		width: 85%;
		font-size: 1.1em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.2em;
		text-align: justify;
		margin: 0 auto 10% auto;
	}
	.item03 .data02 .img{
		width: 100%;
		position: relative;
		overflow: hidden;
	}

	/* item04 */
	.item04{
		width: 65%;
		margin: 0 auto 7% auto;
	}
	.item04 .img{
		width: 55%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item04 .data{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.item04 .data .data01{
		width: 45%;
	}
	.item04 .data .data01 .num{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 10% auto;
	}
	.item04 .data .data01 .num li:nth-child(1){
		font-size: 2.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 2px;
		line-height: 1em;
		margin: 0 10px 0 0;
	}
	.item04 .data .data01 .num li:nth-child(2){
		width: 40px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
	}
	.item04 .data .data01 .num li:nth-child(3){
		font-size: 2.2em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: 2px;
		line-height: 1em;
	}
	.item04 .data .data01 .title{
		width: 100%;
		font-size: 2em;
        letter-spacing: 5px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2em;
		text-align: justify;
		margin: 0 auto 10% auto;
		white-space: nowrap;
	}
	.item04 .data .data01 .title .color{
		color: #c29b76;
	}
	.item04 .data .data01 .txt{
		width: 100%;
		font-size: 1.1em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.2em;
		text-align: justify;
	}
	.item04 .data .data02{
		width: 45%;
	}

	/* end-door */
	.end-door{
		width: 100%;
		padding: 7% 0 0 0;
		margin: -7% auto 5% auto;
	}
	.end-door .title{
		font-size: 4em;
        font-family: "garamond-premier-pro-display", serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 4px;
        line-height: 1em;
        margin: 0 0 2% 0;
		text-align: center;
	}
	.end-door .sub{
		font-size: 2em;
        letter-spacing: 5px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
        text-align: center;
		color: #c29b76;
        margin: 0 0 1% 0;
	}
	.end-door .txt{
		font-size: 1.3em;
        letter-spacing: 5px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
        text-align: center;
	}
	/* wrap */
	.wrap{
		width: 100%;
		background: #f3eeea;
		margin: 0 auto 7% auto;
		padding: 5% 0 1px 0;
	}
	/* a-item */
	.a-item{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 7% auto;
	}
	.a-item .data01{
		width: 55%;
	}
	.a-item .data01 .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 7% 0;
	}
	.a-item .data02{
		width: 45%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.a-item .data02 .title{
		width: 70%;
		margin: 0 0 5% 0;
	}
	.a-item .data02 .line{
		width: 10%;
		height: 1px;
		background: #000;
		margin: 0 0 10% 0;
	}
	.a-item .data02 .txt{
		font-size: 1.1em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.2em;
        text-align: justify;
		margin: 0 0 20% 0;
	}
	.a-item .data02 .icon{
		width: 50%;
	}
	.a-item .data01 .link-box01{
		margin: 0 0 0 10%;
	}
	.a-item .data01 .link-box02{
		margin: 0 0 0 0%;
	}
	.a-item .data01 .link-box{
		width: 90%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.a-item .data01 .link-box li{
		width: 45%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 0 1% 0;
	}

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

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

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

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

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

}

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

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

	/* ローディング画面のスタイル */
    .load {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 1);
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 9999;
		animation: fadeOut 1s ease-in-out 3.5s forwards;
    }
	@keyframes fadeOut {
		to {
		opacity: 0;
		visibility: hidden;
		}
    }
	body.no-scroll {
		overflow: hidden;
    }
	.load .img01{
		width: 100%;
		height: 100vh;
		background: url(../img/load01.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.load .img02{
		width: 100%;
		height: 100vh;
		background: url(../img/load02.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		background: #f9f9f9;
		margin: 0 auto 5% auto;
	}
	.mv-logo{
		width: 11%;
        z-index: 10;
        margin: 0 auto;
        position: absolute;
        bottom: 8%;
        right: 3%;
	}
	.mv-img-box{
		width: 100%;
		position: relative;
	}
	.mv-title-box{
		width: 37%;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari逕ｨ */
		transform: translateY(-50%);
		right: 10%;
		margin: 0 auto;
		position: absolute;
	}
	.mv-title01{
		width: 65%;
		overflow: hidden;
		position: relative;
		margin: 0 0 5% 35%;
	}
	.mv-title02{
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.mv-title02 li:nth-child(2){
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title03{
		width: 74%;
        overflow: hidden;
        position: relative;
        margin: -11% 0 0 26%;
	}
	.mv-title03 li:nth-child(2){
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-line01{
		width: 37%;
        height: 1px;
        background: #c29b76;
        position: absolute;
        top: 4%;
        left: -7%;
	}
	.mv-line02{
		width: 46%;
        height: 1px;
        background: #c29b76;
        position: absolute;
        bottom: 17%;
        right: -20%;
	}

	/* 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;
	}
	.read .read-bg{
		width: 100%;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		overflow: visible;
	}
	.read .read-bg::before {
		content: '';
		position: absolute;
		top: -200px;
		left: 0;
		right: 0;
		height: 200px;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
		pointer-events: none;
	}
	
	/* common */
	.on-bg{
		width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        background: linear-gradient(to bottom, #fff 0%, #fff 70%, transparent 100%);
	}
	.on-bg02{
		width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        background: linear-gradient(to bottom, #f3eeea 0%, #f3eeea 70%, transparent 100%);
	}

	/* top-nav */
	.top-nav{
		width: 70%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-list li{
		width: 22%;
	}
	.top-nav-list li a{
		width: 100%;
		position: relative;
		text-decoration: none;
		color: #000;
		display: block;
	}
	.top-nav-list li a .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.top-nav-list li a .img img{
		transform: scale(1);
		transition: .3s;
	}
	.top-nav-list li a:hover .img img{
		transform: scale(1.04);
		transition: .3s;
	}
	.top-nav-list li a .title{
		font-size: 2.5em;
        letter-spacing: 2px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		line-height: 1em;
		text-align: center;
		margin: 0 0 5% 0;
	}
	.top-nav-list li a .title span{
		color: #c29b76;
	}
	.top-nav-list li a .line{
		width: 100%;
		height: 1px;
		background: #000;
		transition: .3s;
		margin: 0 0 5% 0;
	}
	.top-nav-list li a:hover .line{
		background: #c29b76;
		transition: .3s;
	}
	.top-nav-list li a .sub{
		font-size: 1em;
        letter-spacing: 6px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 1em;
		text-align: center;
	}

	/* side-nav */
	#side-nav{
		position: fixed;
		width:100%;
		z-index: 99;
		top: 0%;
		left: 0px;
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		background: rgba(255, 255, 255, .6);
	}
	.side-nav-in{
		width: 60%;
		display: flex;
		justify-content: flex-start;
		margin: 10px auto;
	}
	#side-nav nav .side-nav-in li{
		width: 33.33%;
		position: relative;
		box-sizing: border-box;
		border-left: 1px solid #A3A3A3;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li:last-child{
		width: 33.33%;
		position: relative;
		box-sizing: border-box;
		border-left: 1px solid #A3A3A3;
		border-right: 1px solid #A3A3A3;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a{
		width: 100%;
		display: block;
		padding: 0 15% 0px 15%;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a .name{
		width: 50%;
		margin: 0 auto;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a .line{
		width: 70%;
		height: 4px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -10px;
		opacity: 0;
		transition: .3s;
		z-index: -1;
		margin: 0 auto;
	}
	.side-line01{
		background: #c29b76;
	}
	#side-nav nav .side-nav-in li a::after {
		fill: #000;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a.color01{
		fill: #C6AB7A;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li.current a.color02{
		fill: #ACB7A3;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li.current a.color03{
		fill: #EFCCD0;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li.current a .line{
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a::after {
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li a:hover {
		fill: #000;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a:hover .line{
		opacity: 1;
		transition: .3s;
	}
	.side-nav02{
		position: fixed;
		width: max-content;
		z-index: 10;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari逕ｨ */
        transform: translateY(-50%);
		left: 0px;
		z-index: 99;
	}
	.side-nav02{
		width: 60px;
		transition: opacity 0.3s ease;
	}

	.section-box{
		width: 100%;
		position: relative;
		margin: -5% auto 10% auto;
		padding: 5% 0 0 0;
	}
	.section-box-end{
		width: 100%;
		height: 0px;
		position: relative;
		margin: 0 auto 0% auto !important;
		padding: 0 0 0 0 !important;
	}
	
	/* door */
	.door{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.door .main-title{
		width: 40%;
		position: relative;
		margin: 0 auto 2% auto;
	}
	.door .main-title li:nth-child(2){
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .line01{
		width: 56%;
        height: 1px;
        position: absolute;
        top: 40%;
        right: 0;
        background: #000;
	}
	.door .txt-side01{
		font-size: 1.2em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 1em;
        position: absolute;
        top: 30%;
        right: 3%;
	}
	.door .line02{
		width: 60%;
        height: 1px;
        position: absolute;
        top: 43%;
        right: 0;
        background: #000;
	}
	.door .txt-side02{
		font-size: 1.2em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 1em;
        position: absolute;
        top: 33%;
        right: 3%;
	}
	.door .line03{
		width: 56%;
        height: 1px;
        position: absolute;
        top: 40%;
        right: 0;
        background: #000;
	}
	.door .txt-side03{
		font-size: 1.2em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 1em;
        position: absolute;
        top: 30%;
        right: 3%;
	}
	.door .line04{
		width: 52%;
        height: 1px;
        position: absolute;
        top: 47%;
        right: 0;
        background: #000;
	}
	.door .txt-side04{
		font-size: 1.2em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 1em;
        position: absolute;
        top: 36%;
        right: 3%;
	}
	.door .txt{
		font-size: 1.3em;
        letter-spacing: 5px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
		text-align: center;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item */
	.item{
		width: 75%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: flex-start;
	}
	.item .img{
		width: 50%;
		position: relative;
		overflow: hidden;
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 3% 7% 0 7%;
	}
	.item .data .num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 10% 0;
	}
	.item .data .num li:nth-child(1){
		font-size: 2.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 2px;
		line-height: 1em;
		margin: 0 10px 0 0;
	}
	.item .data .num li:nth-child(2){
		width: 40px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
	}
	.item .data .num li:nth-child(3){
		font-size: 2.2em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: 2px;
		line-height: 1em;
	}
	.item .data .title{
		font-size: 2em;
        letter-spacing: 5px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2em;
		text-align: justify;
		margin: 0 0 10% 0;
		white-space: nowrap;
	}
	.item .data .title .color{
		color: #c29b76;
	}
	.item .data .txt{
		font-size: 1.1em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.2em;
		text-align: justify;
		margin: 0 0 10% 0;
	}

	/* big-img */
	.big-img{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.big-img02{
		width: 60%;
		position: relative;
		overflow: hidden;
		margin: 0 0 5% 40%;
	}

	/* item02 */
	.item02{
		width: 75%;
		margin: 0 auto 7% auto;
	}
	.item02 .img{
		width: 100%;
		display: flex;
		justify-content: space-between;
		position: relative;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item02 .img .img-in{
		width: 49%;
		position: relative;
		overflow: hidden;
	}
	.item02 .data{
		width: 100%;
	}
	.item02 .data .data-in{
		width: 85%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item02 .top-data{
		width: 80%;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		position: relative;
		z-index: 10;
	}
	.item02 .top-data .num{
		width: 50%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item02 .top-data .num li:nth-child(1){
		font-size: 2.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 2px;
		line-height: 1em;
		margin: 0 10px 0 0;
	}
	.item02 .top-data .num li:nth-child(2){
		width: 40px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
	}
	.item02 .top-data .num li:nth-child(3){
		font-size: 2.2em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: 2px;
		line-height: 1em;
	}
	.item02 .top-data .title{
		width: 50%;
		font-size: 2em;
        letter-spacing: 5px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2em;
		text-align: justify;
		white-space: nowrap;
	}
	.item02 .top-data .title .color{
		color: #c29b76;
	}
	.item02 .data .txt{
		width: 45%;
		font-size: 1.1em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.2em;
		text-align: justify;
	}
	.item02 .data .link-box{
		width: 45%;
	}

	/* item03 */
	.item03{
		width: 75%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
	}
	.item03 .data01{
		width: 50%;
	}
	.item03 .data01 .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 7% 0;
	}
	.item03 .data01 .link-box{
		width: 80%;
		margin: 0 auto;
	}
	.item03 .data02{
		width: 45%;
		padding: 3% 0 0 0;
	}
	.item03 .data02 .num{
		width: 85%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 10% auto;
	}
	.item03 .data02 .num li:nth-child(1){
		font-size: 2.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 2px;
		line-height: 1em;
		margin: 0 10px 0 0;
	}
	.item03 .data02 .num li:nth-child(2){
		width: 40px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
	}
	.item03 .data02 .num li:nth-child(3){
		font-size: 2.2em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: 2px;
		line-height: 1em;
	}
	.item03 .data02 .title{
		width: 85%;
		font-size: 2em;
        letter-spacing: 5px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2em;
		text-align: justify;
		margin: 0 auto 10% auto;
		white-space: nowrap;
	}
	.item03 .data02 .title .color{
		color: #c29b76;
	}
	.item03 .data02 .txt{
		width: 85%;
		font-size: 1.1em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.2em;
		text-align: justify;
		margin: 0 auto 10% auto;
	}
	.item03 .data02 .img{
		width: 100%;
		position: relative;
		overflow: hidden;
	}

	/* item04 */
	.item04{
		width: 65%;
		margin: 0 auto 7% auto;
	}
	.item04 .img{
		width: 55%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item04 .data{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.item04 .data .data01{
		width: 45%;
	}
	.item04 .data .data01 .num{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 10% auto;
	}
	.item04 .data .data01 .num li:nth-child(1){
		font-size: 2.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 2px;
		line-height: 1em;
		margin: 0 10px 0 0;
	}
	.item04 .data .data01 .num li:nth-child(2){
		width: 40px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
	}
	.item04 .data .data01 .num li:nth-child(3){
		font-size: 2.2em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: 2px;
		line-height: 1em;
	}
	.item04 .data .data01 .title{
		width: 100%;
		font-size: 2em;
        letter-spacing: 5px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2em;
		text-align: justify;
		margin: 0 auto 10% auto;
		white-space: nowrap;
	}
	.item04 .data .data01 .title .color{
		color: #c29b76;
	}
	.item04 .data .data01 .txt{
		width: 100%;
		font-size: 1.1em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.2em;
		text-align: justify;
	}
	.item04 .data .data02{
		width: 45%;
	}

	/* end-door */
	.end-door{
		width: 100%;
		padding: 7% 0 0 0;
		margin: -7% auto 5% auto;
	}
	.end-door .title{
		font-size: 4em;
        font-family: "garamond-premier-pro-display", serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 4px;
        line-height: 1em;
        margin: 0 0 2% 0;
		text-align: center;
	}
	.end-door .sub{
		font-size: 2em;
        letter-spacing: 5px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
        text-align: center;
		color: #c29b76;
        margin: 0 0 1% 0;
	}
	.end-door .txt{
		font-size: 1.3em;
        letter-spacing: 5px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
        text-align: center;
	}
	/* wrap */
	.wrap{
		width: 100%;
		background: #f3eeea;
		margin: 0 auto 7% auto;
		padding: 5% 0 1px 0;
	}
	/* a-item */
	.a-item{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 7% auto;
	}
	.a-item .data01{
		width: 55%;
	}
	.a-item .data01 .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 7% 0;
	}
	.a-item .data02{
		width: 45%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.a-item .data02 .title{
		width: 70%;
		margin: 0 0 5% 0;
	}
	.a-item .data02 .line{
		width: 10%;
		height: 1px;
		background: #000;
		margin: 0 0 10% 0;
	}
	.a-item .data02 .txt{
		font-size: 1.1em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.2em;
        text-align: justify;
		margin: 0 0 20% 0;
	}
	.a-item .data02 .icon{
		width: 50%;
	}
	.a-item .data01 .link-box01{
		margin: 0 0 0 10%;
	}
	.a-item .data01 .link-box02{
		margin: 0 0 0 0%;
	}
	.a-item .data01 .link-box{
		width: 90%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.a-item .data01 .link-box li{
		width: 45%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 0 1% 0;
	}

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

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

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

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

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

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

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

	/* ローディング画面のスタイル */
    .load {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 1);
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 9999;
		animation: fadeOut 1s ease-in-out 3.5s forwards;
    }
	@keyframes fadeOut {
		to {
		opacity: 0;
		visibility: hidden;
		}
    }
	body.no-scroll {
		overflow: hidden;
    }
	.load .img01{
		width: 100%;
		height: 100vh;
		background: url(../img/load01.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.load .img02{
		width: 100%;
		height: 100vh;
		background: url(../img/load02.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		background: #f9f9f9;
		margin: 0 auto 5% auto;
	}
	.mv-logo{
		width: 11%;
        z-index: 10;
        margin: 0 auto;
        position: absolute;
        bottom: 8%;
        right: 3%;
	}
	.mv-img-box{
		width: 100%;
		position: relative;
	}
	.mv-title-box{
		width: 37%;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari逕ｨ */
		transform: translateY(-50%);
		right: 10%;
		margin: 0 auto;
		position: absolute;
	}
	.mv-title01{
		width: 65%;
		overflow: hidden;
		position: relative;
		margin: 0 0 5% 35%;
	}
	.mv-title02{
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.mv-title02 li:nth-child(2){
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title03{
		width: 74%;
        overflow: hidden;
        position: relative;
        margin: -11% 0 0 26%;
	}
	.mv-title03 li:nth-child(2){
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-line01{
		width: 37%;
        height: 1px;
        background: #c29b76;
        position: absolute;
        top: 4%;
        left: -7%;
	}
	.mv-line02{
		width: 46%;
        height: 1px;
        background: #c29b76;
        position: absolute;
        bottom: 17%;
        right: -20%;
	}

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

	/* top-nav */
	.top-nav{
		width: 70%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-list li{
		width: 22%;
	}
	.top-nav-list li a{
		width: 100%;
		position: relative;
		text-decoration: none;
		color: #000;
		display: block;
	}
	.top-nav-list li a .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.top-nav-list li a .img img{
		transform: scale(1);
		transition: .3s;
	}
	.top-nav-list li a:hover .img img{
		transform: scale(1.04);
		transition: .3s;
	}
	.top-nav-list li a .title{
		font-size: 1.5em;
        letter-spacing: 2px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		line-height: 1em;
		text-align: center;
		margin: 0 0 5% 0;
	}
	.top-nav-list li a .title span{
		color: #c29b76;
	}
	.top-nav-list li a .line{
		width: 100%;
		height: 1px;
		background: #000;
		transition: .3s;
		margin: 0 0 5% 0;
	}
	.top-nav-list li a:hover .line{
		background: #c29b76;
		transition: .3s;
	}
	.top-nav-list li a .sub{
		font-size: .8em;
        letter-spacing: 4px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 1em;
		text-align: center;
	}

	/* side-nav */
	#side-nav{
		position: fixed;
		width:100%;
		z-index: 99;
		top: 0%;
		left: 0px;
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		background: rgba(255, 255, 255, .6);
	}
	.side-nav-in{
		width: 60%;
		display: flex;
		justify-content: flex-start;
		margin: 10px auto;
	}
	#side-nav nav .side-nav-in li{
		width: 33.33%;
		position: relative;
		box-sizing: border-box;
		border-left: 1px solid #A3A3A3;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li:last-child{
		width: 33.33%;
		position: relative;
		box-sizing: border-box;
		border-left: 1px solid #A3A3A3;
		border-right: 1px solid #A3A3A3;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a{
		width: 100%;
		display: block;
		padding: 0 15% 0px 15%;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a .name{
		width: 50%;
		margin: 0 auto;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a .line{
		width: 70%;
		height: 4px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -10px;
		opacity: 0;
		transition: .3s;
		z-index: -1;
		margin: 0 auto;
	}
	.side-line01{
		background: #c29b76;
	}
	#side-nav nav .side-nav-in li a::after {
		fill: #000;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a.color01{
		fill: #C6AB7A;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li.current a.color02{
		fill: #ACB7A3;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li.current a.color03{
		fill: #EFCCD0;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li.current a .line{
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a::after {
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li a:hover {
		fill: #000;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a:hover .line{
		opacity: 1;
		transition: .3s;
	}
	.side-nav02{
		position: fixed;
		width: max-content;
		z-index: 10;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari逕ｨ */
        transform: translateY(-50%);
		left: 0px;
		z-index: 99;
	}
	.side-nav02{
		width: 60px;
		transition: opacity 0.3s ease;
	}

	.section-box{
		width: 100%;
		position: relative;
		margin: -5% auto 10% auto;
		padding: 5% 0 0 0;
	}
	.section-box-end{
		width: 100%;
		height: 0px;
		position: relative;
		margin: 0 auto 0% auto !important;
		padding: 0 0 0 0 !important;
	}
	
	/* door */
	.door{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.door .main-title{
		width: 35%;
		position: relative;
		margin: 0 auto 2% auto;
	}
	.door .main-title li:nth-child(2){
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .line01{
		width: 56%;
        height: 1px;
        position: absolute;
        top: 40%;
        right: 0;
        background: #000;
	}
	.door .txt-side01{
		font-size: .9em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 1em;
        position: absolute;
        top: 30%;
        right: 3%;
	}
	.door .line02{
		width: 60%;
        height: 1px;
        position: absolute;
        top: 43%;
        right: 0;
        background: #000;
	}
	.door .txt-side02{
		font-size: .9em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 1em;
        position: absolute;
        top: 33%;
        right: 3%;
	}
	.door .line03{
		width: 56%;
        height: 1px;
        position: absolute;
        top: 40%;
        right: 0;
        background: #000;
	}
	.door .txt-side03{
		font-size: .9em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 1em;
        position: absolute;
        top: 28%;
        right: 3%;
	}
	.door .line04{
		width: 52%;
        height: 1px;
        position: absolute;
        top: 47%;
        right: 0;
        background: #000;
	}
	.door .txt-side04{
		font-size: .9em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 1em;
        position: absolute;
        top: 36%;
        right: 3%;
	}
	.door .txt{
		font-size: .9em;
        letter-spacing: 5px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
		text-align: center;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item */
	.item{
		width: 75%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: flex-start;
	}
	.item .img{
		width: 50%;
		position: relative;
		overflow: hidden;
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 3% 7% 0 7%;
	}
	.item .data .num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 10% 0;
	}
	.item .data .num li:nth-child(1){
		font-size: 2em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 2px;
		line-height: 1em;
		margin: 0 10px 0 0;
	}
	.item .data .num li:nth-child(2){
		width: 40px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
	}
	.item .data .num li:nth-child(3){
		font-size: 1.7em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: 2px;
		line-height: 1em;
	}
	.item .data .title{
		font-size: 1.5em;
        letter-spacing: 5px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2em;
		text-align: justify;
		margin: 0 0 10% 0;
		white-space: nowrap;
	}
	.item .data .title .color{
		color: #c29b76;
	}
	.item .data .txt{
		font-size: .9em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.2em;
		text-align: justify;
		margin: 0 0 10% 0;
	}

	/* big-img */
	.big-img{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.big-img02{
		width: 60%;
		position: relative;
		overflow: hidden;
		margin: 0 0 5% 40%;
	}

	/* item02 */
	.item02{
		width: 75%;
		margin: 0 auto 7% auto;
	}
	.item02 .img{
		width: 100%;
		display: flex;
		justify-content: space-between;
		position: relative;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item02 .img .img-in{
		width: 49%;
		position: relative;
		overflow: hidden;
	}
	.item02 .data{
		width: 100%;
	}
	.item02 .data .data-in{
		width: 85%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item02 .top-data{
		width: 80%;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		position: relative;
		z-index: 10;
	}
	.item02 .top-data .num{
		width: 50%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item02 .top-data .num li:nth-child(1){
		font-size: 2em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 2px;
		line-height: 1em;
		margin: 0 10px 0 0;
	}
	.item02 .top-data .num li:nth-child(2){
		width: 40px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
	}
	.item02 .top-data .num li:nth-child(3){
		font-size: 1.7em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: 2px;
		line-height: 1em;
	}
	.item02 .top-data .title{
		width: 50%;
		font-size: 1.5em;
        letter-spacing: 5px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2em;
		text-align: justify;
		white-space: nowrap;
	}
	.item02 .top-data .title .color{
		color: #c29b76;
	}
	.item02 .data .txt{
		width: 45%;
		font-size: .9em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.2em;
		text-align: justify;
	}
	.item02 .data .link-box{
		width: 45%;
	}

	/* item03 */
	.item03{
		width: 75%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
	}
	.item03 .data01{
		width: 50%;
	}
	.item03 .data01 .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 7% 0;
	}
	.item03 .data01 .link-box{
		width: 80%;
		margin: 0 auto;
	}
	.item03 .data02{
		width: 45%;
		padding: 3% 0 0 0;
	}
	.item03 .data02 .num{
		width: 85%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 10% auto;
	}
	.item03 .data02 .num li:nth-child(1){
		font-size: 2em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 2px;
		line-height: 1em;
		margin: 0 10px 0 0;
	}
	.item03 .data02 .num li:nth-child(2){
		width: 40px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
	}
	.item03 .data02 .num li:nth-child(3){
		font-size: 1.7em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: 2px;
		line-height: 1em;
	}
	.item03 .data02 .title{
		width: 85%;
		font-size: 1.5em;
        letter-spacing: 5px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2em;
		text-align: justify;
		margin: 0 auto 10% auto;
		white-space: nowrap;
	}
	.item03 .data02 .title .color{
		color: #c29b76;
	}
	.item03 .data02 .txt{
		width: 85%;
		font-size: .9em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.2em;
		text-align: justify;
		margin: 0 auto 10% auto;
	}
	.item03 .data02 .img{
		width: 100%;
		position: relative;
		overflow: hidden;
	}

	/* item04 */
	.item04{
		width: 65%;
		margin: 0 auto 7% auto;
	}
	.item04 .img{
		width: 55%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item04 .data{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.item04 .data .data01{
		width: 45%;
	}
	.item04 .data .data01 .num{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 10% auto;
	}
	.item04 .data .data01 .num li:nth-child(1){
		font-size: 2.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 2px;
		line-height: 1em;
		margin: 0 10px 0 0;
	}
	.item04 .data .data01 .num li:nth-child(2){
		width: 40px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
	}
	.item04 .data .data01 .num li:nth-child(3){
		font-size: 2.2em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: 2px;
		line-height: 1em;
	}
	.item04 .data .data01 .title{
		width: 100%;
		font-size: 1.5em;
        letter-spacing: 5px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2em;
		text-align: justify;
		margin: 0 auto 10% auto;
		white-space: nowrap;
	}
	.item04 .data .data01 .title .color{
		color: #c29b76;
	}
	.item04 .data .data01 .txt{
		width: 100%;
		font-size: .9em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.2em;
		text-align: justify;
	}
	.item04 .data .data02{
		width: 45%;
	}

	/* end-door */
	.end-door{
		width: 100%;
		padding: 7% 0 0 0;
		margin: -7% auto 5% auto;
	}
	.end-door .title{
		font-size: 3em;
        font-family: "garamond-premier-pro-display", serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 4px;
        line-height: 1em;
        margin: 0 0 2% 0;
		text-align: center;
	}
	.end-door .sub{
		font-size: 1.7em;
        letter-spacing: 5px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
        text-align: center;
		color: #c29b76;
        margin: 0 0 1% 0;
	}
	.end-door .txt{
		font-size: .9em;
        letter-spacing: 5px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
        text-align: center;
	}
	/* wrap */
	.wrap{
		width: 100%;
		background: #f3eeea;
		margin: 0 auto 7% auto;
		padding: 5% 0 1px 0;
	}
	/* a-item */
	.a-item{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 7% auto;
	}
	.a-item .data01{
		width: 60%;
	}
	.a-item .data01 .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 7% 0;
	}
	.a-item .data02{
		width: 40%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.a-item .data02 .title{
		width: 60%;
		margin: 0 0 5% 0;
	}
	.a-item .data02 .line{
		width: 10%;
		height: 1px;
		background: #000;
		margin: 0 0 10% 0;
	}
	.a-item .data02 .txt{
		font-size: .9em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.2em;
        text-align: justify;
		margin: 0 0 20% 0;
	}
	.a-item .data02 .icon{
		width: 75%;
	}
	.a-item .data01 .link-box01{
		margin: 0 0 0 10%;
	}
	.a-item .data01 .link-box02{
		margin: 0 0 0 0%;
	}
	.a-item .data01 .link-box{
		width: 90%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.a-item .data01 .link-box li{
		width: 48%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 0 1% 0;
	}

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

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

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

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

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

}

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

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

	/* ローディング画面のスタイル */
    .load {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 1);
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 9999;
		animation: fadeOut 1s ease-in-out 3.5s forwards;
    }
	@keyframes fadeOut {
		to {
		opacity: 0;
		visibility: hidden;
		}
    }
	body.no-scroll {
		overflow: hidden;
    }
	.load .img01{
		width: 100%;
		height: 100vh;
		background: url(../img/load01.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.load .img02{
		width: 100%;
		height: 100vh;
		background: url(../img/load02.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		background: #f9f9f9;
		margin: 0 auto 5% auto;
	}
	.mv-logo{
		width: 11%;
        z-index: 10;
        margin: 0 auto;
        position: absolute;
        bottom: 8%;
        right: 3%;
	}
	.mv-img-box{
		width: 100%;
		position: relative;
	}
	.mv-title-box{
		width: 37%;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari逕ｨ */
		transform: translateY(-50%);
		right: 10%;
		margin: 0 auto;
		position: absolute;
	}
	.mv-title01{
		width: 65%;
		overflow: hidden;
		position: relative;
		margin: 0 0 5% 35%;
	}
	.mv-title02{
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.mv-title02 li:nth-child(2){
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title03{
		width: 74%;
        overflow: hidden;
        position: relative;
        margin: -11% 0 0 26%;
	}
	.mv-title03 li:nth-child(2){
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-line01{
		width: 37%;
        height: 1px;
        background: #c29b76;
        position: absolute;
        top: 4%;
        left: -7%;
	}
	.mv-line02{
		width: 46%;
        height: 1px;
        background: #c29b76;
        position: absolute;
        bottom: 17%;
        right: -20%;
	}

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

	/* top-nav */
	.top-nav{
		width: 90%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-list li{
		width: 22%;
	}
	.top-nav-list li a{
		width: 100%;
		position: relative;
		text-decoration: none;
		color: #000;
		display: block;
	}
	.top-nav-list li a .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.top-nav-list li a .img img{
		transform: scale(1);
		transition: .3s;
	}
	.top-nav-list li a:hover .img img{
		transform: scale(1.04);
		transition: .3s;
	}
	.top-nav-list li a .title{
		font-size: 1.5em;
        letter-spacing: 2px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		line-height: 1em;
		text-align: center;
		margin: 0 0 5% 0;
	}
	.top-nav-list li a .title span{
		color: #c29b76;
	}
	.top-nav-list li a .line{
		width: 100%;
		height: 1px;
		background: #000;
		transition: .3s;
		margin: 0 0 5% 0;
	}
	.top-nav-list li a:hover .line{
		background: #c29b76;
		transition: .3s;
	}
	.top-nav-list li a .sub{
		font-size: .8em;
        letter-spacing: 4px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 1em;
		text-align: center;
	}

	/* side-nav */
	#side-nav{
		position: fixed;
		width:100%;
		z-index: 99;
		top: 0%;
		left: 0px;
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		background: rgba(255, 255, 255, .6);
	}
	.side-nav-in{
		width: 90%;
		display: flex;
		justify-content: flex-start;
		margin: 10px auto;
	}
	#side-nav nav .side-nav-in li{
		width: 33.33%;
		position: relative;
		box-sizing: border-box;
		border-left: 1px solid #A3A3A3;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li:last-child{
		width: 33.33%;
		position: relative;
		box-sizing: border-box;
		border-left: 1px solid #A3A3A3;
		border-right: 1px solid #A3A3A3;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a{
		width: 100%;
		display: block;
		padding: 0 15% 0px 15%;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a .name{
		width: 50%;
		margin: 0 auto;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a .line{
		width: 70%;
		height: 4px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -10px;
		opacity: 0;
		transition: .3s;
		z-index: -1;
		margin: 0 auto;
	}
	.side-line01{
		background: #c29b76;
	}
	#side-nav nav .side-nav-in li a::after {
		fill: #000;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a.color01{
		fill: #C6AB7A;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li.current a.color02{
		fill: #ACB7A3;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li.current a.color03{
		fill: #EFCCD0;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li.current a .line{
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a::after {
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li a:hover {
		fill: #000;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a:hover .line{
		opacity: 1;
		transition: .3s;
	}
	.side-nav02{
		position: fixed;
		width: max-content;
		z-index: 10;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari逕ｨ */
        transform: translateY(-50%);
		left: 0px;
		z-index: 99;
	}
	.side-nav02{
		width: 0px;
		transition: opacity 0.3s ease;
	}

	.section-box{
		width: 100%;
		position: relative;
		margin: -5% auto 10% auto;
		padding: 5% 0 0 0;
	}
	.section-box-end{
		width: 100%;
		height: 0px;
		position: relative;
		margin: 0 auto 0% auto !important;
		padding: 0 0 0 0 !important;
	}
	
	/* door */
	.door{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.door .main-title{
		width: 35%;
		position: relative;
		margin: 0 auto 2% auto;
	}
	.door .main-title li:nth-child(2){
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .line01{
		width: 56%;
        height: 1px;
        position: absolute;
        top: 40%;
        right: 0;
        background: #000;
	}
	.door .txt-side01{
		font-size: .9em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 1em;
        position: absolute;
        top: 30%;
        right: 3%;
	}
	.door .line02{
		width: 60%;
        height: 1px;
        position: absolute;
        top: 43%;
        right: 0;
        background: #000;
	}
	.door .txt-side02{
		font-size: .9em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 1em;
        position: absolute;
        top: 33%;
        right: 3%;
	}
	.door .line03{
		width: 56%;
        height: 1px;
        position: absolute;
        top: 40%;
        right: 0;
        background: #000;
	}
	.door .txt-side03{
		font-size: .9em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 1em;
        position: absolute;
        top: 28%;
        right: 3%;
	}
	.door .line04{
		width: 52%;
        height: 1px;
        position: absolute;
        top: 47%;
        right: 0;
        background: #000;
	}
	.door .txt-side04{
		font-size: .9em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 1em;
        position: absolute;
        top: 36%;
        right: 3%;
	}
	.door .txt{
		font-size: .9em;
        letter-spacing: 5px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
		text-align: center;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item */
	.item{
		width: 100%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: flex-start;
	}
	.item .img{
		width: 50%;
		position: relative;
		overflow: hidden;
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 3% 7% 0 7%;
	}
	.item .data .num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 10% 0;
	}
	.item .data .num li:nth-child(1){
		font-size: 2em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 2px;
		line-height: 1em;
		margin: 0 10px 0 0;
	}
	.item .data .num li:nth-child(2){
		width: 40px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
	}
	.item .data .num li:nth-child(3){
		font-size: 1.7em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: 2px;
		line-height: 1em;
	}
	.item .data .title{
		font-size: 1.5em;
        letter-spacing: 5px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2em;
		text-align: justify;
		margin: 0 0 10% 0;
		white-space: nowrap;
	}
	.item .data .title .color{
		color: #c29b76;
	}
	.item .data .txt{
		font-size: .9em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.2em;
		text-align: justify;
		margin: 0 0 10% 0;
	}

	/* big-img */
	.big-img{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.big-img02{
		width: 60%;
		position: relative;
		overflow: hidden;
		margin: 0 0 5% 40%;
	}

	/* item02 */
	.item02{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.item02 .img{
		width: 100%;
		display: flex;
		justify-content: space-between;
		position: relative;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item02 .img .img-in{
		width: 49%;
		position: relative;
		overflow: hidden;
	}
	.item02 .data{
		width: 100%;
	}
	.item02 .data .data-in{
		width: 85%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item02 .top-data{
		width: 80%;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		position: relative;
		z-index: 10;
	}
	.item02 .top-data .num{
		width: 50%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item02 .top-data .num li:nth-child(1){
		font-size: 2em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 2px;
		line-height: 1em;
		margin: 0 10px 0 0;
	}
	.item02 .top-data .num li:nth-child(2){
		width: 40px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
	}
	.item02 .top-data .num li:nth-child(3){
		font-size: 1.7em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: 2px;
		line-height: 1em;
	}
	.item02 .top-data .title{
		width: 50%;
		font-size: 1.5em;
        letter-spacing: 5px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2em;
		text-align: justify;
		white-space: nowrap;
	}
	.item02 .top-data .title .color{
		color: #c29b76;
	}
	.item02 .data .txt{
		width: 45%;
		font-size: .9em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.2em;
		text-align: justify;
	}
	.item02 .data .link-box{
		width: 45%;
	}

	/* item03 */
	.item03{
		width: 100%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
	}
	.item03 .data01{
		width: 50%;
	}
	.item03 .data01 .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 7% 0;
	}
	.item03 .data01 .link-box{
		width: 80%;
		margin: 0 auto;
	}
	.item03 .data02{
		width: 45%;
		padding: 3% 0 0 0;
	}
	.item03 .data02 .num{
		width: 85%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 10% auto;
	}
	.item03 .data02 .num li:nth-child(1){
		font-size: 2em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 2px;
		line-height: 1em;
		margin: 0 10px 0 0;
	}
	.item03 .data02 .num li:nth-child(2){
		width: 40px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
	}
	.item03 .data02 .num li:nth-child(3){
		font-size: 1.7em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: 2px;
		line-height: 1em;
	}
	.item03 .data02 .title{
		width: 85%;
		font-size: 1.5em;
        letter-spacing: 5px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2em;
		text-align: justify;
		margin: 0 auto 10% auto;
		white-space: nowrap;
	}
	.item03 .data02 .title .color{
		color: #c29b76;
	}
	.item03 .data02 .txt{
		width: 85%;
		font-size: .9em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.2em;
		text-align: justify;
		margin: 0 auto 10% auto;
	}
	.item03 .data02 .img{
		width: 100%;
		position: relative;
		overflow: hidden;
	}

	/* item04 */
	.item04{
		width: 85%;
		margin: 0 auto 7% auto;
	}
	.item04 .img{
		width: 55%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item04 .data{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.item04 .data .data01{
		width: 45%;
	}
	.item04 .data .data01 .num{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 10% auto;
	}
	.item04 .data .data01 .num li:nth-child(1){
		font-size: 2.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 2px;
		line-height: 1em;
		margin: 0 10px 0 0;
	}
	.item04 .data .data01 .num li:nth-child(2){
		width: 40px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
	}
	.item04 .data .data01 .num li:nth-child(3){
		font-size: 2.2em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: 2px;
		line-height: 1em;
	}
	.item04 .data .data01 .title{
		width: 100%;
		font-size: 1.5em;
        letter-spacing: 5px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2em;
		text-align: justify;
		margin: 0 auto 10% auto;
		white-space: nowrap;
	}
	.item04 .data .data01 .title .color{
		color: #c29b76;
	}
	.item04 .data .data01 .txt{
		width: 100%;
		font-size: .9em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.2em;
		text-align: justify;
	}
	.item04 .data .data02{
		width: 45%;
	}

	/* end-door */
	.end-door{
		width: 100%;
		padding: 7% 0 0 0;
		margin: -7% auto 5% auto;
	}
	.end-door .title{
		font-size: 3em;
        font-family: "garamond-premier-pro-display", serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 4px;
        line-height: 1em;
        margin: 0 0 2% 0;
		text-align: center;
	}
	.end-door .sub{
		font-size: 1.7em;
        letter-spacing: 5px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
        text-align: center;
		color: #c29b76;
        margin: 0 0 1% 0;
	}
	.end-door .txt{
		font-size: .9em;
        letter-spacing: 5px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
        text-align: center;
	}
	/* wrap */
	.wrap{
		width: 100%;
		background: #f3eeea;
		margin: 0 auto 7% auto;
		padding: 5% 0 1px 0;
	}
	/* a-item */
	.a-item{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 7% auto;
	}
	.a-item .data01{
		width: 55%;
	}
	.a-item .data01 .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 7% 0;
	}
	.a-item .data02{
		width: 45%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.a-item .data02 .title{
		width: 60%;
		margin: 0 0 5% 0;
	}
	.a-item .data02 .line{
		width: 10%;
		height: 1px;
		background: #000;
		margin: 0 0 10% 0;
	}
	.a-item .data02 .txt{
		font-size: .9em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.2em;
        text-align: justify;
		margin: 0 0 20% 0;
	}
	.a-item .data02 .icon{
		width: 50%;
	}
	.a-item .data01 .link-box01{
		margin: 0 0 0 30%;
	}
	.a-item .data01 .link-box02{
		margin: 0 0 0 0%;
	}
	.a-item .data01 .link-box{
		width: 70%;
	}
	.a-item .data01 .link-box li{
		width: 100%;
		margin: 0 0 1% 0;
	}

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

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

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

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

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

}

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

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

	/* ローディング画面のスタイル */
    .load {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 1);
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 9999;
		animation: fadeOut 1s ease-in-out 3.5s forwards;
    }
	@keyframes fadeOut {
		to {
		opacity: 0;
		visibility: hidden;
		}
    }
	body.no-scroll {
		overflow: hidden;
    }
	.load .img01{
		width: 100%;
		height: 100vh;
		background: url(../img/load01-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.load .img02{
		width: 100%;
		height: 100vh;
		background: url(../img/load02-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		background: #f9f9f9;
		margin: 0 auto 10% auto;
	}
	.mv-logo{
		width: 27%;
        z-index: 10;
        position: absolute;
        top: 2%;
        left: 3%;
        line-height: 0;
	}
	.mv-img-box{
		width: 100%;
		position: relative;
	}
	.mv-title-box{
		width: 80%;
		bottom: 2%;
		right: 0%;
		left: 0;
		margin: 0 auto;
		position: absolute;
	}
	.mv-title01{
		width: 75%;
        overflow: hidden;
        position: relative;
        margin: 0 0 5% 25%;
	}
	.mv-title02{
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.mv-title02 li:nth-child(2){
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title03{
		width: 74%;
        overflow: hidden;
        position: relative;
        margin: -11% 0 0 26%;
	}
	.mv-title03 li:nth-child(2){
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-line01{
		width: 35%;
        height: 1px;
        background: #c29b76;
        position: absolute;
        top: 5%;
        left: -15%;
	}
	.mv-line02{
		width: 46%;
        height: 1px;
        background: #c29b76;
        position: absolute;
        bottom: 17%;
        right: -20%;
	}

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

	/* top-nav */
	.top-nav{
		width: 85%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.top-nav-list li{
		width: 46%;
		margin: 0 0 7% 0;
	}
	.top-nav-list li a{
		width: 100%;
		position: relative;
		text-decoration: none;
		color: #000;
		display: block;
	}
	.top-nav-list li a .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.top-nav-list li a .img img{
		transform: scale(1);
		transition: .3s;
	}
	.top-nav-list li a:hover .img img{
		transform: scale(1.04);
		transition: .3s;
	}
	.top-nav-list li a .title{
		font-size: 1.5em;
        letter-spacing: 1px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		line-height: 1em;
		text-align: center;
		margin: 0 0 5% 0;
	}
	.top-nav-list li a .title span{
		color: #c29b76;
	}
	.top-nav-list li a .line{
		width: 100%;
		height: 1px;
		background: #000;
		transition: .3s;
		margin: 0 0 5% 0;
	}
	.top-nav-list li a:hover .line{
		background: #c29b76;
		transition: .3s;
	}
	.top-nav-list li a .sub{
		font-size: .6em;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 1em;
		text-align: center;
	}

	/* side-nav */
	#side-nav{
		position: fixed;
		width:100%;
		z-index: 99;
		top: 0%;
		left: 0px;
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		background: rgba(255, 255, 255, .6);
	}
	.side-nav-in{
		width: 90%;
		display: flex;
		justify-content: flex-start;
		margin: 10px auto;
	}
	#side-nav nav .side-nav-in li{
		width: 33.33%;
		position: relative;
		box-sizing: border-box;
		border-left: 1px solid #A3A3A3;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li:last-child{
		width: 33.33%;
		position: relative;
		box-sizing: border-box;
		border-left: 1px solid #A3A3A3;
		border-right: 1px solid #A3A3A3;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a{
		width: 100%;
		display: block;
		padding: 0 15% 0px 15%;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a .name{
		width: 50%;
		margin: 0 auto;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a .line{
		width: 70%;
		height: 4px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -10px;
		opacity: 0;
		transition: .3s;
		z-index: -1;
		margin: 0 auto;
	}
	.side-line01{
		background: #c29b76;
	}
	#side-nav nav .side-nav-in li a::after {
		fill: #000;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a.color01{
		fill: #C6AB7A;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li.current a.color02{
		fill: #ACB7A3;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li.current a.color03{
		fill: #EFCCD0;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li.current a .line{
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a::after {
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li a:hover {
		fill: #000;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a:hover .line{
		opacity: 1;
		transition: .3s;
	}
	.side-nav02{
		position: fixed;
		width: max-content;
		z-index: 10;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari逕ｨ */
        transform: translateY(-50%);
		left: 0px;
		z-index: 99;
	}
	.side-nav02{
		width: 0px;
		transition: opacity 0.3s ease;
	}

	.section-box{
		width: 100%;
		position: relative;
		margin: -5% auto 10% auto;
		padding: 5% 0 0 0;
	}
	.section-box-end{
		width: 100%;
		height: 0px;
		position: relative;
		margin: 0 auto 0% auto !important;
		padding: 0 0 0 0 !important;
	}
	
	/* door */
	.door{
		width: 100%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.door .main-title{
		width: 90%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.door .main-title li:nth-child(2){
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .line01{
		width: 64%;
        height: 1px;
        position: absolute;
        top: 25%;
        right: 0;
        background: #000;
	}
	.door .txt-side01{
		font-size: .7em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 1em;
        position: absolute;
        top: 31%;
        right: 3%;
	}
	.door .line02{
		width: 72%;
        height: 1px;
        position: absolute;
        top: 35%;
        right: 0;
        background: #000;
	}
	.door .txt-side02{
		font-size: .7em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 1em;
        position: absolute;
        top: 46%;
        right: 3%;
	}
	.door .line03{
		width: 63%;
        height: 1px;
        position: absolute;
        top: 25%;
        right: 0;
        background: #000;
	}
	.door .txt-side03{
		font-size: .7em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 1em;
        position: absolute;
        top: 34%;
        right: 3%;
	}
	.door .line04{
		width: 54%;
        height: 1px;
        position: absolute;
        top: 34%;
        right: 0;
        background: #000;
	}
	.door .txt-side04{
		font-size: .7em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 1em;
        position: absolute;
        top: 42%;
        right: 3%;
	}
	.door .txt{
		font-size: .9em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
		text-align: center;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item */
	.item{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 7% auto;
	}
	.item .data{
		width: 100%;
		margin: 0 auto;
	}
	.item .data .num{
		width: 85%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.item .data .num li:nth-child(1){
		font-size: 2em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 2px;
		line-height: 1em;
		margin: 0 10px 0 0;
	}
	.item .data .num li:nth-child(2){
		width: 40px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
	}
	.item .data .num li:nth-child(3){
		font-size: 1.7em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: 2px;
		line-height: 1em;
	}
	.item .data .title{
		width: 85%;
		font-size: 1.3em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2em;
		text-align: justify;
		margin: 0 auto 5% auto;
		white-space: nowrap;
	}
	.item .data .title .color{
		color: #c29b76;
	}
	.item .data .txt{
		width: 85%;
		font-size: .9em;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.2em;
		text-align: justify;
		margin: 0 auto 5% auto;
	}
	.item .data .link-box{
		width: 85%;
		margin: 0 auto;
	}

	/* big-img */
	.big-img{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 7% auto;
	}
	.big-img02{
		display: none;
	}

	/* item02 */
	.item02{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item02 .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 7% auto;
	}
	.item02 .img .img-in{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.item02 .data{
		width: 100%;
	}
	.item02 .data .data-in{
		width: 85%;
		margin: 0 auto;
	}
	.item02 .top-data{
		width: 85%;
		margin: 0 auto 7% auto;
		position: relative;
		z-index: 10;
	}
	.item02 .top-data .num{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 7% 0;
	}
	.item02 .top-data .num li:nth-child(1){
		font-size: 2em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 2px;
		line-height: 1em;
		margin: 0 10px 0 0;
	}
	.item02 .top-data .num li:nth-child(2){
		width: 40px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
	}
	.item02 .top-data .num li:nth-child(3){
		font-size: 1.7em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: 2px;
		line-height: 1em;
	}
	.item02 .top-data .title{
		width: 100%;
		font-size: 1.3em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2em;
        text-align: justify;
		white-space: nowrap;
	}
	.item02 .top-data .title .color{
		color: #c29b76;
	}
	.item02 .data .txt{
		width: 100%;
		font-size: .9em;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.2em;
		text-align: justify;
		margin: 0 0 7% 0;
	}
	.item02 .data .link-box{
		width: 100%;
	}

	/* item03 */
	.item03{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item03 .data01{
		width: 100%;
	}
	.item03 .data01 .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 7% 0;
	}
	.item03 .data01 .link-box{
		width: 80%;
		margin: 0 auto;
	}
	.item03 .data02{
		width: 100%;
	}
	.item03 .data02 .num{
		width: 85%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.item03 .data02 .num li:nth-child(1){
		font-size: 2em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 2px;
		line-height: 1em;
		margin: 0 10px 0 0;
	}
	.item03 .data02 .num li:nth-child(2){
		width: 40px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
	}
	.item03 .data02 .num li:nth-child(3){
		font-size: 1.7em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: 2px;
		line-height: 1em;
	}
	.item03 .data02 .title{
		width: 85%;
		font-size: 1.3em;
        letter-spacing: 5px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2em;
		text-align: justify;
		margin: 0 auto 7% auto;
		white-space: nowrap;
	}
	.item03 .data02 .title .color{
		color: #c29b76;
	}
	.item03 .data02 .txt{
		width: 85%;
		font-size: .9em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.2em;
		text-align: justify;
		margin: 0 auto 7% auto;
	}
	.item03 .data02 .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 7% auto;
	}
	.item03 .data02 .link-box{
		width: 85%;
		margin: 0 auto;
	}

	/* item04 */
	.item04{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item04 .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item04 .data{
		width: 85%;
		margin: 0 auto;
	}
	.item04 .data .data01{
		width: 100%;
	}
	.item04 .data .data01 .num{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.item04 .data .data01 .num li:nth-child(1){
		font-size: 2em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 2px;
		line-height: 1em;
		margin: 0 10px 0 0;
	}
	.item04 .data .data01 .num li:nth-child(2){
		width: 40px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
	}
	.item04 .data .data01 .num li:nth-child(3){
		font-size: 1.7em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: 2px;
		line-height: 1em;
	}
	.item04 .data .data01 .title{
		width: 100%;
		font-size: 1.3em;
        letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2em;
        text-align: justify;
        margin: 0 auto 5% auto;
        white-space: nowrap;
	}
	.item04 .data .data01 .title .color{
		color: #c29b76;
	}
	.item04 .data .data01 .txt{
		width: 100%;
		font-size: .9em;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.2em;
        text-align: justify;
        margin: 0 auto 5% auto;
	}
	.item04 .data .data02{
		width: 100%;
	}

	/* end-door */
	.end-door{
		width: 100%;
		padding: 7% 0 0 0;
		margin: -7% auto 5% auto;
	}
	.end-door .title{
		font-size: 2.5em;
        font-family: "garamond-premier-pro-display", serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 2px;
        line-height: 1em;
        margin: 0 0 2% 0;
		text-align: center;
	}
	.end-door .sub{
		font-size: 1.3em;
        letter-spacing: 5px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
        text-align: center;
		color: #c29b76;
        margin: 0 0 1% 0;
	}
	.end-door .txt{
		font-size: .9em;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
        text-align: center;
	}
	/* wrap */
	.wrap{
		width: 100%;
		background: #f3eeea;
		margin: 0 auto 15% auto;
		padding: 10% 0 1px 0;
	}
	/* a-item */
	.a-item{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.a-item .data01{
		width: 100%;
	}
	.a-item .data01 .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 7% 0;
	}
	.a-item .data02{
		width: 100%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.a-item .title{
		width: 60%;
		margin: 0 0 2% 7.5%;
	}
	.a-item .line{
		width: 10%;
		height: 1px;
		background: #000;
		margin: 0 0 5% 7.5%;
	}
	.a-item .data01 .txt{
		width: 85%;
		font-size: .9em;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.2em;
        text-align: justify;
		margin: 0 auto 5% auto;
	}
	.a-item .data02 .icon{
		display: none;
	}
	.a-item .data01 .link-box{
		width: 85%;
		margin: 0 auto;
	}
	.a-item .data01 .link-box li{
		width: 100%;
		margin: 0 0 0 0;
	}

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

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

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

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

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

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

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

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

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

}
