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;
    }
    
	/*side-menu*/
    .side-menu__ul{
        width: 90%!important;
        margin: 0 auto;
    }
    .side-menu__ul li{
        width: 100%;
        border-bottom: 1px solid #eee;
        box-sizing: border-box;
    }
    .side-menu__ul li:last-child{
        width: 100%;
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
    }
    .side-menu__ul li a .num{
        width: 20%;
        margin: 0% auto 0 auto;
        padding: 15% 0;
    }
	
	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 100px;
		right: 30px;
        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 .dotto{
		margin: 30px auto;
		height: 4px;
		width: 4px;
		border-radius: 2px;
		display: block;
		background: #000;
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
        text-align: center;
        font-size: 12px;
        color: #000;
        text-decoration: none;
        line-height: 2em;
		margin: 0 0 20px 0;
	}
	.side-nav-in a:hover{
		opacity: .5;
		transition: .3s;
	}
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in1 {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	
    /*ani*/
    figure.snip1353 {
		position: relative;
		overflow: hidden;
		width: 100%;
		color: #000000;
		text-align: center;
	}
	figure.snip1353 * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	figure.snip1353 img {
		opacity: 1;
		width: 100%;
	}
	figure.snip1353:after,
	figure.snip1353:before {
		background: #000;
		width: 300%;
		height: 200%;
		position: absolute;
		content: '';
		opacity: 0.5;
		-webkit-transition: all 0.55s ease-in-out;
		transition: all 0.55s ease-in-out;
		z-index: 1;
	}
	figure.snip1353:after {
		top: 0;
		left: 0;
		-webkit-transform: skew(-40deg) translateX(-150%);
		transform: skew(-40deg) translateX(-150%);
	}
	figure.snip1353:before {
		right: 0;
		bottom: 0;
		-webkit-transform: skew(-40deg) translateX(150%);
		transform: skew(-40deg) translateX(150%);
	}
	figure.snip1353 figcaption {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 2;
	}
	figure.snip1353 h2,
	figure.snip1353 p {
		margin: 0;
		width: 100%;
		opacity: 0;
	}
	figure.snip1353 h2 {
		padding: 0 30px;
		font-weight: 400;
		text-transform: uppercase;
	}
	figure.snip1353 p {
		width: 90%;
		display: block;
		margin: 0 auto;
		text-align: left;
		font-size: 21px;
		color: #FFFFFF;
		line-height: 1.8em;
		font-weight: bold;
        letter-spacing: 2px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		text-align: center;
		font-weight: normal;
	}
	figure.snip1353 a {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute;
		z-index: 2;
	}
	figure.snip1353:hover:after,
	figure.snip1353.hover:after {
		-webkit-transform: skew(-45deg) translateX(-50%);
		transform: skew(-45deg) translateX(-50%);
	}
	figure.snip1353:hover:before,
	figure.snip1353.hover:before {
		-webkit-transform: skew(-45deg) translateX(50%);
		transform: skew(-45deg) translateX(50%);
	}
	figure.snip1353:hover figcaption h2,
	figure.snip1353.hover figcaption h2,
	figure.snip1353:hover figcaption p,
	figure.snip1353.hover figcaption p {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	figure.snip1353:hover figcaption h2,
	figure.snip1353.hover figcaption h2 {
		opacity: 1;
	}
	figure.snip1353:hover figcaption p,
	figure.snip1353.hover figcaption p {
		opacity: 0.7;
	}
	
	/*-----------------*/
	figure.snip1354 {
		position: relative;
		overflow: hidden;
		width: 100%;
		color: #000000;
		text-align: center;
	}
	figure.snip1354 * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	figure.snip1354 img {
		opacity: 1;
		width: 100%;
	}
	figure.snip1354:after,
	figure.snip1354:before {
		background: #fff;
		width: 300%;
		height: 200%;
		position: absolute;
		content: '';
		opacity: 0.5;
		-webkit-transition: all 0.55s ease-in-out;
		transition: all 0.55s ease-in-out;
		z-index: 1;
	}
	figure.snip1354:after {
		top: 0;
		left: 0;
		-webkit-transform: skew(-40deg) translateX(-150%);
		transform: skew(-40deg) translateX(-150%);
	}
	figure.snip1354:before {
		right: 0;
		bottom: 0;
		-webkit-transform: skew(-40deg) translateX(150%);
		transform: skew(-40deg) translateX(150%);
	}
	figure.snip1354 figcaption {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 2;
	}
	figure.snip1354 h2,
	figure.snip1354 p {
		margin: 0;
		width: 100%;
		opacity: 0;
	}
	figure.snip1354 h2 {
		padding: 0 30px;
		font-weight: 400;
		text-transform: uppercase;
	}
	figure.snip1354 p {
		width: 100%;
		display: block;
		margin: 0 auto;
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 1.8em;
	}
	figure.snip1354 p img{
		width: 100%;
		display: block;
	}
	figure.snip1354 a {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute;
		z-index: 2;
	}
	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;
	}
	
	.fadein-l {
		opacity : 0;
		transform : translate(-100px, 0);
		transition : all 1s;
	}

	.fadein-l.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	.fadein-r {
		opacity : 0;
		transform : translate(100px, 0);
		transition : all 1s;
	}
	.fadein-r.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	.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-pop {
		opacity : 0;
		transform : translate(0, 0);
		transition : all 1s;
	}
	.fadein-pop.active{
		animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes slideIn {
	  0% {
		transform: translateY(50px);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  40%,100% {
		opacity: 1;
	  }
	}
	
	
    /*cart-01*/
	.cart-line{
		height: 1px;
		width: 100%;
		background: #ebebeb;
	}
    .cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
		margin: 0 0 10px 0;
	}
    .cart-title{
		font-size: 13px;
        letter-spacing: 2px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 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-yen span.more-btm{
		border: 1px solid #000;
        box-sizing: border-box!important;
        background: #fff;
        color: #000;
        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 #000;
        box-sizing: border-box;
		color: #fff;	
		background: #000;
		transition: 0.3s;
	}
    
    .cart-yen span.more-btm01{
		border: 1px solid #F486AB;
        box-sizing: border-box!important;
        background: #F486AB;
        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 #F486AB;
        box-sizing: border-box;
		color: #F486AB;	
		background: #fff;
		transition: 0.3s;
	}
	
	.cart-yen span.more-btm02{
		border: 1px solid #00B69A;
        box-sizing: border-box!important;
        background: #00B69A;
        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 #00B69A;
        box-sizing: border-box;
		color: #00B69A;	
		background: #fff;
		transition: 0.3s;
	}
	
	.cart-yen span.more-btm03{
		border: 1px solid #63A3D7;
        box-sizing: border-box!important;
        background: #63A3D7;
        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 #63A3D7;
        box-sizing: border-box;
		color: #63A3D7;	
		background: #fff;
		transition: 0.3s;
	}
	
	.cart-yen span.more-btm04{
		border: 1px solid #000;
        box-sizing: border-box!important;
        background: #000;
        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-btm04{
		border: 1px solid #000;
        box-sizing: border-box;
		color: #000;	
		background: #fff;
		transition: 0.3s;
	}
	
	.cart-yen span.more-btm05{
		border: 1px solid #8B929A;
        box-sizing: border-box!important;
        background: #8B929A;
        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-btm05{
		border: 1px solid #8B929A;
        box-sizing: border-box;
		color: #8B929A;	
		background: #fff;
		transition: 0.3s;
	}
    
    /*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0% 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 300px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
	
	/*----------------------------------------------------*/
	header {
		width: 100%;
		max-width: 2000px;
        position: relative;
        background: #fff;
		margin: 0 auto 3% auto;
    }
	header .mv-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	header .mv-box li{
		width: 33.33%;
	}
	header .title-box01{
		width: 74%;
		position: absolute;
		left: 0%;
		right: 0%;
		margin: 0 auto;
		top: 60%;
		-webkit-transform: translateY(-60%);
		transform: translateY(-60%);
	}
	header .title-box02{
		width: 74%;
		position: absolute;
		left: 0%;
		right: 0%;
		margin: 0 auto;
		top: 60%;
		-webkit-transform: translateY(-60%);
		transform: translateY(-60%);
		-webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
        -moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
        -ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
        filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
	}
	header .title-line{
		width: 34%;
		height: 48px;
		position: absolute;
		top: 67%;
		-webkit-transform: translateY(-67%);
		transform: translateY(-67%);
		z-index: 2;
		left: 0%;
		right: 0%;
		margin: 0 auto;
	}
	.fade05 {
		width: 100%;
		animation-name: fade-line;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-line {
		0% {
		  opacity: 0;
			transform: translateX(-100px);
		}
		10% {
		  opacity: 0;
			transform: translateX(-100px);
		}
		80% {
		  opacity: 1;
			transform: translateX(-100px);
		}
		100% {
		  opacity: 1;
			transform: translateX(0);
		}
	}
	header .title-box-sub{
		width: 5%;
		position: absolute;
		left: 0%;
		right: 0%;
		margin: 0 auto;
		bottom: 5%;
	}
	
	header a{
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 10;
		display: block;
		top: 0;
		left: 0;
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 auto 3% auto;
		position: relative;
	}
	.read .txt{
		width: 100%;
		font-size: 18px;
    	letter-spacing: 4px;
		line-height: 2em;
		text-align: center;
		margin: 0 auto 0 auto;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.read-list{
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.read-list li{
		width: 48%;
	}
	.read-list li a{
		width: 100%;
		display: block;
		opacity: 1;
		transition: .3s;
	}
	.read-list li a:hover{
		opacity: .6;
		transition: .3s;
	}
	.read-list li .txt02{
		width: 100%;
		text-align: center;
		font-size: 16px;
		letter-spacing: 4px;
		margin: 5% auto 0 auto;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.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(0,0,0,0.5);
		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;
    }
	
	/*door*/
	.door{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.door .door-title{
		width: 100%;
		display: block;
		margin: 5% auto 3% auto;
	}
	.door .door-title img{
		height: 25px;
		margin: 0 auto;
	}
	.door .door-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.door .door-list li{
		width: 32%;
	}
	
	/*item01*/
	.item01{
		width: 100%;
		max-width: 700px;
		margin: 0 auto 5% auto;
	}
	.item01 .photo{
		width: 70%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item01 .photo .num-l{
		width: 80px;
		position: absolute;
		top: 20px;
		left: 20px;
	}
	.item01 .photo .num-r{
		width: 80px;
		position: absolute;
		top: 20px;
		right: 20px;
	}
	.item01 .data{
		width: 100%;
		position: relative;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.item01 .data .name{
		width: 100%;
		margin: 0 0 4% 0;
	}
	.item01 .data .name img{
		height: 35px;
		width: auto;
	}
	.item01 .data .txt{
		width: 45%;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item01 .data .link-box{
		width: 45%;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		max-width: 1000px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.item02 .photo{
		width: 50%;
		position: relative;
	}
	.item02 .photo .num-l{
		width: 80px;
		position: absolute;
		top: 20px;
		left: 20px;
	}
	.item02 .photo .num-r{
		width: 80px;
		position: absolute;
		top: 20px;
		right: 20px;
	}
	.item02 .data{
		width: 40%;
	}
	.item02 .data .txt{
		width: 100%;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 10% 0;
	}
	.item02 .data .link-box{
		width: 100%;
	}
	.item02 .data .popimg{
		width: 50%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.item02 .data .popimg .title{
		width: 70%;
		position: absolute;
		z-index: 8;
		top: -30%;
		left: -40%;
	}
	
	/*item03*/
	.wrap{
		background: linear-gradient(transparent 50%, #f9f8f6 50%);
	}
	.item03{
		width: 100%;
		max-width: 1000px;
		padding: 0 0 2% 0;
		margin: 0 auto 7% auto;
	}
	.item03 .photo{
		width: 100%;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item03 .data{
		width: 80%;
		position: relative;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item03 .data .color{
		width: 43%;
	}
	.item03 .data .link-box{
		width: 50%;
	}
	
	/*item04*/
	.item04{
		width: 100%;
		max-width: 1000px;
		padding: 0 0 2% 0;
		margin: 0 auto 7% auto;
	}
	.item04 .photo{
		width: 100%;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item04 .data{
		width: 80%;
		position: relative;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item04 .data .link-box{
		width: 50%;
		margin: 0 auto;
	}
	
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		background: rgba(239,230,211,0.3);
		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: 3% 0 3% 0;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '';
		background: url("../img/icon02.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*pro-data*/
	.pro-data{
		width: 100%;
		max-width: 700px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		box-sizing: border-box;
		align-items: center;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		padding: 0 3%;
	}
	.pro-data .data{
		width: 73%;
	}
	.pro-data .img{
		width: 20%;
	}
	.pro-data .data .txt{
		font-size: 15px;
		letter-spacing: 2px;
		text-align: justify;
		line-height: 1.8em;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	.pro-data .data .name{
		font-size: 16px;
		letter-spacing: 3px;
		text-align: justify;
		line-height: 1.8em;
		text-align: right;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.pro-data .data .name span{
		font-size: 14px;
		letter-spacing: 3px;
		text-align: justify;
		line-height: 1.8em;
		margin: 0 10px 0 0;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	}
	
	
	/*cart-btm*/
	.link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 15px 0;
	}
	.cart-btm .btn{
		font-size: 12px;
		line-height: 1em;
		width: 180px;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 7px;
	}
	.cart-btm:hover .btn {
	  background: #2a2a2a;
	  border-color: #2a2a2a;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 150px;
		padding: 7px 0 7px 0;
		background: #000;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #000;
	  color: #000;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.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;
	}
	
	/*banner*/
	.banner{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}
	
	.banner-box01{
		width: 100%;
		max-width: 900px;
		margin: 0 auto 5% auto;
		opacity: 1;
		transition: .3s;
		display: block;
	}
	.banner-box01:hover{
		opacity: .7;
		transition: .3s;
	}
	
	.banner-box02{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 3% auto;
		border: 1px solid #eee;
		transition: .3s;
		display: block;
	}
	.banner-box02:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	.banner-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0 5% 0;
	}
	
	.in-btn{
		width: 100%;
		max-width: 300px;
		margin: 0 auto 5% auto;
		border: 1px solid #eee;
		transition: .3s;
		display: block;
	}
	.in-btn:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
}

/*///////////////////////////////////////////////////////////////////////////////////////////////*/
/*pc--------------------------------------------------------------------------------------------------------------------*/
/*///////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (min-width: 1281px) and (max-width: 2559px) {
    .sp-on{
		display: none!important;
	}
    .pad-on{
        display: none!important;
    }
    
    /*side-menu*/
    .side-menu__ul{
        width: 90%!important;
        margin: 0 auto;
    }
    .side-menu__ul li{
        width: 100%;
        border-bottom: 1px solid #eee;
        box-sizing: border-box;
    }
    .side-menu__ul li:last-child{
        width: 100%;
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
    }
    .side-menu__ul li a .num{
        width: 20%;
        margin: 0% auto 0 auto;
        padding: 15% 0;
    }
	
	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 100px;
		right: 30px;
        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 .dotto{
		margin: 30px auto;
		height: 4px;
		width: 4px;
		border-radius: 2px;
		display: block;
		background: #000;
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
        text-align: center;
        font-size: 12px;
        color: #000;
        text-decoration: none;
        line-height: 2em;
		margin: 0 0 20px 0;
	}
	.side-nav-in a:hover{
		opacity: .5;
		transition: .3s;
	}
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in1 {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	
	
    /*ani*/
    figure.snip1353 {
		position: relative;
		overflow: hidden;
		width: 100%;
		color: #000000;
		text-align: center;
	}
	figure.snip1353 * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	figure.snip1353 img {
		opacity: 1;
		width: 100%;
	}
	figure.snip1353:after,
	figure.snip1353:before {
		background: #000;
		width: 300%;
		height: 200%;
		position: absolute;
		content: '';
		opacity: 0.5;
		-webkit-transition: all 0.55s ease-in-out;
		transition: all 0.55s ease-in-out;
		z-index: 1;
	}
	figure.snip1353:after {
		top: 0;
		left: 0;
		-webkit-transform: skew(-40deg) translateX(-150%);
		transform: skew(-40deg) translateX(-150%);
	}
	figure.snip1353:before {
		right: 0;
		bottom: 0;
		-webkit-transform: skew(-40deg) translateX(150%);
		transform: skew(-40deg) translateX(150%);
	}
	figure.snip1353 figcaption {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 2;
	}
	figure.snip1353 h2,
	figure.snip1353 p {
		margin: 0;
		width: 100%;
		opacity: 0;
	}
	figure.snip1353 h2 {
		padding: 0 30px;
		font-weight: 400;
		text-transform: uppercase;
	}
	figure.snip1353 p {
		width: 90%;
		display: block;
		margin: 0 auto;
		text-align: left;
		font-size: 21px;
		color: #FFFFFF;
		line-height: 1.8em;
		font-weight: bold;
        letter-spacing: 2px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		text-align: center;
		font-weight: normal;
	}
	figure.snip1353 a {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute;
		z-index: 2;
	}
	figure.snip1353:hover:after,
	figure.snip1353.hover:after {
		-webkit-transform: skew(-45deg) translateX(-50%);
		transform: skew(-45deg) translateX(-50%);
	}
	figure.snip1353:hover:before,
	figure.snip1353.hover:before {
		-webkit-transform: skew(-45deg) translateX(50%);
		transform: skew(-45deg) translateX(50%);
	}
	figure.snip1353:hover figcaption h2,
	figure.snip1353.hover figcaption h2,
	figure.snip1353:hover figcaption p,
	figure.snip1353.hover figcaption p {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	figure.snip1353:hover figcaption h2,
	figure.snip1353.hover figcaption h2 {
		opacity: 1;
	}
	figure.snip1353:hover figcaption p,
	figure.snip1353.hover figcaption p {
		opacity: 0.7;
	}
	
	/*-----------------*/
	figure.snip1354 {
		position: relative;
		overflow: hidden;
		width: 100%;
		color: #000000;
		text-align: center;
	}
	figure.snip1354 * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	figure.snip1354 img {
		opacity: 1;
		width: 100%;
	}
	figure.snip1354:after,
	figure.snip1354:before {
		background: #fff;
		width: 300%;
		height: 200%;
		position: absolute;
		content: '';
		opacity: 0.5;
		-webkit-transition: all 0.55s ease-in-out;
		transition: all 0.55s ease-in-out;
		z-index: 1;
	}
	figure.snip1354:after {
		top: 0;
		left: 0;
		-webkit-transform: skew(-40deg) translateX(-150%);
		transform: skew(-40deg) translateX(-150%);
	}
	figure.snip1354:before {
		right: 0;
		bottom: 0;
		-webkit-transform: skew(-40deg) translateX(150%);
		transform: skew(-40deg) translateX(150%);
	}
	figure.snip1354 figcaption {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 2;
	}
	figure.snip1354 h2,
	figure.snip1354 p {
		margin: 0;
		width: 100%;
		opacity: 0;
	}
	figure.snip1354 h2 {
		padding: 0 30px;
		font-weight: 400;
		text-transform: uppercase;
	}
	figure.snip1354 p {
		width: 100%;
		display: block;
		margin: 0 auto;
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 1.8em;
	}
	figure.snip1354 p img{
		width: 100%;
		display: block;
	}
	figure.snip1354 a {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute;
		z-index: 2;
	}
	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;
	}
	
	.fadein-l {
		opacity : 0;
		transform : translate(-100px, 0);
		transition : all 1s;
	}

	.fadein-l.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	.fadein-r {
		opacity : 0;
		transform : translate(100px, 0);
		transition : all 1s;
	}
	.fadein-r.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	.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-pop {
		opacity : 0;
		transform : translate(0, 0);
		transition : all 1s;
	}
	.fadein-pop.active{
		animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes slideIn {
	  0% {
		transform: translateY(50px);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  40%,100% {
		opacity: 1;
	  }
	}
	
	
    /*cart-01*/
	.cart-line{
		height: 1px;
		width: 100%;
		background: #ebebeb;
	}
    .cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
		margin: 0 0 10px 0;
	}
    .cart-title{
		font-size: 13px;
        letter-spacing: 2px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 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-yen span.more-btm{
		border: 1px solid #000;
        box-sizing: border-box!important;
        background: #fff;
        color: #000;
        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 #000;
        box-sizing: border-box;
		color: #fff;	
		background: #000;
		transition: 0.3s;
	}
    
    .cart-yen span.more-btm01{
		border: 1px solid #F486AB;
        box-sizing: border-box!important;
        background: #F486AB;
        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 #F486AB;
        box-sizing: border-box;
		color: #F486AB;	
		background: #fff;
		transition: 0.3s;
	}
	
	.cart-yen span.more-btm02{
		border: 1px solid #00B69A;
        box-sizing: border-box!important;
        background: #00B69A;
        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 #00B69A;
        box-sizing: border-box;
		color: #00B69A;	
		background: #fff;
		transition: 0.3s;
	}
	
	.cart-yen span.more-btm03{
		border: 1px solid #63A3D7;
        box-sizing: border-box!important;
        background: #63A3D7;
        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 #63A3D7;
        box-sizing: border-box;
		color: #63A3D7;	
		background: #fff;
		transition: 0.3s;
	}
	
	.cart-yen span.more-btm04{
		border: 1px solid #000;
        box-sizing: border-box!important;
        background: #000;
        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-btm04{
		border: 1px solid #000;
        box-sizing: border-box;
		color: #000;	
		background: #fff;
		transition: 0.3s;
	}
	
	.cart-yen span.more-btm05{
		border: 1px solid #8B929A;
        box-sizing: border-box!important;
        background: #8B929A;
        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-btm05{
		border: 1px solid #8B929A;
        box-sizing: border-box;
		color: #8B929A;	
		background: #fff;
		transition: 0.3s;
	}
    
    /*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0% 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 300px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
	
	/*----------------------------------------------------*/
	header {
		width: 100%;
        position: relative;
        background: #fff;
		margin: 0 0 3% 0;
    }
	header .mv-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	header .mv-box li{
		width: 33.33%;
	}
	header .title-box01{
		width: 74%;
		position: absolute;
		z-index: 3;
		left: 0%;
		right: 0%;
		margin: 0 auto;
		top: 60%;
		-webkit-transform: translateY(-60%);
		transform: translateY(-60%);
	}
	header .title-box02{
		width: 74%;
		position: absolute;
		z-index: 4;
		left: 0%;
		right: 0%;
		margin: 0 auto;
		top: 60%;
		-webkit-transform: translateY(-60%);
		transform: translateY(-60%);
		-webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
        -moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
        -ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
        filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
	}
	header .title-line{
		width: 34%;
		height: 48px;
		position: absolute;
		top: 67%;
		-webkit-transform: translateY(-67%);
		transform: translateY(-67%);
		z-index: 2;
		left: 0%;
		right: 0%;
		margin: 0 auto;
	}
	.fade05 {
		width: 100%;
		animation-name: fade-line;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-line {
		0% {
		  opacity: 0;
			transform: translateX(-100px);
		}
		10% {
		  opacity: 0;
			transform: translateX(-100px);
		}
		80% {
		  opacity: 1;
			transform: translateX(-100px);
		}
		100% {
		  opacity: 1;
			transform: translateX(0);
		}
	}
	
	
	
	
	header .title-box-sub{
		width: 5%;
		position: absolute;
		left: 0%;
		right: 0%;
		margin: 0 auto;
		bottom: 5%;
	}
	
	header a{
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 10;
		display: block;
		top: 0;
		left: 0;
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 auto 3% auto;
		position: relative;
	}
	.read .txt{
		width: 100%;
		font-size: 18px;
    	letter-spacing: 4px;
		line-height: 2em;
		text-align: center;
		margin: 0 auto 0 auto;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.read-list{
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.read-list li{
		width: 48%;
	}
	.read-list li a{
		width: 100%;
		display: block;
		opacity: 1;
		transition: .3s;
	}
	.read-list li a:hover{
		opacity: .6;
		transition: .3s;
	}
	.read-list li .txt02{
		width: 100%;
		text-align: center;
		font-size: 16px;
		letter-spacing: 4px;
		margin: 5% auto 0 auto;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.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(0,0,0,0.5);
		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;
    }
	
	/*door*/
	.door{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.door .door-title{
		width: 100%;
		display: block;
		margin: 5% auto 3% auto;
	}
	.door .door-title img{
		height: 25px;
		margin: 0 auto;
	}
	.door .door-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.door .door-list li{
		width: 32%;
	}
	
	/*item01*/
	.item01{
		width: 100%;
		max-width: 700px;
		margin: 0 auto 5% auto;
	}
	.item01 .photo{
		width: 70%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item01 .photo .num-l{
		width: 80px;
		position: absolute;
		top: 20px;
		left: 20px;
	}
	.item01 .photo .num-r{
		width: 80px;
		position: absolute;
		top: 20px;
		right: 20px;
	}
	.item01 .data{
		width: 100%;
		position: relative;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.item01 .data .name{
		width: 100%;
		margin: 0 0 4% 0;
	}
	.item01 .data .name img{
		height: 35px;
		width: auto;
	}
	.item01 .data .txt{
		width: 45%;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item01 .data .link-box{
		width: 45%;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		max-width: 1000px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.item02 .photo{
		width: 50%;
		position: relative;
	}
	.item02 .photo .num-l{
		width: 80px;
		position: absolute;
		top: 20px;
		left: 20px;
	}
	.item02 .photo .num-r{
		width: 80px;
		position: absolute;
		top: 20px;
		right: 20px;
	}
	.item02 .data{
		width: 40%;
	}
	.item02 .data .txt{
		width: 100%;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 10% 0;
	}
	.item02 .data .link-box{
		width: 100%;
	}
	.item02 .data .popimg{
		width: 50%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.item02 .data .popimg .title{
		width: 70%;
		position: absolute;
		z-index: 8;
		top: -30%;
		left: -40%;
	}
	
	/*item03*/
	.wrap{
		background: linear-gradient(transparent 50%, #f9f8f6 50%);
	}
	.item03{
		width: 100%;
		max-width: 1000px;
		padding: 0 0 2% 0;
		margin: 0 auto 7% auto;
	}
	.item03 .photo{
		width: 100%;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item03 .data{
		width: 80%;
		position: relative;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item03 .data .color{
		width: 43%;
	}
	.item03 .data .link-box{
		width: 50%;
	}
	
	/*item04*/
	.item04{
		width: 100%;
		max-width: 1000px;
		padding: 0 0 2% 0;
		margin: 0 auto 7% auto;
	}
	.item04 .photo{
		width: 100%;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item04 .data{
		width: 80%;
		position: relative;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item04 .data .link-box{
		width: 50%;
		margin: 0 auto;
	}
	
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		background: rgba(239,230,211,0.3);
		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: 3% 0 3% 0;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '';
		background: url("../img/icon02.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*pro-data*/
	.pro-data{
		width: 100%;
		max-width: 700px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		box-sizing: border-box;
		align-items: center;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		padding: 0 3%;
	}
	.pro-data .data{
		width: 73%;
	}
	.pro-data .img{
		width: 20%;
	}
	.pro-data .data .txt{
		font-size: 15px;
		letter-spacing: 2px;
		text-align: justify;
		line-height: 1.8em;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	.pro-data .data .name{
		font-size: 16px;
		letter-spacing: 3px;
		text-align: justify;
		line-height: 1.8em;
		text-align: right;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.pro-data .data .name span{
		font-size: 14px;
		letter-spacing: 3px;
		text-align: justify;
		line-height: 1.8em;
		margin: 0 10px 0 0;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	}
	
	
	/*cart-btm*/
	.link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 15px 0;
	}
	.cart-btm .btn{
		font-size: 12px;
		line-height: 1em;
		width: 180px;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 7px;
	}
	.cart-btm:hover .btn {
	  background: #2a2a2a;
	  border-color: #2a2a2a;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 150px;
		padding: 7px 0 7px 0;
		background: #000;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #000;
	  color: #000;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.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;
	}
	
	/*banner*/
	.banner{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}
	
	.banner-box01{
		width: 100%;
		max-width: 900px;
		margin: 0 auto 5% auto;
		opacity: 1;
		transition: .3s;
		display: block;
	}
	.banner-box01:hover{
		opacity: .7;
		transition: .3s;
	}
	
	.banner-box02{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 3% auto;
		border: 1px solid #eee;
		transition: .3s;
		display: block;
	}
	.banner-box02:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	.banner-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0 5% 0;
	}
	
	.in-btn{
		width: 100%;
		max-width: 300px;
		margin: 0 auto 5% auto;
		border: 1px solid #eee;
		transition: .3s;
		display: block;
	}
	.in-btn:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
}

/*///////////////////////////////////////////////////////////////////////////////////////////////*/
/*note pc--------------------------------------------------------------------------------------------------------------------*/
/*///////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .sp-on{
		display: none !important;
	}
    .pad-off{
		display: none !important;
	}
	
	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 90px;
		right: 20px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 90px;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in .dotto{
		margin: 30px auto;
		height: 4px;
		width: 4px;
		border-radius: 2px;
		display: block;
		background: #000;
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
        text-align: center;
        font-size: 12px;
        color: #000;
        text-decoration: none;
        line-height: 2em;
		margin: 0 0 20px 0;
	}
	.side-nav-in a:hover{
		opacity: .5;
		transition: .3s;
	}
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in1 {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	
    /*ani*/
    figure.snip1353 {
		position: relative;
		overflow: hidden;
		width: 100%;
		color: #000000;
		text-align: center;
	}
	figure.snip1353 * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	figure.snip1353 img {
		opacity: 1;
		width: 100%;
	}
	figure.snip1353:after,
	figure.snip1353:before {
		background: #000;
		width: 300%;
		height: 200%;
		position: absolute;
		content: '';
		opacity: 0.5;
		-webkit-transition: all 0.55s ease-in-out;
		transition: all 0.55s ease-in-out;
		z-index: 1;
	}
	figure.snip1353:after {
		top: 0;
		left: 0;
		-webkit-transform: skew(-40deg) translateX(-150%);
		transform: skew(-40deg) translateX(-150%);
	}
	figure.snip1353:before {
		right: 0;
		bottom: 0;
		-webkit-transform: skew(-40deg) translateX(150%);
		transform: skew(-40deg) translateX(150%);
	}
	figure.snip1353 figcaption {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 2;
	}
	figure.snip1353 h2,
	figure.snip1353 p {
		margin: 0;
		width: 100%;
		opacity: 0;
	}
	figure.snip1353 h2 {
		padding: 0 30px;
		font-weight: 400;
		text-transform: uppercase;
	}
	figure.snip1353 p {
		width: 90%;
		display: block;
		margin: 0 auto;
		text-align: left;
		font-size: 21px;
		color: #FFFFFF;
		line-height: 1.8em;
		font-weight: bold;
        letter-spacing: 2px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		text-align: center;
		font-weight: normal;
	}
	figure.snip1353 a {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute;
		z-index: 2;
	}
	figure.snip1353:hover:after,
	figure.snip1353.hover:after {
		-webkit-transform: skew(-45deg) translateX(-50%);
		transform: skew(-45deg) translateX(-50%);
	}
	figure.snip1353:hover:before,
	figure.snip1353.hover:before {
		-webkit-transform: skew(-45deg) translateX(50%);
		transform: skew(-45deg) translateX(50%);
	}
	figure.snip1353:hover figcaption h2,
	figure.snip1353.hover figcaption h2,
	figure.snip1353:hover figcaption p,
	figure.snip1353.hover figcaption p {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	figure.snip1353:hover figcaption h2,
	figure.snip1353.hover figcaption h2 {
		opacity: 1;
	}
	figure.snip1353:hover figcaption p,
	figure.snip1353.hover figcaption p {
		opacity: 0.7;
	}
	
	/*-----------------*/
	figure.snip1354 {
		position: relative;
		overflow: hidden;
		width: 100%;
		color: #000000;
		text-align: center;
	}
	figure.snip1354 * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	figure.snip1354 img {
		opacity: 1;
		width: 100%;
	}
	figure.snip1354:after,
	figure.snip1354:before {
		background: #fff;
		width: 300%;
		height: 200%;
		position: absolute;
		content: '';
		opacity: 0.5;
		-webkit-transition: all 0.55s ease-in-out;
		transition: all 0.55s ease-in-out;
		z-index: 1;
	}
	figure.snip1354:after {
		top: 0;
		left: 0;
		-webkit-transform: skew(-40deg) translateX(-150%);
		transform: skew(-40deg) translateX(-150%);
	}
	figure.snip1354:before {
		right: 0;
		bottom: 0;
		-webkit-transform: skew(-40deg) translateX(150%);
		transform: skew(-40deg) translateX(150%);
	}
	figure.snip1354 figcaption {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 2;
	}
	figure.snip1354 h2,
	figure.snip1354 p {
		margin: 0;
		width: 100%;
		opacity: 0;
	}
	figure.snip1354 h2 {
		padding: 0 30px;
		font-weight: 400;
		text-transform: uppercase;
	}
	figure.snip1354 p {
		width: 100%;
		display: block;
		margin: 0 auto;
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 1.8em;
	}
	figure.snip1354 p img{
		width: 100%;
		display: block;
	}
	figure.snip1354 a {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute;
		z-index: 2;
	}
	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;
	}
	
	.fadein-l {
		opacity : 0;
		transform : translate(-100px, 0);
		transition : all 1s;
	}

	.fadein-l.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	.fadein-r {
		opacity : 0;
		transform : translate(100px, 0);
		transition : all 1s;
	}
	.fadein-r.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	.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-pop {
		opacity : 0;
		transform : translate(0, 0);
		transition : all 1s;
	}
	.fadein-pop.active{
		animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes slideIn {
	  0% {
		transform: translateY(50px);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  40%,100% {
		opacity: 1;
	  }
	}
	
	
    /*cart-01*/
	.cart-line{
		height: 1px;
		width: 100%;
		background: #ebebeb;
	}
    .cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
		margin: 0 0 10px 0;
	}
    .cart-title{
		font-size: 13px;
        letter-spacing: 2px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 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-yen span.more-btm{
		border: 1px solid #000;
        box-sizing: border-box!important;
        background: #fff;
        color: #000;
        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 #000;
        box-sizing: border-box;
		color: #fff;	
		background: #000;
		transition: 0.3s;
	}
    
    .cart-yen span.more-btm01{
		border: 1px solid #F486AB;
        box-sizing: border-box!important;
        background: #F486AB;
        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 #F486AB;
        box-sizing: border-box;
		color: #F486AB;	
		background: #fff;
		transition: 0.3s;
	}
	
	.cart-yen span.more-btm02{
		border: 1px solid #00B69A;
        box-sizing: border-box!important;
        background: #00B69A;
        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 #00B69A;
        box-sizing: border-box;
		color: #00B69A;	
		background: #fff;
		transition: 0.3s;
	}
	
	.cart-yen span.more-btm03{
		border: 1px solid #63A3D7;
        box-sizing: border-box!important;
        background: #63A3D7;
        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 #63A3D7;
        box-sizing: border-box;
		color: #63A3D7;	
		background: #fff;
		transition: 0.3s;
	}
	
	.cart-yen span.more-btm04{
		border: 1px solid #000;
        box-sizing: border-box!important;
        background: #000;
        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-btm04{
		border: 1px solid #000;
        box-sizing: border-box;
		color: #000;	
		background: #fff;
		transition: 0.3s;
	}
	
	.cart-yen span.more-btm05{
		border: 1px solid #8B929A;
        box-sizing: border-box!important;
        background: #8B929A;
        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-btm05{
		border: 1px solid #8B929A;
        box-sizing: border-box;
		color: #8B929A;	
		background: #fff;
		transition: 0.3s;
	}
    
    /*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0% 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 300px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
	
	/*----------------------------------------------------*/
	header {
		width: 100%;
        position: relative;
        background: #fff;
		margin: 0 0 3% 0;
    }
	header .mv-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	header .mv-box li{
		width: 33.33%;
	}
	header .title-box01{
		width: 74%;
		position: absolute;
		left: 0%;
		right: 0%;
		margin: 0 auto;
		top: 60%;
		-webkit-transform: translateY(-60%);
		transform: translateY(-60%);
	}
	header .title-box02{
		width: 74%;
		position: absolute;
		left: 0%;
		right: 0%;
		margin: 0 auto;
		top: 60%;
		-webkit-transform: translateY(-60%);
		transform: translateY(-60%);
		-webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
        -moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
        -ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
        filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
	}
	header .title-line{
		width: 34%;
		height: 48px;
		position: absolute;
		top: 67%;
		-webkit-transform: translateY(-67%);
		transform: translateY(-67%);
		z-index: 2;
		left: 0%;
		right: 0%;
		margin: 0 auto;
	}
	.fade05 {
		width: 100%;
		animation-name: fade-line;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-line {
		0% {
		  opacity: 0;
			transform: translateX(-100px);
		}
		10% {
		  opacity: 0;
			transform: translateX(-100px);
		}
		80% {
		  opacity: 1;
			transform: translateX(-100px);
		}
		100% {
		  opacity: 1;
			transform: translateX(0);
		}
	}
	header .title-box-sub{
		width: 5%;
		position: absolute;
		left: 0%;
		right: 0%;
		margin: 0 auto;
		bottom: 5%;
	}
	
	header a{
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 10;
		display: block;
		top: 0;
		left: 0;
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 auto 3% auto;
		position: relative;
	}
	.read .txt{
		width: 100%;
		font-size: 17px;
    	letter-spacing: 4px;
		line-height: 2em;
		text-align: center;
		margin: 0 auto 0 auto;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.read-list{
		width: 50%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.read-list li{
		width: 48%;
	}
	.read-list li a{
		width: 100%;
		display: block;
		opacity: 1;
		transition: .3s;
	}
	.read-list li a:hover{
		opacity: .6;
		transition: .3s;
	}
	.read-list li .txt02{
		width: 100%;
		text-align: center;
		font-size: 16px;
		letter-spacing: 4px;
		margin: 5% auto 0 auto;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.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(0,0,0,0.5);
		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;
    }
	
	/*door*/
	.door{
		width: 100%;
		max-width: 900px;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.door .door-title{
		width: 100%;
		display: block;
		margin: 0 auto 5% auto;
	}
	.door .door-title img{
		height: 23px;
		margin: 0 auto;
	}
	.door .door-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.door .door-list li{
		width: 32%;
	}
	
	/*item01*/
	.item01{
		width: 100%;
		max-width: 650px;
		margin: 0 auto 5% auto;
	}
	.item01 .photo{
		width: 70%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item01 .photo .num-l{
		width: 60px;
		position: absolute;
		top: 20px;
		left: 20px;
	}
	.item01 .photo .num-r{
		width: 60px;
		position: absolute;
		top: 20px;
		right: 20px;
	}
	.item01 .data{
		width: 100%;
		position: relative;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.item01 .data .name{
		width: 100%;
		margin: 0 0 4% 0;
	}
	.item01 .data .name img{
		height: 30px;
		width: auto;
	}
	.item01 .data .txt{
		width: 45%;
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item01 .data .link-box{
		width: 45%;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		max-width: 850px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.item02 .photo{
		width: 55%;
		position: relative;
	}
	.item02 .photo .num-l{
		width: 60px;
		position: absolute;
		top: 20px;
		left: 20px;
	}
	.item02 .photo .num-r{
		width: 60px;
		position: absolute;
		top: 20px;
		right: 20px;
	}
	.item02 .data{
		width: 40%;
	}
	.item02 .data .txt{
		width: 100%;
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 10% 0;
	}
	.item02 .data .link-box{
		width: 100%;
	}
	.item02 .data .popimg{
		width: 50%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.item02 .data .popimg .title{
		width: 70%;
		position: absolute;
		z-index: 8;
		top: -30%;
		left: -40%;
	}
	
	/*item03*/
	.wrap{
		background: linear-gradient(transparent 50%, #f9f8f6 50%);
	}
	.item03{
		width: 100%;
		max-width: 850px;
		padding: 0 0 2% 0;
		margin: 0 auto 7% auto;
	}
	.item03 .photo{
		width: 100%;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item03 .data{
		width: 80%;
		position: relative;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item03 .data .color{
		width: 43%;
	}
	.item03 .data .link-box{
		width: 50%;
	}
	
	/*item04*/
	.item04{
		width: 100%;
		max-width: 1000px;
		padding: 0 0 2% 0;
		margin: 0 auto 7% auto;
	}
	.item04 .photo{
		width: 100%;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item04 .data{
		width: 80%;
		position: relative;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item04 .data .link-box{
		width: 50%;
		margin: 0 auto;
	}
	
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		background: rgba(239,230,211,0.3);
		color: #000;
		font-size: 12px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 3% 0 3% 0;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 9px;
	}
	.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: 9px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*pro-data*/
	.pro-data{
		width: 50%;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		box-sizing: border-box;
		align-items: center;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		padding: 0 3%;
	}
	.pro-data .data{
		width: 73%;
	}
	.pro-data .img{
		width: 20%;
	}
	.pro-data .data .txt{
		font-size: 13px;
		letter-spacing: 2px;
		text-align: justify;
		line-height: 1.8em;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	.pro-data .data .name{
		font-size: 16px;
		letter-spacing: 3px;
		text-align: justify;
		line-height: 1.8em;
		text-align: right;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.pro-data .data .name span{
		font-size: 14px;
		letter-spacing: 3px;
		text-align: justify;
		line-height: 1.8em;
		margin: 0 10px 0 0;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	}
	
	
	/*cart-btm*/
	.link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 15px 0;
	}
	.cart-btm .btn{
		font-size: 12px;
		line-height: 1em;
		width: 180px;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 7px;
	}
	.cart-btm:hover .btn {
	  background: #2a2a2a;
	  border-color: #2a2a2a;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 150px;
		padding: 7px 0 7px 0;
		background: #000;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #000;
	  color: #000;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.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;
	}
	
	/*banner*/
	.banner{
		width: 100%;
		max-width: 900px;
		margin: 0 auto;
	}
	
	.banner-box01{
		width: 100%;
		margin: 0 auto 5% auto;
		opacity: 1;
		transition: .3s;
		display: block;
	}
	.banner-box01:hover{
		opacity: .7;
		transition: .3s;
	}
	
	.banner-box02{
		width: 60%;
		margin: 0 auto 3% auto;
		border: 1px solid #eee;
		transition: .3s;
		display: block;
	}
	.banner-box02:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	.banner-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0 5% 0;
	}
	
	.in-btn{
		width: 30%;
		margin: 0 auto 5% auto;
		border: 1px solid #eee;
		transition: .3s;
		display: block;
	}
	.in-btn:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	
}

/*///////////////////////////////////////////////////////////////////////////////////////////////*/
/*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 .dotto{
		margin: 30px auto;
		height: 4px;
		width: 4px;
		border-radius: 2px;
		display: block;
		background: #000;
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
        text-align: center;
        font-size: 12px;
        color: #000;
        text-decoration: none;
        line-height: 2em;
		margin: 0 0 20px 0;
	}
	.side-nav-in a:hover{
		opacity: .5;
		transition: .3s;
	}
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in1 {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	.fade05 {
		width: 100%;
		animation-name: fade-line;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
		overflow: hidden;
	}
	@keyframes fade-line {
		0% {
		  opacity: 0;
			width: 0;
		}
		100% {
		  opacity: 1;
			width: 100;
		}
	}
	
    /*ani*/
    figure.snip1353 {
		position: relative;
		overflow: hidden;
		width: 100%;
		color: #000000;
		text-align: center;
	}
	figure.snip1353 * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	figure.snip1353 img {
		opacity: 1;
		width: 100%;
	}
	figure.snip1353:after,
	figure.snip1353:before {
		background: #000;
		width: 300%;
		height: 200%;
		position: absolute;
		content: '';
		opacity: 0.5;
		-webkit-transition: all 0.55s ease-in-out;
		transition: all 0.55s ease-in-out;
		z-index: 1;
	}
	figure.snip1353:after {
		top: 0;
		left: 0;
		-webkit-transform: skew(-40deg) translateX(-150%);
		transform: skew(-40deg) translateX(-150%);
	}
	figure.snip1353:before {
		right: 0;
		bottom: 0;
		-webkit-transform: skew(-40deg) translateX(150%);
		transform: skew(-40deg) translateX(150%);
	}
	figure.snip1353 figcaption {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 2;
	}
	figure.snip1353 h2,
	figure.snip1353 p {
		margin: 0;
		width: 100%;
		opacity: 0;
	}
	figure.snip1353 h2 {
		padding: 0 30px;
		font-weight: 400;
		text-transform: uppercase;
	}
	figure.snip1353 p {
		width: 90%;
		display: block;
		margin: 0 auto;
		text-align: left;
		font-size: 21px;
		color: #FFFFFF;
		line-height: 1.8em;
		font-weight: bold;
        letter-spacing: 2px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		text-align: center;
		font-weight: normal;
	}
	figure.snip1353 a {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute;
		z-index: 2;
	}
	figure.snip1353:hover:after,
	figure.snip1353.hover:after {
		-webkit-transform: skew(-45deg) translateX(-50%);
		transform: skew(-45deg) translateX(-50%);
	}
	figure.snip1353:hover:before,
	figure.snip1353.hover:before {
		-webkit-transform: skew(-45deg) translateX(50%);
		transform: skew(-45deg) translateX(50%);
	}
	figure.snip1353:hover figcaption h2,
	figure.snip1353.hover figcaption h2,
	figure.snip1353:hover figcaption p,
	figure.snip1353.hover figcaption p {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	figure.snip1353:hover figcaption h2,
	figure.snip1353.hover figcaption h2 {
		opacity: 1;
	}
	figure.snip1353:hover figcaption p,
	figure.snip1353.hover figcaption p {
		opacity: 0.7;
	}
	
	/*-----------------*/
	figure.snip1354 {
		position: relative;
		overflow: hidden;
		width: 100%;
		color: #000000;
		text-align: center;
	}
	figure.snip1354 * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	figure.snip1354 img {
		opacity: 1;
		width: 100%;
	}
	figure.snip1354:after,
	figure.snip1354:before {
		background: #fff;
		width: 300%;
		height: 200%;
		position: absolute;
		content: '';
		opacity: 0.5;
		-webkit-transition: all 0.55s ease-in-out;
		transition: all 0.55s ease-in-out;
		z-index: 1;
	}
	figure.snip1354:after {
		top: 0;
		left: 0;
		-webkit-transform: skew(-40deg) translateX(-150%);
		transform: skew(-40deg) translateX(-150%);
	}
	figure.snip1354:before {
		right: 0;
		bottom: 0;
		-webkit-transform: skew(-40deg) translateX(150%);
		transform: skew(-40deg) translateX(150%);
	}
	figure.snip1354 figcaption {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 2;
	}
	figure.snip1354 h2,
	figure.snip1354 p {
		margin: 0;
		width: 100%;
		opacity: 0;
	}
	figure.snip1354 h2 {
		padding: 0 30px;
		font-weight: 400;
		text-transform: uppercase;
	}
	figure.snip1354 p {
		width: 100%;
		display: block;
		margin: 0 auto;
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 1.8em;
	}
	figure.snip1354 p img{
		width: 100%;
		display: block;
	}
	figure.snip1354 a {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute;
		z-index: 2;
	}
	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;
	}
	
	.fadein-l {
		opacity : 0;
		transform : translate(-100px, 0);
		transition : all 1s;
	}

	.fadein-l.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	.fadein-r {
		opacity : 0;
		transform : translate(100px, 0);
		transition : all 1s;
	}
	.fadein-r.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	.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-pop {
		opacity : 0;
		transform : translate(0, 0);
		transition : all 1s;
	}
	.fadein-pop.active{
		animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes slideIn {
	  0% {
		transform: translateY(50px);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  40%,100% {
		opacity: 1;
	  }
	}
	
	
    /*cart-01*/
	.cart-line{
		height: 1px;
		width: 100%;
		background: #ebebeb;
	}
    .cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
		margin: 0 0 10px 0;
	}
    .cart-title{
		font-size: 13px;
        letter-spacing: 2px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 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-yen span.more-btm{
		border: 1px solid #000;
        box-sizing: border-box!important;
        background: #fff;
        color: #000;
        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 #000;
        box-sizing: border-box;
		color: #fff;	
		background: #000;
		transition: 0.3s;
	}
    
    .cart-yen span.more-btm01{
		border: 1px solid #F486AB;
        box-sizing: border-box!important;
        background: #F486AB;
        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 #F486AB;
        box-sizing: border-box;
		color: #F486AB;	
		background: #fff;
		transition: 0.3s;
	}
	
	.cart-yen span.more-btm02{
		border: 1px solid #00B69A;
        box-sizing: border-box!important;
        background: #00B69A;
        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 #00B69A;
        box-sizing: border-box;
		color: #00B69A;	
		background: #fff;
		transition: 0.3s;
	}
	
	.cart-yen span.more-btm03{
		border: 1px solid #63A3D7;
        box-sizing: border-box!important;
        background: #63A3D7;
        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 #63A3D7;
        box-sizing: border-box;
		color: #63A3D7;	
		background: #fff;
		transition: 0.3s;
	}
	
	.cart-yen span.more-btm04{
		border: 1px solid #000;
        box-sizing: border-box!important;
        background: #000;
        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-btm04{
		border: 1px solid #000;
        box-sizing: border-box;
		color: #000;	
		background: #fff;
		transition: 0.3s;
	}
	
	.cart-yen span.more-btm05{
		border: 1px solid #8B929A;
        box-sizing: border-box!important;
        background: #8B929A;
        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-btm05{
		border: 1px solid #8B929A;
        box-sizing: border-box;
		color: #8B929A;	
		background: #fff;
		transition: 0.3s;
	}
    
    /*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0% 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 300px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
	
	/*----------------------------------------------------*/
	header {
		width: 100%;
        position: relative;
        background: #fff;
		margin: 0 0 3% 0;
    }
	header .mv-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	header .mv-box li{
		width: 33.33%;
	}
	header .title-box01{
		width: 74%;
		position: absolute;
		left: 0%;
		right: 0%;
		margin: 0 auto;
		top: 60%;
		-webkit-transform: translateY(-60%);
		transform: translateY(-60%);
	}
	header .title-box02{
		width: 74%;
		position: absolute;
		left: 0%;
		right: 0%;
		margin: 0 auto;
		top: 60%;
		-webkit-transform: translateY(-60%);
		transform: translateY(-60%);
		-webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
        -moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
        -ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
        filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
	}
	header .title-line{
		width: 34%;
		height: 48px;
		position: absolute;
		top: 67%;
		-webkit-transform: translateY(-67%);
		transform: translateY(-67%);
		z-index: 2;
		left: 0%;
		right: 0%;
		margin: 0 auto;
	}
	.fade05 {
		width: 100%;
		animation-name: fade-line;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-line {
		0% {
		  opacity: 0;
			transform: translateX(-100px);
		}
		10% {
		  opacity: 0;
			transform: translateX(-100px);
		}
		80% {
		  opacity: 1;
			transform: translateX(-100px);
		}
		100% {
		  opacity: 1;
			transform: translateX(0);
		}
	}
	header .title-box-sub{
		width: 5%;
		position: absolute;
		left: 0%;
		right: 0%;
		margin: 0 auto;
		bottom: 5%;
	}
	
	header a{
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 10;
		display: block;
		top: 0;
		left: 0;
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.read .txt{
		width: 100%;
		font-size: 14px;
    	letter-spacing: 4px;
		line-height: 2em;
		text-align: center;
		margin: 0 auto 0 auto;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.read-list{
		width: 50%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.read-list li{
		width: 48%;
	}
	.read-list li a{
		width: 100%;
		display: block;
		opacity: 1;
		transition: .3s;
	}
	.read-list li a:hover{
		opacity: .6;
		transition: .3s;
	}
	.read-list li .txt02{
		width: 100%;
		text-align: center;
		font-size: 16px;
		letter-spacing: 4px;
		margin: 5% auto 0 auto;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.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(0,0,0,0.5);
		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;
    }
	
	/*door*/
	.door{
		width: 80%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.door .door-title{
		width: 100%;
		display: block;
		margin: 0 auto 5% auto;
	}
	.door .door-title img{
		height: 18px;
		margin: 0 auto;
	}
	.door .door-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.door .door-list li{
		width: 32%;
	}
	
	/*item01*/
	.item01{
		width: 80%;
		margin: 0 auto 7% auto;
	}
	.item01 .photo{
		width: 70%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item01 .photo .num-l{
		width: 60px;
		position: absolute;
		top: 20px;
		left: 20px;
	}
	.item01 .photo .num-r{
		width: 60px;
		position: absolute;
		top: 20px;
		right: 20px;
	}
	.item01 .data{
		width: 100%;
		position: relative;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.item01 .data .name{
		width: 100%;
		margin: 0 0 4% 0;
	}
	.item01 .data .name img{
		height: 30px;
		width: auto;
	}
	.item01 .data .txt{
		width: 45%;
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item01 .data .link-box{
		width: 45%;
	}
	
	/*item02*/
	.item02{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
	}
	.item02 .photo{
		width: 55%;
		position: relative;
	}
	.item02 .photo .num-l{
		width: 60px;
		position: absolute;
		top: 20px;
		left: 20px;
	}
	.item02 .photo .num-r{
		width: 60px;
		position: absolute;
		top: 20px;
		right: 20px;
	}
	.item02 .data{
		width: 40%;
	}
	.item02 .data .txt{
		width: 100%;
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 10% 0;
	}
	.item02 .data .link-box{
		width: 100%;
	}
	.item02 .data .popimg{
		width: 50%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.item02 .data .popimg .title{
		width: 70%;
		position: absolute;
		z-index: 8;
		top: -30%;
		left: -40%;
	}
	
	/*item03*/
	.wrap{
		background: linear-gradient(transparent 50%, #f9f8f6 50%);
	}
	.item03{
		width: 90%;
		padding: 0 0 2% 0;
		margin: 0 auto 10% auto;
	}
	.item03 .photo{
		width: 100%;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item03 .data{
		width: 90%;
		position: relative;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item03 .data .color{
		width: 43%;
	}
	.item03 .data .link-box{
		width: 50%;
	}
	
	/*item04*/
	.item04{
		width: 90%;
		padding: 0 0 2% 0;
		margin: 0 auto 10% auto;
	}
	.item04 .photo{
		width: 100%;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item04 .data{
		width: 90%;
		position: relative;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item04 .data .link-box{
		width: 50%;
		margin: 0 auto;
	}
	
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		background: rgba(239,230,211,0.3);
		color: #000;
		font-size: 12px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 3% 0 3% 0;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 9px;
	}
	.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: 9px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*pro-data*/
	.pro-data{
		width: 80%;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		box-sizing: border-box;
		align-items: center;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		padding: 0 3%;
	}
	.pro-data .data{
		width: 73%;
	}
	.pro-data .img{
		width: 20%;
	}
	.pro-data .data .txt{
		font-size: 13px;
		letter-spacing: 2px;
		text-align: justify;
		line-height: 1.8em;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	.pro-data .data .name{
		font-size: 16px;
		letter-spacing: 3px;
		text-align: justify;
		line-height: 1.8em;
		text-align: right;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.pro-data .data .name span{
		font-size: 14px;
		letter-spacing: 3px;
		text-align: justify;
		line-height: 1.8em;
		margin: 0 10px 0 0;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	}
	
	
	/*cart-btm*/
	.link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 15px 0;
	}
	.cart-btm .btn{
		font-size: 12px;
		line-height: 1em;
		width: 180px;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 7px;
	}
	.cart-btm:hover .btn {
	  background: #2a2a2a;
	  border-color: #2a2a2a;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 150px;
		padding: 7px 0 7px 0;
		background: #000;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #000;
	  color: #000;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.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;
	}
	
	/*banner*/
	.banner{
		width: 90%;
		margin: 0 auto;
	}
	
	.banner-box01{
		width: 100%;
		margin: 0 auto 5% auto;
		opacity: 1;
		transition: .3s;
		display: block;
	}
	.banner-box01:hover{
		opacity: .7;
		transition: .3s;
	}
	
	.banner-box02{
		width: 60%;
		margin: 0 auto 3% auto;
		border: 1px solid #eee;
		transition: .3s;
		display: block;
	}
	.banner-box02:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	.banner-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0 5% 0;
	}
	
	.in-btn{
		width: 30%;
		margin: 0 auto 5% auto;
		border: 1px solid #eee;
		transition: .3s;
		display: block;
	}
	.in-btn:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
    
}

/*///////////////////////////////////////////////////////////////////////////////////////////////*/
/*phone--------------------------------------------------------------------------------------------------------------------*/
/*///////////////////////////////////////////////////////////////////////////////////////////////*/
@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 .dotto{
		margin: 30px auto;
		height: 4px;
		width: 4px;
		border-radius: 2px;
		display: block;
		background: #000;
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
        text-align: center;
        font-size: 12px;
        color: #000;
        text-decoration: none;
        line-height: 2em;
		margin: 0 0 20px 0;
	}
	.side-nav-in a:hover{
		opacity: .5;
		transition: .3s;
	}
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in1 {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	
    /*ani*/
    figure.snip1353 {
		position: relative;
		overflow: hidden;
		width: 100%;
		color: #000000;
		text-align: center;
	}
	figure.snip1353 * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	figure.snip1353 img {
		opacity: 1;
		width: 100%;
	}
	figure.snip1353:after,
	figure.snip1353:before {
		background: #000;
		width: 300%;
		height: 200%;
		position: absolute;
		content: '';
		opacity: 0.5;
		-webkit-transition: all 0.55s ease-in-out;
		transition: all 0.55s ease-in-out;
		z-index: 1;
	}
	figure.snip1353:after {
		top: 0;
		left: 0;
		-webkit-transform: skew(-40deg) translateX(-150%);
		transform: skew(-40deg) translateX(-150%);
	}
	figure.snip1353:before {
		right: 0;
		bottom: 0;
		-webkit-transform: skew(-40deg) translateX(150%);
		transform: skew(-40deg) translateX(150%);
	}
	figure.snip1353 figcaption {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 2;
	}
	figure.snip1353 h2,
	figure.snip1353 p {
		margin: 0;
		width: 100%;
		opacity: 0;
	}
	figure.snip1353 h2 {
		padding: 0 30px;
		font-weight: 400;
		text-transform: uppercase;
	}
	figure.snip1353 p {
		width: 90%;
		display: block;
		margin: 0 auto;
		text-align: left;
		font-size: 21px;
		color: #FFFFFF;
		line-height: 1.8em;
		font-weight: bold;
        letter-spacing: 2px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		text-align: center;
		font-weight: normal;
	}
	figure.snip1353 a {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute;
		z-index: 2;
	}
	figure.snip1353:hover:after,
	figure.snip1353.hover:after {
		-webkit-transform: skew(-45deg) translateX(-50%);
		transform: skew(-45deg) translateX(-50%);
	}
	figure.snip1353:hover:before,
	figure.snip1353.hover:before {
		-webkit-transform: skew(-45deg) translateX(50%);
		transform: skew(-45deg) translateX(50%);
	}
	figure.snip1353:hover figcaption h2,
	figure.snip1353.hover figcaption h2,
	figure.snip1353:hover figcaption p,
	figure.snip1353.hover figcaption p {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	figure.snip1353:hover figcaption h2,
	figure.snip1353.hover figcaption h2 {
		opacity: 1;
	}
	figure.snip1353:hover figcaption p,
	figure.snip1353.hover figcaption p {
		opacity: 0.7;
	}
	
	/*-----------------*/
	figure.snip1354 {
		position: relative;
		overflow: hidden;
		width: 100%;
		color: #000000;
		text-align: center;
	}
	figure.snip1354 * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	figure.snip1354 img {
		opacity: 1;
		width: 100%;
	}
	figure.snip1354:after,
	figure.snip1354:before {
		background: #fff;
		width: 300%;
		height: 200%;
		position: absolute;
		content: '';
		opacity: 0.5;
		-webkit-transition: all 0.55s ease-in-out;
		transition: all 0.55s ease-in-out;
		z-index: 1;
	}
	figure.snip1354:after {
		top: 0;
		left: 0;
		-webkit-transform: skew(-40deg) translateX(-150%);
		transform: skew(-40deg) translateX(-150%);
	}
	figure.snip1354:before {
		right: 0;
		bottom: 0;
		-webkit-transform: skew(-40deg) translateX(150%);
		transform: skew(-40deg) translateX(150%);
	}
	figure.snip1354 figcaption {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 2;
	}
	figure.snip1354 h2,
	figure.snip1354 p {
		margin: 0;
		width: 100%;
		opacity: 0;
	}
	figure.snip1354 h2 {
		padding: 0 30px;
		font-weight: 400;
		text-transform: uppercase;
	}
	figure.snip1354 p {
		width: 100%;
		display: block;
		margin: 0 auto;
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 1.8em;
	}
	figure.snip1354 p img{
		width: 100%;
		display: block;
	}
	figure.snip1354 a {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute;
		z-index: 2;
	}
	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;
	}
	
	.fadein-l {
		opacity : 0;
		transform : translate(-100px, 0);
		transition : all 1s;
	}

	.fadein-l.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	.fadein-r {
		opacity : 0;
		transform : translate(100px, 0);
		transition : all 1s;
	}
	.fadein-r.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	.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-pop {
		opacity : 0;
		transform : translate(0, 0);
		transition : all 1s;
	}
	.fadein-pop.active{
		animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: .5s;
	}
	@keyframes slideIn {
	  0% {
		transform: translateY(50px);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  40%,100% {
		opacity: 1;
	  }
	}
	
	
    /*cart-01*/
	.cart-line{
		height: 1px;
		width: 100%;
		background: #ebebeb;
	}
    .cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
		margin: 0 0 10px 0;
	}
    .cart-title{
		font-size: 13px;
        letter-spacing: 2px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 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-yen span.more-btm{
		border: 1px solid #000;
        box-sizing: border-box!important;
        background: #fff;
        color: #000;
        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 #000;
        box-sizing: border-box;
		color: #fff;	
		background: #000;
		transition: 0.3s;
	}
    
    .cart-yen span.more-btm01{
		border: 1px solid #F486AB;
        box-sizing: border-box!important;
        background: #F486AB;
        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 #F486AB;
        box-sizing: border-box;
		color: #F486AB;	
		background: #fff;
		transition: 0.3s;
	}
	
	.cart-yen span.more-btm02{
		border: 1px solid #00B69A;
        box-sizing: border-box!important;
        background: #00B69A;
        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 #00B69A;
        box-sizing: border-box;
		color: #00B69A;	
		background: #fff;
		transition: 0.3s;
	}
	
	.cart-yen span.more-btm03{
		border: 1px solid #63A3D7;
        box-sizing: border-box!important;
        background: #63A3D7;
        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 #63A3D7;
        box-sizing: border-box;
		color: #63A3D7;	
		background: #fff;
		transition: 0.3s;
	}
	
	.cart-yen span.more-btm04{
		border: 1px solid #000;
        box-sizing: border-box!important;
        background: #000;
        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-btm04{
		border: 1px solid #000;
        box-sizing: border-box;
		color: #000;	
		background: #fff;
		transition: 0.3s;
	}
	
	.cart-yen span.more-btm05{
		border: 1px solid #8B929A;
        box-sizing: border-box!important;
        background: #8B929A;
        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-btm05{
		border: 1px solid #8B929A;
        box-sizing: border-box;
		color: #8B929A;	
		background: #fff;
		transition: 0.3s;
	}
    
    /*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0% 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 300px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
	
	/*----------------------------------------------------*/
	header {
		width: 100%;
        position: relative;
        background: #fff;
    }
	header .mv-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	header .mv-box li{
		width: 33.33%;
	}
	header .title-box01{
		width: 85%;
		position: absolute;
		left: 0%;
		right: 0%;
		margin: 0 auto;
		top: 70%;
		-webkit-transform: translateY(-70%);
		transform: translateY(-70%);
	}
	header .title-box02{
		width: 85%;
		position: absolute;
		left: 0%;
		right: 0%;
		margin: 0 auto;
		top: 70%;
		-webkit-transform: translateY(-70%);
		transform: translateY(-70%);
		-webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
        -moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
        -ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
        filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
		z-index: 4;
	}
	header .title-line{
		width: 90%;
		height: 48px;
		position: absolute;
		top: 77%;
		-webkit-transform: translateY(-77%);
		transform: translateY(-77%);
		z-index: 2;
		left: 0%;
		right: 0%;
		margin: 0 auto;
		z-index: 3;
	}
	.fade05 {
		width: 100%;
		animation-name: fade-line;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-line {
		0% {
		  opacity: 0;
			transform: translateX(-50px);
		}
		10% {
		  opacity: 0;
			transform: translateX(-50px);
		}
		80% {
		  opacity: 1;
			transform: translateX(-50px);
		}
		100% {
		  opacity: 1;
			transform: translateX(0);
		}
	}
	header .title-box-sub{
		width: 18%;
		position: absolute;
		left: 0%;
		right: 0%;
		margin: 0 auto;
		bottom: 5%;
	}
	
	header a{
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 10;
		display: block;
		top: 0;
		left: 0;
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: 7% auto 7% auto;
		position: relative;
	}
	.read .txt{
		width: 100%;
		font-size: 14px;
    	letter-spacing: 2px;
		line-height: 2em;
		margin: 0 auto 5% auto;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		background: #f9f8f6;
		padding: 5% 7%;
		box-sizing: border-box;
		text-align: center;
	}
	.read-list{
		width: 85%;
		margin: 0 auto;
	}
	.read-list li{
		width: 100%;
	}
	.read-list li:first-child{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.read-list li a{
		width: 100%;
		display: block;
		opacity: 1;
		transition: .3s;
	}
	.read-list li a:hover{
		opacity: .6;
		transition: .3s;
	}
	.read-list li .txt02{
		width: 100%;
		text-align: center;
		font-size: 16px;
		letter-spacing: 4px;
		margin: 3% auto 0 auto;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.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(0,0,0,0.5);
		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;
    }
	
	/*door*/
	.door{
		width: 95%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.door .door-title{
		width: 100%;
		display: block;
		margin: 0 auto 5% auto;
	}
	.door .door-title img{
		height: 18px;
		margin: 0 auto;
	}
	.door .door-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.door .door-list li{
		width: 32%;
	}
	
	/*item01*/
	.item01{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.item01 .photo{
		width: 100%;
		position: relative;
		margin: 0 0 7% 0;
	}
	.item01 .photo .num-l{
		width: 60px;
		position: absolute;
		top: 10px;
		left: 10px;
	}
	.item01 .photo .num-r{
		width: 60px;
		position: absolute;
		top: 10px;
		right: 10px;
	}
	.item01 .data{
		width: 100%;
		position: relative;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.item01 .data .name{
		width: 100%;
		margin: 0 0 4% 0;
	}
	.item01 .data .name img{
		height: 22px;
	}
	.item01 .data .txt{
		width: 90%;
		margin: 0 auto 5% auto;
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item01 .data .link-box{
		width: 90%;
		margin: 0 auto;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.item02 .photo{
		width: 100%;
		position: relative;
		margin: 0 0 15% 0;
	}
	.item02 .photo .num-l{
		width: 60px;
		position: absolute;
		top: 10px;
		left: 10px;
	}
	.item02 .photo .num-r{
		width: 60px;
		position: absolute;
		top: 10px;
		right: 10px;
	}
	.item02 .data{
		width: 90%;
		margin: 0 auto;
	}
	.item02 .data .txt{
		width: 100%;
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 10% 0;
	}
	.item02 .data .link-box{
		width: 100%;
	}
	.item02 .data .popimg{
		width: 40%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item02 .data .popimg .title{
		width: 70%;
		position: absolute;
		z-index: 8;
		top: -30%;
		left: -40%;
	}
	
	/*item03*/
	.wrap{
		background: linear-gradient(transparent 20%, #f9f8f6 20%);
	}
	.item03{
		width: 90%;
		padding: 0 0 5% 0;
		margin: 0 auto 10% auto;
	}
	.item03 .photo{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item03 .data{
		width: 90%;
		position: relative;
		margin: 0 auto;
	}
	.item03 .data .color{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item03 .data .link-box{
		width: 100%;
	}
	
	/*item04*/
	.item04{
		width: 90%;
		padding: 0 0 2% 0;
		margin: 0 auto 10% auto;
	}
	.item04 .photo{
		width: 100%;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item04 .data{
		width: 90%;
		position: relative;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item04 .data .link-box{
		width: 100%;
		margin: 0 auto;
	}
	
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		background: rgba(239,230,211,0.3);
		color: #000;
		font-size: 12px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 3% 0 3% 0;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 9px;
	}
	.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: 9px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*pro-data*/
	.pro-data{
		width: 90%;
		display: flex;
		justify-content: space-between;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		align-items: center;
		padding: 5% 0;
		margin: 0 auto 10% auto;
	}
	.pro-data .data{
		width: 55%;
		display: block;
	}
	.pro-data .img{
		width: 40%;
		display: block;
	}
	.pro-data .data .txt{
		font-size: 12px;
		letter-spacing: 1px;
		text-align: justify;
		line-height: 1.8em;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.pro-data .data .name{
		font-size: 14px;
		letter-spacing: 2px;
		text-align: justify;
		line-height: 1.8em;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.pro-data .data .name span{
		font-size: 11px;
		letter-spacing: 2px;
		text-align: justify;
		line-height: 1.8em;
		margin: 0 10px 0 0;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	}
	
	
	/*cart-btm*/
	.link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 15px 0;
	}
	.cart-btm .btn{
		font-size: 12px;
		line-height: 1em;
		width: 180px;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 7px;
	}
	.cart-btm:hover .btn {
	  background: #2a2a2a;
	  border-color: #2a2a2a;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 150px;
		padding: 10px 0 10px 0;
		background: #000;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #000;
	  color: #000;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.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;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	

	/*banner*/
	.banner{
		width: 80%;
		margin: 0 auto;
	}

	.banner-box01{
		width: 100%;
		max-width: 900px;
		margin: 0 auto 5% auto;
		opacity: 1;
		transition: .3s;
		display: block;
	}
	.banner-box01:hover{
		opacity: .7;
		transition: .3s;
	}

	.banner-box02{
		width: 100%;
		margin: 0 auto 5% auto;
		border: 1px solid #eee;
		transition: .3s;
		display: block;
	}
	.banner-box02:hover{
		border: 1px solid #000;
		transition: .3s;
	}

	.banner-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 7% 0 7% 0;
	}

	.in-btn{
		width: 100%;
		border: 1px solid #eee;
		margin: 0 auto 5% auto;
		transition: .3s;
		display: block;
	}
	.in-btn:hover{
		border: 1px solid #000;
		transition: .3s;
	}


	/*nav*/
	.nav{
		width: 100%;
		margin: 0 auto;
		display: flex;
		position: fixed;
		background: rgba(255,255,255,0.8);
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
		z-index: 999;
		bottom: -1px;
	}
	.top-nav{
		width: 100%;
		display: flex;
	}
	.top-nav li:nth-child(1){
		width: 45%;
		box-sizing: border-box;
		border-right: 1px solid #eee;
	}
	.top-nav li:nth-child(2){
		width: 45%;
		box-sizing: border-box;
	}
	.top-nav li:nth-child(3){
		width: 10%;
	}
	
    
}



