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;
	}
	.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{
		opacity : 1;
		transform : translate(0, 0);
	}
	
    /*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: 14px;
        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: 14px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 11px;
		margin: 0 0 0 5px;
	}
    .cart-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 .title-box{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 26%;
		height: 100%;
		background: rgba(255,255,255,0.8);
		z-index: 3;
	}
	header .title-box .title-box-in{
		width: 80%;
		position: absolute;
		left: 0%;
		right: 0%;
		margin: 0 auto;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	header .title-box .title-box-in .img01{
		width: 100%;
		margin: 0 auto 20% auto;
	}
	header .title-box .title-box-in .img02{
		width: 80%;
		margin: 0 auto 30% auto;
	}
	header .title-box .img03{
		width: 25%;
		position: absolute;
		bottom: 10%;
		left: 0;
		right: 0;
		margin: 0 auto 0 auto;
	}
	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: 21px;
		letter-spacing: 3px;
		line-height: 2em;
		text-align: center;
		margin: 0 auto 3% auto;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.read-list{
		width: 100%;
		max-width: 650px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.read-list li{
		width: 48%;
	}
	.read-list li .txt02{
		width: 60%;
		margin: 2% auto 0 auto;
	}
	
	.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 h1{
		width: 100%;
		display: block;
		margin: 5% auto 3% auto;
	}
	.door h1 img{
		height: 25px;
		margin: 0 auto;
	}
	
	.door-dotto {
	  width: 6px;
	  height: 6px;
	  margin: 0 auto;
	  background-color: #000;
	  border-radius: 100%;
	  -webkit-animation: sdb 3s infinite;
	  animation: sdb 3s infinite;
	  box-sizing: border-box;
	}
	@-webkit-keyframes sdb {
	  0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	  }
	  20% {
		opacity: 1;
	  }
	  80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	  }
	  100% {
		opacity: 0;
	  }
	}
	@keyframes sdb {
	  0% {
		transform: translate(0, 0);
		opacity: 0;
	  }
	  20% {
		opacity: 1;
	  }
	  80% {
		transform: translate(0, 20px);
		opacity: 0;
	  }
	  100% {
		opacity: 0;
	  }
	}
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		background: rgba(234,229,225,0.3);
		color: #000;
		font-size: 14px;
		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{
		font-size: 30px;
		font-weight: 100;
		box-sizing: border-box;
		content: '+';
		display: block;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		padding: 2px 20px;
		position: absolute;
		right: 0;
		top: -5px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '-';
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*item*/
	.item-main-title{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 5% 0;
	}
	.item-main-title li:first-child{
		width: 100px;
		margin: 0 10px 0 0;
	}
	.item-main-title li:last-child{
		font-size: 25px;
		letter-spacing: 1px;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item-main-title li:last-child span{
		font-size: 16px;
		letter-spacing: 1px;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		color: #A6A9A6;
	}
	.data-icon{
		width: 280px;
		margin: 0 0 3% 0;
	}
	.data-txt{
		width: 100%;
		font-size: 16px;
		line-height: 2em;
		letter-spacing: 2px;
		text-align: justify;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*item01*/
	.item01{
		width: 100%;
		max-width: 900px;
		margin: 0 auto 7% auto;
		position: relative; 
	}
	.item01 .photo{
		width: 60%;
		margin: 0 auto 5% auto;
	}
	.item01 .data{
		width: 75%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item01 .data .data01{
		width: 45%;
	}
	.item01 .data .data02{
		width: 50%;
	}
	
	/*item02*/
	.sp-m{
		margin: 40% 0 0 0;
	}
	.col02{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
	}
	.item02{
		width: 46%;
		position: relative; 
	}
	.item02 .photo{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item02 .data{
		width: 100%;
		margin: 0 auto;
	}
	.item02 .data .data01{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item02 .data .data02{
		width: 100%;
	}
	
	/*item03*/
	.item03{
		width: 100%;
		max-width: 900px;
		margin: 0 auto 7% auto;
		position: relative; 
	}
	.item03 .photo{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.item03 .photo .img01{
		width: 40%;
	}
	.item03 .photo .img02{
		width: 55%;
	}
	.item03 .data{
		width: 80%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item03 .data .data01{
		width: 45%;
	}
	.item03 .data .data02{
		width: 50%;
	}
	
	/*bottom-line*/
	.bottom-line{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 0 0 10% 0;
	}
	
	.bottom-door{
		width: 100%;
		max-width: 850px;
		margin: 0 auto 7% auto;
		position: relative; 
	}
	.bottom-door h1{
		width: 250px;
		display: block;
		margin: 0 auto 5% auto;
	}
	.bottom-door .txt{
		width: 100%;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 0 auto 7% auto;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.b-list01{
		width: 55%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.b-list01 li{
		width: 45%;
		position: relative;
	}
	.b-list01 li .num{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.b-list01 li .num img{
		height: 70px;
	}
	.b-list01 li .b-photo{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.b-list01 li .title{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		text-align: center;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.b-list01 li .title span{
		width: 100%;
		display: block;
		text-align: center;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.b-list01 li a{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.b-list02{
		width: 85%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.b-list02 li{
		width: 32%;
		position: relative;
	}
	.b-list02 li .num{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.b-list02 li .num img{
		height: 70px;
	}
	.b-list02 li .b-photo{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.b-list02 li .title{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		text-align: center;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.b-list02 li .title span{
		width: 100%;
		display: block;
		text-align: center;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.b-list02 li a{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.b-list03{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.b-list03 li{
		width: 25%;
		position: relative;
	}
	.b-list03 li .num{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.b-list03 li .num img{
		height: 70px;
	}
	.b-list03 li .b-photo{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.b-list03 li .title{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 1px;
		text-align: center;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.b-list03 li .title span{
		width: 100%;
		display: block;
		text-align: center;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.b-list03 li a{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	
	/*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: 12px;
		line-height: 1em;
		width: 150px;
		padding: 7px 0 7px 0;
		background: #001E40;
		border: 1px solid #001E40;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #001E40;
	  color: #001E40;
	}
	
	.cart-btm .btn02{
		font-size: 12px;
		line-height: 1em;
		width: 180px;
		padding: 7px 0 7px 0;
		background: #CFC4B9;
		border: 1px solid #CFC4B9;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #CFC4B9;
	  color: #CFC4B9;
	}
	
	.cart-btm .btn03{
		font-size: 12px;
		line-height: 1em;
		width: 180px;
		padding: 7px 0 7px 0;
		background: #001E43;
		border: 1px solid #001E43;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #001E43;
	  color: #001E43;
	}
	
	.cart-btm .btn04{
		font-size: 12px;
		line-height: 1em;
		width: 180px;
		padding: 7px 0 7px 0;
		background: #CAAC71;
		border: 1px solid #CAAC71;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #CAAC71;
	  color: #CAAC71;
	}

	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-1rem, 0, 0);
			  transform: translate3d(-1rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1.3rem;
	}

	/*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";
	}
	
	/*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;
	}
	.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{
		opacity : 1;
		transform : translate(0, 0);
	}
	
    /*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: 14px;
        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: 14px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 11px;
		margin: 0 0 0 5px;
	}
    .cart-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 .title-box{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 26%;
		height: 100%;
		background: rgba(255,255,255,0.8);
		z-index: 3;
	}
	header .title-box .title-box-in{
		width: 80%;
		position: absolute;
		left: 0%;
		right: 0%;
		margin: 0 auto;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	header .title-box .title-box-in .img01{
		width: 100%;
		margin: 0 auto 20% auto;
	}
	header .title-box .title-box-in .img02{
		width: 80%;
		margin: 0 auto 30% auto;
	}
	header .title-box .img03{
		width: 25%;
		position: absolute;
		bottom: 10%;
		left: 0;
		right: 0;
		margin: 0 auto 0 auto;
	}
	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: 21px;
		letter-spacing: 3px;
		line-height: 2em;
		text-align: center;
		margin: 0 auto 3% auto;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.read-list{
		width: 100%;
		max-width: 650px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.read-list li{
		width: 48%;
	}
	.read-list li .txt02{
		width: 60%;
		margin: 2% auto 0 auto;
	}
	
	.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 h1{
		width: 100%;
		display: block;
		margin: 5% auto 3% auto;
	}
	.door h1 img{
		height: 25px;
		margin: 0 auto;
	}
	
	.door-dotto {
	  width: 6px;
	  height: 6px;
	  margin: 0 auto;
	  background-color: #000;
	  border-radius: 100%;
	  -webkit-animation: sdb 3s infinite;
	  animation: sdb 3s infinite;
	  box-sizing: border-box;
	}
	@-webkit-keyframes sdb {
	  0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	  }
	  20% {
		opacity: 1;
	  }
	  80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	  }
	  100% {
		opacity: 0;
	  }
	}
	@keyframes sdb {
	  0% {
		transform: translate(0, 0);
		opacity: 0;
	  }
	  20% {
		opacity: 1;
	  }
	  80% {
		transform: translate(0, 20px);
		opacity: 0;
	  }
	  100% {
		opacity: 0;
	  }
	}
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		background: rgba(234,229,225,0.3);
		color: #000;
		font-size: 14px;
		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{
		font-size: 30px;
		font-weight: 100;
		box-sizing: border-box;
		content: '+';
		display: block;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		padding: 2px 20px;
		position: absolute;
		right: 0;
		top: -5px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '-';
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*item*/
	.item-main-title{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 5% 0;
	}
	.item-main-title li:first-child{
		width: 100px;
		margin: 0 10px 0 0;
	}
	.item-main-title li:last-child{
		font-size: 25px;
		letter-spacing: 1px;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item-main-title li:last-child span{
		font-size: 16px;
		letter-spacing: 1px;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		color: #A6A9A6;
	}
	.data-icon{
		width: 280px;
		margin: 0 0 3% 0;
	}
	.data-txt{
		width: 100%;
		font-size: 16px;
		line-height: 2em;
		letter-spacing: 2px;
		text-align: justify;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*item01*/
	.item01{
		width: 100%;
		max-width: 900px;
		margin: 0 auto 7% auto;
		position: relative; 
	}
	.item01 .photo{
		width: 60%;
		margin: 0 auto 5% auto;
	}
	.item01 .data{
		width: 75%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item01 .data .data01{
		width: 45%;
	}
	.item01 .data .data02{
		width: 50%;
	}
	
	/*item02*/
	.sp-m{
		margin: 40% 0 0 0;
	}
	.col02{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
	}
	.item02{
		width: 46%;
		position: relative; 
	}
	.item02 .photo{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item02 .data{
		width: 100%;
		margin: 0 auto;
	}
	.item02 .data .data01{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item02 .data .data02{
		width: 100%;
	}
	
	/*item03*/
	.item03{
		width: 100%;
		max-width: 900px;
		margin: 0 auto 7% auto;
		position: relative; 
	}
	.item03 .photo{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.item03 .photo .img01{
		width: 40%;
	}
	.item03 .photo .img02{
		width: 55%;
	}
	.item03 .data{
		width: 80%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item03 .data .data01{
		width: 45%;
	}
	.item03 .data .data02{
		width: 50%;
	}
	
	/*bottom-line*/
	.bottom-line{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 0 0 10% 0;
	}
	
	.bottom-door{
		width: 100%;
		max-width: 850px;
		margin: 0 auto 7% auto;
		position: relative; 
	}
	.bottom-door h1{
		width: 250px;
		display: block;
		margin: 0 auto 5% auto;
	}
	.bottom-door .txt{
		width: 100%;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 0 auto 7% auto;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.b-list01{
		width: 55%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.b-list01 li{
		width: 45%;
		position: relative;
	}
	.b-list01 li .num{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.b-list01 li .num img{
		height: 70px;
	}
	.b-list01 li .b-photo{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.b-list01 li .title{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		text-align: center;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.b-list01 li .title span{
		width: 100%;
		display: block;
		text-align: center;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.b-list01 li a{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.b-list02{
		width: 85%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.b-list02 li{
		width: 32%;
		position: relative;
	}
	.b-list02 li .num{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.b-list02 li .num img{
		height: 70px;
	}
	.b-list02 li .b-photo{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.b-list02 li .title{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		text-align: center;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.b-list02 li .title span{
		width: 100%;
		display: block;
		text-align: center;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.b-list02 li a{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.b-list03{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.b-list03 li{
		width: 25%;
		position: relative;
	}
	.b-list03 li .num{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.b-list03 li .num img{
		height: 70px;
	}
	.b-list03 li .b-photo{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.b-list03 li .title{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 1px;
		text-align: center;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.b-list03 li .title span{
		width: 100%;
		display: block;
		text-align: center;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.b-list03 li a{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	
	/*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: 12px;
		line-height: 1em;
		width: 150px;
		padding: 7px 0 7px 0;
		background: #001E40;
		border: 1px solid #001E40;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #001E40;
	  color: #001E40;
	}
	
	.cart-btm .btn02{
		font-size: 12px;
		line-height: 1em;
		width: 180px;
		padding: 7px 0 7px 0;
		background: #CFC4B9;
		border: 1px solid #CFC4B9;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #CFC4B9;
	  color: #CFC4B9;
	}
	
	.cart-btm .btn03{
		font-size: 12px;
		line-height: 1em;
		width: 180px;
		padding: 7px 0 7px 0;
		background: #001E43;
		border: 1px solid #001E43;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #001E43;
	  color: #001E43;
	}
	
	.cart-btm .btn04{
		font-size: 12px;
		line-height: 1em;
		width: 180px;
		padding: 7px 0 7px 0;
		background: #CAAC71;
		border: 1px solid #CAAC71;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #CAAC71;
	  color: #CAAC71;
	}

	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-1rem, 0, 0);
			  transform: translate3d(-1rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1.3rem;
	}

	/*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";
	}
	
	/*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;
	}
	
	/*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;
	}
	.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{
		opacity : 1;
		transform : translate(0, 0);
	}
	
    /*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: 14px;
        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: 14px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 11px;
		margin: 0 0 0 5px;
	}
    .cart-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 .title-box{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 26%;
		height: 100%;
		background: rgba(255,255,255,0.8);
		z-index: 3;
	}
	header .title-box .title-box-in{
		width: 80%;
		position: absolute;
		left: 0%;
		right: 0%;
		margin: 0 auto;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	header .title-box .title-box-in .img01{
		width: 100%;
		margin: 0 auto 20% auto;
	}
	header .title-box .title-box-in .img02{
		width: 80%;
		margin: 0 auto 30% auto;
	}
	header .title-box .img03{
		width: 25%;
		position: absolute;
		bottom: 10%;
		left: 0;
		right: 0;
		margin: 0 auto 0 auto;
	}
	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: 2px;
		line-height: 2.5em;
		text-align: center;
		margin: 0 auto 3% 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 .txt02{
		width: 60%;
		margin: 2% auto 0 auto;
	}
	
	.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 h1{
		width: 100%;
		display: block;
		margin: 5% auto 3% auto;
	}
	.door h1 img{
		height: 25px;
		margin: 0 auto;
	}
	
	.door-dotto {
	  width: 6px;
	  height: 6px;
	  margin: 0 auto;
	  background-color: #000;
	  border-radius: 100%;
	  -webkit-animation: sdb 3s infinite;
	  animation: sdb 3s infinite;
	  box-sizing: border-box;
	}
	@-webkit-keyframes sdb {
	  0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	  }
	  20% {
		opacity: 1;
	  }
	  80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	  }
	  100% {
		opacity: 0;
	  }
	}
	@keyframes sdb {
	  0% {
		transform: translate(0, 0);
		opacity: 0;
	  }
	  20% {
		opacity: 1;
	  }
	  80% {
		transform: translate(0, 20px);
		opacity: 0;
	  }
	  100% {
		opacity: 0;
	  }
	}
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		background: rgba(234,229,225,0.3);
		color: #000;
		font-size: 14px;
		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{
		font-size: 30px;
		font-weight: 100;
		box-sizing: border-box;
		content: '+';
		display: block;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		padding: 2px 20px;
		position: absolute;
		right: 0;
		top: -5px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '-';
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*item*/
	.item-main-title{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 5% 0;
	}
	.item-main-title li:first-child{
		width: 100px;
		margin: 0 10px 0 0;
	}
	.item-main-title li:last-child{
		font-size: 23px;
		letter-spacing: 1px;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item-main-title li:last-child span{
		font-size: 14px;
		letter-spacing: 1px;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		color: #A6A9A6;
	}
	.data-icon{
		width: 280px;
		margin: 0 0 3% 0;
	}
	.data-txt{
		width: 100%;
		font-size: 16px;
		line-height: 2em;
		letter-spacing: 2px;
		text-align: justify;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*item01*/
	.item01{
		width: 100%;
		max-width: 800px;
		margin: 0 auto 7% auto;
		position: relative; 
	}
	.item01 .photo{
		width: 60%;
		margin: 0 auto 5% auto;
	}
	.item01 .data{
		width: 85%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item01 .data .data01{
		width: 45%;
	}
	.item01 .data .data02{
		width: 50%;
	}
	
	/*item02*/
	.sp-m{
		margin: 40% 0 0 0;
	}
	.col02{
		width: 100%;
		max-width: 900px;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
	}
	.item02{
		width: 46%;
		position: relative; 
	}
	.item02 .photo{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item02 .data{
		width: 100%;
		margin: 0 auto;
	}
	.item02 .data .data01{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item02 .data .data02{
		width: 100%;
	}
	
	/*item03*/
	.item03{
		width: 100%;
		max-width: 900px;
		margin: 0 auto 7% auto;
		position: relative; 
	}
	.item03 .photo{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.item03 .photo .img01{
		width: 40%;
	}
	.item03 .photo .img02{
		width: 55%;
	}
	.item03 .data{
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item03 .data .data01{
		width: 45%;
	}
	.item03 .data .data02{
		width: 50%;
	}
	
	/*bottom-line*/
	.bottom-line{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 0 0 10% 0;
	}
	
	.bottom-door{
		width: 100%;
		max-width: 850px;
		margin: 0 auto 7% auto;
		position: relative; 
	}
	.bottom-door h1{
		width: 200px;
		display: block;
		margin: 0 auto 5% auto;
	}
	.bottom-door .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		margin: 0 auto 7% auto;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.b-list01{
		width: 55%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.b-list01 li{
		width: 45%;
		position: relative;
	}
	.b-list01 li .num{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.b-list01 li .num img{
		height: 70px;
	}
	.b-list01 li .b-photo{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.b-list01 li .title{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		text-align: center;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.b-list01 li .title span{
		width: 100%;
		display: block;
		text-align: center;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.b-list01 li a{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.b-list02{
		width: 85%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.b-list02 li{
		width: 32%;
		position: relative;
	}
	.b-list02 li .num{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.b-list02 li .num img{
		height: 70px;
	}
	.b-list02 li .b-photo{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.b-list02 li .title{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		text-align: center;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.b-list02 li .title span{
		width: 100%;
		display: block;
		text-align: center;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.b-list02 li a{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.b-list03{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.b-list03 li{
		width: 25%;
		position: relative;
	}
	.b-list03 li .num{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.b-list03 li .num img{
		height: 70px;
	}
	.b-list03 li .b-photo{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.b-list03 li .title{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 1px;
		text-align: center;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.b-list03 li .title span{
		width: 100%;
		display: block;
		text-align: center;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.b-list03 li a{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	
	/*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: 12px;
		line-height: 1em;
		width: 150px;
		padding: 7px 0 7px 0;
		background: #001E40;
		border: 1px solid #001E40;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #001E40;
	  color: #001E40;
	}
	
	.cart-btm .btn02{
		font-size: 12px;
		line-height: 1em;
		width: 180px;
		padding: 7px 0 7px 0;
		background: #CFC4B9;
		border: 1px solid #CFC4B9;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #CFC4B9;
	  color: #CFC4B9;
	}
	
	.cart-btm .btn03{
		font-size: 12px;
		line-height: 1em;
		width: 180px;
		padding: 7px 0 7px 0;
		background: #001E43;
		border: 1px solid #001E43;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #001E43;
	  color: #001E43;
	}
	
	.cart-btm .btn04{
		font-size: 12px;
		line-height: 1em;
		width: 180px;
		padding: 7px 0 7px 0;
		background: #CAAC71;
		border: 1px solid #CAAC71;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #CAAC71;
	  color: #CAAC71;
	}

	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-1rem, 0, 0);
			  transform: translate3d(-1rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1.3rem;
	}

	/*pro-data*/
	.pro-data{
		width: 100%;
		max-width: 600px;
		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";
	}
	
	/*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: 500px;
		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: 250px;
		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{
		display: none;
	}
	.side-nav-in a{
		display: none;
	}
	.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{
		opacity : 1;
		transform : translate(0, 0);
	}
	
    /*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: 14px;
        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: 14px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 11px;
		margin: 0 0 0 5px;
	}
    .cart-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 .title-box{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 26%;
		height: 100%;
		background: rgba(255,255,255,0.8);
		z-index: 3;
	}
	header .title-box .title-box-in{
		width: 80%;
		position: absolute;
		left: 0%;
		right: 0%;
		margin: 0 auto;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	header .title-box .title-box-in .img01{
		width: 100%;
		margin: 0 auto 20% auto;
	}
	header .title-box .title-box-in .img02{
		width: 80%;
		margin: 0 auto 30% auto;
	}
	header .title-box .img03{
		width: 25%;
		position: absolute;
		bottom: 10%;
		left: 0;
		right: 0;
		margin: 0 auto 0 auto;
	}
	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: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 0 auto 3% auto;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.read-list{
		width: 70%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.read-list li{
		width: 48%;
	}
	.read-list li .txt02{
		width: 60%;
		margin: 2% auto 0 auto;
	}
	
	.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: 90%;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.door h1{
		width: 100%;
		display: block;
		margin: 5% auto 3% auto;
	}
	.door h1 img{
		height: 25px;
		margin: 0 auto;
	}
	
	.door-dotto {
	  width: 6px;
	  height: 6px;
	  margin: 0 auto;
	  background-color: #000;
	  border-radius: 100%;
	  -webkit-animation: sdb 3s infinite;
	  animation: sdb 3s infinite;
	  box-sizing: border-box;
	}
	@-webkit-keyframes sdb {
	  0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	  }
	  20% {
		opacity: 1;
	  }
	  80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	  }
	  100% {
		opacity: 0;
	  }
	}
	@keyframes sdb {
	  0% {
		transform: translate(0, 0);
		opacity: 0;
	  }
	  20% {
		opacity: 1;
	  }
	  80% {
		transform: translate(0, 20px);
		opacity: 0;
	  }
	  100% {
		opacity: 0;
	  }
	}
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		background: rgba(234,229,225,0.3);
		color: #000;
		font-size: 14px;
		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{
		font-size: 30px;
		font-weight: 100;
		box-sizing: border-box;
		content: '+';
		display: block;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		padding: 2px 20px;
		position: absolute;
		right: 0;
		top: -5px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '-';
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*item*/
	.item-main-title{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item-main-title li:first-child{
		width: 80px;
		margin: 0 0 5% 0;
	}
	.item-main-title li:last-child{
		font-size: 21px;
		letter-spacing: 1px;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item-main-title li:last-child span{
		font-size: 13px;
		letter-spacing: 1px;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		color: #A6A9A6;
	}
	.data-icon{
		width: 200px;
		margin: 0 0 5% 0;
	}
	.data-txt{
		width: 100%;
		font-size: 13px;
		line-height: 2em;
		letter-spacing: 2px;
		text-align: justify;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*item01*/
	.item01{
		width: 70%;
		margin: 0 auto 7% auto;
		position: relative; 
	}
	.item01 .photo{
		width: 60%;
		margin: 0 auto 5% auto;
	}
	.item01 .data{
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item01 .data .data01{
		width: 40%;
	}
	.item01 .data .data02{
		width: 55%;
	}
	
	/*item02*/
	.sp-m{
		margin: 40% 0 0 0;
	}
	.col02{
		width: 90%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
	}
	.item02{
		width: 46%;
		position: relative; 
	}
	.item02 .photo{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item02 .data{
		width: 100%;
		margin: 0 auto;
	}
	.item02 .data .data01{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item02 .data .data02{
		width: 100%;
	}
	
	/*item03*/
	.item03{
		width: 90%;
		margin: 0 auto 7% auto;
		position: relative; 
	}
	.item03 .photo{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.item03 .photo .img01{
		width: 40%;
	}
	.item03 .photo .img02{
		width: 55%;
	}
	.item03 .data{
		width: 80%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item03 .data .data01{
		width: 40%;
	}
	.item03 .data .data02{
		width: 55%;
	}
	
	/*bottom-line*/
	.bottom-line{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 0 0 10% 0;
	}
	
	.bottom-door{
		width: 90%;
		margin: 0 auto 7% auto;
		position: relative; 
	}
	.bottom-door h1{
		width: 150px;
		display: block;
		margin: 0 auto 5% auto;
	}
	.bottom-door .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		margin: 0 auto 7% auto;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.b-list01{
		width: 55%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.b-list01 li{
		width: 45%;
		position: relative;
	}
	.b-list01 li .num{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.b-list01 li .num img{
		height: 60px;
	}
	.b-list01 li .b-photo{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.b-list01 li .title{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		text-align: center;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.b-list01 li .title span{
		width: 100%;
		display: block;
		text-align: center;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.b-list01 li a{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.b-list02{
		width: 85%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.b-list02 li{
		width: 32%;
		position: relative;
	}
	.b-list02 li .num{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.b-list02 li .num img{
		height: 60px;
	}
	.b-list02 li .b-photo{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.b-list02 li .title{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		text-align: center;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.b-list02 li .title span{
		width: 100%;
		display: block;
		text-align: center;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.b-list02 li a{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.b-list03{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.b-list03 li{
		width: 25%;
		position: relative;
	}
	.b-list03 li .num{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.b-list03 li .num img{
		height: 60px;
	}
	.b-list03 li .b-photo{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.b-list03 li .title{
		width: 100%;
		text-align: center;
		font-size: 16px;
		letter-spacing: 2px;
		text-align: center;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.b-list03 li .title span{
		width: 100%;
		display: block;
		text-align: center;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.b-list03 li a{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	
	/*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: 12px;
		line-height: 1em;
		width: 180px;
		padding: 7px 0 7px 0;
		background: #001E40;
		border: 1px solid #001E40;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #001E40;
	  color: #001E40;
	}
	
	.cart-btm .btn02{
		font-size: 12px;
		line-height: 1em;
		width: 180px;
		padding: 7px 0 7px 0;
		background: #CFC4B9;
		border: 1px solid #CFC4B9;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #CFC4B9;
	  color: #CFC4B9;
	}
	
	.cart-btm .btn03{
		font-size: 12px;
		line-height: 1em;
		width: 180px;
		padding: 7px 0 7px 0;
		background: #001E43;
		border: 1px solid #001E43;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #001E43;
	  color: #001E43;
	}
	
	.cart-btm .btn04{
		font-size: 12px;
		line-height: 1em;
		width: 180px;
		padding: 7px 0 7px 0;
		background: #CAAC71;
		border: 1px solid #CAAC71;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #CAAC71;
	  color: #CAAC71;
	}

	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-1rem, 0, 0);
			  transform: translate3d(-1rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1.3rem;
	}

	/*pro-data*/
	.pro-data{
		width: 70%;
		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";
	}
	
	/*banner*/
	.banner{
		width: 100%;
		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: 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: 100%;
		max-width: 250px;
		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{
		display: none;
	}
	.side-nav-in a{
		display: none;
	}
	.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{
		opacity : 1;
		transform : translate(0, 0);
	}
	
    /*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: 14px;
        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: 14px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 11px;
		margin: 0 0 0 5px;
	}
    .cart-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 7% 0;
    }
	header .title-box{
		display: block;
		margin: 5% auto;
		width: 80%;
	}
	header .title-box .title-box-in{
		width: 100%;
	}
	header .title-box .title-box-in .img01{
		width: 100%;
	}
	header a{
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 10;
		display: block;
		top: 0;
		left: 0;
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.read .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		margin: 0 auto 7% auto;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		padding: 5% 0;
		background: rgba(234,229,225,0.4);
	}
	
	.read-list{
		width: 70%;
		margin: 0 auto;
	}
	.read-list li{
		width: 100%;
	}
	.read-list li:first-child{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.read-list li .txt02{
		width: 60%;
		margin: 2% auto 0 auto;
	}
	
	.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: 90%;
		margin: 0 auto 15% auto;
		position: relative;
	}
	.door h1{
		width: 100%;
		display: block;
		margin: 5% auto 7% auto;
	}
	.door h1 img{
		height: 20px;
		margin: 0 auto;
	}
	
	.door-dotto {
	  width: 6px;
	  height: 6px;
	  margin: 0 auto;
	  background-color: #000;
	  border-radius: 100%;
	  -webkit-animation: sdb 3s infinite;
	  animation: sdb 3s infinite;
	  box-sizing: border-box;
	}
	@-webkit-keyframes sdb {
	  0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	  }
	  20% {
		opacity: 1;
	  }
	  80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	  }
	  100% {
		opacity: 0;
	  }
	}
	@keyframes sdb {
	  0% {
		transform: translate(0, 0);
		opacity: 0;
	  }
	  20% {
		opacity: 1;
	  }
	  80% {
		transform: translate(0, 20px);
		opacity: 0;
	  }
	  100% {
		opacity: 0;
	  }
	}
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		background: rgba(234,229,225,0.3);
		color: #000;
		font-size: 14px;
		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{
		font-size: 30px;
		font-weight: 100;
		box-sizing: border-box;
		content: '+';
		display: block;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		padding: 2px 20px;
		position: absolute;
		right: 0;
		top: -5px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '-';
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*item*/
	.item-main-title{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 5% 0;
	}
	.item-main-title li:first-child{
		width: 70px;
		margin: 0 10px 0 0;
	}
	.item-main-title li:last-child{
		font-size: 18px;
		letter-spacing: 1px;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item-main-title li:last-child span{
		font-size: 13px;
		letter-spacing: 1px;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		color: #A6A9A6;
	}
	.data-icon{
		width: 280px;
		margin: 0 0 5% 0;
	}
	.data-txt{
		width: 100%;
		font-size: 13px;
		line-height: 2em;
		letter-spacing: 2px;
		text-align: justify;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*item01*/
	.item01{
		width: 100%;
		margin: 0 auto 15% auto;
		position: relative; 
	}
	.item01 .photo{
		width: 90%;
		margin: 0 auto 5% auto;
	}
	.item01 .data{
		width: 90%;
		margin: 0 auto;
	}
	.item01 .data .data01{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.item01 .data .data02{
		width: 100%;
	}
	
	/*item02*/
	.sp-m{
		margin: 15% 0 0 0;
	}
	.col02{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.item02{
		width: 90%;
		margin: 0 auto;
		position: relative; 
	}
	.item02 .photo{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item02 .data{
		width: 100%;
		margin: 0 auto;
	}
	.item02 .data .data01{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.item02 .data .data02{
		width: 100%;
	}
	
	/*item03*/
	.item03{
		width: 90%;
		margin: 0 auto 15% auto;
		position: relative; 
	}
	.item03 .photo{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item03 .photo .img01{
		width: 60%;
		margin: 0 0 0 40%;
	}
	.item03 .photo .img02{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item03 .data{
		width: 100%;
		margin: 0 auto;
	}
	.item03 .data .data01{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.item03 .data .data02{
		width: 100%;
	}
	
	.p-right{
		width: 80%;
		display: block;
		margin: 0 0 0 20%;
	}
	.p-left{
		width: 80%;
		display: block;
		margin: 0 20% 0 0;
	}
	
	/*bottom-line*/
	.bottom-line{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 0 0 15% 0;
	}
	
	.bottom-door{
		width: 90%;
		margin: 0 auto 15% auto;
		position: relative; 
	}
	.bottom-door h1{
		width: 150px;
		display: block;
		margin: 0 auto 10% auto;
	}
	.bottom-door .txt{
		width: 100%;
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 2em;
		margin: 0 auto 7% auto;
		text-align: justify;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.bottom-door .txt br{
		display: none;
	}
	
	.b-list{
		width: 70%;
		margin: 0 auto 10% auto;
	}
	.b-list li{
		width: 45%;
		position: relative;
	}
	.b-list li .num{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.b-list li .num img{
		height: 60px;
	}
	.b-list li .b-photo{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.b-list li .title{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		text-align: center;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.b-list li .title span{
		width: 100%;
		display: block;
		font-size: 13px;
		letter-spacing: 1px;
		text-align: center;
		font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.b-list li a{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	
	
	/*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: 12px;
		line-height: 1em;
		width: 180px;
		padding: 10px 0 10px 0;
		background: #001E40;
		border: 1px solid #001E40;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #001E40;
	  color: #001E40;
	}
	
	.cart-btm .btn02{
		font-size: 12px;
		line-height: 1em;
		width: 180px;
		padding: 7px 0 7px 0;
		background: #CFC4B9;
		border: 1px solid #CFC4B9;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #CFC4B9;
	  color: #CFC4B9;
	}
	
	.cart-btm .btn03{
		font-size: 12px;
		line-height: 1em;
		width: 180px;
		padding: 7px 0 7px 0;
		background: #001E43;
		border: 1px solid #001E43;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #001E43;
	  color: #001E43;
	}
	
	.cart-btm .btn04{
		font-size: 12px;
		line-height: 1em;
		width: 180px;
		padding: 7px 0 7px 0;
		background: #CAAC71;
		border: 1px solid #CAAC71;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #CAAC71;
	  color: #CAAC71;
	}

	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-1rem, 0, 0);
			  transform: translate3d(-1rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1.3rem;
	}

	/*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";
	}

	/*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%;
	}
	
    
}



