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

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

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

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

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

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

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

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


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

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

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

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

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

	/* top-nav */
	.top-nav{
		width: 60%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-list li{
		width: 44%;
	}
	.top-nav-list li:nth-child(2){
		margin: 5% 0 0 0;
	}
	.top-nav-list li a{
		width: 100%;
		position: relative;
		display: block;
	}
	.top-nav-list li a .img{
		width: 90%;
		position: relative;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.top-nav-list li a .img .bg01{
		width: 5%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #ee8359;
		z-index: 10;
		transition: .3s;
	}
	.top-nav-list li a:hover .img .bg01{
		width: 7%;
		transition: .3s;
	}
	.top-nav-list li a .img .bg02{
		width: 5%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #5b799e;
		z-index: 10;
		transition: .3s;
	}
	.top-nav-list li a:hover .img .bg02{
		width: 7%;
		transition: .3s;
	}
	.top-nav-list li a .img .img-in{
		width: 95%;
		margin: 0 0 0 5%;
		overflow: hidden;
		transform: scale(1);
		transition: .3s;
	}
	.top-nav-list li a .img .img-in img{
		transform: scale(1);
		transition: .3s;
	}
	.top-nav-list li a:hover .img .img-in img{
		transform: scale(1.05);
		transition: .3s;
	}
	.top-nav-list li a .title{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-list li a .title li:nth-child(1){
		width: 45%;
	}
	.top-nav-list li a .title li:nth-child(1) .line01{
		width: 100%;
		height: 1px;
		background: #ee8359;
		position: relative;
		top: 12px;
	}
	.top-nav-list li a .title li:nth-child(1) .line02{
		width: 100%;
		height: 1px;
		background: #5b799e;
		position: relative;
		top: 12px;
	}
	.top-nav-list li a .title li:nth-child(2){
		width: 50%;
		line-height: 0;
		margin: 0 !important;
	}


	.wrap01{
		width: 100%;
		background: #f5f4f1;
		padding: 0 0 10% 0;
		margin: 0 0 0% 0;
	}
	.wrap02{
		width: 100%;
		background: #fbfafb;
		padding: 0 0 5% 0;
		margin: 0 0 7% 0;
	}

	/* door */
	.door{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.door .line01{
		width: 15%;
		height: 13px;
		background: #ff7d4d;
		margin: 0 auto 2% auto;
	}
	.door .line02{
		width: 15%;
		height: 13px;
		background: #527aa1;
		margin: 0 auto 2% auto;
	}
	.door .txt{
		width: max-content;
		color: #ff7d4d;
		margin: 0 auto 2% auto;
		font-size: 22px;
		letter-spacing: 8px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 3em;
		position: relative;
	}
	.door .txt02{
		color: #527aa1 !important;
	}
	.door .txt .icon01{
		width: 25px;
		line-height: 0;
		display: block;
		position: absolute;
		top: 0;
		left: -40px;
	}
	.door .txt .icon02{
		width: 25px;
		line-height: 0;
		display: block;
		position: absolute;
		bottom: 0;
		right: -40px;
	}
	.door .title{
		text-align: center;
		font-size: 60px;
		letter-spacing: 3px;
		font-family: "miller-banner", serif;
		font-weight: 300;
		font-style: normal;
        line-height: 1em;
		margin: 0 0 2% 0;
	}
	.door .line{
		width: 1px;
		height: 140px;
		background: rgba(0, 0, 0, .1	);
		position: relative;
		margin: 0 auto;
		overflow: hidden;
		z-index: 10;
	}
	.door .line .line-in{
		width: 1px;
		height: 140px;
		background: #000;
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 0;
		animation: slideDown 3s infinite;
	}
	@keyframes slideDown {
		0% {
			top: -140px;
			opacity: 1;
		}
		100% {
			top: 140px;
			opacity: 1;
		}
	}

	.color02{
		color: #5b799e !important;
	}
	.color03{
		color: #8d9294 !important;
	}

	/* item-title-box */
	.item-title-box{
		width: 70%;
		margin: 0 auto 3% auto;
		position: relative;
	}
	.item-title-box .num{
		width: 65px;
		position: absolute;
		top: 0;
		left: 0;
		line-height: 0;
	}
	.item-title{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 0 15%;
	}
	.item-title li:nth-child(1){
		min-width: 20%;
		background: #fff;
		font-size: 21px;
		letter-spacing: 8px;
		box-sizing: border-box;
		padding: 1.5% 3%;
		border: 1px solid #000;
		position: relative;
		text-align: center;
	}
	.item-title li:nth-child(1) .line01{
		width: 100%;
		height: 1px;
		background: #000;
		position: absolute;
		top: -5px;
		right: -5px;
	}
	.item-title li:nth-child(1) .line02{
		width: 1px;
		height: 100%;
		background: #000;
		position: absolute;
		top: -5px;
		right: -5px;
	}
	.item-title li:nth-child(2){
		width: 30px;
		line-height: 0;
		margin: 0 40px 0 60px;
	}
	.item-title li:nth-child(3){
		font-size: 65px;
		letter-spacing: 3px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		color: #ff7d4d;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item01 */
	.img-big{
		width: 80%;
		margin: 0 auto 4% auto;
	}
	.img-big a{
		width: 85%;
		display: block;
	}
	.img-big03{
		width: 80%;
		margin: 0 auto 4% auto;
	}
	.img-big03 a{
		width: 85%;
		display: block;
		margin: 0 0 0 15%;
	}
	.img-big02{
		width: 70%;
		margin: 0 auto 5% auto;
	}
	.item01{
		width: 75%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.item01 .img{
		width: 45%;
		margin: 0 0 0 0;
	}
	.item01 .data{
		width: 55%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.item01 .data .txt{
		font-size: 18px;
		letter-spacing: 4px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		text-align: justify;
		margin: 0 0 20% 0;
	}

	/* item02 */
	.item02{
		width: 75%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 5% auto;
	}
	.item02 .data-l{
		width: 47%;
	}
	.item02 .data-l .img{
		width: 100%;
		display: block;
		margin: 0 auto 7% auto;
	}
	.item02 .data-l .link-box01{
		width: 80%;
		display: block;
	}
	.item02 .data-l .link-box02{
		width: 80%;
		display: block;
		margin: 0 0 0 20%;
	}
	.item02 .data-r{
		width: 47%;
	}
	.item02 .data-r .txt{
		width: 80%;
		font-size: 18px;
		letter-spacing: 4px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		text-align: justify;
		margin: 10% auto 10% auto;
	}

	/* un-wrap */
	.un-wrap{
		width: 100%;
		background: #fff;
		padding: 3% 0;
		margin: 0 auto 7% auto;
	}
	.un-wrap-end{
		margin: 0 auto 0% auto !important;
	}
	.un-wrap .line{
		width: 100%;
		height: 1px;
		background: #cc8d77;
	}
	.un-wrap .line02{
		width: 100%;
		height: 1px;
		background: #8d9294;
	}
	.un-item{
		width: 60%;
		margin: 0 auto;
		display: flex;
		justify-content: flex-start;
		flex-direction: row-reverse;
		align-items: center;
		padding: 3% 0;
	}
	.un-item .img{
		width: 50%;
		display: block;
		overflow: hidden;
	}
	.un-item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.un-item .data .title{
		font-size: 30px;
		letter-spacing: 2px;
        font-family: "miller-banner", serif;
		font-weight: 300;
		font-style: normal;
		color: #cc8d77;
		white-space: nowrap;
		margin: 0 0 10% 0;
		position: relative;
	}
	.un-item .data .title span{
		font-size: 50px;
		letter-spacing: 2px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		position: absolute;
		top: 3px;
		left: -140px;
	}
	.un-item .data .txt{
		font-size: 16px;
		letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		text-align: justify;
		color: #cc8d77;
		margin: 0 0 20% 0;
	}

	/* end-banner */
	.end-banner{
		width: 40%;
		margin: 0 auto 7% auto;
	}
	.end-banner .txt{
		font-size: 25px;
		letter-spacing: 2px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		text-align: center;
		margin: 0 auto 2% auto;
	}

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


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

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

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

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

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

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

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

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

}

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

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

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

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

	/* top-nav */
	.top-nav{
		width: 60%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-list li{
		width: 44%;
	}
	.top-nav-list li:nth-child(2){
		margin: 5% 0 0 0;
	}
	.top-nav-list li a{
		width: 100%;
		position: relative;
		display: block;
	}
	.top-nav-list li a .img{
		width: 90%;
		position: relative;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.top-nav-list li a .img .bg01{
		width: 5%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #ee8359;
		z-index: 10;
		transition: .3s;
	}
	.top-nav-list li a:hover .img .bg01{
		width: 7%;
		transition: .3s;
	}
	.top-nav-list li a .img .bg02{
		width: 5%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #5b799e;
		z-index: 10;
		transition: .3s;
	}
	.top-nav-list li a:hover .img .bg02{
		width: 7%;
		transition: .3s;
	}
	.top-nav-list li a .img .img-in{
		width: 95%;
		margin: 0 0 0 5%;
		overflow: hidden;
		transform: scale(1);
		transition: .3s;
	}
	.top-nav-list li a .img .img-in img{
		transform: scale(1);
		transition: .3s;
	}
	.top-nav-list li a:hover .img .img-in img{
		transform: scale(1.05);
		transition: .3s;
	}
	.top-nav-list li a .title{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-list li a .title li:nth-child(1){
		width: 45%;
	}
	.top-nav-list li a .title li:nth-child(1) .line01{
		width: 100%;
		height: 1px;
		background: #ee8359;
		position: relative;
		top: 12px;
	}
	.top-nav-list li a .title li:nth-child(1) .line02{
		width: 100%;
		height: 1px;
		background: #5b799e;
		position: relative;
		top: 12px;
	}
	.top-nav-list li a .title li:nth-child(2){
		width: 50%;
		line-height: 0;
		margin: 0 !important;
	}


	.wrap01{
		width: 100%;
		background: #f5f4f1;
		padding: 0 0 10% 0;
		margin: 0 0 0% 0;
	}
	.wrap02{
		width: 100%;
		background: #fbfafb;
		padding: 0 0 5% 0;
		margin: 0 0 7% 0;
	}

	/* door */
	.door{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.door .line01{
		width: 15%;
		height: 13px;
		background: #ff7d4d;
		margin: 0 auto 2% auto;
	}
	.door .line02{
		width: 15%;
		height: 13px;
		background: #527aa1;
		margin: 0 auto 2% auto;
	}
	.door .txt{
		width: max-content;
		color: #ff7d4d;
		margin: 0 auto 2% auto;
		font-size: 22px;
		letter-spacing: 8px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 3em;
		position: relative;
	}
	.door .txt02{
		color: #527aa1 !important;
	}
	.door .txt .icon01{
		width: 25px;
		line-height: 0;
		display: block;
		position: absolute;
		top: 0;
		left: -40px;
	}
	.door .txt .icon02{
		width: 25px;
		line-height: 0;
		display: block;
		position: absolute;
		bottom: 0;
		right: -40px;
	}
	.door .title{
		text-align: center;
		font-size: 60px;
		letter-spacing: 3px;
		font-family: "miller-banner", serif;
		font-weight: 300;
		font-style: normal;
        line-height: 1em;
		margin: 0 0 2% 0;
	}
	.door .line{
		width: 1px;
		height: 140px;
		background: rgba(0, 0, 0, .1	);
		position: relative;
		margin: 0 auto;
		overflow: hidden;
		z-index: 10;
	}
	.door .line .line-in{
		width: 1px;
		height: 140px;
		background: #000;
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 0;
		animation: slideDown 3s infinite;
	}
	@keyframes slideDown {
		0% {
			top: -140px;
			opacity: 1;
		}
		100% {
			top: 140px;
			opacity: 1;
		}
	}

	.color02{
		color: #5b799e !important;
	}
	.color03{
		color: #8d9294 !important;
	}

	/* item-title-box */
	.item-title-box{
		width: 70%;
		margin: 0 auto 3% auto;
		position: relative;
	}
	.item-title-box .num{
		width: 65px;
		position: absolute;
		top: 0;
		left: 0;
		line-height: 0;
	}
	.item-title{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 0 15%;
	}
	.item-title li:nth-child(1){
		min-width: 20%;
		background: #fff;
		font-size: 21px;
		letter-spacing: 8px;
		box-sizing: border-box;
		padding: 1.5% 3%;
		border: 1px solid #000;
		position: relative;
		text-align: center;
	}
	.item-title li:nth-child(1) .line01{
		width: 100%;
		height: 1px;
		background: #000;
		position: absolute;
		top: -5px;
		right: -5px;
	}
	.item-title li:nth-child(1) .line02{
		width: 1px;
		height: 100%;
		background: #000;
		position: absolute;
		top: -5px;
		right: -5px;
	}
	.item-title li:nth-child(2){
		width: 30px;
		line-height: 0;
		margin: 0 40px 0 60px;
	}
	.item-title li:nth-child(3){
		font-size: 65px;
		letter-spacing: 3px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		color: #ff7d4d;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item01 */
	.img-big{
		width: 80%;
		margin: 0 auto 4% auto;
	}
	.img-big a{
		width: 85%;
		display: block;
	}
	.img-big03{
		width: 80%;
		margin: 0 auto 4% auto;
	}
	.img-big03 a{
		width: 85%;
		display: block;
		margin: 0 0 0 15%;
	}
	.img-big02{
		width: 70%;
		margin: 0 auto 5% auto;
	}
	.item01{
		width: 75%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.item01 .img{
		width: 45%;
		margin: 0 0 0 0;
	}
	.item01 .data{
		width: 55%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.item01 .data .txt{
		font-size: 18px;
		letter-spacing: 4px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		text-align: justify;
		margin: 0 0 20% 0;
	}

	/* item02 */
	.item02{
		width: 75%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 5% auto;
	}
	.item02 .data-l{
		width: 47%;
	}
	.item02 .data-l .img{
		width: 100%;
		display: block;
		margin: 0 auto 7% auto;
	}
	.item02 .data-l .link-box01{
		width: 80%;
		display: block;
	}
	.item02 .data-l .link-box02{
		width: 80%;
		display: block;
		margin: 0 0 0 20%;
	}
	.item02 .data-r{
		width: 47%;
	}
	.item02 .data-r .txt{
		width: 80%;
		font-size: 18px;
		letter-spacing: 4px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		text-align: justify;
		margin: 10% auto 10% auto;
	}

	/* un-wrap */
	.un-wrap{
		width: 100%;
		background: #fff;
		padding: 3% 0;
		margin: 0 auto 7% auto;
	}
	.un-wrap-end{
		margin: 0 auto 0% auto !important;
	}
	.un-wrap .line{
		width: 100%;
		height: 1px;
		background: #cc8d77;
	}
	.un-wrap .line02{
		width: 100%;
		height: 1px;
		background: #8d9294;
	}
	.un-item{
		width: 60%;
		margin: 0 auto;
		display: flex;
		justify-content: flex-start;
		flex-direction: row-reverse;
		align-items: center;
		padding: 3% 0;
	}
	.un-item .img{
		width: 50%;
		display: block;
		overflow: hidden;
	}
	.un-item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.un-item .data .title{
		font-size: 30px;
		letter-spacing: 2px;
        font-family: "miller-banner", serif;
		font-weight: 300;
		font-style: normal;
		color: #cc8d77;
		white-space: nowrap;
		margin: 0 0 10% 0;
		position: relative;
	}
	.un-item .data .title span{
		font-size: 50px;
		letter-spacing: 2px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		position: absolute;
		top: 3px;
		left: -140px;
	}
	.un-item .data .txt{
		font-size: 16px;
		letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		text-align: justify;
		color: #cc8d77;
		margin: 0 0 20% 0;
	}

	/* end-banner */
	.end-banner{
		width: 40%;
		margin: 0 auto 7% auto;
	}
	.end-banner .txt{
		font-size: 25px;
		letter-spacing: 2px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		text-align: center;
		margin: 0 auto 2% auto;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

	/* top-nav */
	.top-nav{
		width: 70%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-list li{
		width: 44%;
	}
	.top-nav-list li:nth-child(2){
		margin: 5% 0 0 0;
	}
	.top-nav-list li a{
		width: 100%;
		position: relative;
		display: block;
	}
	.top-nav-list li a .img{
		width: 90%;
		position: relative;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.top-nav-list li a .img .bg01{
		width: 5%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #ee8359;
		z-index: 10;
		transition: .3s;
	}
	.top-nav-list li a:hover .img .bg01{
		width: 7%;
		transition: .3s;
	}
	.top-nav-list li a .img .bg02{
		width: 5%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #5b799e;
		z-index: 10;
		transition: .3s;
	}
	.top-nav-list li a:hover .img .bg02{
		width: 7%;
		transition: .3s;
	}
	.top-nav-list li a .img .img-in{
		width: 95%;
		margin: 0 0 0 5%;
		overflow: hidden;
		transform: scale(1);
		transition: .3s;
	}
	.top-nav-list li a .img .img-in img{
		transform: scale(1);
		transition: .3s;
	}
	.top-nav-list li a:hover .img .img-in img{
		transform: scale(1.05);
		transition: .3s;
	}
	.top-nav-list li a .title{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-list li a .title li:nth-child(1){
		width: 45%;
	}
	.top-nav-list li a .title li:nth-child(1) .line01{
		width: 100%;
		height: 1px;
		background: #ee8359;
		position: relative;
		top: 12px;
	}
	.top-nav-list li a .title li:nth-child(1) .line02{
		width: 100%;
		height: 1px;
		background: #5b799e;
		position: relative;
		top: 12px;
	}
	.top-nav-list li a .title li:nth-child(2){
		width: 50%;
		line-height: 0;
		margin: 0 !important;
	}

	.wrap01{
		width: 100%;
		background: #f5f4f1;
		padding: 0 0 10% 0;
		margin: 0 0 0% 0;
	}
	.wrap02{
		width: 100%;
		background: #fbfafb;
		padding: 0 0 5% 0;
		margin: 0 0 7% 0;
	}

	/* door */
	.door{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.door .line01{
		width: 15%;
		height: 13px;
		background: #ff7d4d;
		margin: 0 auto 2% auto;
	}
	.door .line02{
		width: 15%;
		height: 13px;
		background: #527aa1;
		margin: 0 auto 2% auto;
	}
	.door .txt{
		width: max-content;
		color: #ff7d4d;
		margin: 0 auto 2% auto;
		font-size: 22px;
		letter-spacing: 8px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 3em;
		position: relative;
	}
	.door .txt02{
		color: #527aa1 !important;
	}
	.door .txt .icon01{
		width: 25px;
		line-height: 0;
		display: block;
		position: absolute;
		top: 0;
		left: -40px;
	}
	.door .txt .icon02{
		width: 25px;
		line-height: 0;
		display: block;
		position: absolute;
		bottom: 0;
		right: -40px;
	}
	.door .title{
		text-align: center;
		font-size: 60px;
		letter-spacing: 3px;
		font-family: "miller-banner", serif;
		font-weight: 300;
		font-style: normal;
        line-height: 1em;
		margin: 0 0 2% 0;
	}
	.door .line{
		width: 1px;
		height: 140px;
		background: rgba(0, 0, 0, .1	);
		position: relative;
		margin: 0 auto;
		overflow: hidden;
		z-index: 10;
	}
	.door .line .line-in{
		width: 1px;
		height: 140px;
		background: #000;
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 0;
		animation: slideDown 3s infinite;
	}
	@keyframes slideDown {
		0% {
			top: -140px;
			opacity: 1;
		}
		100% {
			top: 140px;
			opacity: 1;
		}
	}

	.color02{
		color: #5b799e !important;
	}
	.color03{
		color: #8d9294 !important;
	}

	/* item-title-box */
	.item-title-box{
		width: 70%;
		margin: 0 auto 3% auto;
		position: relative;
	}
	.item-title-box .num{
		width: 50px;
		position: absolute;
		top: 0;
		left: 0;
		line-height: 0;
	}
	.item-title{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 0 12%;
	}
	.item-title li:nth-child(1){
		min-width: 20%;
		background: #fff;
		font-size: 18px;
		letter-spacing: 8px;
		box-sizing: border-box;
		padding: 1.5% 3%;
		border: 1px solid #000;
		position: relative;
		text-align: center;
	}
	.item-title li:nth-child(1) .line01{
		width: 100%;
		height: 1px;
		background: #000;
		position: absolute;
		top: -5px;
		right: -5px;
	}
	.item-title li:nth-child(1) .line02{
		width: 1px;
		height: 100%;
		background: #000;
		position: absolute;
		top: -5px;
		right: -5px;
	}
	.item-title li:nth-child(2){
		width: 20px;
		line-height: 0;
		margin: 0 20px 0 40px;
	}
	.item-title li:nth-child(3){
		font-size: 50px;
		letter-spacing: 3px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		color: #ff7d4d;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item01 */
	.img-big{
		width: 80%;
		margin: 0 auto 4% auto;
	}
	.img-big a{
		width: 85%;
		display: block;
	}
	.img-big03{
		width: 80%;
		margin: 0 auto 4% auto;
	}
	.img-big03 a{
		width: 85%;
		display: block;
		margin: 0 0 0 15%;
	}
	.img-big02{
		width: 70%;
		margin: 0 auto 5% auto;
	}
	.item01{
		width: 75%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.item01 .img{
		width: 45%;
		margin: 0 0 0 0;
	}
	.item01 .data{
		width: 55%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.item01 .data .txt{
		font-size: 16px;
		letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		text-align: justify;
		margin: 0 0 20% 0;
	}

	/* item02 */
	.item02{
		width: 75%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 5% auto;
	}
	.item02 .data-l{
		width: 47%;
	}
	.item02 .data-l .img{
		width: 100%;
		display: block;
		margin: 0 auto 7% auto;
	}
	.item02 .data-l .link-box01{
		width: 80%;
		display: block;
	}
	.item02 .data-l .link-box02{
		width: 80%;
		display: block;
		margin: 0 0 0 20%;
	}
	.item02 .data-r{
		width: 47%;
	}
	.item02 .data-r .txt{
		width: 80%;
		font-size: 16px;
		letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		text-align: justify;
		margin: 10% auto 10% auto;
	}

	/* un-wrap */
	.un-wrap{
		width: 100%;
		background: #fff;
		padding: 3% 0;
		margin: 0 auto 7% auto;
	}
	.un-wrap-end{
		margin: 0 auto 0% auto !important;
	}
	.un-wrap .line{
		width: 100%;
		height: 1px;
		background: #cc8d77;
	}
	.un-wrap .line02{
		width: 100%;
		height: 1px;
		background: #8d9294;
	}
	.un-item{
		width: 60%;
		margin: 0 auto;
		display: flex;
		justify-content: flex-start;
		flex-direction: row-reverse;
		align-items: center;
		padding: 3% 0;
	}
	.un-item .img{
		width: 50%;
		display: block;
		overflow: hidden;
	}
	.un-item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.un-item .data .title{
		font-size: 24px;
		letter-spacing: 2px;
        font-family: "miller-banner", serif;
		font-weight: 300;
		font-style: normal;
		color: #cc8d77;
		white-space: nowrap;
		margin: 0 0 10% 0;
		position: relative;
	}
	.un-item .data .title span{
		font-size: 50px;
		letter-spacing: 2px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		position: absolute;
		top: 3px;
		left: -140px;
	}
	.un-item .data .txt{
		font-size: 14px;
		letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		text-align: justify;
		color: #cc8d77;
		margin: 0 0 20% 0;
	}

	/* end-banner */
	.end-banner{
		width: 50%;
		margin: 0 auto 7% auto;
	}
	.end-banner .txt{
		font-size: 25px;
		letter-spacing: 2px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		text-align: center;
		margin: 0 auto 2% auto;
	}

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


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

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

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

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

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

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

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

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

}

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

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

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

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

	/* top-nav */
	.top-nav{
		width: 80%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-list li{
		width: 44%;
	}
	.top-nav-list li:nth-child(2){
		margin: 5% 0 0 0;
	}
	.top-nav-list li a{
		width: 100%;
		position: relative;
		display: block;
	}
	.top-nav-list li a .img{
		width: 90%;
		position: relative;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.top-nav-list li a .img .bg01{
		width: 5%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #ee8359;
		z-index: 10;
		transition: .3s;
	}
	.top-nav-list li a:hover .img .bg01{
		width: 7%;
		transition: .3s;
	}
	.top-nav-list li a .img .bg02{
		width: 5%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #5b799e;
		z-index: 10;
		transition: .3s;
	}
	.top-nav-list li a:hover .img .bg02{
		width: 7%;
		transition: .3s;
	}
	.top-nav-list li a .img .img-in{
		width: 95%;
		margin: 0 0 0 5%;
		overflow: hidden;
		transform: scale(1);
		transition: .3s;
	}
	.top-nav-list li a .img .img-in img{
		transform: scale(1);
		transition: .3s;
	}
	.top-nav-list li a:hover .img .img-in img{
		transform: scale(1.05);
		transition: .3s;
	}
	.top-nav-list li a .title{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-list li a .title li:nth-child(1){
		width: 45%;
	}
	.top-nav-list li a .title li:nth-child(1) .line01{
		width: 100%;
		height: 1px;
		background: #ee8359;
		position: relative;
		top: 12px;
	}
	.top-nav-list li a .title li:nth-child(1) .line02{
		width: 100%;
		height: 1px;
		background: #5b799e;
		position: relative;
		top: 12px;
	}
	.top-nav-list li a .title li:nth-child(2){
		width: 50%;
		line-height: 0;
		margin: 0 !important;
	}

	.wrap01{
		width: 100%;
		background: #f5f4f1;
		padding: 0 0 10% 0;
		margin: 0 0 0% 0;
		overflow: hidden;
	}
	.wrap02{
		width: 100%;
		background: #fbfafb;
		padding: 0 0 5% 0;
		margin: 0 0 7% 0;
		overflow: hidden;
	}

	/* door */
	.door{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.door .line01{
		width: 15%;
		height: 13px;
		background: #ff7d4d;
		margin: 0 auto 2% auto;
	}
	.door .line02{
		width: 15%;
		height: 13px;
		background: #527aa1;
		margin: 0 auto 2% auto;
	}
	.door .txt{
		width: max-content;
		color: #ff7d4d;
		margin: 0 auto 2% auto;
		font-size: 22px;
		letter-spacing: 8px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 3em;
		position: relative;
	}
	.door .txt02{
		color: #527aa1 !important;
	}
	.door .txt .icon01{
		width: 25px;
		line-height: 0;
		display: block;
		position: absolute;
		top: 0;
		left: -40px;
	}
	.door .txt .icon02{
		width: 25px;
		line-height: 0;
		display: block;
		position: absolute;
		bottom: 0;
		right: -40px;
	}
	.door .title{
		text-align: center;
		font-size: 60px;
		letter-spacing: 3px;
		font-family: "miller-banner", serif;
		font-weight: 300;
		font-style: normal;
        line-height: 1em;
		margin: 0 0 2% 0;
	}
	.door .line{
		width: 1px;
		height: 100px;
		background: rgba(0, 0, 0, .1	);
		position: relative;
		margin: 0 auto;
		overflow: hidden;
		z-index: 10;
	}
	.door .line .line-in{
		width: 1px;
		height: 100px;
		background: #000;
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 0;
		animation: slideDown 3s infinite;
	}
	@keyframes slideDown {
		0% {
			top: -100px;
			opacity: 1;
		}
		100% {
			top: 100px;
			opacity: 1;
		}
	}

	.color02{
		color: #5b799e !important;
	}
	.color03{
		color: #8d9294 !important;
	}

	/* item-title-box */
	.item-title-box{
		width: 90%;
		margin: 0 auto 3% auto;
		position: relative;
	}
	.item-title-box .num{
		width: 50px;
		position: absolute;
		top: 0;
		left: 0;
		line-height: 0;
	}
	.item-title{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 0 12%;
	}
	.item-title li:nth-child(1){
		min-width: 20%;
		background: #fff;
		font-size: 18px;
		letter-spacing: 8px;
		box-sizing: border-box;
		padding: 1.5% 3%;
		border: 1px solid #000;
		position: relative;
		text-align: center;
	}
	.item-title li:nth-child(1) .line01{
		width: 100%;
		height: 1px;
		background: #000;
		position: absolute;
		top: -5px;
		right: -5px;
	}
	.item-title li:nth-child(1) .line02{
		width: 1px;
		height: 100%;
		background: #000;
		position: absolute;
		top: -5px;
		right: -5px;
	}
	.item-title li:nth-child(2){
		width: 20px;
		line-height: 0;
		margin: 0 20px 0 40px;
	}
	.item-title li:nth-child(3){
		font-size: 50px;
		letter-spacing: 3px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		color: #ff7d4d;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item01 */
	.img-big{
		width: 90%;
		overflow: hidden;
		margin: 0 auto 4% auto;
	}
	.img-big a{
		width: 85%;
		display: block;
	}
	.img-big03{
		width: 90%;
		margin: 0 auto 4% auto;
	}
	.img-big03 a{
		width: 85%;
		display: block;
		margin: 0 0 0 15%;
	}
	.img-big02{
		width: 90%;
		margin: 0 auto 5% auto;
	}
	.item01{
		width: 100%;
		overflow: hidden;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.item01 .img{
		width: 45%;
		margin: 0 0 0 0;
	}
	.item01 .data{
		width: 55%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.item01 .data .txt{
		font-size: 16px;
		letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		text-align: justify;
		margin: 0 0 20% 0;
	}

	/* item02 */
	.item02{
		width: 75%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 5% auto;
	}
	.item02 .data-l{
		width: 47%;
	}
	.item02 .data-l .img{
		width: 100%;
		display: block;
		margin: 0 auto 7% auto;
	}
	.item02 .data-l .link-box01{
		width: 80%;
		display: block;
	}
	.item02 .data-l .link-box02{
		width: 80%;
		display: block;
		margin: 0 0 0 20%;
	}
	.item02 .data-r{
		width: 47%;
	}
	.item02 .data-r .txt{
		width: 80%;
		font-size: 16px;
		letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		text-align: justify;
		margin: 10% auto 10% auto;
	}

	/* un-wrap */
	.un-wrap{
		width: 100%;
		background: #fff;
		padding: 3% 0;
		margin: 0 auto 7% auto;
	}
	.un-wrap-end{
		margin: 0 auto 0% auto !important;
	}
	.un-wrap .line{
		width: 100%;
		height: 1px;
		background: #cc8d77;
	}
	.un-wrap .line02{
		width: 100%;
		height: 1px;
		background: #8d9294;
	}
	.un-item{
		width: 85%;
		margin: 0 auto;
		display: flex;
		justify-content: flex-start;
		flex-direction: row-reverse;
		align-items: center;
		padding: 3% 0;
	}
	.un-item .img{
		width: 50%;
		display: block;
		overflow: hidden;
	}
	.un-item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.un-item .data .title{
		font-size: 30px;
		letter-spacing: 2px;
        font-family: "miller-banner", serif;
		font-weight: 300;
		font-style: normal;
		color: #cc8d77;
		white-space: nowrap;
		margin: 0 0 10% 0;
		position: relative;
	}
	.un-item .data .title span{
		font-size: 50px;
		letter-spacing: 2px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		position: absolute;
		top: 3px;
		left: -100px;
	}
	.un-item .data .txt{
		font-size: 16px;
		letter-spacing: 3px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		text-align: justify;
		color: #cc8d77;
		margin: 0 0 20% 0;
	}

	/* end-banner */
	.end-banner{
		width: 60%;
		margin: 0 auto 7% auto;
	}
	.end-banner .txt{
		font-size: 25px;
		letter-spacing: 2px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		text-align: center;
		margin: 0 auto 2% auto;
	}

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


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

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

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

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

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

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

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

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

}

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

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

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		background: #f9f9f9;
		margin: 0 auto 10% auto;
	}
	.mv-logo{
		width: 30%;
        z-index: 10;
        margin: 0 auto;
        position: absolute;
        bottom: 5%;
        left: 0;
        right: 0;
		line-height: 0;
	}
	.mv-img-box{
		width: 100%;
		position: relative;
	}
	.mv-img-box div{
		width: 100%;
		position: relative;
	}
	.mv-title-box{
		width: 85%;
        bottom: 15%;
        right: 0%;
        left: 0;
        margin: 0 auto;
        position: absolute;
	}
	.mv-title01{
		width: 75%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 0% auto;
	}
	.mv-title01 li:nth-child(2){
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title02{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.mv-title02 li:nth-child(2){
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title03{
		width: 85%;
		margin: 0 auto 5% auto;
	}
	.mv-title04{
		width: 85%;
		position: relative;
		overflow: hidden;
		margin: 0 auto;
	}

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

	/* top-nav */
	.top-nav{
		width: 85%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.top-nav-list{
		width: 100%;
	}
	.top-nav-list li{
		width: 75%;
	}
	.top-nav-list li:nth-child(2){
		margin: 10% 0 0 25%;
	}
	.top-nav-list li a{
		width: 100%;
		position: relative;
		display: block;
	}
	.top-nav-list li a .img{
		width: 90%;
		position: relative;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.top-nav-list li a .img .bg01{
		width: 5%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #ee8359;
		z-index: 10;
		transition: .3s;
	}
	.top-nav-list li a:hover .img .bg01{
		width: 7%;
		transition: .3s;
	}
	.top-nav-list li a .img .bg02{
		width: 5%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #5b799e;
		z-index: 10;
		transition: .3s;
	}
	.top-nav-list li a:hover .img .bg02{
		width: 7%;
		transition: .3s;
	}
	.top-nav-list li a .img .img-in{
		width: 95%;
		margin: 0 0 0 5%;
		overflow: hidden;
		transform: scale(1);
		transition: .3s;
	}
	.top-nav-list li a .img .img-in img{
		transform: scale(1);
		transition: .3s;
	}
	.top-nav-list li a:hover .img .img-in img{
		transform: scale(1.05);
		transition: .3s;
	}
	.top-nav-list li a .title{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-list li a .title li:nth-child(1){
		width: 35%;
	}
	.top-nav-list li a .title li:nth-child(1) .line01{
		width: 100%;
		height: 1px;
		background: #ee8359;
		position: relative;
		top: 6px;
	}
	.top-nav-list li a .title li:nth-child(1) .line02{
		width: 100%;
		height: 1px;
		background: #5b799e;
		position: relative;
		top: 6px;
	}
	.top-nav-list li a .title li:nth-child(2){
		width: 60%;
		line-height: 0;
		margin: 0 !important;
	}

	.wrap01{
		width: 100%;
		background: #f5f4f1;
		padding: 0 0 10% 0;
		margin: 0 0 0% 0;
		overflow: hidden;
	}
	.wrap02{
		width: 100%;
		background: #fbfafb;
		padding: 0 0 10% 0;
		margin: 0 0 15% 0;
		overflow: hidden;
	}

	/* door */
	.door{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 10% auto;
	}
	.door .line01{
		width: 40%;
		height: 10px;
		background: #ff7d4d;
		margin: 0 auto 5% auto;
	}
	.door .line02{
		width: 40%;
		height: 10px;
		background: #527aa1;
		margin: 0 auto 5% auto;
	}
	.door .txt{
		width: max-content;
		color: #ff7d4d;
		margin: 0 auto 4% auto;
		font-size: 18px;
		letter-spacing: 4px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 1.8em;
		text-align: center;
		position: relative;
		padding: 3% 0;
	}
	.door .txt02{
		color: #527aa1 !important;
	}
	.door .txt .icon01{
		width: 20px;
		line-height: 0;
		display: block;
		position: absolute;
		top: 0;
		left: -40px;
	}
	.door .txt .icon02{
		width: 20px;
		line-height: 0;
		display: block;
		position: absolute;
		bottom: 0;
		right: -40px;
	}
	.door .title{
		text-align: center;
		font-size: 33px;
		letter-spacing: 1px;
		font-family: "miller-banner", serif;
		font-weight: 300;
		font-style: normal;
        line-height: 1em;
		margin: 0 0 5% 0;
	}
	.door .line{
		width: 1px;
		height: 50px;
		background: rgba(0, 0, 0, .1	);
		position: relative;
		margin: 0 auto;
		overflow: hidden;
		z-index: 10;
	}
	.door .line .line-in{
		width: 1px;
		height: 50px;
		background: #000;
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 0;
		animation: slideDown 3s infinite;
	}
	@keyframes slideDown {
		0% {
			top: -50px;
			opacity: 1;
		}
		100% {
			top: 50px;
			opacity: 1;
		}
	}

	.color02{
		color: #5b799e !important;
	}
	.color03{
		color: #8d9294 !important;
	}

	/* item-title-box */
	.item-title-box{
		width: 70%;
		margin: 0 0 7% 25%;
		position: relative;
	}
	.item-title-box .num{
		width: 45px;
		position: absolute;
		top: -5px;
		left: -70px;
		line-height: 0;
	}
	.item-title{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		margin: 0 auto 0 auto;
	}
	.item-title li:nth-child(1){
		width: 80%;
		background: #fff;
		font-size: 15px;
		letter-spacing: 3px;
		box-sizing: border-box;
		padding: 4% 3%;
		border: 1px solid #000;
		position: relative;
		text-align: center;
		margin: 0 20% 5% 0;
	}
	.item-title li:nth-child(1) .line01{
		width: 100%;
		height: 1px;
		background: #000;
		position: absolute;
		top: -5px;
		right: -5px;
	}
	.item-title li:nth-child(1) .line02{
		width: 1px;
		height: 100%;
		background: #000;
		position: absolute;
		top: -5px;
		right: -5px;
	}
	.item-title li:nth-child(2){
		width: 3%;
		line-height: 0;
		margin: 0 5% 0 0;
		position: relative;
		top: -4px;
	}
	.item-title li:nth-child(3){
		width: 92%;
		font-size: 28px;
		letter-spacing: 1px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		color: #ff7d4d;
		white-space: nowrap;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item01 */
	.img-big{
		width: 90%;
		overflow: hidden;
		margin: 0 auto 4% auto;
	}
	.img-big a{
		width: 85%;
		display: block;
	}
	.img-big03{
		width: 90%;
		margin: 0 auto 4% auto;
	}
	.img-big03 a{
		width: 85%;
		display: block;
		margin: 0 0 0 15%;
	}
	.img-big02{
		width: 90%;
		margin: 0 auto 5% auto;
	}
	.item01{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 10% auto;
	}
	.item01 .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item01 .data{
		width: 85%;
		margin: 0 auto;
	}
	.item01 .data .txt{
		font-size: 15px;
		letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		text-align: justify;
		margin: 0 0 7% 0;
	}
	.item01 .data .txt br{
		display: none;
	}

	/* item02 */
	.item02{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.item02 .data-l{
		width: 100%;
	}
	.item02 .data-l .img{
		width: 100%;
		display: block;
		margin: 0 auto 5% auto;
	}
	.item02 .data-l .link-box01{
		width: 85%;
		display: block;
		margin: 0 auto;
	}
	.item02 .data-l .link-box02{
		width: 85%;
		display: block;
		margin: 0 auto;
	}
	.item02 .data-r{
		width: 100%;
	}
	.item02 .data-l .txt{
		width: 85%;
		font-size: 15px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
        text-align: justify;
        margin: 0 auto 7% auto;
	}
	.item02 .data-l .txt br{
		display: none;
	}

	/* un-wrap */
	.un-wrap{
		width: 100%;
		background: #fff;
		padding: 3% 0;
		margin: 0 auto 15% auto;
	}
	.un-wrap-end{
		margin: 0 auto 0% auto !important;
	}
	.un-wrap .line{
		width: 100%;
		height: 1px;
		background: #cc8d77;
	}
	.un-wrap .line02{
		width: 100%;
		height: 1px;
		background: #8d9294;
	}
	.un-item{
		width: 100%;
		margin: 0 auto;
		padding: 10% 0 10% 0;
	}
	.un-item .img{
		width: 80%;
		display: block;
		overflow: hidden;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.un-item .img .num{
		font-size: 35px;
		letter-spacing: 2px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		position: absolute;
		top: 10px;
		left: 10px;
		z-index: 10;
		color: #cc8d77;
	}
	.un-item .data{
		width: 85%;
		margin: 0 auto;
	}
	.un-item .title{
		width: 100%;
		font-size: 23px;
		letter-spacing: 1px;
        font-family: "miller-banner", serif;
		font-weight: 300;
		font-style: normal;
		color: #cc8d77;
		white-space: nowrap;
		margin: 0 0 5% 0;
		position: relative;
		text-align: center;
		line-height: 1.5em;
	}
	.un-item .data .txt{
		font-size: 15px;
		letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.3em;
		text-align: justify;
		color: #cc8d77;
		margin: 0 0 7% 0;
	}
	.un-item .data .txt br{
		display: none;
	}

	/* end-banner */
	.end-banner{
		width: 90%;
		margin: 0 auto 15% auto;
	}
	.end-banner .txt{
		font-size: 18px;
		letter-spacing: 2px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		text-align: center;
		margin: 0 auto 2% auto;
	}

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


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

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

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

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

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

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

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

	.foot_fix_btn {
		position: fixed;
		z-index: 99;
		bottom: 0;
		left: 0;
		width: 100%;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}
	.foot_fix_btn.js_hide {
		transform: translateY(100%);
	}
	.foot_fix_btn ul {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		text-align: center;
		font-size: 0;
	}
	.foot_fix_btn ul li:nth-child(1) {
		width: 50%;
		background: rgba(255, 255, 255, .8);
		box-sizing: border-box;
		border-right: 1px solid #eee;
	}
	.foot_fix_btn ul li:nth-child(2) {
		width: 50%;
		background: rgba(255, 255, 255, .8);
		box-sizing: border-box;
	}
	.foot_fix_btn ul li a {
		display: block;
		padding: 7px 0;
	}

}
