body {
    height: 100%;
    margin: 0;
    font-feature-settings: 'palt';
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: "Noto Sans JP", sans-serif !important;
}

.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
    0% {opacity:0;}
    100% {opacity:1;}
}

/*imac*/
@media screen and (min-width: 2560px) and (max-width: 5120px) {
	.sp-on{
		display: none !important;
	}
	
	/*header*/
	header{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 3% auto;
		padding: 0;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 2%;
		z-index: 10;
	}
	.mv-img-list{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.mv-img-list li{
		width: 33.33%;
		display: block;
		position: relative;
		overflow: hidden;
	}
	.mv-img-icon01{
		width: max-content;
		position: absolute;
		bottom: 10%;
		left: 5%;
	}
	.mv-img-icon01 img{
		height: 50px;
	}
	.mv-img-icon02{
		width: max-content;
		position: absolute;
		bottom: 35%;
		left: 5%;
	}
	.mv-img-icon02 img{
		height: 50px;
	}
	.mv-img-icon03{
		width: max-content;
		position: absolute;
		bottom: 60%;
		left: 5%;
	}
	.mv-img-icon03 img{
		height: 50px;
	}
	.mv-title{
		width: 100%;
		position: relative;
	}
	.mv-title .title{
		width: 60%;
		margin: 0 auto;
		padding: 3% 0 0 0;
	}
	.mv-icon{
		width: 200px;
		position: absolute;
		top: 28%;
    	right: 18%;
	}
	.mv-icon li:first-child{
		width: 100%;
		position: absolute;
		top: 0;
		right: 0;
	}
	.mv-icon li:last-child{
		width: 100%;
		position: absolute;
		top: 0;
		left: 70px;
	}
	
	/*read*/
	.read{
		width: 100%;
	}
	.scrolldown1{
		width: 1px;
		margin: 0 auto 2% auto;
        height:100px;
		position: relative;
	}
	.scrolldown1::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #000;
	  animation: pathmove 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:50px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:100px;
		opacity: 0;
	  }
	}
	.read .txt{
		width: 100%;
		text-align: center;
		font-size: 18px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 2px;
		line-height: 2.2em;
		margin: 0 0 2% 0;
	}
	.read .txt-end{
		width: 100%;
		text-align: center;
		font-size: 18px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 2px;
		line-height: 2.2em;
		margin: 0 0 5% 0;
	}
	.read .txt-end span{
		font-weight: bold;
	}
	
	/*door*/
	.door{
		width: 100%;
		max-width: 1000px;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.door .title{
		width: 35%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.door .icon{
		width: 150px;
		position: absolute;
		bottom: 5%;
		right: 24%;
	}
	.door .icon li:last-child{
		width: 100%;
		position: absolute;
		top: 9px;
		left: 40px;
	}
	
	
	/*wrap*/
	.wrap01{
		width: 100%;
		padding: 5% 0 1px 0;
		background: #f9f9f5;
		margin: 0 0 10% 0;
	}
	.wrap02{
		width: 100%;
		padding: 5% 0 1px 0;
		background: rgba(185,194,218,0.3);
		margin: 0 0 7% 0;
	}
	
	
	/*item01*/
	.item01{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
	}
	.item01 .data01{
		width: 47%;
	}
	.item01 .data01 .img{
		width: 100%;
		overflow: hidden;
		display: block;
		margin: 0 0 5% 0;
	}
	.item01 .data01 .link-box{
		width: 80%;
		display: block;
		margin: 0 auto;
	}
	.item01 .data02{
		width: 47%;
	}
	.item01 .data02 .txt{
		width: 80%;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2.2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 10% auto;
		text-align: justify;
	}
	.item01 .data02 .img{
		width: 100%;
		overflow: hidden;
		display: block;
	}
	.item01 .data02 .link-box{
		width: 80%;
		display: block;
		margin: 0 auto;
	}
	.item01 .data02 .num-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 0 7% 10%;
	}
	.item01 .data02 .num-box li:first-child{
		width: 100px;
		position: relative;
		margin: 0 20px 0 0;
	}
	.item01 .data02 .num-box li:first-child .bg01{
		width: 140px;
		height: 1px;
		position: absolute;
		top: 30px;
		left: 0;
		overflow: hidden;
	}
	.item01 .data02 .num-box li:first-child img{
		height: 15px;
	}
	.item01 .data02 .num-box li:last-child{
		width: max-content;
	}
	.item01 .data02 .num-box li:last-child img{
		height: 55px;
	}
	
	
	/*item02*/
	.item02{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 7% auto;
	}
	.item02 .img{
		width: 100%;
		max-width: 600px;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item02 .data-box{
		width: 80%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item02 .data01{
		width: 45%;
	}
	.item02 .data01 .link-box{
		width: 90%;
		display: block;
		margin: 0 auto;
	}
	.item02 .data02{
		width: 50%;
	}
	.item02 .data01 .txt{
		width: 100%;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2.2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 10% auto;
		text-align: justify;
	}
	.item02 .data02 .link-box{
		width: 90%;
		display: block;
		margin: 0 auto;
	}
	.item02 .title-box .num-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 3% auto;
	}
	.item02 .title-box .num-box li:first-child{
		width: 100px;
		position: relative;
		margin: 0 20px 0 0;
	}
	.item02 .title-box .num-box li:first-child .bg01{
		width: 140px;
		height: 1px;
		position: absolute;
		top: 30px;
		left: 0;
		overflow: hidden;
	}
	.item02 .title-box .num-box li:first-child img{
		height: 15px;
	}
	.item02 .title-box .num-box li:last-child{
		width: max-content;
	}
	.item02 .title-box .num-box li:last-child img{
		height: 55px;
	}
	
	/*f-btn-box*/
	.f-btn-box{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.f-btn-box .f-btn-list{
		width: 100%;
		max-width: 900px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-btn-box .f-btn-list li{
		width: 47%;
		overflow: hidden;
	}
	.f-btn-box .f-btn-list li a{
		width: 100%;
		display: block;
		position: relative;
		transition: .3s;
		opacity: 1;
	}
	.f-btn-box .f-btn-list li a:hover{
		transition: .3s;
		opacity: .6;
	}
	.f-btn-box .f-btn-list li a .title{
		width: 100%;
		display: block;
		position: absolute;
		bottom: 15%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.f-btn-box .f-btn-list li a .title img{
		height: 120px;
		display: block;
		margin: 0 auto;
	}
	
	
	/*end-banner*/
	.end-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 10% auto;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.end-banner:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*marker*/
	.marker01{
		display: inline;
        background-image: linear-gradient(90deg, rgba(0,0,0,1), rgba(0,0,0,1));
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 2px;
		padding: 0 0 6px 0;
        transition: all 0.8s ease;
	}
	.marker01.active {
		background-size: 100% 2px;
	}
	
	/*bg*/
	.bg01{
		display: inline;
		background-image: linear-gradient(90deg, #000, #000);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 100%;
        transition: all 0.8s ease;
	}
	.bg01.active {
		background-size: 100% 100%;
	}
	.bg03{
		display: inline;
		background-image: linear-gradient(90deg, #ebe8e5, #ebe8e5);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 100%;
        transition: all 0.8s ease;
	}
	.bg03.active {
		background-size: 100% 100%;
	}
	.bg04{
		display: inline;
		background-image: linear-gradient(90deg, #dfdfdf, #dfdfdf);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 100%;
        transition: all 0.8s ease;
	}
	.bg04.active {
		background-size: 100% 100%;
	}
	
	.bg05{
		display: inline;
		background-image: linear-gradient(90deg, #e6e9ec, #e6e9ec);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 100% 0;
        transition: all 0.8s ease;
	}
	.bg05.active {
		background-size: 100% 100%;
	}
	.bg06{
		display: inline;
		background-image: linear-gradient(90deg, #f0f1ef, #f0f1ef);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 100% 0;
        transition: all 0.8s ease;
	}
	.bg06.active {
		background-size: 100% 100%;
	}
	.bg07{
		display: inline;
		background-image: linear-gradient(90deg, #f1f0f6, #f1f0f6);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 100% 0;
        transition: all 0.8s ease;
	}
	.bg07.active {
		background-size: 100% 100%;
	}
	
	
	.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: -3px;
    }
    .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: -3px;
    }
	
	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 130px;
		right: 0px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 130px;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
        text-align: center;
        font-size: 12px;
        color: #000;
        text-decoration: none;
        line-height: 2em;
		padding: 0 0 20px 0;
	}
	.side-nav-in a:hover{
		opacity: .5;
		transition: .3s;
	}
	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	/*cart-btm*/
	.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: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 15px;
		line-height: 1.9;
    	letter-spacing: 0.05em;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 5% 0;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid #231815;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
	  background: #231815;
	  border-color: #231815;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #000;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #000;
	  color: #000;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #24283e;
		border: 1px solid #24283e;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #24283e;
	  color: #24283e;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 80px!important;
		padding: 7px 0 7px 0;
		background: #9c8b7b;
		border: 1px solid #9c8b7b;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #9c8b7b;
	  color: #9c8b7b;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in2;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in2;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 3.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up-d01 {
		opacity : 0;
	}
	.fadein-up-d01.active{
		opacity : 1;
		animation-name: fadein-up-d;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up-d02 {
		opacity : 0;
	}
	.fadein-up-d02.active{
		opacity : 1;
		animation-name: fadein-up-d2;
		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;
	}
	.fadein-up-d03 {
		opacity : 0;
	}
	.fadein-up-d03.active{
		opacity : 1;
		animation-name: fadein-up-d2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.8s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(50px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes fadein-up-d {
		0% {
		  opacity: 0;
		  transform: translateY(10px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes fadein-up-d2 {
		0% {
		  opacity: 0;
		  transform: translateX(-10px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up02 {
		0% {
		  opacity: 0;
		  transform: scale(1.2);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.fadein-txt01 {
		opacity : 0;
	}
	.fadein-txt01.active{
		opacity : 1;
		animation-name: fadein-txt01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-txt01 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	.fadein-txt02 {
		opacity : 0;
	}
	.fadein-txt02.active{
		opacity : 1;
		animation-name: fadein-txt02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-txt02 {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 0.5s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}
	
	.gbc-mv{
		background: #fff;
		background-size: 200% 200%;
		animation: bggradient 3s linear infinite;
	}
	.gbc01{
		background: #174060;
		background-size: 200% 200%;
		animation: bggradient 3s linear infinite;
	}
	
	@keyframes bggradient{
		0% {
			background-position: 0% 50%;
		}
		50% {
			background-position: 100% 50%;
		}
		100% {
			background-position: 0% 50%;
		}
	}
	
	
	.gb01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img01;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img01 {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: .7;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 0;
		  transform : translateX(100%);
		}
	}
	
	.mvbg01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.mvbg01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-mvbg01;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-mvbg01 {
		0% {
		  transform : translateX(0%);
		}
		60% {
		  transform : translateX(-100%);
		}
		100% {
		  transform : translateX(-100%);
		}
	}
	.mvbg02 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.mvbg02.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-mvbg02;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-mvbg02 {
		0% {
		  transform : translateY(0%);
		}
		60% {
		  transform : translateY(100%);
		}
		100% {
		  transform : translateY(100%);
		}
	}
	.mvbg03 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.mvbg03.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-mvbg03;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-mvbg03 {
		0% {
		  transform : translateX(0%);
		}
		60% {
		  transform : translateX(100%);
		}
		100% {
		  transform : translateX(100%);
		}
	}
	
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	
}

/*pc*/
@media screen and (min-width: 1281px) and (max-width: 2559px) {
	.sp-on{
		display: none !important;
	}
	
    /*header*/
	header{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 3% auto;
		padding: 0;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 2%;
		z-index: 10;
	}
	.mv-img-list{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.mv-img-list li{
		width: 33.33%;
		display: block;
		position: relative;
		overflow: hidden;
	}
	.mv-img-icon01{
		width: max-content;
		position: absolute;
		bottom: 10%;
		left: 5%;
	}
	.mv-img-icon01 img{
		height: 50px;
	}
	.mv-img-icon02{
		width: max-content;
		position: absolute;
		bottom: 35%;
		left: 5%;
	}
	.mv-img-icon02 img{
		height: 50px;
	}
	.mv-img-icon03{
		width: max-content;
		position: absolute;
		bottom: 60%;
		left: 5%;
	}
	.mv-img-icon03 img{
		height: 50px;
	}
	.mv-title{
		width: 100%;
		position: relative;
	}
	.mv-title .title{
		width: 60%;
		margin: 0 auto;
		padding: 3% 0 0 0;
	}
	.mv-icon{
		width: 200px;
		position: absolute;
		top: 28%;
    	right: 18%;
	}
	.mv-icon li:first-child{
		width: 100%;
		position: absolute;
		top: 0;
		right: 0;
	}
	.mv-icon li:last-child{
		width: 100%;
		position: absolute;
		top: 0;
		left: 70px;
	}
	
	/*read*/
	.read{
		width: 100%;
	}
	.scrolldown1{
		width: 1px;
		margin: 0 auto 2% auto;
        height:100px;
		position: relative;
	}
	.scrolldown1::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #000;
	  animation: pathmove 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:50px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:100px;
		opacity: 0;
	  }
	}
	.read .txt{
		width: 100%;
		text-align: center;
		font-size: 18px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 2px;
		line-height: 2.2em;
		margin: 0 0 2% 0;
	}
	.read .txt-end{
		width: 100%;
		text-align: center;
		font-size: 18px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 2px;
		line-height: 2.2em;
		margin: 0 0 5% 0;
	}
	.read .txt-end span{
		font-weight: bold;
	}
	
	/*door*/
	.door{
		width: 100%;
		max-width: 1000px;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.door .title{
		width: 35%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.door .icon{
		width: 150px;
		position: absolute;
		bottom: 5%;
		right: 24%;
	}
	.door .icon li:last-child{
		width: 100%;
		position: absolute;
		top: 9px;
		left: 40px;
	}
	
	
	/*wrap*/
	.wrap01{
		width: 100%;
		padding: 5% 0 1px 0;
		background: #f9f9f5;
		margin: 0 0 10% 0;
	}
	.wrap02{
		width: 100%;
		padding: 5% 0 1px 0;
		background: rgba(185,194,218,0.3);
		margin: 0 0 7% 0;
	}
	
	
	/*item01*/
	.item01{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
	}
	.item01 .data01{
		width: 47%;
	}
	.item01 .data01 .img{
		width: 100%;
		overflow: hidden;
		display: block;
		margin: 0 0 5% 0;
	}
	.item01 .data01 .link-box{
		width: 80%;
		display: block;
		margin: 0 auto;
	}
	.item01 .data02{
		width: 47%;
	}
	.item01 .data02 .txt{
		width: 80%;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2.2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 10% auto;
		text-align: justify;
	}
	.item01 .data02 .img{
		width: 100%;
		overflow: hidden;
		display: block;
	}
	.item01 .data02 .link-box{
		width: 80%;
		display: block;
		margin: 0 auto;
	}
	.item01 .data02 .num-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 0 7% 10%;
	}
	.item01 .data02 .num-box li:first-child{
		width: 100px;
		position: relative;
		margin: 0 20px 0 0;
	}
	.item01 .data02 .num-box li:first-child .bg01{
		width: 140px;
		height: 1px;
		position: absolute;
		top: 30px;
		left: 0;
		overflow: hidden;
	}
	.item01 .data02 .num-box li:first-child img{
		height: 15px;
	}
	.item01 .data02 .num-box li:last-child{
		width: max-content;
	}
	.item01 .data02 .num-box li:last-child img{
		height: 55px;
	}
	
	
	/*item02*/
	.item02{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 7% auto;
	}
	.item02 .img{
		width: 100%;
		max-width: 600px;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item02 .data-box{
		width: 80%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item02 .data01{
		width: 45%;
	}
	.item02 .data01 .link-box{
		width: 90%;
		display: block;
		margin: 0 auto;
	}
	.item02 .data02{
		width: 50%;
	}
	.item02 .data01 .txt{
		width: 100%;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2.2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 10% auto;
		text-align: justify;
	}
	.item02 .data02 .link-box{
		width: 90%;
		display: block;
		margin: 0 auto;
	}
	.item02 .title-box .num-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 3% auto;
	}
	.item02 .title-box .num-box li:first-child{
		width: 100px;
		position: relative;
		margin: 0 20px 0 0;
	}
	.item02 .title-box .num-box li:first-child .bg01{
		width: 140px;
		height: 1px;
		position: absolute;
		top: 30px;
		left: 0;
		overflow: hidden;
	}
	.item02 .title-box .num-box li:first-child img{
		height: 15px;
	}
	.item02 .title-box .num-box li:last-child{
		width: max-content;
	}
	.item02 .title-box .num-box li:last-child img{
		height: 55px;
	}
	
	/*f-btn-box*/
	.f-btn-box{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.f-btn-box .f-btn-list{
		width: 100%;
		max-width: 900px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-btn-box .f-btn-list li{
		width: 47%;
		overflow: hidden;
	}
	.f-btn-box .f-btn-list li a{
		width: 100%;
		display: block;
		position: relative;
		transition: .3s;
		opacity: 1;
	}
	.f-btn-box .f-btn-list li a:hover{
		transition: .3s;
		opacity: .6;
	}
	.f-btn-box .f-btn-list li a .title{
		width: 100%;
		display: block;
		position: absolute;
		bottom: 15%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.f-btn-box .f-btn-list li a .title img{
		height: 120px;
		display: block;
		margin: 0 auto;
	}
	
	
	/*end-banner*/
	.end-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 10% auto;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.end-banner:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*marker*/
	.marker01{
		display: inline;
        background-image: linear-gradient(90deg, rgba(0,0,0,1), rgba(0,0,0,1));
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 2px;
		padding: 0 0 6px 0;
        transition: all 0.8s ease;
	}
	.marker01.active {
		background-size: 100% 2px;
	}
	
	/*bg*/
	.bg01{
		display: inline;
		background-image: linear-gradient(90deg, #000, #000);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 100%;
        transition: all 0.8s ease;
	}
	.bg01.active {
		background-size: 100% 100%;
	}
	.bg03{
		display: inline;
		background-image: linear-gradient(90deg, #ebe8e5, #ebe8e5);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 100%;
        transition: all 0.8s ease;
	}
	.bg03.active {
		background-size: 100% 100%;
	}
	.bg04{
		display: inline;
		background-image: linear-gradient(90deg, #dfdfdf, #dfdfdf);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 100%;
        transition: all 0.8s ease;
	}
	.bg04.active {
		background-size: 100% 100%;
	}
	
	.bg05{
		display: inline;
		background-image: linear-gradient(90deg, #e6e9ec, #e6e9ec);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 100% 0;
        transition: all 0.8s ease;
	}
	.bg05.active {
		background-size: 100% 100%;
	}
	.bg06{
		display: inline;
		background-image: linear-gradient(90deg, #f0f1ef, #f0f1ef);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 100% 0;
        transition: all 0.8s ease;
	}
	.bg06.active {
		background-size: 100% 100%;
	}
	.bg07{
		display: inline;
		background-image: linear-gradient(90deg, #f1f0f6, #f1f0f6);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 100% 0;
        transition: all 0.8s ease;
	}
	.bg07.active {
		background-size: 100% 100%;
	}
	
	
	.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: -3px;
    }
    .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: -3px;
    }
	
	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 130px;
		right: 0px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 130px;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
        text-align: center;
        font-size: 12px;
        color: #000;
        text-decoration: none;
        line-height: 2em;
		padding: 0 0 20px 0;
	}
	.side-nav-in a:hover{
		opacity: .5;
		transition: .3s;
	}
	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	/*cart-btm*/
	.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: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 15px;
		line-height: 1.9;
    	letter-spacing: 0.05em;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 5% 0;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid #231815;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
	  background: #231815;
	  border-color: #231815;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #000;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #000;
	  color: #000;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #24283e;
		border: 1px solid #24283e;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #24283e;
	  color: #24283e;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 80px!important;
		padding: 7px 0 7px 0;
		background: #9c8b7b;
		border: 1px solid #9c8b7b;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #9c8b7b;
	  color: #9c8b7b;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in2;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in2;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 3.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up-d01 {
		opacity : 0;
	}
	.fadein-up-d01.active{
		opacity : 1;
		animation-name: fadein-up-d;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up-d02 {
		opacity : 0;
	}
	.fadein-up-d02.active{
		opacity : 1;
		animation-name: fadein-up-d2;
		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;
	}
	.fadein-up-d03 {
		opacity : 0;
	}
	.fadein-up-d03.active{
		opacity : 1;
		animation-name: fadein-up-d2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.8s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(50px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes fadein-up-d {
		0% {
		  opacity: 0;
		  transform: translateY(10px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes fadein-up-d2 {
		0% {
		  opacity: 0;
		  transform: translateX(-10px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up02 {
		0% {
		  opacity: 0;
		  transform: scale(1.2);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.fadein-txt01 {
		opacity : 0;
	}
	.fadein-txt01.active{
		opacity : 1;
		animation-name: fadein-txt01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-txt01 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	.fadein-txt02 {
		opacity : 0;
	}
	.fadein-txt02.active{
		opacity : 1;
		animation-name: fadein-txt02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-txt02 {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 0.5s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}
	
	.gbc-mv{
		background: #fff;
		background-size: 200% 200%;
		animation: bggradient 3s linear infinite;
	}
	.gbc01{
		background: #174060;
		background-size: 200% 200%;
		animation: bggradient 3s linear infinite;
	}
	
	@keyframes bggradient{
		0% {
			background-position: 0% 50%;
		}
		50% {
			background-position: 100% 50%;
		}
		100% {
			background-position: 0% 50%;
		}
	}
	
	
	.gb01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img01;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img01 {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: .7;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 0;
		  transform : translateX(100%);
		}
	}
	
	.mvbg01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.mvbg01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-mvbg01;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-mvbg01 {
		0% {
		  transform : translateX(0%);
		}
		60% {
		  transform : translateX(-100%);
		}
		100% {
		  transform : translateX(-100%);
		}
	}
	.mvbg02 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.mvbg02.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-mvbg02;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-mvbg02 {
		0% {
		  transform : translateY(0%);
		}
		60% {
		  transform : translateY(100%);
		}
		100% {
		  transform : translateY(100%);
		}
	}
	.mvbg03 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.mvbg03.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-mvbg03;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-mvbg03 {
		0% {
		  transform : translateX(0%);
		}
		60% {
		  transform : translateX(100%);
		}
		100% {
		  transform : translateX(100%);
		}
	}
	
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	
}

/*note pc*/
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .sp-on{
		display: none !important;
	}
	
	/*header*/
	header{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 3% auto;
		padding: 0;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 2%;
		z-index: 10;
	}
	.mv-img-list{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.mv-img-list li{
		width: 33.33%;
		display: block;
		position: relative;
		overflow: hidden;
	}
	.mv-img-icon01{
		width: max-content;
		position: absolute;
		bottom: 10%;
		left: 5%;
	}
	.mv-img-icon01 img{
		height: 50px;
	}
	.mv-img-icon02{
		width: max-content;
		position: absolute;
		bottom: 35%;
		left: 5%;
	}
	.mv-img-icon02 img{
		height: 50px;
	}
	.mv-img-icon03{
		width: max-content;
		position: absolute;
		bottom: 60%;
		left: 5%;
	}
	.mv-img-icon03 img{
		height: 50px;
	}
	.mv-title{
		width: 100%;
		position: relative;
	}
	.mv-title .title{
		width: 60%;
		margin: 0 auto;
		padding: 3% 0 0 0;
	}
	.mv-icon{
		width: 200px;
		position: absolute;
		top: 28%;
    	right: 18%;
	}
	.mv-icon li:first-child{
		width: 100%;
		position: absolute;
		top: 0;
		right: 0;
	}
	.mv-icon li:last-child{
		width: 100%;
		position: absolute;
		top: 0;
		left: 70px;
	}
	
	/*read*/
	.read{
		width: 100%;
	}
	.scrolldown1{
		width: 1px;
		margin: 0 auto 2% auto;
        height:100px;
		position: relative;
	}
	.scrolldown1::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #000;
	  animation: pathmove 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:50px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:100px;
		opacity: 0;
	  }
	}
	.read .txt{
		width: 100%;
		text-align: center;
		font-size: 18px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 2px;
		line-height: 2.2em;
		margin: 0 0 2% 0;
	}
	.read .txt-end{
		width: 100%;
		text-align: center;
		font-size: 18px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 2px;
		line-height: 2.2em;
		margin: 0 0 5% 0;
	}
	.read .txt-end span{
		font-weight: bold;
	}
	
	/*door*/
	.door{
		width: 100%;
		max-width: 900px;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.door .title{
		width: 35%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.door .icon{
		width: 150px;
		position: absolute;
		bottom: 5%;
		right: 24%;
	}
	.door .icon li:last-child{
		width: 100%;
		position: absolute;
		top: 9px;
		left: 40px;
	}
	
	
	/*wrap*/
	.wrap01{
		width: 100%;
		padding: 5% 0 1px 0;
		background: #f9f9f5;
		margin: 0 0 10% 0;
	}
	.wrap02{
		width: 100%;
		padding: 5% 0 1px 0;
		background: rgba(185,194,218,0.3);
		margin: 0 0 7% 0;
	}
	
	
	/*item01*/
	.item01{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
	}
	.item01 .data01{
		width: 47%;
	}
	.item01 .data01 .img{
		width: 100%;
		overflow: hidden;
		display: block;
		margin: 0 0 5% 0;
	}
	.item01 .data01 .link-box{
		width: 80%;
		display: block;
		margin: 0 auto;
	}
	.item01 .data02{
		width: 47%;
	}
	.item01 .data02 .txt{
		width: 80%;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2.2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 10% auto;
		text-align: justify;
	}
	.item01 .data02 .img{
		width: 100%;
		overflow: hidden;
		display: block;
	}
	.item01 .data02 .link-box{
		width: 80%;
		display: block;
		margin: 0 auto;
	}
	.item01 .data02 .num-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 0 7% 10%;
	}
	.item01 .data02 .num-box li:first-child{
		width: 100px;
		position: relative;
		margin: 0 20px 0 0;
	}
	.item01 .data02 .num-box li:first-child .bg01{
		width: 140px;
		height: 1px;
		position: absolute;
		top: 30px;
		left: 0;
		overflow: hidden;
	}
	.item01 .data02 .num-box li:first-child img{
		height: 15px;
	}
	.item01 .data02 .num-box li:last-child{
		width: max-content;
	}
	.item01 .data02 .num-box li:last-child img{
		height: 55px;
	}
	
	
	/*item02*/
	.item02{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 7% auto;
	}
	.item02 .img{
		width: 100%;
		max-width: 500px;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item02 .data-box{
		width: 80%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item02 .data01{
		width: 45%;
	}
	.item02 .data01 .link-box{
		width: 90%;
		display: block;
		margin: 0 auto;
	}
	.item02 .data02{
		width: 50%;
	}
	.item02 .data01 .txt{
		width: 100%;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2.2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 10% auto;
		text-align: justify;
	}
	.item02 .data02 .link-box{
		width: 90%;
		display: block;
		margin: 0 auto;
	}
	.item02 .title-box .num-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 3% auto;
	}
	.item02 .title-box .num-box li:first-child{
		width: 100px;
		position: relative;
		margin: 0 20px 0 0;
	}
	.item02 .title-box .num-box li:first-child .bg01{
		width: 140px;
		height: 1px;
		position: absolute;
		top: 30px;
		left: 0;
		overflow: hidden;
	}
	.item02 .title-box .num-box li:first-child img{
		height: 15px;
	}
	.item02 .title-box .num-box li:last-child{
		width: max-content;
	}
	.item02 .title-box .num-box li:last-child img{
		height: 55px;
	}
	
	/*f-btn-box*/
	.f-btn-box{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.f-btn-box .f-btn-list{
		width: 100%;
		max-width: 700px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-btn-box .f-btn-list li{
		width: 47%;
		overflow: hidden;
	}
	.f-btn-box .f-btn-list li a{
		width: 100%;
		display: block;
		position: relative;
		transition: .3s;
		opacity: 1;
	}
	.f-btn-box .f-btn-list li a:hover{
		transition: .3s;
		opacity: .6;
	}
	.f-btn-box .f-btn-list li a .title{
		width: 100%;
		display: block;
		position: absolute;
		bottom: 15%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.f-btn-box .f-btn-list li a .title img{
		height: 120px;
		display: block;
		margin: 0 auto;
	}
	
	
	/*end-banner*/
	.end-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 10% auto;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.end-banner:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*marker*/
	.marker01{
		display: inline;
        background-image: linear-gradient(90deg, rgba(0,0,0,1), rgba(0,0,0,1));
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 2px;
		padding: 0 0 6px 0;
        transition: all 0.8s ease;
	}
	.marker01.active {
		background-size: 100% 2px;
	}
	
	/*bg*/
	.bg01{
		display: inline;
		background-image: linear-gradient(90deg, #000, #000);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 100%;
        transition: all 0.8s ease;
	}
	.bg01.active {
		background-size: 100% 100%;
	}
	.bg03{
		display: inline;
		background-image: linear-gradient(90deg, #ebe8e5, #ebe8e5);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 100%;
        transition: all 0.8s ease;
	}
	.bg03.active {
		background-size: 100% 100%;
	}
	.bg04{
		display: inline;
		background-image: linear-gradient(90deg, #dfdfdf, #dfdfdf);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 100%;
        transition: all 0.8s ease;
	}
	.bg04.active {
		background-size: 100% 100%;
	}
	
	.bg05{
		display: inline;
		background-image: linear-gradient(90deg, #e6e9ec, #e6e9ec);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 100% 0;
        transition: all 0.8s ease;
	}
	.bg05.active {
		background-size: 100% 100%;
	}
	.bg06{
		display: inline;
		background-image: linear-gradient(90deg, #f0f1ef, #f0f1ef);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 100% 0;
        transition: all 0.8s ease;
	}
	.bg06.active {
		background-size: 100% 100%;
	}
	.bg07{
		display: inline;
		background-image: linear-gradient(90deg, #f1f0f6, #f1f0f6);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 100% 0;
        transition: all 0.8s ease;
	}
	.bg07.active {
		background-size: 100% 100%;
	}
	
	
	.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: -3px;
    }
    .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: -3px;
    }
	
	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 100px;
		right: 0px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 100px;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
        text-align: center;
        font-size: 12px;
        color: #000;
        text-decoration: none;
        line-height: 2em;
		padding: 0 0 20px 0;
	}
	.side-nav-in a:hover{
		opacity: .5;
		transition: .3s;
	}
	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	/*cart-btm*/
	.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: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 15px;
		line-height: 1.9;
    	letter-spacing: 0.05em;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 5% 0;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid #231815;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
	  background: #231815;
	  border-color: #231815;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #000;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #000;
	  color: #000;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #24283e;
		border: 1px solid #24283e;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #24283e;
	  color: #24283e;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 80px!important;
		padding: 7px 0 7px 0;
		background: #9c8b7b;
		border: 1px solid #9c8b7b;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #9c8b7b;
	  color: #9c8b7b;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in2;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in2;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 3.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up-d01 {
		opacity : 0;
	}
	.fadein-up-d01.active{
		opacity : 1;
		animation-name: fadein-up-d;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up-d02 {
		opacity : 0;
	}
	.fadein-up-d02.active{
		opacity : 1;
		animation-name: fadein-up-d2;
		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;
	}
	.fadein-up-d03 {
		opacity : 0;
	}
	.fadein-up-d03.active{
		opacity : 1;
		animation-name: fadein-up-d2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.8s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(50px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes fadein-up-d {
		0% {
		  opacity: 0;
		  transform: translateY(10px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes fadein-up-d2 {
		0% {
		  opacity: 0;
		  transform: translateX(-10px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up02 {
		0% {
		  opacity: 0;
		  transform: scale(1.2);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.fadein-txt01 {
		opacity : 0;
	}
	.fadein-txt01.active{
		opacity : 1;
		animation-name: fadein-txt01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-txt01 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	.fadein-txt02 {
		opacity : 0;
	}
	.fadein-txt02.active{
		opacity : 1;
		animation-name: fadein-txt02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-txt02 {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 0.5s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}
	
	.gbc-mv{
		background: #fff;
		background-size: 200% 200%;
		animation: bggradient 3s linear infinite;
	}
	.gbc01{
		background: #174060;
		background-size: 200% 200%;
		animation: bggradient 3s linear infinite;
	}
	
	@keyframes bggradient{
		0% {
			background-position: 0% 50%;
		}
		50% {
			background-position: 100% 50%;
		}
		100% {
			background-position: 0% 50%;
		}
	}
	
	
	.gb01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img01;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img01 {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: .7;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 0;
		  transform : translateX(100%);
		}
	}
	
	.mvbg01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.mvbg01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-mvbg01;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-mvbg01 {
		0% {
		  transform : translateX(0%);
		}
		60% {
		  transform : translateX(-100%);
		}
		100% {
		  transform : translateX(-100%);
		}
	}
	.mvbg02 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.mvbg02.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-mvbg02;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-mvbg02 {
		0% {
		  transform : translateY(0%);
		}
		60% {
		  transform : translateY(100%);
		}
		100% {
		  transform : translateY(100%);
		}
	}
	.mvbg03 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.mvbg03.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-mvbg03;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-mvbg03 {
		0% {
		  transform : translateX(0%);
		}
		60% {
		  transform : translateX(100%);
		}
		100% {
		  transform : translateX(100%);
		}
	}
	
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
    
}

/*pad*/
@media screen and (min-width: 767px) and (max-width: 1024px) {
	.sp-on{
		display: none !important;
	}
	
	/*header*/
	header{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 3% auto;
		padding: 0;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 2%;
		z-index: 10;
	}
	.mv-img-list{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.mv-img-list li{
		width: 33.33%;
		display: block;
		position: relative;
		overflow: hidden;
	}
	.mv-img-icon01{
		width: max-content;
		position: absolute;
		bottom: 10%;
		left: 5%;
	}
	.mv-img-icon01 img{
		height: 50px;
	}
	.mv-img-icon02{
		width: max-content;
		position: absolute;
		bottom: 35%;
		left: 5%;
	}
	.mv-img-icon02 img{
		height: 50px;
	}
	.mv-img-icon03{
		width: max-content;
		position: absolute;
		bottom: 60%;
		left: 5%;
	}
	.mv-img-icon03 img{
		height: 50px;
	}
	.mv-title{
		width: 100%;
		position: relative;
	}
	.mv-title .title{
		width: 90%;
		margin: 0 auto;
		padding: 3% 0 0 0;
	}
	.mv-icon{
		width: 170px;
		position: absolute;
		top: 28%;
    	right: 5%;
	}
	.mv-icon li:first-child{
		width: 100%;
		position: absolute;
		top: 0;
		right: 0;
	}
	.mv-icon li:last-child{
		width: 100%;
		position: absolute;
		top: 0;
		left: 70px;
	}
	
	/*read*/
	.read{
		width: 100%;
	}
	.scrolldown1{
		width: 1px;
		margin: 0 auto 2% auto;
        height:100px;
		position: relative;
	}
	.scrolldown1::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #000;
	  animation: pathmove 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:50px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:100px;
		opacity: 0;
	  }
	}
	.read .txt{
		width: 90%;
		text-align: justify;
		font-size: 18px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 2px;
		line-height: 2.2em;
		margin: 0 auto 2% auto;
	}
	.read .txt-end{
		width: 90%;
		text-align: justify;
		font-size: 18px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 2px;
		line-height: 2.2em;
		margin: 0 auto 5% auto;
	}
	.read .txt-end span{
		font-weight: bold;
	}
	
	/*door*/
	.door{
		width: 90%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.door .title{
		width: 35%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.door .icon{
		width: 150px;
		position: absolute;
		bottom: 5%;
		right: 24%;
	}
	.door .icon li:last-child{
		width: 100%;
		position: absolute;
		top: 9px;
		left: 40px;
	}
	
	
	/*wrap*/
	.wrap01{
		width: 100%;
		padding: 5% 0 1px 0;
		background: #f9f9f5;
		margin: 0 0 10% 0;
	}
	.wrap02{
		width: 100%;
		padding: 5% 0 1px 0;
		background: rgba(185,194,218,0.3);
		margin: 0 0 7% 0;
	}
	
	
	/*item01*/
	.item01{
		width: 90%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
	}
	.item01 .data01{
		width: 47%;
	}
	.item01 .data01 .img{
		width: 100%;
		overflow: hidden;
		display: block;
		margin: 0 0 5% 0;
	}
	.item01 .data01 .link-box{
		width: 80%;
		display: block;
		margin: 0 auto;
	}
	.item01 .data02{
		width: 47%;
	}
	.item01 .data02 .txt{
		width: 80%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2.2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 10% auto;
		text-align: justify;
	}
	.item01 .data02 .img{
		width: 100%;
		overflow: hidden;
		display: block;
	}
	.item01 .data02 .link-box{
		width: 80%;
		display: block;
		margin: 0 auto;
	}
	.item01 .data02 .num-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 0 7% 10%;
	}
	.item01 .data02 .num-box li:first-child{
		width: 100px;
		position: relative;
		margin: 0 20px 0 0;
	}
	.item01 .data02 .num-box li:first-child .bg01{
		width: 140px;
		height: 1px;
		position: absolute;
		top: 30px;
		left: 0;
		overflow: hidden;
	}
	.item01 .data02 .num-box li:first-child img{
		height: 15px;
	}
	.item01 .data02 .num-box li:last-child{
		width: max-content;
	}
	.item01 .data02 .num-box li:last-child img{
		height: 55px;
	}
	
	
	/*item02*/
	.item02{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.item02 .img{
		width: 50%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item02 .data-box{
		width: 80%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item02 .data01{
		width: 45%;
	}
	.item02 .data01 .link-box{
		width: 90%;
		display: block;
		margin: 0 auto;
	}
	.item02 .data02{
		width: 50%;
	}
	.item02 .data01 .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2.2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 10% auto;
		text-align: justify;
	}
	.item02 .data02 .link-box{
		width: 90%;
		display: block;
		margin: 0 auto;
	}
	.item02 .title-box .num-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 3% auto;
	}
	.item02 .title-box .num-box li:first-child{
		width: 100px;
		position: relative;
		margin: 0 20px 0 0;
	}
	.item02 .title-box .num-box li:first-child .bg01{
		width: 140px;
		height: 1px;
		position: absolute;
		top: 30px;
		left: 0;
		overflow: hidden;
	}
	.item02 .title-box .num-box li:first-child img{
		height: 15px;
	}
	.item02 .title-box .num-box li:last-child{
		width: max-content;
	}
	.item02 .title-box .num-box li:last-child img{
		height: 55px;
	}
	
	/*f-btn-box*/
	.f-btn-box{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.f-btn-box .f-btn-list{
		width: 70%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-btn-box .f-btn-list li{
		width: 47%;
		overflow: hidden;
	}
	.f-btn-box .f-btn-list li a{
		width: 100%;
		display: block;
		position: relative;
		transition: .3s;
		opacity: 1;
	}
	.f-btn-box .f-btn-list li a:hover{
		transition: .3s;
		opacity: .6;
	}
	.f-btn-box .f-btn-list li a .title{
		width: 100%;
		display: block;
		position: absolute;
		bottom: 15%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.f-btn-box .f-btn-list li a .title img{
		height: 100px;
		display: block;
		margin: 0 auto;
	}
	
	
	/*end-banner*/
	.end-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 10% auto;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.end-banner:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*marker*/
	.marker01{
		display: inline;
        background-image: linear-gradient(90deg, rgba(0,0,0,1), rgba(0,0,0,1));
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 2px;
		padding: 0 0 6px 0;
        transition: all 0.8s ease;
	}
	.marker01.active {
		background-size: 100% 2px;
	}
	
	/*bg*/
	.bg01{
		display: inline;
		background-image: linear-gradient(90deg, #000, #000);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 100%;
        transition: all 0.8s ease;
	}
	.bg01.active {
		background-size: 100% 100%;
	}
	.bg03{
		display: inline;
		background-image: linear-gradient(90deg, #ebe8e5, #ebe8e5);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 100%;
        transition: all 0.8s ease;
	}
	.bg03.active {
		background-size: 100% 100%;
	}
	.bg04{
		display: inline;
		background-image: linear-gradient(90deg, #dfdfdf, #dfdfdf);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 100%;
        transition: all 0.8s ease;
	}
	.bg04.active {
		background-size: 100% 100%;
	}
	
	.bg05{
		display: inline;
		background-image: linear-gradient(90deg, #e6e9ec, #e6e9ec);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 100% 0;
        transition: all 0.8s ease;
	}
	.bg05.active {
		background-size: 100% 100%;
	}
	.bg06{
		display: inline;
		background-image: linear-gradient(90deg, #f0f1ef, #f0f1ef);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 100% 0;
        transition: all 0.8s ease;
	}
	.bg06.active {
		background-size: 100% 100%;
	}
	.bg07{
		display: inline;
		background-image: linear-gradient(90deg, #f1f0f6, #f1f0f6);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 100% 0;
        transition: all 0.8s ease;
	}
	.bg07.active {
		background-size: 100% 100%;
	}
	
	
	.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: -3px;
    }
    .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: -3px;
    }
	
	/*sid-nav*/
    .side-nav{
		display: none;
	}
	.side-nav-in{
		display: none;
	}
	.side-nav-in a{
		display: none;
	}
	.side-nav-in a:hover{
		display: none;
	}
	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	/*cart-btm*/
	.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: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 15px;
		line-height: 1.9;
    	letter-spacing: 0.05em;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 5% 0;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid #231815;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
	  background: #231815;
	  border-color: #231815;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #000;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #000;
	  color: #000;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #24283e;
		border: 1px solid #24283e;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #24283e;
	  color: #24283e;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 80px!important;
		padding: 7px 0 7px 0;
		background: #9c8b7b;
		border: 1px solid #9c8b7b;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #9c8b7b;
	  color: #9c8b7b;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in2;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in2;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 3.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up-d01 {
		opacity : 0;
	}
	.fadein-up-d01.active{
		opacity : 1;
		animation-name: fadein-up-d;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up-d02 {
		opacity : 0;
	}
	.fadein-up-d02.active{
		opacity : 1;
		animation-name: fadein-up-d2;
		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;
	}
	.fadein-up-d03 {
		opacity : 0;
	}
	.fadein-up-d03.active{
		opacity : 1;
		animation-name: fadein-up-d2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.8s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(50px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes fadein-up-d {
		0% {
		  opacity: 0;
		  transform: translateY(10px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes fadein-up-d2 {
		0% {
		  opacity: 0;
		  transform: translateX(-10px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up02 {
		0% {
		  opacity: 0;
		  transform: scale(1.2);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.fadein-txt01 {
		opacity : 0;
	}
	.fadein-txt01.active{
		opacity : 1;
		animation-name: fadein-txt01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-txt01 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	.fadein-txt02 {
		opacity : 0;
	}
	.fadein-txt02.active{
		opacity : 1;
		animation-name: fadein-txt02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-txt02 {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 0.5s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}
	
	.gbc-mv{
		background: #fff;
		background-size: 200% 200%;
		animation: bggradient 3s linear infinite;
	}
	.gbc01{
		background: #174060;
		background-size: 200% 200%;
		animation: bggradient 3s linear infinite;
	}
	
	@keyframes bggradient{
		0% {
			background-position: 0% 50%;
		}
		50% {
			background-position: 100% 50%;
		}
		100% {
			background-position: 0% 50%;
		}
	}
	
	
	.gb01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img01;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img01 {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: .7;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 0;
		  transform : translateX(100%);
		}
	}
	
	.mvbg01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.mvbg01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-mvbg01;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-mvbg01 {
		0% {
		  transform : translateX(0%);
		}
		60% {
		  transform : translateX(-100%);
		}
		100% {
		  transform : translateX(-100%);
		}
	}
	.mvbg02 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.mvbg02.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-mvbg02;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-mvbg02 {
		0% {
		  transform : translateY(0%);
		}
		60% {
		  transform : translateY(100%);
		}
		100% {
		  transform : translateY(100%);
		}
	}
	.mvbg03 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.mvbg03.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-mvbg03;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-mvbg03 {
		0% {
		  transform : translateX(0%);
		}
		60% {
		  transform : translateX(100%);
		}
		100% {
		  transform : translateX(100%);
		}
	}
	
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	
}

/*//////////////////////////////// for iphone ////////////////////////////*/
@media (min-width:0px) and ( max-width:766px) {
	.pc-on{
		display: none !important;
	}
	
	
	/*header*/
	header{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 3% auto;
		padding: 0;
	}
	.mv-logo{
		width: 15%;
		position: absolute;
		left: 10px;
		top: 10px;
		z-index: 20;
	}
	.mv-sp{
		width: 100%;
		overflow: hidden;
	}
	.mv-img-icon01{
		width: max-content;
		position: absolute;
		bottom: 10%;
		left: 5%;
	}
	.mv-img-icon01 img{
		height: 50px;
	}
	.mv-img-icon02{
		width: max-content;
		position: absolute;
		bottom: 35%;
		left: 5%;
	}
	.mv-img-icon02 img{
		height: 50px;
	}
	.mv-img-icon03{
		width: max-content;
		position: absolute;
		bottom: 60%;
		left: 5%;
	}
	.mv-img-icon03 img{
		height: 50px;
	}
	.mv-title{
		width: 100%;
		position: relative;
	}
	.mv-title .title{
		width: 90%;
		margin: 0 auto;
		padding: 3% 0 0 0;
	}
	.mv-icon{
		width: 120px;
		position: absolute;
		top: 45%;
    	right: 5%;
	}
	.mv-icon li:first-child{
		width: 100%;
		position: absolute;
		top: 0;
		right: 0;
	}
	.mv-icon li:last-child{
		width: 100%;
		position: absolute;
		top: 10px;
		left: 30px;
	}
	
	/*read*/
	.read{
		width: 100%;
	}
	.scrolldown1{
		width: 1px;
		margin: 0 auto 5% auto;
        height: 60px;
		position: relative;
	}
	.scrolldown1::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 60px;
	  background: #000;
	  animation: pathmove 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:50px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top: 60px;
		opacity: 0;
	  }
	}
	.read .txt{
		width: 90%;
		text-align: justify;
		font-size: 14px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 1px;
		line-height: 2.2em;
		margin: 0 auto 5% auto;
	}
	.read .txt-end{
		width: 90%;
		text-align: justify;
		font-size: 14px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 1px;
		line-height: 2.2em;
		margin: 0 auto 10% auto;
	}
	.read .txt-end span{
		font-weight: bold;
	}
	
	/*door*/
	.door{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 2% auto;
	}
	.door .title{
		width: 55%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		right: 5%;
		margin: 0 auto;
	}
	.door .icon{
		width: 50px;
		position: absolute;
		bottom: 7%;
		right: 3%;
	}
	.door .icon li:last-child{
		width: 100%;
		position: absolute;
		top: 4px;
		left: 10px;
	}
	
	.scrolldown2{
		width: 1px;
		margin: 0 auto 3% auto;
        height:40px;
		overflow: hidden;
		position: relative;
	}
	.scrolldown2::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 40px;
	  background: #000;
	  animation: pathmove2 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove2{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:50px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top: 50px;
		opacity: 0;
	  }
	}
	
	/*wrap*/
	.wrap01{
		width: 100%;
		padding: 10% 0 1px 0;
		background: #f9f9f5;
		margin: 0 0 20% 0;
	}
	.wrap02{
		width: 100%;
		padding: 10% 0 1px 0;
		background: rgba(185,194,218,0.3);
		margin: 0 0 10% 0;
	}
	
	
	/*item01*/
	.item01{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item01 .data01{
		width: 100%;
	}
	.item01 .data01 .img{
		width: 100%;
		overflow: hidden;
		display: block;
		margin: 0 0 5% 0;
	}
	.item01 .data01 .link-box{
		width: 90%;
		display: block;
		margin: 0 auto;
	}
	.item01 .data02{
		width: 100%;
	}
	.item01 .data02 .txt{
		width: 90%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2.2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 5% auto 5% auto;
		text-align: justify;
	}
	.item01 .data02 .img{
		width: 100%;
		overflow: hidden;
		display: block;
	}
	.item01 .data02 .link-box{
		width: 90%;
		display: block;
		margin: 0 auto;
	}
	.item01 .num-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 5% auto;
	}
	.item01 .num-box li:first-child{
		width: 70px;
		position: relative;
		margin: 0 15px 0 0;
		top: -5px;
	}
	.item01 .num-box li:first-child .bg01{
		width: 100px;
		height: 1px;
		position: absolute;
		top: 30px;
		left: 0;
		overflow: hidden;
	}
	.item01 .num-box li:first-child img{
		height: 12px;
	}
	.item01 .num-box li:last-child{
		width: max-content;
	}
	.item01 .num-box li:last-child img{
		height: 40px;
	}
	
	
	/*item02*/
	.item02{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item02 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item02 .data-box{
		width: 100%;
	}
	.item02 .data01{
		width: 100%;
	}
	.item02 .data01 .link-box{
		width: 90%;
		display: block;
		margin: 0 auto;
	}
	.item02 .data02{
		width: 100%;
	}
	.item02 .data01 .txt{
		width: 90%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2.2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 5% auto;
		text-align: justify;
	}
	.item02 .data02 .link-box{
		width: 90%;
		display: block;
		margin: 0 auto;
	}
	.item02 .title-box .num-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 5% auto;
	}
	.item02 .title-box .num-box li:first-child{
		width: 70px;
		position: relative;
		margin: 0 15px 0 0;
		top: -5px;
	}
	.item02 .title-box .num-box li:first-child .bg01{
		width: 100px;
		height: 1px;
		position: absolute;
		top: 30px;
		left: 0;
		overflow: hidden;
	}
	.item02 .title-box .num-box li:first-child img{
		height: 12px;
	}
	.item02 .title-box .num-box li:last-child{
		width: max-content;
	}
	.item02 .title-box .num-box li:last-child img{
		height: 40px;
	}
	
	/*f-btn-box*/
	.f-btn-box{
		width: 90%;
		margin: 0 auto 10% auto;
	}
	.f-btn-box .f-btn-list{
		width: 100%;
	}
	.f-btn-box .f-btn-list li{
		width: 100%;
		overflow: hidden;
	}
	.f-btn-box .f-btn-list li:first-child{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.f-btn-box .f-btn-list li a{
		width: 100%;
		display: block;
		position: relative;
		transition: .3s;
		opacity: 1;
	}
	.f-btn-box .f-btn-list li a:hover{
		transition: .3s;
		opacity: .6;
	}
	.f-btn-box .f-btn-list li a .title{
		width: 100%;
		display: block;
		position: absolute;
		bottom: 15%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.f-btn-box .f-btn-list li a .title img{
		height: 80px;
		display: block;
		margin: 0 auto;
	}
	
	/*end-banner*/
	.end-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 10% auto;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.end-banner:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*marker*/
	.marker01{
		display: inline;
        background-image: linear-gradient(90deg, rgba(0,0,0,1), rgba(0,0,0,1));
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 2px;
		padding: 0 0 6px 0;
        transition: all 0.8s ease;
	}
	.marker01.active {
		background-size: 100% 2px;
	}
	
	/*bg*/
	.bg01{
		display: inline;
		background-image: linear-gradient(90deg, #000, #000);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 100%;
        transition: all 0.8s ease;
	}
	.bg01.active {
		background-size: 100% 100%;
	}
	.bg03{
		display: inline;
		background-image: linear-gradient(90deg, #ebe8e5, #ebe8e5);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 100%;
        transition: all 0.8s ease;
	}
	.bg03.active {
		background-size: 100% 100%;
	}
	.bg04{
		display: inline;
		background-image: linear-gradient(90deg, #dfdfdf, #dfdfdf);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 100%;
        transition: all 0.8s ease;
	}
	.bg04.active {
		background-size: 100% 100%;
	}
	
	.bg05{
		display: inline;
		background-image: linear-gradient(90deg, #e6e9ec, #e6e9ec);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 100% 0;
        transition: all 0.8s ease;
	}
	.bg05.active {
		background-size: 100% 100%;
	}
	.bg06{
		display: inline;
		background-image: linear-gradient(90deg, #f0f1ef, #f0f1ef);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 100% 0;
        transition: all 0.8s ease;
	}
	.bg06.active {
		background-size: 100% 100%;
	}
	.bg07{
		display: inline;
		background-image: linear-gradient(90deg, #f1f0f6, #f1f0f6);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 100% 0;
        transition: all 0.8s ease;
	}
	.bg07.active {
		background-size: 100% 100%;
	}
	
	
	.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: -3px;
    }
    .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: -3px;
    }
	
	/*sid-nav*/
    .side-nav{
		display: none;
	}
	.side-nav-in{
		display: none;
	}
	.side-nav-in a{
		display: none;
	}
	.side-nav-in a:hover{
		display: none;
	}
	
	/*f-banner*/
	.f-banner{
		width: 90%;
		margin: 0 auto 10% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		margin: 0 auto 10% auto;
		padding: 10% 0 0 0;
	}
	.f-banner02-list{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 10% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	/*cart-btm*/
	.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: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 15px;
		line-height: 1.9;
    	letter-spacing: 0.05em;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 5% 0;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid #231815;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
	  background: #231815;
	  border-color: #231815;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #000;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #000;
	  color: #000;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #24283e;
		border: 1px solid #24283e;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #24283e;
	  color: #24283e;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 80px!important;
		padding: 7px 0 7px 0;
		background: #9c8b7b;
		border: 1px solid #9c8b7b;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #9c8b7b;
	  color: #9c8b7b;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in2;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in2;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 3.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		  transform: translateX(-10px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up-d01 {
		opacity : 0;
	}
	.fadein-up-d01.active{
		opacity : 1;
		animation-name: fadein-up-d;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up-d02 {
		opacity : 0;
	}
	.fadein-up-d02.active{
		opacity : 1;
		animation-name: fadein-up-d2;
		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;
	}
	.fadein-up-d03 {
		opacity : 0;
	}
	.fadein-up-d03.active{
		opacity : 1;
		animation-name: fadein-up-d2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.8s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(50px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes fadein-up-d {
		0% {
		  opacity: 0;
		  transform: translateY(10px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes fadein-up-d2 {
		0% {
		  opacity: 0;
		  transform: translateX(-10px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up02 {
		0% {
		  opacity: 0;
		  transform: scale(1.2);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.fadein-txt01 {
		opacity : 0;
	}
	.fadein-txt01.active{
		opacity : 1;
		animation-name: fadein-txt01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-txt01 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	.fadein-txt02 {
		opacity : 0;
	}
	.fadein-txt02.active{
		opacity : 1;
		animation-name: fadein-txt02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-txt02 {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 0.5s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}
	
	.gbc-mv{
		background: #fff;
		background-size: 200% 200%;
		animation: bggradient 3s linear infinite;
	}
	.gbc01{
		background: #174060;
		background-size: 200% 200%;
		animation: bggradient 3s linear infinite;
	}
	
	@keyframes bggradient{
		0% {
			background-position: 0% 50%;
		}
		50% {
			background-position: 100% 50%;
		}
		100% {
			background-position: 0% 50%;
		}
	}
	
	
	.gb01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img01;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img01 {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: .7;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 0;
		  transform : translateX(100%);
		}
	}
	
	.mvbg01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.mvbg01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-mvbg01;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-mvbg01 {
		0% {
		  transform : translateX(0%);
		}
		60% {
		  transform : translateX(-100%);
		}
		100% {
		  transform : translateX(-100%);
		}
	}
	.mvbg02 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.mvbg02.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-mvbg02;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-mvbg02 {
		0% {
		  transform : translateY(0%);
		}
		60% {
		  transform : translateY(100%);
		}
		100% {
		  transform : translateY(100%);
		}
	}
	.mvbg03 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.mvbg03.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-mvbg03;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-mvbg03 {
		0% {
		  transform : translateX(0%);
		}
		60% {
		  transform : translateX(100%);
		}
		100% {
		  transform : translateX(100%);
		}
	}
	
	.foot_fix_btn {
		position: fixed;
		z-index: 99;
		bottom: 0;
		left: 0;
		width: 100%;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
	}
	.foot_fix_btn.js_hide {
		transform: translateY(100%);
	}
	.foot_fix_btn ul {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		text-align: center;
		font-size: 0;
		border-top: 1px solid #000;
	}
	.foot_fix_btn ul li {
		width: 50%;
		box-sizing: border-box;
		padding: 5px 0 5px 0;
		background: rgba(230,229,214,0.8);
	}
	.foot_fix_btn ul li:nth-child(2) {
		width: 50%;
		box-sizing: border-box;
		padding: 5px 0 5px 0;
		border-left: 1px solid #000;
		background: rgba(225,230,239,0.8);
	}
	
	#pagetop{
		position: fixed;
		right: 10px;
		bottom: 10px;
		width: 35px;
		display: block;
		z-index: 10;
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	
}
