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

/* 
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; */

/*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: 15px;
        height: 15px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 7px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
		border: .5px solid #000;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 15px;
        height: 15px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 7px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
		border: .5px solid #000;
    }

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.mv-bg{
		width: 100%;
		height: calc( 100% - 4px);
		background: #fbf5ed;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.mv-logo{
		width: 5%;
		display: block;
		position: absolute;
		top: 1%;
		left: 1%;
		line-height: 0;
		z-index: 10;
	}
	.mv-slick{
		width: 100%;
		margin: 0;
		padding: 0;
		line-height: 0;
		position: relative;
		left: -1px;
		top: -4px;
	}
	.mv-slick div{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.mv-data{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.mv-data .mv-left{
		width: 42%;
	}
	.mv-data .mv-right{
		width: 58%;
		position: relative;
		padding: 7% 0 0 0;
	}

	.mv-title01{
		width: 47%;
		display: flex;
		justify-content: space-between;
		position: absolute;
		right: 13%;
		top: 3%;
		margin: 0 auto 3% auto;
	}
	.mv-title01 li{
		width: 47%;
		position: relative;
	}
	.mv-title01 li .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title02{
		width: 75%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.mv-title02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-img{
		width: 60%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 13% auto;
	}
	.mv-img li{
		width: 47%;
	}
	.mv-txt-box{
		width: max-content;
		margin: 0 auto;
	}
	.mv-txt-box .title{
		width: 100%;
		font-size: 22px;
        letter-spacing: 7px;
        display: block;
		background: #fff;
		text-align: center;
		padding: 10px 20px 10px 27px;
		box-sizing: border-box;
		margin: 0 0 10% 0;
	}
	.mv-txt-box .txt{
		width: 100%;
		font-size: 21px;
        letter-spacing: 3px;
        line-height: 2.7em;
        display: block;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}

	.all-wrap{
		width: 100%;
	}
	.one {
		width: 100%;
		height: auto !important;
	}
	.bg {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		opacity: 0;
		transition: all 1s ease 0s;
		z-index: -1;
	}
	.show .bg {
		opacity: 1;
	}
	.bg._01 {
		background: #fff;
	}
	.bg._02 {
		background: #fbf5ed;
	}

	/* wrap */
	.wrap{
		width: 100%;
		position: relative;
		margin: 0 auto;
	}
	.side-box{
		width: 70px;
		height: 100%;
		position: absolute;
		top: 0%;
		left: 0;
	}
	.side-data{
		width: 100%;
		position: sticky;
		top: 10%;
	}
	.side-data li:nth-child(1){
		width: 30px;
		line-height: 0;
		margin: 0 0 0 40%;
	}
	.side-data li:nth-child(1) .up{
		width: 100%;
		line-height: 0;
		margin: 0 0 10px 0;
	}
	.side-data li:nth-child(1) .s-num{
		width: 30px;
		height: 22px;
		overflow: hidden;
	}
	.side-data li:nth-child(2){
		width: 100%;
		height: 1px;
		background: #ffbc8d;
		margin: 10px 0;
	}
	.side-data li:nth-child(3){
		width: 25px;
		line-height: 0;
		margin: 0 0 0 45%;
	}

	/* item */
	.rever{
		flex-direction: row-reverse;
	}
	.item{
		width: 70%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: flex-start;
	}
	.item .img{
		width: 55%;
		overflow: hidden;
	}
	.item .data{
		width: 45%;
	}
	.item .data01{
		box-sizing: border-box;
		padding: 0 7% 0 0;
	}
	.item .data02{
		box-sizing: border-box;
		padding: 0 0 0 7%;
	}
	.item .data .num-box{
		width: 90%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 3% 0;
	}
	.item .data .num-box li:nth-child(1){
		width: max-content;
		position: relative;
		margin: 0 20px 0 0;
	}
	.item .data .num-box li:nth-child(1) .un{
		width: 100px;
		margin: 0 0 0 30px;
	}
	.item .data .num-box li:nth-child(1) .on{
		width: 60px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		background: #fff;
		left: 0;
	}
	.item .data .num-box li:nth-child(1) .on02{
		width: 60px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		background: #fbf5ed;
		left: 0;
	}
	.item .data .num-box li:nth-child(1) .on03{
		width: 60px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 0;
	}
	.item .data .num-box li:nth-child(2){
		width: 200px;
	}
	.item .data .title-line{
		width: 100%;
		height: 1px;
		background: #ffbc8d;
		margin: 0 0 10% 0;
	}
	.item .data .title{
		font-size: 27px;
        letter-spacing: 7px;
        line-height: 2em;
        display: block;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 0 7% 0;
	}
	.item .data .line{
		width: 10%;
		height: 1px;
		background: #000;
		margin: 0 0 7% 0;
	}
	.item .data .txt{
		width: 100%;
		font-size: 16px;
        letter-spacing: 3px;
        line-height: 2.7em;
		text-align: justify;
		margin: 0 0 10% 0;
	}

	/* item-b */
	.item-b{
		width: 70%;
		display: flex;
		justify-content: space-between;
		margin: 10% auto 7% auto;
	}
	.item-b .data-l{
		width: 45%;
	}
	.item-b .data-r{
		width: 55%;
	}
	.item-b .data-l .title{
		width: 40%;
		margin: 0 0 8% 0;
	}
	.item-b .data-l .title li:nth-child(1){
		width: 100%;
		height: 10px;
		background: #ffbc8d;
		margin: 0 auto 4% auto;
	}
	.item-b .data-l .title li:nth-child(2){
		width: 90%;
		margin: 0 auto 0 auto;
	}
	.item-b .data-l .txt{
		width: 85%;
		font-size: 18px;
        letter-spacing: 3px;
        line-height: 3em;
        display: block;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
	}
	.item-b .img-box{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item-b .img-box .img{
		width: 100%;
		overflow: hidden;
	}
	.item-b .img-box .icon{
		width: 15%;
		position: absolute;
		right: 10%;
		top: -9%;
		z-index: 10;
	}
	.item-b .link-box{
		width: 70%;
		margin: 0 auto;
	}

	/*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;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 13px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 14px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 9px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		height: .5px;
		width: 100%;
		background: #2f201b;
        margin: 20px 0;
	}
	.link-line02{
		height: 1px;
		background-image : linear-gradient(to right, #fff 5px, transparent 8px);
		background-size: 10px 1px;
		background-repeat: repeat-x; 
		background-position: left bottom;
		margin: 20px 0;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		border: .5px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		box-sizing: border-box;
	}
	.cart-btm:hover .btn00 {
		border-color: #000;
		color: #000;
	}

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

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: .5px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #000;
		color: #000;
	}
	
	.btn-border {
		background-color: transparent;
		color: #1d1d1d;
	}
	.btn-arrow {
		position: relative;
		-webkit-transition: background-color 300ms ease-out;
		transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
		display: inline-block;
		position: relative;
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
		position: absolute;
		width: 1.1em;
		right: 0px;
		right: 0rem;
		opacity: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: right, opacity;
	}
	.btn-arrow img * {
		stroke-width: 5;
	}
	.cart-btm:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}


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

}

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

	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 15px;
        height: 15px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 7px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
		border: .5px solid #000;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 15px;
        height: 15px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 7px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
		border: .5px solid #000;
    }

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.mv-bg{
		width: 100%;
		height: calc( 100% - 4px);
		background: #fbf5ed;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.mv-logo{
		width: 5%;
		display: block;
		position: absolute;
		top: 1%;
		left: 1%;
		line-height: 0;
		z-index: 10;
	}
	.mv-slick{
		width: 100%;
		margin: 0;
		padding: 0;
		line-height: 0;
		position: relative;
		left: -1px;
		top: -4px;
	}
	.mv-slick div{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.mv-data{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.mv-data .mv-left{
		width: 42%;
	}
	.mv-data .mv-right{
		width: 58%;
		position: relative;
		padding: 7% 0 0 0;
	}

	.mv-title01{
		width: 47%;
		display: flex;
		justify-content: space-between;
		position: absolute;
		right: 13%;
		top: 3%;
		margin: 0 auto 3% auto;
	}
	.mv-title01 li{
		width: 47%;
		position: relative;
	}
	.mv-title01 li .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title02{
		width: 75%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.mv-title02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-img{
		width: 60%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 13% auto;
	}
	.mv-img li{
		width: 47%;
	}
	.mv-txt-box{
		width: max-content;
		margin: 0 auto;
	}
	.mv-txt-box .title{
		width: 100%;
		font-size: 22px;
        letter-spacing: 7px;
        display: block;
		background: #fff;
		text-align: center;
		padding: 10px 20px 10px 27px;
		box-sizing: border-box;
		margin: 0 0 10% 0;
	}
	.mv-txt-box .txt{
		width: 100%;
		font-size: 21px;
        letter-spacing: 3px;
        line-height: 2.7em;
        display: block;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}

	.all-wrap{
		width: 100%;
	}
	.one {
		width: 100%;
		height: auto !important;
	}
	.bg {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		opacity: 0;
		transition: all 1s ease 0s;
		z-index: -1;
	}
	.show .bg {
		opacity: 1;
	}
	.bg._01 {
		background: #fff;
	}
	.bg._02 {
		background: #fbf5ed;
	}

	/* wrap */
	.wrap{
		width: 100%;
		position: relative;
		margin: 0 auto;
	}
	.side-box{
		width: 70px;
		height: 100%;
		position: absolute;
		top: 0%;
		left: 0;
	}
	.side-data{
		width: 100%;
		position: sticky;
		top: 10%;
	}
	.side-data li:nth-child(1){
		width: 30px;
		line-height: 0;
		margin: 0 0 0 40%;
	}
	.side-data li:nth-child(1) .up{
		width: 100%;
		line-height: 0;
		margin: 0 0 10px 0;
	}
	.side-data li:nth-child(1) .s-num{
		width: 30px;
		height: 22px;
		overflow: hidden;
	}
	.side-data li:nth-child(2){
		width: 100%;
		height: 1px;
		background: #ffbc8d;
		margin: 10px 0;
	}
	.side-data li:nth-child(3){
		width: 25px;
		line-height: 0;
		margin: 0 0 0 45%;
	}

	/* item */
	.rever{
		flex-direction: row-reverse;
	}
	.item{
		width: 70%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: flex-start;
	}
	.item .img{
		width: 55%;
		overflow: hidden;
	}
	.item .data{
		width: 45%;
	}
	.item .data01{
		box-sizing: border-box;
		padding: 0 7% 0 0;
	}
	.item .data02{
		box-sizing: border-box;
		padding: 0 0 0 7%;
	}
	.item .data .num-box{
		width: 90%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 3% 0;
	}
	.item .data .num-box li:nth-child(1){
		width: max-content;
		position: relative;
	}
	.item .data .num-box li:nth-child(1) .un{
		width: 100px;
		margin: 0 0 0 30px;
	}
	.item .data .num-box li:nth-child(1) .on{
		width: 60px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		background: #fff;
		left: 0;
	}
	.item .data .num-box li:nth-child(1) .on02{
		width: 60px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		background: #fbf5ed;
		left: 0;
	}
	.item .data .num-box li:nth-child(1) .on03{
		width: 60px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 0;
	}
	.item .data .num-box li:nth-child(2){
		width: 200px;
	}
	.item .data .title-line{
		width: 100%;
		height: 1px;
		background: #ffbc8d;
		margin: 0 0 10% 0;
	}
	.item .data .title{
		font-size: 27px;
        letter-spacing: 7px;
        line-height: 2em;
        display: block;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 0 7% 0;
	}
	.item .data .line{
		width: 10%;
		height: 1px;
		background: #000;
		margin: 0 0 7% 0;
	}
	.item .data .txt{
		width: 100%;
		font-size: 16px;
        letter-spacing: 3px;
        line-height: 2.7em;
		text-align: justify;
		margin: 0 0 10% 0;
	}

	/* item-b */
	.item-b{
		width: 70%;
		display: flex;
		justify-content: space-between;
		margin: 10% auto 7% auto;
	}
	.item-b .data-l{
		width: 45%;
	}
	.item-b .data-r{
		width: 55%;
	}
	.item-b .data-l .title{
		width: 40%;
		margin: 0 0 8% 0;
	}
	.item-b .data-l .title li:nth-child(1){
		width: 100%;
		height: 10px;
		background: #ffbc8d;
		margin: 0 auto 4% auto;
	}
	.item-b .data-l .title li:nth-child(2){
		width: 90%;
		margin: 0 auto 0 auto;
	}
	.item-b .data-l .txt{
		width: 85%;
		font-size: 18px;
        letter-spacing: 3px;
        line-height: 3em;
        display: block;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
	}
	.item-b .img-box{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item-b .img-box .img{
		width: 100%;
		overflow: hidden;
	}
	.item-b .img-box .icon{
		width: 15%;
		position: absolute;
		right: 10%;
		top: -9%;
		z-index: 10;
	}
	.item-b .link-box{
		width: 70%;
		margin: 0 auto;
	}

	/*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;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 13px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 14px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 9px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		height: .5px;
		width: 100%;
		background: #2f201b;
        margin: 20px 0;
	}
	.link-line02{
		height: 1px;
		background-image : linear-gradient(to right, #fff 5px, transparent 8px);
		background-size: 10px 1px;
		background-repeat: repeat-x; 
		background-position: left bottom;
		margin: 20px 0;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		border: .5px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		box-sizing: border-box;
	}
	.cart-btm:hover .btn00 {
		border-color: #000;
		color: #000;
	}

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

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: .5px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #000;
		color: #000;
	}
	
	.btn-border {
		background-color: transparent;
		color: #1d1d1d;
	}
	.btn-arrow {
		position: relative;
		-webkit-transition: background-color 300ms ease-out;
		transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
		display: inline-block;
		position: relative;
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
		position: absolute;
		width: 1.1em;
		right: 0px;
		right: 0rem;
		opacity: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: right, opacity;
	}
	.btn-arrow img * {
		stroke-width: 5;
	}
	.cart-btm:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}


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

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

	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 15px;
        height: 15px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 7px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
		border: .5px solid #000;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 15px;
        height: 15px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 7px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
		border: .5px solid #000;
    }

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.mv-bg{
		width: 100%;
		height: calc( 100% - 4px);
		background: #fbf5ed;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.mv-logo{
		width: 5%;
		display: block;
		position: absolute;
		top: 1%;
		left: 1%;
		line-height: 0;
		z-index: 10;
	}
	.mv-slick{
		width: 100%;
		margin: 0;
		padding: 0;
		line-height: 0;
		position: relative;
		left: -1px;
		top: -4px;
	}
	.mv-slick div{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.mv-data{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.mv-data .mv-left{
		width: 42%;
	}
	.mv-data .mv-right{
		width: 58%;
		position: relative;
		padding: 7% 0 0 0;
	}

	.mv-title01{
		width: 47%;
		display: flex;
		justify-content: space-between;
		position: absolute;
		right: 13%;
		top: 3%;
		margin: 0 auto 3% auto;
	}
	.mv-title01 li{
		width: 47%;
		position: relative;
	}
	.mv-title01 li .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title02{
		width: 75%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.mv-title02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-img{
		width: 60%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
	}
	.mv-img li{
		width: 47%;
	}
	.mv-txt-box{
		width: max-content;
		margin: 0 auto;
	}
	.mv-txt-box .title{
		width: 100%;
		font-size: 20px;
        letter-spacing: 7px;
        display: block;
		background: #fff;
		text-align: center;
		padding: 10px 20px 10px 27px;
		box-sizing: border-box;
		margin: 0 0 7% 0;
	}
	.mv-txt-box .txt{
		width: 100%;
		font-size: 18px;
        letter-spacing: 3px;
        line-height: 2.7em;
        display: block;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}

	.all-wrap{
		width: 100%;
	}
	.one {
		width: 100%;
		height: auto !important;
	}
	.bg {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		opacity: 0;
		transition: all 1s ease 0s;
		z-index: -1;
	}
	.show .bg {
		opacity: 1;
	}
	.bg._01 {
		background: #fff;
	}
	.bg._02 {
		background: #fbf5ed;
	}

	/* wrap */
	.wrap{
		width: 100%;
		position: relative;
		margin: 0 auto;
	}
	.side-box{
		width: 60px;
		height: 100%;
		position: absolute;
		top: 0%;
		left: 0;
	}
	.side-data{
		width: 100%;
		position: sticky;
		top: 13%;
	}
	.side-data li:nth-child(1){
		width: 35px;
		line-height: 0;
		margin: 0 0 0 40%;
	}
	.side-data li:nth-child(1) .up{
		width: 100%;
		line-height: 0;
		margin: 0 0 10px 0;
	}
	.side-data li:nth-child(1) .s-num{
		width: 35px;
		height: 25px;
		overflow: hidden;
	}
	.side-data li:nth-child(2){
		width: 100%;
		height: 1px;
		background: #ffbc8d;
		margin: 15px 0;
	}
	.side-data li:nth-child(3){
		width: 30px;
		line-height: 0;
		margin: 0 0 0 45%;
	}

	/* item */
	.rever{
		flex-direction: row-reverse;
	}
	.item{
		width: 85%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: flex-start;
	}
	.item .img{
		width: 55%;
		overflow: hidden;
	}
	.item .data{
		width: 45%;
	}
	.item .data01{
		box-sizing: border-box;
		padding: 0 7% 0 0;
	}
	.item .data02{
		box-sizing: border-box;
		padding: 0 0 0 7%;
	}
	.item .data .num-box{
		width: 90%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 3% 0;
	}
	.item .data .num-box li:nth-child(1){
		width: max-content;
		position: relative;
	}
	.item .data .num-box li:nth-child(1) .un{
		width: 80px;
		margin: 0 0 0 30px;
	}
	.item .data .num-box li:nth-child(1) .on{
		width: 50px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		background: #fff;
		left: 0;
	}
	.item .data .num-box li:nth-child(1) .on02{
		width: 50px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		background: #fbf5ed;
		left: 0;
	}
	.item .data .num-box li:nth-child(1) .on03{
		width: 50px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 0;
	}
	.item .data .num-box li:nth-child(2){
		width: 200px;
	}
	.item .data .title-line{
		width: 100%;
		height: 1px;
		background: #ffbc8d;
		margin: 0 0 10% 0;
	}
	.item .data .title{
		font-size: 25px;
        letter-spacing: 7px;
        line-height: 2em;
        display: block;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 0 7% 0;
	}
	.item .data .line{
		width: 10%;
		height: 1px;
		background: #000;
		margin: 0 0 7% 0;
	}
	.item .data .txt{
		width: 100%;
		font-size: 16px;
        letter-spacing: 3px;
        line-height: 2.7em;
		text-align: justify;
		margin: 0 0 10% 0;
	}

	/* item-b */
	.item-b{
		width: 85%;
		display: flex;
		justify-content: space-between;
		margin: 10% auto 7% auto;
	}
	.item-b .data-l{
		width: 45%;
	}
	.item-b .data-r{
		width: 55%;
	}
	.item-b .data-l .title{
		width: 40%;
		margin: 0 0 8% 0;
	}
	.item-b .data-l .title li:nth-child(1){
		width: 100%;
		height: 10px;
		background: #ffbc8d;
		margin: 0 auto 4% auto;
	}
	.item-b .data-l .title li:nth-child(2){
		width: 90%;
		margin: 0 auto 0 auto;
	}
	.item-b .data-l .txt{
		width: 85%;
		font-size: 18px;
        letter-spacing: 2px;
        line-height: 2.5em;
        display: block;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
	}
	.item-b .img-box{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item-b .img-box .img{
		width: 100%;
		overflow: hidden;
	}
	.item-b .img-box .icon{
		width: 15%;
		position: absolute;
		right: 10%;
		top: -9%;
		z-index: 10;
	}
	.item-b .link-box{
		width: 70%;
		margin: 0 auto;
	}

	/*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;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 13px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 14px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 9px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		height: .5px;
		width: 100%;
		background: #2f201b;
        margin: 20px 0;
	}
	.link-line02{
		height: 1px;
		background-image : linear-gradient(to right, #fff 5px, transparent 8px);
		background-size: 10px 1px;
		background-repeat: repeat-x; 
		background-position: left bottom;
		margin: 20px 0;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		border: .5px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		box-sizing: border-box;
	}
	.cart-btm:hover .btn00 {
		border-color: #000;
		color: #000;
	}

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

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: .5px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #000;
		color: #000;
	}
	
	.btn-border {
		background-color: transparent;
		color: #1d1d1d;
	}
	.btn-arrow {
		position: relative;
		-webkit-transition: background-color 300ms ease-out;
		transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
		display: inline-block;
		position: relative;
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
		position: absolute;
		width: 1.1em;
		right: 0px;
		right: 0rem;
		opacity: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: right, opacity;
	}
	.btn-arrow img * {
		stroke-width: 5;
	}
	.cart-btm:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}


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

}

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

	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 15px;
        height: 15px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 7px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
		border: .5px solid #000;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 15px;
        height: 15px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 7px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
		border: .5px solid #000;
    }

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.mv-bg{
		width: 100%;
		height: calc( 100% - 4px);
		background: #fbf5ed;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.mv-logo{
		width: 5%;
		display: block;
		position: absolute;
		top: 1%;
		left: 1%;
		line-height: 0;
		z-index: 10;
	}
	.mv-slick{
		width: 100%;
		margin: 0;
		padding: 0;
		line-height: 0;
		position: relative;
		left: -1px;
		top: -4px;
	}
	.mv-slick div{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.mv-data{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.mv-data .mv-left{
		width: 45%;
	}
	.mv-data .mv-right{
		width: 55%;
		padding: 2% 0 0 0;
	}

	.mv-title01{
		width: 45%;
		display: flex;
		justify-content: space-between;
		position: relative;
		right: -12%;
		margin: 0 auto 3% auto;
	}
	.mv-title01 li{
		width: 47%;
		position: relative;
	}
	.mv-title01 li .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title02{
		width: 80%;
		position: relative;
		margin: 0 auto;
	}
	.mv-title02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-img{
		width: 60%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 15% auto;
	}
	.mv-img li{
		width: 44%;
	}
	.mv-txt-box{
		width: max-content;
		margin: 0 auto;
	}
	.mv-txt-box .title{
		width: 100%;
		font-size: 18px;
        letter-spacing: 5px;
        display: block;
		background: #fff;
		text-align: center;
		padding: 10px 20px 10px 27px;
		box-sizing: border-box;
		margin: 0 0 5% 0;
	}
	.mv-txt-box .txt{
		width: 100%;
		font-size: 16px;
        letter-spacing: 3px;
        line-height: 2.5em;
        display: block;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}

	.all-wrap{
		width: 100%;
	}
	.one {
		width: 100%;
		height: auto !important;
	}
	.bg {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		opacity: 0;
		transition: all 1s ease 0s;
		z-index: -1;
	}
	.show .bg {
		opacity: 1;
	}
	.bg._01 {
		background: #fff;
	}
	.bg._02 {
		background: #fbf5ed;
	}

	/* wrap */
	.wrap{
		width: 100%;
		position: relative;
		margin: 0 auto;
	}
	.side-box{
		width: 60px;
		height: 100%;
		position: absolute;
		top: 0%;
		left: 0;
	}
	.side-data{
		width: 100%;
		position: sticky;
		top: 13%;
	}
	.side-data li:nth-child(1){
		width: 35px;
		line-height: 0;
		margin: 0 0 0 40%;
	}
	.side-data li:nth-child(1) .up{
		width: 100%;
		line-height: 0;
		margin: 0 0 10px 0;
	}
	.side-data li:nth-child(1) .s-num{
		width: 35px;
		height: 25px;
		overflow: hidden;
	}
	.side-data li:nth-child(2){
		width: 100%;
		height: 1px;
		background: #ffbc8d;
		margin: 15px 0;
	}
	.side-data li:nth-child(3){
		width: 30px;
		line-height: 0;
		margin: 0 0 0 45%;
	}

	/* item */
	.rever{
		flex-direction: row-reverse;
	}
	.item{
		width: 85%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: flex-start;
	}
	.item .img{
		width: 55%;
		overflow: hidden;
	}
	.item .data{
		width: 45%;
	}
	.item .data01{
		box-sizing: border-box;
		padding: 0 7% 0 0;
	}
	.item .data02{
		box-sizing: border-box;
		padding: 0 0 0 7%;
	}
	.item .data .num-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 3% 0;
	}
	.item .data .num-box li:nth-child(1){
		width: max-content;
		position: relative;
		margin: 0 20px 0 0;
	}
	.item .data .num-box li:nth-child(1) .un{
		width: 60px;
		margin: 0 0 0 30px;
	}
	.item .data .num-box li:nth-child(1) .on{
		width: 40px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		background: #fff;
		left: 0;
	}
	.item .data .num-box li:nth-child(1) .on02{
		width: 40px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		background: #fbf5ed;
		left: 0;
	}
	.item .data .num-box li:nth-child(1) .on03{
		width: 40px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 0;
	}
	.item .data .num-box li:nth-child(2){
		width: 150px;
		line-height: 0;
	}
	.item .data .title-line{
		width: 100%;
		height: 1px;
		background: #ffbc8d;
		margin: 0 0 10% 0;
	}
	.item .data .title{
		font-size: 21px;
        letter-spacing: 7px;
        line-height: 2em;
        display: block;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 0 7% 0;
	}
	.item .data .line{
		width: 10%;
		height: 1px;
		background: #000;
		margin: 0 0 7% 0;
	}
	.item .data .txt{
		width: 100%;
		font-size: 14px;
        letter-spacing: 3px;
        line-height: 2.7em;
		text-align: justify;
		margin: 0 0 10% 0;
	}

	/* item-b */
	.item-b{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 10% auto 7% auto;
	}
	.item-b .data-l{
		width: 45%;
	}
	.item-b .data-r{
		width: 55%;
	}
	.item-b .data-l .title{
		width: 40%;
		margin: 0 0 8% 0;
	}
	.item-b .data-l .title li:nth-child(1){
		width: 100%;
		height: 10px;
		background: #ffbc8d;
		margin: 0 auto 4% auto;
	}
	.item-b .data-l .title li:nth-child(2){
		width: 90%;
		margin: 0 auto 0 auto;
	}
	.item-b .data-l .txt{
		width: 85%;
		font-size: 16px;
        letter-spacing: 2px;
        line-height: 2.5em;
        display: block;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
	}
	.item-b .img-box{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item-b .img-box .img{
		width: 100%;
		overflow: hidden;
	}
	.item-b .img-box .icon{
		width: 15%;
		position: absolute;
		right: 10%;
		top: -9%;
		z-index: 10;
	}
	.item-b .link-box{
		width: 70%;
		margin: 0 auto;
	}

	/*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;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 13px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 14px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 9px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		height: .5px;
		width: 100%;
		background: #2f201b;
        margin: 20px 0;
	}
	.link-line02{
		height: 1px;
		background-image : linear-gradient(to right, #fff 5px, transparent 8px);
		background-size: 10px 1px;
		background-repeat: repeat-x; 
		background-position: left bottom;
		margin: 20px 0;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		border: .5px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		box-sizing: border-box;
	}
	.cart-btm:hover .btn00 {
		border-color: #000;
		color: #000;
	}

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

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: .5px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #000;
		color: #000;
	}
	
	.btn-border {
		background-color: transparent;
		color: #1d1d1d;
	}
	.btn-arrow {
		position: relative;
		-webkit-transition: background-color 300ms ease-out;
		transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
		display: inline-block;
		position: relative;
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
		position: absolute;
		width: 1.1em;
		right: 0px;
		right: 0rem;
		opacity: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: right, opacity;
	}
	.btn-arrow img * {
		stroke-width: 5;
	}
	.cart-btm:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}


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

}

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

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

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 15% auto;
		padding: 0 0 10% 0;
	}
	.mv-bg{
		width: 100%;
		height: 100%;
		background: #fbf5ed;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.mv-logo{
		width: 17%;
		display: block;
		position: absolute;
		top: 0%;
		right: 7.5%;
		line-height: 0;
		z-index: 99;
	}
	.mv-slick{
		width: 100%;
		margin: 0;
		padding: 0;
		line-height: 0;
		position: relative;
		left: -1px;
		top: -4px;
	}
	.mv-slick div{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.mv-data{
		width: 100%;
		position: relative;
	}
	.mv-data .mv-left{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.mv-data .mv-right{
		width: 100%;
		position: relative;
	}

	.mv-title01{
		width: 62%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 5% 7.5%;
	}
	.mv-title01 li{
		width: 49%;
		position: relative;
	}
	.mv-title01 li .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title02{
		width: 85%;
		position: relative;
		margin: 0 auto;
	}
	.mv-title02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-img{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.mv-img li{
		width: 47%;
	}
	.mv-txt-box{
		width: 100%;
		margin: 0 auto;
	}
	.mv-txt-box .title{
		width: max-content;
		font-size: 16px;
        letter-spacing: 3px;
        display: block;
		background: #fff;
		text-align: center;
		padding: 10px 17px 10px 20px;
		box-sizing: border-box;
		margin: 0 auto 5% auto;
	}
	.mv-txt-box .txt{
		width: 100%;
		font-size: 16px;
        letter-spacing: 2px;
        line-height: 2.2em;
        display: block;
		text-align: center;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}

	.all-wrap{
		width: 100%;
	}
	.one {
		width: 100%;
		height: auto !important;
	}
	.bg {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		opacity: 0;
		transition: all 1s ease 0s;
		z-index: -1;
	}
	.show .bg {
		opacity: 1;
	}
	.bg._01 {
		background: #fff;
	}
	.bg._02 {
		background: #fbf5ed;
	}

	/* wrap */
	.wrap{
		width: 100%;
		position: relative;
		margin: 0 auto;
	}
	.side-box{
		display: none;
	}
	.side-data{
		width: 100%;
		position: sticky;
		top: 13%;
	}
	.side-data li:nth-child(1){
		width: 35px;
		line-height: 0;
		margin: 0 0 0 40%;
	}
	.side-data li:nth-child(1) .up{
		width: 100%;
		line-height: 0;
		margin: 0 0 10px 0;
	}
	.side-data li:nth-child(1) .s-num{
		width: 35px;
		height: 25px;
		overflow: hidden;
	}
	.side-data li:nth-child(2){
		width: 100%;
		height: 1px;
		background: #ffbc8d;
		margin: 15px 0;
	}
	.side-data li:nth-child(3){
		width: 30px;
		line-height: 0;
		margin: 0 0 0 45%;
	}

	/* item */
	.item{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 7% 0;
	}
	.item .data{
		width: 85%;
		margin: 0 auto;
	}
	.item .num-box{
		width: 85%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 3% auto;
		position: relative;
        left: -3%;
	}
	.item .num-box li:nth-child(1){
		width: max-content;
		position: relative;
		margin: 0 20px 0 0;
	}
	.item .num-box li:nth-child(1) .un{
		width: 80px;
		margin: 0 0 0 30px;
	}
	.item .num-box li:nth-child(1) .on{
		width: 50px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		background: #fff;
		left: 0;
		line-height: 0;
	}
	.item .num-box li:nth-child(1) .on02{
		width: 50px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		background: #fbf5ed;
		left: 0;
		line-height: 0;
	}
	.item .num-box li:nth-child(1) .on03{
		width: 50px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 0;
		line-height: 0;
	}
	.item .num-box li:nth-child(2){
		width: 170px;
		line-height: 0;
	}
	.item .title-line{
		width: 85%;
		height: 1px;
		background: #ffbc8d;
		margin: 0 auto 10% auto;
	}
	.item .data .title{
		font-size: 21px;
        letter-spacing: 5px;
        line-height: 2em;
        display: block;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 0 7% 0;
	}
	.item .data .line{
		width: 10%;
		height: 1px;
		background: #000;
		margin: 0 0 7% 0;
	}
	.item .data .txt{
		width: 100%;
		font-size: 14px;
        letter-spacing: 2px;
        line-height: 2.7em;
		text-align: justify;
		margin: 0 0 10% 0;
	}

	/* item-b */
	.item-b{
		width: 100%;
		margin: 20% auto 20% auto;
	}
	.item-b .data-l{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.item-b .data-r{
		width: 100%;
	}
	.item-b .data-l .title{
		width: 50%;
		margin: 0 auto 8% auto;
	}
	.item-b .data-l .title li:nth-child(1){
		width: 100%;
		height: 10px;
		background: #ffbc8d;
		margin: 0 auto 4% auto;
	}
	.item-b .data-l .title li:nth-child(2){
		width: 90%;
		margin: 0 auto 0 auto;
	}
	.item-b .data-l .txt{
		width: 85%;
		font-size: 15px;
        letter-spacing: 3px;
        line-height: 2.2em;
        display: block;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
		margin: 0 auto;
	}
	.item-b .data-l .txt br{
		display: none;
	}
	.item-b .img-box{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item-b .img-box .img{
		width: 100%;
		overflow: hidden;
	}
	.item-b .img-box .icon{
		width: 20%;
		position: absolute;
		right: 10%;
		top: -13%;
		z-index: 10;
	}
	.item-b .link-box{
		width: 85%;
		margin: 0 auto;
	}

	/*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;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 15px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 15px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 9px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		height: .5px;
		width: 100%;
		background: #2f201b;
        margin: 20px 0;
	}
	.link-line02{
		height: 1px;
		background-image : linear-gradient(to right, #fff 5px, transparent 8px);
		background-size: 10px 1px;
		background-repeat: repeat-x; 
		background-position: left bottom;
		margin: 20px 0;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		border: .5px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		box-sizing: border-box;
	}
	.cart-btm:hover .btn00 {
		border-color: #000;
		color: #000;
	}

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

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

}
