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;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*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: 200px;
		right: 15px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 200px;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in li{
		margin: 0 0 20px 0;
	}
	
    /*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: #fff;
		width: 300%;
		height: 200%;
		position: absolute;
		content: '';
		opacity: 0.3;
		-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: 12px;
		color: #FFFFFF;
		line-height: 1.8em;
		font-weight: bold;
        letter-spacing: 0px;
		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(30%);
		filter: grayscale(30%);
	}
	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.2;
		-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: 100%;
		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 {
		opacity: 0.8;
	}
	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: left;
        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-family: 'EB Garamond', serif;
		font-size: 20px;
        letter-spacing: 1px;
        width: 100%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title02 span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 13px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 10px;
		margin: 0 0 0 5px;
	}
	.cart-yen02{
		font-family: 'EB Garamond', serif;
		font-size: 16px;
        width: 50%;
        align-items: center;
        white-space: nowrap;
        text-align: left;
        display: flex;
       justify-content: left;
		border-bottom: 1px solid #eeeeee;
}
	.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;
	}
		.cart-btm02 .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #AA7BAD;
		border: 1px solid #AA7BAD;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm02:hover .btn01 {
	  background: #fff;
	  border-color: #AA7BAD;
	  color: #AA7BAD;
	}
    
    /*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
	.l-icon02::after{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
    .s-icon02::after{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
	
	/*header----------------------------------------------------*/
    header {
		width: 100%;
		max-width: 2000px;
        position: relative;
		margin: 0 auto 3% auto;
    }
	header .mv{
		width: 100%;
		margin: 0 0 0 0%;
	}
	header .title{
    width: 40%;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /* right: 0%; */
    left: 6%;
    margin: 0 auto;
    padding: 15% 1%;
    background-color: #ffffff00;
	}
	header .title-b{
		width: 60px;
		position: absolute;
		bottom: 2%;
		right: 0%;
		left: 0%;
		margin: 0 auto;
	}
	header .mv-link{
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0%;
		left: 0%;
		z-index: 3;
	}
	
	/*read*/
	#read{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 10% auto;
	}
	#read .txt{
		width: 100%;
		text-align: center;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2em;
		margin: 0 0 5% 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
		#read .txt b{
			font-size: 30px;
	    display: block;
    margin: 20px auto;
    text-align: center;
	}
	#read .txt span{
		width: 100%;
		text-align: center;
		font-size: 30px;
		letter-spacing: 5px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
	}
	#read .read-list{
		width: 70%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	#read .read-list li{
		width: 45%;
	}
	/*door*/
	.door{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
	}
	
	/*top-item*/
	.top-item{
		width: 100%;
		margin: 0 0 4% 0;
	}
	.top-item .title{
		width: 100%;
		text-align: center;
		font-size: 26px;
		letter-spacing: 4px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 2% 0;
	}
	.top-item .title span{
background-image: linear-gradient(to right, #ffc107, #cddc39);
    background-repeat: no-repeat;
    background-size: 100% 10%;
		background-position: bottom;
		padding: 0 3px;
		margin: 0 3px;
		overflow: hidden;
		opacity: 1;
		transform: translate(0, 0);
		transition: all 1s;
	}
	
	.top-item .title02{
		width: 100%;
		text-align: center;
		color: #b09bb2;
		font-size: 26px;
		letter-spacing: 4px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 2% 0;
	}
	
	.top-item .item-wrap .item-wrap-bg{
		opacity : 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		background: #f6f6f9;
		position: absolute;
		top: 0;
		left: 0;
	}
	.top-item .item-wrap .item-wrap-bg.active{
		animation: fadeline 1.2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes fadeline {
	  0% {
		opacity: 0;
		transform: translate(-100%, 0);
	  }
	  100% {
		opacity: 1;
		transform: translate(0, 0);
	  }
	}
	.top-item .item-wrap{
		width: 100%;
		position: relative;
	}
	.top-item .item-wrap .item-in{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 2% 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	.top-item .item-wrap .item-in .img{
		width: 55%;
	}
	.top-item .item-wrap .item-in .data{
		width: 42%;
	}
	.point-list{
		width: 100%;
	}
	.point-list li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		border-bottom: 3px dotted #949494;
		padding: 0 0 5% 0;
		margin: 0 0 5% 0;
	}
	.point-list li .point{
		width: 40px;
	}
	.point-list li .txt{
		width: 85%;
		font-size: 14px;
		letter-spacing: 2px;
	}
	.point-list li .txt span{
		display: block;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 2px;
		margin: 0 0 1% 0;
	}
	.point-list li .txt .sub{
		display: block;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 2px;
		margin: 0 0 3% 0;
	}
	.top-item .item-wrap .item-in .link-box{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 3% auto 0 auto;
	}
	.top-item .item-wrap .item-in .link-box li{
		width: 25%;
	}
	
	/*item01*/
	.item01{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
		.item01 .title{
		width: 50%;
		margin: 0 auto 5% auto;
	}
	.item01 .img{
		width: calc(80% - 2px);
        margin: 0 1px;
	}
	.item01 .data{
		width: 20%;
		overflow: hidden;
	}
	.item01 .data .title-l{
		width: 90%;
		margin: 0 0 5% 10%;
	}
	.item01 .data .title-l img{
		height: 50px;
		width: auto;
	}
	.item01 .data .title-r{
		width: 90%;
		margin: 0 10% 5% 0;
	}
	.item01 .data .title-r img{
		height: 50px;
		width: auto;
	}
	.item01 .data .txt-l{
		width: 90%;
		margin: 0 0 0 10%;
		font-size: 16px;
		line-height: 2em;
		text-align: justify;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item01 .data .txt-r{
		width: 90%;
		margin: 0 10% 0 0;
		font-size: 16px;
		line-height: 2em;
		text-align: justify;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.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;
	}
	
	.ani-line01{
		opacity : 0;
		width: 100%;
		height: 1px;
		background: #e6e6e6;
		margin: 0 0 5% 0;
	}
	.ani-line01.active{
		animation: line01 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes line01 {
	  0% {
		opacity: 1;
		transform: translate(-100%, 0);
	  }
	  100% {
		opacity: 1;
		transform: translate(0, 0);
	  }
	}
	
	.ani-line02{
		opacity : 0;
		width: 100%;
		height: 1px;
		background: #e6e6e6;
		margin: 0 0 5% 0;
	}
	.ani-line02.active{
		animation: line02 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes line02 {
	  0% {
		opacity: 1;
		transform: translate(100%, 0);
	  }
	  100% {
		opacity: 1;
		transform: translate(0, 0);
	  }
	}
	
	/*item02*/
	.item02{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 0 auto;
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	.item02 .img{
		width: 50%;
        margin: 150px 0 0px;
	}
    .item02 .img:last-child{
		width: 55%;
        position: relative;
        left: -5%;
        margin: 0px;
	}
	.item02 .data{
		width: 29.3333%;
		overflow: hidden;
		margin: 150px 2% 0;
	}
.item02 .data .txt-l {
    width: 100%;
    font-size: 16px;
    line-height: 2em;
    text-align: justify;
    letter-spacing: 2px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
    .item02 .data .line{
		width: 100%;
		height: 1px;
		margin: 5% 0;
		background: #eee;
	}

	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		font-family: 'EB Garamond', serif;
		background: #eeeeee;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 5% 0 5% 0;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '';
		background: url("../img/icon02.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*item03*/
	.item03{
		width: 100%;
		max-width: 1000px;
		margin: 2px auto;
        display: flex;
        position: relative;
    }
	.item03 .img{
		width: 60%;
		margin: 0 auto;
	}
	.item03 .img .img-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.item03 .img .img-list li{
		width: 48%;
	}
	.item03 .data{
		width: 40%;
		display: flex;
		justify-content: space-between;
	}
	.item03 .data .data-box{
		width: 76%;
		margin: 30px 2% 0;
	}
	.item03 .data .data-box .title{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item03 .data .data-box .title img{
		height: 50px;
		width: auto;
	}
	.item03 .data .data-box .txt{
		width: 100%;
		font-size: 16px;
		line-height: 2em;
		text-align: justify;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
		.item03 .data .line{
		width: 100%;
		height: 1px;
		margin: 5% 0;
		background: #eee;
	}
    	.item03 .data .txt-l{
    width: 90%;
    margin: 10% 0 0 10%;
    font-size: 16px;
    line-height: 2em;
    text-align: justify;
    letter-spacing: 2px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	/*item04*/
	.item04{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		position: relative;
	}
    .item04 .img{
		width:calc( 33.3333% - 2px);
        margin: 0 1px;
	}
	.item04 .data{
		width: 29.3333%;
		overflow: hidden;
		margin: 150px 2% 0;
	}
	   .item04 .data .txt-l{
    width: 90%;
    margin: 10% 5% 0;
    font-size: 16px;
    line-height: 2em;
    text-align: justify;
    letter-spacing: 2px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	/*item05*/
	.item05{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 2px auto;
		display: flex;
		justify-content: space-between;
	}
	.item05 .img{
    width: calc( 30% - 2px);
    margin-right: 2px;
	}
    	.item05 .img:last-child{
		width: 65%;
            margin: 150px 0 0px;
	}
	.item05 .data{
		margin: 5% 0 0 0;
		width: 50%;
		overflow: hidden;
	}
	.item05 .data .title-l{
		width: 90%;
		margin: 0 0 5% 10%;
	}
	.item05 .data .title-l img{
		height: 50px;
		width: auto;
	}
	.item05 .data .title-r{
		width: 90%;
		margin: 0 10% 5% 0;
	}
	.item05 .data .title-r img{
		height: 30px;
		width: auto;
	}
	.item05 .data .txt-l{
		width: 90%;
		margin: 0 0 10% 10%;
		font-size: 16px;
		line-height: 2em;
		text-align: justify;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item05 .data .txt-r{
		width: 90%;
		margin: 0 10% 10% 0;
		font-size: 16px;
		line-height: 2em;
		text-align: justify;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item05 .data .link-box{
		width: 90%;
		margin: 0 0 0 10%;
	}
	
	/*popup*/
	.popup1{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup1.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 0s;
	}
	.popup2{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup2.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 0.5s;
	}
	.popup3{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup3.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
	}
	.popup4{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup4.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1.5s;
	}
	.popup5{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup5.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 2s;
	}
	.popup6{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup6.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 2.5s;
	}
	.popup7{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup7.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 3s;
	}
	@keyframes popup {
	  0% {
		transform: translateY(10%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  60%,100% {
		opacity: 1;
	  }
	}
	
	.end-box{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 4% auto;
		padding: 0 0 3% 0;
		border-bottom: 1px solid #eee;
	}
	.end-box .txt{
		font-size: 11px;
		letter-spacing: 3px;
		line-height: 2.5em;
		text-align: center;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.f-btn-box{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 3% auto;
		position: relative;
	}
	.btn-list{
		width: 100%;
	}
	.btn-list li{
		width: 100%;
		position: relative;
	}
	.btn-list li:nth-child(2){
		width: 100%;
		position: relative;
		margin: 5% 0;
	}
	.btn-list li a{
		width: 100%;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.btn-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*cart-btm*/
	.link-line{
		width: 100%;
		height: 1px;
		margin: 5% 0;
		background: #ababac;
	}
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #b44a6e;
		border: 1px solid #b44a6e;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #b44a6e;
	  color: #b44a6e;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #3c3c3c;
		display: inline-block;
		text-align: center;
		color: #3c3c3c;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #3c3c3c;
	  border-color: #3c3c3c;
	  color: #fff;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
    background: #746353;
    border: 1px solid #746353;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #746353;
	  color: #746353;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #ff957a;
		border: 1px solid #ff957a;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #ff957a;
	  color: #ff957a;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #c9c45c;
		border: 1px solid #c9c45c;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #c9c45c;
	  color: #c9c45c;
	}
	
	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #72abd8;
		border: 1px solid #72abd8;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn06 {
	  background: #fff;
	  border-color: #72abd8;
	  color: #72abd8;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	/*anime----------------------------------------------------*/
	.hover-parent {
		width: 100%;
		position: relative;
		overflow: hidden;
    }
	.hover-parent a{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 99;
    }
    .hover-mask {
		width: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(255,255,255,0.6);
		opacity: 0;
		color: #fff;
		display: flex;
		align-items: center;
		text-align: center;
		padding: 0;
    }
	.hover-parent:hover .hover-mask {
		opacity: 1;
		transition:all 0.6s ease;
	}
	.hover-parent .bg-img{
		width: 100%;
		transition:.5s all;
    }
	.hover-parent:hover .bg-img{
		transform:scale(1.1,1.1);
  		transition:.5s all;
    }
	
	/*fade01*/
	.fade01 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in1 {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	.fade02 {
		animation-name: fade-in2;
		animation-duration: 4s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	.fade03 {
		animation-name: fade-in3;
		animation-duration: 5s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in3 {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
		transform : translate(0, 0);
		transition : all 1s;
	}
	.fadein-up.active{
		animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: .5s;
		
	}
	@keyframes fadeIn {
	  0% {
		opacity: 0;
	  }
	  100% {
		opacity: 1;
	  }
	}
	
	.fadein-left {
		opacity : 0;
		transform : translate(-50px, 0);
		transition : all 1s;
		transition-delay: 0s;
	}
	.fadein-left.active{
		opacity : 1;
		transform : translate(0, 0);
		
	}
	.fadein-right {
		opacity : 0;
		transform : translate(50px, 0);
		transition : all 1s;
		transition-delay: 0s;
	}
	.fadein-right.active{
		opacity : 1;
		transform : translate(0, 0);
		
	}
	
	.btm-btn{
		width: 100%;
		display: block;
		margin: 5% 0 0 0;
		border: 1px solid #D9B7BF;
		box-sizing: border-box!important;
		background: #D9B7BF;
		color: #fff;
		font-size: 13px;
		padding: 10px 0%!important;
		text-align: center;
		text-decoration: none;
		transition: .3s;
	}
	.btm-btn:hover{
		width: 100%;
		transition: .3s;
		color: #D9B7BF;
		background: #fff;
		border: 1px solid #D9B7BF;
	}
	
	.f-banner{
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		display: block;
	}
	
	

    .ss_profile{
	display: flex;
    width: 80%;
    margin: 0 auto;
    border: 1px solid #AA7BAD;
    padding: 2%;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 14px;
    letter-spacing: 3px;
    line-height: 2em;
	background-color: #eeeeee;
}
    .ss_logo{max-width: 150px;
 padding-right: 2%;
}
.ss_txt{
    width: 80%;
    
}
	.ss_txt b{font-size: 16px;}
.ss_icon{
    width: 50px;
    margin: 20px 20px 0 0;
}
.ss_icons{   
    width: 50px;
    margin: 20px 20px 0 0;
}

.mb50{ margin-bottom: 50px;}

	.bg001{
	background-color: #ece8e2;
    display: block;
    width: 40%;
    position: absolute;
    height: 430px;
    margin: 80px auto;
    z-index: -999;
    left: 20%;
    right: 20%;
	}
	.bg002{
    background-color: #ece2e7;
    display: block;
    width: 30%;
    position: absolute;
    height: 520px;
    margin: 80px auto;
    z-index: -999;
    left: 20%;
    right: 20%;
	}
.bg003 {
    background-color: #e2e2ec;
    display: block;
    width: 42%;
    position: absolute;
    height: 860px;
    margin: -50px auto;
    z-index: -999;
    left: 20%;
    right: 20%;
}
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*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: 200px;
		right: 15px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 200px;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in li{
		margin: 0 0 20px 0;
	}
	
    /*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: #fff;
		width: 300%;
		height: 200%;
		position: absolute;
		content: '';
		opacity: 0.3;
		-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: 12px;
		color: #FFFFFF;
		line-height: 1.8em;
		font-weight: bold;
        letter-spacing: 0px;
		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(30%);
		filter: grayscale(30%);
	}
	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.2;
		-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: 100%;
		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 {
		opacity: 0.8;
	}
	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: left;
        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-family: 'EB Garamond', serif;
		font-size: 20px;
        letter-spacing: 1px;
        width: 100%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title02 span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 13px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 10px;
		margin: 0 0 0 5px;
	}
	.cart-yen02{
		font-family: 'EB Garamond', serif;
		font-size: 16px;
        width: 50%;
        align-items: center;
        white-space: nowrap;
        text-align: left;
        display: flex;
       justify-content: left;
		border-bottom: 1px solid #eeeeee; 
	}
	.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;
	}
		.cart-btm02 .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #AA7BAD;
		border: 1px solid #AA7BAD;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm02:hover .btn01 {
	  background: #fff;
	  border-color: #AA7BAD;
	  color: #AA7BAD;
	}

    
    /*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
	.l-icon02::after{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
    .s-icon02::after{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
	
	/*header----------------------------------------------------*/
    header {
		width: 100%;
		max-width: 2000px;
        position: relative;
		margin: 0 0 3% 0;
    }
	header .mv{
		width: 100%;
		margin: 0 0 0 0%;
	}
	header .title{
    width: 40%;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /* right: 0%; */
    left: 6%;
    margin: 0 auto;
    padding: 15% 1%;
    background-color: #ffffff00;
	}
	header .title-b{
		width: 60px;
		position: absolute;
		bottom: 2%;
		right: 0%;
		left: 0%;
		margin: 0 auto;
	}
	header .mv-link{
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0%;
		left: 0%;
		z-index: 3;
	}
	
	/*read*/
	#read{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
	}
	#read .txt{
		width: 100%;
		text-align: center;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2em;
		margin: 0 0 5% 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
		#read .txt b{
			font-size: 30px;
	    display: block;
    margin: 20px auto;
    text-align: center;
	}
	#read .txt span{
		width: 100%;
		text-align: center;
		font-size: 30px;
		letter-spacing: 5px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
	}
	#read .read-list{
		width: 70%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	#read .read-list li{
		width: 45%;
	}
	/*door*/
	.door{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
	}
	
	/*top-item*/
	.top-item{
		width: 100%;
		margin: 0 0 4% 0;
	}
	.top-item .title{
		width: 100%;
		text-align: center;
		font-size: 26px;
		letter-spacing: 4px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 2% 0;
	}
	.top-item .title span{
		background-image: linear-gradient(to right, #ffc107, #cddc39);
    background-repeat: no-repeat;
    background-size: 100% 10%;
		background-position: bottom;
		padding: 0 3px;
		margin: 0 3px;
		overflow: hidden;
		opacity: 1;
		transform: translate(0, 0);
		transition: all 1s;
	}
	
	.top-item .title02{
		width: 100%;
		text-align: center;
		color: #b09bb2;
		font-size: 26px;
		letter-spacing: 4px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 2% 0;
	}
	
	.top-item .item-wrap .item-wrap-bg{
		opacity : 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		background: #f6f6f9;
		position: absolute;
		top: 0;
		left: 0;
	}
	.top-item .item-wrap .item-wrap-bg.active{
		animation: fadeline 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes fadeline {
	  0% {
		opacity: 1;
		transform: translate(-100%, 0);
	  }
	  100% {
		opacity: 1;
		transform: translate(0, 0);
	  }
	}
	.top-item .item-wrap{
		width: 100%;
		position: relative;
	}
	.top-item .item-wrap .item-in{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 2% 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	.top-item .item-wrap .item-in .img{
		width: 55%;
	}
	.top-item .item-wrap .item-in .data{
		width: 42%;
	}
	.point-list{
		width: 100%;
	}
	.point-list li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		border-bottom: 3px dotted #949494;
		padding: 0 0 5% 0;
		margin: 0 0 5% 0;
	}
	.point-list li .point{
		width: 40px;
	}
	.point-list li .txt{
		width: 85%;
		font-size: 14px;
		letter-spacing: 2px;
	}
	.point-list li .txt span{
		display: block;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 2px;
		margin: 0 0 1% 0;
	}
	.point-list li .txt .sub{
		display: block;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 2px;
		margin: 0 0 3% 0;
	}
	.top-item .item-wrap .item-in .link-box{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 3% auto 0 auto;
	}
	.top-item .item-wrap .item-in .link-box li{
		width: 25%;
	}
	
	/*item01*/
	.item01{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
		.item01 .title{
		width: 50%;
		margin: 0 auto 5% auto;
	}
	.item01 .img{
		width: calc(80% - 2px);
        margin: 0 1px;
	}
	.item01 .data{
		width: 20%;
		overflow: hidden;
	}
	.item01 .data .title-l{
		width: 90%;
		margin: 0 0 5% 10%;
	}
	.item01 .data .title-l img{
		height: 50px;
		width: auto;
	}
	.item01 .data .title-r{
		width: 90%;
		margin: 0 10% 5% 0;
	}
	.item01 .data .title-r img{
		height: 50px;
		width: auto;
	}
	.item01 .data .txt-l{
		width: 90%;
		margin: 0 0 0 10%;
		font-size: 16px;
		line-height: 2em;
		text-align: justify;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item01 .data .txt-r{
		width: 90%;
		margin: 0 10% 0 0;
		font-size: 16px;
		line-height: 2em;
		text-align: justify;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
		.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;
		
	}
	
	.ani-line01{
		opacity : 0;
		width: 100%;
		height: 1px;
		background: #e6e6e6;
		margin: 0 0 5% 0;
	}
	.ani-line01.active{
		animation: line01 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes line01 {
	  0% {
		opacity: 1;
		transform: translate(-100%, 0);
	  }
	  100% {
		opacity: 1;
		transform: translate(0, 0);
	  }
	}
	
	.ani-line02{
		opacity : 0;
		width: 100%;
		height: 1px;
		background: #e6e6e6;
		margin: 0 0 5% 0;
	}
	.ani-line02.active{
		animation: line02 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes line02 {
	  0% {
		opacity: 1;
		transform: translate(100%, 0);
	  }
	  100% {
		opacity: 1;
		transform: translate(0, 0);
	  }
	}
	
	/*item02*/
	.item02{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 0 auto;
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	.item02 .img{
		width: 50%;
        margin: 150px 0 0px;
	}
    .item02 .img:last-child{
		width: 55%;
        position: relative;
        left: -5%;
        margin: 0px;
	}
	.item02 .data{
		width: 29.3333%;
		overflow: hidden;
		margin: 150px 2% 0;
	}
    .item02 .data .txt-l {
    width: 100%;
    font-size: 16px;
    line-height: 2em;
    text-align: justify;
    letter-spacing: 2px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
	.item05 .data .line{
		width: 100%;
		height: 1px;
		margin: 5% 0;
		background: #eee;
	}
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		font-family: 'EB Garamond', serif;
		background: #eeeeee;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 5% 0 5% 0;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '';
		background: url("../img/icon02.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*item03*/
	.item03{
		width: 100%;
		max-width: 1000px;
		margin: 2px auto;
        display: flex;
        position: relative;        
	}
	.item03 .img{
		width: 60%;
		margin: 0 auto;
	}
	.item03 .img .img-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.item03 .img .img-list li{
		width: 48%;
	}
	.item03 .data{
		width: 40%;
		display: flex;
		justify-content: space-between;
	}
	.item03 .data .data-box{
		width: 76%;
		margin: 30px 2% 0;
	}
	.item03 .data .data-box .title{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item03 .data .data-box .title img{
		height: 50px;
		width: auto;
	}
	.item03 .data .data-box .txt{
		width: 100%;
		font-size: 16px;
		line-height: 2em;
		text-align: justify;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
		.item03 .data .line{
		width: 100%;
		height: 1px;
		margin: 5% 0;
		background: #eee;
	}
       	.item03 .data .txt-l{
    width: 90%;
    margin: 10% 0 0 10%;
    font-size: 16px;
    line-height: 2em;
    text-align: justify;
    letter-spacing: 2px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	/*item04*/
	.item04{
		width: 100%;
		max-width: 1000px;
		margin: 2px auto;
		display: flex;
		justify-content: center;
		position: relative;
	}
    .item04 .img{
		width:calc( 33.3333% - 2px);
        margin: 0 1px;
	}
	.item04 .data{
		width: 29.3333%;
		overflow: hidden;
		margin: 150px 2% 0;
	}
   .item04 .data .txt-l{
    width: 90%;
    margin: 10% 5% 0;
    font-size: 16px;
    line-height: 2em;
    text-align: justify;
    letter-spacing: 2px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	/*item05*/
	.item05{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 2px auto;
		display: flex;
		justify-content: space-between;
	}
	.item05 .img{
    width: calc( 30% - 2px);
    margin-right: 2px;
	}
    	.item05 .img:last-child{
		width: 65%;
            margin: 150px 0 0px;
	}
	.item05 .data{
		margin: 5% 0 0 0;
		width: 50%;
		overflow: hidden;
	}
	.item05 .data .title-l{
		width: 90%;
		margin: 0 0 5% 10%;
	}
	.item05 .data .title-l img{
		height: 50px;
		width: auto;
	}
	.item05 .data .title-r{
		width: 90%;
		margin: 0 10% 5% 0;
	}
	.item05 .data .title-r img{
		height: 30px;
		width: auto;
	}
	.item05 .data .txt-l{
		width: 90%;
		margin: 0 0 10% 10%;
		font-size: 16px;
		line-height: 2em;
		text-align: justify;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item05 .data .txt-r{
		width: 90%;
		margin: 0 10% 10% 0;
		font-size: 16px;
		line-height: 2em;
		text-align: justify;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item05 .data .link-box{
		width: 90%;
		margin: 0 0 0 10%;
	}
	.item05 .data .link-box-r{
		width: 90%;
		margin: 0 10% 0 0;
	}
	
	/*popup*/
	.popup1{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup1.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 0s;
	}
	.popup2{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup2.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 0.5s;
	}
	.popup3{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup3.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
	}
	.popup4{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup4.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1.5s;
	}
	.popup5{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup5.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 2s;
	}
	.popup6{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup6.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 2.5s;
	}
	.popup7{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup7.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 3s;
	}
	@keyframes popup {
	  0% {
		transform: translateY(10%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  60%,100% {
		opacity: 1;
	  }
	}
	
	.end-box{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 4% auto;
		padding: 0 0 3% 0;
		border-bottom: 1px solid #eee;
	}
	.end-box .txt{
		font-size: 11px;
		letter-spacing: 3px;
		line-height: 2.5em;
		text-align: center;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.f-btn-box{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 3% auto;
		position: relative;
	}
	.btn-list{
		width: 100%;
	}
	.btn-list li{
		width: 100%;
		position: relative;
	}
	.btn-list li:nth-child(2){
		width: 100%;
		position: relative;
		margin: 5% 0;
	}
	.btn-list li a{
		width: 100%;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.btn-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*cart-btm*/
	.link-line{
		width: 100%;
		height: 1px;
		margin: 5% 0;
		background: #ababac;
	}
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #b44a6e;
		border: 1px solid #b44a6e;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #b44a6e;
	  color: #b44a6e;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #3c3c3c;
		display: inline-block;
		text-align: center;
		color: #3c3c3c;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #3c3c3c;
	  border-color: #3c3c3c;
	  color: #fff;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
    background: #746353;
    border: 1px solid #746353;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #746353;
	  color: #746353;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #ff957a;
		border: 1px solid #ff957a;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #ff957a;
	  color: #ff957a;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #c9c45c;
		border: 1px solid #c9c45c;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #c9c45c;
	  color: #c9c45c;
	}
	
	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #72abd8;
		border: 1px solid #72abd8;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn06 {
	  background: #fff;
	  border-color: #72abd8;
	  color: #72abd8;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	/*anime----------------------------------------------------*/
	.hover-parent {
		width: 100%;
		position: relative;
		overflow: hidden;
    }
	.hover-parent a{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 99;
    }
    .hover-mask {
		width: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(255,255,255,0.6);
		opacity: 0;
		color: #fff;
		display: flex;
		align-items: center;
		text-align: center;
		padding: 0;
    }
	.hover-parent:hover .hover-mask {
		opacity: 1;
		transition:all 0.6s ease;
	}
	.hover-parent .bg-img{
		width: 100%;
		transition:.5s all;
    }
	.hover-parent:hover .bg-img{
		transform:scale(1.1,1.1);
  		transition:.5s all;
    }
	
	/*fade01*/
	.fade01 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in1 {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	.fade02 {
		animation-name: fade-in2;
		animation-duration: 4s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	.fade03 {
		animation-name: fade-in3;
		animation-duration: 5s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in3 {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
		transform : translate(0, 0);
		transition : all 1s;
	}
	.fadein-up.active{
		animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: .5s;
		
	}
	@keyframes fadeIn {
	  0% {
		opacity: 0;
	  }
	  100% {
		opacity: 1;
	  }
	}
	
	.fadein-left {
		opacity : 0;
		transform : translate(-50px, 0);
		transition : all 1s;
		transition-delay: 0s;
	}
	.fadein-left.active{
		opacity : 1;
		transform : translate(0, 0);
		
	}
	.fadein-right {
		opacity : 0;
		transform : translate(50px, 0);
		transition : all 1s;
		transition-delay: 0s;
	}
	.fadein-right.active{
		opacity : 1;
		transform : translate(0, 0);
		
	}
	
	.btm-btn{
		width: 100%;
		display: block;
		margin: 5% 0 0 0;
		border: 1px solid #D9B7BF;
		box-sizing: border-box!important;
		background: #D9B7BF;
		color: #fff;
		font-size: 13px;
		padding: 10px 0%!important;
		text-align: center;
		text-decoration: none;
		transition: .3s;
	}
	.btm-btn:hover{
		width: 100%;
		transition: .3s;
		color: #D9B7BF;
		background: #fff;
		border: 1px solid #D9B7BF;
	}
	
	.f-banner{
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		display: block;
	}
	
	

.ss_profile{
	display: flex;
    width: 80%;
    margin: 0 auto;
    border: 1px solid #AA7BAD;
    padding: 2%;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 14px;
    letter-spacing: 3px;
    line-height: 2em;
	background-color: #eeeeee;
	}
    .ss_logo{max-width: 150px;
 padding-right: 2%;
}
.ss_txt{
    width: 80%;
    
}
	.ss_txt b{font-size: 16px;}
.ss_icon{
    width: 50px;
    margin: 20px 20px 0 0;
}
.ss_icons{   
    width: 50px;
    margin: 20px 20px 0 0;
}

.kasane_t50{
    position: relative;
    top: -50px;
}
    .mb50{ margin-bottom: 50px;}

	.bg001{
	background-color: #ece8e2;
    display: block;
    width: 40%;
    position: absolute;
    height: 430px;
    margin: 80px auto;
    z-index: -999;
    left: 20%;
    right: 20%;
	}
	.bg002{
    background-color: #ece2e7;
    display: block;
    width: 30%;
    position: absolute;
    height: 520px;
    margin: 80px auto;
    z-index: -999;
    left: 20%;
    right: 20%;
	}
.bg003 {
    background-color: #e2e2ec;
    display: block;
    width: 42%;
    position: absolute;
    height: 860px;
    margin: -50px auto;
    z-index: -999;
    left: 20%;
    right: 20%;
}
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*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: 100px;
		right: 15px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 100px;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in li{
		margin: 0 0 20px 0;
	}
	
    /*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: #fff;
		width: 300%;
		height: 200%;
		position: absolute;
		content: '';
		opacity: 0.3;
		-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: 10px;
		color: #FFFFFF;
		line-height: 1.8em;
		font-weight: bold;
        letter-spacing: 0px;
		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(30%);
		filter: grayscale(30%);
	}
	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.2;
		-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: 100%;
		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 {
		opacity: 0.8;
	}
	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: left;
        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-family: 'EB Garamond', serif;
		font-size: 20px;
        letter-spacing: 1px;
        width: 100%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title02 span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 13px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 10px;
		margin: 0 0 0 5px;
	}
	.cart-yen02{
		font-family: 'EB Garamond', serif;
		font-size: 16px;
        width: 50%;
        align-items: center;
        white-space: nowrap;
        text-align: left;
        display: flex;
       justify-content: left;
		border-bottom: 1px solid #eeeeee;
	}
	.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;
	}
		.cart-btm02 .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #AA7BAD;
		border: 1px solid #AA7BAD;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm02:hover .btn01 {
	  background: #fff;
	  border-color: #AA7BAD;
	  color: #AA7BAD;
	}

    
    /*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
	.l-icon02::after{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
    .s-icon02::after{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
	
	/*header----------------------------------------------------*/
    header {
		width: 100%;
		max-width: 2000px;
        position: relative;
		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%);
    transform: translateY(-50%);
    /* right: 0%; */
    left: 3%;
    margin: 0 auto;
    padding: 15% 1%;
    background-color: #ffffff00;
	}
	header .title-b{
		width: 40px;
		position: absolute;
		bottom: 2%;
		right: 0%;
		left: 0%;
		margin: 0 auto;
	}
	header .mv-link{
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0%;
		left: 0%;
		z-index: 3;
	}
	
	/*read*/
	#read{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 10% auto;
	}
	#read .txt{
		width: 100%;
		text-align: center;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2em;
		margin: 0 0 5% 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
		#read .txt b{
			font-size: 26px;
	    display: block;
    margin: 20px auto;
    text-align: center;
	}
	#read .txt span{
		width: 100%;
		text-align: center;
		font-size: 30px;
		letter-spacing: 5px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
	}
	#read .read-list{
		width: 60%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	#read .read-list li{
		width: 45%;
	}
	/*door*/
	.door{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
	}
	
	/*top-item*/
	.top-item{
		width: 100%;
		margin: 0 0 4% 0;
	}
	.top-item .title{
		width: 100%;
		text-align: center;
		font-size: 26px;
		letter-spacing: 4px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 2% 0;
	}
	.top-item .title span{
		background-image: linear-gradient(to right, #ffc107, #cddc39);
    background-repeat: no-repeat;
    background-size: 100% 10%;
		background-position: bottom;
		padding: 0 3px;
		margin: 0 3px;
		overflow: hidden;
		opacity: 1;
		transform: translate(0, 0);
		transition: all 1s;
	}
	
	.top-item .title02{
		width: 100%;
		text-align: center;
		color: #b09bb2;
		font-size: 26px;
		letter-spacing: 4px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 2% 0;
	}
	
	.top-item .item-wrap .item-wrap-bg{
		opacity : 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		background: #f6f6f9;
		position: absolute;
		top: 0;
		left: 0;
	}
	.top-item .item-wrap .item-wrap-bg.active{
		animation: fadeline 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes fadeline {
	  0% {
		opacity: 1;
		transform: translate(-100%, 0);
	  }
	  100% {
		opacity: 1;
		transform: translate(0, 0);
	  }
	}
	.top-item .item-wrap{
		width: 100%;
		position: relative;
	}
	.top-item .item-wrap .item-in{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		padding: 2% 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	.top-item .item-wrap .item-in .img{
		width: 55%;
	}
	.top-item .item-wrap .item-in .data{
		width: 42%;
	}
	.point-list{
		width: 100%;
	}
	.point-list li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		border-bottom: 3px dotted #949494;
		padding: 0 0 5% 0;
		margin: 0 0 5% 0;
	}
	.point-list li .point{
		width: 40px;
	}
	.point-list li .txt{
		width: 85%;
		font-size: 14px;
		letter-spacing: 2px;
	}
	.point-list li .txt span{
		display: block;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 2px;
		margin: 0 0 1% 0;
	}
	.point-list li .txt .sub{
		display: block;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 2px;
		margin: 0 0 3% 0;
	}
	.top-item .item-wrap .item-in .link-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 3% auto 0 auto;
	}
	.top-item .item-wrap .item-in .link-box li{
		width: 26%;
	}
	
	/*item01*/
	.item01{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
		.item01 .title{
		width: 50%;
		margin: 0 auto 5% auto;
	}
	.item01 .img{
		width: calc(80% - 2px);
        margin: 0 1px;
	}
	.item01 .data{
		width: 20%;
		overflow: hidden;
	}
	.item01 .data .title-l{
		width: 90%;
		margin: 0 0 5% 10%;
	}
	.item01 .data .title-l img{
		height: 50px;
		width: auto;
	}
	.item01 .data .title-r{
		width: 90%;
		margin: 0 10% 5% 0;
	}
	.item01 .data .title-r img{
		height: 50px;
		width: auto;
	}
	.item01 .data .txt-l{
		width: 90%;
		margin: 0 0 0 10%;
		font-size: 16px;
		line-height: 2em;
		text-align: justify;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item01 .data .txt-r{
		width: 90%;
		margin: 0 10% 0 0;
		font-size: 16px;
		line-height: 2em;
		text-align: justify;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
		.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;
		
	}
	
	.ani-line01{
		opacity : 0;
		width: 100%;
		height: 1px;
		background: #e6e6e6;
		margin: 0 0 5% 0;
	}
	.ani-line01.active{
		animation: line01 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes line01 {
	  0% {
		opacity: 1;
		transform: translate(-100%, 0);
	  }
	  100% {
		opacity: 1;
		transform: translate(0, 0);
	  }
	}
	
	.ani-line02{
		opacity : 0;
		width: 100%;
		height: 1px;
		background: #e6e6e6;
		margin: 0 0 5% 0;
	}
	.ani-line02.active{
		animation: line02 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes line02 {
	  0% {
		opacity: 1;
		transform: translate(100%, 0);
	  }
	  100% {
		opacity: 1;
		transform: translate(0, 0);
	  }
	}
	
	/*item02*/
	.item02{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 0 auto;
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	.item02 .img{
		width: 50%;
        margin: 150px 0 0px;
	}
    .item02 .img:last-child{
		width: 55%;
        position: relative;
        left: -5%;
        margin: 0px;
	}
	.item02 .data{
		width: 29.3333%;
		overflow: hidden;
		margin: 150px 2% 0;
	}
    .item02 .data .txt-l {
    width: 100%;
    font-size: 16px;
    line-height: 2em;
    text-align: justify;
    letter-spacing: 2px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
	.item02 .data .line{
		width: 100%;
		height: 1px;
		margin: 5% 0;
		background: #eee;
	}
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		font-family: 'EB Garamond', serif;
		background: #eeeeee;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 5% 0 5% 0;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '';
		background: url("../img/icon02.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*item03*/
	.item03{
		width: 100%;
		max-width: 1000px;
		margin: 2px auto;
        display: flex;
        position: relative;
	}
	.item03 .img{
		width: 60%;
		margin: 0 auto;
	}
	.item03 .img .img-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.item03 .img .img-list li{
		width: 48%;
	}
	.item03 .data{
		width: 40%;
		display: flex;
		justify-content: space-between;
	}
	.item03 .data .data-box{
		width: 76%;
		margin: 30px 2% 0;
	}
	.item03 .data .data-box .title{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item03 .data .data-box .title img{
		height: 50px;
		width: auto;
	}
	.item03 .data .data-box .txt{
		width: 100%;
		font-size: 16px;
		line-height: 2em;
		text-align: justify;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
		.item03 .data .line{
		width: 100%;
		height: 1px;
		margin: 5% 0;
		background: #eee;
	}
       	.item03 .data .txt-l{
    width: 90%;
    margin: 10% 0 0 10%;
    font-size: 16px;
    line-height: 2em;
    text-align: justify;
    letter-spacing: 2px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*item04*/
	.item04{
		width: 100%;
		max-width: 1000px;
		margin: 2px auto;
		display: flex;
		justify-content: center;
		position: relative;
	}
    .item04 .img{
		width:calc( 33.3333% - 2px);
        margin: 0 1px;
	}
	.item04 .data{
		width: 29.3333%;
		overflow: hidden;
		margin: 150px 2% 0;
	}
.item04 .data .txt-l{
    width: 90%;
    margin: 10% 5% 0;
    font-size: 16px;
    line-height: 2em;
    text-align: justify;
    letter-spacing: 2px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	/*item05*/
	.item05{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 2px auto;
		display: flex;
		justify-content: space-between;
	}
	.item05 .img{
    width: calc( 30% - 2px);
    margin-right: 2px;
	}
    	.item05 .img:last-child{
		width: 65%;
            margin: 150px 0 0px;
	}
	.item05 .data{
		margin: 5% 0 0 0;
		width: 50%;
		overflow: hidden;
	}
	.item05 .data .title-l{
		width: 90%;
		margin: 0 0 5% 10%;
	}
	.item05 .data .title-l img{
		height: 50px;
		width: auto;
	}
	.item05 .data .title-r{
		width: 90%;
		margin: 0 10% 5% 0;
	}
	.item05 .data .title-r img{
		height: 30px;
		width: auto;
	}
	.item05 .data .txt-l{
		width: 90%;
		margin: 0 0 10% 10%;
		font-size: 16px;
		line-height: 2em;
		text-align: justify;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item05 .data .txt-r{
		width: 90%;
		margin: 0 10% 10% 0;
		font-size: 16px;
		line-height: 2em;
		text-align: justify;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item05 .data .link-box{
		width: 90%;
		margin: 0 0 0 10%;
	}
	
	/*popup*/
	.popup1{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup1.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 0s;
	}
	.popup2{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup2.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 0.5s;
	}
	.popup3{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup3.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
	}
	.popup4{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup4.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1.5s;
	}
	.popup5{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup5.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 2s;
	}
	.popup6{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup6.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 2.5s;
	}
	.popup7{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup7.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 3s;
	}
	@keyframes popup {
	  0% {
		transform: translateY(10%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  60%,100% {
		opacity: 1;
	  }
	}
	
	.end-box{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 4% auto;
		padding: 0 0 3% 0;
		border-bottom: 1px solid #eee;
	}
	.end-box .txt{
		font-size: 11px;
		letter-spacing: 3px;
		line-height: 2.5em;
		text-align: center;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.f-btn-box{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 3% auto;
		position: relative;
	}
	.btn-list{
		width: 100%;
	}
	.btn-list li{
		width: 100%;
		position: relative;
	}
	.btn-list li:nth-child(2){
		width: 100%;
		position: relative;
		margin: 5% 0;
	}
	.btn-list li a{
		width: 100%;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.btn-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*cart-btm*/
	.link-line{
		width: 100%;
		height: 1px;
		margin: 5% 0;
		background: #ababac;
	}
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #b44a6e;
		border: 1px solid #b44a6e;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #b44a6e;
	  color: #b44a6e;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #3c3c3c;
		display: inline-block;
		text-align: center;
		color: #3c3c3c;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #3c3c3c;
	  border-color: #3c3c3c;
	  color: #fff;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
    background: #746353;
    border: 1px solid #746353;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #746353;
	  color: #746353;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #ff957a;
		border: 1px solid #ff957a;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #ff957a;
	  color: #ff957a;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #c9c45c;
		border: 1px solid #c9c45c;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #c9c45c;
	  color: #c9c45c;
	}
	
	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #72abd8;
		border: 1px solid #72abd8;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn06 {
	  background: #fff;
	  border-color: #72abd8;
	  color: #72abd8;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	/*anime----------------------------------------------------*/
	.hover-parent {
		width: 100%;
		position: relative;
		overflow: hidden;
    }
	.hover-parent a{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 99;
    }
    .hover-mask {
		width: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(255,255,255,0.6);
		opacity: 0;
		color: #fff;
		display: flex;
		align-items: center;
		text-align: center;
		padding: 0;
    }
	.hover-parent:hover .hover-mask {
		opacity: 1;
		transition:all 0.6s ease;
	}
	.hover-parent .bg-img{
		width: 100%;
		transition:.5s all;
    }
	.hover-parent:hover .bg-img{
		transform:scale(1.1,1.1);
  		transition:.5s all;
    }
	
	/*fade01*/
	.fade01 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in1 {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	.fade02 {
		animation-name: fade-in2;
		animation-duration: 4s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	.fade03 {
		animation-name: fade-in3;
		animation-duration: 5s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in3 {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
		transform : translate(0, 0);
		transition : all 1s;
	}
	.fadein-up.active{
		animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: .5s;
		
	}
	@keyframes fadeIn {
	  0% {
		opacity: 0;
	  }
	  100% {
		opacity: 1;
	  }
	}
	
	.fadein-left {
		opacity : 0;
		transform : translate(-50px, 0);
		transition : all 1s;
		transition-delay: 0s;
	}
	.fadein-left.active{
		opacity : 1;
		transform : translate(0, 0);
		
	}
	.fadein-right {
		opacity : 0;
		transform : translate(50px, 0);
		transition : all 1s;
		transition-delay: 0s;
	}
	.fadein-right.active{
		opacity : 1;
		transform : translate(0, 0);
		
	}
	
	.btm-btn{
		width: 100%;
		display: block;
		margin: 5% 0 0 0;
		border: 1px solid #D9B7BF;
		box-sizing: border-box!important;
		background: #D9B7BF;
		color: #fff;
		font-size: 13px;
		padding: 10px 0%!important;
		text-align: center;
		text-decoration: none;
		transition: .3s;
	}
	.btm-btn:hover{
		width: 100%;
		transition: .3s;
		color: #D9B7BF;
		background: #fff;
		border: 1px solid #D9B7BF;
	}
	
	.f-banner{
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		display: block;
	}
	

.ss_profile{
	display: flex;
    width: 80%;
    margin: 0 auto;
    border: 1px solid #AA7BAD;
    padding: 2%;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 14px;
    letter-spacing: 3px;
    line-height: 2em;
	background-color: #eeeeee;
}
    .ss_logo{max-width: 150px;
 padding-right: 2%;
}
.ss_txt{
    width: 80%;
    
}
	.ss_txt b{font-size: 16px;}
.ss_icon{
    width: 50px;
    margin: 20px 20px 0 0;
}
.ss_icons{   
    width: 50px;
    margin: 20px 20px 0 0;
}

.kasane_t50{
    position: relative;
    top: -50px;
}
    .mb50{ margin-bottom: 50px;}

	.bg001{
	background-color: #ece8e2;
    display: block;
    width: 40%;
    position: absolute;
    height: 430px;
    margin: 80px auto;
    z-index: -999;
    left: 20%;
    right: 20%;
	}
	.bg002{
    background-color: #ece2e7;
    display: block;
    width: 30%;
    position: absolute;
    height: 520px;
    margin: 80px auto;
    z-index: -999;
    left: 20%;
    right: 20%;
	}
.bg003 {
    background-color: #e2e2ec;
    display: block;
    width: 42%;
    position: absolute;
    height: 860px;
    margin: -50px auto;
    z-index: -999;
    left: 20%;
    right: 20%;
}
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*pad/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media screen and (min-width: 765px) and (max-width: 1024px) {
    .sp-on{
		display: none !important;
	}
    .pad-off{
		display: none !important;
	}
    
	/*sid-nav*/
    .side-nav{
		display: none;
	}
	.side-nav-in{
		display: none;
	}
	.side-nav-in li{
		display: none;
	}
	
    /*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: #fff;
		width: 300%;
		height: 200%;
		position: absolute;
		content: '';
		opacity: 0.3;
		-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: 10px;
		color: #FFFFFF;
		line-height: 1.8em;
		font-weight: bold;
        letter-spacing: 0px;
		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(30%);
		filter: grayscale(30%);
	}
	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.2;
		-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: 100%;
		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 {
		opacity: 0.8;
		transform: scale(1.1);
	}
	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: left;
        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-family: 'EB Garamond', serif;
		font-size: 20px;
        letter-spacing: 1px;
        width: 100%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title02 span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 13px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 10px;
		margin: 0 0 0 5px;
	}
	.cart-yen02{
		font-family: 'EB Garamond', serif;
		font-size: 16px;
        width: 50%;
        align-items: center;
        white-space: nowrap;
        text-align: left;
        display: flex;
       justify-content: left;
		border-bottom: 1px solid #eeeeee;
	}
	.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;
	}
		.cart-btm02 .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #AA7BAD;
		border: 1px solid #AA7BAD;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm02:hover .btn01 {
	  background: #fff;
	  border-color: #AA7BAD;
	  color: #AA7BAD;
	}

    
    /*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
	.l-icon02::after{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
    .s-icon02::after{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
	
	/*header----------------------------------------------------*/
    header {
		width: 100%;
		max-width: 2000px;
        position: relative;
		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%);
    transform: translateY(-50%);
    /* right: 0%; */
    left: 6%;
    margin: 0 auto;
    padding: 15% 1%;
    background-color: #ffffff00;
	}
	header .title-b{
		width: 30px;
		position: absolute;
		bottom: 2%;
		right: 0%;
		left: 0%;
		margin: 0 auto;
	}
	header .mv-link{
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0%;
		left: 0%;
		z-index: 3;
	}
	
	/*read*/
	#read{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	#read .txt{
		width: 100%;
		text-align: justify;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2em;
		margin: 0 0 5% 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
		#read .txt b{
			font-size: 24px;
	    display: block;
    margin: 20px auto;
    text-align: center;
	}
	#read .txt br{
		display: none;
	}
	#read .txt span{
		width: 100%;
		text-align: center;
		font-size: 30px;
		letter-spacing: 5px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
	}
	#read .read-list{
		width: 70%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	#read .read-list li{
		width: 45%;
	}
	/*door*/
	.door{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	
	/*top-item*/
	.top-item{
		width: 100%;
		margin: 0 0 4% 0;
	}
	.top-item .title{
		width: 100%;
		text-align: center;
		font-size: 18px;
		letter-spacing: 4px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 2% 0;
	}
	.top-item .title span{
		background-image: linear-gradient(to right, #ffc107, #cddc39);
    background-repeat: no-repeat;
    background-size: 100% 10%;
		background-position: bottom;
		padding: 0 3px;
		margin: 0 3px;
		overflow: hidden;
		opacity: 1;
		transform: translate(0, 0);
		transition: all 1s;
	}
	
	.top-item .title02{
		width: 100%;
		text-align: center;
		color: #b09bb2;
		font-size: 19px;
		letter-spacing: 4px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 2% 0;
	}
	
	.top-item .item-wrap .item-wrap-bg{
		opacity : 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		background: #f6f6f9;
		position: absolute;
		top: 0;
		left: 0;
	}
	.top-item .item-wrap .item-wrap-bg.active{
		animation: fadeline 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes fadeline {
	  0% {
		opacity: 1;
		transform: translate(-100%, 0);
	  }
	  100% {
		opacity: 1;
		transform: translate(0, 0);
	  }
	}
	.top-item .item-wrap{
		width: 100%;
		position: relative;
	}
	.top-item .item-wrap .item-in{
		width: 90%;
		margin: 0 auto;
		padding: 2% 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	.top-item .item-wrap .item-in .img{
		width: 55%;
	}
	.top-item .item-wrap .item-in .data{
		width: 42%;
	}
	.point-list{
		width: 100%;
	}
	.point-list li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		border-bottom: 3px dotted #949494;
		padding: 0 0 5% 0;
		margin: 0 0 5% 0;
	}
	.point-list li .point{
		width: 40px;
	}
	.point-list li .txt{
		width: 85%;
		font-size: 14px;
		letter-spacing: 2px;
	}
	.point-list li .txt span{
		display: block;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 2px;
		margin: 0 0 1% 0;
	}
	.point-list li .txt .sub{
		display: block;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 2px;
		margin: 0 0 3% 0;
	}
	.top-item .item-wrap .item-in .link-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 3% auto 0 auto;
	}
	.top-item .item-wrap .item-in .link-box li{
		width: 30%;
	}
	
	/*item01*/
	.item01{
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
		.item01 .title{
		width: 50%;
		margin: 0 auto 5% auto;
	}
	.item01 .img{
		width: calc(80% - 2px);
        margin: 0 1px;
	}
	.item01 .data{
		width: 20%;
		overflow: hidden;
	}
	.item01 .data .title-l{
		width: 90%;
		margin: 0 0 5% 10%;
	}
	.item01 .data .title-l img{
		height: 50px;
		width: auto;
	}
	.item01 .data .title-r{
		width: 90%;
		margin: 0 10% 5% 0;
	}
	.item01 .data .title-r img{
		height: 50px;
		width: auto;
	}
	.item01 .data .txt-l{
		width: 90%;
		margin: 0 0 0 10%;
		font-size: 14px;
		line-height: 2em;
		text-align: justify;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item01 .data .txt-r{
		width: 90%;
		margin: 0 10% 0 0;
		font-size: 14px;
		line-height: 2em;
		text-align: justify;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
		.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;
		
	}
	
	.ani-line01{
		opacity : 0;
		width: 100%;
		height: 1px;
		background: #e6e6e6;
		margin: 0 0 5% 0;
	}
	.ani-line01.active{
		animation: line01 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes line01 {
	  0% {
		opacity: 1;
		transform: translate(-100%, 0);
	  }
	  100% {
		opacity: 1;
		transform: translate(0, 0);
	  }
	}
	
	.ani-line02{
		opacity : 0;
		width: 100%;
		height: 1px;
		background: #e6e6e6;
		margin: 0 0 5% 0;
	}
	.ani-line02.active{
		animation: line02 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes line02 {
	  0% {
		opacity: 1;
		transform: translate(100%, 0);
	  }
	  100% {
		opacity: 1;
		transform: translate(0, 0);
	  }
	}
	
	/*item02*/
	.item02{
		width: 90%;
		margin: 0 auto 0 auto;
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	.item02 .img{
		width: 50%;
        margin: 150px 0 0px;
	}
    .item02 .img:last-child{
		width: 55%;
        position: relative;
        left: -5%;
        margin: 0px;
	}
	.item02 .data{
		width: 29.3333%;
		overflow: hidden;
		margin: 20px 2% 0;
	}
    .item02 .data .txt-l {
    width: 100%;
    font-size: 16px;
    line-height: 2em;
    text-align: justify;
    letter-spacing: 2px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
	.item02 .data .line{
		width: 100%;
		height: 1px;
		margin: 5% 0;
		background: #eee;
	}

	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		font-family: 'EB Garamond', serif;
		background: #eeeeee;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 5% 0 5% 0;
		
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '';
		background: url("../img/icon02.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*item03*/
	.item03{
		width: 90%;
		margin: 2px auto;
        display: flex;
        position: relative;
	}
	.item03 .img{
		width: 60%;
		margin: 0 auto;
	}
	.item03 .img .img-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.item03 .img .img-list li{
		width: 48%;
	}
	.item03 .data{
		width: 50%;
		display: flex;
		justify-content: space-between;
	}
	.item03 .data .data-box{
		width: 76%;
		margin: 30px 2% 0;
	}
	.item03 .data .data-box .title{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item03 .data .data-box .title img{
		height: 50px;
		width: auto;
	}
	.item03 .data .data-box .txt{
		width: 100%;
		font-size: 14px;
		line-height: 2em;
		text-align: justify;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
		.item03 .data .line{
		width: 100%;
		height: 1px;
		margin: 5% 0;
		background: #eee;
	}
       	.item03 .data .txt-l{
    width: 95%;
    margin: 5% 0 0 5%;
    font-size: 14px;
    line-height: 2em;
    text-align: justify;
    letter-spacing: 2px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*item04*/
	.item04{
		width: 90%;
		margin: 2px auto;
		display: flex;
		justify-content: center;
		position: relative;
	}
    .item04 .img{
		width:calc( 33.3333% - 2px);
        margin: 0 1px;
	}
	.item04 .data{
		width: 29.3333%;
		overflow: hidden;
		margin: 0 2%;
	}
	   .item04 .data .txt-l{
    width: 90%;
    margin: 5% 5% 0;
    font-size: 14px;
    line-height: 2em;
    text-align: justify;
    letter-spacing: 2px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	/*item05*/
	.item05{
		width: 90%;
		margin: 0 auto 2px auto;
		display: flex;
		justify-content: space-between;
	}
	.item05 .img{
    width: calc( 40% - 2px);
    margin-right: 2px;
	}
    	.item05 .img:last-child{
		width: 60%;
            margin: 150px 0 0px;
	}
	.item05 .data{
		margin: 5% 0 0 0;
		width: 50%;
		overflow: hidden;
	}
	.item05 .data .title-l{
		width: 90%;
		margin: 0 0 5% 10%;
	}
	.item05 .data .title-l img{
		height: 50px;
		width: auto;
	}
	.item05 .data .title-r{
		width: 90%;
		margin: 0 10% 5% 0;
	}
	.item05 .data .title-r img{
		height: 30px;
		width: auto;
	}
	.item05 .data .txt-l{
		width: 90%;
		margin: 0 0 10% 10%;
		font-size: 14px;
		line-height: 2em;
		text-align: justify;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item05 .data .txt-r{
		width: 90%;
		margin: 0 10% 10% 0;
		font-size: 14px;
		line-height: 2em;
		text-align: justify;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item05 .data .link-box{
		width: 90%;
		margin: 0 0 0 10%;
	}
	
	/*popup*/
	.popup1{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup1.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 0s;
	}
	.popup2{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup2.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 0.5s;
	}
	.popup3{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup3.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
	}
	.popup4{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup4.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1.5s;
	}
	.popup5{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup5.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 2s;
	}
	.popup6{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup6.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 2.5s;
	}
	.popup7{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup7.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 3s;
	}
	@keyframes popup {
	  0% {
		transform: translateY(10%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  60%,100% {
		opacity: 1;
	  }
	}
	
	.end-box{
		width: 100%;
		margin: 0 auto 4% auto;
		padding: 0 0 3% 0;
		border-bottom: 1px solid #eee;
	}
	.end-box .txt{
		font-size: 11px;
		letter-spacing: 3px;
		line-height: 2.5em;
		text-align: center;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.f-btn-box{
		width: 60%;
		margin: 0 auto 3% auto;
		position: relative;
	}
	.btn-list{
		width: 100%;
	}
	.btn-list li{
		width: 100%;
		position: relative;
	}
	.btn-list li:nth-child(2){
		width: 100%;
		position: relative;
		margin: 5% 0;
	}
	.btn-list li a{
		width: 100%;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.btn-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*cart-btm*/
	.link-line{
		width: 100%;
		height: 1px;
		margin: 5% 0;
		background: #ababac;
	}
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #b44a6e;
		border: 1px solid #b44a6e;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #b44a6e;
	  color: #b44a6e;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #3c3c3c;
		display: inline-block;
		text-align: center;
		color: #3c3c3c;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #3c3c3c;
	  border-color: #3c3c3c;
	  color: #fff;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
    background: #746353;
    border: 1px solid #746353;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #746353;
	  color: #746353;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #ff957a;
		border: 1px solid #ff957a;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #ff957a;
	  color: #ff957a;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #c9c45c;
		border: 1px solid #c9c45c;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #c9c45c;
	  color: #c9c45c;
	}
	
	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #72abd8;
		border: 1px solid #72abd8;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn06 {
	  background: #fff;
	  border-color: #72abd8;
	  color: #72abd8;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	/*anime----------------------------------------------------*/
	.hover-parent {
		width: 100%;
		position: relative;
		overflow: hidden;
    }
	.hover-parent a{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 99;
    }
    .hover-mask {
		width: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(255,255,255,0.6);
		opacity: 0;
		color: #fff;
		display: flex;
		align-items: center;
		text-align: center;
		padding: 0;
    }
	.hover-parent:hover .hover-mask {
		opacity: 1;
		transition:all 0.6s ease;
	}
	.hover-parent .bg-img{
		width: 100%;
		transition:.5s all;
    }
	.hover-parent:hover .bg-img{
		transform:scale(1.1,1.1);
  		transition:.5s all;
    }
	
	/*fade01*/
	.fade01 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in1 {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	.fade02 {
		animation-name: fade-in2;
		animation-duration: 4s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	.fade03 {
		animation-name: fade-in3;
		animation-duration: 5s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in3 {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
		transform : translate(0, 0);
		transition : all 1s;
	}
	.fadein-up.active{
		animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: .5s;
		
	}
	@keyframes fadeIn {
	  0% {
		opacity: 0;
	  }
	  100% {
		opacity: 1;
	  }
	}
	
	.fadein-left {
		opacity : 0;
		transform : translate(-50px, 0);
		transition : all 1s;
		transition-delay: 0s;
	}
	.fadein-left.active{
		opacity : 1;
		transform : translate(0, 0);
		
	}
	.fadein-right {
		opacity : 0;
		transform : translate(50px, 0);
		transition : all 1s;
		transition-delay: 0s;
	}
	.fadein-right.active{
		opacity : 1;
		transform : translate(0, 0);
		
	}
	
	.btm-btn{
		width: 100%;
		display: block;
		margin: 5% 0 0 0;
		border: 1px solid #D9B7BF;
		box-sizing: border-box!important;
		background: #D9B7BF;
		color: #fff;
		font-size: 13px;
		padding: 10px 0%!important;
		text-align: center;
		text-decoration: none;
		transition: .3s;
	}
	.btm-btn:hover{
		width: 100%;
		transition: .3s;
		color: #D9B7BF;
		background: #fff;
		border: 1px solid #D9B7BF;
	}
	
	.f-banner{
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		display: block;
	}
    

.ss_profile{
	display: flex;
    width: 80%;
    margin: 0 auto;
    border: 1px solid #AA7BAD;
    padding: 2%;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 14px;
    letter-spacing: 3px;
    line-height: 2em;
	background-color: #eeeeee;
}
    .ss_logo{max-width: 150px;
 padding-right: 2%;
}
.ss_txt{
    width: 80%; 
}
.ss_txt b{font-size: 16px;}
.ss_icon{
    width: 50px;
    margin: 20px 20px 0 0;
}
.ss_icons{   
    width: 50px;
    margin: 20px 20px 0 0;
}

.kasane_t50{
    position: relative;
    top: -50px;
}
    .mb50{ margin-bottom: 50px;}

	.bg001{
	background-color: #ece8e2;
    display: block;
    width: 60%;
    position: absolute;
    height: 430px;
    margin: 80px auto;
    z-index: -999;
    left: 20%;
    right: 20%;
	}
	.bg002{
    background-color: #ece2e7;
    display: block;
    width: 60%;
    position: absolute;
    height: 460px;
    margin: 80px auto;
    z-index: -999;
    left: 10%;
    right: 10%;
	}
.bg003 {
    background-color: #e2e2ec;
    display: block;
    width: 60%;
    position: absolute;
    height: 600px;
    margin: 30px auto;
    z-index: -999;
    left: 10%;
    right: 10%;
}
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* for iphone ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media (min-width:0px) and ( max-width:766px) {
	.pc-on{
		display: none !important;
	}

	/*sid-nav*/
    .side-nav{
		display: none;
	}
	.side-nav-in{
		display: none;
	}
	.side-nav-in li{
		display: none;
	}
	
    /*ani*/
    figure.snip1353 {
		position: relative;
		overflow: hidden;
		width: 100%;
		color: #000000;
		text-align: center;
	}
	figure.snip1353 * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	figure.snip1353 img {
		opacity: 1;
		width: 100%;
	}
	figure.snip1353:after,
	figure.snip1353:before {
		background: #fff;
		width: 300%;
		height: 200%;
		position: absolute;
		content: '';
		opacity: 0.3;
		-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: 10px;
		color: #FFFFFF;
		line-height: 1.8em;
		font-weight: bold;
        letter-spacing: 0px;
		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(30%);
		filter: grayscale(30%);
	}
	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.2;
		-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: 100%;
		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 {
		opacity: 0.8;
		transform: scale(1.1);
	}
	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: left;
        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: right;
    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-family: 'EB Garamond', serif;
		font-size: 18px;
        letter-spacing: 1px;
        width: 100%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title02 span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 13px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 10px;
		margin: 0 0 0 5px;
	}
	.cart-yen02{
		font-family: 'EB Garamond', serif;
		font-size: 16px;
        width: 50%;
        align-items: center;
        white-space: nowrap;
        text-align: left;
        display: flex;
       justify-content: left;
		border-bottom: 1px solid #eeeeee;
	}
	.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;
	}
		.cart-btm02 .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 90px!important;
		padding: 10px 0 10px 0;
		background: #AA7BAD;
		border: 1px solid #AA7BAD;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm02:hover .btn01 {
	  background: #fff;
	  border-color: #AA7BAD;
	  color: #AA7BAD;
	}
    
    /*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
	.l-icon02::after{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
    .s-icon02::after{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
	
	/*header----------------------------------------------------*/
    header {
		width: 100%;
		max-width: 2000px;
        position: relative;
		margin: 0 0 3% 0;
    }
	header .mv{
		width: 100%;
		margin: 0 0 0 0%;
	}
	header .title{
		width: 100%;
		margin: 0 auto;
        background-image: url("../img/1007_ss_bg.jpg");
        background-repeat: repeat;
	}
	header .title-b{
		width: 30px;
		position: absolute;
		bottom: 2%;
		right: 0%;
		left: 0%;
		margin: 0 auto;
	}
	header .mv-link{
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0%;
		left: 0%;
		z-index: 3;
	}
	header .title-sub {
    display: block;
    position: absolute;
    top: 2%;
    right: 2%;
    width: 60px;
}
	/*read*/
	#read{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	#read .txt{
		width: 90%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 1.8em;
		margin: 0 auto 5% auto;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	#read .txt b{
	font-size: 20px;
    display: block;
    margin: 20px auto;
    text-align: center;
	}
	#read .txt br{
		display: none;
	}
	#read .txt span{
		width: 100%;
		text-align: center;
		font-size: 30px;
		letter-spacing: 5px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
	}
	#read .read-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	#read .read-list li{
		width: 47%;
	}
	/*door*/
	.door{
		width: 90%;
		margin: 0 auto 10% auto;
	}
	
	/*top-item*/
	.top-item{
		width: 100%;
		margin: 10% 0 5% 0;
	}
	.top-item .title{
		width: 100%;
		text-align: center;
		font-size: 18px;
		letter-spacing: 1px;
		line-height: 1.4em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	.top-item .title span{
		background-image: linear-gradient(to right, #ffc107, #cddc39);
    background-repeat: no-repeat;
    background-size: 100% 10%;
		background-position: bottom;
		padding: 0 3px;
		margin: 0 3px;
		overflow: hidden;
		opacity: 1;
		transform: translate(0, 0);
		transition: all 1s;
	}
	
	.top-item .title02{
		width: 100%;
		text-align: center;
		color: #b09bb2;
		font-size: 21px;
		letter-spacing: 4px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 2% 0;
	}
	
	.top-item .item-wrap .item-wrap-bg{
		opacity : 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		background: #f6f6f9;
		position: absolute;
		top: 0;
		left: 0;
	}
	.top-item .item-wrap .item-wrap-bg.active{
		animation: fadeline 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes fadeline {
	  0% {
		opacity: 1;
		transform: translate(-100%, 0);
	  }
	  100% {
		opacity: 1;
		transform: translate(0, 0);
	  }
	}
	.top-item .item-wrap{
		width: 100%;
		position: relative;
	}
	.top-item .item-wrap .item-in{
		width: 90%;
		margin: 0 auto;
		padding: 5% 0;
	}
	.top-item .item-wrap .item-in .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.top-item .item-wrap .item-in .data{
		width: 100%;
	}
	.point-list{
		width: 100%;
	}
	.point-list li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 3px dotted #949494;
		padding: 0 0 5% 0;
		margin: 0 0 5% 0;
	}
	.point-list li .point{
		width: 40px;
	}
	.point-list li .txt{
		width: 85%;
		font-size: 13px;
		letter-spacing: 1px;
	}
	.point-list li .txt span{
		display: block;
		font-size: 13px;
		font-weight: bold;
		letter-spacing: 1px;
		margin: 0 0 1% 0;
	}
	.point-list li .txt .sub{
		display: block;
		font-size: 13px;
		font-weight: bold;
		letter-spacing: 1px;
		margin: 5% 0 0 0;
	}
	.top-item .item-wrap .item-in .link-box{
		width: 100%;
		margin: 5% auto 0 auto;
	}
	.top-item .item-wrap .item-in .link-box li{
		width: 100%;
	}
	
	/*item01*/
	.item01{
		width: 94%;
		margin: 0 auto;
	}
	.item01 .title{
		width: 80%;
		margin: 0 auto 5% auto;
	}
	.item01 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 2% 0;
	}
	.item01 .data{
		width: 100%;
		overflow: hidden;
	}
	.item01 .data .title-l{
    width: 100%;
    margin: 0 auto 2% 0;
    text-align: center;
	}
	.item01 .data .title-l img{
		height: 40px;
		width: auto;
	}
	.item01 .data .title-r{
		width: 90%;
		margin: 0 0 2% 0;
	}
	.item01 .data .title-r img{
		height: 40px;
		width: auto;
	}
	.item01 .data .txt-l{
		width: 100%;
		font-size: 14px;
		line-height: 2em;
		text-align: justify;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	.item01 .data .txt-r{
		width: 100%;
		font-size: 14px;
		line-height: 2em;
		text-align: justify;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
		.item01 .link-box{
		width: 90%;
		margin: 0 auto;
	}
		.item01 .link-box li{
		width: 21%;
		padding: 0 2%;
		border-right: 1px solid #eeeeee;
	}
	
	.ani-line01{
		opacity : 0;
		width: 100%;
		height: 1px;
		background: #e6e6e6;
		margin: 0 0 5% 0;
	}
	.ani-line01.active{
		animation: line01 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes line01 {
	  0% {
		opacity: 1;
		transform: translate(-100%, 0);
	  }
	  100% {
		opacity: 1;
		transform: translate(0, 0);
	  }
	}
	
	.ani-line02{
		opacity : 0;
		width: 100%;
		height: 1px;
		background: #e6e6e6;
		margin: 0 0 5% 0;
	}
	.ani-line02.active{
		animation: line02 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes line02 {
	  0% {
		opacity: 1;
		transform: translate(100%, 0);
	  }
	  100% {
		opacity: 1;
		transform: translate(0, 0);
	  }
	}
	
	/*item02*/
	.item02{
		width: 100%;
		margin: 0 auto 0 auto;
	}
	.item02 .img{
		width: 94%;
		overflow: hidden;
		margin: 0 auto 2%;
	}
	.item02 .data{
		width: 90%;
		overflow: hidden;
		margin: 0 auto;
	}
    .item02 .data .txt-l {
    width: 100%;
    font-size: 16px;
    line-height: 2em;
    text-align: justify;
    letter-spacing: 2px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
	.item02 .data .line{
		width: 100%;
		height: 1px;
		margin: 5% 0;
		background: #eee;
	}

	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		font-family: 'EB Garamond', serif;
		background: #eeeeee;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 5% 0 5% 0;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '';
		background: url("../img/icon02.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*item03*/
	.item03{
		width: 94%;
		margin: 2px auto;
        display: flex;
        position: relative;
        flex-direction: column;
	}
	.item03 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 2%;
	}
	.item03 .img .img-list{
		width: 100%;
	}
	.item03 .img .img-list li{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item03 .data{
		width: 100%;
		margin: 0 auto;
	}
	.item03 .data .data-box{
		width: 100%;
	}
	.item03 .data .data-box .title{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item03 .data .data-box .title img{
		height: 40px;
		width: auto;
	}
	.item03 .data .data-box .txt{
		width: 100%;
		font-size: 14px;
		line-height: 2em;
		text-align: justify;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
		.item03 .data .line{
		width: 100%;
		height: 1px;
		margin: 5% 0;
		background: #eee;
	}
       	.item03 .data .txt-l{
    width: 90%;
    margin: 5% auto 5%;
    font-size: 14px;
    line-height: 1.6em;
    text-align: left;
    letter-spacing: 2px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*item04*/
	.item04{
	width: 96%;
	margin: 2px auto;
    display: flex;
    justify-content: center;
    position: relative;        
	}
	.item04 .img{
		width: 70%;
		overflow: hidden;
		margin: 0 1% 2%;
	}

	.item04 .data{
		width: 33.3333%;
		overflow: hidden;
	}
	   .item04 .data .txt-l{
    width: 90%;
    margin: 10% 5% 0;
    font-size: 16px;
    line-height: 2em;
    text-align: justify;
    letter-spacing: 2px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	/*item05*/
	.item05{
		width: 94%;
		margin: 0 auto 2px auto;
	}
	.item05 .img{
		width: 80%;
		overflow: hidden;
		margin: 0 auto 2%;
	}
	.item05 .data{
		margin: 5% 0 0 0;
		width: 100%;
		overflow: hidden;
	}
	.item05 .data .title-l{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item05 .data .title-l img{
		height: 25px;
		width: auto;
	}
	.item05 .data .title-r{
		width: 90%;
		margin: 0 0 5% 0;
	}
	.item05 .data .title-r img{
		height: 25px;
		width: auto;
	}
	.item05 .data .txt-l{
		width: 100%;
		margin: 0 0 10% 0%;
		font-size: 14px;
		line-height: 2em;
		text-align: justify;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item05 .data .txt-r{
		width: 100%;
		margin: 0 10% 0% 0;
		font-size: 14px;
		line-height: 2em;
		text-align: justify;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item05 .data .link-box{
		width: 100%;
		margin: 0 0 0 0%;
	}
	
	/*popup*/
	.popup1{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup1.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 0s;
	}
	.popup2{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup2.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 0.5s;
	}
	.popup3{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup3.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
	}
	.popup4{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup4.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1.5s;
	}
	.popup5{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup5.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 2s;
	}
	.popup6{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup6.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 2.5s;
	}
	.popup7{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup7.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 3s;
	}
	@keyframes popup {
	  0% {
		transform: translateY(10%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  60%,100% {
		opacity: 1;
	  }
	}
	
	.end-box{
		width: 100%;
		margin: 0 auto 4% auto;
		padding: 0 0 3% 0;
		border-bottom: 1px solid #eee;
	}
	.end-box .txt{
		font-size: 11px;
		letter-spacing: 3px;
		line-height: 2.5em;
		text-align: center;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.f-btn-box{
		width: 90%;
		margin: 0 auto 3% auto;
		position: relative;
	}
	.btn-list{
		width: 85%;
		margin: 0 auto;
	}
	.btn-list li{
		width: 100%;
		position: relative;
	}
	.btn-list li:nth-child(2){
		width: 100%;
		position: relative;
		margin: 5% 0;
	}
	.btn-list li a{
		width: 100%;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.btn-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*cart-btm*/
	.link-line{
		width: 100%;
		height: 1px;
		margin: 5% 0;
		background: #ababac;
	}
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #b44a6e;
		border: 1px solid #b44a6e;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #b44a6e;
	  color: #b44a6e;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #3c3c3c;
		display: inline-block;
		text-align: center;
		color: #3c3c3c;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #3c3c3c;
	  border-color: #3c3c3c;
	  color: #fff;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
    background: #746353;
    border: 1px solid #746353;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #746353;
	  color: #746353;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #ff957a;
		border: 1px solid #ff957a;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #ff957a;
	  color: #ff957a;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #c9c45c;
		border: 1px solid #c9c45c;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #c9c45c;
	  color: #c9c45c;
	}
	
	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #72abd8;
		border: 1px solid #72abd8;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn06 {
	  background: #fff;
	  border-color: #72abd8;
	  color: #72abd8;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	/*anime----------------------------------------------------*/
	.hover-parent {
		width: 100%;
		position: relative;
		overflow: hidden;
    }
	.hover-parent a{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 99;
    }
    .hover-mask {
		width: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(255,255,255,0.6);
		opacity: 0;
		color: #fff;
		display: flex;
		align-items: center;
		text-align: center;
		padding: 0;
    }
	.hover-parent:hover .hover-mask {
		opacity: 1;
		transition:all 0.6s ease;
	}
	.hover-parent .bg-img{
		width: 100%;
		transition:.5s all;
    }
	.hover-parent:hover .bg-img{
		transform:scale(1.1,1.1);
  		transition:.5s all;
    }
	
	/*fade01*/
	.fade01 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in1 {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	.fade02 {
		animation-name: fade-in2;
		animation-duration: 4s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	.fade03 {
		animation-name: fade-in3;
		animation-duration: 5s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in3 {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
		transform : translate(0, 0);
		transition : all 1s;
	}
	.fadein-up.active{
		animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: .5s;
		
	}
	@keyframes fadeIn {
	  0% {
		opacity: 0;
	  }
	  100% {
		opacity: 1;
	  }
	}
	
	.fadein-left {
		opacity : 0;
		transform : translate(-50px, 0);
		transition : all 1s;
		transition-delay: 0s;
	}
	.fadein-left.active{
		opacity : 1;
		transform : translate(0, 0);
		
	}
	.fadein-right {
		opacity : 0;
		transform : translate(50px, 0);
		transition : all 1s;
		transition-delay: 0s;
	}
	.fadein-right.active{
		opacity : 1;
		transform : translate(0, 0);
		
	}
	
	.btm-btn{
		width: 100%;
		display: block;
		margin: 5% 0 0 0;
		border: 1px solid #D9B7BF;
		box-sizing: border-box!important;
		background: #D9B7BF;
		color: #fff;
		font-size: 13px;
		padding: 10px 0%!important;
		text-align: center;
		text-decoration: none;
		transition: .3s;
	}
	.btm-btn:hover{
		width: 100%;
		transition: .3s;
		color: #D9B7BF;
		background: #fff;
		border: 1px solid #D9B7BF;
	}
	
	.f-banner{
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		display: block;
	}
	
	
	
	/*nav*/
	.nav{
		width: 100%;
		margin: 0 auto;
		display: flex;
		position: fixed;
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
		z-index: 999;
		bottom: -1px;
	}
	.top-nav{
		width: 100%;
		display: flex;
	}
	.top-nav li{
    width: calc(11.25% - 1px);
        padding: 5px;
    box-sizing: border-box;
    opacity: 0.7;
    margin-right: 1px;
    border-right: 1px solid #eeeeee;
	}
	.top-nav li:last-child{
		width: 10%;
        background-color: rgba(0,0,0,0.85);
	}
	
.ss_profile{
	display: block;
    width: 86%;
    margin: 0 auto;
    border: 1px solid #AA7BAD;
    padding: 2%;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 12px;
    letter-spacing: 2px;
    line-height: 1.4em;
	background-color: #eeeeee;
}

.ss_logo{max-width: 150px;
	margin: 0 auto 10px;
 padding-right: 2%;
}
.ss_txt{
    width: 100%;
	text-align: center;
	margin: 0 auto 10px;    
}
	.ss_txt b{font-size: 16px;}
.ss_icon{
    width: 50px;
    margin: 20px 20px 0 0;
}
.ss_icons{   
    width: 50px;
    margin: 20px 20px 0 0;
}

.kasane_t50{
    position: relative;
    top: 0px;
    }
    .mb50{ margin-bottom: 0px;}

	.bg001{
	background-color: #ece8e2;
    display: block;
    width: 90%;
    overflow: hidden;
    position: absolute;
    height: 800px;
    margin: 80px auto;
    z-index: -999;
    left: 0%;
    right: 0%;
	}
	.bg002{
    background-color: #ece2e7;
    display: block;
    width: 90%;
    overflow: hidden;
    position: absolute;
    height: 460px;
    margin: 80px auto;
    z-index: -999;
    left: 0%;
    right: 0%;
	}
.bg003 {
    background-color: #e2e2ec;
    display: block;
    width: 90%;
    overflow: hidden;
    position: absolute;
    height: 400px;
    margin: 30px auto;
    z-index: -999;
    left: 0%;
    right: 0%;
}
    
    .mv-sp-title02{
        width: 90%;
        position: relative;
        margin: 5% 5% 5%;
        }
    .mv-sp-title03{
    position: relative;
    background-color: #00000060;
    padding: 10px 5%;
    width: 90%;
    }
}
/** 共通 **/
.content-line{border-bottom: solid 1px #eeeeee;}
.item-cut{display: flex;}
.nombering{
    height: 50px;
    margin-bottom: 2%;
}

