body {
    height: 100%;
    margin: 0;
    font-feature-settings: 'palt';
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
}

.mv-s{
	margin: 0!important;
	padding: 0!important;
	line-height: 0!important;
}
.video {
	position: relative;
	height: 0;
	padding: 0 0 56.25%;
	overflow: hidden;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*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: 15px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 110px;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
        text-align: center;
        font-size: 12px;
        color: #000;
        text-decoration: none;
        line-height: 2em;
		padding: 0px 0 25px;
	}
	.side-nav-in a:hover{
		opacity: .5;
		transition: .3s;
	}
	
    /*ani*/
    figure.snip1353 {
		position: relative;
		overflow: hidden;
		width: 100%;
		color: #000000;
		text-align: center;
	}
	figure.snip1353 * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	figure.snip1353 img {
		opacity: 1;
		width: 100%;
	}
	figure.snip1353:after,
	figure.snip1353:before {
		background: #000;
		width: 300%;
		height: 200%;
		position: absolute;
		content: '';
		opacity: 0.5;
		-webkit-transition: all 0.55s ease-in-out;
		transition: all 0.55s ease-in-out;
		z-index: 1;
	}
	figure.snip1353:after {
		top: 0;
		left: 0;
		-webkit-transform: skew(-40deg) translateX(-150%);
		transform: skew(-40deg) translateX(-150%);
	}
	figure.snip1353:before {
		right: 0;
		bottom: 0;
		-webkit-transform: skew(-40deg) translateX(150%);
		transform: skew(-40deg) translateX(150%);
	}
	figure.snip1353 figcaption {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 2;
	}
	figure.snip1353 h2,
	figure.snip1353 p {
		margin: 0;
		width: 100%;
		opacity: 0;
	}
	figure.snip1353 h2 {
		padding: 0 30px;
		font-weight: 400;
		text-transform: uppercase;
	}
	figure.snip1353 p {
		width: 90%;
		display: block;
		margin: 0 auto;
		text-align: left;
		font-size: 21px;
		color: #FFFFFF;
		line-height: 1.8em;
		font-weight: bold;
        letter-spacing: 2px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		text-align: center;
		font-weight: normal;
	}
	figure.snip1353 a {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute;
		z-index: 2;
	}
	figure.snip1353:hover img,
	figure.snip1353.hover img {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
	}
	figure.snip1353:hover:after,
	figure.snip1353.hover:after {
		-webkit-transform: skew(-45deg) translateX(-50%);
		transform: skew(-45deg) translateX(-50%);
	}
	figure.snip1353:hover:before,
	figure.snip1353.hover:before {
		-webkit-transform: skew(-45deg) translateX(50%);
		transform: skew(-45deg) translateX(50%);
	}
	figure.snip1353:hover figcaption h2,
	figure.snip1353.hover figcaption h2,
	figure.snip1353:hover figcaption p,
	figure.snip1353.hover figcaption p {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	figure.snip1353:hover figcaption h2,
	figure.snip1353.hover figcaption h2 {
		opacity: 1;
	}
	figure.snip1353:hover figcaption p,
	figure.snip1353.hover figcaption p {
		opacity: 0.7;
	}
	
	/*-----------------*/
	figure.snip1354 {
		position: relative;
		overflow: hidden;
		width: 100%;
		color: #000000;
		text-align: center;
	}
	figure.snip1354 * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	figure.snip1354 img {
		opacity: 1;
		width: 100%;
	}
	figure.snip1354:after,
	figure.snip1354:before {
		background: #fff;
		width: 300%;
		height: 200%;
		position: absolute;
		content: '';
		opacity: 0.5;
		-webkit-transition: all 0.55s ease-in-out;
		transition: all 0.55s ease-in-out;
		z-index: 1;
	}
	figure.snip1354:after {
		top: 0;
		left: 0;
		-webkit-transform: skew(-40deg) translateX(-150%);
		transform: skew(-40deg) translateX(-150%);
	}
	figure.snip1354:before {
		right: 0;
		bottom: 0;
		-webkit-transform: skew(-40deg) translateX(150%);
		transform: skew(-40deg) translateX(150%);
	}
	figure.snip1354 figcaption {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 2;
	}
	figure.snip1354 h2,
	figure.snip1354 p {
		margin: 0;
		width: 100%;
		opacity: 0;
	}
	figure.snip1354 h2 {
		padding: 0 30px;
		font-weight: 400;
		text-transform: uppercase;
	}
	figure.snip1354 p {
		width: 50%;
		display: block;
		margin: 0 auto;
	}
	figure.snip1354 a {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute;
		z-index: 2;
	}
	figure.snip1354:hover img,
	figure.snip1354.hover img {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
	}
	figure.snip1354:hover:after,
	figure.snip1354.hover:after {
		-webkit-transform: skew(-45deg) translateX(-50%);
		transform: skew(-45deg) translateX(-50%);
	}
	figure.snip1354:hover:before,
	figure.snip1354.hover:before {
		-webkit-transform: skew(-45deg) translateX(50%);
		transform: skew(-45deg) translateX(50%);
	}
	figure.snip1354:hover figcaption h2,
	figure.snip1354.hover figcaption h2,
	figure.snip1354:hover figcaption p,
	figure.snip1354.hover figcaption p {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	figure.snip1354:hover figcaption h2,
	figure.snip1354.hover figcaption h2 {
		opacity: 1;
	}
	figure.snip1354:hover figcaption p,
	figure.snip1354.hover figcaption p {
		opacity: 0.7;
	}
	
	
    /*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: 3% 0;
	}
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
		flex-wrap: wrap;
        margin: 3% 0;
	}
    .cart-title{
		font-size: 13px;
        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-title02{
		font-size: 13px;
        letter-spacing: 1px;
        width: 100%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title02 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: 13px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 10px;
		margin: 0 0 0 5px;
	}
	.cart-yen02{
		font-size: 14px;
        width: 50%;
        display: flex;
        align-items: center;
        white-space: nowrap;
	}
	.cart-yen02 span{
		font-size: 12px;
		margin: 0 0 0 5px;
	}
	
    .cart-yen span.more-btm{
		border: 1px solid #D9B7BF;
        box-sizing: border-box!important;
        background: #D9B7BF;
        color: #fff;
        font-size: 12px;
        margin: 0 0 0 10px;
        padding: 2px 0%!important;
        display: inline-block;
        width: 100px;
        text-align: center;
	}
	.cart-btm:hover .cart-yen span.more-btm{
		border: 1px solid #D9B7BF;
        box-sizing: border-box;
		color: #D9B7BF;	
		background: #fff;
		transition: 0.3s;
	}
    
    .cart-yen span.more-btm01{
		border: 1px solid #D9B7BF;
        box-sizing: border-box!important;
        background: #D9B7BF;
        color: #fff;
        font-size: 12px;
        margin: 0 0 0 10px;
        padding: 2px 0%!important;
        display: inline-block;
        width: 100px;
        text-align: center;
	}
	.cart-btm:hover .cart-yen span.more-btm01{
		border: 1px solid #D9B7BF;
        box-sizing: border-box;
		color: #D9B7BF;	
		background: #fff;
		transition: 0.3s;
	}
	
	.cart-yen span.more-btm02{
		border: 1px solid #C0CADE;
        box-sizing: border-box!important;
        background: #C0CADE;
        color: #fff;
        font-size: 12px;
        margin: 0 0 0 10px;
        padding: 2px 0%!important;
        display: inline-block;
        width: 100px;
        text-align: center;
	}
	.cart-btm:hover .cart-yen span.more-btm02{
		border: 1px solid #C0CADE;
        box-sizing: border-box;
		color: #C0CADE;	
		background: #fff;
		transition: 0.3s;
	}
	
	.cart-yen span.more-btm03{
		border: 1px solid #B6CCB4;
        box-sizing: border-box!important;
        background: #B6CCB4;
        color: #fff;
        font-size: 12px;
        margin: 0 0 0 10px;
        padding: 2px 0%!important;
        display: inline-block;
        width: 100px;
        text-align: center;
	}
	.cart-btm:hover .cart-yen span.more-btm03{
		border: 1px solid #B6CCB4;
        box-sizing: border-box;
		color: #B6CCB4;	
		background: #fff;
		transition: 0.3s;
	}
	
    
    /*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 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;
    }
	
	/*header----------------------------------------------------*/
    header {
		width: 100%;
		max-width: 2000px;
        position: relative;
		margin: 0 auto 3% auto;
    }
	header .mv{
		width: 100%;
		margin: 0 0 0 0%;
	}
	header .title{
		width: 40%;
		position: absolute;
		top: 30%;
		-webkit-transform: translateY(-30%); /* Safari用 */
		transform: translateY(-30%);
		right: 10%;
	}
	
	.mv-nav{
		width: 100%;
		position: absolute;
		bottom: 3%;
		left: 0;
		right: 0;
		margin: 0 auto;
		background: rgba(255,255,255,0.7);
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	.mv-nav .mv-nav-list{
		width: 100%;
		max-width: 1300px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.mv-nav .mv-nav-list li{
		width: 20%;
		border-left: 1px solid #fff;
		padding: 1% 0;
	}
	.mv-nav .mv-nav-list li:last-child{
		width: 20%;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	.mv-nav .mv-nav-list li a{
		width: 100%;
		display: block;
		opacity: 1;
		transition: .3s;
	}
	.mv-nav .mv-nav-list li a:hover{
		opacity: .5;
		transition: .3s;
	}
	
	/*read*/
	.read{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 3% auto;
	}
	.read .txt{
		width: 100%;
		text-align: center;
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2em;
		margin: 0 0 5% 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.read .txt span{
		width: 100%;
		text-align: center;
		font-size: 30px;
		letter-spacing: 5px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
	}
	.read .pro{
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 5% 5%;
		box-sizing: border-box;
	}
	.read .pro .txt-box{
		width: 55%;
		text-align: justify;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        position: relative;
	}
	.read .pro .txt-box .txt-in::before{
        content: url("../img/kakko01.svg");
        width: 8px;
        height: 30px;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: absolute;
        top: -10px;
		left: -20px;
    }
	.read .pro .txt-box .txt-in::after{
        content: url("../img/kakko02.svg");
        width: 8px;
        height: 30px;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
		display: inline-block;
        top: 10px;
		left: 10px;
    }
	.read .pro .data{
		width: 35%;
	}
	.read .pro .data .pro-img{
		width: 60%;
		margin: 0 auto 5% auto;
	}
	.read .pro .data .pro-img .name{
		width: 100%;
		margin: 5% auto 0 auto;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 16px;
		display: block;
		letter-spacing: 3px;
	}
	.read .pro .data .pro-txt .title{
		width: 100%;
		font-size: 13px;
		display: block;
		letter-spacing: 3px;
		margin: 0 0 2% 0;
	}
	.read .pro .data .pro-txt{
		width: 100%;
		text-align: justify;
		line-height: 2em;
		font-size: 13px;
		display: block;
		letter-spacing: 2px;
	}
	
	/*item-btn*/
	.item-btn{
		position: relative;
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item-btn .item-bg {
		position: absolute;
		top: -60%;
		width: 100%;
		z-index: -1;
		opacity: 0;
	}
	.item-btn .item-bg.active{
		animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes slideIn {
	  0% {
		transform: translateX(-100%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  40%,100% {
		opacity: 1;
	  }
	}
	
	.item-btn-box{
		width: 100%;
		max-width: 900px;
		margin: 0 auto;
	}
	.item-btn-list{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.item-btn-list li{
		width: 29%;
		margin: 0 2% 5% 2%;
	}
	.hover-parent .hover-box{
		width: 100%;
		height: 100%;
		overflow: hidden;
		border-top-right-radius: 20%;
		border-bottom-left-radius: 20%;
	}
	.hover-parent .hover-box .bg-img{
		width: 100%;
		transition:.5s all;
    }
	.hover-parent:hover .hover-box .bg-img{
		transform:scale(1.1,1.1);
  		transition:.5s all;
    }
	.hover-parent .txt .title{
		width: 100%;
		text-align: center;
		display: block;
		font-size: 14px;
		letter-spacing: 2px;
		margin: 0 0 1% 0;
	}
	.hover-parent .txt{
		margin: 4% 0 0 0;
		width: 100%;
		text-align: center;
		font-size: 18px;
		letter-spacing: 3px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.hover-parent .num{
		margin: 0% 0 4% 0;
		width: 100%;
	}
	
	
	/*top-item*/
	.top-item{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}
	.top-item .main-title{
		width: 100%;
		margin: 0 0 1% 0;
	}
	.top-item .icon{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.top-item .icon img{
		width: 25px;
		margin: 0 auto;
		display: block;
		animation-name: huwahuwa;
		animation-timing-function: ease-in-out;
		animation-iteration-count: infinite;
		animation-direction: alternate;
		animation-duration: 1s;
	}
	@keyframes huwahuwa {
		0% {
			transform: translate(0,0px);
		}
		100% {
			transform: translate(0,-5px)
		}
	}
	.top-item .img{
		width: 55%;
	}
	.top-item .data{
		width: 40%;
	}
	.top-item .data .title{
		width: 100%;
		font-size: 21px;
		letter-spacing: 2px;
		line-height: 1.5em;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.top-item .data .title .bottom{
		width: 100%;
		display: block;
		margin: 3% 0 0 0;
	}
	.top-item .data .pro-icon{
		width: 30%;
		display: block;
		margin: 0 0 5% 60%;
		opacity: 0;
	}
	.top-item .data .pro-icon.active{
		animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes slideIn {
	  0% {
		transform: translateY(10%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  60%,100% {
		opacity: 1;
	  }
	}
	.top-item .data .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.8em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
	}
	
	/*item-box*/
	.item-box{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item-box .img{
		width: 55%;
	}
	.item-box .data{
		width: 40%;
	}
	.item-box .data .common-title{
		width: 160px;
		margin: 0 auto 2% auto;
	}
	.common-line{
		width: 100%;
		height: 40px;
		position: relative;
		margin: 0 0 5% 0;
	}
	.scrolldown1{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 1px;
		height: 30px;
		background: #000;
		animation: pathmove 1.5s ease-in-out infinite;
		opacity:0;
		margin: 0 auto;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:30px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:40px;
		opacity: 0;
	  }
	}

	.item-box .data .title{
		width: 100%;
		font-size: 21px;
		letter-spacing: 2px;
		line-height: 1.5em;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	.item-box .data .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.8em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
	}
	
	.end-box{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 4% auto;
		padding: 0 0 3% 0;
		border-bottom: 1px solid #eee;
	}
	.end-box .txt{
		font-size: 11px;
		letter-spacing: 3px;
		line-height: 2.5em;
		text-align: center;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.f-btn-box{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 3% auto;
		position: relative;
	}
	.btn-list{
		width: 100%;
	}
	.btn-list li{
		width: 100%;
		position: relative;
	}
	.btn-list li:nth-child(2){
		width: 100%;
		position: relative;
		margin: 5% 0;
	}
	.btn-list li a{
		width: 100%;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.btn-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*cart-btm*/
	.link-line{
		width: 100%;
		height: 1px;
		margin: 5% 0;
		background: #ababac;
	}
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #75d1c4;
		border: 1px solid #75d1c4;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #75d1c4;
	  color: #75d1c4;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #3c3c3c;
		display: inline-block;
		text-align: center;
		color: #3c3c3c;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #3c3c3c;
	  border-color: #3c3c3c;
	  color: #fff;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #caa8cd;
		border: 1px solid #caa8cd;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #caa8cd;
	  color: #caa8cd;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #ff957a;
		border: 1px solid #ff957a;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #ff957a;
	  color: #ff957a;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #c9c45c;
		border: 1px solid #c9c45c;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #c9c45c;
	  color: #c9c45c;
	}
	
	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #72abd8;
		border: 1px solid #72abd8;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn06 {
	  background: #fff;
	  border-color: #72abd8;
	  color: #72abd8;
	}
	
	.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;
	}
	/*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 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in1 {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	.fade02 {
		animation-name: fade-in2;
		animation-duration: 4s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	.fade03 {
		animation-name: fade-in3;
		animation-duration: 5s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in3 {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
		transform : translate(0, 0);
		transition : all 1s;
	}
	.fadein-up.active{
		animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: .5s;
	}
	@keyframes fadeIn {
	  0% {
		opacity: 0;
	  }
	  100% {
		opacity: 1;
	  }
	}
	
	.fadein-left {
		opacity : 0;
		transform : translate(-50px, 0);
		transition : all 1s;
		transition-delay: 0s;
	}
	.fadein-left.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	.fadein-right {
		opacity : 0;
		transform : translate(50px, 0);
		transition : all 1s;
		transition-delay: 0s;
	}
	.fadein-right.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	
	.btm-btn{
		width: 100%;
		display: block;
		margin: 5% 0 0 0;
		border: 1px solid #D9B7BF;
		box-sizing: border-box!important;
		background: #D9B7BF;
		color: #fff;
		font-size: 13px;
		padding: 10px 0%!important;
		text-align: center;
		text-decoration: none;
		transition: .3s;
	}
	.btm-btn:hover{
		width: 100%;
		transition: .3s;
		color: #D9B7BF;
		background: #fff;
		border: 1px solid #D9B7BF;
	}
	
	.f-banner{
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		display: block;
	}
	
	
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*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: 15px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 110px;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
        text-align: center;
        font-size: 12px;
        color: #000;
        text-decoration: none;
        line-height: 2em;
		padding: 0px 0 25px;
	}
	.side-nav-in a:hover{
		opacity: .5;
		transition: .3s;
	}
	
    /*ani*/
    figure.snip1353 {
		position: relative;
		overflow: hidden;
		width: 100%;
		color: #000000;
		text-align: center;
	}
	figure.snip1353 * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	figure.snip1353 img {
		opacity: 1;
		width: 100%;
	}
	figure.snip1353:after,
	figure.snip1353:before {
		background: #000;
		width: 300%;
		height: 200%;
		position: absolute;
		content: '';
		opacity: 0.5;
		-webkit-transition: all 0.55s ease-in-out;
		transition: all 0.55s ease-in-out;
		z-index: 1;
	}
	figure.snip1353:after {
		top: 0;
		left: 0;
		-webkit-transform: skew(-40deg) translateX(-150%);
		transform: skew(-40deg) translateX(-150%);
	}
	figure.snip1353:before {
		right: 0;
		bottom: 0;
		-webkit-transform: skew(-40deg) translateX(150%);
		transform: skew(-40deg) translateX(150%);
	}
	figure.snip1353 figcaption {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 2;
	}
	figure.snip1353 h2,
	figure.snip1353 p {
		margin: 0;
		width: 100%;
		opacity: 0;
	}
	figure.snip1353 h2 {
		padding: 0 30px;
		font-weight: 400;
		text-transform: uppercase;
	}
	figure.snip1353 p {
		width: 90%;
		display: block;
		margin: 0 auto;
		text-align: left;
		font-size: 21px;
		color: #FFFFFF;
		line-height: 1.8em;
		font-weight: bold;
        letter-spacing: 2px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		text-align: center;
		font-weight: normal;
	}
	figure.snip1353 a {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute;
		z-index: 2;
	}
	figure.snip1353:hover img,
	figure.snip1353.hover img {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
	}
	figure.snip1353:hover:after,
	figure.snip1353.hover:after {
		-webkit-transform: skew(-45deg) translateX(-50%);
		transform: skew(-45deg) translateX(-50%);
	}
	figure.snip1353:hover:before,
	figure.snip1353.hover:before {
		-webkit-transform: skew(-45deg) translateX(50%);
		transform: skew(-45deg) translateX(50%);
	}
	figure.snip1353:hover figcaption h2,
	figure.snip1353.hover figcaption h2,
	figure.snip1353:hover figcaption p,
	figure.snip1353.hover figcaption p {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	figure.snip1353:hover figcaption h2,
	figure.snip1353.hover figcaption h2 {
		opacity: 1;
	}
	figure.snip1353:hover figcaption p,
	figure.snip1353.hover figcaption p {
		opacity: 0.7;
	}
	
	/*-----------------*/
	figure.snip1354 {
		position: relative;
		overflow: hidden;
		width: 100%;
		color: #000000;
		text-align: center;
	}
	figure.snip1354 * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	figure.snip1354 img {
		opacity: 1;
		width: 100%;
	}
	figure.snip1354:after,
	figure.snip1354:before {
		background: #fff;
		width: 300%;
		height: 200%;
		position: absolute;
		content: '';
		opacity: 0.5;
		-webkit-transition: all 0.55s ease-in-out;
		transition: all 0.55s ease-in-out;
		z-index: 1;
	}
	figure.snip1354:after {
		top: 0;
		left: 0;
		-webkit-transform: skew(-40deg) translateX(-150%);
		transform: skew(-40deg) translateX(-150%);
	}
	figure.snip1354:before {
		right: 0;
		bottom: 0;
		-webkit-transform: skew(-40deg) translateX(150%);
		transform: skew(-40deg) translateX(150%);
	}
	figure.snip1354 figcaption {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 2;
	}
	figure.snip1354 h2,
	figure.snip1354 p {
		margin: 0;
		width: 100%;
		opacity: 0;
	}
	figure.snip1354 h2 {
		padding: 0 30px;
		font-weight: 400;
		text-transform: uppercase;
	}
	figure.snip1354 p {
		width: 50%;
		display: block;
		margin: 0 auto;
	}
	figure.snip1354 a {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute;
		z-index: 2;
	}
	figure.snip1354:hover img,
	figure.snip1354.hover img {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
	}
	figure.snip1354:hover:after,
	figure.snip1354.hover:after {
		-webkit-transform: skew(-45deg) translateX(-50%);
		transform: skew(-45deg) translateX(-50%);
	}
	figure.snip1354:hover:before,
	figure.snip1354.hover:before {
		-webkit-transform: skew(-45deg) translateX(50%);
		transform: skew(-45deg) translateX(50%);
	}
	figure.snip1354:hover figcaption h2,
	figure.snip1354.hover figcaption h2,
	figure.snip1354:hover figcaption p,
	figure.snip1354.hover figcaption p {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	figure.snip1354:hover figcaption h2,
	figure.snip1354.hover figcaption h2 {
		opacity: 1;
	}
	figure.snip1354:hover figcaption p,
	figure.snip1354.hover figcaption p {
		opacity: 0.7;
	}
	
	
    /*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: 3% 0;
	}
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
		flex-wrap: wrap;
        margin: 3% 0;
	}
    .cart-title{
		font-size: 13px;
        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-title02{
		font-size: 13px;
        letter-spacing: 1px;
        width: 100%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title02 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: 13px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 10px;
		margin: 0 0 0 5px;
	}
	.cart-yen02{
		font-size: 14px;
        width: 50%;
        display: flex;
        align-items: center;
        white-space: nowrap;
	}
	.cart-yen02 span{
		font-size: 12px;
		margin: 0 0 0 5px;
	}
	
    .cart-yen span.more-btm{
		border: 1px solid #D9B7BF;
        box-sizing: border-box!important;
        background: #D9B7BF;
        color: #fff;
        font-size: 12px;
        margin: 0 0 0 10px;
        padding: 2px 0%!important;
        display: inline-block;
        width: 100px;
        text-align: center;
	}
	.cart-btm:hover .cart-yen span.more-btm{
		border: 1px solid #D9B7BF;
        box-sizing: border-box;
		color: #D9B7BF;	
		background: #fff;
		transition: 0.3s;
	}
    
    .cart-yen span.more-btm01{
		border: 1px solid #D9B7BF;
        box-sizing: border-box!important;
        background: #D9B7BF;
        color: #fff;
        font-size: 12px;
        margin: 0 0 0 10px;
        padding: 2px 0%!important;
        display: inline-block;
        width: 100px;
        text-align: center;
	}
	.cart-btm:hover .cart-yen span.more-btm01{
		border: 1px solid #D9B7BF;
        box-sizing: border-box;
		color: #D9B7BF;	
		background: #fff;
		transition: 0.3s;
	}
	
	.cart-yen span.more-btm02{
		border: 1px solid #C0CADE;
        box-sizing: border-box!important;
        background: #C0CADE;
        color: #fff;
        font-size: 12px;
        margin: 0 0 0 10px;
        padding: 2px 0%!important;
        display: inline-block;
        width: 100px;
        text-align: center;
	}
	.cart-btm:hover .cart-yen span.more-btm02{
		border: 1px solid #C0CADE;
        box-sizing: border-box;
		color: #C0CADE;	
		background: #fff;
		transition: 0.3s;
	}
	
	.cart-yen span.more-btm03{
		border: 1px solid #B6CCB4;
        box-sizing: border-box!important;
        background: #B6CCB4;
        color: #fff;
        font-size: 12px;
        margin: 0 0 0 10px;
        padding: 2px 0%!important;
        display: inline-block;
        width: 100px;
        text-align: center;
	}
	.cart-btm:hover .cart-yen span.more-btm03{
		border: 1px solid #B6CCB4;
        box-sizing: border-box;
		color: #B6CCB4;	
		background: #fff;
		transition: 0.3s;
	}
	
    
    /*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 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;
    }
	
	/*header----------------------------------------------------*/
    header {
		width: 100%;
        position: relative;
		margin: 0 0 3% 0;
    }
	header .mv{
		width: 100%;
		margin: 0 0 0 0%;
	}
	header .title{
		width: 40%;
		position: absolute;
		top: 30%;
		-webkit-transform: translateY(-30%); /* Safari用 */
		transform: translateY(-30%);
		right: 10%;
	}
	
	.mv-nav{
		width: 100%;
		position: absolute;
		bottom: 3%;
		left: 0;
		right: 0;
		margin: 0 auto;
		background: rgba(255,255,255,0.7);
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	.mv-nav .mv-nav-list{
		width: 100%;
		max-width: 1300px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.mv-nav .mv-nav-list li{
		width: 20%;
		border-left: 1px solid #fff;
		padding: 1% 0;
	}
	.mv-nav .mv-nav-list li:last-child{
		width: 20%;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	.mv-nav .mv-nav-list li a{
		width: 100%;
		display: block;
		opacity: 1;
		transition: .3s;
	}
	.mv-nav .mv-nav-list li a:hover{
		opacity: .5;
		transition: .3s;
	}
	
	/*read*/
	.read{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 3% auto;
	}
	.read .txt{
		width: 100%;
		text-align: center;
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2em;
		margin: 0 0 5% 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.read .txt span{
		width: 100%;
		text-align: center;
		font-size: 30px;
		letter-spacing: 5px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
	}
	.read .pro{
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 5% 5%;
		box-sizing: border-box;
	}
	.read .pro .txt-box{
		width: 55%;
		text-align: justify;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        position: relative;
	}
	.read .pro .txt-box .txt-in::before{
        content: url("../img/kakko01.svg");
        width: 8px;
        height: 30px;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: absolute;
        top: -10px;
		left: -20px;
    }
	.read .pro .txt-box .txt-in::after{
        content: url("../img/kakko02.svg");
        width: 8px;
        height: 30px;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
		display: inline-block;
        top: 10px;
		left: 10px;
    }
	.read .pro .data{
		width: 35%;
	}
	.read .pro .data .pro-img{
		width: 60%;
		margin: 0 auto 5% auto;
	}
	.read .pro .data .pro-img .name{
		width: 100%;
		margin: 5% auto 0 auto;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 16px;
		display: block;
		letter-spacing: 3px;
	}
	.read .pro .data .pro-txt .title{
		width: 100%;
		font-size: 13px;
		display: block;
		letter-spacing: 3px;
		margin: 0 0 2% 0;
	}
	.read .pro .data .pro-txt{
		width: 100%;
		text-align: justify;
		line-height: 2em;
		font-size: 13px;
		display: block;
		letter-spacing: 2px;
	}
	
	/*item-btn*/
	.item-btn{
		position: relative;
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item-btn .item-bg {
		position: absolute;
		top: -60%;
		width: 100%;
		z-index: -1;
		opacity: 0;
	}
	.item-btn .item-bg.active{
		animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes slideIn {
	  0% {
		transform: translateX(-100%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  40%,100% {
		opacity: 1;
	  }
	}
	
	.item-btn-box{
		width: 100%;
		max-width: 900px;
		margin: 0 auto;
	}
	.item-btn-list{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.item-btn-list li{
		width: 29%;
		margin: 0 2% 5% 2%;
	}
	.hover-parent .hover-box{
		width: 100%;
		height: 100%;
		overflow: hidden;
		border-top-right-radius: 20%;
		border-bottom-left-radius: 20%;
	}
	.hover-parent .hover-box .bg-img{
		width: 100%;
		transition:.5s all;
    }
	.hover-parent:hover .hover-box .bg-img{
		transform:scale(1.1,1.1);
  		transition:.5s all;
    }
	.hover-parent .txt .title{
		width: 100%;
		text-align: center;
		display: block;
		font-size: 14px;
		letter-spacing: 2px;
		margin: 0 0 1% 0;
	}
	.hover-parent .txt{
		margin: 4% 0 0 0;
		width: 100%;
		text-align: center;
		font-size: 18px;
		letter-spacing: 3px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.hover-parent .num{
		margin: 0% 0 4% 0;
		width: 100%;
	}
	
	
	/*top-item*/
	.top-item{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}
	.top-item .main-title{
		width: 100%;
		margin: 0 0 1% 0;
	}
	.top-item .icon{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.top-item .icon img{
		width: 25px;
		margin: 0 auto;
		display: block;
		animation-name: huwahuwa;
		animation-timing-function: ease-in-out;
		animation-iteration-count: infinite;
		animation-direction: alternate;
		animation-duration: 1s;
	}
	@keyframes huwahuwa {
		0% {
			transform: translate(0,0px);
		}
		100% {
			transform: translate(0,-5px)
		}
	}
	.top-item .img{
		width: 55%;
	}
	.top-item .data{
		width: 40%;
	}
	.top-item .data .title{
		width: 100%;
		font-size: 21px;
		letter-spacing: 2px;
		line-height: 1.5em;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.top-item .data .title .bottom{
		width: 100%;
		display: block;
		margin: 3% 0 0 0;
	}
	.top-item .data .pro-icon{
		width: 30%;
		display: block;
		margin: 0 0 5% 60%;
		opacity: 0;
	}
	.top-item .data .pro-icon.active{
		animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes slideIn {
	  0% {
		transform: translateY(10%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  60%,100% {
		opacity: 1;
	  }
	}
	.top-item .data .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.8em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
	}
	
	/*item-box*/
	.item-box{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item-box .img{
		width: 55%;
	}
	.item-box .data{
		width: 40%;
	}
	.item-box .data .common-title{
		width: 160px;
		margin: 0 auto 2% auto;
	}
	.common-line{
		width: 100%;
		height: 40px;
		position: relative;
		margin: 0 0 5% 0;
	}
	.scrolldown1{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 1px;
		height: 30px;
		background: #000;
		animation: pathmove 1.5s ease-in-out infinite;
		opacity:0;
		margin: 0 auto;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:30px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:40px;
		opacity: 0;
	  }
	}

	.item-box .data .title{
		width: 100%;
		font-size: 21px;
		letter-spacing: 2px;
		line-height: 1.5em;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	.item-box .data .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.8em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
	}
	
	.end-box{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 4% auto;
		padding: 0 0 3% 0;
		border-bottom: 1px solid #eee;
	}
	.end-box .txt{
		font-size: 11px;
		letter-spacing: 3px;
		line-height: 2.5em;
		text-align: center;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.f-btn-box{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 3% auto;
		position: relative;
	}
	.btn-list{
		width: 100%;
	}
	.btn-list li{
		width: 100%;
		position: relative;
	}
	.btn-list li:nth-child(2){
		width: 100%;
		position: relative;
		margin: 5% 0;
	}
	.btn-list li a{
		width: 100%;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.btn-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*cart-btm*/
	.link-line{
		width: 100%;
		height: 1px;
		margin: 5% 0;
		background: #ababac;
	}
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #75d1c4;
		border: 1px solid #75d1c4;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #75d1c4;
	  color: #75d1c4;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #3c3c3c;
		display: inline-block;
		text-align: center;
		color: #3c3c3c;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #3c3c3c;
	  border-color: #3c3c3c;
	  color: #fff;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #caa8cd;
		border: 1px solid #caa8cd;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #caa8cd;
	  color: #caa8cd;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #ff957a;
		border: 1px solid #ff957a;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #ff957a;
	  color: #ff957a;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #c9c45c;
		border: 1px solid #c9c45c;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #c9c45c;
	  color: #c9c45c;
	}
	
	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #72abd8;
		border: 1px solid #72abd8;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn06 {
	  background: #fff;
	  border-color: #72abd8;
	  color: #72abd8;
	}
	
	.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;
	}
	/*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 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in1 {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	.fade02 {
		animation-name: fade-in2;
		animation-duration: 4s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	.fade03 {
		animation-name: fade-in3;
		animation-duration: 5s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in3 {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
		transform : translate(0, 0);
		transition : all 1s;
	}
	.fadein-up.active{
		animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: .5s;
	}
	@keyframes fadeIn {
	  0% {
		opacity: 0;
	  }
	  100% {
		opacity: 1;
	  }
	}
	
	.fadein-left {
		opacity : 0;
		transform : translate(-50px, 0);
		transition : all 1s;
		transition-delay: 0s;
	}
	.fadein-left.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	.fadein-right {
		opacity : 0;
		transform : translate(50px, 0);
		transition : all 1s;
		transition-delay: 0s;
	}
	.fadein-right.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	
	.btm-btn{
		width: 100%;
		display: block;
		margin: 5% 0 0 0;
		border: 1px solid #D9B7BF;
		box-sizing: border-box!important;
		background: #D9B7BF;
		color: #fff;
		font-size: 13px;
		padding: 10px 0%!important;
		text-align: center;
		text-decoration: none;
		transition: .3s;
	}
	.btm-btn:hover{
		width: 100%;
		transition: .3s;
		color: #D9B7BF;
		background: #fff;
		border: 1px solid #D9B7BF;
	}
	
	.f-banner{
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		display: block;
	}
	
	
}

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

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .sp-on{
		display: none !important;
	}
    .pad-off{
		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: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
        text-align: center;
        font-size: 12px;
        color: #000;
        text-decoration: none;
        line-height: 2em;
		padding: 0px 0 15px 0;
	}
	.side-nav-in a:hover{
		opacity: .5;
		transition: .3s;
	}
	
    /*ani*/
    figure.snip1353 {
		position: relative;
		overflow: hidden;
		width: 100%;
		color: #000000;
		text-align: center;
	}
	figure.snip1353 * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	figure.snip1353 img {
		opacity: 1;
		width: 100%;
	}
	figure.snip1353:after,
	figure.snip1353:before {
		background: #000;
		width: 300%;
		height: 200%;
		position: absolute;
		content: '';
		opacity: 0.5;
		-webkit-transition: all 0.55s ease-in-out;
		transition: all 0.55s ease-in-out;
		z-index: 1;
	}
	figure.snip1353:after {
		top: 0;
		left: 0;
		-webkit-transform: skew(-40deg) translateX(-150%);
		transform: skew(-40deg) translateX(-150%);
	}
	figure.snip1353:before {
		right: 0;
		bottom: 0;
		-webkit-transform: skew(-40deg) translateX(150%);
		transform: skew(-40deg) translateX(150%);
	}
	figure.snip1353 figcaption {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 2;
	}
	figure.snip1353 h2,
	figure.snip1353 p {
		margin: 0;
		width: 100%;
		opacity: 0;
	}
	figure.snip1353 h2 {
		padding: 0 30px;
		font-weight: 400;
		text-transform: uppercase;
	}
	figure.snip1353 p {
		width: 90%;
		display: block;
		margin: 0 auto;
		text-align: left;
		font-size: 21px;
		color: #FFFFFF;
		line-height: 1.8em;
		font-weight: bold;
        letter-spacing: 2px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		text-align: center;
		font-weight: normal;
	}
	figure.snip1353 a {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute;
		z-index: 2;
	}
	figure.snip1353:hover img,
	figure.snip1353.hover img {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
	}
	figure.snip1353:hover:after,
	figure.snip1353.hover:after {
		-webkit-transform: skew(-45deg) translateX(-50%);
		transform: skew(-45deg) translateX(-50%);
	}
	figure.snip1353:hover:before,
	figure.snip1353.hover:before {
		-webkit-transform: skew(-45deg) translateX(50%);
		transform: skew(-45deg) translateX(50%);
	}
	figure.snip1353:hover figcaption h2,
	figure.snip1353.hover figcaption h2,
	figure.snip1353:hover figcaption p,
	figure.snip1353.hover figcaption p {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	figure.snip1353:hover figcaption h2,
	figure.snip1353.hover figcaption h2 {
		opacity: 1;
	}
	figure.snip1353:hover figcaption p,
	figure.snip1353.hover figcaption p {
		opacity: 0.7;
	}
	
	/*-----------------*/
	figure.snip1354 {
		position: relative;
		overflow: hidden;
		width: 100%;
		color: #000000;
		text-align: center;
	}
	figure.snip1354 * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	figure.snip1354 img {
		opacity: 1;
		width: 100%;
	}
	figure.snip1354:after,
	figure.snip1354:before {
		background: #fff;
		width: 300%;
		height: 200%;
		position: absolute;
		content: '';
		opacity: 0.5;
		-webkit-transition: all 0.55s ease-in-out;
		transition: all 0.55s ease-in-out;
		z-index: 1;
	}
	figure.snip1354:after {
		top: 0;
		left: 0;
		-webkit-transform: skew(-40deg) translateX(-150%);
		transform: skew(-40deg) translateX(-150%);
	}
	figure.snip1354:before {
		right: 0;
		bottom: 0;
		-webkit-transform: skew(-40deg) translateX(150%);
		transform: skew(-40deg) translateX(150%);
	}
	figure.snip1354 figcaption {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 2;
	}
	figure.snip1354 h2,
	figure.snip1354 p {
		margin: 0;
		width: 100%;
		opacity: 0;
	}
	figure.snip1354 h2 {
		padding: 0 30px;
		font-weight: 400;
		text-transform: uppercase;
	}
	figure.snip1354 p {
		width: 50%;
		display: block;
		margin: 0 auto;
	}
	figure.snip1354 a {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute;
		z-index: 2;
	}
	figure.snip1354:hover img,
	figure.snip1354.hover img {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
	}
	figure.snip1354:hover:after,
	figure.snip1354.hover:after {
		-webkit-transform: skew(-45deg) translateX(-50%);
		transform: skew(-45deg) translateX(-50%);
	}
	figure.snip1354:hover:before,
	figure.snip1354.hover:before {
		-webkit-transform: skew(-45deg) translateX(50%);
		transform: skew(-45deg) translateX(50%);
	}
	figure.snip1354:hover figcaption h2,
	figure.snip1354.hover figcaption h2,
	figure.snip1354:hover figcaption p,
	figure.snip1354.hover figcaption p {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	figure.snip1354:hover figcaption h2,
	figure.snip1354.hover figcaption h2 {
		opacity: 1;
	}
	figure.snip1354:hover figcaption p,
	figure.snip1354.hover figcaption p {
		opacity: 0.7;
	}
	
	
    /*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: 3% 0;
	}
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
		flex-wrap: wrap;
        margin: 3% 0;
	}
    .cart-title{
		font-size: 12px;
        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-title02{
		font-size: 12px;
        letter-spacing: 1px;
        width: 100%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title02 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: 13px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 10px;
		margin: 0 0 0 5px;
	}
	.cart-yen02{
		font-size: 14px;
        width: 50%;
        display: flex;
        align-items: center;
        white-space: nowrap;
	}
	.cart-yen02 span{
		font-size: 12px;
		margin: 0 0 0 5px;
	}
	
    .cart-yen span.more-btm{
		border: 1px solid #D9B7BF;
        box-sizing: border-box!important;
        background: #D9B7BF;
        color: #fff;
        font-size: 12px;
        margin: 0 0 0 10px;
        padding: 2px 0%!important;
        display: inline-block;
        width: 100px;
        text-align: center;
	}
	.cart-btm:hover .cart-yen span.more-btm{
		border: 1px solid #D9B7BF;
        box-sizing: border-box;
		color: #D9B7BF;	
		background: #fff;
		transition: 0.3s;
	}
    
    .cart-yen span.more-btm01{
		border: 1px solid #D9B7BF;
        box-sizing: border-box!important;
        background: #D9B7BF;
        color: #fff;
        font-size: 12px;
        margin: 0 0 0 10px;
        padding: 2px 0%!important;
        display: inline-block;
        width: 100px;
        text-align: center;
	}
	.cart-btm:hover .cart-yen span.more-btm01{
		border: 1px solid #D9B7BF;
        box-sizing: border-box;
		color: #D9B7BF;	
		background: #fff;
		transition: 0.3s;
	}
	
	.cart-yen span.more-btm02{
		border: 1px solid #C0CADE;
        box-sizing: border-box!important;
        background: #C0CADE;
        color: #fff;
        font-size: 12px;
        margin: 0 0 0 10px;
        padding: 2px 0%!important;
        display: inline-block;
        width: 100px;
        text-align: center;
	}
	.cart-btm:hover .cart-yen span.more-btm02{
		border: 1px solid #C0CADE;
        box-sizing: border-box;
		color: #C0CADE;	
		background: #fff;
		transition: 0.3s;
	}
	
	.cart-yen span.more-btm03{
		border: 1px solid #B6CCB4;
        box-sizing: border-box!important;
        background: #B6CCB4;
        color: #fff;
        font-size: 12px;
        margin: 0 0 0 10px;
        padding: 2px 0%!important;
        display: inline-block;
        width: 100px;
        text-align: center;
	}
	.cart-btm:hover .cart-yen span.more-btm03{
		border: 1px solid #B6CCB4;
        box-sizing: border-box;
		color: #B6CCB4;	
		background: #fff;
		transition: 0.3s;
	}
	
    
    /*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 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;
    }
	
	/*header----------------------------------------------------*/
    header {
		width: 100%;
        position: relative;
		margin: 0 0 3% 0;
    }
	header .mv{
		width: 100%;
		margin: 0 0 0 0%;
	}
	header .title{
		width: 40%;
		position: absolute;
		top: 30%;
		-webkit-transform: translateY(-30%); /* Safari用 */
		transform: translateY(-30%);
		right: 10%;
	}
	
	.mv-nav{
		width: 100%;
		position: absolute;
		bottom: 3%;
		left: 0;
		right: 0;
		margin: 0 auto;
		background: rgba(255,255,255,0.7);
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	.mv-nav .mv-nav-list{
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.mv-nav .mv-nav-list li{
		width: 20%;
		border-left: 1px solid #fff;
		padding: 0% 0;
	}
	.mv-nav .mv-nav-list li:last-child{
		width: 20%;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	.mv-nav .mv-nav-list li a{
		width: 100%;
		display: block;
		opacity: 1;
		transition: .3s;
	}
	.mv-nav .mv-nav-list li a:hover{
		opacity: .5;
		transition: .3s;
	}
	
	/*read*/
	.read{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 3% auto;
	}
	.read .txt{
		width: 100%;
		text-align: center;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2em;
		margin: 0 0 5% 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.read .txt span{
		width: 100%;
		text-align: center;
		font-size: 25px;
		letter-spacing: 5px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
	}
	.read .pro{
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 5% 5%;
		box-sizing: border-box;
	}
	.read .pro .txt-box{
		width: 55%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        position: relative;
	}
	.read .pro .txt-box .txt-in::before{
        content: url("../img/kakko01.svg");
        width: 8px;
        height: 30px;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: absolute;
        top: -10px;
		left: -20px;
    }
	.read .pro .txt-box .txt-in::after{
        content: url("../img/kakko02.svg");
        width: 8px;
        height: 30px;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
		display: inline-block;
        top: 10px;
		left: 10px;
    }
	.read .pro .data{
		width: 35%;
	}
	.read .pro .data .pro-img{
		width: 60%;
		margin: 0 auto 5% auto;
	}
	.read .pro .data .pro-img .name{
		width: 100%;
		margin: 5% auto 0 auto;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 16px;
		display: block;
		letter-spacing: 3px;
	}
	.read .pro .data .pro-txt .title{
		width: 100%;
		font-size: 13px;
		display: block;
		letter-spacing: 3px;
		margin: 0 0 2% 0;
	}
	.read .pro .data .pro-txt{
		width: 100%;
		text-align: justify;
		line-height: 2em;
		font-size: 12px;
		display: block;
		letter-spacing: 2px;
	}
	
	/*item-btn*/
	.item-btn{
		position: relative;
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item-btn .item-bg {
		position: absolute;
		top: -60%;
		width: 100%;
		z-index: -1;
		opacity: 0;
	}
	.item-btn .item-bg.active{
		animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes slideIn {
	  0% {
		transform: translateX(-100%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  40%,100% {
		opacity: 1;
	  }
	}
	
	.item-btn-box{
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
	}
	.item-btn-list{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.item-btn-list li{
		width: 27%;
		margin: 0 3% 5% 3%;
	}
	.hover-parent .hover-box{
		width: 100%;
		height: 100%;
		overflow: hidden;
		border-top-right-radius: 20%;
		border-bottom-left-radius: 20%;
	}
	.hover-parent .hover-box .bg-img{
		width: 100%;
		transition:.5s all;
    }
	.hover-parent:hover .hover-box .bg-img{
		transform:scale(1.1,1.1);
  		transition:.5s all;
    }
	.hover-parent .txt .title{
		width: 100%;
		text-align: center;
		display: block;
		font-size: 12px;
		letter-spacing: 2px;
		margin: 0 0 1% 0;
	}
	.hover-parent .txt{
		margin: 4% 0 0 0;
		width: 100%;
		text-align: center;
		font-size: 16px;
		letter-spacing: 3px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.hover-parent .num{
		margin: 0% 0 4% 0;
		width: 100%;
	}
	
	
	/*top-item*/
	.top-item{
		width: 100%;
		max-width: 900px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}
	.top-item .main-title{
		width: 100%;
		margin: 0 0 2% 0;
	}
	.top-item .icon{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.top-item .icon img{
		width: 25px;
		margin: 0 auto;
		display: block;
		animation-name: huwahuwa;
		animation-timing-function: ease-in-out;
		animation-iteration-count: infinite;
		animation-direction: alternate;
		animation-duration: 1s;
	}
	@keyframes huwahuwa {
		0% {
			transform: translate(0,0px);
		}
		100% {
			transform: translate(0,-5px)
		}
	}
	.top-item .img{
		width: 55%;
	}
	.top-item .data{
		width: 40%;
	}
	.top-item .data .title{
		width: 100%;
		font-size: 19px;
		letter-spacing: 2px;
		line-height: 1.5em;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.top-item .data .title .bottom{
		width: 100%;
		display: block;
		margin: 3% 0 0 0;
	}
	.top-item .data .pro-icon{
		width: 25%;
		display: block;
		margin: 0 0 3% 60%;
		opacity: 0;
	}
	.top-item .data .pro-icon.active{
		animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes slideIn {
	  0% {
		transform: translateY(10%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  60%,100% {
		opacity: 1;
	  }
	}
	.top-item .data .txt{
		width: 100%;
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 1.8em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	
	/*item-box*/
	.item-box{
		width: 100%;
		max-width: 900px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item-box .img{
		width: 55%;
	}
	.item-box .data{
		width: 40%;
	}
	.item-box .data .common-title{
		width: 140px;
		margin: 0 auto 2% auto;
	}
	.common-line{
		width: 100%;
		height: 20px;
		position: relative;
		margin: 0 0 5% 0;
	}
	.scrolldown1{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 1px;
		height: 20px;
		background: #000;
		animation: pathmove 1.5s ease-in-out infinite;
		opacity:0;
		margin: 0 auto;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:20px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:20px;
		opacity: 0;
	  }
	}

	.item-box .data .title{
		width: 100%;
		font-size: 19px;
		letter-spacing: 2px;
		line-height: 1.5em;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	.item-box .data .txt{
		width: 100%;
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 1.8em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
	}
	
	.end-box{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 4% auto;
		padding: 0 0 3% 0;
		border-bottom: 1px solid #eee;
	}
	.end-box .txt{
		font-size: 11px;
		letter-spacing: 3px;
		line-height: 2.5em;
		text-align: center;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.f-btn-box{
		width: 100%;
		max-width: 500px;
		margin: 0 auto 3% auto;
		position: relative;
	}
	.btn-list{
		width: 100%;
	}
	.btn-list li{
		width: 100%;
		position: relative;
	}
	.btn-list li:nth-child(2){
		width: 100%;
		position: relative;
		margin: 5% 0;
	}
	.btn-list li a{
		width: 100%;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.btn-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*cart-btm*/
	.link-line{
		width: 100%;
		height: 1px;
		margin: 5% 0;
		background: #ababac;
	}
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #75d1c4;
		border: 1px solid #75d1c4;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #75d1c4;
	  color: #75d1c4;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #3c3c3c;
		display: inline-block;
		text-align: center;
		color: #3c3c3c;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #3c3c3c;
	  border-color: #3c3c3c;
	  color: #fff;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #caa8cd;
		border: 1px solid #caa8cd;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #caa8cd;
	  color: #caa8cd;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #ff957a;
		border: 1px solid #ff957a;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #ff957a;
	  color: #ff957a;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #c9c45c;
		border: 1px solid #c9c45c;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #c9c45c;
	  color: #c9c45c;
	}
	
	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #72abd8;
		border: 1px solid #72abd8;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn06 {
	  background: #fff;
	  border-color: #72abd8;
	  color: #72abd8;
	}
	
	.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;
	}
	/*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 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in1 {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	.fade02 {
		animation-name: fade-in2;
		animation-duration: 4s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	.fade03 {
		animation-name: fade-in3;
		animation-duration: 5s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in3 {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
		transform : translate(0, 0);
		transition : all 1s;
	}
	.fadein-up.active{
		animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: .5s;
	}
	@keyframes fadeIn {
	  0% {
		opacity: 0;
	  }
	  100% {
		opacity: 1;
	  }
	}
	
	.fadein-left {
		opacity : 0;
		transform : translate(-50px, 0);
		transition : all 1s;
		transition-delay: 0s;
	}
	.fadein-left.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	.fadein-right {
		opacity : 0;
		transform : translate(50px, 0);
		transition : all 1s;
		transition-delay: 0s;
	}
	.fadein-right.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	
	.btm-btn{
		width: 100%;
		display: block;
		margin: 5% 0 0 0;
		border: 1px solid #D9B7BF;
		box-sizing: border-box!important;
		background: #D9B7BF;
		color: #fff;
		font-size: 13px;
		padding: 10px 0%!important;
		text-align: center;
		text-decoration: none;
		transition: .3s;
	}
	.btm-btn:hover{
		width: 100%;
		transition: .3s;
		color: #D9B7BF;
		background: #fff;
		border: 1px solid #D9B7BF;
	}
	
	.f-banner{
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		display: block;
	}
	
	
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*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 a{
		display: none;
	}
	.side-nav-in a:hover{
		display: none;
	}
	
    /*ani*/
    figure.snip1353 {
		position: relative;
		overflow: hidden;
		width: 100%;
		color: #000000;
		text-align: center;
	}
	figure.snip1353 * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	figure.snip1353 img {
		opacity: 1;
		width: 100%;
	}
	figure.snip1353:after,
	figure.snip1353:before {
		background: #000;
		width: 300%;
		height: 200%;
		position: absolute;
		content: '';
		opacity: 0.5;
		-webkit-transition: all 0.55s ease-in-out;
		transition: all 0.55s ease-in-out;
		z-index: 1;
	}
	figure.snip1353:after {
		top: 0;
		left: 0;
		-webkit-transform: skew(-40deg) translateX(-150%);
		transform: skew(-40deg) translateX(-150%);
	}
	figure.snip1353:before {
		right: 0;
		bottom: 0;
		-webkit-transform: skew(-40deg) translateX(150%);
		transform: skew(-40deg) translateX(150%);
	}
	figure.snip1353 figcaption {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 2;
	}
	figure.snip1353 h2,
	figure.snip1353 p {
		margin: 0;
		width: 100%;
		opacity: 0;
	}
	figure.snip1353 h2 {
		padding: 0 30px;
		font-weight: 400;
		text-transform: uppercase;
	}
	figure.snip1353 p {
		width: 90%;
		display: block;
		margin: 0 auto;
		text-align: left;
		font-size: 21px;
		color: #FFFFFF;
		line-height: 1.8em;
		font-weight: bold;
        letter-spacing: 2px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		text-align: center;
		font-weight: normal;
	}
	figure.snip1353 a {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute;
		z-index: 2;
	}
	figure.snip1353:hover img,
	figure.snip1353.hover img {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
	}
	figure.snip1353:hover:after,
	figure.snip1353.hover:after {
		-webkit-transform: skew(-45deg) translateX(-50%);
		transform: skew(-45deg) translateX(-50%);
	}
	figure.snip1353:hover:before,
	figure.snip1353.hover:before {
		-webkit-transform: skew(-45deg) translateX(50%);
		transform: skew(-45deg) translateX(50%);
	}
	figure.snip1353:hover figcaption h2,
	figure.snip1353.hover figcaption h2,
	figure.snip1353:hover figcaption p,
	figure.snip1353.hover figcaption p {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	figure.snip1353:hover figcaption h2,
	figure.snip1353.hover figcaption h2 {
		opacity: 1;
	}
	figure.snip1353:hover figcaption p,
	figure.snip1353.hover figcaption p {
		opacity: 0.7;
	}
	
	/*-----------------*/
	figure.snip1354 {
		position: relative;
		overflow: hidden;
		width: 100%;
		color: #000000;
		text-align: center;
	}
	figure.snip1354 * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	figure.snip1354 img {
		opacity: 1;
		width: 100%;
	}
	figure.snip1354:after,
	figure.snip1354:before {
		background: #fff;
		width: 300%;
		height: 200%;
		position: absolute;
		content: '';
		opacity: 0.5;
		-webkit-transition: all 0.55s ease-in-out;
		transition: all 0.55s ease-in-out;
		z-index: 1;
	}
	figure.snip1354:after {
		top: 0;
		left: 0;
		-webkit-transform: skew(-40deg) translateX(-150%);
		transform: skew(-40deg) translateX(-150%);
	}
	figure.snip1354:before {
		right: 0;
		bottom: 0;
		-webkit-transform: skew(-40deg) translateX(150%);
		transform: skew(-40deg) translateX(150%);
	}
	figure.snip1354 figcaption {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 2;
	}
	figure.snip1354 h2,
	figure.snip1354 p {
		margin: 0;
		width: 100%;
		opacity: 0;
	}
	figure.snip1354 h2 {
		padding: 0 30px;
		font-weight: 400;
		text-transform: uppercase;
	}
	figure.snip1354 p {
		width: 50%;
		display: block;
		margin: 0 auto;
	}
	figure.snip1354 a {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute;
		z-index: 2;
	}
	figure.snip1354:hover img,
	figure.snip1354.hover img {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
	}
	figure.snip1354:hover:after,
	figure.snip1354.hover:after {
		-webkit-transform: skew(-45deg) translateX(-50%);
		transform: skew(-45deg) translateX(-50%);
	}
	figure.snip1354:hover:before,
	figure.snip1354.hover:before {
		-webkit-transform: skew(-45deg) translateX(50%);
		transform: skew(-45deg) translateX(50%);
	}
	figure.snip1354:hover figcaption h2,
	figure.snip1354.hover figcaption h2,
	figure.snip1354:hover figcaption p,
	figure.snip1354.hover figcaption p {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	figure.snip1354:hover figcaption h2,
	figure.snip1354.hover figcaption h2 {
		opacity: 1;
	}
	figure.snip1354:hover figcaption p,
	figure.snip1354.hover figcaption p {
		opacity: 0.7;
	}
	
	
    /*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: 3% 0;
	}
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
		flex-wrap: wrap;
        margin: 3% 0;
	}
    .cart-title{
		font-size: 12px;
        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-title02{
		font-size: 12px;
        letter-spacing: 1px;
        width: 100%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title02 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: 12px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 8px;
		margin: 0 0 0 2px;
	}
	.cart-yen02{
		font-size: 14px;
        width: 50%;
        display: flex;
        align-items: center;
        white-space: nowrap;
	}
	.cart-yen02 span{
		font-size: 12px;
		margin: 0 0 0 5px;
	}
	
    .cart-yen span.more-btm{
		border: 1px solid #D9B7BF;
        box-sizing: border-box!important;
        background: #D9B7BF;
        color: #fff;
        font-size: 12px;
        margin: 0 0 0 10px;
        padding: 2px 0%!important;
        display: inline-block;
        width: 100px;
        text-align: center;
	}
	.cart-btm:hover .cart-yen span.more-btm{
		border: 1px solid #D9B7BF;
        box-sizing: border-box;
		color: #D9B7BF;	
		background: #fff;
		transition: 0.3s;
	}
    
    .cart-yen span.more-btm01{
		border: 1px solid #D9B7BF;
        box-sizing: border-box!important;
        background: #D9B7BF;
        color: #fff;
        font-size: 12px;
        margin: 0 0 0 10px;
        padding: 2px 0%!important;
        display: inline-block;
        width: 100px;
        text-align: center;
	}
	.cart-btm:hover .cart-yen span.more-btm01{
		border: 1px solid #D9B7BF;
        box-sizing: border-box;
		color: #D9B7BF;	
		background: #fff;
		transition: 0.3s;
	}
	
	.cart-yen span.more-btm02{
		border: 1px solid #C0CADE;
        box-sizing: border-box!important;
        background: #C0CADE;
        color: #fff;
        font-size: 12px;
        margin: 0 0 0 10px;
        padding: 2px 0%!important;
        display: inline-block;
        width: 100px;
        text-align: center;
	}
	.cart-btm:hover .cart-yen span.more-btm02{
		border: 1px solid #C0CADE;
        box-sizing: border-box;
		color: #C0CADE;	
		background: #fff;
		transition: 0.3s;
	}
	
	.cart-yen span.more-btm03{
		border: 1px solid #B6CCB4;
        box-sizing: border-box!important;
        background: #B6CCB4;
        color: #fff;
        font-size: 12px;
        margin: 0 0 0 10px;
        padding: 2px 0%!important;
        display: inline-block;
        width: 100px;
        text-align: center;
	}
	.cart-btm:hover .cart-yen span.more-btm03{
		border: 1px solid #B6CCB4;
        box-sizing: border-box;
		color: #B6CCB4;	
		background: #fff;
		transition: 0.3s;
	}
	
    
    /*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 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;
    }
	
	/*header----------------------------------------------------*/
    header {
		width: 100%;
        position: relative;
		margin: 0 0 3% 0;
    }
	header .mv{
		width: 100%;
		margin: 0 0 0 0%;
	}
	header .title{
		width: 40%;
		position: absolute;
		top: 30%;
		-webkit-transform: translateY(-30%); /* Safari用 */
		transform: translateY(-30%);
		right: 10%;
	}
	
	.mv-nav{
		width: 100%;
		position: absolute;
		bottom: 3%;
		left: 0;
		right: 0;
		margin: 0 auto;
		background: rgba(255,255,255,0.7);
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	.mv-nav .mv-nav-list{
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.mv-nav .mv-nav-list li{
		width: 20%;
		border-left: 1px solid #fff;
		padding: 0% 0;
	}
	.mv-nav .mv-nav-list li:last-child{
		width: 20%;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	.mv-nav .mv-nav-list li a{
		width: 100%;
		display: block;
		opacity: 1;
		transition: .3s;
	}
	.mv-nav .mv-nav-list li a:hover{
		opacity: .5;
		transition: .3s;
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 auto 3% auto;
	}
	.read .txt{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2em;
		margin: 0 0 5% 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.read .txt span{
		width: 100%;
		text-align: center;
		font-size: 19px;
		letter-spacing: 5px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
	}
	.read .pro{
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 5% 5%;
		box-sizing: border-box;
	}
	.read .pro .txt-box{
		width: 55%;
		text-align: justify;
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        position: relative;
	}
	.read .pro .txt-box .txt-in::before{
        content: url("../img/kakko01.svg");
        width: 8px;
        height: 30px;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: absolute;
        top: -10px;
		left: -20px;
    }
	.read .pro .txt-box .txt-in::after{
        content: url("../img/kakko02.svg");
        width: 8px;
        height: 30px;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
		display: inline-block;
        top: 10px;
		left: 10px;
    }
	.read .pro .data{
		width: 35%;
	}
	.read .pro .data .pro-img{
		width: 60%;
		margin: 0 auto 5% auto;
	}
	.read .pro .data .pro-img .name{
		width: 100%;
		margin: 5% auto 0 auto;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 16px;
		display: block;
		letter-spacing: 3px;
	}
	.read .pro .data .pro-txt .title{
		width: 100%;
		font-size: 13px;
		display: block;
		letter-spacing: 3px;
		margin: 0 0 2% 0;
	}
	.read .pro .data .pro-txt{
		width: 100%;
		text-align: justify;
		line-height: 2em;
		font-size: 12px;
		display: block;
		letter-spacing: 2px;
	}
	
	/*item-btn*/
	.item-btn{
		position: relative;
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item-btn .item-bg {
		position: absolute;
		top: -40%;
		width: 100%;
		z-index: -1;
		opacity: 0;
	}
	.item-btn .item-bg.active{
		animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes slideIn {
	  0% {
		transform: translateX(-100%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  40%,100% {
		opacity: 1;
	  }
	}
	
	.item-btn-box{
		width: 80%;
		margin: 0 auto;
	}
	.item-btn-list{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.item-btn-list li{
		width: 27%;
		margin: 0 3% 5% 3%;
	}
	.hover-parent .hover-box{
		width: 100%;
		height: 100%;
		overflow: hidden;
		border-top-right-radius: 20%;
		border-bottom-left-radius: 20%;
	}
	.hover-parent .hover-box .bg-img{
		width: 100%;
		transition:.5s all;
    }
	.hover-parent:hover .hover-box .bg-img{
		transform:scale(1.1,1.1);
  		transition:.5s all;
    }
	.hover-parent .txt .title{
		width: 100%;
		text-align: center;
		display: block;
		font-size: 12px;
		letter-spacing: 2px;
		margin: 0 0 1% 0;
	}
	.hover-parent .txt{
		margin: 4% 0 0 0;
		width: 100%;
		text-align: center;
		font-size: 16px;
		letter-spacing: 3px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.hover-parent .num{
		margin: 0% 0 4% 0;
		width: 100%;
	}
	
	
	/*top-item*/
	.top-item{
		width: 90%;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.top-item .main-title{
		width: 100%;
		margin: 0 0 1% 0;
	}
	.top-item .icon{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.top-item .icon img{
		width: 15px;
		margin: 0 auto;
		display: block;
		animation-name: huwahuwa;
		animation-timing-function: ease-in-out;
		animation-iteration-count: infinite;
		animation-direction: alternate;
		animation-duration: 1s;
	}
	@keyframes huwahuwa {
		0% {
			transform: translate(0,0px);
		}
		100% {
			transform: translate(0,-5px)
		}
	}
	.top-item .img{
		width: 55%;
	}
	.top-item .data{
		width: 40%;
	}
	.top-item .data .title{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 1.5em;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.top-item .data .title .bottom{
		width: 100%;
		display: block;
		margin: 3% 0 0 0;
	}
	.top-item .data .pro-icon{
		width: 25%;
		display: block;
		margin: 0 0 3% 60%;
		opacity: 0;
	}
	.top-item .data .pro-icon.active{
		animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes slideIn {
	  0% {
		transform: translateY(10%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  60%,100% {
		opacity: 1;
	  }
	}
	.top-item .data .txt{
		width: 100%;
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 1.8em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	
	/*item-box*/
	.item-box{
		width: 90%;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item-box .img{
		width: 55%;
	}
	.item-box .data{
		width: 40%;
	}
	.item-box .data .common-title{
		width: 140px;
		margin: 0 auto 2% auto;
	}
	.common-line{
		width: 100%;
		height: 20px;
		position: relative;
		margin: 0 0 5% 0;
	}
	.scrolldown1{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 1px;
		height: 20px;
		background: #000;
		animation: pathmove 1.5s ease-in-out infinite;
		opacity:0;
		margin: 0 auto;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:20px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:20px;
		opacity: 0;
	  }
	}

	.item-box .data .title{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 1.5em;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	.item-box .data .txt{
		width: 100%;
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 1.8em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
	}
	
	.end-box{
		width: 90%;
		margin: 0 auto 4% auto;
		padding: 0 0 3% 0;
		border-bottom: 1px solid #eee;
	}
	.end-box .txt{
		font-size: 10px;
		letter-spacing: 3px;
		line-height: 2.5em;
		text-align: center;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.f-btn-box{
		width: 50%;
		margin: 0 auto 3% auto;
		position: relative;
	}
	.btn-list{
		width: 100%;
	}
	.btn-list li{
		width: 100%;
		position: relative;
	}
	.btn-list li:nth-child(2){
		width: 100%;
		position: relative;
		margin: 5% 0;
	}
	.btn-list li a{
		width: 100%;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.btn-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*cart-btm*/
	.link-line{
		width: 100%;
		height: 1px;
		margin: 5% 0;
		background: #ababac;
	}
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #75d1c4;
		border: 1px solid #75d1c4;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #75d1c4;
	  color: #75d1c4;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #3c3c3c;
		display: inline-block;
		text-align: center;
		color: #3c3c3c;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #3c3c3c;
	  border-color: #3c3c3c;
	  color: #fff;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #caa8cd;
		border: 1px solid #caa8cd;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #caa8cd;
	  color: #caa8cd;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #ff957a;
		border: 1px solid #ff957a;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #ff957a;
	  color: #ff957a;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #c9c45c;
		border: 1px solid #c9c45c;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #c9c45c;
	  color: #c9c45c;
	}
	
	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #72abd8;
		border: 1px solid #72abd8;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn06 {
	  background: #fff;
	  border-color: #72abd8;
	  color: #72abd8;
	}
	
	.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;
	}
	/*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 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in1 {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	.fade02 {
		animation-name: fade-in2;
		animation-duration: 4s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	.fade03 {
		animation-name: fade-in3;
		animation-duration: 5s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in3 {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
		transform : translate(0, 0);
		transition : all 1s;
	}
	.fadein-up.active{
		animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: .5s;
	}
	@keyframes fadeIn {
	  0% {
		opacity: 0;
	  }
	  100% {
		opacity: 1;
	  }
	}
	
	.fadein-left {
		opacity : 0;
		transform : translate(-50px, 0);
		transition : all 1s;
		transition-delay: 0s;
	}
	.fadein-left.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	.fadein-right {
		opacity : 0;
		transform : translate(50px, 0);
		transition : all 1s;
		transition-delay: 0s;
	}
	.fadein-right.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	
	.btm-btn{
		width: 100%;
		display: block;
		margin: 5% 0 0 0;
		border: 1px solid #D9B7BF;
		box-sizing: border-box!important;
		background: #D9B7BF;
		color: #fff;
		font-size: 13px;
		padding: 10px 0%!important;
		text-align: center;
		text-decoration: none;
		transition: .3s;
	}
	.btm-btn:hover{
		width: 100%;
		transition: .3s;
		color: #D9B7BF;
		background: #fff;
		border: 1px solid #D9B7BF;
	}
	
	.f-banner{
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		display: block;
	}
	
	
    
}

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

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

	/*sid-nav*/
    .side-nav{
		display: none;
	}
	.side-nav-in{
		display: none;
	}
	.side-nav-in a{
		display: none;
	}
	.side-nav-in a:hover{
		display: none;
	}
	
    /*ani*/
    figure.snip1353 {
		position: relative;
		overflow: hidden;
		width: 100%;
		color: #000000;
		text-align: center;
	}
	figure.snip1353 * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	figure.snip1353 img {
		opacity: 1;
		width: 100%;
	}
	figure.snip1353:after,
	figure.snip1353:before {
		background: #000;
		width: 300%;
		height: 200%;
		position: absolute;
		content: '';
		opacity: 0.5;
		-webkit-transition: all 0.55s ease-in-out;
		transition: all 0.55s ease-in-out;
		z-index: 1;
	}
	figure.snip1353:after {
		top: 0;
		left: 0;
		-webkit-transform: skew(-40deg) translateX(-150%);
		transform: skew(-40deg) translateX(-150%);
	}
	figure.snip1353:before {
		right: 0;
		bottom: 0;
		-webkit-transform: skew(-40deg) translateX(150%);
		transform: skew(-40deg) translateX(150%);
	}
	figure.snip1353 figcaption {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 2;
	}
	figure.snip1353 h2,
	figure.snip1353 p {
		margin: 0;
		width: 100%;
		opacity: 0;
	}
	figure.snip1353 h2 {
		padding: 0 30px;
		font-weight: 400;
		text-transform: uppercase;
	}
	figure.snip1353 p {
		width: 90%;
		display: block;
		margin: 0 auto;
		text-align: left;
		font-size: 21px;
		color: #FFFFFF;
		line-height: 1.8em;
		font-weight: bold;
        letter-spacing: 2px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		text-align: center;
		font-weight: normal;
	}
	figure.snip1353 a {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute;
		z-index: 2;
	}
	figure.snip1353:hover img,
	figure.snip1353.hover img {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
	}
	figure.snip1353:hover:after,
	figure.snip1353.hover:after {
		-webkit-transform: skew(-45deg) translateX(-50%);
		transform: skew(-45deg) translateX(-50%);
	}
	figure.snip1353:hover:before,
	figure.snip1353.hover:before {
		-webkit-transform: skew(-45deg) translateX(50%);
		transform: skew(-45deg) translateX(50%);
	}
	figure.snip1353:hover figcaption h2,
	figure.snip1353.hover figcaption h2,
	figure.snip1353:hover figcaption p,
	figure.snip1353.hover figcaption p {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	figure.snip1353:hover figcaption h2,
	figure.snip1353.hover figcaption h2 {
		opacity: 1;
	}
	figure.snip1353:hover figcaption p,
	figure.snip1353.hover figcaption p {
		opacity: 0.7;
	}
	
	/*-----------------*/
	figure.snip1354 {
		position: relative;
		overflow: hidden;
		width: 100%;
		color: #000000;
		text-align: center;
	}
	figure.snip1354 * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	figure.snip1354 img {
		opacity: 1;
		width: 100%;
	}
	figure.snip1354:after,
	figure.snip1354:before {
		background: #fff;
		width: 300%;
		height: 200%;
		position: absolute;
		content: '';
		opacity: 0.5;
		-webkit-transition: all 0.55s ease-in-out;
		transition: all 0.55s ease-in-out;
		z-index: 1;
	}
	figure.snip1354:after {
		top: 0;
		left: 0;
		-webkit-transform: skew(-40deg) translateX(-150%);
		transform: skew(-40deg) translateX(-150%);
	}
	figure.snip1354:before {
		right: 0;
		bottom: 0;
		-webkit-transform: skew(-40deg) translateX(150%);
		transform: skew(-40deg) translateX(150%);
	}
	figure.snip1354 figcaption {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 2;
	}
	figure.snip1354 h2,
	figure.snip1354 p {
		margin: 0;
		width: 100%;
		opacity: 0;
	}
	figure.snip1354 h2 {
		padding: 0 30px;
		font-weight: 400;
		text-transform: uppercase;
	}
	figure.snip1354 p {
		width: 50%;
		display: block;
		margin: 0 auto;
	}
	figure.snip1354 a {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute;
		z-index: 2;
	}
	figure.snip1354:hover img,
	figure.snip1354.hover img {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
	}
	figure.snip1354:hover:after,
	figure.snip1354.hover:after {
		-webkit-transform: skew(-45deg) translateX(-50%);
		transform: skew(-45deg) translateX(-50%);
	}
	figure.snip1354:hover:before,
	figure.snip1354.hover:before {
		-webkit-transform: skew(-45deg) translateX(50%);
		transform: skew(-45deg) translateX(50%);
	}
	figure.snip1354:hover figcaption h2,
	figure.snip1354.hover figcaption h2,
	figure.snip1354:hover figcaption p,
	figure.snip1354.hover figcaption p {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	figure.snip1354:hover figcaption h2,
	figure.snip1354.hover figcaption h2 {
		opacity: 1;
	}
	figure.snip1354:hover figcaption p,
	figure.snip1354.hover figcaption p {
		opacity: 0.7;
	}
	
	
    /*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: 3% 0;
	}
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
		flex-wrap: wrap;
        margin: 3% 0;
	}
    .cart-title{
		font-size: 12px;
        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-title02{
		font-size: 12px;
        letter-spacing: 1px;
        width: 100%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title02 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: 12px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 8px;
		margin: 0 0 0 2px;
	}
	.cart-yen02{
		font-size: 14px;
        width: 50%;
        display: flex;
        align-items: center;
        white-space: nowrap;
	}
	.cart-yen02 span{
		font-size: 12px;
		margin: 0 0 0 5px;
	}
	
    .cart-yen span.more-btm{
		border: 1px solid #D9B7BF;
        box-sizing: border-box!important;
        background: #D9B7BF;
        color: #fff;
        font-size: 12px;
        margin: 0 0 0 10px;
        padding: 2px 0%!important;
        display: inline-block;
        width: 100px;
        text-align: center;
	}
	.cart-btm:hover .cart-yen span.more-btm{
		border: 1px solid #D9B7BF;
        box-sizing: border-box;
		color: #D9B7BF;	
		background: #fff;
		transition: 0.3s;
	}
    
    .cart-yen span.more-btm01{
		border: 1px solid #D9B7BF;
        box-sizing: border-box!important;
        background: #D9B7BF;
        color: #fff;
        font-size: 12px;
        margin: 0 0 0 10px;
        padding: 2px 0%!important;
        display: inline-block;
        width: 100px;
        text-align: center;
	}
	.cart-btm:hover .cart-yen span.more-btm01{
		border: 1px solid #D9B7BF;
        box-sizing: border-box;
		color: #D9B7BF;	
		background: #fff;
		transition: 0.3s;
	}
	
	.cart-yen span.more-btm02{
		border: 1px solid #C0CADE;
        box-sizing: border-box!important;
        background: #C0CADE;
        color: #fff;
        font-size: 12px;
        margin: 0 0 0 10px;
        padding: 2px 0%!important;
        display: inline-block;
        width: 100px;
        text-align: center;
	}
	.cart-btm:hover .cart-yen span.more-btm02{
		border: 1px solid #C0CADE;
        box-sizing: border-box;
		color: #C0CADE;	
		background: #fff;
		transition: 0.3s;
	}
	
	.cart-yen span.more-btm03{
		border: 1px solid #B6CCB4;
        box-sizing: border-box!important;
        background: #B6CCB4;
        color: #fff;
        font-size: 12px;
        margin: 0 0 0 10px;
        padding: 2px 0%!important;
        display: inline-block;
        width: 100px;
        text-align: center;
	}
	.cart-btm:hover .cart-yen span.more-btm03{
		border: 1px solid #B6CCB4;
        box-sizing: border-box;
		color: #B6CCB4;	
		background: #fff;
		transition: 0.3s;
	}
	
    
    /*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 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;
    }
	
	/*header----------------------------------------------------*/
    header {
		width: 100%;
        position: relative;
		margin: 0 0 5% 0;
    }
	header .mv{
		width: 100%;
		margin: 0 0 5% 0%;
	}
	header .title{
		width: 90%;
		margin: 0 auto;
	}
	
	.mv-nav{
		width: 100%;
		position: absolute;
		bottom: 3%;
		left: 0;
		right: 0;
		margin: 0 auto;
		background: rgba(255,255,255,0.7);
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	.mv-nav .mv-nav-list{
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.mv-nav .mv-nav-list li{
		width: 20%;
		border-left: 1px solid #fff;
		padding: 0% 0;
	}
	.mv-nav .mv-nav-list li:last-child{
		width: 20%;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	.mv-nav .mv-nav-list li a{
		width: 100%;
		display: block;
		opacity: 1;
		transition: .3s;
	}
	.mv-nav .mv-nav-list li a:hover{
		opacity: .5;
		transition: .3s;
	}
	
	/*read*/
	.read{
		width: 90%;
		margin: 0 auto 10% auto;
	}
	.read .txt{
		width: 100%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		margin: 0 0 10% 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.read .txt span{
		width: 100%;
		text-align: center;
		font-size: 21px;
		letter-spacing: 3px;
		line-height: 1.8em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		margin: 0 0 3% 0;
	}
	.read .pro{
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.read .pro .txt-box{
		width: 90%;
		margin: 0 auto;
		text-align: justify;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        position: relative;
	}
	.read-txt-in::before{
        content: url("../img/kakko01.svg");
        width: 8px;
        height: 30px;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: absolute;
        top: -10px;
		left: -20px;
    }
	.read-txt-in02::after{
        content: url("../img/kakko02.svg");
        width: 8px;
        height: 30px;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
		display: inline-block;
        top: 10px;
		left: 10px;
    }
	.read .pro .data{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.read .pro .data .pro-img{
		width: 45%;
		margin: 0 auto 3% auto;
	}
	.read .pro .data .pro-img .name{
		width: 100%;
		margin: 5% auto 0 auto;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 14px;
		display: block;
		letter-spacing: 3px;
	}
	.read .pro .data .pro-txt .title{
		width: 100%;
		font-size: 13px;
		display: block;
		letter-spacing: 3px;
	}
	.read .pro .data .pro-txt{
		width: 100%;
		text-align: justify;
		line-height: 2em;
		font-size: 11px;
		display: block;
		letter-spacing: 2px;
	}
	
	/*item-btn*/
	.item-btn{
		position: relative;
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item-btn .item-bg {
		position: absolute;
		top: -10%;
		width: 100%;
		z-index: -1;
		opacity: 0;
	}
	.item-btn .item-bg.active{
		animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes slideIn {
	  0% {
		transform: translateX(-100%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  40%,100% {
		opacity: 1;
	  }
	}
	
	.item-btn-box{
		width: 90%;
		margin: 0 auto;
	}
	.item-btn-list{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.item-btn-list li{
		width: 47%;
		margin: 0 0 5% 0;
	}
	.hover-parent .hover-box{
		width: 100%;
		height: 100%;
		overflow: hidden;
		border-top-right-radius: 20%;
		border-bottom-left-radius: 20%;
	}
	.hover-parent .hover-box .bg-img{
		width: 100%;
		transition:.5s all;
    }
	.hover-parent:hover .hover-box .bg-img{
		transform:scale(1.1,1.1);
  		transition:.5s all;
    }
	.hover-parent .txt .title{
		width: 100%;
		text-align: center;
		display: block;
		font-size: 10px;
		letter-spacing: 1px;
		margin: 0 0 1% 0;
	}
	.hover-parent .txt{
		margin: 4% 0 0 0;
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.hover-parent .num{
		margin: 0% 0 4% 0;
		width: 100%;
	}
	
	
	/*top-item*/
	.top-item{
		width: 90%;
		margin: 0 auto 10% auto;
	}
	.top-item .main-title{
		width: 100%;
		margin: 0 0 1% 0;
	}
	.top-item .icon{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.top-item .icon img{
		width: 15px;
		margin: 0 auto;
		display: block;
		animation-name: huwahuwa;
		animation-timing-function: ease-in-out;
		animation-iteration-count: infinite;
		animation-direction: alternate;
		animation-duration: 1s;
	}
	@keyframes huwahuwa {
		0% {
			transform: translate(0,0px);
		}
		100% {
			transform: translate(0,-5px)
		}
	}
	.top-item .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.top-item .data{
		width: 100%;
	}
	.top-item .data .title{
		width: 100%;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.5em;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.top-item .data .title .bottom{
		width: 100%;
		display: block;
		margin: 3% 0 5% 0;
	}
	.top-item .data .pro-icon{
		width: 35%;
		display: block;
		margin: 0 auto 3% auto;
		opacity: 0;
	}
	.top-item .data .pro-icon.active{
		animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes slideIn {
	  0% {
		transform: translateY(10%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  60%,100% {
		opacity: 1;
	  }
	}
	.top-item .data .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.8em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	
	/*item-box*/
	.item-box{
		width: 90%;
		margin: 0 auto 10% auto;
	}
	.item-box .img{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item-box .data{
		width: 100%;
	}
	.item-box .data .common-title{
		width: 140px;
		margin: 0 auto 2% auto;
	}
	.common-line{
		width: 100%;
		height: 20px;
		position: relative;
		margin: 0 0 5% 0;
	}
	.scrolldown1{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 1px;
		height: 20px;
		background: #000;
		animation: pathmove 1.5s ease-in-out infinite;
		opacity:0;
		margin: 0 auto;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:20px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:20px;
		opacity: 0;
	  }
	}

	.item-box .data .title{
		width: 100%;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.5em;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	.item-box .data .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.8em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
	}
	
	.end-box{
		width: 90%;
		margin: 0 auto 10% auto;
		padding: 0 0 10% 0;
		border-bottom: 1px solid #eee;
	}
	.end-box .txt{
		font-size: 10px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.f-btn-box{
		width: 80%;
		margin: 0 auto 3% auto;
		position: relative;
	}
	.btn-list{
		width: 100%;
	}
	.btn-list li{
		width: 100%;
		position: relative;
	}
	.btn-list li:nth-child(2){
		width: 100%;
		position: relative;
		margin: 5% 0;
	}
	.btn-list li a{
		width: 100%;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.btn-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*cart-btm*/
	.link-line{
		width: 100%;
		height: 1px;
		margin: 5% 0;
		background: #ababac;
	}
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #75d1c4;
		border: 1px solid #75d1c4;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #75d1c4;
	  color: #75d1c4;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #3c3c3c;
		display: inline-block;
		text-align: center;
		color: #3c3c3c;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #3c3c3c;
	  border-color: #3c3c3c;
	  color: #fff;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #caa8cd;
		border: 1px solid #caa8cd;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #caa8cd;
	  color: #caa8cd;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #ff957a;
		border: 1px solid #ff957a;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #ff957a;
	  color: #ff957a;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #c9c45c;
		border: 1px solid #c9c45c;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #c9c45c;
	  color: #c9c45c;
	}
	
	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #72abd8;
		border: 1px solid #72abd8;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn06 {
	  background: #fff;
	  border-color: #72abd8;
	  color: #72abd8;
	}
	
	.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;
	}
	/*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 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in1 {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	.fade02 {
		animation-name: fade-in2;
		animation-duration: 4s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	.fade03 {
		animation-name: fade-in3;
		animation-duration: 5s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in3 {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
		transform : translate(0, 0);
		transition : all 1s;
	}
	.fadein-up.active{
		animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: .5s;
	}
	@keyframes fadeIn {
	  0% {
		opacity: 0;
	  }
	  100% {
		opacity: 1;
	  }
	}
	
	.fadein-left {
		opacity : 0;
		transform : translate(-50px, 0);
		transition : all 1s;
		transition-delay: 0s;
	}
	.fadein-left.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	.fadein-right {
		opacity : 0;
		transform : translate(50px, 0);
		transition : all 1s;
		transition-delay: 0s;
	}
	.fadein-right.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	
	.btm-btn{
		width: 100%;
		display: block;
		margin: 5% 0 0 0;
		border: 1px solid #D9B7BF;
		box-sizing: border-box!important;
		background: #D9B7BF;
		color: #fff;
		font-size: 13px;
		padding: 10px 0%!important;
		text-align: center;
		text-decoration: none;
		transition: .3s;
	}
	.btm-btn:hover{
		width: 100%;
		transition: .3s;
		color: #D9B7BF;
		background: #fff;
		border: 1px solid #D9B7BF;
	}
	
	.f-banner{
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		display: block;
	}
	
	
	
	.menu{
		height: 20px;
		position: fixed;
		right: 20px;
		top: 20px;
		width: 30px;
		z-index: 99;
	}
	.menu__line{
		background: #000;
		display: block;
		height: 2px;
		position: absolute;
		transition:transform .3s;
		width: 100%;
	}
	.menu__line--center{
		top: 9px;
	}
	.menu__line--bottom{
		bottom: 0;
	}
	.menu__line--top.active{
		top: 8px;
		transform: rotate(45deg);
	}
	.menu__line--center.active{
		transform:scaleX(0);
	}
	.menu__line--bottom.active{
		bottom: 10px;
		transform: rotate(135deg);
	}
	
	/*gnav*/
	.gnav{
		background: rgba(255,255,255,0.7);
		display: none;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 98!important;
		top: 0;
		left: 0;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
	.gnav__wrap{
		align-items:center;
		display: flex;
		height: 100%;
		justify-content: center;
		position: absolute;
		width: 100%;
	}
	.gnav__menu{
		width: 80%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.gnav__menu__item{
		width: 47%;
		margin: 0 0 5% 0;
	}
	.gnav__menu__item a{
		display: block;
		text-decoration: none;
	}
	.gnav__menu__item a .txt{
		display: block;
		color: #000000;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 13px;
		letter-spacing: 1px;
		text-align: center;
		margin: 4% 0 0 0;
	}
	.gnav__menu__item a img{
		width: 80%;
		margin: 0 auto;
		display: block;
	}
	
	
	.grad-btn {
		background: #000;
		color: #fff;
		text-align: center;
		display: block;
		margin: 5% auto 0 auto;
		font-size: 12px;
		padding: 1% 0;
	}
	.grad-btn::before {
	  content: "READ MORE"
	}
	.grad-item {
	  position: relative;
	  overflow: hidden;
	  height: 35px; /*隠した状態の高さ*/
	}
	.grad-item::before {
	  display: block;
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  height: 35px; 
	  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	  content: "";
	}
	.grad-trigger {
	  display: none; 
	}
	.grad-trigger:checked ~ .grad-btn::before {
	  content: "CLOSE" 
	}
	.grad-trigger:checked ~ .grad-item {
	  height: auto;
	}
	.grad-trigger:checked ~ .grad-item::before {
	  display: none;
	}
	
    
}

