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;*/
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'
}

/*///////////////////////////////////////////////////////////////////////////////////////////////*/
/*imac///////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (min-width: 2560px) and (max-width: 5120px) {
    .sp-on{
		display: none!important;
	}
    .pad-on{
        display: none!important;
    }

	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 110px;
		right: 20px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 110px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
        text-align: center;
        font-size: 12px;
        color: #000;
        text-decoration: none;
        line-height: 2em;
		transition: .3s;
		margin: 0 0 40px 0;
	}
	.side-nav-in a:hover{
		opacity: .7;
		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*/
	.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);
	}

	.photo{
		width: 100%;
		position: relative;
	}

	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 1s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}

	.gbc01{
		background: #a9d1dd;
	}
	.gbc02{
		background: #d89191;
	}
	.gbc03{
		background: #f2e9ce;
	}

	.gb {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;

	}
	@keyframes fade-in-img {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(100%);
		}
	}

	.name-box{
		width: 100%;
		position: relative;
		height: 50px;
	}
	.name{
		width: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.name img{
		height: 30px;
	}

	.fadein-txt {
		width: 100%;
		height: 50px;
		background: #b0a383;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 3;
	}
	.fadein-txt.active {
		animation-name: fade-txt;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes fade-txt {
       0% {
		    width: 100%;
			background: #b0a383;
        }
       50% {
          width: 100%;
          background: #b0a383;
      	}
        100% {
			width: 0%;
			background: #b0a383;
        }
	}

    /*cart-01*/
	.cart-line{
		height: 1px;
		width: 100%;
		background: #ebebeb;
		margin: 5% 0;
	}
    .cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
		margin: 0 0 10px 0;
	}
    .cart-title{
		font-size: 13px;
        letter-spacing: 0px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
		color: #2f2c2b;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 13px;
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		color: #2f2c2b;
	}
	.cart-yen span{
		font-size: 11px;
		margin: 0 0 0 5px;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1em;
		width: 100px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #000000;
		display: inline-block;
		text-align: center;
		color: #000000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn00 {
	  background: #000000;
	  border-color: #000000;
	  color: #fff;
	}
	
    .cart-btm .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 100px!important;
		padding: 7px 0 7px 0;
		background: #a9d1dd;
		border: 1px solid #a9d1dd;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #a9d1dd;
	  color: #a9d1dd;
	}

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 100px!important;
		padding: 7px 0 7px 0;
		background: #d89191;
		border: 1px solid #d89191;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #d89191;
	  color: #d89191;
	}

	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 100px!important;
		padding: 7px 0 7px 0;
		background: #cdbe9d;
		border: 1px solid #cdbe9d;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #cdbe9d;
	  color: #cdbe9d;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}

    /*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		position: relative;
		text-align: center;
		padding: 0 0 30px 0;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}

	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
	.l-icon02::after{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
    .s-icon02::after{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }

	/*index----------------------------------------------------*/
	header{
		width: 100%;
		max-width: 2000px;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.mv-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.mv-box .mv-box-in{
		width: 33%;
	}
	.mv-btn {
		position: relative;
		width: 100%;
		margin: 0 auto;
		display: block;
		overflow: hidden;
		cursor: pointer;
	}
	.mv-btn .mv-name{
		width: 10%;
		position: absolute;
		top: 30px;
		left: 30px;
		z-index: 3;
	}
	.mv-btn .mv-logo{
		width: 25%;
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 3;
	}
	.mv-btn .off {
		width: 100%;
		display: block;
	}
	.mv-btn .on{
		opacity: 1;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: .4s ease-in-out;
		transition: .4s ease-in-out;
	}
	.mv-btn:hover .on{
		opacity: 0;
		-webkit-transition: .4s ease-in-out;
		transition: .4s ease-in-out;
	}
	.mv-btn .mv-icon{
		width: 40px;
		position: absolute;
		bottom: 20px;
		left: 20px;
		transition: .5s ;
        transform: rotateZ( 0deg ) ;
		z-index: 10;
	}
	.mv-btn:hover .mv-icon{
		width: 40px;
		position: absolute;
		bottom: 20px;
		left: 20px;
		transform: rotateZ( 360deg ) ;
	}
	.mv-title-box{
		width: 65%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		position: relative;
		margin: 3% auto 0 auto;
	}
	.mv-title-box .mv-title01{
		width: 31%;
	}
	.mv-title-box .mv-title02{
		width: 65%;
	}
	.mv-title-box .mv-title03{
		width: 100%;
	}
	.mv-title-box .mv-title03 img{
		width: 20%;
		margin: 4% auto 0 auto;
		display: block;
	}
	.mv-title-box .mv-title04{
		width: 15%;
		position: absolute;
		top: 0;
		right: -20%;
	}
	
	/*read*/
	.read{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.read .txt{
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2.5em;
		text-align: center;
		margin: 0 0 5% 0;
	}
	.read .txt span{
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2.5em;
		display: block;
		text-align: center;
		margin: 0 0 1% 0;
	}
	.read .top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
	}
	.read .top-nav-list li{
		width: 32%;
	}
	.hover-parent {
		width: 100%;
		position: relative;
		overflow: hidden;
    }
	.hover-parent .txt{
		width: 97%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 7%;
    }
	.hover-parent .txt img{
		height: 65px;
		width: auto;
		display: block;
		mix-blend-mode: multiply;
    }
	.hover-parent a{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 99;
    }
	.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;
		overflow: hidden;
		position: relative;
	}
	.door .txt{
		width: 100%;
		position: absolute;
		top: 20%;
		-webkit-transform: translateY(-20%); /* Safari用 */
		transform: translateY(-20%);
		left: 10%;
		font-size: 18px;
		letter-spacing: 4px;
		line-height: 2em;
		color: #fff;
	}
	.door .title{
		width: 100%;
		position: absolute;
		left: 10%;
		bottom: 10%;
	}
	.door .title img{
		width: auto;
		display: block;
		height: 50px;
	}
	
	/*item*/
	.item{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item .img{
		width: 50%;
	}
	.item .data{
		width: 40%;
	}
	.item .data .num{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item .data .num img{
		width: auto;
		height: 100px;
		margin: 0 auto;
		display: block;
	}
	.item .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 15px;
		line-height: 2em;
		letter-spacing: 2px;
		margin: 0 0 20% 0;
	}
	.item .data .link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}
	
	/*item-b*/
	.item-b{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item-b .img{
		width: 100%;
		background: #f3f1f6;
		margin: 0 0 3% 0;
	}
	.item-b .img .img-in{
		width: 100%;
		max-width: 1000px;
		position: relative;
		margin: 0 auto;
	}
	.item-b .img .img-in .item-img{
		width: 65%;
		display: block;
		margin: 0 auto;
		padding: 5% 0;
	}
	.item-b .img .img-in .num{
		width: 100%;
		position: absolute;
		top: 10%;
		left: 0;
	}
	.item-b .img .img-in .num img{
		width: auto;
		height: 100px;
		display: block;
	}
	.item-b .data-box{
		width: 100%;
		max-width: 1000px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-b .data-box .data{
		width: 45%;
	}
	.item-b .data-box .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 15px;
		line-height: 2em;
		letter-spacing: 2px;
	}
	.item-b .data-box .data .link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}
	
	
	
	
	
	/*popup*/
	.popup1{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup1.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 0s;
	}
	.popup2{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup2.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 0.5s;
	}
	.popup3{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup3.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
	}
	.popup4{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup4.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1.5s;
	}
	.popup5{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup5.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 2s;
	}
	.popup6{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup6.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 2.5s;
	}
	.popup7{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup7.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 3s;
	}
	@keyframes popup {
	  0% {
		transform: translateY(10%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  60%,100% {
		opacity: 1;
	  }
	}

	/*item-end*/
	.end-block{
		width: 100%;
		max-width: 1000px;
		margin: 5% auto 5% auto;
	}
	.end-block .f-btn {
		width: 60%;
		display: block;
		margin: 0 auto 7% auto;
		border-bottom: 1px solid #fff;
		padding: 0 0 1% 0;
		transition: .3s;
	}
	.end-block .f-btn:hover {
		border-bottom: 1px solid #000;
		transition: .3s;
	}
	.end-block .f-btn-box{
		width: 30%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 0% auto;
	}
	.end-block .f-btn-box li{
		width: 50%;
		text-align: center;
	}
	.end-block .f-btn-box li a{
		color: #000;
		text-decoration: none;
		font-size: 14px;
		letter-spacing: 2px;
		border-bottom: 1px solid #fff;
		padding: 0 0 2% 0;
		transition: .3s;
	}
	.end-block .f-btn-box li a:hover{
		border-bottom: 1px solid #000;
		transition: .3s;
	}
	.end-block .f-logo{
		width: 200px;
		margin: 0 auto 4% auto;
	}

	.in-btn{
		width: 85px;
		margin: 0 auto 5% auto;
		display: block;
		opacity: 1;
		transition: .3s;
	}
	.in-btn:hover{
		opacity: .5;
		transition: .3s;
	}
	

}

/*///////////////////////////////////////////////////////////////////////////////////////////////*/
/*pc/////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (min-width: 1281px) and (max-width: 2559px) {
    .sp-on{
		display: none!important;
	}
    .pad-on{
        display: none!important;
    }

	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 110px;
		right: 20px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 110px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
        text-align: center;
        font-size: 12px;
        color: #000;
        text-decoration: none;
        line-height: 2em;
		transition: .3s;
		margin: 0 0 40px 0;
	}
	.side-nav-in a:hover{
		opacity: .7;
		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*/
	.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);
	}

	.photo{
		width: 100%;
		position: relative;
	}

	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 1s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}

	.gbc01{
		background: #a9d1dd;
	}
	.gbc02{
		background: #d89191;
	}
	.gbc03{
		background: #f2e9ce;
	}

	.gb {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;

	}
	@keyframes fade-in-img {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(100%);
		}
	}

	.name-box{
		width: 100%;
		position: relative;
		height: 50px;
	}
	.name{
		width: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.name img{
		height: 30px;
	}

	.fadein-txt {
		width: 100%;
		height: 50px;
		background: #b0a383;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 3;
	}
	.fadein-txt.active {
		animation-name: fade-txt;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes fade-txt {
       0% {
		    width: 100%;
			background: #b0a383;
        }
       50% {
          width: 100%;
          background: #b0a383;
      	}
        100% {
			width: 0%;
			background: #b0a383;
        }
	}

    /*cart-01*/
	.cart-line{
		height: 1px;
		width: 100%;
		background: #ebebeb;
		margin: 5% 0;
	}
    .cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
		margin: 0 0 10px 0;
	}
    .cart-title{
		font-size: 13px;
        letter-spacing: 0px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
		color: #2f2c2b;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 13px;
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		color: #2f2c2b;
	}
	.cart-yen span{
		font-size: 11px;
		margin: 0 0 0 5px;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1em;
		width: 100px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #000000;
		display: inline-block;
		text-align: center;
		color: #000000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn00 {
	  background: #000000;
	  border-color: #000000;
	  color: #fff;
	}
	
    .cart-btm .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 100px!important;
		padding: 7px 0 7px 0;
		background: #a9d1dd;
		border: 1px solid #a9d1dd;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #a9d1dd;
	  color: #a9d1dd;
	}

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 100px!important;
		padding: 7px 0 7px 0;
		background: #d89191;
		border: 1px solid #d89191;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #d89191;
	  color: #d89191;
	}

	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 100px!important;
		padding: 7px 0 7px 0;
		background: #cdbe9d;
		border: 1px solid #cdbe9d;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #cdbe9d;
	  color: #cdbe9d;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}

    /*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		position: relative;
		text-align: center;
		padding: 0 0 30px 0;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}

	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
	.l-icon02::after{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
    .s-icon02::after{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }

	/*index----------------------------------------------------*/
	header{
		width: 100%;
		max-width: 2000px;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.mv-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.mv-box .mv-box-in{
		width: 33%;
	}
	.mv-btn {
		position: relative;
		width: 100%;
		margin: 0 auto;
		display: block;
		overflow: hidden;
		cursor: pointer;
	}
	.mv-btn .mv-name{
		width: 10%;
		position: absolute;
		top: 30px;
		left: 30px;
		z-index: 3;
	}
	.mv-btn .mv-logo{
		width: 25%;
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 3;
	}
	.mv-btn .off {
		width: 100%;
		display: block;
	}
	.mv-btn .on{
		opacity: 1;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: .4s ease-in-out;
		transition: .4s ease-in-out;
	}
	.mv-btn:hover .on{
		opacity: 0;
		-webkit-transition: .4s ease-in-out;
		transition: .4s ease-in-out;
	}
	.mv-btn .mv-icon{
		width: 40px;
		position: absolute;
		bottom: 20px;
		left: 20px;
		transition: .5s ;
        transform: rotateZ( 0deg ) ;
		z-index: 10;
	}
	.mv-btn:hover .mv-icon{
		width: 40px;
		position: absolute;
		bottom: 20px;
		left: 20px;
		transform: rotateZ( 360deg ) ;
	}
	.mv-title-box{
		width: 65%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		position: relative;
		margin: 3% auto 0 auto;
	}
	.mv-title-box .mv-title01{
		width: 31%;
	}
	.mv-title-box .mv-title02{
		width: 65%;
	}
	.mv-title-box .mv-title03{
		width: 100%;
	}
	.mv-title-box .mv-title03 img{
		width: 20%;
		margin: 4% auto 0 auto;
		display: block;
	}
	.mv-title-box .mv-title04{
		width: 15%;
		position: absolute;
		top: 0;
		right: -20%;
	}
	
	/*read*/
	.read{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.read .txt{
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2.5em;
		text-align: center;
		margin: 0 0 5% 0;
	}
	.read .txt span{
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2.5em;
		display: block;
		text-align: center;
		margin: 0 0 1% 0;
	}
	.read .top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
	}
	.read .top-nav-list li{
		width: 32%;
	}
	.hover-parent {
		width: 100%;
		position: relative;
		overflow: hidden;
    }
	.hover-parent .txt{
		width: 97%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 7%;
    }
	.hover-parent .txt img{
		height: 65px;
		width: auto;
		display: block;
		mix-blend-mode: multiply;
    }
	.hover-parent a{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 99;
    }
	.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;
		overflow: hidden;
		position: relative;
	}
	.door .txt{
		width: 100%;
		position: absolute;
		top: 20%;
		-webkit-transform: translateY(-20%); /* Safari用 */
		transform: translateY(-20%);
		left: 10%;
		font-size: 18px;
		letter-spacing: 4px;
		line-height: 2em;
		color: #fff;
	}
	.door .title{
		width: 100%;
		position: absolute;
		left: 10%;
		bottom: 10%;
	}
	.door .title img{
		width: auto;
		display: block;
		height: 50px;
	}
	
	/*item*/
	.item{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item .img{
		width: 50%;
	}
	.item .data{
		width: 40%;
	}
	.item .data .num{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item .data .num img{
		width: auto;
		height: 100px;
		margin: 0 auto;
		display: block;
	}
	.item .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 15px;
		line-height: 2em;
		letter-spacing: 2px;
		margin: 0 0 20% 0;
	}
	.item .data .link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}
	
	/*item-b*/
	.item-b{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item-b .img{
		width: 100%;
		background: #f3f1f6;
		margin: 0 0 3% 0;
	}
	.item-b .img .img-in{
		width: 100%;
		max-width: 1000px;
		position: relative;
		margin: 0 auto;
	}
	.item-b .img .img-in .item-img{
		width: 65%;
		display: block;
		margin: 0 auto;
		padding: 5% 0;
	}
	.item-b .img .img-in .num{
		width: 100%;
		position: absolute;
		top: 10%;
		left: 0;
	}
	.item-b .img .img-in .num img{
		width: auto;
		height: 100px;
		display: block;
	}
	.item-b .data-box{
		width: 100%;
		max-width: 1000px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-b .data-box .data{
		width: 45%;
	}
	.item-b .data-box .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 15px;
		line-height: 2em;
		letter-spacing: 2px;
	}
	.item-b .data-box .data .link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}
	
	
	
	
	
	/*popup*/
	.popup1{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup1.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 0s;
	}
	.popup2{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup2.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 0.5s;
	}
	.popup3{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup3.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
	}
	.popup4{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup4.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1.5s;
	}
	.popup5{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup5.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 2s;
	}
	.popup6{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup6.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 2.5s;
	}
	.popup7{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup7.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 3s;
	}
	@keyframes popup {
	  0% {
		transform: translateY(10%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  60%,100% {
		opacity: 1;
	  }
	}

	/*item-end*/
	.end-block{
		width: 100%;
		max-width: 1000px;
		margin: 5% auto 5% auto;
	}
	.end-block .f-btn {
		width: 60%;
		display: block;
		margin: 0 auto 7% auto;
		border-bottom: 1px solid #fff;
		padding: 0 0 1% 0;
		transition: .3s;
	}
	.end-block .f-btn:hover {
		border-bottom: 1px solid #000;
		transition: .3s;
	}
	.end-block .f-btn-box{
		width: 30%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 0% auto;
	}
	.end-block .f-btn-box li{
		width: 50%;
		text-align: center;
	}
	.end-block .f-btn-box li a{
		color: #000;
		text-decoration: none;
		font-size: 14px;
		letter-spacing: 2px;
		border-bottom: 1px solid #fff;
		padding: 0 0 2% 0;
		transition: .3s;
	}
	.end-block .f-btn-box li a:hover{
		border-bottom: 1px solid #000;
		transition: .3s;
	}
	.end-block .f-logo{
		width: 200px;
		margin: 0 auto 4% auto;
	}

	.in-btn{
		width: 85px;
		margin: 0 auto 5% auto;
		display: block;
		opacity: 1;
		transition: .3s;
	}
	.in-btn:hover{
		opacity: .5;
		transition: .3s;
	}
	
}

/*///////////////////////////////////////////////////////////////////////////////////////////////*/
/*note pc////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .sp-on{
		display: none !important;
	}
    .pad-off{
		display: none !important;
	}
	
	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 100px;
		right: 20px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 100px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
        text-align: center;
        font-size: 12px;
        color: #000;
        text-decoration: none;
        line-height: 2em;
		transition: .3s;
		margin: 0 0 40px 0;
	}
	.side-nav-in a:hover{
		opacity: .7;
		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*/
	.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);
	}

	.photo{
		width: 100%;
		position: relative;
	}

	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 1s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}

	.gbc01{
		background: #a9d1dd;
	}
	.gbc02{
		background: #d89191;
	}
	.gbc03{
		background: #f2e9ce;
	}

	.gb {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;

	}
	@keyframes fade-in-img {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(100%);
		}
	}

	.name-box{
		width: 100%;
		position: relative;
		height: 50px;
	}
	.name{
		width: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.name img{
		height: 30px;
	}

	.fadein-txt {
		width: 100%;
		height: 50px;
		background: #b0a383;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 3;
	}
	.fadein-txt.active {
		animation-name: fade-txt;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes fade-txt {
       0% {
		    width: 100%;
			background: #b0a383;
        }
       50% {
          width: 100%;
          background: #b0a383;
      	}
        100% {
			width: 0%;
			background: #b0a383;
        }
	}

    /*cart-01*/
	.cart-line{
		height: 1px;
		width: 100%;
		background: #ebebeb;
		margin: 5% 0;
	}
    .cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
		margin: 0 0 10px 0;
	}
    .cart-title{
		font-size: 13px;
        letter-spacing: 0px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
		color: #2f2c2b;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 13px;
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		color: #2f2c2b;
	}
	.cart-yen span{
		font-size: 11px;
		margin: 0 0 0 5px;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1em;
		width: 100px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #000000;
		display: inline-block;
		text-align: center;
		color: #000000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn00 {
	  background: #000000;
	  border-color: #000000;
	  color: #fff;
	}
	
    .cart-btm .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 100px!important;
		padding: 7px 0 7px 0;
		background: #a9d1dd;
		border: 1px solid #a9d1dd;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #a9d1dd;
	  color: #a9d1dd;
	}

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 100px!important;
		padding: 7px 0 7px 0;
		background: #d89191;
		border: 1px solid #d89191;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #d89191;
	  color: #d89191;
	}

	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 100px!important;
		padding: 7px 0 7px 0;
		background: #cdbe9d;
		border: 1px solid #cdbe9d;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #cdbe9d;
	  color: #cdbe9d;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}

    /*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		position: relative;
		text-align: center;
		padding: 0 0 30px 0;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}

	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
	.l-icon02::after{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
    .s-icon02::after{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }

	/*index----------------------------------------------------*/
	header{
		width: 100%;
		max-width: 2000px;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.mv-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.mv-box .mv-box-in{
		width: 33%;
	}
	.mv-btn {
		position: relative;
		width: 100%;
		margin: 0 auto;
		display: block;
		overflow: hidden;
		cursor: pointer;
	}
	.mv-btn .mv-name{
		width: 10%;
		position: absolute;
		top: 30px;
		left: 30px;
		z-index: 3;
	}
	.mv-btn .mv-logo{
		width: 25%;
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 3;
	}
	.mv-btn .off {
		width: 100%;
		display: block;
	}
	.mv-btn .on{
		opacity: 1;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: .4s ease-in-out;
		transition: .4s ease-in-out;
	}
	.mv-btn:hover .on{
		opacity: 0;
		-webkit-transition: .4s ease-in-out;
		transition: .4s ease-in-out;
	}
	.mv-btn .mv-icon{
		width: 40px;
		position: absolute;
		bottom: 20px;
		left: 20px;
		transition: .5s ;
        transform: rotateZ( 0deg ) ;
		z-index: 10;
	}
	.mv-btn:hover .mv-icon{
		width: 40px;
		position: absolute;
		bottom: 20px;
		left: 20px;
		transform: rotateZ( 360deg ) ;
	}
	.mv-title-box{
		width: 65%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		position: relative;
		margin: 3% auto 0 auto;
	}
	.mv-title-box .mv-title01{
		width: 31%;
	}
	.mv-title-box .mv-title02{
		width: 65%;
	}
	.mv-title-box .mv-title03{
		width: 100%;
	}
	.mv-title-box .mv-title03 img{
		width: 20%;
		margin: 4% auto 0 auto;
		display: block;
	}
	.mv-title-box .mv-title04{
		width: 15%;
		position: absolute;
		top: 0;
		right: -20%;
	}
	
	/*read*/
	.read{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
	}
	.read .txt{
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2.5em;
		text-align: center;
		margin: 0 0 5% 0;
	}
	.read .txt span{
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2.5em;
		display: block;
		text-align: center;
		margin: 0 0 1% 0;
	}
	.read .top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
	}
	.read .top-nav-list li{
		width: 32%;
	}
	.hover-parent {
		width: 100%;
		position: relative;
		overflow: hidden;
    }
	.hover-parent .txt{
		width: 97%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 7%;
    }
	.hover-parent .txt img{
		height: 65px;
		width: auto;
		display: block;
		mix-blend-mode: multiply;
    }
	.hover-parent a{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 99;
    }
	.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;
		overflow: hidden;
		position: relative;
	}
	.door .txt{
		width: 100%;
		position: absolute;
		top: 20%;
		-webkit-transform: translateY(-20%); /* Safari用 */
		transform: translateY(-20%);
		left: 10%;
		font-size: 18px;
		letter-spacing: 4px;
		line-height: 2em;
		color: #fff;
	}
	.door .title{
		width: 100%;
		position: absolute;
		left: 10%;
		bottom: 10%;
	}
	.door .title img{
		width: auto;
		display: block;
		height: 50px;
	}
	
	/*item*/
	.item{
		width: 100%;
		max-width: 900px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item .img{
		width: 50%;
	}
	.item .data{
		width: 40%;
	}
	.item .data .num{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item .data .num img{
		width: auto;
		height: 80px;
		margin: 0 auto;
		display: block;
	}
	.item .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 14px;
		line-height: 2em;
		letter-spacing: 2px;
		margin: 0 0 20% 0;
	}
	.item .data .link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}
	
	/*item-b*/
	.item-b{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item-b .img{
		width: 100%;
		background: #f3f1f6;
		margin: 0 0 3% 0;
	}
	.item-b .img .img-in{
		width: 100%;
		max-width: 900px;
		position: relative;
		margin: 0 auto;
	}
	.item-b .img .img-in .item-img{
		width: 65%;
		display: block;
		margin: 0 auto;
		padding: 5% 0;
	}
	.item-b .img .img-in .num{
		width: 100%;
		position: absolute;
		top: 10%;
		left: 0;
	}
	.item-b .img .img-in .num img{
		width: auto;
		height: 80px;
		display: block;
	}
	.item-b .data-box{
		width: 100%;
		max-width: 900px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-b .data-box .data{
		width: 45%;
	}
	.item-b .data-box .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 14px;
		line-height: 2em;
		letter-spacing: 2px;
	}
	.item-b .data-box .data .link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}
	
	
	
	
	
	/*popup*/
	.popup1{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup1.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 0s;
	}
	.popup2{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup2.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 0.5s;
	}
	.popup3{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup3.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
	}
	.popup4{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup4.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1.5s;
	}
	.popup5{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup5.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 2s;
	}
	.popup6{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup6.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 2.5s;
	}
	.popup7{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup7.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 3s;
	}
	@keyframes popup {
	  0% {
		transform: translateY(10%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  60%,100% {
		opacity: 1;
	  }
	}

	/*item-end*/
	.end-block{
		width: 100%;
		max-width: 1000px;
		margin: 5% auto 5% auto;
	}
	.end-block .f-btn {
		width: 60%;
		display: block;
		margin: 0 auto 7% auto;
		border-bottom: 1px solid #fff;
		padding: 0 0 1% 0;
		transition: .3s;
	}
	.end-block .f-btn:hover {
		border-bottom: 1px solid #000;
		transition: .3s;
	}
	.end-block .f-btn-box{
		width: 30%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 0% auto;
	}
	.end-block .f-btn-box li{
		width: 50%;
		text-align: center;
	}
	.end-block .f-btn-box li a{
		color: #000;
		text-decoration: none;
		font-size: 14px;
		letter-spacing: 2px;
		border-bottom: 1px solid #fff;
		padding: 0 0 2% 0;
		transition: .3s;
	}
	.end-block .f-btn-box li a:hover{
		border-bottom: 1px solid #000;
		transition: .3s;
	}
	.end-block .f-logo{
		width: 200px;
		margin: 0 auto 4% auto;
	}

	.in-btn{
		width: 85px;
		margin: 0 auto 5% auto;
		display: block;
		opacity: 1;
		transition: .3s;
	}
	.in-btn:hover{
		opacity: .5;
		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 a{
		display: none;
	}
	.side-nav-in a:hover{
		opacity: .7;
		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*/
	.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);
	}

	.photo{
		width: 100%;
		position: relative;
	}

	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 1s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}

	.gbc01{
		background: #a9d1dd;
	}
	.gbc02{
		background: #d89191;
	}
	.gbc03{
		background: #f2e9ce;
	}

	.gb {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;

	}
	@keyframes fade-in-img {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(100%);
		}
	}

	.name-box{
		width: 100%;
		position: relative;
		height: 50px;
	}
	.name{
		width: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.name img{
		height: 30px;
	}

	.fadein-txt {
		width: 100%;
		height: 50px;
		background: #b0a383;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 3;
	}
	.fadein-txt.active {
		animation-name: fade-txt;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes fade-txt {
       0% {
		    width: 100%;
			background: #b0a383;
        }
       50% {
          width: 100%;
          background: #b0a383;
      	}
        100% {
			width: 0%;
			background: #b0a383;
        }
	}

    /*cart-01*/
	.cart-line{
		height: 1px;
		width: 100%;
		background: #ebebeb;
		margin: 5% 0;
	}
    .cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
		margin: 0 0 10px 0;
	}
    .cart-title{
		font-size: 13px;
        letter-spacing: 0px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
		color: #2f2c2b;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 13px;
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		color: #2f2c2b;
	}
	.cart-yen span{
		font-size: 11px;
		margin: 0 0 0 5px;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1em;
		width: 100px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #000000;
		display: inline-block;
		text-align: center;
		color: #000000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn00 {
	  background: #000000;
	  border-color: #000000;
	  color: #fff;
	}
	
    .cart-btm .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 100px!important;
		padding: 7px 0 7px 0;
		background: #a9d1dd;
		border: 1px solid #a9d1dd;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #a9d1dd;
	  color: #a9d1dd;
	}

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 100px!important;
		padding: 7px 0 7px 0;
		background: #d89191;
		border: 1px solid #d89191;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #d89191;
	  color: #d89191;
	}

	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 100px!important;
		padding: 7px 0 7px 0;
		background: #cdbe9d;
		border: 1px solid #cdbe9d;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #cdbe9d;
	  color: #cdbe9d;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}

    /*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		position: relative;
		text-align: center;
		padding: 0 0 30px 0;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}

	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
	.l-icon02::after{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
    .s-icon02::after{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }

	/*index----------------------------------------------------*/
	header{
		width: 100%;
		max-width: 2000px;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.mv-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.mv-box .mv-box-in{
		width: 33%;
	}
	.mv-btn {
		position: relative;
		width: 100%;
		margin: 0 auto;
		display: block;
		overflow: hidden;
		cursor: pointer;
	}
	.mv-btn .mv-name{
		width: 10%;
		position: absolute;
		top: 30px;
		left: 30px;
		z-index: 3;
	}
	.mv-btn .mv-logo{
		width: 25%;
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 3;
	}
	.mv-btn .off {
		width: 100%;
		display: block;
	}
	.mv-btn .on{
		opacity: 1;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: .4s ease-in-out;
		transition: .4s ease-in-out;
	}
	.mv-btn:hover .on{
		opacity: 0;
		-webkit-transition: .4s ease-in-out;
		transition: .4s ease-in-out;
	}
	.mv-btn .mv-icon{
		width: 40px;
		position: absolute;
		bottom: 20px;
		left: 20px;
		transition: .5s ;
        transform: rotateZ( 0deg ) ;
		z-index: 10;
	}
	.mv-btn:hover .mv-icon{
		width: 40px;
		position: absolute;
		bottom: 20px;
		left: 20px;
		transform: rotateZ( 360deg ) ;
	}
	.mv-title-box{
		width: 65%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		position: relative;
		margin: 3% auto 0 auto;
	}
	.mv-title-box .mv-title01{
		width: 31%;
	}
	.mv-title-box .mv-title02{
		width: 65%;
	}
	.mv-title-box .mv-title03{
		width: 100%;
	}
	.mv-title-box .mv-title03 img{
		width: 20%;
		margin: 4% auto 0 auto;
		display: block;
	}
	.mv-title-box .mv-title04{
		width: 15%;
		position: absolute;
		top: 0;
		right: -20%;
	}
	
	/*read*/
	.read{
		width: 90%;
		margin: 0 auto 5% auto;
	}
	.read .txt{
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		margin: 0 0 5% 0;
	}
	.read .txt span{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2.5em;
		display: block;
		text-align: center;
		margin: 0 0 1% 0;
	}
	.read .top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
	}
	.read .top-nav-list li{
		width: 32%;
	}
	.hover-parent {
		width: 100%;
		position: relative;
		overflow: hidden;
    }
	.hover-parent .txt{
		width: 97%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 7%;
    }
	.hover-parent .txt img{
		height: 65px;
		width: auto;
		display: block;
		mix-blend-mode: multiply;
    }
	.hover-parent a{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 99;
    }
	.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%;
		margin: 0 auto 5% auto;
		overflow: hidden;
		position: relative;
	}
	.door .txt{
		width: 100%;
		position: absolute;
		top: 20%;
		-webkit-transform: translateY(-20%); /* Safari用 */
		transform: translateY(-20%);
		left: 10%;
		font-size: 16px;
		letter-spacing: 4px;
		line-height: 2em;
		color: #fff;
	}
	.door .title{
		width: 100%;
		position: absolute;
		left: 10%;
		bottom: 10%;
	}
	.door .title img{
		width: auto;
		display: block;
		height: 30px;
	}
	
	/*item*/
	.item{
		width: 90%;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item .img{
		width: 50%;
	}
	.item .data{
		width: 45%;
	}
	.item .data .num{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item .data .num img{
		width: auto;
		height: 60px;
		margin: 0 auto;
		display: block;
	}
	.item .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 13px;
		line-height: 2em;
		letter-spacing: 2px;
		margin: 0 0 5% 0;
	}
	.item .data .link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}
	
	/*item-b*/
	.item-b{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item-b .img{
		width: 100%;
		background: #f3f1f6;
		margin: 0 0 3% 0;
	}
	.item-b .img .img-in{
		width: 90%;
		position: relative;
		margin: 0 auto;
	}
	.item-b .img .img-in .item-img{
		width: 65%;
		display: block;
		margin: 0 auto;
		padding: 5% 0;
	}
	.item-b .img .img-in .num{
		width: 100%;
		position: absolute;
		top: 10%;
		left: 0;
	}
	.item-b .img .img-in .num img{
		width: auto;
		height: 60px;
		display: block;
	}
	.item-b .data-box{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-b .data-box .data{
		width: 45%;
	}
	.item-b .data-box .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 13px;
		line-height: 2em;
		letter-spacing: 2px;
	}
	.item-b .data-box .data .link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}
	
	
	
	
	
	/*popup*/
	.popup1{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup1.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 0s;
	}
	.popup2{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup2.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 0.5s;
	}
	.popup3{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup3.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
	}
	.popup4{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup4.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1.5s;
	}
	.popup5{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup5.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 2s;
	}
	.popup6{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup6.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 2.5s;
	}
	.popup7{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup7.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 3s;
	}
	@keyframes popup {
	  0% {
		transform: translateY(10%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  60%,100% {
		opacity: 1;
	  }
	}

	/*item-end*/
	.end-block{
		width: 100%;
		max-width: 1000px;
		margin: 5% auto 5% auto;
	}
	.end-block .f-btn {
		width: 60%;
		display: block;
		margin: 0 auto 7% auto;
		border-bottom: 1px solid #fff;
		padding: 0 0 1% 0;
		transition: .3s;
	}
	.end-block .f-btn:hover {
		border-bottom: 1px solid #000;
		transition: .3s;
	}
	.end-block .f-btn-box{
		width: 30%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 0% auto;
	}
	.end-block .f-btn-box li{
		width: 50%;
		text-align: center;
	}
	.end-block .f-btn-box li a{
		color: #000;
		text-decoration: none;
		font-size: 14px;
		letter-spacing: 2px;
		border-bottom: 1px solid #fff;
		padding: 0 0 2% 0;
		transition: .3s;
	}
	.end-block .f-btn-box li a:hover{
		border-bottom: 1px solid #000;
		transition: .3s;
	}
	.end-block .f-logo{
		width: 200px;
		margin: 0 auto 4% auto;
	}

	.in-btn{
		width: 85px;
		margin: 0 auto 5% auto;
		display: block;
		opacity: 1;
		transition: .3s;
	}
	.in-btn:hover{
		opacity: .5;
		transition: .3s;
	}

}

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

	/*sid-nav*/
    .side-nav{
		display: none;
	}
	.side-nav-in{
		display: none;
	}
	.side-nav-in a{
		display: none;
	}
	.side-nav-in a:hover{
		opacity: .7;
		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*/
	.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);
	}

	.photo{
		width: 100%;
		position: relative;
	}

	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 1s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}

	.gbc01{
		background: #a9d1dd;
	}
	.gbc02{
		background: #d89191;
	}
	.gbc03{
		background: #f2e9ce;
	}

	.gb {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;

	}
	@keyframes fade-in-img {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(100%);
		}
	}

	.name-box{
		width: 100%;
		position: relative;
		height: 50px;
	}
	.name{
		width: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.name img{
		height: 30px;
	}

	.fadein-txt {
		width: 100%;
		height: 50px;
		background: #b0a383;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 3;
	}
	.fadein-txt.active {
		animation-name: fade-txt;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes fade-txt {
       0% {
		    width: 100%;
			background: #b0a383;
        }
       50% {
          width: 100%;
          background: #b0a383;
      	}
        100% {
			width: 0%;
			background: #b0a383;
        }
	}

    /*cart-01*/
	.cart-line{
		height: 1px;
		width: 100%;
		background: #ebebeb;
		margin: 5% 0;
	}
    .cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
		margin: 0 0 10px 0;
	}
    .cart-title{
		font-size: 13px;
        letter-spacing: 0px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
		color: #2f2c2b;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 13px;
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		color: #2f2c2b;
	}
	.cart-yen span{
		font-size: 11px;
		margin: 0 0 0 5px;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1em;
		width: 100px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #000000;
		display: inline-block;
		text-align: center;
		color: #000000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn00 {
	  background: #000000;
	  border-color: #000000;
	  color: #fff;
	}
	
    .cart-btm .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 100px!important;
		padding: 7px 0 7px 0;
		background: #a9d1dd;
		border: 1px solid #a9d1dd;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #a9d1dd;
	  color: #a9d1dd;
	}

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 100px!important;
		padding: 7px 0 7px 0;
		background: #d89191;
		border: 1px solid #d89191;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #d89191;
	  color: #d89191;
	}

	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 100px!important;
		padding: 7px 0 7px 0;
		background: #cdbe9d;
		border: 1px solid #cdbe9d;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #cdbe9d;
	  color: #cdbe9d;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}

    /*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		position: relative;
		text-align: center;
		padding: 0 0 15% 0;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}

	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
	.l-icon02::after{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
    .s-icon02::after{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }

	/*index----------------------------------------------------*/
	header{
		width: 100%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.mv-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.mv-box .mv-box-in{
		width: 33%;
	}
	.mv-btn {
		position: relative;
		width: 100%;
		margin: 0 auto;
		display: block;
		overflow: hidden;
		cursor: pointer;
	}
	.mv-btn .mv-name{
		width: 10%;
		position: absolute;
		top: 30px;
		left: 30px;
		z-index: 3;
	}
	.mv-btn .mv-logo{
		width: 25%;
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 3;
	}
	.mv-btn .off {
		width: 100%;
		display: block;
	}
	.mv-btn .on{
		opacity: 1;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: .4s ease-in-out;
		transition: .4s ease-in-out;
	}
	.mv-btn:hover .on{
		opacity: 0;
		-webkit-transition: .4s ease-in-out;
		transition: .4s ease-in-out;
	}
	.mv-btn .mv-icon{
		width: 40px;
		position: absolute;
		bottom: 20px;
		left: 20px;
		transition: .5s ;
        transform: rotateZ( 0deg ) ;
		z-index: 10;
	}
	.mv-btn:hover .mv-icon{
		width: 40px;
		position: absolute;
		bottom: 20px;
		left: 20px;
		transform: rotateZ( 360deg ) ;
	}
	.mv-title-box{
		width: 90%;
		position: relative;
		margin: 5% auto 0 auto;
	}
	.mv-title-box .mv-title01{
		width: 60%;
		margin: 0 auto 3% auto;
	}
	.mv-title-box .mv-title02{
		width: 100%;
		margin: 0 auto 5% auto
	}
	.mv-title-box .mv-title03{
		width: 40%;
		margin: 0 auto;
	}
	.mv-title-box .mv-title04{
		width: 30%;
		margin: 0 0 0 70%;
	}
	
	/*read*/
	.read{
		width: 90%;
		margin: 0 auto 5% auto;
	}
	.read .txt{
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 0 0 5% 0;
	}
	.read .txt span{
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 1.8em;
		display: block;
		text-align: center;
		margin: 0 0 3% 0;
	}
	.read .top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
	}
	.read .top-nav-list li{
		width: 32%;
	}
	.hover-parent {
		width: 100%;
		position: relative;
		overflow: hidden;
    }
	.hover-parent .txt{
		width: 97%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 7%;
    }
	.hover-parent .txt img{
		height: 65px;
		width: auto;
		display: block;
		mix-blend-mode: multiply;
    }
	.hover-parent a{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 99;
    }
	.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%;
		margin: 0 auto 5% auto;
		overflow: hidden;
		position: relative;
	}
	.door-txt{
		width: 90%!important;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.8em;
		margin: 0 auto 10% auto;
		text-align: justify;
	}
	.door-txt br{
		display: none;
	}
	.door .title{
		width: 100%;
		position: absolute;
		top: 45%;
		-webkit-transform: translateY(-45%); /* Safari用 */
		transform: translateY(-45%);
		left: 5%;
	}
	.door .title img{
		width: auto;
		display: block;
		height: 25px;
	}
	
	/*item*/
	.item{
		width: 90%;
		margin: 0 auto 15% auto;
	}
	.item .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item .data{
		width: 100%;
	}
	.item .num{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item .num img{
		width: auto;
		height: 60px;
		margin: 0 auto;
		display: block;
	}
	.item .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 13px;
		line-height: 2em;
		letter-spacing: 2px;
		margin: 0 0 5% 0;
	}
	.item .data .link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}
	
	/*item-b*/
	.item-b{
		width: 100%;
		margin: 0 0 15% 0;
	}
	.item-b .img{
		width: 100%;
		background: #f3f1f6;
		margin: 0 0 5% 0;
	}
	.item-b .img .img-in{
		width: 90%;
		position: relative;
		margin: 0 auto;
	}
	.item-b .img .img-in .item-img{
		width: 90%;
		display: block;
		margin: 0 auto;
		padding: 5% 0;
	}
	.item-b .num{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item-b .num img{
		width: auto;
		height: 60px;
		display: block;
		margin: 0 auto;
	}
	.item-b .data-box{
		width: 90%;
		margin: 0 auto;
	}
	.item-b .data-box .data{
		width: 100%;
	}
	.item-b .data-box .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 13px;
		line-height: 2em;
		letter-spacing: 2px;
		margin: 0 0 5% 0;
	}
	.item-b .data-box .data .link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}
	
	
	
	
	
	/*popup*/
	.popup1{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup1.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 0s;
	}
	.popup2{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup2.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 0.5s;
	}
	.popup3{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup3.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
	}
	.popup4{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup4.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1.5s;
	}
	.popup5{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup5.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 2s;
	}
	.popup6{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup6.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 2.5s;
	}
	.popup7{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup7.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 3s;
	}
	@keyframes popup {
	  0% {
		transform: translateY(10%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  60%,100% {
		opacity: 1;
	  }
	}

	/*item-end*/
	.end-block{
		width: 90%;
		margin: 5% auto 5% auto;
	}
	.end-block .f-btn {
		width: 100%;
		display: block;
		margin: 0 auto 7% auto;
		border-bottom: 1px solid #fff;
		padding: 0 0 2% 0;
		transition: .3s;
	}
	.end-block .f-btn:hover {
		border-bottom: 1px solid #000;
		transition: .3s;
	}
	.end-block .f-btn-box{
		width: 70%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 0% auto;
	}
	.end-block .f-btn-box li{
		width: 50%;
		text-align: center;
	}
	.end-block .f-btn-box li a{
		color: #000;
		text-decoration: none;
		font-size: 14px;
		letter-spacing: 2px;
		border-bottom: 1px solid #fff;
		padding: 0 0 2% 0;
		transition: .3s;
	}
	.end-block .f-btn-box li a:hover{
		border-bottom: 1px solid #000;
		transition: .3s;
	}
	.end-block .f-logo{
		width: 130px;
		margin: 0 auto 4% auto;
	}

	.in-btn{
		width: 85px;
		margin: 0 auto 5% auto;
		display: block;
		opacity: 1;
		transition: .3s;
	}
	.in-btn:hover{
		opacity: .5;
		transition: .3s;
	}

	.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: -2px;
	}
	.top-nav{
		width: 100%;
		display: flex;
	}
	.top-nav li:nth-child(1){
		width: 29.33%;
		box-sizing: border-box;
		background: #a9d1dd;
	}
	.top-nav li:nth-child(2){
		width: 29.33%;
		box-sizing: border-box;
		background: #d89191;
	}
	.top-nav li:nth-child(3){
		width: 29.33%;
		background: #cdbe9d;
	}
	.top-nav li:nth-child(4){
		width: 12%;
	}

}
