body {
    height: 100%;
    margin: 0;
    font-feature-settings: 'palt';
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*imac////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media screen and (min-width: 2560px) and (max-width: 5120px) {
    .sp-on{
		display: none!important;
	}
    .pad-on{
        display: none!important;
    }
	
	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 110px;
		right: 10px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 110px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.side-nav-in li{
		width: 100%;
		margin: 0 auto 10px auto;
		transition: .3s;
	}
	
    /*cart-01*/
	.cart-line{
		height: 1px;
		width: 100%;
		background: #ebebeb;
	}
    .cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		transition: .3s;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
    .cart-title{
		font-size: 21px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
	.cart-title02{
		font-size: 16px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        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;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 9px;
		letter-spacing: 2px;
		position: relative;
		top: 1px;
		margin: 0 0 0 5px;
	}
    .cart-yen02{
		font-size: 14px;
        width: 100%;
        display: flex;
        align-items: center;
        white-space: nowrap;
	}
	.cart-yen02 span{
		font-size: 9px;
		letter-spacing: 2px;
		position: relative;
		top: 1px;
		margin: 0 0 0 5px;
	}
	
    
    /*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: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
	.l-icon02::after{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
    .s-icon02::after{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
	
	
	/*header----------------------------------------------------*/
    header {
		width: 100%;
        position: relative;
        background: #F9F5F1;
		display: flex;
		margin: 0 0 4% 0;
    }
	header .photo{
		width: 50%;
    }
	header .data{
		width: 50%;
		position: relative;
    }
	header .mv-main{
		width: 70%;
		position: absolute;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: 40%;
		-webkit-transform: translateY(-40%);
		transform: translateY(-40%);
	}
	header .logo{
		width: 90px;
		position: absolute;
		top: 3%;
		right: 2%;
	}
	header .mv-main .mv-txt00{
		width: 30%;
		margin: 10% auto 0 auto;
	}
	header .data .mv-sub{
		width: 70%;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 20%;
    }
	header a{
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 10;
		display: block;
		top: 0;
		left: 0;
	}
	
	.mv-txt-all{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	
	.mv-txt{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.mv-txt li{
		width: auto;
	}
	.mv-txt li img{
		height: 45px;
		margin: 0 3px;
	}
	
	/*read*/
	.read{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.read .txt{
		width: 100%;
		font-size: 21px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		color: #231815;
		margin: 0 0 4% 0;
	}
	.read .top-nav{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.read .top-nav li{
		width: 23%;
	}
	.read .top-nav li a{
		width: 100%;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.read .top-nav li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*door*/
	.door{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.door .title{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.door .title img{
		height: 120px;
		width: auto;
		display: block;
		margin: 0 auto;
	}
	.door .txt{
		width: 100%;
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2.2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		color: #231815;
	}
	
	/*item01*/
	.item01{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item01 .block01{
		width: 50%;
	}
	.item01 .block02{
		width: 45%;
	}
	.item01 .block01 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item01 .block02 .img{
		width: 100%;
		overflow: hidden;
	}
	.item01 .block01 .link-box{
		width: 60%;
		margin: 0 auto;
	}
	.item01 .block02 .num{
		width: 20%;
		margin: 30% 0 5% 0;
	}
	.item01 .block02 .num img{
		height: 80px;
	}
	.item01 .block02 .num02{
		width: 20%;
		margin: 30% 0 5% 80%;
		position: relative;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.item02 .block01{
		width: 100%;
	}
	.item02 .block01 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item02 .block02{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.item02 .block02 .num{
		width: 18%;
	}
	.item02 .block02 .num img{
		height: 80px;
	}
	.item02 .block02 .link-box{
		width: 60%;
	}
	
	/*item03*/
	.mgt{
		margin: 20% 0 0 0;
	}
	.item03{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item03 .block{
		width: 48%;
	}
	.item03 .block .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item03 .block .data{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.item03 .block .data .num{
		width: 18%;
	}
	.item03 .block .data .num img{
		height: 80px;
	}
	.item03 .block .data .link-box{
		width: 60%;
	}
	
	/*item04*/
	.item04{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 13% auto;
		position: relative;
	}
	.item04 .img{
		width: 70%;
		overflow: hidden;
		margin: 0 0 3% 0;
	}
	.item04 .num{
		width: 10%;
	}
	.item04 .num img{
		height: 80px;
	}
	.item04 .data{
		width: 40%;
		position: absolute;
		right: 0;
		top: 50%;
	}
	.item04 .data .img{
		width: 100%;
		overflow: hidden;
		margin: 0;
	}
	.item04 .data .btn{
		width: 250px;
		position: absolute;
		bottom: 0%;
		left: -300px;
	}
	
	/*item05*/
	.item05{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.item05 .img01{
		width: 55%;
		overflow: hidden;
		margin: 0 0 0 45%;
	}
	.item05 .num01{
		width: 10%;
		position: absolute;
		top: 0;
		right: 60%;
	}
	.item05 .num01 img{
		height: 80px;
	}
	.item05 .btn01{
		width: 250px;
		position: absolute;
		bottom: 0%;
		right: 60%;
	}
	.item05 .img02{
		width: 55%;
		overflow: hidden;
		margin: 0 0 0 0%;
	}
	.item05 .num02{
		width: 10%;
		position: absolute;
		top: 0;
		left: 60%;
	}
	.item05 .num02 img{
		height: 80px;
	}
	.item05 .btn02{
		width: 250px;
		position: absolute;
		bottom: 0%;
		left: 60%;
	}
	
	/*item06*/
	.item06{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.item06 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 3% 0;
	}
	.item06 .num{
		width: 10%;
	}
	.item06 .num img{
		height: 80px;
	}
	.item06 .btn{
		width: 250px;
		position: absolute;
		bottom: 0%;
		right: 0%;
	}
	
	
	/*link-btn*/
	.link-btn91{
		width: 100%;
		margin: 5% 0 0 0;
		display: block;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 10px 0;
		text-decoration: none;
		color: #fff;
		border: 1px solid #476681;
		background: #476681;
		transition: .3s;
		position: relative;
	}
	.link-btn91:hover{
		color: #476681;
		border: 1px solid #476681;
		background: #fff;
		transition: .3s;
	}
	.link-btn91 span{
		width: 15px;
		position: absolute;
		right: 20px;
		top: 7px;
		display: block;
	}
	
	.link-btn02{
		width: 100%;
		margin: 5% 0 0 0;
		display: block;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 10px 0;
		text-decoration: none;
		color: #fff;
		border: 1px solid #a7917a;
		background: #a7917a;
		transition: .3s;
		position: relative;
	}
	.link-btn02:hover{
		color: #a7917a;
		border: 1px solid #a7917a;
		background: #fff;
		transition: .3s;
	}
	.link-btn02 span{
		width: 15px;
		position: absolute;
		right: 20px;
		top: 7px;
		display: block;
	}
	
	.link-btn03{
		width: 100%;
		margin: 5% 0 0 0;
		display: block;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 10px 0;
		text-decoration: none;
		color: #fff;
		border: 1px solid #ce6971;
		background: #ce6971;
		transition: .3s;
		position: relative;
	}
	.link-btn03:hover{
		color: #ce6971;
		border: 1px solid #ce6971;
		background: #fff;
		transition: .3s;
	}
	.link-btn03 span{
		width: 15px;
		position: absolute;
		right: 20px;
		top: 7px;
		display: block;
	}
	
	.link-btn04{
		width: 100%;
		margin: 5% 0 0 0;
		display: block;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 10px 0;
		line-height: 2em;
		text-decoration: none;
		color: #fff;
		border: 1px solid #a7a885;
		background: #a7a885;
		transition: .3s;
		position: relative;
	}
	.link-btn04:hover{
		color: #a7a885;
		border: 1px solid #a7a885;
		background: #fff;
		transition: .3s;
	}
	.link-btn04 span{
		width: 15px;
		position: absolute;
		right: 20px;
		bottom: 15px;
		display: block;
	}
	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 3% 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 #eee;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li:last-child{
		width: 30%;
		margin: 10% auto 0 auto;
	}
	.f-banner-list li:last-child a{
		width: 100%;
		display: block;
		border: none;
		opacity: 1;
		transition: .3s;
	}
	.f-banner-list li:last-child a:hover{
		opacity: .6;
		transition: .3s;
	}
	
	
	
	/*anime----------------------------------------------------*/
	.hover-parent {
		width: 100%;
		position: relative;
		overflow: hidden;
    }
	.hover-parent a{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 99;
    }
    .hover-mask {
		width: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(255,255,255,0.6);
		opacity: 0;
		color: #fff;
		display: flex;
		align-items: center;
		text-align: center;
		padding: 0;
    }
	.hover-parent:hover .hover-mask {
		opacity: 1;
		transition:all 0.6s ease;
	}
	.hover-parent .bg-img{
		width: 100%;
		transition:.5s all;
    }
	.hover-parent:hover .bg-img{
		transform:scale(1.1,1.1);
  		transition:.5s all;
    }
	
	/*fade01*/
	.fade01 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in1;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.9s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade05 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade06 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade07 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade08 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade09 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.9s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade10 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade11 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3.3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade12 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade13 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade14 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3.9s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade15 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 4.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade16 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in1 {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(50px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-l {
		0% {
		  opacity: 0;
		  transform: translateX(-50px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(50px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		width: 100%;
		background: #fff;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 5% 0 3% 0;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '';
		background: url("../img/icon02.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	
	/*cart-btm*/
	.link-line{
		width: 100%;
		height: 1px;
		margin: 3% 0;
		background: #ababac;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		width: 120px!important;
		padding: 5px 0 5px 0;
		background: #c4b89b;
		border: 1px solid #c4b89b;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 5px;
		line-height: 1.5em;
		letter-spacing: 0px;
	}
	.cart-btm:hover .btn00 {
	  background: #fff;
	  border-color: #c4b89b;
	  color: #c4b89b;
	}
	
	.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);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*pc//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media screen and (min-width: 1281px) and (max-width: 2559px) {
    .sp-on{
		display: none!important;
	}
    .pad-on{
        display: none!important;
    }
    
    /*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 110px;
		right: 10px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 110px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.side-nav-in li{
		width: 100%;
		margin: 0 auto 10px auto;
		transition: .3s;
	}
	
    /*cart-01*/
	.cart-line{
		height: 1px;
		width: 100%;
		background: #ebebeb;
	}
    .cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		transition: .3s;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
    .cart-title{
		font-size: 21px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
	.cart-title02{
		font-size: 16px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        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;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 9px;
		letter-spacing: 2px;
		position: relative;
		top: 1px;
		margin: 0 0 0 5px;
	}
    .cart-yen02{
		font-size: 14px;
        width: 100%;
        display: flex;
        align-items: center;
        white-space: nowrap;
	}
	.cart-yen02 span{
		font-size: 9px;
		letter-spacing: 2px;
		position: relative;
		top: 1px;
		margin: 0 0 0 5px;
	}
	
    
    /*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: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
	.l-icon02::after{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
    .s-icon02::after{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
	
	
	/*header----------------------------------------------------*/
    header {
		width: 100%;
        position: relative;
        background: #F9F5F1;
		display: flex;
		margin: 0 0 4% 0;
    }
	header .photo{
		width: 50%;
    }
	header .data{
		width: 50%;
		position: relative;
    }
	header .mv-main{
		width: 70%;
		position: absolute;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: 40%;
		-webkit-transform: translateY(-40%);
		transform: translateY(-40%);
	}
	header .logo{
		width: 90px;
		position: absolute;
		top: 3%;
		right: 2%;
	}
	header .mv-main .mv-txt00{
		width: 30%;
		margin: 10% auto 0 auto;
	}
	header .data .mv-sub{
		width: 70%;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 20%;
    }
	header a{
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 10;
		display: block;
		top: 0;
		left: 0;
	}
	
	.mv-txt-all{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	
	.mv-txt{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.mv-txt li{
		width: auto;
	}
	.mv-txt li img{
		height: 45px;
		margin: 0 3px;
	}
	
	/*read*/
	.read{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.read .txt{
		width: 100%;
		font-size: 21px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		color: #231815;
		margin: 0 0 4% 0;
	}
	.read .top-nav{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.read .top-nav li{
		width: 23%;
	}
	.read .top-nav li a{
		width: 100%;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.read .top-nav li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*door*/
	.door{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.door .title{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.door .title img{
		height: 120px;
		width: auto;
		display: block;
		margin: 0 auto;
	}
	.door .txt{
		width: 100%;
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2.2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		color: #231815;
	}
	
	/*item01*/
	.item01{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item01 .block01{
		width: 50%;
	}
	.item01 .block02{
		width: 45%;
	}
	.item01 .block01 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item01 .block02 .img{
		width: 100%;
		overflow: hidden;
	}
	.item01 .block01 .link-box{
		width: 60%;
		margin: 0 auto;
	}
	.item01 .block02 .num{
		width: 20%;
		margin: 30% 0 5% 0;
	}
	.item01 .block02 .num img{
		height: 80px;
	}
	.item01 .block02 .num02{
		width: 20%;
		margin: 30% 0 5% 80%;
		position: relative;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.item02 .block01{
		width: 100%;
	}
	.item02 .block01 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item02 .block02{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.item02 .block02 .num{
		width: 18%;
	}
	.item02 .block02 .num img{
		height: 80px;
	}
	.item02 .block02 .link-box{
		width: 60%;
	}
	
	/*item03*/
	.mgt{
		margin: 20% 0 0 0;
	}
	.item03{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item03 .block{
		width: 48%;
	}
	.item03 .block .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item03 .block .data{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.item03 .block .data .num{
		width: 18%;
	}
	.item03 .block .data .num img{
		height: 80px;
	}
	.item03 .block .data .link-box{
		width: 60%;
	}
	
	/*item04*/
	.item04{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 13% auto;
		position: relative;
	}
	.item04 .img{
		width: 70%;
		overflow: hidden;
		margin: 0 0 3% 0;
	}
	.item04 .num{
		width: 10%;
	}
	.item04 .num img{
		height: 80px;
	}
	.item04 .data{
		width: 40%;
		position: absolute;
		right: 0;
		top: 50%;
	}
	.item04 .data .img{
		width: 100%;
		overflow: hidden;
		margin: 0;
	}
	.item04 .data .btn{
		width: 250px;
		position: absolute;
		bottom: 0%;
		left: -300px;
	}
	
	/*item05*/
	.item05{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.item05 .img01{
		width: 55%;
		overflow: hidden;
		margin: 0 0 0 45%;
	}
	.item05 .num01{
		width: 10%;
		position: absolute;
		top: 0;
		right: 60%;
	}
	.item05 .num01 img{
		height: 80px;
	}
	.item05 .btn01{
		width: 250px;
		position: absolute;
		bottom: 0%;
		right: 60%;
	}
	.item05 .img02{
		width: 55%;
		overflow: hidden;
		margin: 0 0 0 0%;
	}
	.item05 .num02{
		width: 10%;
		position: absolute;
		top: 0;
		left: 60%;
	}
	.item05 .num02 img{
		height: 80px;
	}
	.item05 .btn02{
		width: 250px;
		position: absolute;
		bottom: 0%;
		left: 60%;
	}
	
	/*item06*/
	.item06{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.item06 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 3% 0;
	}
	.item06 .num{
		width: 10%;
	}
	.item06 .num img{
		height: 80px;
	}
	.item06 .btn{
		width: 250px;
		position: absolute;
		bottom: 0%;
		right: 0%;
	}
	
	
	/*link-btn*/
	.link-btn91{
		width: 100%;
		margin: 5% 0 0 0;
		display: block;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 10px 0;
		text-decoration: none;
		color: #fff;
		border: 1px solid #476681;
		background: #476681;
		transition: .3s;
		position: relative;
	}
	.link-btn91:hover{
		color: #476681;
		border: 1px solid #476681;
		background: #fff;
		transition: .3s;
	}
	.link-btn91 span{
		width: 15px;
		position: absolute;
		right: 20px;
		top: 7px;
		display: block;
	}
	
	.link-btn02{
		width: 100%;
		margin: 5% 0 0 0;
		display: block;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 10px 0;
		text-decoration: none;
		color: #fff;
		border: 1px solid #a7917a;
		background: #a7917a;
		transition: .3s;
		position: relative;
	}
	.link-btn02:hover{
		color: #a7917a;
		border: 1px solid #a7917a;
		background: #fff;
		transition: .3s;
	}
	.link-btn02 span{
		width: 15px;
		position: absolute;
		right: 20px;
		top: 7px;
		display: block;
	}
	
	.link-btn03{
		width: 100%;
		margin: 5% 0 0 0;
		display: block;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 10px 0;
		text-decoration: none;
		color: #fff;
		border: 1px solid #ce6971;
		background: #ce6971;
		transition: .3s;
		position: relative;
	}
	.link-btn03:hover{
		color: #ce6971;
		border: 1px solid #ce6971;
		background: #fff;
		transition: .3s;
	}
	.link-btn03 span{
		width: 15px;
		position: absolute;
		right: 20px;
		top: 7px;
		display: block;
	}
	
	.link-btn04{
		width: 100%;
		margin: 5% 0 0 0;
		display: block;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 10px 0;
		line-height: 2em;
		text-decoration: none;
		color: #fff;
		border: 1px solid #a7a885;
		background: #a7a885;
		transition: .3s;
		position: relative;
	}
	.link-btn04:hover{
		color: #a7a885;
		border: 1px solid #a7a885;
		background: #fff;
		transition: .3s;
	}
	.link-btn04 span{
		width: 15px;
		position: absolute;
		right: 20px;
		bottom: 15px;
		display: block;
	}
	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 3% 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 #eee;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li:last-child{
		width: 30%;
		margin: 10% auto 0 auto;
	}
	.f-banner-list li:last-child a{
		width: 100%;
		display: block;
		border: none;
		opacity: 1;
		transition: .3s;
	}
	.f-banner-list li:last-child a:hover{
		opacity: .6;
		transition: .3s;
	}
	
	
	
	/*anime----------------------------------------------------*/
	.hover-parent {
		width: 100%;
		position: relative;
		overflow: hidden;
    }
	.hover-parent a{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 99;
    }
    .hover-mask {
		width: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(255,255,255,0.6);
		opacity: 0;
		color: #fff;
		display: flex;
		align-items: center;
		text-align: center;
		padding: 0;
    }
	.hover-parent:hover .hover-mask {
		opacity: 1;
		transition:all 0.6s ease;
	}
	.hover-parent .bg-img{
		width: 100%;
		transition:.5s all;
    }
	.hover-parent:hover .bg-img{
		transform:scale(1.1,1.1);
  		transition:.5s all;
    }
	
	/*fade01*/
	.fade01 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in1;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.9s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade05 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade06 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade07 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade08 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade09 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.9s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade10 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade11 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3.3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade12 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade13 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade14 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3.9s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade15 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 4.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade16 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in1 {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(50px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-l {
		0% {
		  opacity: 0;
		  transform: translateX(-50px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(50px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		width: 100%;
		background: #fff;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 5% 0 3% 0;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '';
		background: url("../img/icon02.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	
	/*cart-btm*/
	.link-line{
		width: 100%;
		height: 1px;
		margin: 3% 0;
		background: #ababac;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		width: 120px!important;
		padding: 5px 0 5px 0;
		background: #c4b89b;
		border: 1px solid #c4b89b;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 5px;
		line-height: 1.5em;
		letter-spacing: 0px;
	}
	.cart-btm:hover .btn00 {
	  background: #fff;
	  border-color: #c4b89b;
	  color: #c4b89b;
	}
	
	.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);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*note pc/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .sp-on{
		display: none !important;
	}
    .pad-on{
		display: none !important;
	}
	
	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 90px;
		right: 10px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 90px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.side-nav-in li{
		width: 100%;
		margin: 0 auto 10px auto;
		transition: .3s;
	}
	
    /*cart-01*/
	.cart-line{
		height: 1px;
		width: 100%;
		background: #ebebeb;
	}
    .cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		transition: .3s;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
    .cart-title{
		font-size: 21px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
	.cart-title02{
		font-size: 16px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        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;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 9px;
		letter-spacing: 2px;
		position: relative;
		top: 1px;
		margin: 0 0 0 5px;
	}
    .cart-yen02{
		font-size: 14px;
        width: 100%;
        display: flex;
        align-items: center;
        white-space: nowrap;
	}
	.cart-yen02 span{
		font-size: 9px;
		letter-spacing: 2px;
		position: relative;
		top: 1px;
		margin: 0 0 0 5px;
	}
	
    
    /*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: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
	.l-icon02::after{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
    .s-icon02::after{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
	
	
	/*header----------------------------------------------------*/
    header {
		width: 100%;
        position: relative;
        background: #F9F5F1;
		display: flex;
		margin: 0 0 4% 0;
    }
	header .photo{
		width: 50%;
    }
	header .data{
		width: 50%;
		position: relative;
    }
	header .mv-main{
		width: 70%;
		position: absolute;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: 40%;
		-webkit-transform: translateY(-40%);
		transform: translateY(-40%);
	}
	header .logo{
		width: 90px;
		position: absolute;
		top: 3%;
		right: 2%;
	}
	header .mv-main .mv-txt00{
		width: 30%;
		margin: 10% auto 0 auto;
	}
	header .data .mv-sub{
		width: 70%;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 20%;
    }
	header a{
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 10;
		display: block;
		top: 0;
		left: 0;
	}
	
	.mv-txt-all{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	
	.mv-txt{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.mv-txt li{
		width: auto;
	}
	.mv-txt li img{
		height: 30px;
		margin: 0 3px;
	}
	
	/*read*/
	.read{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.read .txt{
		width: 100%;
		font-size: 21px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		color: #231815;
		margin: 0 0 4% 0;
	}
	.read .top-nav{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.read .top-nav li{
		width: 23%;
	}
	.read .top-nav li a{
		width: 100%;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.read .top-nav li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*door*/
	.door{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.door .title{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.door .title img{
		height: 120px;
		width: auto;
		display: block;
		margin: 0 auto;
	}
	.door .txt{
		width: 100%;
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2.2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		color: #231815;
	}
	
	/*item01*/
	.item01{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item01 .block01{
		width: 50%;
	}
	.item01 .block02{
		width: 45%;
	}
	.item01 .block01 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item01 .block02 .img{
		width: 100%;
		overflow: hidden;
	}
	.item01 .block01 .link-box{
		width: 60%;
		margin: 0 auto;
	}
	.item01 .block02 .num{
		width: 20%;
		margin: 30% 0 5% 0;
	}
	.item01 .block02 .num img{
		height: 80px;
	}
	.item01 .block02 .num02{
		width: 20%;
		margin: 30% 0 5% 80%;
		position: relative;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.item02 .block01{
		width: 100%;
	}
	.item02 .block01 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item02 .block02{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.item02 .block02 .num{
		width: 18%;
	}
	.item02 .block02 .num img{
		height: 80px;
	}
	.item02 .block02 .link-box{
		width: 60%;
	}
	
	/*item03*/
	.mgt{
		margin: 20% 0 0 0;
	}
	.item03{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item03 .block{
		width: 48%;
	}
	.item03 .block .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item03 .block .data{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.item03 .block .data .num{
		width: 18%;
	}
	.item03 .block .data .num img{
		height: 80px;
	}
	.item03 .block .data .link-box{
		width: 60%;
	}
	
	/*item04*/
	.item04{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 13% auto;
		position: relative;
	}
	.item04 .img{
		width: 70%;
		overflow: hidden;
		margin: 0 0 3% 0;
	}
	.item04 .num{
		width: 10%;
	}
	.item04 .num img{
		height: 80px;
	}
	.item04 .data{
		width: 40%;
		position: absolute;
		right: 0;
		top: 50%;
	}
	.item04 .data .img{
		width: 100%;
		overflow: hidden;
		margin: 0;
	}
	.item04 .data .btn{
		width: 250px;
		position: absolute;
		bottom: 0%;
		left: -300px;
	}
	
	/*item05*/
	.item05{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.item05 .img01{
		width: 55%;
		overflow: hidden;
		margin: 0 0 0 45%;
	}
	.item05 .num01{
		width: 10%;
		position: absolute;
		top: 0;
		right: 60%;
	}
	.item05 .num01 img{
		height: 80px;
	}
	.item05 .btn01{
		width: 250px;
		position: absolute;
		bottom: 0%;
		right: 60%;
	}
	.item05 .img02{
		width: 55%;
		overflow: hidden;
		margin: 0 0 0 0%;
	}
	.item05 .num02{
		width: 10%;
		position: absolute;
		top: 0;
		left: 60%;
	}
	.item05 .num02 img{
		height: 80px;
	}
	.item05 .btn02{
		width: 250px;
		position: absolute;
		bottom: 0%;
		left: 60%;
	}
	
	/*item06*/
	.item06{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.item06 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 3% 0;
	}
	.item06 .num{
		width: 10%;
	}
	.item06 .num img{
		height: 80px;
	}
	.item06 .btn{
		width: 250px;
		position: absolute;
		bottom: 0%;
		right: 0%;
	}
	
	
	/*link-btn*/
	.link-btn91{
		width: 100%;
		margin: 5% 0 0 0;
		display: block;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 10px 0;
		text-decoration: none;
		color: #fff;
		border: 1px solid #476681;
		background: #476681;
		transition: .3s;
		position: relative;
	}
	.link-btn91:hover{
		color: #476681;
		border: 1px solid #476681;
		background: #fff;
		transition: .3s;
	}
	.link-btn91 span{
		width: 15px;
		position: absolute;
		right: 20px;
		top: 7px;
		display: block;
	}
	
	.link-btn02{
		width: 100%;
		margin: 5% 0 0 0;
		display: block;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 10px 0;
		text-decoration: none;
		color: #fff;
		border: 1px solid #a7917a;
		background: #a7917a;
		transition: .3s;
		position: relative;
	}
	.link-btn02:hover{
		color: #a7917a;
		border: 1px solid #a7917a;
		background: #fff;
		transition: .3s;
	}
	.link-btn02 span{
		width: 15px;
		position: absolute;
		right: 20px;
		top: 7px;
		display: block;
	}
	
	.link-btn03{
		width: 100%;
		margin: 5% 0 0 0;
		display: block;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 10px 0;
		text-decoration: none;
		color: #fff;
		border: 1px solid #ce6971;
		background: #ce6971;
		transition: .3s;
		position: relative;
	}
	.link-btn03:hover{
		color: #ce6971;
		border: 1px solid #ce6971;
		background: #fff;
		transition: .3s;
	}
	.link-btn03 span{
		width: 15px;
		position: absolute;
		right: 20px;
		top: 7px;
		display: block;
	}
	
	.link-btn04{
		width: 100%;
		margin: 5% 0 0 0;
		display: block;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 10px 0;
		line-height: 2em;
		text-decoration: none;
		color: #fff;
		border: 1px solid #a7a885;
		background: #a7a885;
		transition: .3s;
		position: relative;
	}
	.link-btn04:hover{
		color: #a7a885;
		border: 1px solid #a7a885;
		background: #fff;
		transition: .3s;
	}
	.link-btn04 span{
		width: 15px;
		position: absolute;
		right: 20px;
		bottom: 15px;
		display: block;
	}
	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 3% 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 #eee;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li:last-child{
		width: 30%;
		margin: 10% auto 0 auto;
	}
	.f-banner-list li:last-child a{
		width: 100%;
		display: block;
		border: none;
		opacity: 1;
		transition: .3s;
	}
	.f-banner-list li:last-child a:hover{
		opacity: .6;
		transition: .3s;
	}
	
	
	
	/*anime----------------------------------------------------*/
	.hover-parent {
		width: 100%;
		position: relative;
		overflow: hidden;
    }
	.hover-parent a{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 99;
    }
    .hover-mask {
		width: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(255,255,255,0.6);
		opacity: 0;
		color: #fff;
		display: flex;
		align-items: center;
		text-align: center;
		padding: 0;
    }
	.hover-parent:hover .hover-mask {
		opacity: 1;
		transition:all 0.6s ease;
	}
	.hover-parent .bg-img{
		width: 100%;
		transition:.5s all;
    }
	.hover-parent:hover .bg-img{
		transform:scale(1.1,1.1);
  		transition:.5s all;
    }
	
	/*fade01*/
	.fade01 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in1;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.9s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade05 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade06 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade07 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade08 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade09 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.9s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade10 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade11 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3.3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade12 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade13 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade14 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3.9s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade15 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 4.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade16 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in1 {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(50px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-l {
		0% {
		  opacity: 0;
		  transform: translateX(-50px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(50px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		width: 100%;
		background: #fff;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 5% 0 3% 0;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '';
		background: url("../img/icon02.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	
	
	/*cart-btm*/
	.link-line{
		width: 100%;
		height: 1px;
		margin: 3% 0;
		background: #ababac;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		width: 120px!important;
		padding: 5px 0 5px 0;
		background: #c4b89b;
		border: 1px solid #c4b89b;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 5px;
		line-height: 1.5em;
		letter-spacing: 0px;
	}
	.cart-btm:hover .btn00 {
	  background: #fff;
	  border-color: #c4b89b;
	  color: #c4b89b;
	}
	
	.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);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*pad/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media screen and (min-width: 765px) and (max-width: 1024px) {
    .sp-on{
		display: none !important;
	}
    .pad-off{
		display: none !important;
	}
    
	/*sid-nav*/
    .side-nav{
		display: none;
	}
	.side-nav-in{
		display: none;
	}
	.side-nav-in li{
		display: none;
	}
	
    /*cart-01*/
	.cart-line{
		height: 1px;
		width: 100%;
		background: #ebebeb;
	}
    .cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		transition: .3s;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
    .cart-title{
		font-size: 21px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
	.cart-title02{
		font-size: 16px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        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;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 9px;
		letter-spacing: 2px;
		position: relative;
		top: 1px;
		margin: 0 0 0 5px;
	}
    .cart-yen02{
		font-size: 14px;
        width: 100%;
        display: flex;
        align-items: center;
        white-space: nowrap;
	}
	.cart-yen02 span{
		font-size: 9px;
		letter-spacing: 2px;
		position: relative;
		top: 1px;
		margin: 0 0 0 5px;
	}
	
    
    /*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: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
	.l-icon02::after{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
    .s-icon02::after{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
	
	
	/*header----------------------------------------------------*/
    header {
		width: 100%;
        position: relative;
        background: #F9F5F1;
		display: flex;
		margin: 0 0 4% 0;
    }
	header .photo{
		width: 50%;
    }
	header .data{
		width: 50%;
		position: relative;
    }
	header .mv-main{
		width: 70%;
		position: absolute;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: 40%;
		-webkit-transform: translateY(-40%);
		transform: translateY(-40%);
	}
	header .logo{
		width: 60px;
		position: absolute;
		top: 3%;
		right: 2%;
	}
	header .mv-main .mv-txt00{
		width: 30%;
		margin: 10% auto 0 auto;
	}
	header .data .mv-sub{
		width: 70%;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 20%;
    }
	header a{
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 10;
		display: block;
		top: 0;
		left: 0;
	}
	
	.mv-txt-all{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	
	.mv-txt{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.mv-txt li{
		width: auto;
	}
	.mv-txt li img{
		height: 20px;
		margin: 0 1px;
	}
	
	/*read*/
	.read{
		width: 90%;
		margin: 0 auto 5% auto;
	}
	.read .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		color: #231815;
		margin: 0 0 4% 0;
	}
	.read .top-nav{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.read .top-nav li{
		width: 24%;
	}
	.read .top-nav li a{
		width: 100%;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.read .top-nav li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*door*/
	.door{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.door .title{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.door .title img{
		height: 70px;
		width: auto;
		display: block;
		margin: 0 auto;
	}
	.door .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2.2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		color: #231815;
	}
	
	/*item01*/
	.item01{
		width: 95%;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item01 .block01{
		width: 50%;
	}
	.item01 .block02{
		width: 45%;
	}
	.item01 .block01 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item01 .block02 .img{
		width: 100%;
		overflow: hidden;
	}
	.item01 .block01 .link-box{
		width: 90%;
		margin: 0 auto;
	}
	.item01 .block02 .num{
		width: 20%;
		margin: 30% 0 5% 0;
	}
	.item01 .block02 .num img{
		height: 50px;
	}
	.item01 .block02 .num02{
		width: 20%;
		margin: 30% 0 5% 80%;
		position: relative;
	}
	
	/*item02*/
	.item02{
		width: 60%;
		margin: 0 auto 5% auto;
	}
	.item02 .block01{
		width: 100%;
	}
	.item02 .block01 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item02 .block02{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.item02 .block02 .num{
		width: 18%;
	}
	.item02 .block02 .num img{
		height: 50px;
	}
	.item02 .block02 .link-box{
		width: 70%;
	}
	
	/*item03*/
	.mgt{
		margin: 20% 0 0 0;
	}
	.item03{
		width: 95%;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item03 .block{
		width: 48%;
	}
	.item03 .block .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item03 .block .data{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.item03 .block .data .num{
		width: 18%;
	}
	.item03 .block .data .num img{
		height: 50px;
	}
	.item03 .block .data .link-box{
		width: 70%;
	}
	
	/*item04*/
	.item04{
		width: 95%;
		margin: 0 auto 15% auto;
		position: relative;
	}
	.item04 .img{
		width: 70%;
		overflow: hidden;
		margin: 0 0 3% 0;
	}
	.item04 .num{
		width: 10%;
	}
	.item04 .num img{
		height: 50px;
	}
	.item04 .data{
		width: 40%;
		position: absolute;
		right: 0;
		top: 50%;
	}
	.item04 .data .img{
		width: 100%;
		overflow: hidden;
		margin: 0;
	}
	.item04 .data .btn{
		width: 200px;
		position: absolute;
		bottom: 0%;
		left: -250px;
	}
	
	/*item05*/
	.item05{
		width: 95%;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.item05 .img01{
		width: 65%;
		overflow: hidden;
		margin: 0 0 0 35%;
	}
	.item05 .num01{
		width: 10%;
		position: absolute;
		top: 0;
		right: 70%;
	}
	.item05 .num01 img{
		height: 50px;
	}
	.item05 .btn01{
		width: 200px;
		position: absolute;
		bottom: 0%;
		right: 70%;
	}
	.item05 .img02{
		width: 55%;
		overflow: hidden;
		margin: 0 0 0 0%;
	}
	.item05 .num02{
		width: 10%;
		position: absolute;
		top: 0;
		left: 60%;
	}
	.item05 .num02 img{
		height: 50px;
	}
	.item05 .btn02{
		width: 200px;
		position: absolute;
		bottom: 0%;
		left: 60%;
	}
	
	/*item06*/
	.item06{
		width: 95%;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.item06 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 7% 0;
	}
	.item06 .num{
		width: 10%;
	}
	.item06 .num img{
		height: 50px;
	}
	.item06 .btn{
		width: 240px;
		position: absolute;
		bottom: 0%;
		right: 0%;
	}
	
	
	/*link-btn*/
	.link-btn91{
		width: 100%;
		margin: 5% 0 0 0;
		display: block;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 10px 0;
		text-decoration: none;
		color: #fff;
		border: 1px solid #476681;
		background: #476681;
		transition: .3s;
		position: relative;
	}
	.link-btn91:hover{
		color: #476681;
		border: 1px solid #476681;
		background: #fff;
		transition: .3s;
	}
	.link-btn91 span{
		width: 15px;
		position: absolute;
		right: 20px;
		top: 7px;
		display: block;
	}
	
	.link-btn02{
		width: 100%;
		margin: 5% 0 0 0;
		display: block;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 10px 0;
		text-decoration: none;
		color: #fff;
		border: 1px solid #a7917a;
		background: #a7917a;
		transition: .3s;
		position: relative;
	}
	.link-btn02:hover{
		color: #a7917a;
		border: 1px solid #a7917a;
		background: #fff;
		transition: .3s;
	}
	.link-btn02 span{
		width: 15px;
		position: absolute;
		right: 20px;
		top: 7px;
		display: block;
	}
	
	.link-btn03{
		width: 100%;
		margin: 5% 0 0 0;
		display: block;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 10px 0;
		text-decoration: none;
		color: #fff;
		border: 1px solid #ce6971;
		background: #ce6971;
		transition: .3s;
		position: relative;
	}
	.link-btn03:hover{
		color: #ce6971;
		border: 1px solid #ce6971;
		background: #fff;
		transition: .3s;
	}
	.link-btn03 span{
		width: 15px;
		position: absolute;
		right: 20px;
		top: 7px;
		display: block;
	}
	
	.link-btn04{
		width: 100%;
		margin: 5% 0 0 0;
		display: block;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 10px 0;
		line-height: 2em;
		text-decoration: none;
		color: #fff;
		border: 1px solid #a7a885;
		background: #a7a885;
		transition: .3s;
		position: relative;
	}
	.link-btn04:hover{
		color: #a7a885;
		border: 1px solid #a7a885;
		background: #fff;
		transition: .3s;
	}
	.link-btn04 span{
		width: 15px;
		position: absolute;
		right: 20px;
		bottom: 15px;
		display: block;
	}
	
	/*f-banner*/
	.f-banner{
		width: 60%;
		margin: 0 auto 3% 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 #eee;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li:last-child{
		width: 30%;
		margin: 10% auto 0 auto;
	}
	.f-banner-list li:last-child a{
		width: 100%;
		display: block;
		border: none;
		opacity: 1;
		transition: .3s;
	}
	.f-banner-list li:last-child a:hover{
		opacity: .6;
		transition: .3s;
	}
	
	
	
	/*anime----------------------------------------------------*/
	.hover-parent {
		width: 100%;
		position: relative;
		overflow: hidden;
    }
	.hover-parent a{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 99;
    }
    .hover-mask {
		width: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(255,255,255,0.6);
		opacity: 0;
		color: #fff;
		display: flex;
		align-items: center;
		text-align: center;
		padding: 0;
    }
	.hover-parent:hover .hover-mask {
		opacity: 1;
		transition:all 0.6s ease;
	}
	.hover-parent .bg-img{
		width: 100%;
		transition:.5s all;
    }
	.hover-parent:hover .bg-img{
		transform:scale(1.1,1.1);
  		transition:.5s all;
    }
	
	/*fade01*/
	.fade01 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in1;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.9s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade05 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade06 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade07 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade08 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade09 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.9s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade10 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade11 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3.3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade12 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade13 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade14 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3.9s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade15 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 4.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade16 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in1 {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(50px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-l {
		0% {
		  opacity: 0;
		  transform: translateX(-50px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(50px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		width: 100%;
		background: #fff;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 5% 0 3% 0;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '';
		background: url("../img/icon02.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	
	
	/*cart-btm*/
	.link-line{
		width: 100%;
		height: 1px;
		margin: 3% 0;
		background: #ababac;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		width: 120px!important;
		padding: 5px 0 5px 0;
		background: #c4b89b;
		border: 1px solid #c4b89b;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 5px;
		line-height: 1.5em;
		letter-spacing: 0px;
	}
	.cart-btm:hover .btn00 {
	  background: #fff;
	  border-color: #c4b89b;
	  color: #c4b89b;
	}
	
	.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);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* for iphone ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

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

	/*sid-nav*/
    .side-nav{
		display: none;
	}
	.side-nav-in{
		display: none;
	}
	.side-nav-in li{
		display: none;
	}
	
    /*cart-01*/
	.cart-line{
		height: 1px;
		width: 100%;
		background: #ebebeb;
	}
    .cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		transition: .3s;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
    .cart-title{
		font-size: 16px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
	.cart-title02{
		font-size: 15px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        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;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 9px;
		letter-spacing: 2px;
		position: relative;
		top: 1px;
		margin: 0 0 0 5px;
	}
    .cart-yen02{
		font-size: 14px;
        width: 100%;
        display: flex;
        align-items: center;
        white-space: nowrap;
	}
	.cart-yen02 span{
		font-size: 9px;
		letter-spacing: 2px;
		position: relative;
		top: 1px;
		margin: 0 0 0 5px;
	}
	
    
    /*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 30% 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: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
	.l-icon02::after{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
    .s-icon02::after{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
	
	
	/*header----------------------------------------------------*/
    header {
		width: 100%;
        position: relative;
        background: #F9F5F1;
		padding: 0 0 3% 0;
    }
	header .photo{
		width: 100%;
		margin: 0 0 7% 0;
    }
	header .data{
		width: 90%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
    }
	header .mv-main{
		width: 100%;
	}
	header .logo{
		width: 60px;
		position: absolute;
		top: 3%;
		left: 4%;
		z-index: 10;
	}
	header .mv-main .mv-txt00{
		width: 40%;
		margin: 7% auto 0 auto;
	}
	header .mv-sub{
		width: 80%;
		margin: 0 0 0 5%;
    }
	header a{
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 10;
		display: block;
		top: 0;
		left: 0;
	}
	
	.mv-txt-all{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	
	.mv-txt{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.mv-txt li{
		width: auto;
	}
	.mv-txt li img{
		height: 25px;
		margin: 0 1px;
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.read .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: left;
		color: #231815;
        background: #F9F5F1;
		margin: 0 0 13% 0;
		padding: 5% 5% 10% 5%;
		box-sizing: border-box;
	}
	.read .top-nav{
		width: 90%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	.read .top-nav li{
		width: 48%;
		margin: 0 0 3% 0;
	}
	.read .top-nav li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.read .top-nav li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*door*/
	.door{
		width: 90%;
		margin: 0 auto 10% auto;
	}
	.door .title{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.door .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		color: #231815;
		margin: 0 auto;
	}
	
	/*item01*/
	.item01{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.item01 .block01{
		width: 100%;
	}
	.item01 .block02{
		width: 100%;
		margin: 0 0 5% 0;
		position: relative;
	}
	.item01 .block01 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item01 .block02 .img{
		width: 70%;
		overflow: hidden;
		margin: 0 0 0 30%;
	}
	.item01 .block01 .link-box{
		width: 90%;
		margin: 0 auto;
	}
	.item01 .block02 .num{
		width: 20%;
		position: absolute;
		top: 0;
		left: 5%;
	}
	.item01 .block02 .num img{
		height: 45px;
	}
	.item01 .block02 .num02{
		width: 20%;
		position: absolute;
		top: 0;
		left: 5%;
	}
	.item01 .block02 .num02 img{
		height: 45px;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.item02 .block01{
		width: 100%;
	}
	.item02 .block01 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item02 .block02{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item02 .block02 .num{
		width: 18%;
		position: absolute;
		top: 3%;
		left: 5%;
	}
	.item02 .block02 .num img{
		height: 45px;
	}
	.item02 .block02 .link-box{
		width: 100%;
	}
	
	/*item03*/
	.mgt{
		margin: 10% 0 0 0;
	}
	.item03{
		width: 100%;
		position: relative;
		margin: 0 auto 15% auto;
	}
	.item03 .block{
		width: 100%;
		position: relative;
	}
	.item03 .block .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item03 .block .data{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item03 .block .data .num{
		width: 18%;
		position: absolute;
		top: 3%;
		left: 5%;
	}
	.item03 .block .data .num img{
		height: 45px;
	}
	.item03 .block .data .link-box{
		width: 100%;
	}
	
	/*item04*/
	.item04{
		width: 100%;
		margin: 0 auto 15% auto;
		position: relative;
	}
	.item04 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item04 .num{
		width: 15%;
		position: absolute;
		left: 5%;
		top: 50%;
	}
	.item04 .num img{
		height: 45px;
	}
	.item04 .data{
		width: 100%;
	}
	.item04 .data .img{
		width: 70%;
		overflow: hidden;
		margin: 0 0 0 30%;
	}
	.item04 .data .btn{
		width: 90%;
		margin: 0 auto;
	}
	
	/*item05*/
	.item05{
		width: 100%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.item05 .img01{
		width: 70%;
		overflow: hidden;
		margin: 0 0 0 30%;
	}
	.item05 .num01{
		width: 10%;
		position: absolute;
		top: 0;
		left: 5%;
	}
	.item05 .num01 img{
		height: 45px;
	}
	.item05 .btn01{
		width: 90%;
		margin: 0 auto;
	}
	.item05 .img02{
		width: 70%;
		overflow: hidden;
		margin: 0 0 0 0%;
	}
	.item05 .num02{
		width: 15%;
		position: absolute;
		top: 0;
		right: 5%;
	}
	.item05 .num02 img{
		height: 45px;
	}
	.item05 .btn02{
		width: 90%;
		margin: 0 auto;
	}
	
	/*item06*/
	.item06{
		width: 100%;
		margin: 0 auto 15% auto;
		position: relative;
	}
	.item06 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 7% 0;
	}
	.item06 .num{
		width: 10%;
		margin: 0 0 0 5%;
	}
	.item06 .num img{
		height: 45px;
	}
	.item06 .btn{
		width: 65%;
		position: absolute;
		bottom: -5%;
		right: 5%;
	}
	
	
	/*link-btn*/
	.link-btn91{
		width: 100%;
		margin: 5% 0 0 0;
		display: block;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 10px 0;
		text-decoration: none;
		color: #fff;
		border: 1px solid #476681;
		background: #476681;
		transition: .3s;
		position: relative;
	}
	.link-btn91:hover{
		color: #476681;
		border: 1px solid #476681;
		background: #fff;
		transition: .3s;
	}
	.link-btn91 span{
		width: 15px;
		position: absolute;
		right: 20px;
		top: 7px;
		display: block;
	}
	
	.link-btn02{
		width: 100%;
		margin: 5% 0 0 0;
		display: block;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 10px 0;
		text-decoration: none;
		color: #fff;
		border: 1px solid #a7917a;
		background: #a7917a;
		transition: .3s;
		position: relative;
	}
	.link-btn02:hover{
		color: #a7917a;
		border: 1px solid #a7917a;
		background: #fff;
		transition: .3s;
	}
	.link-btn02 span{
		width: 15px;
		position: absolute;
		right: 20px;
		top: 7px;
		display: block;
	}
	
	.link-btn03{
		width: 100%;
		margin: 5% 0 0 0;
		display: block;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 10px 0;
		text-decoration: none;
		color: #fff;
		border: 1px solid #ce6971;
		background: #ce6971;
		transition: .3s;
		position: relative;
	}
	.link-btn03:hover{
		color: #ce6971;
		border: 1px solid #ce6971;
		background: #fff;
		transition: .3s;
	}
	.link-btn03 span{
		width: 15px;
		position: absolute;
		right: 20px;
		top: 7px;
		display: block;
	}
	
	.link-btn04{
		width: 100%;
		margin: 5% 0 0 0;
		display: block;
		text-align: center;
		font-size: 12px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 10px 0;
		line-height: 1.8em;
		text-decoration: none;
		color: #fff;
		border: 1px solid #a7a885;
		background: #a7a885;
		transition: .3s;
		position: relative;
	}
	.link-btn04:hover{
		color: #a7a885;
		border: 1px solid #a7a885;
		background: #fff;
		transition: .3s;
	}
	.link-btn04 span{
		width: 15px;
		position: absolute;
		right: 10px;
		bottom: 14px;
		display: block;
	}
	
	/*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 #eee;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li:last-child{
		width: 45%;
		margin: 10% auto 0 auto;
	}
	.f-banner-list li:last-child a{
		width: 100%;
		display: block;
		border: none;
		opacity: 1;
		transition: .3s;
	}
	.f-banner-list li:last-child a:hover{
		opacity: .6;
		transition: .3s;
	}
	
	
	
	/*anime----------------------------------------------------*/
	.hover-parent {
		width: 100%;
		position: relative;
		overflow: hidden;
    }
	.hover-parent a{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 99;
    }
    .hover-mask {
		width: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(255,255,255,0.6);
		opacity: 0;
		color: #fff;
		display: flex;
		align-items: center;
		text-align: center;
		padding: 0;
    }
	.hover-parent:hover .hover-mask {
		opacity: 1;
		transition:all 0.6s ease;
	}
	.hover-parent .bg-img{
		width: 100%;
		transition:.5s all;
    }
	.hover-parent:hover .bg-img{
		transform:scale(1.1,1.1);
  		transition:.5s all;
    }
	
	/*fade01*/
	.fade01 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in1;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.9s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade05 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade06 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade07 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade08 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade09 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.9s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade10 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade11 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3.3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade12 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade13 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade14 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3.9s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade15 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 4.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade16 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in1 {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(50px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-l {
		0% {
		  opacity: 0;
		  transform: translateX(-50px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(50px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		width: 100%;
		background: #fff;
		color: #000;
		font-size: 12px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 5% 0 3% 0;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon01.svg") no-repeat;
		display: block;
		width: 15px;
		height: 15px;
		position: absolute;
		right: 15px;
		top: 12px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '';
		background: url("../img/icon02.svg") no-repeat;
		display: block;
		width: 15px;
		height: 15px;
		position: absolute;
		right: 15px;
		top: 12px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	.nav{
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: flex-start;
		position: fixed;
		z-index: 999;
		bottom: -1px;
	}
	.nav-sp{
		width: 100%;
		display: flex;
	}
	.nav-sp li{
		width: 25%;
	}
	
	
	/*cart-btm*/
	.link-line{
		width: 100%;
		height: 1px;
		margin: 3% 0;
		background: #ababac;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		width: 90px!important;
		padding: 5px 0 5px 0;
		background: #c4b89b;
		border: 1px solid #c4b89b;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 2px;
		line-height: 1.5em;
		letter-spacing: 0px;
	}
	.cart-btm:hover .btn00 {
	  background: #fff;
	  border-color: #c4b89b;
	  color: #c4b89b;
	}
	
	.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);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
}

