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: 30px;
        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: 20px 0 15px;
	}
	.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: 14px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 12px;
		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;
        background: #f4f9f9;
		margin: 0 auto 3% auto;
    }
	header .mv{
		width: 100%;
		margin: 0 0 0 0%;
	}
	header .title{
		width: 40%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		right: 10%;
		z-index: 3;
	}
	header .title-sub{
		width: 10%;
		margin: 10% auto 0 auto;
	}
	header .title-sub02{
		width: 12%;
		margin: 0% auto 0 auto;
		left: 0;
		right: 0;
		bottom: 3%;
		position: absolute;
	}
	
	/*read*/
	.read{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 3% auto;
	}
	.read .txt{
		width: 100%;
		text-align: center;
		font-size: 18px;
		letter-spacing: 5px;
		line-height: 2.5em;
		margin: 0 0 5% 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*item*/
	.item01{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 7% auto;
	}
	.item01 .title{
		width: 70%;
		margin: 0 auto 5% auto;
	}
	.item01 .img{
		width: 100%;
		margin: 0 auto 3% auto;
	}
	.item01 .link-box{
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item01 .link-box li{
		width: 21%;
		padding: 0 2%;
		border-right: 1px solid #eeeeee;
		
	}
	
	/*item02*/
	.item02{
		width: 100%;
		max-width: 700px;
		margin: 0 auto 7% auto;
	}
	.item02 .title{
		width: 80%;
		margin: 0 auto 2% auto;
	}
	.item02 .img{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item02 .txt{
		width: 80%;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		margin: 0 auto 5% auto;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item02 .link-box{
		width: 80%;
		margin: 0 auto;
	}
	.item02 .link-box .line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% auto 5% auto;
	}
	
	/*item03*/
	.item03{
		width: 100%;
		max-width: 800px;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.item03 .title{
		width: 26%;
		margin: 0 auto 5% auto;
	}
	.item03 .img{
		width: 65%;
		margin: 0 30% 5% 0;
	}
	.item03 .txt{
		width: 45%;
		background: rgba(255,255,255,0.7);
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		position: absolute;
		box-sizing: border-box;
		padding: 3% 3%;
		top: 65%;
		right: 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item03 .link-box{
		width: 50%;
		margin: 0 50% 5% 0;
	}
	.item03 .link-box .line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% auto 5% auto;
	}
	
	/*item04*/
	.item04{
		width: 100%;
		max-width: 800px;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.item04 .title{
		width: 32%;
		margin: 0 auto 5% auto;
	}
	.item04 .img{
		width: 65%;
		margin: 0 0% 5% 30%;
	}
	.item04 .txt{
		width: 45%;
		background: rgba(255,255,255,0.7);
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		position: absolute;
		box-sizing: border-box;
		padding: 3% 3%;
		top: 65%;
		left: 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item04 .link-box{
		width: 50%;
		margin: 0 0% 5% 50%;
	}
	.item04 .link-box .line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% auto 5% auto;
	}
	
	
	.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*/
	.cart-btm02 .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #393f7b;
		border: 1px solid #393f7b;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm02:hover .btn01 {
	  background: #fff;
	  border-color: #393f7b;
	  color: #393f7b;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #393f7b;
		border: 1px solid #393f7b;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #393f7b;
	  color: #393f7b;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #000;
	  color: #000;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #6f8bd1;
		border: 1px solid #6f8bd1;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #6f8bd1;
	  color: #6f8bd1;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #c8e6e1;
		border: 1px solid #c8e6e1;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #c8e6e1;
	  color: #c8e6e1;
	}
	
	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #c6d9ec;
		border: 1px solid #c6d9ec;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn06 {
	  background: #fff;
	  border-color: #c6d9ec;
	  color: #c6d9ec;
	}
	
	.cart-btm .btn07{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #f1dc80;
		border: 1px solid #f1dc80;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn07 {
	  background: #fff;
	  border-color: #f1dc80;
	  color: #f1dc80;
	}
	
	.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(-1rem, 0, 0);
			  transform: translate3d(-1rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
	  -webkit-transform: translate3d(-1rem, 0, 0);
			  transform: translate3d(-1rem, 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: -1.3rem;
	}
	.cart-btm02:hover .btn-arrow img {
	  opacity: 1;
	  right: -1.3rem;
	}
	/*anime----------------------------------------------------*/
	/*ani-common*/
	.photo{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	
	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 0.5s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}
	
	.gbc01{
		background: #c8d4ed;
	}
	.gbc02{
		background: #e0d3e7;
	}
	.gbc03{
		background: #f7cfdc;
	}
	.gbc04{
		background: #6f8bd1;
	}
	.gbc05{
		background: #c8e6e1;
	}
	.gbc06{
		background: #c6d9ec;
	}
	.gbc07{
		background: #f1dc80;
	}
	
	.gb {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(100%);
		}
	}
	
	/*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;
		}
	}

	.fadein-up {
		opacity : 0;
		transform : translate(0, 0);
		transition : all 1s;
		transition-delay: 0s;
	}
	.fadein-up.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	
	.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: 30px;
        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: 20px 0 15px;
	}
	.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: 14px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 12px;
		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;
        background: #f4f9f9;
		margin: 0 0 3% 0;
    }
	header .mv{
		width: 100%;
		margin: 0 0 0 0%;
	}
	header .title{
		width: 40%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		right: 10%;
		z-index: 3;
	}
	header .title-sub{
		width: 10%;
		margin: 10% auto 0 auto;
	}
	header .title-sub02{
		width: 12%;
		margin: 0% auto 0 auto;
		left: 0;
		right: 0;
		bottom: 3%;
		position: absolute;
	}
	
	/*read*/
	.read{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 3% auto;
	}
	.read .txt{
		width: 100%;
		text-align: center;
		font-size: 18px;
		letter-spacing: 5px;
		line-height: 2.5em;
		margin: 0 0 5% 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*item*/
	.item01{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 7% auto;
	}
	.item01 .title{
		width: 70%;
		margin: 0 auto 5% auto;
	}
	.item01 .img{
		width: 100%;
		margin: 0 auto 3% auto;
	}
	.item01 .link-box{
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item01 .link-box li{
		width: 21%;
		padding: 0 2%;
		border-right: 1px solid #eeeeee;
		
	}
	
	/*item02*/
	.item02{
		width: 100%;
		max-width: 700px;
		margin: 0 auto 7% auto;
	}
	.item02 .title{
		width: 80%;
		margin: 0 auto 2% auto;
	}
	.item02 .img{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item02 .txt{
		width: 80%;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		margin: 0 auto 5% auto;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item02 .link-box{
		width: 80%;
		margin: 0 auto;
	}
	.item02 .link-box .line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% auto 5% auto;
	}
	
	/*item03*/
	.item03{
		width: 100%;
		max-width: 800px;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.item03 .title{
		width: 26%;
		margin: 0 auto 5% auto;
	}
	.item03 .img{
		width: 65%;
		margin: 0 30% 5% 0;
	}
	.item03 .txt{
		width: 45%;
		background: rgba(255,255,255,0.7);
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		position: absolute;
		box-sizing: border-box;
		padding: 3% 3%;
		top: 65%;
		right: 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item03 .link-box{
		width: 50%;
		margin: 0 50% 5% 0;
	}
	.item03 .link-box .line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% auto 5% auto;
	}
	
	/*item04*/
	.item04{
		width: 100%;
		max-width: 800px;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.item04 .title{
		width: 32%;
		margin: 0 auto 5% auto;
	}
	.item04 .img{
		width: 65%;
		margin: 0 0% 5% 30%;
	}
	.item04 .txt{
		width: 45%;
		background: rgba(255,255,255,0.7);
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		position: absolute;
		box-sizing: border-box;
		padding: 3% 3%;
		top: 65%;
		left: 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item04 .link-box{
		width: 50%;
		margin: 0 0% 5% 50%;
	}
	.item04 .link-box .line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% auto 5% auto;
	}
	
	
	.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*/
	.cart-btm02 .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #393f7b;
		border: 1px solid #393f7b;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm02:hover .btn01 {
	  background: #fff;
	  border-color: #393f7b;
	  color: #393f7b;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #393f7b;
		border: 1px solid #393f7b;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #393f7b;
	  color: #393f7b;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #000;
	  color: #000;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #6f8bd1;
		border: 1px solid #6f8bd1;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #6f8bd1;
	  color: #6f8bd1;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #c8e6e1;
		border: 1px solid #c8e6e1;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #c8e6e1;
	  color: #c8e6e1;
	}
	
	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #c6d9ec;
		border: 1px solid #c6d9ec;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn06 {
	  background: #fff;
	  border-color: #c6d9ec;
	  color: #c6d9ec;
	}
	
	.cart-btm .btn07{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #f1dc80;
		border: 1px solid #f1dc80;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn07 {
	  background: #fff;
	  border-color: #f1dc80;
	  color: #f1dc80;
	}
	
	.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(-1rem, 0, 0);
			  transform: translate3d(-1rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
	  -webkit-transform: translate3d(-1rem, 0, 0);
			  transform: translate3d(-1rem, 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: -1.3rem;
	}
	.cart-btm02:hover .btn-arrow img {
	  opacity: 1;
	  right: -1.3rem;
	}
	/*anime----------------------------------------------------*/
	/*ani-common*/
	.photo{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	
	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 0.5s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}
	
	.gbc01{
		background: #c8d4ed;
	}
	.gbc02{
		background: #e0d3e7;
	}
	.gbc03{
		background: #f7cfdc;
	}
	.gbc04{
		background: #6f8bd1;
	}
	.gbc05{
		background: #c8e6e1;
	}
	.gbc06{
		background: #c6d9ec;
	}
	.gbc07{
		background: #f1dc80;
	}
	
	.gb {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(100%);
		}
	}
	
	/*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;
		}
	}

	.fadein-up {
		opacity : 0;
		transform : translate(0, 0);
		transition : all 1s;
		transition-delay: 0s;
	}
	.fadein-up.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	
	.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: 110px;
		right: 30px;
        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: 20px 0 15px;
	}
	.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: 14px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 12px;
		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;
        background: #f4f9f9;
		margin: 0 0 3% 0;
    }
	header .mv{
		width: 100%;
		margin: 0 0 0 0%;
	}
	header .title{
		width: 40%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		right: 10%;
		z-index: 3;
	}
	header .title-sub{
		width: 10%;
		margin: 10% auto 0 auto;
	}
	header .title-sub02{
		width: 12%;
		margin: 0% auto 0 auto;
		left: 0;
		right: 0;
		bottom: 3%;
		position: absolute;
	}
	
	/*read*/
	.read{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 3% auto;
	}
	.read .txt{
		width: 100%;
		text-align: center;
		font-size: 18px;
		letter-spacing: 5px;
		line-height: 2.5em;
		margin: 0 0 5% 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*item*/
	.item01{
		width: 100%;
		max-width: 850px;
		margin: 0 auto 7% auto;
	}
	.item01 .title{
		width: 70%;
		margin: 0 auto 5% auto;
	}
	.item01 .img{
		width: 100%;
		margin: 0 auto 3% auto;
	}
	.item01 .link-box{
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item01 .link-box li{
		width: 21%;
		padding: 0 2%;
		border-right: 1px solid #eeeeee;
		
	}
	
	/*item02*/
	.item02{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 7% auto;
	}
	.item02 .title{
		width: 80%;
		margin: 0 auto 2% auto;
	}
	.item02 .img{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item02 .txt{
		width: 80%;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		margin: 0 auto 5% auto;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item02 .link-box{
		width: 80%;
		margin: 0 auto;
	}
	.item02 .link-box .line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% auto 5% auto;
	}
	
	/*item03*/
	.item03{
		width: 100%;
		max-width: 750px;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.item03 .title{
		width: 26%;
		margin: 0 auto 5% auto;
	}
	.item03 .img{
		width: 65%;
		margin: 0 30% 5% 0;
	}
	.item03 .txt{
		width: 45%;
		background: rgba(255,255,255,0.7);
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		position: absolute;
		box-sizing: border-box;
		padding: 3% 3%;
		top: 65%;
		right: 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item03 .link-box{
		width: 50%;
		margin: 0 50% 5% 0;
	}
	.item03 .link-box .line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% auto 5% auto;
	}
	
	/*item04*/
	.item04{
		width: 100%;
		max-width: 750px;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.item04 .title{
		width: 32%;
		margin: 0 auto 5% auto;
	}
	.item04 .img{
		width: 65%;
		margin: 0 0% 5% 35%;
	}
	.item04 .txt{
		width: 45%;
		background: rgba(255,255,255,0.7);
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		position: absolute;
		box-sizing: border-box;
		padding: 3% 3%;
		top: 65%;
		left: 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item04 .link-box{
		width: 50%;
		margin: 0 0% 5% 50%;
	}
	.item04 .link-box .line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% auto 5% auto;
	}
	
	
	.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*/
	.cart-btm02 .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #393f7b;
		border: 1px solid #393f7b;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm02:hover .btn01 {
	  background: #fff;
	  border-color: #393f7b;
	  color: #393f7b;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #393f7b;
		border: 1px solid #393f7b;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #393f7b;
	  color: #393f7b;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #000;
	  color: #000;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #6f8bd1;
		border: 1px solid #6f8bd1;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #6f8bd1;
	  color: #6f8bd1;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #c8e6e1;
		border: 1px solid #c8e6e1;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #c8e6e1;
	  color: #c8e6e1;
	}
	
	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #c6d9ec;
		border: 1px solid #c6d9ec;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn06 {
	  background: #fff;
	  border-color: #c6d9ec;
	  color: #c6d9ec;
	}
	
	.cart-btm .btn07{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #f1dc80;
		border: 1px solid #f1dc80;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn07 {
	  background: #fff;
	  border-color: #f1dc80;
	  color: #f1dc80;
	}
	
	.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(-1rem, 0, 0);
			  transform: translate3d(-1rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
	  -webkit-transform: translate3d(-1rem, 0, 0);
			  transform: translate3d(-1rem, 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: -1.3rem;
	}
	.cart-btm02:hover .btn-arrow img {
	  opacity: 1;
	  right: -1.3rem;
	}
	/*anime----------------------------------------------------*/
	/*ani-common*/
	.photo{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	
	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 0.5s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}
	
	.gbc01{
		background: #c8d4ed;
	}
	.gbc02{
		background: #e0d3e7;
	}
	.gbc03{
		background: #f7cfdc;
	}
	.gbc04{
		background: #6f8bd1;
	}
	.gbc05{
		background: #c8e6e1;
	}
	.gbc06{
		background: #c6d9ec;
	}
	.gbc07{
		background: #f1dc80;
	}
	
	.gb {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(100%);
		}
	}
	
	/*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;
		}
	}

	.fadein-up {
		opacity : 0;
		transform : translate(0, 0);
		transition : all 1s;
		transition-delay: 0s;
	}
	.fadein-up.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	
	.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{
		position: fixed;
		display: block;
		width: 110px;
		right: 30px;
        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: 20px 0 15px;
	}
	.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: 14px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 12px;
		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;
        background: #f4f9f9;
		margin: 0 0 3% 0;
    }
	header .mv{
		width: 100%;
		margin: 0 0 0 0%;
	}
	header .title{
		width: 40%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		right: 10%;
		z-index: 3;
	}
	header .title-sub{
		width: 10%;
		margin: 10% auto 0 auto;
	}
	header .title-sub02{
		width: 12%;
		margin: 0% auto 0 auto;
		left: 0;
		right: 0;
		bottom: 3%;
		position: absolute;
	}
	
	/*read*/
	.read{
		width: 90%;
		margin: 0 auto 3% auto;
	}
	.read .txt{
		width: 100%;
		font-size: 16px;
		text-align: center;
		letter-spacing: 5px;
		line-height: 2em;
		margin: 0 0 5% 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.read .txt br{
		/*display: none;*/
	}
	
	/*item*/
	.item01{
		width: 90%;
		margin: 0 auto 7% auto;
	}
	.item01 .title{
		width: 70%;
		margin: 0 auto 5% auto;
	}
	.item01 .img{
		width: 100%;
		margin: 0 auto 3% auto;
	}
	.item01 .link-box{
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item01 .link-box li{
		width: 21%;
		padding: 0 2%;
		border-right: 1px solid #eeeeee;
	}
	
	/*item02*/
	.item02{
		width: 70%;
		overflow: hidden;
		margin: 0 auto 7% auto;
	}
	.item02 .title{
		width: 80%;
		margin: 0 auto 2% auto;
	}
	.item02 .img{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item02 .txt{
		width: 80%;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		margin: 0 auto 5% auto;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item02 .link-box{
		width: 80%;
		margin: 0 auto;
	}
	.item02 .link-box .line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% auto 5% auto;
	}
	
	/*item03*/
	.item03{
		width: 90%;
		overflow: hidden;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.item03 .title{
		width: 26%;
		margin: 0 auto 5% auto;
	}
	.item03 .img{
		width: 65%;
		margin: 0 30% 5% 0;
	}
	.item03 .txt{
		width: 45%;
		background: rgba(255,255,255,0.7);
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		position: absolute;
		box-sizing: border-box;
		padding: 3% 3%;
		top: 65%;
		right: 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item03 .link-box{
		width: 50%;
		margin: 0 50% 5% 0;
	}
	.item03 .link-box .line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% auto 5% auto;
	}
	
	/*item04*/
	.item04{
		width: 90%;
		overflow: hidden;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.item04 .title{
		width: 32%;
		margin: 0 auto 5% auto;
	}
	.item04 .img{
		width: 65%;
		margin: 0 0% 5% 35%;
	}
	.item04 .txt{
		width: 45%;
		background: rgba(255,255,255,0.7);
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		position: absolute;
		box-sizing: border-box;
		padding: 3% 3%;
		top: 65%;
		left: 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item04 .link-box{
		width: 50%;
		margin: 0 0% 5% 50%;
	}
	.item04 .link-box .line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% auto 5% auto;
	}
	
	
	.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*/
	.cart-btm02 .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #393f7b;
		border: 1px solid #393f7b;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm02:hover .btn01 {
	  background: #fff;
	  border-color: #393f7b;
	  color: #393f7b;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #393f7b;
		border: 1px solid #393f7b;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #393f7b;
	  color: #393f7b;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #000;
	  color: #000;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #6f8bd1;
		border: 1px solid #6f8bd1;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #6f8bd1;
	  color: #6f8bd1;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #c8e6e1;
		border: 1px solid #c8e6e1;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #c8e6e1;
	  color: #c8e6e1;
	}
	
	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #c6d9ec;
		border: 1px solid #c6d9ec;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn06 {
	  background: #fff;
	  border-color: #c6d9ec;
	  color: #c6d9ec;
	}
	
	.cart-btm .btn07{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #f1dc80;
		border: 1px solid #f1dc80;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn07 {
	  background: #fff;
	  border-color: #f1dc80;
	  color: #f1dc80;
	}
	
	.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(-1rem, 0, 0);
			  transform: translate3d(-1rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
	  -webkit-transform: translate3d(-1rem, 0, 0);
			  transform: translate3d(-1rem, 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: -1.3rem;
	}
	.cart-btm02:hover .btn-arrow img {
	  opacity: 1;
	  right: -1.3rem;
	}
	/*anime----------------------------------------------------*/
	/*ani-common*/
	.photo{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	
	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 0.5s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}
	
	.gbc01{
		background: #c8d4ed;
	}
	.gbc02{
		background: #e0d3e7;
	}
	.gbc03{
		background: #f7cfdc;
	}
	.gbc04{
		background: #6f8bd1;
	}
	.gbc05{
		background: #c8e6e1;
	}
	.gbc06{
		background: #c6d9ec;
	}
	.gbc07{
		background: #f1dc80;
	}
	
	.gb {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(100%);
		}
	}
	
	/*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;
		}
	}

	.fadein-up {
		opacity : 0;
		transform : translate(0, 0);
		transition : all 1s;
		transition-delay: 0s;
	}
	.fadein-up.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	
	.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{
		position: fixed;
		display: block;
		width: 110px;
		right: 30px;
        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: 20px 0 15px;
	}
	.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: 11px;
		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;
        background: #fff;
		margin: 0 0 3% 0;
    }
	header .mv{
		width: 100%;
		margin: 0 0 0 0%;
	}
	header .title{
		width: 100%;
		margin: 0 auto;
		padding: 0 0 10%;
	}
	header .title-sub{
		display: block;
		position: absolute;
		top: 2%;
		left: 2%;
		width: 60px;
	}
	header .title-sub02{
		display: none;
	}
	
	/*read*/
	.read{
		width: 90%;
		margin: 0 auto 15% auto;
	}
	.read .txt{
		width: 100%;
		font-size: 14px;
		text-align: center;
		letter-spacing: 2px;
		line-height: 2em;
		margin: 0 0 5% 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.read .txt br{
		/*display: none;*/
	}
	
	/*item*/
	.item01{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item01 .title{
		width: 90%;
		margin: 0 auto 5% auto;
	}
	.item01 .img{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item01 .link-box{
		width: 90%;
		margin: 0 auto;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 15% auto;
	}
	.item02 .title{
		width: 90%;
		margin: 0 auto 2% auto;
	}
	.item02 .img{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item02 .txt{
		width: 90%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		margin: 0 auto 5% auto;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item02 .link-box{
		width: 90%;
		margin: 0 auto;
	}
	.item02 .link-box .line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% auto 5% auto;
	}
	
	/*item03*/
	.item03{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 15% auto;
		position: relative;
	}
	.item03 .title{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item03 .img{
		width: 100%;
		margin: 0 0% 5% 0;
	}
	.item03 .txt{
		width: 90%;
		margin: 0 auto 5% auto;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item03 .link-box{
		width: 90%;
		margin: 0 auto;
	}
	.item03 .link-box .line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% auto 5% auto;
	}
	
	/*item04*/
	.item04{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 15% auto;
		position: relative;
	}
	.item04 .title{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item04 .img{
		width: 100%;
		margin: 0 0% 5% 0;
	}
	.item04 .txt{
		width: 90%;
		margin: 0 auto 5% auto;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item04 .link-box{
		width: 90%;
		margin: 0 auto;
	}
	.item04 .link-box .line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% auto 5% auto;
	}
	
	
	.f-btn-box{
		width: 90%;
		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*/
	.cart-btm02 .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 90px!important;
		padding: 10px 0 10px 0;
		background: #393f7b;
		border: 1px solid #393f7b;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm02:hover .btn01 {
	  background: #fff;
	  border-color: #393f7b;
	  color: #393f7b;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 10px 0 10px 0;
		background: #393f7b;
		border: 1px solid #393f7b;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #393f7b;
	  color: #393f7b;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 10px 0 10px 0;
		background: #fff;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #000;
	  color: #000;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #6f8bd1;
		border: 1px solid #6f8bd1;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #6f8bd1;
	  color: #6f8bd1;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #c8e6e1;
		border: 1px solid #c8e6e1;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #c8e6e1;
	  color: #c8e6e1;
	}
	
	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #c6d9ec;
		border: 1px solid #c6d9ec;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn06 {
	  background: #fff;
	  border-color: #c6d9ec;
	  color: #c6d9ec;
	}
	
	.cart-btm .btn07{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #f1dc80;
		border: 1px solid #f1dc80;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn07 {
	  background: #fff;
	  border-color: #f1dc80;
	  color: #f1dc80;
	}
	
	.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(-1rem, 0, 0);
			  transform: translate3d(-1rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
	  -webkit-transform: translate3d(-1rem, 0, 0);
			  transform: translate3d(-1rem, 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: -1.3rem;
	}
	.cart-btm02:hover .btn-arrow img {
	  opacity: 1;
	  right: -1.3rem;
	}
	/*anime----------------------------------------------------*/
	/*ani-common*/
	.photo{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	
	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 0.5s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}
	
	.gbc01{
		background: #c8d4ed;
	}
	.gbc02{
		background: #e0d3e7;
	}
	.gbc03{
		background: #f7cfdc;
	}
	.gbc04{
		background: #6f8bd1;
	}
	.gbc05{
		background: #c8e6e1;
	}
	.gbc06{
		background: #c6d9ec;
	}
	.gbc07{
		background: #f1dc80;
	}
	
	.gb {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(100%);
		}
	}
	
	/*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;
		}
	}

	.fadein-up {
		opacity : 0;
		transform : translate(0, 0);
		transition : all 1s;
		transition-delay: 0s;
	}
	.fadein-up.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	
	.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;
	}
    
}


.item-cut{display: flex;}
