body {
    height: 100%;
    margin: 0;
    font-feature-settings: 'palt';
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: "yu-gothic-pr6n", sans-serif;
	font-weight: 400;
	font-style: normal;
	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;
        position: absolute;
        top: 1px;
		left: 90px;
		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: absolute;
        top: 1px;
		left: 90px;
		line-height: 0;
		border: 1px solid #000;
		border-radius: 3px;
    }

	/* load */
	.load{
		width: 100%;
		height: 100vh;
		position: fixed;
		z-index: 9999;
		background: #fff;
	}
	.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;
	}

	/* header */
	.header{
		width: 100%;
		height: 100vh;
		overflow: hidden;
		margin: 0 auto;
		background: #fff;
		background-size: cover;
		position: relative;
	}
	.mv-img{
		width: 65%;
		height: 100vh;
		overflow: hidden;
		margin: 0 0 0 35%;
	}
	.mv-img-in{
		width: 100%;
		height: 100vh;
		background: url(../img/mv.jpg) no-repeat;
		background-size: cover;
		transform: scale(1.1);
	}
	.mv-logo{
		width: 17%;
		position: absolute;
		top: 45%;
		-webkit-transform: translateY(-45%);
		transform: translateY(-45%);
		left: 8%;
	}
	.mv-logo li:nth-child(1){
		margin: 0 0 15% 0;
	}

	/* read */
	.read-box{
		width: 100%;
		background: #fff;
	}
	.read-box .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 3px;
		text-align: center;
		line-height: 3em;
		padding: 7% 0;
	}
	.read-box02{
		width: 100%;
		background: #231815;
		padding: 7% 0;
	}
	.read-box02 .icon{
		width: 15%;
		line-height: 0;
		margin: 0 auto 5% auto;
	}
	.read-box02 .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 3px;
		text-align: center;
		line-height: 3em;
		color: #fff;
	}

	/* common */
	.wrap{
		width: 100%;
		position: relative;
		background: #fff;
		z-index: 10;
		padding: 10% 0 1px 0;
	}
	.wrap02{
		width: 100%;
		background: #fff;
		z-index: 10;
		padding: 0% 0 1px 0;
		position: relative;
		top: 0;
	}
	.wrap03{
		width: 100%;
		background: #fff;
		z-index: 10;
		padding: 0% 0 1px 0;
		position: relative;
		top: 0;
	}
	.under{
		position: sticky;
		top: 0;
	}

	/* item_top */
	.item_top{
		width: 100%;
		position: relative;
		margin: 0 0 10% 0;
	}
	.item_top .img{
		width: 50%;
		margin: 0 auto;
	}
	.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;
	}
	.item_top .data{
		width: 20%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
	}
	.item_top .data .link-box{
		width: 250px;
		position: sticky;
		top: 20%;
	}
	.item_top .data .link-box .num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 10% 0;
	}
	.item_top .data .link-box .num li:nth-child(1){
		font-size: 40px;
		font-family: "century-gothic", sans-serif;
		font-weight: 400;
		font-style: normal;
		overflow: hidden;
	}
	.item_top .data .link-box .num li:nth-child(2){
		height: 1px;
		width: 30px;
		background: #000;
		margin: 0 0 0 10px;
	}
	.item_top .data .link-box .logo{
		width: max-content;
		position: relative;
		margin: 0 0 20% 0;
	}
	.item_top .data .link-box .logo .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item_top .data .link-box .logo img{
		height: 170px;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item */
	.item{
		width: 80%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item .img{
		width: 50%;
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 10%;
	}
	.item .data .num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 5% 0;
	}
	.item .data .num li:nth-child(1){
		font-size: 40px;
		font-family: "century-gothic", sans-serif;
		font-weight: 400;
		font-style: normal;
		overflow: hidden;
	}
	.item .data .num li:nth-child(2){
		height: 1px;
		width: 30px;
		background: #000;
		margin: 0 0 0 10px;
	}
	.item .data .logo{
		width: max-content;
		position: relative;
		margin: 0 0 10% 0;
	}
	.item .data .logo .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .logo img{
		height: 170px;
	}
	.item .data .logo02{
		width: max-content;
		position: relative;
		margin: 0 0 10% 0;
	}
	.item .data .logo02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .logo02 img{
		height: 250px;
	}
	.item .data .link-box{
		width: 250px;
	}
	.item .data .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2em;
		text-align: justify;
		margin: 0 0 10% 0;
	}

	/* f_item_box */
	.f_item_box{
		width: 100%;
		background: #e8e8e8;
		padding: 10% 0 7% 0;
		margin: 0 0 10% 0;
	}
	.f_item_box .icon{
		width: 15%;
		margin: 0 auto 5% auto;
	}
	.f_item_box .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 3px;
		text-align: center;
		line-height: 3em;
		margin: 0 auto 5% auto;
	}

	/* f_item */
	.f_item{
		width: 85%;
		margin: 0 auto 0% auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.f_item .img{
		width: 55%;
	}
	.f_item .data{
		width: 45%;
		box-sizing: border-box;
		padding: 0 9%;
	}
	.f_item .data .num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 5% 0;
	}
	.f_item .data .num li:nth-child(1){
		font-size: 40px;
		font-family: "century-gothic", sans-serif;
		font-weight: 400;
		font-style: normal;
		overflow: hidden;
	}
	.f_item .data .num li:nth-child(2){
		height: 1px;
		width: 30px;
		background: #000;
		margin: 0 0 0 10px;
	}
	.f_item .data .logo{
		width: max-content;
		position: relative;
		margin: 0 0 10% 0;
	}
	.f_item .data .logo .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.f_item .data .logo img{
		height: 170px;
	}
	.f_item .data .link-box{
		width: 250px;
	}
	.f_item .data .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2em;
		text-align: justify;
		margin: 0 0 10% 0;
	}

	/* pro */
	.pro{
		width: 50%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 10% auto;
	}
	.pro .img{
		width: 30%;
	}
	.pro .data{
		width: 65%;
	}
	.pro .data .name{
		width: 34%;
		line-height: 0;
		margin: 0 0 5% 0;
	}
	.pro .data .txt{
		font-size: 13px;
		letter-spacing: 3px;
		line-height: 2em;
		text-align: justify;
	}

	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 11px;
		letter-spacing: 1px;
		padding: 15px 0 0 0;
		margin: 25px 0 0 0;
		border-top: 1px solid #000;
		font-family: "futura-pt", sans-serif;
		font-weight: 400;
		font-style: normal;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 1em;
		top: 35%;
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 5px;
	}
	.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: 8px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}

	/*cart-btm*/
	.link-line{
		width: 100%;
		height: .5px;
		background: #000;
		margin: 20px 0;
	}
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 5% 0;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1em;
		font-family: "futura-pt", sans-serif;
		font-weight: 500;
		font-style: normal;
	}
    .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: 0px;
        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: "futura-pt", sans-serif;
		font-weight: 400;
		font-style: normal;
	}
	.cart-yen .yen-icon {
        margin: 0 2px 0 0;
    }
	.cart-yen .tax {
        font-size: 8px;
        letter-spacing: 1px;
        margin: 0 0 0 5px;
        position: relative;
        top: 1px;
    }
	.cart-btm .btn01 {
		font-size: 13px;
		line-height: 1.2em;
		width: 45px !important;
		padding: 0px 0 0px 0;
		display: inline-block;
		text-align: center;
		color: #000;
		position: relative;
		border-bottom: 1px solid #000;
		white-space: nowrap;
		font-family: "futura-pt", sans-serif;
		font-weight: 500;
		font-style: normal;
	}


	/*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{
		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 #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: #000;
		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: #000;
		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;
        position: absolute;
        top: 1px;
		left: 90px;
		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: absolute;
        top: 1px;
		left: 90px;
		line-height: 0;
		border: 1px solid #000;
		border-radius: 3px;
    }

	/* load */
	.load{
		width: 100%;
		height: 100vh;
		position: fixed;
		z-index: 9999;
		background: #fff;
	}
	.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;
	}

	/* header */
	.header{
		width: 100%;
		height: 100vh;
		overflow: hidden;
		margin: 0 auto;
		background: #fff;
		background-size: cover;
		position: relative;
	}
	.mv-img{
		width: 65%;
		height: 100vh;
		overflow: hidden;
		margin: 0 0 0 35%;
	}
	.mv-img-in{
		width: 100%;
		height: 100vh;
		background: url(../img/mv.jpg) no-repeat;
		background-size: cover;
		transform: scale(1.1);
	}
	.mv-logo{
		width: 17%;
		position: absolute;
		top: 45%;
		-webkit-transform: translateY(-45%);
		transform: translateY(-45%);
		left: 8%;
	}
	.mv-logo li:nth-child(1){
		margin: 0 0 15% 0;
	}

	/* read */
	.read-box{
		width: 100%;
		background: #fff;
	}
	.read-box .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 3px;
		text-align: center;
		line-height: 3em;
		padding: 7% 0;
	}
	.read-box02{
		width: 100%;
		background: #231815;
		padding: 7% 0;
	}
	.read-box02 .icon{
		width: 15%;
		line-height: 0;
		margin: 0 auto 5% auto;
	}
	.read-box02 .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 3px;
		text-align: center;
		line-height: 3em;
		color: #fff;
	}

	/* common */
	.wrap{
		width: 100%;
		position: relative;
		background: #fff;
		z-index: 10;
		padding: 10% 0 1px 0;
	}
	.wrap02{
		width: 100%;
		background: #fff;
		z-index: 10;
		padding: 0% 0 1px 0;
		position: relative;
		top: 0;
	}
	.wrap03{
		width: 100%;
		background: #fff;
		z-index: 10;
		padding: 0% 0 1px 0;
		position: relative;
		top: 0;
	}
	.under{
		position: sticky;
		top: 0;
	}

	/* item_top */
	.item_top{
		width: 100%;
		position: relative;
		margin: 0 0 10% 0;
	}
	.item_top .img{
		width: 50%;
		margin: 0 auto;
	}
	.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;
	}
	.item_top .data{
		width: 20%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
	}
	.item_top .data .link-box{
		width: 250px;
		position: sticky;
		top: 20%;
	}
	.item_top .data .link-box .num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 10% 0;
	}
	.item_top .data .link-box .num li:nth-child(1){
		font-size: 40px;
		font-family: "century-gothic", sans-serif;
		font-weight: 400;
		font-style: normal;
		overflow: hidden;
	}
	.item_top .data .link-box .num li:nth-child(2){
		height: 1px;
		width: 30px;
		background: #000;
		margin: 0 0 0 10px;
	}
	.item_top .data .link-box .logo{
		width: max-content;
		position: relative;
		margin: 0 0 20% 0;
	}
	.item_top .data .link-box .logo .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item_top .data .link-box .logo img{
		height: 170px;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item */
	.item{
		width: 80%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item .img{
		width: 50%;
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 10%;
	}
	.item .data .num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 5% 0;
	}
	.item .data .num li:nth-child(1){
		font-size: 40px;
		font-family: "century-gothic", sans-serif;
		font-weight: 400;
		font-style: normal;
		overflow: hidden;
	}
	.item .data .num li:nth-child(2){
		height: 1px;
		width: 30px;
		background: #000;
		margin: 0 0 0 10px;
	}
	.item .data .logo{
		width: max-content;
		position: relative;
		margin: 0 0 10% 0;
	}
	.item .data .logo .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .logo img{
		height: 170px;
	}
	.item .data .logo02{
		width: max-content;
		position: relative;
		margin: 0 0 10% 0;
	}
	.item .data .logo02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .logo02 img{
		height: 250px;
	}
	.item .data .link-box{
		width: 250px;
	}
	.item .data .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2em;
		text-align: justify;
		margin: 0 0 10% 0;
	}

	/* f_item_box */
	.f_item_box{
		width: 100%;
		background: #e8e8e8;
		padding: 10% 0 7% 0;
		margin: 0 0 10% 0;
	}
	.f_item_box .icon{
		width: 15%;
		margin: 0 auto 5% auto;
	}
	.f_item_box .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 3px;
		text-align: center;
		line-height: 3em;
		margin: 0 auto 5% auto;
	}

	/* f_item */
	.f_item{
		width: 85%;
		margin: 0 auto 0% auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.f_item .img{
		width: 55%;
	}
	.f_item .data{
		width: 45%;
		box-sizing: border-box;
		padding: 0 9%;
	}
	.f_item .data .num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 5% 0;
	}
	.f_item .data .num li:nth-child(1){
		font-size: 40px;
		font-family: "century-gothic", sans-serif;
		font-weight: 400;
		font-style: normal;
		overflow: hidden;
	}
	.f_item .data .num li:nth-child(2){
		height: 1px;
		width: 30px;
		background: #000;
		margin: 0 0 0 10px;
	}
	.f_item .data .logo{
		width: max-content;
		position: relative;
		margin: 0 0 10% 0;
	}
	.f_item .data .logo .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.f_item .data .logo img{
		height: 170px;
	}
	.f_item .data .link-box{
		width: 250px;
	}
	.f_item .data .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2em;
		text-align: justify;
		margin: 0 0 10% 0;
	}

	/* pro */
	.pro{
		width: 50%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 10% auto;
	}
	.pro .img{
		width: 30%;
	}
	.pro .data{
		width: 65%;
	}
	.pro .data .name{
		width: 34%;
		line-height: 0;
		margin: 0 0 5% 0;
	}
	.pro .data .txt{
		font-size: 13px;
		letter-spacing: 3px;
		line-height: 2em;
		text-align: justify;
	}

	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 11px;
		letter-spacing: 1px;
		padding: 15px 0 0 0;
		margin: 25px 0 0 0;
		border-top: 1px solid #000;
		font-family: "futura-pt", sans-serif;
		font-weight: 400;
		font-style: normal;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 1em;
		top: 35%;
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 5px;
	}
	.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: 8px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}

	/*cart-btm*/
	.link-line{
		width: 100%;
		height: .5px;
		background: #000;
		margin: 20px 0;
	}
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 5% 0;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1em;
		font-family: "futura-pt", sans-serif;
		font-weight: 500;
		font-style: normal;
	}
    .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: 0px;
        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: "futura-pt", sans-serif;
		font-weight: 400;
		font-style: normal;
	}
	.cart-yen .yen-icon {
        margin: 0 2px 0 0;
    }
	.cart-yen .tax {
        font-size: 10px;
        letter-spacing: 1px;
        margin: 0 0 0 5px;
        position: relative;
        top: 1px;
    }
	.cart-btm .btn01 {
		font-size: 13px;
		line-height: 1.2em;
		width: 45px !important;
		padding: 0px 0 0px 0;
		display: inline-block;
		text-align: center;
		color: #000;
		position: relative;
		border-bottom: 1px solid #000;
		white-space: nowrap;
		font-family: "futura-pt", sans-serif;
		font-weight: 500;
		font-style: normal;
	}


	/*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{
		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 #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: #000;
		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: #000;
		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;
        position: absolute;
        top: 1px;
		left: 85px;
		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: absolute;
        top: 1px;
		left: 85px;
		line-height: 0;
		border: 1px solid #000;
		border-radius: 3px;
    }

	/* load */
	.load{
		width: 100%;
		height: 100vh;
		position: fixed;
		z-index: 9999;
		background: #fff;
	}
	.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;
	}

	/* header */
	.header{
		width: 100%;
		height: 100vh;
		overflow: hidden;
		margin: 0 auto;
		background: #fff;
		background-size: cover;
		position: relative;
	}
	.mv-img{
		width: 65%;
		height: 100vh;
		overflow: hidden;
		margin: 0 0 0 35%;
	}
	.mv-img-in{
		width: 100%;
		height: 100vh;
		background: url(../img/mv.jpg) no-repeat;
		background-size: cover;
		transform: scale(1.1);
	}
	.mv-logo{
		width: 17%;
		position: absolute;
		top: 45%;
		-webkit-transform: translateY(-45%);
		transform: translateY(-45%);
		left: 8%;
	}
	.mv-logo li:nth-child(1){
		margin: 0 0 15% 0;
	}

	/* read */
	.read-box{
		width: 100%;
		background: #fff;
	}
	.read-box .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 3px;
		text-align: center;
		line-height: 3em;
		padding: 7% 0;
	}
	.read-box02{
		width: 100%;
		background: #231815;
		padding: 7% 0;
	}
	.read-box02 .icon{
		width: 15%;
		line-height: 0;
		margin: 0 auto 5% auto;
	}
	.read-box02 .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 3px;
		text-align: center;
		line-height: 3em;
		color: #fff;
	}

	/* common */
	.wrap{
		width: 100%;
		position: relative;
		background: #fff;
		z-index: 10;
		padding: 10% 0 1px 0;
	}
	.wrap02{
		width: 100%;
		background: #fff;
		z-index: 10;
		padding: 0% 0 1px 0;
		position: relative;
		top: 0;
	}
	.wrap03{
		width: 100%;
		background: #fff;
		z-index: 10;
		padding: 0% 0 1px 0;
		position: relative;
		top: 0;
	}
	.under{
		position: sticky;
		top: 0;
	}

	/* item_top */
	.item_top{
		width: 100%;
		position: relative;
		margin: 0 0 10% 0;
	}
	.item_top .img{
		width: 46%;
		margin: 0 auto;
	}
	.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;
	}
	.item_top .data{
		width: 23%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
	}
	.item_top .data .link-box{
		width: 240px;
		position: sticky;
		top: 15%;
	}
	.item_top .data .link-box .num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 10% 0;
	}
	.item_top .data .link-box .num li:nth-child(1){
		font-size: 35px;
		font-family: "century-gothic", sans-serif;
		font-weight: 400;
		font-style: normal;
		overflow: hidden;
	}
	.item_top .data .link-box .num li:nth-child(2){
		height: 1px;
		width: 30px;
		background: #000;
		margin: 0 0 0 10px;
	}
	.item_top .data .link-box .logo{
		width: max-content;
		position: relative;
		margin: 0 0 20% 0;
	}
	.item_top .data .link-box .logo .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item_top .data .link-box .logo img{
		height: 160px;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item */
	.item{
		width: 80%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item .img{
		width: 50%;
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.item .data .num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 5% 0;
	}
	.item .data .num li:nth-child(1){
		font-size: 35px;
		font-family: "century-gothic", sans-serif;
		font-weight: 400;
		font-style: normal;
		overflow: hidden;
	}
	.item .data .num li:nth-child(2){
		height: 1px;
		width: 30px;
		background: #000;
		margin: 0 0 0 10px;
	}
	.item .data .logo{
		width: max-content;
		position: relative;
		margin: 0 0 10% 0;
	}
	.item .data .logo .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .logo img{
		height: 160px;
	}
	.item .data .logo02{
		width: max-content;
		position: relative;
		margin: 0 0 10% 0;
	}
	.item .data .logo02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .logo02 img{
		height: 200px;
	}
	.item .data .link-box{
		width: 240px;
	}
	.item .data .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2em;
		text-align: justify;
		margin: 0 0 10% 0;
	}

	/* f_item_box */
	.f_item_box{
		width: 100%;
		background: #e8e8e8;
		padding: 10% 0 7% 0;
		margin: 0 0 10% 0;
	}
	.f_item_box .icon{
		width: 15%;
		margin: 0 auto 5% auto;
	}
	.f_item_box .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 3px;
		text-align: center;
		line-height: 3em;
		margin: 0 auto 5% auto;
	}

	/* f_item */
	.f_item{
		width: 85%;
		margin: 0 auto 0% auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.f_item .img{
		width: 55%;
	}
	.f_item .data{
		width: 45%;
		box-sizing: border-box;
		padding: 0 6%;
	}
	.f_item .data .num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 5% 0;
	}
	.f_item .data .num li:nth-child(1){
		font-size: 40px;
		font-family: "century-gothic", sans-serif;
		font-weight: 400;
		font-style: normal;
		overflow: hidden;
	}
	.f_item .data .num li:nth-child(2){
		height: 1px;
		width: 30px;
		background: #000;
		margin: 0 0 0 10px;
	}
	.f_item .data .logo{
		width: max-content;
		position: relative;
		margin: 0 0 10% 0;
	}
	.f_item .data .logo .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.f_item .data .logo img{
		height: 160px;
	}
	.f_item .data .link-box{
		width: 240px;
	}
	.f_item .data .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2em;
		text-align: justify;
		margin: 0 0 10% 0;
	}

	/* pro */
	.pro{
		width: 70%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 10% auto;
	}
	.pro .img{
		width: 30%;
	}
	.pro .data{
		width: 65%;
	}
	.pro .data .name{
		width: 30%;
		line-height: 0;
		margin: 0 0 5% 0;
	}
	.pro .data .txt{
		font-size: 13px;
		letter-spacing: 3px;
		line-height: 2em;
		text-align: justify;
	}

	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 11px;
		letter-spacing: 1px;
		padding: 15px 0 0 0;
		margin: 25px 0 0 0;
		border-top: 1px solid #000;
		font-family: "futura-pt", sans-serif;
		font-weight: 400;
		font-style: normal;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 1em;
		top: 35%;
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 5px;
	}
	.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: 8px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}

	/*cart-btm*/
	.link-line{
		width: 100%;
		height: .5px;
		background: #000;
		margin: 20px 0;
	}
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 5% 0;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1em;
		font-family: "futura-pt", sans-serif;
		font-weight: 500;
		font-style: normal;
	}
    .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: 0px;
        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: "futura-pt", sans-serif;
		font-weight: 400;
		font-style: normal;
	}
	.cart-yen .yen-icon {
        margin: 0 2px 0 0;
    }
	.cart-yen .tax {
        font-size: 10px;
        letter-spacing: 1px;
        margin: 0 0 0 5px;
        position: relative;
        top: 1px;
    }
	.cart-btm .btn01 {
		font-size: 13px;
		line-height: 1.2em;
		width: 45px !important;
		padding: 0px 0 0px 0;
		display: inline-block;
		text-align: center;
		color: #000;
		position: relative;
		border-bottom: 1px solid #000;
		white-space: nowrap;
		font-family: "futura-pt", sans-serif;
		font-weight: 500;
		font-style: normal;
	}


	/*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{
		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 #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: #000;
		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: #000;
		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;
        position: absolute;
        top: 1px;
		left: 110px;
		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: absolute;
        top: 1px;
		left: 110px;
		line-height: 0;
		border: 1px solid #000;
		border-radius: 3px;
    }

	/* load */
	.load{
		width: 100%;
		height: 100vh;
		position: fixed;
		z-index: 9999;
		background: #fff;
	}
	.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;
	}

	/* header */
	.header{
		width: 100%;
		height: 45vh;
		overflow: hidden;
		margin: 0 auto;
		background: #fff;
		background-size: cover;
		position: relative;
	}
	.mv-img{
		width: 65%;
		height: 45vh;
		overflow: hidden;
		margin: 0 0 0 35%;
	}
	.mv-img-in{
		width: 100%;
		height: 45vh;
		background: url(../img/mv.jpg) no-repeat;
		background-size: cover;
		transform: scale(1.1);
	}
	.mv-logo{
		width: 17%;
		position: absolute;
		top: 45%;
		-webkit-transform: translateY(-45%);
		transform: translateY(-45%);
		left: 8%;
	}
	.mv-logo li:nth-child(1){
		margin: 0 0 15% 0;
	}

	/* read */
	.read-box{
		width: 100%;
		background: #fff;
	}
	.read-box .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 3px;
		text-align: center;
		line-height: 3em;
		padding: 7% 0;
	}
	.read-box02{
		width: 100%;
		background: #231815;
		padding: 7% 0;
	}
	.read-box02 .icon{
		width: 15%;
		line-height: 0;
		margin: 0 auto 5% auto;
	}
	.read-box02 .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 3px;
		text-align: center;
		line-height: 3em;
		color: #fff;
	}

	/* common */
	.wrap{
		width: 100%;
		position: relative;
		background: #fff;
		z-index: 10;
		padding: 10% 0 1px 0;
	}
	.wrap02{
		width: 100%;
		background: #fff;
		z-index: 10;
		padding: 0% 0 1px 0;
		position: relative;
		top: 0;
	}
	.wrap03{
		width: 100%;
		background: #fff;
		z-index: 10;
		padding: 0% 0 1px 0;
		position: relative;
		top: 0;
	}
	.under{
		position: sticky;
		top: 0;
	}

	/* item_top */
	.item_top{
		width: 100%;
		position: relative;
		margin: 0 0 10% 0;
	}
	.item_top .img{
		width: 70%;
		margin: 0 auto 0 auto;
	}
	.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;
	}
	.item_top .data{
		width: max-content;
		margin: 7% auto 0 auto;
	}
	.item_top .data .link-box{
		width: 270px;
		position: sticky;
		top: 15%;
	}
	.item_top .data .link-box .num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 10% 0;
	}
	.item_top .data .link-box .num li:nth-child(1){
		font-size: 35px;
		font-family: "century-gothic", sans-serif;
		font-weight: 400;
		font-style: normal;
		overflow: hidden;
	}
	.item_top .data .link-box .num li:nth-child(2){
		height: 1px;
		width: 30px;
		background: #000;
		margin: 0 0 0 10px;
	}
	.item_top .data .link-box .logo{
		width: max-content;
		position: relative;
		margin: 0 0 20% 0;
	}
	.item_top .data .link-box .logo .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item_top .data .link-box .logo img{
		height: 130px;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item */
	.item{
		width: 100%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item .img{
		width: 50%;
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.item .data .num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 5% 0;
	}
	.item .data .num li:nth-child(1){
		font-size: 35px;
		font-family: "century-gothic", sans-serif;
		font-weight: 400;
		font-style: normal;
		overflow: hidden;
	}
	.item .data .num li:nth-child(2){
		height: 1px;
		width: 30px;
		background: #000;
		margin: 0 0 0 10px;
	}
	.item .data .logo{
		width: max-content;
		position: relative;
		margin: 0 0 10% 0;
	}
	.item .data .logo .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .logo img{
		height: 130px;
	}
	.item .data .logo02{
		width: max-content;
		position: relative;
		margin: 0 0 10% 0;
	}
	.item .data .logo02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .logo02 img{
		height: 170px;
	}
	.item .data .link-box{
		width: 270px;
	}
	.item .data .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2em;
		text-align: justify;
		margin: 0 0 10% 0;
	}

	/* f_item_box */
	.f_item_box{
		width: 100%;
		background: #e8e8e8;
		padding: 10% 0 7% 0;
		margin: 0 0 10% 0;
	}
	.f_item_box .icon{
		width: 15%;
		margin: 0 auto 5% auto;
	}
	.f_item_box .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 3px;
		text-align: center;
		line-height: 3em;
		margin: 0 auto 5% auto;
	}

	/* f_item */
	.f_item{
		width: 100%;
		margin: 0 auto 0% auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.f_item .img{
		width: 55%;
	}
	.f_item .data{
		width: 45%;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.f_item .data .num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 5% 0;
	}
	.f_item .data .num li:nth-child(1){
		font-size: 40px;
		font-family: "century-gothic", sans-serif;
		font-weight: 400;
		font-style: normal;
		overflow: hidden;
	}
	.f_item .data .num li:nth-child(2){
		height: 1px;
		width: 30px;
		background: #000;
		margin: 0 0 0 10px;
	}
	.f_item .data .logo{
		width: max-content;
		position: relative;
		margin: 0 0 10% 0;
	}
	.f_item .data .logo .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.f_item .data .logo img{
		height: 130px;
	}
	.f_item .data .link-box{
		width: 270px;
	}
	.f_item .data .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2em;
		text-align: justify;
		margin: 0 0 10% 0;
	}

	/* pro */
	.pro{
		width: 85%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 10% auto;
	}
	.pro .img{
		width: 35%;
	}
	.pro .data{
		width: 60%;
	}
	.pro .data .name{
		width: 40%;
		line-height: 0;
		margin: 0 0 5% 0;
	}
	.pro .data .txt{
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
	}

	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 11px;
		letter-spacing: 1px;
		padding: 15px 0 0 0;
		margin: 25px 0 0 0;
		border-top: 1px solid #000;
		font-family: "futura-pt", sans-serif;
		font-weight: 400;
		font-style: normal;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 1em;
		top: 35%;
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 5px;
	}
	.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: 8px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}

	/*cart-btm*/
	.link-line{
		width: 100%;
		height: .5px;
		background: #000;
		margin: 20px 0;
	}
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 5% 0;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1em;
		font-family: "futura-pt", sans-serif;
		font-weight: 500;
		font-style: normal;
	}
    .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: 0px;
        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: "futura-pt", sans-serif;
		font-weight: 400;
		font-style: normal;
	}
	.cart-yen .yen-icon {
        margin: 0 2px 0 0;
    }
	.cart-yen .tax {
        font-size: 10px;
        letter-spacing: 1px;
        margin: 0 0 0 5px;
        position: relative;
        top: 1px;
    }
	.cart-btm .btn01 {
		font-size: 13px;
		line-height: 1.2em;
		width: 45px !important;
		padding: 0px 0 0px 0;
		display: inline-block;
		text-align: center;
		color: #000;
		position: relative;
		border-bottom: 1px solid #000;
		white-space: nowrap;
		font-family: "futura-pt", sans-serif;
		font-weight: 500;
		font-style: normal;
	}


	/*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{
		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 #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: #000;
		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: #000;
		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;
        top: 1px;
		left: 105px;
		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: absolute;
        top: 1px;
		left: 105px;
		line-height: 0;
		border: 1px solid #000;
		border-radius: 3px;
    }

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

	/* header */
	.header{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		background: #fff;
		background-size: cover;
		position: relative;
	}
	.mv-img{
		width: 100%;
		overflow: hidden;
	}
	.mv-logo{
		width: 55%;
		position: absolute;
		bottom: 10%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.mv-logo li:nth-child(1){
		margin: 0 0 15% 0;
		line-height: 0;
	}
	.mv-logo li:nth-child(2){
		line-height: 0;
	}

	/* read */
	.read-box{
		width: 100%;
		background: #fff;
	}
	.read-box .txt{
		width: 100%;
		font-size: 13px;
		letter-spacing: 1px;
		text-align: center;
		line-height: 2.5em;
		padding: 20% 0;
	}
	.read-box02{
		width: 100%;
		background: #231815;
		padding: 20% 0;
	}
	.read-box02 .icon{
		width: 50%;
		line-height: 0;
		margin: 0 auto 5% auto;
	}
	.read-box02 .txt{
		width: 100%;
		font-size: 13px;
		letter-spacing: 1px;
		text-align: center;
		line-height: 2.5em;
		color: #fff;
	}

	/* common */
	.wrap{
		width: 100%;
		position: relative;
		background: #fff;
		z-index: 10;
		padding: 15% 0 1px 0;
	}
	.wrap02{
		width: 100%;
		background: #e8e8e8;
		z-index: 10;
		padding: 15% 0 15% 0;
		position: relative;
		top: 0;
	}
	.wrap03{
		width: 100%;
		background: #fff;
		z-index: 10;
		padding: 0% 0 1px 0;
		position: relative;
		top: 0;
	}
	.under{
		position: sticky;
		top: 0;
	}

	/* item_top */
	.item_top{
		width: 100%;
		position: relative;
		margin: 0 0 20% 0;
	}
	.item_top .img{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.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;
	}
	.item_top .data{
		width: 85%;
		margin: 0 auto;
	}
	.item_top .data .link-box{
		width: 270px;
		position: sticky;
		top: 15%;
	}
	.item_top .sp-box .num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.item_top .sp-box .num li:nth-child(1){
		font-size: 30px;
		font-family: "century-gothic", sans-serif;
		font-weight: 400;
		font-style: normal;
		overflow: hidden;
	}
	.item_top .sp-box .num li:nth-child(2){
		height: 1px;
		width: 20px;
		background: #000;
		margin: 0 0 0 10px;
	}
	.item_top .sp-box .logo{
		width: 70%;
		position: relative;
	}
	.item_top .sp-box .logo .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item */
	.sp-box{
		width: 85%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item{
		width: 100%;
		margin: 0 auto 20% auto;
	}
	.item .img{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.item .data{
		width: 85%;
		margin: 0 auto;
	}
	.item .sp-box .num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.item .sp-box .num li:nth-child(1){
		font-size: 30px;
		font-family: "century-gothic", sans-serif;
		font-weight: 400;
		font-style: normal;
		overflow: hidden;
		line-height: 1em;
	}
	.item .sp-box .num li:nth-child(2){
		height: 1px;
		width: 20px;
		background: #000;
		margin: 0 0 0 10px;
	}
	.item .sp-box .logo{
		width: 70%;
		position: relative;
	}
	.item .sp-box .logo .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .sp-box .logo02{
		width: 70%;
		position: relative;
	}
	.item .sp-box .logo02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .link-box{
		width: 270px;
	}
	.item .data .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		margin: 0 0 10% 0;
	}

	/* f_item_box */
	.f_item_box{
		width: 100%;
		background: #e8e8e8;
		padding: 15% 0 15% 0;
		margin: 0 0 15% 0;
	}
	.f_item_box_icon{
		width: 50%;
		margin: 0 auto 5% auto;
	}
	.f_item_box_txt{
		width: 100%;
		font-size: 13px;
        letter-spacing: 1px;
        text-align: center;
        line-height: 2.5em;
		margin: 0 0 15% 0;
	}

	/* f_item */
	.f_item{
		width: 100%;
		margin: 0 auto 0% auto;
	}
	.f_item .img{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.f_item .data{
		width: 85%;
		margin: 0 auto;
	}
	.f_item .sp-box .num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.f_item .sp-box .num li:nth-child(1){
		font-size: 30px;
		font-family: "century-gothic", sans-serif;
		font-weight: 400;
		font-style: normal;
		overflow: hidden;
	}
	.f_item .sp-box .num li:nth-child(2){
		height: 1px;
		width: 20px;
		background: #000;
		margin: 0 0 0 10px;
	}
	.f_item .sp-box .logo{
		width: 70%;
		position: relative;
	}
	.f_item .sp-box .logo .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.f_item .data .link-box{
		width: 270px;
	}
	.f_item .data .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		margin: 0 0 10% 0;
	}

	/* pro */
	.pro{
		width: 80%;
		margin: 0 auto 15% auto;
	}
	.pro .img{
		width: 80%;
		margin: 0 auto 10% auto;
	}
	.pro .data{
		width: 100%;
	}
	.pro .data .name{
		width: 50%;
		line-height: 0;
		margin: 0 0 5% 0;
	}
	.pro .data .txt{
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 2em;
		text-align: justify;
	}

	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 11px;
		letter-spacing: 1px;
		padding: 15px 0 0 0;
		margin: 25px 0 0 0;
		border-top: 1px solid #000;
		font-family: "futura-pt", sans-serif;
		font-weight: 400;
		font-style: normal;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 1em;
		top: 35%;
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 5px;
	}
	.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: 8px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}

	/*cart-btm*/
	.link-line{
		width: 100%;
		height: .5px;
		background: #000;
		margin: 20px 0;
	}
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 5% 0;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1em;
		font-family: "futura-pt", sans-serif;
		font-weight: 600;
		font-style: normal;
	}
    .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: 0px;
        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: "futura-pt", sans-serif;
		font-weight: 400;
		font-style: normal;
	}
	.cart-yen .yen-icon {
        margin: 0 2px 0 0;
    }
	.cart-yen .tax {
        font-size: 10px;
        letter-spacing: 1px;
        margin: 0 0 0 5px;
        position: relative;
        top: 1px;
    }
	.cart-btm .btn01 {
		font-size: 13px;
		line-height: 1.2em;
		width: 45px !important;
		padding: 0px 0 0px 0;
		display: inline-block;
		text-align: center;
		color: #000;
		position: relative;
		border-bottom: 1px solid #000;
		white-space: nowrap;
		font-family: "futura-pt", sans-serif;
		font-weight: 600;
		font-style: normal;
	}
	
	/*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 #000000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000000;
		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 #000000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000000;
		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: #000000;
	}
	#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: #000;
		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: #000;
		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: 12px;
		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;
	}

}
