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*/
	.link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}
	.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-title02{
		font-size: 15px;
        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-yen02{
		font-size: 16px;
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		color: #2f2c2b;
	}
	.cart-yen02 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;
	}
	header .read-an{
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 8;
	}
	.mv-title01{
		width: 7%;
		position: absolute;
		top: 2%;
		left: 1%;
		z-index: 10;
	}
	.mv-title02{
		width: 35%;
		position: absolute;
		left: 10%;
		bottom: 17%;
	}
	.mv-title03{
		width: 20%;
		position: absolute;
		top: 10%;
		right: 7%;
	}
	.scrolldown2{
        position:absolute;
        left: 0%;
		right: 0%;
		margin: 0 auto;
        bottom: 0%;
		height: 50px;
	  	width: 50px;
		z-index: 10;
	}
	.scrolldown2 span{
	  position: absolute;
	  left:20px;
	  top: 5px;
	  width: 50px;
	}
	.scrolldown2::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 60px;
	  background: #000;
	  animation: pathmove11 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove11{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:40px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:60px;
		opacity: 0;
	  }
	}
	
	/*read*/
	#read{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	#read .txt{
		font-size: 25px;
		letter-spacing: 5px;
		line-height: 1.5em;
		text-align: center;
		margin: 0 0 3% 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	#read .txt span{
		width: 20px;
		display: block;
		margin: 0 auto;
	}
	#read .top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
	}
	#read .top-nav-list li{
		width: 24%;
	}
	#read .top-nav-list li .title{
		width: 100%;
		text-align: center;
		font-size: 18px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 2px;
		margin: 5% 0 0 0;
	}
	.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;
		overflow: hidden;
		position: relative;
	}
	
	/*item01*/
	.item01{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item01 .img{
		width: 50%;
	}
	.item01 .data{
		width: 40%;
	}
	.item01 .data .title{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 5% 0;
	}
	.item01 .data .title li:first-child{
		width: 20%;
	}
	.item01 .data .title li:last-child{
		width: 73%;
		font-size: 24px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 2px;
	}
	.item01 .data .logo{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item01 .data .txt{
		width: 100%;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 10% 0;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item02 .img{
		width: 50%;
	}
	.item02 .data{
		width: 40%;
	}
	.item02 .data .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		margin: 0 0 10% 0;
	}
	.item02 .data .common-title{
		width: 180px;
		margin: 0 auto 2% auto;
	}
	.common-line{
		width: 100%;
		height: 40px;
		position: relative;
		margin: 0 0 10% 0;
	}
	.scrolldown1{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 1px;
		height: 30px;
		background: #000;
		animation: pathmove 1.5s ease-in-out infinite;
		opacity:0;
		margin: 0 auto;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:30px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:40px;
		opacity: 0;
	  }
	}
	
	/*item03*/
	.item-wrap{
		width: 100%;
		position: relative;
		overflow: hidden;
		top: -50px;
		margin: 0 0 2% 0;
	}
	.item-wrap-bg{
		opacity : 0;
		width: 100%;
		z-index: -1;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.item-wrap-bg.active{
		animation: fadeline 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: 1s;
	}
	.bg01{
		background: #f2f7f8;
		height: 65%;
	}
	@keyframes fadeline {
	  0% {
		opacity: 1;
		transform: translate(-100%, 0);
	  }
	  100% {
		opacity: 1;
		transform: translate(0, 0);
	  }
	}
	
	
	.item03{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 4% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
	.item03 .img{
		width: 45%;
	}
	.item03 .data{
		width: 40%;
	}
	.item03 .data .common-title02{
		width: 70%;
		margin: 0 auto 20% auto;
	}
	
	.item-bottom-btn{
		width: 100%;
		max-width: 700px;
		display: block;
		margin: 0 auto 4% auto;
		border: 1px solid #eee;
		transition: .3s;
	}
	.item-bottom-btn:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*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*/
	.link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}
	.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-title02{
		font-size: 15px;
        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-yen02{
		font-size: 16px;
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		color: #2f2c2b;
	}
	.cart-yen02 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: #6db9d1;
		border: 1px solid #6db9d1;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #6db9d1;
	  color: #6db9d1;
	}

	.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;
	}
	header .read-an{
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 8;
	}
	.mv-title01{
		width: 7%;
		position: absolute;
		top: 2%;
		left: 1%;
		z-index: 10;
	}
	.mv-title02{
		width: 35%;
		position: absolute;
		left: 10%;
		bottom: 17%;
	}
	.mv-title03{
		width: 20%;
		position: absolute;
		top: 10%;
		right: 7%;
	}
	.scrolldown2{
        position:absolute;
        left: 0%;
		right: 0%;
		margin: 0 auto;
        bottom: 0%;
		height: 50px;
	  	width: 50px;
		z-index: 10;
	}
	.scrolldown2 span{
	  position: absolute;
	  left:20px;
	  top: 5px;
	  width: 50px;
	}
	.scrolldown2::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 60px;
	  background: #000;
	  animation: pathmove11 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove11{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:40px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:60px;
		opacity: 0;
	  }
	}
	
	
	/*read*/
	#read{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	#read .txt{
		font-size: 25px;
		letter-spacing: 5px;
		line-height: 1.5em;
		text-align: center;
		margin: 0 0 3% 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	#read .txt span{
		width: 20px;
		display: block;
		margin: 0 auto;
	}
	#read .top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
	}
	#read .top-nav-list li{
		width: 24%;
	}
	#read .top-nav-list li .title{
		width: 100%;
		text-align: center;
		font-size: 18px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 2px;
		margin: 5% 0 0 0;
	}
	.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;
		overflow: hidden;
		position: relative;
	}
	
	/*item01*/
	.item01{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item01 .img{
		width: 50%;
	}
	.item01 .data{
		width: 40%;
	}
	.item01 .data .title{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 5% 0;
	}
	.item01 .data .title li:first-child{
		width: 20%;
	}
	.item01 .data .title li:last-child{
		width: 73%;
		font-size: 24px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 2px;
	}
	.item01 .data .logo{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item01 .data .txt{
		width: 100%;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 10% 0;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item02 .img{
		width: 50%;
	}
	.item02 .data{
		width: 40%;
	}
	.item02 .data .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		margin: 0 0 10% 0;
	}
	.item02 .data .common-title{
		width: 180px;
		margin: 0 auto 2% auto;
	}
	.common-line{
		width: 100%;
		height: 40px;
		position: relative;
		margin: 0 0 10% 0;
	}
	.scrolldown1{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 1px;
		height: 30px;
		background: #000;
		animation: pathmove 1.5s ease-in-out infinite;
		opacity:0;
		margin: 0 auto;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:30px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:40px;
		opacity: 0;
	  }
	}
	
	/*item03*/
	.item-wrap{
		width: 100%;
		position: relative;
		overflow: hidden;
		top: -50px;
		margin: 0 0 2% 0;
	}
	.item-wrap-bg{
		opacity : 0;
		width: 100%;
		z-index: -1;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.item-wrap-bg.active{
		animation: fadeline 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: 1s;
	}
	.bg01{
		background: #f2f7f8;
		height: 65%;
	}
	@keyframes fadeline {
	  0% {
		opacity: 1;
		transform: translate(-100%, 0);
	  }
	  100% {
		opacity: 1;
		transform: translate(0, 0);
	  }
	}
	
	
	.item03{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 4% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
	.item03 .img{
		width: 45%;
	}
	.item03 .data{
		width: 40%;
	}
	.item03 .data .common-title02{
		width: 70%;
		margin: 0 auto 20% auto;
	}
	
	.item-bottom-btn{
		width: 100%;
		max-width: 700px;
		display: block;
		margin: 0 auto 4% auto;
		border: 1px solid #eee;
		transition: .3s;
	}
	.item-bottom-btn:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*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: 10px;
        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 20px 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*/
	.link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}
	.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-title02{
		font-size: 15px;
        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-yen02{
		font-size: 16px;
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		color: #2f2c2b;
	}
	.cart-yen02 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;
	}
	header .read-an{
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 8;
	}
	.mv-title01{
		width: 7%;
		position: absolute;
		top: 2%;
		left: 1%;
		z-index: 10;
	}
	.mv-title02{
		width: 35%;
		position: absolute;
		left: 10%;
		bottom: 17%;
	}
	.mv-title03{
		width: 20%;
		position: absolute;
		top: 10%;
		right: 7%;
	}
	.scrolldown2{
        position:absolute;
        left: 0%;
		right: 0%;
		margin: 0 auto;
        bottom: 0%;
		height: 50px;
	  	width: 50px;
		z-index: 10;
	}
	.scrolldown2 span{
	  position: absolute;
	  left:20px;
	  top: 5px;
	  width: 50px;
	}
	.scrolldown2::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 60px;
	  background: #000;
	  animation: pathmove11 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove11{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:40px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:60px;
		opacity: 0;
	  }
	}
	
	/*read*/
	#read{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
	}
	#read .txt{
		font-size: 25px;
		letter-spacing: 5px;
		line-height: 1.5em;
		text-align: center;
		margin: 0 0 3% 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	#read .txt span{
		width: 20px;
		display: block;
		margin: 0 auto;
	}
	#read .top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
	}
	#read .top-nav-list li{
		width: 24%;
	}
	#read .top-nav-list li .title{
		width: 100%;
		text-align: center;
		font-size: 18px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 2px;
		margin: 5% 0 0 0;
	}
	.hover-parent {
		width: 100%;
		position: relative;
		overflow: hidden;
    }
	.hover-parent a{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 99;
    }
    .hover-mask {
		width: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0,0,0,0.5);
		opacity: 0;
		color: #fff;
		display: flex;
		align-items: center;
		text-align: center;
		padding: 0;
    }
	.hover-parent:hover .hover-mask {
		opacity: 1;
		transition:all 0.6s ease;
	}
	.hover-parent .bg-img{
		width: 100%;
		transition:.5s all;
    }
	.hover-parent:hover .bg-img{
		transform:scale(1.1,1.1);
  		transition:.5s all;
    }
	
	/*door*/
	.door{
		width: 100%;
		max-width: 900px;
		margin: 0 auto 5% auto;
		overflow: hidden;
		position: relative;
	}
	
	/*item01*/
	.item01{
		width: 100%;
		max-width: 900px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item01 .img{
		width: 50%;
	}
	.item01 .data{
		width: 40%;
	}
	.item01 .data .title{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 5% 0;
	}
	.item01 .data .title li:first-child{
		width: 17%;
	}
	.item01 .data .title li:last-child{
		width: 76%;
		font-size: 21px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 2px;
	}
	.item01 .data .logo{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item01 .data .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 10% 0;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		max-width: 900px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item02 .img{
		width: 50%;
	}
	.item02 .data{
		width: 40%;
	}
	.item02 .data .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		margin: 0 0 10% 0;
	}
	.item02 .data .common-title{
		width: 180px;
		margin: 0 auto 2% auto;
	}
	.common-line{
		width: 100%;
		height: 40px;
		position: relative;
		margin: 0 0 10% 0;
	}
	.scrolldown1{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 1px;
		height: 30px;
		background: #000;
		animation: pathmove 1.5s ease-in-out infinite;
		opacity:0;
		margin: 0 auto;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:30px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:40px;
		opacity: 0;
	  }
	}
	
	/*item03*/
	.item-wrap{
		width: 100%;
		position: relative;
		overflow: hidden;
		top: -50px;
		margin: 0 0 2% 0;
	}
	.item-wrap-bg{
		opacity : 0;
		width: 100%;
		z-index: -1;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.item-wrap-bg.active{
		animation: fadeline 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: 1s;
	}
	.bg01{
		background: #f2f7f8;
		height: 65%;
	}
	@keyframes fadeline {
	  0% {
		opacity: 1;
		transform: translate(-100%, 0);
	  }
	  100% {
		opacity: 1;
		transform: translate(0, 0);
	  }
	}
	
	
	.item03{
		width: 100%;
		max-width: 900px;
		margin: 0 auto 4% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
	.item03 .img{
		width: 45%;
	}
	.item03 .data{
		width: 40%;
	}
	.item03 .data .common-title02{
		width: 70%;
		margin: 0 auto 20% auto;
	}
	
	.item-bottom-btn{
		width: 100%;
		max-width: 650px;
		display: block;
		margin: 0 auto 4% auto;
		border: 1px solid #eee;
		transition: .3s;
	}
	.item-bottom-btn:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*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{
		display: none;
	}

	/*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*/
	.link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}
	.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-title02{
		font-size: 15px;
        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-yen02{
		font-size: 16px;
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		color: #2f2c2b;
	}
	.cart-yen02 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;
	}
	header .read-an{
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 8;
	}
	.mv-title01{
		width: 7%;
		position: absolute;
		top: 2%;
		left: 1%;
		z-index: 10;
	}
	.mv-title02{
		width: 35%;
		position: absolute;
		left: 10%;
		bottom: 17%;
	}
	.mv-title03{
		width: 20%;
		position: absolute;
		top: 10%;
		right: 7%;
	}
	.scrolldown2{
        position:absolute;
        left: 0%;
		right: 0%;
		margin: 0 auto;
        bottom: 0%;
		height: 50px;
	  	width: 50px;
		z-index: 10;
	}
	.scrolldown2 span{
	  position: absolute;
	  left:20px;
	  top: 5px;
	  width: 50px;
	}
	.scrolldown2::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 60px;
	  background: #000;
	  animation: pathmove11 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove11{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:40px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:60px;
		opacity: 0;
	  }
	}
	
	/*read*/
	#read{
		width: 90%;
		margin: 0 auto 5% auto;
	}
	#read .txt{
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 1.5em;
		text-align: center;
		margin: 0 0 3% 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	#read .txt span{
		width: 20px;
		display: block;
		margin: 0 auto;
	}
	#read .top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
	}
	#read .top-nav-list li{
		width: 24%;
	}
	#read .top-nav-list li .title{
		width: 100%;
		text-align: center;
		font-size: 14px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 2px;
		margin: 5% 0 0 0;
	}
	.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%;
		margin: 0 auto 5% auto;
		overflow: hidden;
		position: relative;
	}
	
	/*item01*/
	.item01{
		width: 90%;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item01 .img{
		width: 50%;
	}
	.item01 .data{
		width: 40%;
	}
	.item01 .data .title{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 5% 0;
	}
	.item01 .data .title li:first-child{
		width: 17%;
	}
	.item01 .data .title li:last-child{
		width: 76%;
		font-size: 16px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 2px;
	}
	.item01 .data .logo{
		width: 70%;
		margin: 0 auto 5% auto;
	}
	.item01 .data .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 10% 0;
	}
	
	/*item02*/
	.item02{
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item02 .img{
		width: 50%;
	}
	.item02 .data{
		width: 40%;
		padding: 5% 0 0 0;
	}
	.item02 .data .txt{
		width: 100%;
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		margin: 0 0 10% 0;
	}
	.item02 .data .common-title{
		width: 140px;
		margin: 0 auto 2% auto;
	}
	.common-line{
		width: 100%;
		height: 40px;
		position: relative;
		margin: 0 0 10% 0;
	}
	.scrolldown1{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 1px;
		height: 30px;
		background: #000;
		animation: pathmove 1.5s ease-in-out infinite;
		opacity:0;
		margin: 0 auto;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:30px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:40px;
		opacity: 0;
	  }
	}
	
	/*item03*/
	.item-wrap{
		width: 100%;
		position: relative;
		overflow: hidden;
		top: -50px;
		margin: 0 0 2% 0;
	}
	.item-wrap-bg{
		opacity : 0;
		width: 100%;
		z-index: -1;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.item-wrap-bg.active{
		animation: fadeline 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: 1s;
	}
	.bg01{
		background: #f2f7f8;
		height: 65%;
	}
	@keyframes fadeline {
	  0% {
		opacity: 1;
		transform: translate(-100%, 0);
	  }
	  100% {
		opacity: 1;
		transform: translate(0, 0);
	  }
	}
	
	
	.item03{
		width: 90%;
		margin: 0 auto 4% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
	.item03 .img{
		width: 45%;
	}
	.item03 .data{
		width: 40%;
	}
	.item03 .data .common-title02{
		width: 70%;
		margin: 0 auto 20% auto;
	}
	
	.item-bottom-btn{
		width: 60%;
		display: block;
		margin: 0 auto 4% auto;
		border: 1px solid #eee;
		transition: .3s;
	}
	.item-bottom-btn:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*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{
		display: none;
	}

	/*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*/
	.link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}
	.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-title02{
		font-size: 15px;
        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-yen02{
		font-size: 16px;
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		color: #2f2c2b;
	}
	.cart-yen02 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 150px 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 10% auto;
		position: relative;
	}
	header .read-an{
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 8;
	}
	.mv-title01{
		width: 100%;
		background: #fff;
	}
	.mv-title01 img{
		width: 26%;
		padding: 2% 0;
		margin: 0 0 0 72%;
	}
	.mv-title02{
		width: 90%;
		margin: 0 auto;
	}
	.mv-title03{
		width: 70%;
		margin: 5% 0 5% 5%;
	}
	.mv-title04{
		width: 20px;
		position: absolute;
		top: 55%;
		-webkit-transform: translateY(-55%); /* Safari用 */
		transform: translateY(-55%);
		right: 4%;
		margin: 0 auto;
	}
	
	.scrolldown2{
        position:absolute;
        top: 55%;
		-webkit-transform: translateY(-55%); /* Safari用 */
		transform: translateY(-55%);
		right: 4%;
		height: 70px;
		z-index: 10;
	}
	.scrolldown2 span{
	  position: absolute;
	  left: -20px;
	  top: 5px;
	  width: 10px;
	}
	.scrolldown2::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 70px;
	  background: #000;
	  animation: pathmove11 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove11{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:40px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:70px;
		opacity: 0;
	  }
	}
	
	
	
	/*read*/
	#read{
		width: 95%;
		margin: 0 auto 5% auto;
	}
	#read .txt{
		font-size: 18px;
		letter-spacing: 5px;
		line-height: 1.5em;
		text-align: center;
		margin: 0 0 5% 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	#read .txt span{
		width: 15px;
		display: block;
		margin: 0 auto;
	}
	#read .top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
	}
	#read .top-nav-list li{
		width: 24%;
	}
	#read .top-nav-list li .title{
		width: 100%;
		text-align: center;
		font-size: 12px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 1px;
		margin: 5% 0 0 0;
	}
	.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%;
		margin: 0 auto 10% auto;
		overflow: hidden;
		position: relative;
	}
	
	/*item01*/
	.item01{
		width: 90%;
		margin: 0 auto 10% auto;
	}
	.item01 .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item01 .data{
		width: 100%;
	}
	.item01 .title{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 0% 0;
	}
	.item01 .title li:first-child{
		width: 20%;
	}
	.item01 .title li:last-child{
		width: 73%;
		font-size: 21px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 2px;
	}
	.item01 .logo{
		width: 100%;
		margin: 0 auto 0% auto;
	}
	.item01 .data .txt{
		width: 100%;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	.item01 .data .txt br{
		display: none;
	}
	
	/*item02*/
	.item02{
		width: 90%;
		margin: 0 auto 10% auto;
	}
	.item02 .img{
		width: 100%;
	}
	.item02 .data{
		width: 100%;
		padding: 5% 0 0 0;
	}
	.item02 .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		margin: 0 0 5% 0;
	}
	.item02 .common-title{
		width: 160px;
		margin: 0 auto 2% auto;
	}
	.common-line{
		width: 100%;
		height: 40px;
		position: relative;
		margin: 0 0 5% 0;
	}
	.scrolldown1{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 1px;
		height: 30px;
		background: #000;
		animation: pathmove 1.5s ease-in-out infinite;
		opacity:0;
		margin: 0 auto;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:30px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:40px;
		opacity: 0;
	  }
	}
	
	/*item03*/
	.item-wrap{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 15% 0;
	}
	.item-wrap-bg{
		opacity : 0;
		width: 100%;
		z-index: -1;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.item-wrap-bg.active{
		animation: fadeline 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: 1s;
	}
	.bg01{
		background: #f2f7f8;
		height: 65%;
	}
	@keyframes fadeline {
	  0% {
		opacity: 1;
		transform: translate(-100%, 0);
	  }
	  100% {
		opacity: 1;
		transform: translate(0, 0);
	  }
	}
	
	
	.item03{
		width: 90%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.item03 .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item03 .data{
		width: 100%;
	}
	.item03 .common-title02{
		width: 90%;
		margin: 0 auto 5% auto;
	}
	
	.item-bottom-btn{
		width: 90%;
		display: block;
		margin: 0 auto 10% auto;
		border: 1px solid #eee;
		transition: .3s;
	}
	.item-bottom-btn:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*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;
	}

	.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: 0;
	}
	.top-nav{
		width: 96%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		padding: 2% 0;
	}
	.top-nav li:nth-child(1){
		width: 23%;
	}
	.top-nav li:nth-child(2){
		width: 23%;
	}
	.top-nav li:nth-child(3){
		width: 23%;
	}
	.top-nav li:nth-child(4){
		width: 23%;
	}

}
