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: #1a1311;
}
a{
	color: #000;
	text-decoration: none;
}
.item-s-sp{
	line-height: 0;
}
.item-s{
	line-height: 0;
}

/* js_ani */
.img-opa {
	opacity: 0;
	transition: opacity 0.3s ease-out;
}
.img-opa img {
	display: block;
	width: 100%;
	height: auto;
}

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

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


/* 

font-family: "baskerville-urw", serif;
font-weight: 400;
font-style: normal;

font-family: garamond-premier-pro, serif;
font-weight: 400;

Didot LT Pro Headline
font-family: "linotype-didot-headline", serif;
font-weight: 400;
font-style: normal;

*/

/*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;
        margin: 0 10px 0 0;
        position: absolute;
		left: 90px;
        top: 4px;
		line-height: 0;
		border: 1px solid #798082;
		border-radius: 3px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        margin: 0 10px 0 0;
        position: absolute;
		left: 90px;
        top: 4px;
		line-height: 0;
		border: 1px solid #798082;
		border-radius: 3px;
    }

	/* load */
	.load{
		width: 100%;
		height: 100vh;
		position: fixed;
		z-index: 9999;
		background: #bbaa80;
	}
	.load .logo{
		width: 17%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 99999;
	}

	/* nav */
	.nav {
		position: fixed;
		top: 0;
		width: 100%;
		height: 100vh;
		z-index: 999;
		display: none;
		list-style:none;
		background: #f9f9f9;
	}
	.hamburger {
		position: fixed;
		top: 3%;
		left: 20px;
		cursor: pointer;
		width: 40px;
		height: 30px;
		z-index: 9999;
	}
	.hamburger span {
		transition: all .3s;
		position: absolute;
		height: 1px;
		background-color: #dddddd;
		width:100%;
		z-index: 10;
	}
	.hamburger span:nth-of-type(1) {
		display: none;
	}
	.hamburger span:nth-of-type(2) {
		display: none;
	}
	.hamburger.open span:nth-of-type(1) {
		display: block;
		top: 10px;
		transform: translateY(6px) rotate(-15deg);
	}
	.hamburger.open span:nth-of-type(2) {
		display: block;
		top: 22px;
		transform: translateY(-6px) rotate(15deg);
	}
	.hamburger .hamburger-logo {
		width: 130px;
		line-height: 0;
		opacity: 1;
		transition: .3s;
	}
	.hamburger.open .hamburger-logo {
		opacity: 0;
		transition: .3s;
	}

	.nav-box-out{
		width: 85%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.nav-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.nav-main-img{
		width: 47%;
		overflow: hidden;
	}
	.nav-data{
		width: 47%;
	}
	.nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 0 15% 0;
	}
	.nav-list li{
		width: 20%;
		box-sizing: border-box;
		padding: 0 2%;
	}
	.nav-list li:nth-child(-n+5) {
    margin-bottom: 10%;
}
	.nav-list li .nav-img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 15px auto;
	}
	.nav-list li a .nav-img img{
		transform: scale(1);
		transition: .3s;
	}
	.nav-list li a:hover .nav-img img{
		transform: scale(1.05);
		transition: .3s;
	}
	.nav-list li .nav-txt{
		width: 100%;
		font-size: 14px;
		line-height: 1em;
		letter-spacing: 2px;
		font-family: "orpheuspro", serif;
		font-weight: 400;
		font-style: normal;
		color: #bbaa80;
		text-align: center;
	}
	.nav-logo{
		width: 40%;
		margin: 0 auto;
	}

	/* header */
	.header{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		position: relative;
		overflow: hidden;
		margin: 0 auto;
		background: #fff;
	}
	.header .img{
		width: 50%;
		overflow: hidden;
	}
	.header .data{
		width: 50%;
		position: relative;
	}
	.header .data .logo{
		width: 35%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.header .data .logo .on{
		width: 100%;
		position: absolute;
		top: 0%;
		left: 0;
	}

	/* read */
	.read{
		width: 100%;
		padding: 10% 0;
	}
	.read .icon{
		width: 90px;
		line-height: 0;
		margin: 0 auto 2% auto;
	}
	.read .txt{
		font-size: 17px;
        letter-spacing: 7px;
        line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* n-item */
	.n-item{
		width: 90%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 7% auto;
	}
	.n-item .img{
		width: 50%;
	}
	.photo-box-container {
		width: 100%;
		height: 2000px;
		position: relative;
	}
	.photo-box01 {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	.photo-box02 {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0%;
		z-index: 2;
		/* 初期状態で非表示 */
		opacity: 0;
		transform: translateY(30px);
		transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	}
	/* フェードイン後の状態 */
	.photo-box02.fade-in {
		opacity: 1;
		transform: translateY(0);
	}
	.photo-in {
		width: 100%;
		position: sticky;
		top: 0;
	}
	.n-item .data{
		width: 50%;
		position: relative;
		padding: 20% 0 5% 0;
	}
	.n-item .data .link-in{
		width: 250px;
		position: sticky;
		top: 40%;
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%);
		margin: 0 auto;
	}
	.n-item .data .num{
		font-size: 25px;
		line-height: 1em;
		letter-spacing: 2px;
		font-family: "orpheuspro", serif;
		font-weight: 400;
		font-style: normal;
		color: #bbaa80;
		text-align: center;
		margin: 0 0 30% 0;
	}

	/* p-item */
	.p-item{
		width: 100%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.p-item .img{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.p-item .link-in{
		width: 250px;
	}
	.link-in01{
        position: absolute;
		bottom: 9%;
        left: 52%;
	}
	.link-in02{
        position: absolute;
        bottom: 5%;
        left: 54%;
	}
	.p-item .link-in .num{
		font-size: 25px;
		line-height: 1em;
		letter-spacing: 2px;
		font-family: "orpheuspro", serif;
		font-weight: 400;
		font-style: normal;
		color: #bbaa80;
		text-align: center;
		margin: 0 0 15% 0;
	}

	/* c2-item */
	.c2-item{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 7% 10%;
	}
	.c2-item .data{
		width: 47%;
	}
	.c2-item .data-u{
		padding: 10% 0 0 0;
	}
	.c2-item .data .num{
		font-size: 25px;
		line-height: 1em;
		letter-spacing: 2px;
		font-family: "orpheuspro", serif;
		font-weight: 400;
		font-style: normal;
		color: #bbaa80;
		text-align: center;
		margin: 0 0 10% 0;
	}
	.c2-item .data .link-box{
		width: 250px;
		margin-top: 5%;
		margin-left: calc(100% - 250px);
	}

	/* w-item */
	.w-item{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.w-item .img{
		width: 100%;
	}

	/* f-nav-box */
	.f-nav-box{
		width: 80%;
		margin: 0 auto 10% auto;
	}
	.f-nav-box .logo{
		width: 20%;
		position: relative;
		margin: 0 auto 5% auto;
		line-height: 0;
	}
	.f-nav-box .logo .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		line-height: 0;
	}
	.f-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.f-nav-list li{
		width: 18%;
		margin: 0 0 3% 0;
	}
	.f-nav-list li a{
		width: 100%;
		display: block;
		overflow: hidden;
	}
	.f-nav-list li a img{
		transform: scale(1);
		transition: .3s;
	}
	.f-nav-list li a:hover img{
		transform: scale(1.02);
		transition: .3s;
	}


	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 11px;
		letter-spacing: 0px;
		padding: 0px 0 10px 0;
		margin: 25px 0 0 0;
		border-bottom: .5px solid #000;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 1em;
		top: 30%;
		-webkit-transform: translateY(-30%); /* Safari用 */
		transform: translateY(-30%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: -1px;
	}
	.Label,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		padding: 4% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
		top: 1px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 2% 0;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.2em;
		font-family: "orpheuspro", serif;
        font-weight: 400;
        font-style: normal;
	}
	.cart-title_g{
        width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.2em;
		font-family: "orpheuspro", serif;
        font-weight: 400;
        font-style: normal;
		color: #bbaa80;
	}
    .cart-title span{
		font-size: 10px;
		font-family: "Helvetica Neue" , Helvetica , sans-serif;
        display: inline-block;
		position: relative;
		top: -1px;
		letter-spacing: 0;
	}
    .cart-yen{
		font-size: 14px;
		letter-spacing: 1px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		box-sizing: border-box;
		padding: 0 10px 0 0;
		font-family: "orpheuspro", serif;
        font-weight: 400;
        font-style: normal;
	}
	.cart-yen .yen-icon {
        margin: 0 2px 0 0;
    }
	.cart-yen .tax {
        font-size: 9px;
        letter-spacing: 0;
        margin: 0 0 0 5px;
        position: relative;
        top: 1px;
		font-family: "yu-mincho-pr6n", sans-serif;
    }
	.cart-btm .btn01 {
		font-size: 11px;
		line-height: 1.5em;
		width: 45px !important;
		padding: 3px 0 3px 0;
		display: inline-block;
		text-align: center;
		color: #000;
		position: relative;
		border-bottom: .5px solid #000;
		white-space: nowrap;
		font-family: "orpheuspro", serif;
        font-weight: 400;
        font-style: normal;
	}
	.link-line{
		width: 100%;
		height: .5px;
		background: #bbaa80;
		margin: 20px 0;
	}


	/*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 #bbaa80;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #bbaa80;
		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{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 0 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 #bbaa80;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #bbaa80;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #bbaa80;
		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 #bbaa80;
		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: #bbaa80;
		width: 100%;
		height: 100%;
		position: relative;
		opacity: 1 !important;
		transition: all 0.3s;
		background-color: #fff;
		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: #bbaa80;
		pointer-events: none;
	}
	#pagetop .btn-loading:before {
		bottom: 0;
		left: 0;
	}
	#pagetop .btn-loading:after {
		top: 0;
		right: 0;
	}
	#pagetop:hover .btn-loading {
		color: #65A04D;
	}
	#pagetop:hover .btn-loading:before,
	#pagetop:hover .btn-loading:after {
		height: 100%;
	}
	#pagetop:hover .btn-loading:before {
		transition: height 0.1s 0.1s linear;
	}
	#pagetop:hover .btn-loading:after {
		transition: height 0.1s linear;
	}
	#pagetop .btn-loading span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 1px);
		height: calc(100% - 1px);
		background-color: #FFF;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
	}
	#pagetop .btn-loading span img{
		width: 15px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		line-height: 0;
	}
	
	.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;
        margin: 0 10px 0 0;
        position: absolute;
		left: 90px;
        top: 4px;
		line-height: 0;
		border: 1px solid #798082;
		border-radius: 3px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        margin: 0 10px 0 0;
        position: absolute;
		left: 90px;
        top: 4px;
		line-height: 0;
		border: 1px solid #798082;
		border-radius: 3px;
    }

	/* load */
	.load{
		width: 100%;
		height: 100vh;
		position: fixed;
		z-index: 9999;
		background: #bbaa80;
	}
	.load .logo{
		width: 17%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 99999;
	}

	/* nav */
	.nav {
		position: fixed;
		top: 0;
		width: 100%;
		height: 100vh;
		z-index: 999;
		display: none;
		list-style:none;
		background: #f9f9f9;
	}
	.hamburger {
		position: fixed;
		top: 3%;
		left: 20px;
		cursor: pointer;
		width: 40px;
		height: 30px;
		z-index: 9999;
	}
	.hamburger span {
		transition: all .3s;
		position: absolute;
		height: 1px;
		background-color: #dddddd;
		width:100%;
		z-index: 10;
	}
	.hamburger span:nth-of-type(1) {
		display: none;
	}
	.hamburger span:nth-of-type(2) {
		display: none;
	}
	.hamburger.open span:nth-of-type(1) {
		display: block;
		top: 10px;
		transform: translateY(6px) rotate(-15deg);
	}
	.hamburger.open span:nth-of-type(2) {
		display: block;
		top: 22px;
		transform: translateY(-6px) rotate(15deg);
	}
	.hamburger .hamburger-logo {
		width: 130px;
		line-height: 0;
		opacity: 1;
		transition: .3s;
	}
	.hamburger.open .hamburger-logo {
		opacity: 0;
		transition: .3s;
	}

	.nav-box-out{
		width: 85%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.nav-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.nav-main-img{
		width: 47%;
		overflow: hidden;
	}
	.nav-data{
		width: 47%;
	}
	.nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 0 15% 0;
	}
	.nav-list li{
		width: 20%;
		box-sizing: border-box;
		padding: 0 2%;
	}
	.nav-list li:nth-child(-n+5) {
    margin-bottom: 10%;
}
	.nav-list li .nav-img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 15px auto;
	}
	.nav-list li a .nav-img img{
		transform: scale(1);
		transition: .3s;
	}
	.nav-list li a:hover .nav-img img{
		transform: scale(1.05);
		transition: .3s;
	}
	.nav-list li .nav-txt{
		width: 100%;
		font-size: 14px;
		line-height: 1em;
		letter-spacing: 2px;
		font-family: "orpheuspro", serif;
		font-weight: 400;
		font-style: normal;
		color: #bbaa80;
		text-align: center;
	}
	.nav-logo{
		width: 40%;
		margin: 0 auto;
	}

	/* header */
	.header{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		position: relative;
		overflow: hidden;
		margin: 0 auto;
		background: #fff;
	}
	.header .img{
		width: 50%;
		overflow: hidden;
	}
	.header .data{
		width: 50%;
		position: relative;
	}
	.header .data .logo{
		width: 35%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.header .data .logo .on{
		width: 100%;
		position: absolute;
		top: 0%;
		left: 0;
	}

	/* read */
	.read{
		width: 100%;
		padding: 10% 0;
	}
	.read .icon{
		width: 90px;
		line-height: 0;
		margin: 0 auto 2% auto;
	}
	.read .txt{
		font-size: 17px;
        letter-spacing: 7px;
        line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* n-item */
	.n-item{
		width: 90%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 7% auto;
	}
	.n-item .img{
		width: 50%;
	}
	.photo-box-container {
		width: 100%;
		height: 2000px;
		position: relative;
	}
	.photo-box01 {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	.photo-box02 {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0%;
		z-index: 2;
		/* 初期状態で非表示 */
		opacity: 0;
		transform: translateY(30px);
		transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	}
	/* フェードイン後の状態 */
	.photo-box02.fade-in {
		opacity: 1;
		transform: translateY(0);
	}
	.photo-in {
		width: 100%;
		position: sticky;
		top: 0;
	}
	.n-item .data{
		width: 50%;
		position: relative;
		padding: 20% 0 5% 0;
	}
	.n-item .data .link-in{
		width: 250px;
		position: sticky;
		top: 40%;
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%);
		margin: 0 auto;
	}
	.n-item .data .num{
		font-size: 25px;
		line-height: 1em;
		letter-spacing: 2px;
		font-family: "orpheuspro", serif;
		font-weight: 400;
		font-style: normal;
		color: #bbaa80;
		text-align: center;
		margin: 0 0 30% 0;
	}

	/* p-item */
	.p-item{
		width: 100%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.p-item .img{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.p-item .link-in{
		width: 250px;
	}
	.link-in01{
        position: absolute;
		bottom: 9%;
        left: 52%;
	}
	.link-in02{
        position: absolute;
        bottom: 5%;
        left: 54%;
	}
	.p-item .link-in .num{
		font-size: 25px;
		line-height: 1em;
		letter-spacing: 2px;
		font-family: "orpheuspro", serif;
		font-weight: 400;
		font-style: normal;
		color: #bbaa80;
		text-align: center;
		margin: 0 0 15% 0;
	}

	/* c2-item */
	.c2-item{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 7% 10%;
	}
	.c2-item .data{
		width: 47%;
	}
	.c2-item .data-u{
		padding: 10% 0 0 0;
	}
	.c2-item .data .num{
		font-size: 25px;
		line-height: 1em;
		letter-spacing: 2px;
		font-family: "orpheuspro", serif;
		font-weight: 400;
		font-style: normal;
		color: #bbaa80;
		text-align: center;
		margin: 0 0 10% 0;
	}
	.c2-item .data .link-box{
		width: 250px;
		margin-top: 5%;
		margin-left: calc(100% - 250px);
	}

	/* w-item */
	.w-item{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.w-item .img{
		width: 100%;
	}

	/* f-nav-box */
	.f-nav-box{
		width: 80%;
		margin: 0 auto 10% auto;
	}
	.f-nav-box .logo{
		width: 20%;
		position: relative;
		margin: 0 auto 5% auto;
		line-height: 0;
	}
	.f-nav-box .logo .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		line-height: 0;
	}
	.f-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.f-nav-list li{
		width: 18%;
		margin: 0 0 3% 0;
	}
	.f-nav-list li a{
		width: 100%;
		display: block;
		overflow: hidden;
	}
	.f-nav-list li a img{
		transform: scale(1);
		transition: .3s;
	}
	.f-nav-list li a:hover img{
		transform: scale(1.02);
		transition: .3s;
	}


	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 11px;
		letter-spacing: 0px;
		padding: 0px 0 10px 0;
		margin: 25px 0 0 0;
		border-bottom: .5px solid #000;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 2em;
		top: 30%;
		-webkit-transform: translateY(-30%); /* Safari用 */
		transform: translateY(-30%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: -1px;
	}
	.Label,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		padding: 4% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
		top: 1px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 2% 0;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.2em;
		font-family: "orpheuspro", serif;
        font-weight: 400;
        font-style: normal;
	}
	.cart-title_g{
        width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.2em;
		font-family: "orpheuspro", serif;
        font-weight: 400;
        font-style: normal;
		color: #bbaa80;
	}
    .cart-title span{
		font-size: 10px;
		font-family: "Helvetica Neue" , Helvetica , sans-serif;
        display: inline-block;
		position: relative;
		top: -1px;
		letter-spacing: 0;
	}
    .cart-yen{
		font-size: 14px;
		letter-spacing: 1px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		box-sizing: border-box;
		padding: 0 10px 0 0;
		font-family: "orpheuspro", serif;
        font-weight: 400;
        font-style: normal;
	}
	.cart-yen .yen-icon {
        margin: 0 2px 0 0;
    }
	.cart-yen .tax {
        font-size: 9px;
        letter-spacing: 0;
        margin: 0 0 0 5px;
        position: relative;
        top: 1px;
		font-family: "yu-mincho-pr6n", sans-serif;
    }
	.cart-btm .btn01 {
		font-size: 11px;
		line-height: 1.5em;
		width: 45px !important;
		padding: 3px 0 3px 0;
		display: inline-block;
		text-align: center;
		color: #000;
		position: relative;
		border-bottom: .5px solid #000;
		white-space: nowrap;
		font-family: "orpheuspro", serif;
        font-weight: 400;
        font-style: normal;
	}
	.link-line{
		width: 100%;
		height: .5px;
		background: #bbaa80;
		margin: 20px 0;
	}


	/*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 #bbaa80;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #bbaa80;
		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{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 0 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 #bbaa80;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #bbaa80;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #bbaa80;
		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 #bbaa80;
		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: #bbaa80;
		width: 100%;
		height: 100%;
		position: relative;
		opacity: 1 !important;
		transition: all 0.3s;
		background-color: #fff;
		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: #bbaa80;
		pointer-events: none;
	}
	#pagetop .btn-loading:before {
		bottom: 0;
		left: 0;
	}
	#pagetop .btn-loading:after {
		top: 0;
		right: 0;
	}
	#pagetop:hover .btn-loading {
		color: #65A04D;
	}
	#pagetop:hover .btn-loading:before,
	#pagetop:hover .btn-loading:after {
		height: 100%;
	}
	#pagetop:hover .btn-loading:before {
		transition: height 0.1s 0.1s linear;
	}
	#pagetop:hover .btn-loading:after {
		transition: height 0.1s linear;
	}
	#pagetop .btn-loading span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 1px);
		height: calc(100% - 1px);
		background-color: #FFF;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
	}
	#pagetop .btn-loading span img{
		width: 15px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		line-height: 0;
	}
	
	.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;
        margin: 0 10px 0 0;
        position: absolute;
		left: 90px;
        top: 4px;
		line-height: 0;
		border: 1px solid #798082;
		border-radius: 3px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        margin: 0 10px 0 0;
        position: absolute;
		left: 90px;
        top: 4px;
		line-height: 0;
		border: 1px solid #798082;
		border-radius: 3px;
    }

	/* load */
	.load{
		width: 100%;
		height: 100vh;
		position: fixed;
		z-index: 9999;
		background: #bbaa80;
	}
	.load .logo{
		width: 17%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 99999;
	}

	/* nav */
	.nav {
		position: fixed;
		top: 0;
		width: 100%;
		height: 100vh;
		z-index: 999;
		display: none;
		list-style:none;
		background: #f9f9f9;
	}
	.hamburger {
		position: fixed;
		top: 3%;
		left: 20px;
		cursor: pointer;
		width: 40px;
		height: 30px;
		z-index: 9999;
	}
	.hamburger span {
		transition: all .3s;
		position: absolute;
		height: 1px;
		background-color: #dddddd;
		width:100%;
		z-index: 10;
	}
	.hamburger span:nth-of-type(1) {
		display: none;
	}
	.hamburger span:nth-of-type(2) {
		display: none;
	}
	.hamburger.open span:nth-of-type(1) {
		display: block;
		top: 10px;
		transform: translateY(6px) rotate(-15deg);
	}
	.hamburger.open span:nth-of-type(2) {
		display: block;
		top: 22px;
		transform: translateY(-6px) rotate(15deg);
	}
	.hamburger .hamburger-logo {
		width: 130px;
		line-height: 0;
		opacity: 1;
		transition: .3s;
	}
	.hamburger.open .hamburger-logo {
		opacity: 0;
		transition: .3s;
	}

	.nav-box-out{
		width: 85%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.nav-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.nav-main-img{
		width: 47%;
		overflow: hidden;
	}
	.nav-data{
		width: 47%;
	}
	.nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 0 15% 0;
	}
	.nav-list li{
		width: 20%;
		box-sizing: border-box;
		padding: 0 2%;
	}
	.nav-list li:nth-child(-n+5) {
		margin-bottom: 10%;
	}
	.nav-list li .nav-img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 15px auto;
	}
	.nav-list li a .nav-img img{
		transform: scale(1);
		transition: .3s;
	}
	.nav-list li a:hover .nav-img img{
		transform: scale(1.05);
		transition: .3s;
	}
	.nav-list li .nav-txt{
		width: 100%;
		font-size: 14px;
		line-height: 1em;
		letter-spacing: 2px;
		font-family: "orpheuspro", serif;
		font-weight: 400;
		font-style: normal;
		color: #bbaa80;
		text-align: center;
	}
	.nav-logo{
		width: 40%;
		margin: 0 auto;
	}

	/* header */
	.header{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		position: relative;
		overflow: hidden;
		margin: 0 auto;
		background: #fff;
	}
	.header .img{
		width: 50%;
		overflow: hidden;
	}
	.header .data{
		width: 50%;
		position: relative;
	}
	.header .data .logo{
		width: 35%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.header .data .logo .on{
		width: 100%;
		position: absolute;
		top: 0%;
		left: 0;
	}

	/* read */
	.read{
		width: 100%;
		padding: 10% 0;
	}
	.read .icon{
		width: 90px;
		line-height: 0;
		margin: 0 auto 2% auto;
	}
	.read .txt{
		font-size: 17px;
        letter-spacing: 7px;
        line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* n-item */
	.n-item{
		width: 90%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 7% auto;
	}
	.n-item .img{
		width: 50%;
	}
	.photo-box-container {
		width: 100%;
		height: 2000px;
		position: relative;
	}
	.photo-box01 {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	.photo-box02 {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0%;
		z-index: 2;
		/* 初期状態で非表示 */
		opacity: 0;
		transform: translateY(30px);
		transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	}
	/* フェードイン後の状態 */
	.photo-box02.fade-in {
		opacity: 1;
		transform: translateY(0);
	}
	.photo-in {
		width: 100%;
		position: sticky;
		top: 0;
	}
	.n-item .data{
		width: 50%;
		position: relative;
		padding: 20% 0 5% 0;
	}
	.n-item .data .link-in{
		width: 250px;
		position: sticky;
		top: 40%;
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%);
		margin: 0 auto;
	}
	.n-item .data .num{
		font-size: 25px;
		line-height: 1em;
		letter-spacing: 2px;
		font-family: "orpheuspro", serif;
		font-weight: 400;
		font-style: normal;
		color: #bbaa80;
		text-align: center;
		margin: 0 0 30% 0;
	}

	/* p-item */
	.p-item{
		width: 100%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.p-item .img{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.p-item .link-in{
		width: 250px;
	}
	.link-in01{
        position: absolute;
		bottom: 9%;
        left: 52%;
	}
	.link-in02{
        position: absolute;
        bottom: 5%;
        left: 54%;
	}
	.p-item .link-in .num{
		font-size: 25px;
		line-height: 1em;
		letter-spacing: 2px;
		font-family: "orpheuspro", serif;
		font-weight: 400;
		font-style: normal;
		color: #bbaa80;
		text-align: center;
		margin: 0 0 15% 0;
	}

	/* c2-item */
	.c2-item{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 7% 10%;
	}
	.c2-item .data{
		width: 47%;
	}
	.c2-item .data-u{
		padding: 10% 0 0 0;
	}
	.c2-item .data .num{
		font-size: 25px;
		line-height: 1em;
		letter-spacing: 2px;
		font-family: "orpheuspro", serif;
		font-weight: 400;
		font-style: normal;
		color: #bbaa80;
		text-align: center;
		margin: 0 0 10% 0;
	}
	.c2-item .data .link-box{
		width: 250px;
		margin-top: 5%;
		margin-left: calc(100% - 250px);
	}

	/* w-item */
	.w-item{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.w-item .img{
		width: 100%;
	}

	/* f-nav-box */
	.f-nav-box{
		width: 80%;
		margin: 0 auto 10% auto;
	}
	.f-nav-box .logo{
		width: 20%;
		position: relative;
		margin: 0 auto 5% auto;
		line-height: 0;
	}
	.f-nav-box .logo .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		line-height: 0;
	}
	.f-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.f-nav-list li{
		width: 18%;
		margin: 0 0 3% 0;
	}
	.f-nav-list li a{
		width: 100%;
		display: block;
		overflow: hidden;
	}
	.f-nav-list li a img{
		transform: scale(1);
		transition: .3s;
	}
	.f-nav-list li a:hover img{
		transform: scale(1.02);
		transition: .3s;
	}


	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 11px;
		letter-spacing: 1px;
		padding: 0px 0 10px 0;
		margin: 25px 0 0 0;
		border-bottom: .5px solid #000;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 1em;
		top: 30%;
		-webkit-transform: translateY(-30%); /* Safari用 */
		transform: translateY(-30%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: -1px;
	}
	.Label,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		padding: 4% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
		top: 1px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 2% 0;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.2em;
		font-family: "orpheuspro", serif;
        font-weight: 400;
        font-style: normal;
	}
	.cart-title_g{
        width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.2em;
		font-family: "orpheuspro", serif;
        font-weight: 400;
        font-style: normal;
		color: #bbaa80;
	}
    .cart-title span{
		font-size: 10px;
		font-family: "Helvetica Neue" , Helvetica , sans-serif;
        display: inline-block;
		position: relative;
		top: -1px;
		letter-spacing: 0;
	}
    .cart-yen{
		font-size: 14px;
		letter-spacing: 1px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		box-sizing: border-box;
		padding: 0 10px 0 0;
		font-family: "orpheuspro", serif;
        font-weight: 400;
        font-style: normal;
	}
	.cart-yen .yen-icon {
        margin: 0 2px 0 0;
    }
	.cart-yen .tax {
        font-size: 9px;
        letter-spacing: 0;
        margin: 0 0 0 5px;
        position: relative;
        top: 1px;
		font-family: "yu-mincho-pr6n", sans-serif;
    }
	.cart-btm .btn01 {
		font-size: 11px;
		line-height: 1.5em;
		width: 45px !important;
		padding: 3px 0 3px 0;
		display: inline-block;
		text-align: center;
		color: #000;
		position: relative;
		border-bottom: .5px solid #000;
		white-space: nowrap;
		font-family: "orpheuspro", serif;
        font-weight: 400;
        font-style: normal;
	}
	.link-line{
		width: 100%;
		height: .5px;
		background: #bbaa80;
		margin: 20px 0;
	}


	/*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 #bbaa80;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #bbaa80;
		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{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 0 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 #bbaa80;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #bbaa80;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #bbaa80;
		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 #bbaa80;
		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: #bbaa80;
		width: 100%;
		height: 100%;
		position: relative;
		opacity: 1 !important;
		transition: all 0.3s;
		background-color: #fff;
		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: #bbaa80;
		pointer-events: none;
	}
	#pagetop .btn-loading:before {
		bottom: 0;
		left: 0;
	}
	#pagetop .btn-loading:after {
		top: 0;
		right: 0;
	}
	#pagetop:hover .btn-loading {
		color: #65A04D;
	}
	#pagetop:hover .btn-loading:before,
	#pagetop:hover .btn-loading:after {
		height: 100%;
	}
	#pagetop:hover .btn-loading:before {
		transition: height 0.1s 0.1s linear;
	}
	#pagetop:hover .btn-loading:after {
		transition: height 0.1s linear;
	}
	#pagetop .btn-loading span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 1px);
		height: calc(100% - 1px);
		background-color: #FFF;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
	}
	#pagetop .btn-loading span img{
		width: 15px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		line-height: 0;
	}
	
	.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;
        margin: 0 10px 0 0;
        position: absolute;
		left: 90px;
        top: 4px;
		line-height: 0;
		border: 1px solid #798082;
		border-radius: 3px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        margin: 0 10px 0 0;
        position: absolute;
		left: 90px;
        top: 4px;
		line-height: 0;
		border: 1px solid #798082;
		border-radius: 3px;
    }

	/* load */
	.load{
		width: 100%;
		height: 100vh;
		position: fixed;
		z-index: 9999;
		background: #bbaa80;
	}
	.load .logo{
		width: 17%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 99999;
	}

	/* nav */
	.nav {
		position: fixed;
		top: 0;
		width: 100%;
		height: 100vh;
		z-index: 999;
		display: none;
		list-style:none;
		background: #f9f9f9;
	}
	.hamburger {
		position: fixed;
		top: 3%;
		left: 20px;
		cursor: pointer;
		width: 40px;
		height: 30px;
		z-index: 9999;
	}
	.hamburger span {
		transition: all .3s;
		position: absolute;
		height: 1px;
		background-color: #dddddd;
		width:100%;
		z-index: 10;
	}
	.hamburger span:nth-of-type(1) {
		display: none;
	}
	.hamburger span:nth-of-type(2) {
		display: none;
	}
	.hamburger.open span:nth-of-type(1) {
		display: block;
		top: 10px;
		transform: translateY(6px) rotate(-15deg);
	}
	.hamburger.open span:nth-of-type(2) {
		display: block;
		top: 22px;
		transform: translateY(-6px) rotate(15deg);
	}
	.hamburger .hamburger-logo {
		width: 130px;
		line-height: 0;
		opacity: 1;
		transition: .3s;
	}
	.hamburger.open .hamburger-logo {
		opacity: 0;
		transition: .3s;
	}

	.nav-box-out{
		width: 85%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.nav-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.nav-main-img{
		width: 47%;
		overflow: hidden;
	}
	.nav-data{
		width: 47%;
	}
	.nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 0 15% 0;
	}
	.nav-list li{
		width: 20%;
		box-sizing: border-box;
		padding: 0 2%;
	}
	.nav-list li:nth-child(-n+5) {
		margin-bottom: 10%;
	}
	.nav-list li .nav-img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 15px auto;
	}
	.nav-list li a .nav-img img{
		transform: scale(1);
		transition: .3s;
	}
	.nav-list li a:hover .nav-img img{
		transform: scale(1.05);
		transition: .3s;
	}
	.nav-list li .nav-txt{
		width: 100%;
		font-size: 14px;
		line-height: 1em;
		letter-spacing: 2px;
		font-family: "orpheuspro", serif;
		font-weight: 400;
		font-style: normal;
		color: #bbaa80;
		text-align: center;
	}
	.nav-logo{
		width: 40%;
		margin: 0 auto;
	}

	/* header */
	.header{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		position: relative;
		overflow: hidden;
		margin: 0 auto;
		background: #fff;
	}
	.header .img{
		width: 50%;
		overflow: hidden;
	}
	.header .data{
		width: 50%;
		position: relative;
	}
	.header .data .logo{
		width: 35%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.header .data .logo .on{
		width: 100%;
		position: absolute;
		top: 0%;
		left: 0;
	}

	/* read */
	.read{
		width: 100%;
		padding: 10% 0;
	}
	.read .icon{
		width: 90px;
		line-height: 0;
		margin: 0 auto 2% auto;
	}
	.read .txt{
		font-size: 17px;
        letter-spacing: 7px;
        line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* n-item */
	.n-item{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 7% auto;
	}
	.n-item .img{
		width: 65%;
	}
	.photo-box-container {
		width: 100%;
		height: 2000px;
		position: relative;
	}
	.photo-box01 {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	.photo-box02 {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0%;
		z-index: 2;
		/* 初期状態で非表示 */
		opacity: 0;
		transform: translateY(30px);
		transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	}
	/* フェードイン後の状態 */
	.photo-box02.fade-in {
		opacity: 1;
		transform: translateY(0);
	}
	.photo-in {
		width: 100%;
		position: sticky;
		top: 0;
	}
	.n-item .data{
		width: 35%;
		position: relative;
		padding: 20% 0 5% 0;
	}
	.n-item .data .link-in{
		width: 250px;
		position: sticky;
		top: 40%;
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%);
		margin: 0 auto;
	}
	.n-item .data .num{
		font-size: 25px;
		line-height: 1em;
		letter-spacing: 2px;
		font-family: "orpheuspro", serif;
		font-weight: 400;
		font-style: normal;
		color: #bbaa80;
		text-align: center;
		margin: 0 0 30% 0;
	}

	/* p-item */
	.p-item{
		width: 100%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.p-item .img{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.p-item .link-in{
		width: 250px;
	}
	.link-in01{
        position: absolute;
		bottom: 9%;
        left: 52%;
	}
	.link-in02{
        position: absolute;
        bottom: 5%;
        left: 54%;
	}
	.p-item .link-in .num{
		font-size: 25px;
		line-height: 1em;
		letter-spacing: 2px;
		font-family: "orpheuspro", serif;
		font-weight: 400;
		font-style: normal;
		color: #bbaa80;
		text-align: center;
		margin: 0 0 15% 0;
	}

	/* c2-item */
	.c2-item{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 7% 0%;
	}
	.c2-item .data{
		width: 47%;
	}
	.c2-item .data-u{
		padding: 10% 0 0 0;
	}
	.c2-item .data .num{
		font-size: 25px;
		line-height: 1em;
		letter-spacing: 2px;
		font-family: "orpheuspro", serif;
		font-weight: 400;
		font-style: normal;
		color: #bbaa80;
		text-align: center;
		margin: 0 0 10% 0;
	}
	.c2-item .data .link-box{
		width: 250px;
		margin-top: 5%;
		margin-left: calc(100% - 250px);
	}

	/* w-item */
	.w-item{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.w-item .img{
		width: 100%;
	}

	/* f-nav-box */
	.f-nav-box{
		width: 95%;
		margin: 0 auto 10% auto;
	}
	.f-nav-box .logo{
		width: 20%;
		position: relative;
		margin: 0 auto 5% auto;
		line-height: 0;
	}
	.f-nav-box .logo .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		line-height: 0;
	}
	.f-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.f-nav-list li{
		width: 18%;
		margin: 0 0 3% 0;
	}
	.f-nav-list li a{
		width: 100%;
		display: block;
		overflow: hidden;
	}
	.f-nav-list li a img{
		transform: scale(1);
		transition: .3s;
	}
	.f-nav-list li a:hover img{
		transform: scale(1.02);
		transition: .3s;
	}


	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 11px;
		letter-spacing: 1px;
		padding: 0px 0 10px 0;
		margin: 25px 0 0 0;
		border-bottom: .5px solid #000;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 1em;
		top: 30%;
		-webkit-transform: translateY(-30%); /* Safari用 */
		transform: translateY(-30%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: -1px;
	}
	.Label,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		padding: 4% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
		top: 1px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 2% 0;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.2em;
		font-family: "orpheuspro", serif;
        font-weight: 400;
        font-style: normal;
	}
	.cart-title_g{
        width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.2em;
		font-family: "orpheuspro", serif;
        font-weight: 400;
        font-style: normal;
		color: #bbaa80;
	}
    .cart-title span{
		font-size: 10px;
		font-family: "Helvetica Neue" , Helvetica , sans-serif;
        display: inline-block;
		position: relative;
		top: -1px;
		letter-spacing: 0;
	}
    .cart-yen{
		font-size: 14px;
		letter-spacing: 1px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		box-sizing: border-box;
		padding: 0 10px 0 0;
		font-family: "orpheuspro", serif;
        font-weight: 400;
        font-style: normal;
	}
	.cart-yen .yen-icon {
        margin: 0 2px 0 0;
    }
	.cart-yen .tax {
        font-size: 9px;
        letter-spacing: 0;
        margin: 0 0 0 5px;
        position: relative;
        top: 1px;
		font-family: "yu-mincho-pr6n", sans-serif;
    }
	.cart-btm .btn01 {
		font-size: 11px;
		line-height: 1.5em;
		width: 45px !important;
		padding: 3px 0 3px 0;
		display: inline-block;
		text-align: center;
		color: #000;
		position: relative;
		border-bottom: .5px solid #000;
		white-space: nowrap;
		font-family: "orpheuspro", serif;
        font-weight: 400;
        font-style: normal;
	}
	.link-line{
		width: 100%;
		height: .5px;
		background: #bbaa80;
		margin: 20px 0;
	}

	/*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 #bbaa80;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #bbaa80;
		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{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 0 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 #bbaa80;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #bbaa80;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #bbaa80;
		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 #bbaa80;
		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: #bbaa80;
		width: 100%;
		height: 100%;
		position: relative;
		opacity: 1 !important;
		transition: all 0.3s;
		background-color: #fff;
		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: #bbaa80;
		pointer-events: none;
	}
	#pagetop .btn-loading:before {
		bottom: 0;
		left: 0;
	}
	#pagetop .btn-loading:after {
		top: 0;
		right: 0;
	}
	#pagetop:hover .btn-loading {
		color: #65A04D;
	}
	#pagetop:hover .btn-loading:before,
	#pagetop:hover .btn-loading:after {
		height: 100%;
	}
	#pagetop:hover .btn-loading:before {
		transition: height 0.1s 0.1s linear;
	}
	#pagetop:hover .btn-loading:after {
		transition: height 0.1s linear;
	}
	#pagetop .btn-loading span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 1px);
		height: calc(100% - 1px);
		background-color: #FFF;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
	}
	#pagetop .btn-loading span img{
		width: 15px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		line-height: 0;
	}
	
	.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: absolute;
		left: 90px;
        top: 4px;
		line-height: 0;
		border: 1px solid #798082;
		border-radius: 3px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: absolute;
		left: 90px;
        top: 4px;
		line-height: 0;
		border: 1px solid #798082;
		border-radius: 3px;
    }

	/* load */
	.load{
		width: 100%;
		height: 100vh;
		position: fixed;
		z-index: 9999;
		background: #bbaa80;
	}
	.load .logo{
		width: 45%;
		position: absolute;
		top: 45%;
		-webkit-transform: translateY(-45%);
		transform: translateY(-45%);
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 99999;
	}

	/* nav */
	.nav {
		position: fixed;
		top: 0;
		width: 100%;
		height: 100vh;
		z-index: 999;
		display: none;
		list-style:none;
		background: #f9f9f9;
	}
	.hamburger {
		position: fixed;
		top: 3%;
		left: 20px;
		cursor: pointer;
		width: 40px;
		height: 30px;
		z-index: 9999;
	}
	.hamburger span {
		transition: all .3s;
		position: absolute;
		height: 1px;
		background-color: #bbaa80;
		width:100%;
		z-index: 10;
	}
	.hamburger span:nth-of-type(1) {
		/*上の線の位置*/
		top: 12px;
	}
	.hamburger span:nth-of-type(2) {
		/*下の線の位置*/
		bottom: 12px;
	}
	.hamburger.open span:nth-of-type(1) {
		display: block;
		top: 10px;
		transform: translateY(6px) rotate(-15deg);
	}
	.hamburger.open span:nth-of-type(2) {
		display: block;
		top: 22px;
		transform: translateY(-6px) rotate(15deg);
	}

	.nav-box-out{
		width: 75%;
		position: absolute;
		top: 10vh;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.nav-box{
		width: 100%;
	}
	.nav-main-img{
		width: 47%;
		overflow: hidden;
	}
	.nav-data{
		width: 100%;
		height: 80vh;
		overflow-x: scroll;
	}
	.nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 0 5% 0;
	}
	.nav-list li{
		width: 43%;
		margin: 0 0 10% 0;
	}
	.nav-list li:nth-child(9){
		margin: 0 0 0% 0 !important;
	}
	.nav-list li:nth-child(10){
		margin: 0 0 0% 0 !important;
	}
	.nav-list li .nav-img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 10px auto;
	}
	.nav-list li a .nav-img img{
		transform: scale(1);
		transition: .3s;
	}
	.nav-list li a:hover .nav-img img{
		transform: scale(1.05);
		transition: .3s;
	}
	.nav-list li .nav-txt{
		width: 100%;
		font-size: 13px;
		line-height: 1em;
		letter-spacing: 2px;
		font-family: "orpheuspro", serif;
		font-weight: 400;
		font-style: normal;
		color: #bbaa80;
		text-align: center;
	}
	.nav-logo{
		width: 40%;
		margin: 0 auto;
	}

	/* header */
	.header{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto;
		background: #fff;
	}
	.header .img{
		width: 100%;
		overflow: hidden;
	}
	.header .data{
		width: 60%;
		position: absolute;
		bottom: 10%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.header .data .logo{
		width: 100%;
		position: relative;
	}
	.header .data .logo .on{
		width: 100%;
		position: absolute;
		top: 0%;
		left: 0;
	}

	/* read */
	.read{
		width: 100%;
		padding: 20% 0;
	}
	.read .icon{
		width: 60px;
		line-height: 0;
		margin: 0 auto 6% auto;
	}
	.read .txt{
		font-size: 14px;
        letter-spacing: 3px;
        line-height: 2.3em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}

	/* n-item */
	.n-item{
		width: 100%;
		margin: 0 auto 20% auto;
	}
	.n-item .img{
		width: 100%;
	}
	.photo-box-container {
		width: 100%;
		height: 1000px;
		position: relative;
	}
	.photo-box01 {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	.photo-box02 {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0%;
		z-index: 2;
		/* 初期状態で非表示 */
		opacity: 0;
		transform: translateY(30px);
		transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	}
	/* フェードイン後の状態 */
	.photo-box02.fade-in {
		opacity: 1;
		transform: translateY(0);
	}
	.photo-in {
		width: 100%;
		position: sticky;
		top: 0;
	}
	.n-item .data{
		width: 260px;
		margin: 0 auto;
		padding: 10% 0 0 0;
	}
	.n-item .data .link-in{
		width: 100%;
	}
	.n-item .data .num{
		font-size: 20px;
		line-height: 1em;
		letter-spacing: 2px;
		font-family: "orpheuspro", serif;
		font-weight: 400;
		font-style: normal;
		color: #bbaa80;
		text-align: left;
		margin: 0 0 10% 0;
	}

	/* p-item */
	.p-item{
		width: 100%;
		position: relative;
		margin: 0 auto 20% auto;
	}
	.p-item .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 10% 0;
	}
	.p-item .link-in{
		width: 260px;
		margin: 0 auto;
	}
	.p-item .link-in .num{
		font-size: 20px;
		line-height: 1em;
		letter-spacing: 2px;
		font-family: "orpheuspro", serif;
		font-weight: 400;
		font-style: normal;
		color: #bbaa80;
		text-align: left;
		margin: 0 0 10% 0;
	}

	/* c2-item */
	.c2-item{
		width: 100%;
		margin: 0 0 20% 0%;
	}
	.c2-item .data{
		width: 90%;
	}
	.c2-item .data-u{
		padding: 0 0 10% 10%;
	}
	.c2-item .data .link-box .num{
		width: 100%;
		font-size: 20px;
		line-height: 1em;
		letter-spacing: 2px;
		font-family: "orpheuspro", serif;
		font-weight: 400;
		font-style: normal;
		color: #bbaa80;
		text-align: left;
		margin: 0 0 10% 0;
	}
	.c2-item .data .link-box{
		width: 260px;
		margin: 10% auto 0 auto;
		position: relative;
		left: 5%;
	}

	/* w-item */
	.w-item{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.w-item .img{
		width: 100%;
	}

	/* f-nav-box */
	.f-nav-box{
		width: 80%;
		margin: 0 auto 10% auto;
	}
	.f-nav-box .logo{
		width: 50%;
		position: relative;
		margin: 0 auto 10% auto;
		line-height: 0;
	}
	.f-nav-box .logo .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		line-height: 0;
	}
	.f-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.f-nav-list li{
		width: 47%;
		margin: 0 0 7% 0;
	}
	.f-nav-list li a{
		width: 100%;
		display: block;
		overflow: hidden;
	}
	.f-nav-list li a img{
		transform: scale(1);
		transition: .3s;
	}
	.f-nav-list li a:hover img{
		transform: scale(1.02);
		transition: .3s;
	}


	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 11px;
		letter-spacing: 0px;
		padding: 0px 0 10px 0;
		margin: 25px 0 0 0;
		border-bottom: .5px solid #000;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 2em;
		top: 30%;
		-webkit-transform: translateY(-30%); /* Safari用 */
		transform: translateY(-30%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: -1px;
	}
	.Label,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		padding: 4% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
		top: 1px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 2% 0;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.2em;
		font-family: "orpheuspro", serif;
        font-weight: 400;
        font-style: normal;
	}
	.cart-title_g{
        width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.2em;
		font-family: "orpheuspro", serif;
        font-weight: 400;
        font-style: normal;
		color: #bbaa80;
	}
    .cart-title span{
		font-size: 10px;
		font-family: "Helvetica Neue" , Helvetica , sans-serif;
        display: inline-block;
		position: relative;
		top: -1px;
		letter-spacing: 0;
	}
    .cart-yen{
		font-size: 14px;
		letter-spacing: 1px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		box-sizing: border-box;
		padding: 0 10px 0 0;
		font-family: "orpheuspro", serif;
        font-weight: 400;
        font-style: normal;
	}
	.cart-yen .yen-icon {
        margin: 0 2px 0 0;
    }
	.cart-yen .tax {
        font-size: 9px;
        letter-spacing: 0;
        margin: 0 0 0 5px;
        position: relative;
        top: 1px;
		font-family: "yu-mincho-pr6n", sans-serif;
    }
	.cart-btm .btn01 {
		font-size: 11px;
		line-height: 1.5em;
		width: 45px !important;
		padding: 3px 0 3px 0;
		display: inline-block;
		text-align: center;
		color: #000;
		position: relative;
		border-bottom: .5px solid #000;
		white-space: nowrap;
		font-family: "orpheuspro", serif;
        font-weight: 400;
        font-style: normal;
	}
	.link-line{
		width: 100%;
		height: .5px;
		background: #bbaa80;
		margin: 20px 0;
	}
	
	/*f-banner*/
	.f-banner{
		width: 80%;
		margin: 0 auto 10% auto;
	}
	.f-banner-m{
		width: 80%;
		margin: 0 auto 15% auto !important;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #bbaa80;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #bbaa80;
		transition: .3s;
	}
	
	/*f-banner02*/
	.f-banner02{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.f-banner02-list{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
		margin: 0 0 5% 0 !important;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #bbaa80;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #bbaa80;
		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: 0 0 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;
		color: #bbaa80;
	}
	#pagetop{
		position: fixed;
        right: 10px;
        bottom: 10px;
        width: 40px;
        height: 40px;
        display: block;
        z-index: 99;
	}
	#pagetop .btn-loading {
		display: inline-flex;
		text-decoration: none;
		font-weight: 700;
		color: #bbaa80;
		width: 100%;
		height: 100%;
		position: relative;
		opacity: 1 !important;
		transition: all 0.3s;
		background-color: #fff;
		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: #bbaa80;
		pointer-events: none;
	}
	#pagetop .btn-loading:before {
		bottom: 0;
		left: 0;
	}
	#pagetop .btn-loading:after {
		top: 0;
		right: 0;
	}
	#pagetop:hover .btn-loading {
		color: #65A04D;
	}
	#pagetop:hover .btn-loading:before,
	#pagetop:hover .btn-loading:after {
		height: 100%;
	}
	#pagetop:hover .btn-loading:before {
		transition: height 0.1s 0.1s linear;
	}
	#pagetop:hover .btn-loading:after {
		transition: height 0.1s linear;
	}
	#pagetop .btn-loading span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 1px);
		height: calc(100% - 1px);
		background-color: #FFF;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
	}
	#pagetop .btn-loading span img{
		width: 15px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		line-height: 0;
	}
	
	.in-btn{
		width: 35px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}

}
