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;
		margin: 0 auto;
		padding: 0;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 2%;
		z-index: 10;
	}
	.mv-title{
		width: max-content;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 10%;
	}
	.mv-title .mv-title01{
		width: max-content;
		display: flex;
		justify-content: flex-start;
	}
	.mv-title .mv-title01 span{
		display: block;
		margin: 0 2px;
	}
	.mv-title .mv-title01 span img{
		height: 237px;
	}
	.mv-title .mv-title02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
	}
	.mv-title .mv-title02 span{
		display: block;
		margin: 0 2px;
	}
	.mv-title .mv-title02 span img{
		height: 200px;
	}
	.mv-title .mv-sub{
		width: 50%;
		margin: 5% auto 0 auto;
	}
	
	.scroll{
		width: 60px;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: -6%;
	}
	.scroll .img{
		width: 100%;
		margin: 0 0 20px 0;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 100px;
		overflow: hidden;
		position: relative;
	}
	.scrolldown::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*/
	.read{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 10% auto;
		padding: 5% 0 0 0;
	}
	.read .read-txt{
		color: #595757;
		width: 100%;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		margin: 0 auto 5% auto;
	}
	.read .top-nav{
		width: 100%;
		height: 580px;
		position: relative;
		margin: 0 auto;
	}
	.read .top-nav li{
		width: 22%;
	}
	.read .top-nav li a{
		width: 100%;
		display: block;
		box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
		transition: .3s;
	}
	.read .top-nav li a:hover{
		width: 100%;
		display: block;
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
		transition: .3s;
	}
	.read .top-nav li:nth-child(1){
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.read .top-nav li:nth-child(2){
		position: absolute;
		bottom: 0%;
		left: 15%;
		z-index: 2;
	}
	.read .top-nav li:nth-child(3){
		position: absolute;
		top: 5%;
		left: 33%;
		z-index: 3;
	}
	.read .top-nav li:nth-child(4){
		position: absolute;
		bottom: 7%;
		right: 20%;
		z-index: 1;
	}
	.read .top-nav li:nth-child(5){
		position: absolute;
		top: 0%;
		right: 0%;
		z-index: 2;
	}
	.read .top-nav li .txt01{
		width: 40%;
		position: absolute;
		top: 30%;
		right: -20%;
	}
	.read .top-nav li .txt02{
		width: 36%;
		position: absolute;
		top: 50%;
		left: -20%;
	}
	.read .top-nav li .txt03{
		width: 43%;
		position: absolute;
		top: 20%;
		right: -25%;
	}
	.read .top-nav li .txt04{
		width: 45%;
		position: absolute;
		top: 65%;
		left: -26%;
	}
	.read .top-nav li .txt05{
		width: 45%;
		position: absolute;
		top: 30%;
		left: -20%;
	}
	
	/*door*/
	.door{
		width: 100%;
		position: relative;
	}
	.scrolldown2{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 60px;
		overflow: hidden;
		position: relative;
	}
	.scrolldown2::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 60px;
	  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: 60px;
		opacity: 0;
	  }
	}
	
	.door .num01{
		width: 70px;
		position: absolute;
		top: 5px;
		left: -40%;
		right: 0;
		margin: 0 auto;
	}
	.door .num02{
		width: 95px;
		position: absolute;
		top: 5px;
		left: -35%;
		right: 0;
		margin: 0 auto;
	}
	.door .num03{
		width: 95px;
		position: absolute;
		top: 5px;
		left: -50%;
		right: 0;
		margin: 0 auto;
	}
	.door .num04{
		width: 95px;
		position: absolute;
		top: 5px;
		left: -50%;
		right: 0;
		margin: 0 auto;
	}
	.door .num05{
		width: 95px;
		position: absolute;
		top: 5px;
		left: -50%;
		right: 0;
		margin: 0 auto;
	}
	.door .sub{
		width: 100%;
		margin: 0 auto 2% auto;
	}
	.door .sub img{
		display: block;
		height: 13px;
		margin: 0 auto;
	}
	.txt-list{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 1% auto;
	}
	.txt-list li{
		width: 100%;
	}
	.txt-list li img{
		height: 70px;
		margin: 0 2px;
	}
	.txt-list02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 1% auto;
	}
	.txt-list02 li{
		width: 100%;
	}
	.txt-list02 li .sp{
		width: 30px;
	}
	.txt-list02 li img{
		height: 90px;
		margin: 0 2px;
	}
	
	
	
	/*top-item*/
	.top-item-box{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.top-item{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.top-item .img{
		width: 60%;
	}
	.top-item .data{
		width: 40%;
	}
	.top-item .data .title{
		font-size: 30px;
		letter-spacing: 5px;
		line-height: 1.8em;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 15% 0;
	}
	.top-item .data .point{
		width: 100%;
	}
	.top-item .data .point li{
		display: block;
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		margin: 0 0 5% 0;
	}
	.top-item .data .point li:last-child{
		display: block;
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		margin: 0 0 0 0;
	}
	.top-item .data .point li span{
		display: block;
		width: 100px;
		margin: 0 0 2% 0;
	}
	
	/*wrap*/
	.wrap{
		width: 100%;
		position: relative;
	}
	.wrap .bg{
		width: 65%;
		position: absolute;
		overflow: hidden;
		top: 13%;
		left: 0;
		z-index: -1;
	}
	.wrap .bg02{
		width: 75%;
		position: absolute;
		overflow: hidden;
		top: 5%;
		right: 0;
		z-index: -1;
	}
	.wrap .bg03{
		width: 65%;
		position: absolute;
		overflow: hidden;
		top: 11%;
		left: 0;
		z-index: -1;
	}
	.wrap .bg04{
		width: 75%;
		position: absolute;
		overflow: hidden;
		top: 10%;
		right: 0;
		z-index: -1;
	}
	
	/*item01*/
	.item01{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
	.item01 .side{
		width: 30px;
		position: absolute;
		top: 5%;
		left: -5%;
	}
	.item01 .side02{
		width: 40px;
		position: absolute;
		top: 5%;
		left: -5%;
	}
	.item01 .img{
		width: 50%;
		overflow: hidden;
	}
	.item01 .data{
		width: 40%;
		position: relative;
	}
	.item01 .data .title{
		width: max-content;
		font-size: 30px;
		letter-spacing: 5px;
		line-height: 1.8em;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 20% 0;
	}
	.item01 .data .title-up{
		width: max-content;
		font-size: 30px;
		letter-spacing: 5px;
		line-height: 1.8em;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: absolute;
		top: -200px;
		left: -40%;
		z-index: 10;
	}
	.item01 .data .title-up02{
		width: max-content;
		font-size: 30px;
		letter-spacing: 5px;
		line-height: 1.8em;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: absolute;
		top: -160px;
		left: -40%;
		z-index: 10;
	}
	.item01 .data .title-up02-2{
		width: max-content;
		font-size: 30px;
		letter-spacing: 5px;
		line-height: 1.8em;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: absolute;
		top: -200px;
		left: -40%;
		z-index: 10;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.item02 .side{
		width: 30px;
		position: absolute;
		top: 5%;
		right: -10%;
	}
	.item02 .side02{
		width: 40px;
		position: absolute;
		top: 5%;
		right: -10%;
	}
	.item02 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 30% 0;
	}
	.item02 .data{
		width: 100%;
		position: relative;
	}
	.item02 .title{
		width: max-content;
		font-size: 30px;
		letter-spacing: 5px;
		line-height: 1.8em;
		color: #fff;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: absolute;
		top: 40%;
		right: -60%;
	}
	.item02 .title-2{
		width: max-content;
		font-size: 30px;
		letter-spacing: 5px;
		line-height: 1.8em;
		color: #fff;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: absolute;
		top: 40%;
		right: -50%;
	}
	
	.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: 90px;
		right: 10px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 90px;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in 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: #a0a0a0;
		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: #537a9a;
		border: 1px solid #537a9a;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #537a9a;
	  color: #537a9a;
	}
	
	.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: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.6s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade05 {
		animation-name: fade-in2;
		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;
	}
	.fade06 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.9s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade07 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade08 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade09 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade10 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade11 {
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		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)
		}
	}
	@keyframes fade-in3 {
		0% {
		  opacity: 0;
		  transform: translateY(10px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(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-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up03 {
		opacity : 0;
	}
	.fadein-up03.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(30px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-zoom {
		opacity : 0;
	}
	.fadein-zoom.active{
		opacity : 1;
		animation-name: fadein-zoom;
		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-zoom {
		0% {
		  opacity: 0;
		  transform: scale(1.1);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		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-l {
		0% {
		  opacity: 0;
		  transform: translateX(30px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		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-r {
		0% {
		  opacity: 0;
		  transform: translateX(-30px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-t-up {
		opacity : 0;
	}
	.fadein-t-up.active{
		opacity : 1;
		animation-name: fadein-t-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-t-up {
		0% {
		  opacity: 0;
		  transform: translateY( 20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-bg-l {
		opacity : 0;
	}
	.fadein-bg-l.active{
		opacity : 1;
		animation-name: fadein-bg-l;
		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-bg-l {
		0% {
		  opacity: 0;
		  transform: translateX(100px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-bg-r {
		opacity : 0;
	}
	.fadein-bg-r.active{
		opacity : 1;
		animation-name: fadein-bg-r;
		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-bg-r {
		0% {
		  opacity: 0;
		  transform: translateX(-100px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	
	.txt-f00,.txt-f01,.txt-f02,.txt-f03,.txt-f04,.txt-f05,.txt-f06,.txt-f07,.txt-f08,.txt-f09,.txt-f10,.txt-f11,.txt-d01,.txt-d02,.txt-d03,.txt-d04,.txt-d05 {
		opacity : 0;
	}
	.txt-f00.active{
		opacity : 1;
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f01.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f02.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f03.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f04.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f05.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f06.active{
		opacity : 1;
		animation-name: fade-in2;
		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;
	}
	.txt-f07.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.6s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f08.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f09.active{
		opacity : 1;
		animation-name: fade-in2;
		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;
	}
	.txt-f10.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.9s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f11.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	
	.txt-d01.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d02.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d03.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d04.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d05.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	
	/*pro*/
	.pro{
		width: 100%;
		max-width: 700px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 7% auto;
		box-sizing: border-box;
	}
	.pro .data{
		width: 70%;
	}
	.pro .data .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
		margin: 0 0 3% 0;
	}
	.pro .data .name{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
		text-align: right;
	}
	.pro .data .name span{
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		margin: 0 10px 0 0;
		text-align: right;
	}
	.pro .img{
		width: 25%;
	}
	
}

/*pc*/
@media screen and (min-width: 1281px) and (max-width: 2559px) {
	.sp-on{
		display: none !important;
	}
	
    /*header*/
	header{
		width: 100%;
		position: relative;
		margin: 0 auto;
		padding: 0;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 2%;
		z-index: 10;
	}
	.mv-title{
		width: max-content;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 10%;
	}
	.mv-title .mv-title01{
		width: max-content;
		display: flex;
		justify-content: flex-start;
	}
	.mv-title .mv-title01 span{
		display: block;
		margin: 0 2px;
	}
	.mv-title .mv-title01 span img{
		height: 237px;
	}
	.mv-title .mv-title02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
	}
	.mv-title .mv-title02 span{
		display: block;
		margin: 0 2px;
	}
	.mv-title .mv-title02 span img{
		height: 200px;
	}
	.mv-title .mv-sub{
		width: 50%;
		margin: 5% auto 0 auto;
	}
	
	.scroll{
		width: 60px;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: -6%;
	}
	.scroll .img{
		width: 100%;
		margin: 0 0 20px 0;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 100px;
		overflow: hidden;
		position: relative;
	}
	.scrolldown::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*/
	.read{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 10% auto;
		padding: 5% 0 0 0;
	}
	.read .read-txt{
		color: #595757;
		width: 100%;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		margin: 0 auto 5% auto;
	}
	.read .top-nav{
		width: 100%;
		height: 580px;
		position: relative;
		margin: 0 auto;
	}
	.read .top-nav li{
		width: 22%;
	}
	.read .top-nav li a{
		width: 100%;
		display: block;
		box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
		transition: .3s;
	}
	.read .top-nav li a:hover{
		width: 100%;
		display: block;
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
		transition: .3s;
	}
	.read .top-nav li:nth-child(1){
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.read .top-nav li:nth-child(2){
		position: absolute;
		bottom: 0%;
		left: 15%;
		z-index: 2;
	}
	.read .top-nav li:nth-child(3){
		position: absolute;
		top: 5%;
		left: 33%;
		z-index: 3;
	}
	.read .top-nav li:nth-child(4){
		position: absolute;
		bottom: 7%;
		right: 20%;
		z-index: 1;
	}
	.read .top-nav li:nth-child(5){
		position: absolute;
		top: 0%;
		right: 0%;
		z-index: 2;
	}
	.read .top-nav li .txt01{
		width: 40%;
		position: absolute;
		top: 30%;
		right: -20%;
	}
	.read .top-nav li .txt02{
		width: 36%;
		position: absolute;
		top: 50%;
		left: -20%;
	}
	.read .top-nav li .txt03{
		width: 43%;
		position: absolute;
		top: 20%;
		right: -25%;
	}
	.read .top-nav li .txt04{
		width: 45%;
		position: absolute;
		top: 65%;
		left: -26%;
	}
	.read .top-nav li .txt05{
		width: 45%;
		position: absolute;
		top: 30%;
		left: -20%;
	}
	
	/*door*/
	.door{
		width: 100%;
		position: relative;
	}
	.scrolldown2{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 60px;
		overflow: hidden;
		position: relative;
	}
	.scrolldown2::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 60px;
	  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: 60px;
		opacity: 0;
	  }
	}
	
	.door .num01{
		width: 70px;
		position: absolute;
		top: 5px;
		left: -40%;
		right: 0;
		margin: 0 auto;
	}
	.door .num02{
		width: 95px;
		position: absolute;
		top: 5px;
		left: -35%;
		right: 0;
		margin: 0 auto;
	}
	.door .num03{
		width: 95px;
		position: absolute;
		top: 5px;
		left: -50%;
		right: 0;
		margin: 0 auto;
	}
	.door .num04{
		width: 95px;
		position: absolute;
		top: 5px;
		left: -50%;
		right: 0;
		margin: 0 auto;
	}
	.door .num05{
		width: 95px;
		position: absolute;
		top: 5px;
		left: -50%;
		right: 0;
		margin: 0 auto;
	}
	.door .sub{
		width: 100%;
		margin: 0 auto 2% auto;
	}
	.door .sub img{
		display: block;
		height: 13px;
		margin: 0 auto;
	}
	.txt-list{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 1% auto;
	}
	.txt-list li{
		width: 100%;
	}
	.txt-list li img{
		height: 70px;
		margin: 0 2px;
	}
	.txt-list02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 1% auto;
	}
	.txt-list02 li{
		width: 100%;
	}
	.txt-list02 li .sp{
		width: 30px;
	}
	.txt-list02 li img{
		height: 90px;
		margin: 0 2px;
	}
	
	
	
	/*top-item*/
	.top-item-box{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.top-item{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.top-item .img{
		width: 60%;
	}
	.top-item .data{
		width: 40%;
	}
	.top-item .data .title{
		font-size: 30px;
		letter-spacing: 5px;
		line-height: 1.8em;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 15% 0;
	}
	.top-item .data .point{
		width: 100%;
	}
	.top-item .data .point li{
		display: block;
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		margin: 0 0 5% 0;
	}
	.top-item .data .point li:last-child{
		display: block;
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		margin: 0 0 0 0;
	}
	.top-item .data .point li span{
		display: block;
		width: 100px;
		margin: 0 0 2% 0;
	}
	
	/*wrap*/
	.wrap{
		width: 100%;
		position: relative;
	}
	.wrap .bg{
		width: 65%;
		position: absolute;
		overflow: hidden;
		top: 13%;
		left: 0;
		z-index: -1;
	}
	.wrap .bg02{
		width: 75%;
		position: absolute;
		overflow: hidden;
		top: 5%;
		right: 0;
		z-index: -1;
	}
	.wrap .bg03{
		width: 65%;
		position: absolute;
		overflow: hidden;
		top: 11%;
		left: 0;
		z-index: -1;
	}
	.wrap .bg04{
		width: 75%;
		position: absolute;
		overflow: hidden;
		top: 10%;
		right: 0;
		z-index: -1;
	}
	
	/*item01*/
	.item01{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
	.item01 .side{
		width: 30px;
		position: absolute;
		top: 5%;
		left: -5%;
	}
	.item01 .side02{
		width: 40px;
		position: absolute;
		top: 5%;
		left: -5%;
	}
	.item01 .img{
		width: 50%;
		overflow: hidden;
	}
	.item01 .data{
		width: 40%;
		position: relative;
	}
	.item01 .data .title{
		width: max-content;
		font-size: 30px;
		letter-spacing: 5px;
		line-height: 1.8em;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 20% 0;
	}
	.item01 .data .title-up{
		width: max-content;
		font-size: 30px;
		letter-spacing: 5px;
		line-height: 1.8em;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: absolute;
		top: -200px;
		left: -40%;
		z-index: 10;
	}
	.item01 .data .title-up02{
		width: max-content;
		font-size: 30px;
		letter-spacing: 5px;
		line-height: 1.8em;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: absolute;
		top: -160px;
		left: -40%;
		z-index: 10;
	}
	.item01 .data .title-up02-2{
		width: max-content;
		font-size: 30px;
		letter-spacing: 5px;
		line-height: 1.8em;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: absolute;
		top: -200px;
		left: -40%;
		z-index: 10;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.item02 .side{
		width: 30px;
		position: absolute;
		top: 5%;
		right: -10%;
	}
	.item02 .side02{
		width: 40px;
		position: absolute;
		top: 5%;
		right: -10%;
	}
	.item02 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 30% 0;
	}
	.item02 .data{
		width: 100%;
		position: relative;
	}
	.item02 .title{
		width: max-content;
		font-size: 30px;
		letter-spacing: 5px;
		line-height: 1.8em;
		color: #fff;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: absolute;
		top: 40%;
		right: -60%;
	}
	.item02 .title-2{
		width: max-content;
		font-size: 30px;
		letter-spacing: 5px;
		line-height: 1.8em;
		color: #fff;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: absolute;
		top: 40%;
		right: -50%;
	}
	
	.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: 90px;
		right: 10px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 90px;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in 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: #a0a0a0;
		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: #537a9a;
		border: 1px solid #537a9a;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #537a9a;
	  color: #537a9a;
	}
	
	.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: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.6s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade05 {
		animation-name: fade-in2;
		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;
	}
	.fade06 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.9s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade07 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade08 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade09 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade10 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade11 {
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		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)
		}
	}
	@keyframes fade-in3 {
		0% {
		  opacity: 0;
		  transform: translateY(10px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(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-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up03 {
		opacity : 0;
	}
	.fadein-up03.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(30px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-zoom {
		opacity : 0;
	}
	.fadein-zoom.active{
		opacity : 1;
		animation-name: fadein-zoom;
		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-zoom {
		0% {
		  opacity: 0;
		  transform: scale(1.1);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		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-l {
		0% {
		  opacity: 0;
		  transform: translateX(30px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		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-r {
		0% {
		  opacity: 0;
		  transform: translateX(-30px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-t-up {
		opacity : 0;
	}
	.fadein-t-up.active{
		opacity : 1;
		animation-name: fadein-t-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-t-up {
		0% {
		  opacity: 0;
		  transform: translateY( 20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-bg-l {
		opacity : 0;
	}
	.fadein-bg-l.active{
		opacity : 1;
		animation-name: fadein-bg-l;
		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-bg-l {
		0% {
		  opacity: 0;
		  transform: translateX(100px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-bg-r {
		opacity : 0;
	}
	.fadein-bg-r.active{
		opacity : 1;
		animation-name: fadein-bg-r;
		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-bg-r {
		0% {
		  opacity: 0;
		  transform: translateX(-100px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	
	.txt-f00,.txt-f01,.txt-f02,.txt-f03,.txt-f04,.txt-f05,.txt-f06,.txt-f07,.txt-f08,.txt-f09,.txt-f10,.txt-f11,.txt-d01,.txt-d02,.txt-d03,.txt-d04,.txt-d05 {
		opacity : 0;
	}
	.txt-f00.active{
		opacity : 1;
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f01.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f02.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f03.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f04.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f05.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f06.active{
		opacity : 1;
		animation-name: fade-in2;
		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;
	}
	.txt-f07.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.6s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f08.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f09.active{
		opacity : 1;
		animation-name: fade-in2;
		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;
	}
	.txt-f10.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.9s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f11.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	
	.txt-d01.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d02.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d03.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d04.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d05.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	
	/*pro*/
	.pro{
		width: 100%;
		max-width: 700px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 7% auto;
		box-sizing: border-box;
	}
	.pro .data{
		width: 70%;
	}
	.pro .data .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
		margin: 0 0 3% 0;
	}
	.pro .data .name{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
		text-align: right;
	}
	.pro .data .name span{
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		margin: 0 10px 0 0;
		text-align: right;
	}
	.pro .img{
		width: 25%;
	}
	
}

/*note pc*/
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .sp-on{
		display: none !important;
	}
	
	/*header*/
	header{
		width: 100%;
		position: relative;
		margin: 0 auto;
		padding: 0;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 2%;
		z-index: 10;
	}
	.mv-title{
		width: max-content;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 9%;
	}
	.mv-title .mv-title01{
		width: max-content;
		display: flex;
		justify-content: flex-start;
	}
	.mv-title .mv-title01 span{
		display: block;
		margin: 0 2px;
	}
	.mv-title .mv-title01 span img{
		height: 170px;
	}
	.mv-title .mv-title02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
	}
	.mv-title .mv-title02 span{
		display: block;
		margin: 0 2px;
	}
	.mv-title .mv-title02 span img{
		height: 145px;
	}
	.mv-title .mv-sub{
		width: 50%;
		margin: 5% auto 0 auto;
	}
	
	.scroll{
		width: 60px;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: -6%;
	}
	.scroll .img{
		width: 100%;
		margin: 0 0 20px 0;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 100px;
		overflow: hidden;
		position: relative;
	}
	.scrolldown::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*/
	.read{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 10% auto;
		padding: 5% 0 0 0;
	}
	.read .read-txt{
		color: #595757;
		width: 100%;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		margin: 0 auto 5% auto;
	}
	.read .top-nav{
		width: 100%;
		height: 580px;
		position: relative;
		margin: 0 auto;
	}
	.read .top-nav li{
		width: 22%;
	}
	.read .top-nav li a{
		width: 100%;
		display: block;
		box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
		transition: .3s;
	}
	.read .top-nav li a:hover{
		width: 100%;
		display: block;
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
		transition: .3s;
	}
	.read .top-nav li:nth-child(1){
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.read .top-nav li:nth-child(2){
		position: absolute;
		bottom: 0%;
		left: 15%;
		z-index: 2;
	}
	.read .top-nav li:nth-child(3){
		position: absolute;
		top: 5%;
		left: 33%;
		z-index: 3;
	}
	.read .top-nav li:nth-child(4){
		position: absolute;
		bottom: 7%;
		right: 20%;
		z-index: 1;
	}
	.read .top-nav li:nth-child(5){
		position: absolute;
		top: 0%;
		right: 0%;
		z-index: 2;
	}
	.read .top-nav li .txt01{
		width: 40%;
		position: absolute;
		top: 30%;
		right: -20%;
	}
	.read .top-nav li .txt02{
		width: 36%;
		position: absolute;
		top: 50%;
		left: -20%;
	}
	.read .top-nav li .txt03{
		width: 43%;
		position: absolute;
		top: 20%;
		right: -25%;
	}
	.read .top-nav li .txt04{
		width: 45%;
		position: absolute;
		top: 65%;
		left: -26%;
	}
	.read .top-nav li .txt05{
		width: 45%;
		position: absolute;
		top: 30%;
		left: -20%;
	}
	
	/*door*/
	.door{
		width: 100%;
		position: relative;
	}
	.scrolldown2{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 60px;
		overflow: hidden;
		position: relative;
	}
	.scrolldown2::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 60px;
	  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: 60px;
		opacity: 0;
	  }
	}
	
	.door .num01{
		width: 70px;
		position: absolute;
		top: 5px;
		left: -50%;
		right: 0;
		margin: 0 auto;
	}
	.door .num02{
		width: 95px;
		position: absolute;
		top: 5px;
		left: -45%;
		right: 0;
		margin: 0 auto;
	}
	.door .num03{
		width: 95px;
		position: absolute;
		top: 5px;
		left: -60%;
		right: 0;
		margin: 0 auto;
	}
	.door .num04{
		width: 95px;
		position: absolute;
		top: 5px;
		left: -60%;
		right: 0;
		margin: 0 auto;
	}
	.door .num05{
		width: 95px;
		position: absolute;
		top: 5px;
		left: -60%;
		right: 0;
		margin: 0 auto;
	}
	.door .sub{
		width: 100%;
		margin: 0 auto 2% auto;
	}
	.door .sub img{
		display: block;
		height: 13px;
		margin: 0 auto;
	}
	.txt-list{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 1% auto;
	}
	.txt-list li{
		width: 100%;
	}
	.txt-list li img{
		height: 60px;
		margin: 0 2px;
	}
	.txt-list02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 1% auto;
	}
	.txt-list02 li{
		width: 100%;
	}
	.txt-list02 li .sp{
		width: 30px;
	}
	.txt-list02 li img{
		height: 80px;
		margin: 0 2px;
	}
	
	/*top-item*/
	.top-item-box{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.top-item{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.top-item .img{
		width: 55%;
	}
	.top-item .data{
		width: 45%;
	}
	.top-item .data .title{
		font-size: 25px;
		letter-spacing: 5px;
		line-height: 1.8em;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 10% 0;
	}
	.top-item .data .point{
		width: 100%;
	}
	.top-item .data .point li{
		display: block;
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		margin: 0 0 5% 0;
	}
	.top-item .data .point li:last-child{
		display: block;
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		margin: 0 0 0 0;
	}
	.top-item .data .point li span{
		display: block;
		width: 100px;
		margin: 0 0 2% 0;
	}
	
	/*wrap*/
	.wrap{
		width: 100%;
		position: relative;
	}
	.wrap .bg{
		width: 70%;
		position: absolute;
		overflow: hidden;
		top: 13%;
		left: 0;
		z-index: -1;
	}
	.wrap .bg02{
		width: 85%;
		position: absolute;
		overflow: hidden;
		top: 12%;
		right: 0;
		z-index: -1;
	}
	.wrap .bg03{
		width: 70%;
		position: absolute;
		overflow: hidden;
		top: 11%;
		left: 0;
		z-index: -1;
	}
	.wrap .bg04{
		width: 80%;
		position: absolute;
		overflow: hidden;
		top: 22%;
		right: 0;
		z-index: -1;
	}
	
	/*item01*/
	.item01{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
	.item01 .side{
		width: 30px;
		position: absolute;
		top: 5%;
		left: -5%;
	}
	.item01 .side02{
		width: 40px;
		position: absolute;
		top: 5%;
		left: -5%;
	}
	.item01 .img{
		width: 50%;
		overflow: hidden;
	}
	.item01 .data{
		width: 40%;
		position: relative;
	}
	.item01 .data .title{
		width: max-content;
		font-size: 25px;
		letter-spacing: 5px;
		line-height: 1.8em;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 10% 0;
	}
	.item01 .data .title-up{
		width: max-content;
		font-size: 25px;
		letter-spacing: 5px;
		line-height: 1.8em;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: absolute;
		top: -200px;
		left: -40%;
		z-index: 10;
	}
	.item01 .data .title-up02{
		width: max-content;
		font-size: 25px;
		letter-spacing: 5px;
		line-height: 1.8em;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: absolute;
		top: -120px;
		left: -40%;
		z-index: 10;
	}
	.item01 .data .title-up02-2{
		width: max-content;
		font-size: 25px;
		letter-spacing: 3px;
		line-height: 1.8em;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: absolute;
		top: -150px;
		left: -40%;
		z-index: 10;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.item02 .side{
		width: 30px;
		position: absolute;
		top: 5%;
		right: -10%;
	}
	.item02 .side02{
		width: 40px;
		position: absolute;
		top: 5%;
		right: -10%;
	}
	.item02 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 30% 0;
	}
	.item02 .data{
		width: 100%;
		position: relative;
	}
	.item02 .title{
		width: max-content;
		font-size: 30px;
		letter-spacing: 5px;
		line-height: 1.8em;
		color: #fff;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: absolute;
		top: 40%;
		right: -60%;
	}
	.item02 .title-2{
		width: max-content;
		font-size: 30px;
		letter-spacing: 5px;
		line-height: 1.8em;
		color: #fff;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: absolute;
		top: 40%;
		right: -50%;
	}
	
	.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: 70px;
		right: 10px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 70px;
		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: #a0a0a0;
		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: #537a9a;
		border: 1px solid #537a9a;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #537a9a;
	  color: #537a9a;
	}
	
	.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: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.6s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade05 {
		animation-name: fade-in2;
		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;
	}
	.fade06 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.9s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade07 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade08 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade09 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade10 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade11 {
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		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)
		}
	}
	@keyframes fade-in3 {
		0% {
		  opacity: 0;
		  transform: translateY(10px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(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-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up03 {
		opacity : 0;
	}
	.fadein-up03.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(30px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-zoom {
		opacity : 0;
	}
	.fadein-zoom.active{
		opacity : 1;
		animation-name: fadein-zoom;
		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-zoom {
		0% {
		  opacity: 0;
		  transform: scale(1.1);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		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-l {
		0% {
		  opacity: 0;
		  transform: translateX(30px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		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-r {
		0% {
		  opacity: 0;
		  transform: translateX(-30px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-t-up {
		opacity : 0;
	}
	.fadein-t-up.active{
		opacity : 1;
		animation-name: fadein-t-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-t-up {
		0% {
		  opacity: 0;
		  transform: translateY( 20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-bg-l {
		opacity : 0;
	}
	.fadein-bg-l.active{
		opacity : 1;
		animation-name: fadein-bg-l;
		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-bg-l {
		0% {
		  opacity: 0;
		  transform: translateX(100px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-bg-r {
		opacity : 0;
	}
	.fadein-bg-r.active{
		opacity : 1;
		animation-name: fadein-bg-r;
		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-bg-r {
		0% {
		  opacity: 0;
		  transform: translateX(-100px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	
	.txt-f00,.txt-f01,.txt-f02,.txt-f03,.txt-f04,.txt-f05,.txt-f06,.txt-f07,.txt-f08,.txt-f09,.txt-f10,.txt-f11,.txt-d01,.txt-d02,.txt-d03,.txt-d04,.txt-d05 {
		opacity : 0;
	}
	.txt-f00.active{
		opacity : 1;
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f01.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f02.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f03.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f04.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f05.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f06.active{
		opacity : 1;
		animation-name: fade-in2;
		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;
	}
	.txt-f07.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.6s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f08.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f09.active{
		opacity : 1;
		animation-name: fade-in2;
		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;
	}
	.txt-f10.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.9s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f11.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	
	.txt-d01.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d02.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d03.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d04.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d05.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	
	/*pro*/
	.pro{
		width: 100%;
		max-width: 700px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 7% auto;
		box-sizing: border-box;
	}
	.pro .data{
		width: 70%;
	}
	.pro .data .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
		margin: 0 0 3% 0;
	}
	.pro .data .name{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
		text-align: right;
	}
	.pro .data .name span{
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		margin: 0 10px 0 0;
		text-align: right;
	}
	.pro .img{
		width: 25%;
	}
    
}

/*pad*/
@media screen and (min-width: 767px) and (max-width: 1024px) {
	.sp-on{
		display: none !important;
	}
	
	/*header*/
	header{
		width: 100%;
		position: relative;
		margin: 0 auto;
		padding: 0;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 2%;
		z-index: 10;
	}
	.mv-title{
		width: max-content;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 12%;
	}
	.mv-title .mv-title01{
		width: max-content;
		display: flex;
		justify-content: flex-start;
	}
	.mv-title .mv-title01 span{
		display: block;
		margin: 0 2px;
	}
	.mv-title .mv-title01 span img{
		height: 130px;
	}
	.mv-title .mv-title02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
	}
	.mv-title .mv-title02 span{
		display: block;
		margin: 0 2px;
	}
	.mv-title .mv-title02 span img{
		height: 112px;
	}
	.mv-title .mv-sub{
		width: 70%;
		margin: 5% auto 0 auto;
	}
	
	.scroll{
		width: 60px;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: -6%;
	}
	.scroll .img{
		width: 100%;
		margin: 0 0 20px 0;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 100px;
		overflow: hidden;
		position: relative;
	}
	.scrolldown::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*/
	.read{
		width: 90%;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.read .read-txt{
		color: #595757;
		width: 100%;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		margin: 0 auto 5% auto;
	}
	.read .top-nav{
		width: 100%;
		height: 430px;
		position: relative;
		margin: 0 auto;
	}
	.read .top-nav li{
		width: 22%;
	}
	.read .top-nav li a{
		width: 100%;
		display: block;
		box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
		transition: .3s;
	}
	.read .top-nav li a:hover{
		width: 100%;
		display: block;
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
		transition: .3s;
	}
	.read .top-nav li:nth-child(1){
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.read .top-nav li:nth-child(2){
		position: absolute;
		bottom: 0%;
		left: 15%;
		z-index: 2;
	}
	.read .top-nav li:nth-child(3){
		position: absolute;
		top: 5%;
		left: 33%;
		z-index: 3;
	}
	.read .top-nav li:nth-child(4){
		position: absolute;
		bottom: 7%;
		right: 20%;
		z-index: 1;
	}
	.read .top-nav li:nth-child(5){
		position: absolute;
		top: 0%;
		right: 0%;
		z-index: 2;
	}
	.read .top-nav li .txt01{
		width: 40%;
		position: absolute;
		top: 30%;
		right: -20%;
	}
	.read .top-nav li .txt02{
		width: 36%;
		position: absolute;
		top: 50%;
		left: -20%;
	}
	.read .top-nav li .txt03{
		width: 43%;
		position: absolute;
		top: 20%;
		right: -25%;
	}
	.read .top-nav li .txt04{
		width: 45%;
		position: absolute;
		top: 65%;
		left: -26%;
	}
	.read .top-nav li .txt05{
		width: 45%;
		position: absolute;
		top: 30%;
		left: -20%;
	}
	
	/*door*/
	.door{
		width: 100%;
		position: relative;
	}
	.scrolldown2{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 60px;
		overflow: hidden;
		position: relative;
	}
	.scrolldown2::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 60px;
	  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: 60px;
		opacity: 0;
	  }
	}
	
	.door .num01{
		width: 70px;
		position: absolute;
		top: 5px;
		left: -50%;
		right: 0;
		margin: 0 auto;
	}
	.door .num02{
		width: 95px;
		position: absolute;
		top: 5px;
		left: -45%;
		right: 0;
		margin: 0 auto;
	}
	.door .num03{
		width: 95px;
		position: absolute;
		top: 5px;
		left: -60%;
		right: 0;
		margin: 0 auto;
	}
	.door .num04{
		width: 95px;
		position: absolute;
		top: 5px;
		left: -60%;
		right: 0;
		margin: 0 auto;
	}
	.door .num05{
		width: 95px;
		position: absolute;
		top: 5px;
		left: -60%;
		right: 0;
		margin: 0 auto;
	}
	.door .sub{
		width: 100%;
		margin: 0 auto 2% auto;
	}
	.door .sub img{
		display: block;
		height: 13px;
		margin: 0 auto;
	}
	.txt-list{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 1% auto;
	}
	.txt-list li{
		width: 100%;
	}
	.txt-list li img{
		height: 60px;
		margin: 0 2px;
	}
	.txt-list02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 1% auto;
	}
	.txt-list02 li{
		width: 100%;
	}
	.txt-list02 li .sp{
		width: 30px;
	}
	.txt-list02 li img{
		height: 80px;
		margin: 0 2px;
	}
	
	/*top-item*/
	.top-item-box{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.top-item{
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.top-item .img{
		width: 60%;
	}
	.top-item .data{
		width: 40%;
	}
	.top-item .data .title{
		font-size: 25px;
		letter-spacing: 5px;
		line-height: 1.8em;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	.top-item .data .point{
		width: 100%;
	}
	.top-item .data .point li{
		display: block;
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		margin: 0 0 5% 0;
	}
	.top-item .data .point li:last-child{
		display: block;
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		margin: 0 0 0 0;
	}
	.top-item .data .point li span{
		display: block;
		width: 100px;
		margin: 0 0 2% 0;
	}
	
	/*wrap*/
	.wrap{
		width: 100%;
		position: relative;
	}
	.wrap .bg{
		width: 70%;
		position: absolute;
		overflow: hidden;
		top: 13%;
		left: 0;
		z-index: -1;
	}
	.wrap .bg02{
		width: 85%;
		position: absolute;
		overflow: hidden;
		top: 12%;
		right: 0;
		z-index: -1;
	}
	.wrap .bg03{
		width: 70%;
		position: absolute;
		overflow: hidden;
		top: 11%;
		left: 0;
		z-index: -1;
	}
	.wrap .bg04{
		width: 80%;
		position: absolute;
		overflow: hidden;
		top: 22%;
		right: 0;
		z-index: -1;
	}
	
	/*item01*/
	.item01{
		width: 90%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
	.item01 .side{
		width: 30px;
		position: absolute;
		top: 5%;
		left: -5%;
	}
	.item01 .side02{
		width: 40px;
		position: absolute;
		top: 5%;
		left: -5%;
	}
	.item01 .img{
		width: 50%;
		overflow: hidden;
	}
	.item01 .data{
		width: 40%;
		position: relative;
	}
	.item01 .data .title{
		width: max-content;
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 1.8em;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 10% 0;
	}
	.item01 .data .title-up{
		width: max-content;
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 1.8em;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: absolute;
		top: -200px;
		left: -40%;
		z-index: 10;
	}
	.item01 .data .title-up02{
		width: max-content;
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 1.8em;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: absolute;
		top: -120px;
		left: -40%;
		z-index: 10;
	}
	.item01 .data .title-up02-2{
		width: max-content;
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 1.8em;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: absolute;
		top: -140px;
		left: -40%;
		z-index: 10;
	}
	
	/*item02*/
	.item02{
		width: 50%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.item02 .side{
		width: 30px;
		position: absolute;
		top: 5%;
		right: -10%;
	}
	.item02 .side02{
		width: 40px;
		position: absolute;
		top: 5%;
		right: -10%;
	}
	.item02 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 20% 0;
	}
	.item02 .data{
		width: 100%;
		position: relative;
	}
	.item02 .title{
		width: max-content;
		font-size: 25px;
		letter-spacing: 3px;
		line-height: 1.8em;
		color: #fff;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: absolute;
		top: 40%;
		right: -60%;
	}
	.item02 .title-2{
		width: max-content;
		font-size: 25px;
		letter-spacing: 3px;
		line-height: 1.8em;
		color: #fff;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: absolute;
		top: 40%;
		right: -50%;
	}
	
	.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: #a0a0a0;
		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: #537a9a;
		border: 1px solid #537a9a;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #537a9a;
	  color: #537a9a;
	}
	
	.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: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.6s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade05 {
		animation-name: fade-in2;
		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;
	}
	.fade06 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.9s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade07 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade08 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade09 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade10 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade11 {
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		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)
		}
	}
	@keyframes fade-in3 {
		0% {
		  opacity: 0;
		  transform: translateY(10px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(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-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up03 {
		opacity : 0;
	}
	.fadein-up03.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(30px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-zoom {
		opacity : 0;
	}
	.fadein-zoom.active{
		opacity : 1;
		animation-name: fadein-zoom;
		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-zoom {
		0% {
		  opacity: 0;
		  transform: scale(1.1);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		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-l {
		0% {
		  opacity: 0;
		  transform: translateX(30px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		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-r {
		0% {
		  opacity: 0;
		  transform: translateX(-30px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-t-up {
		opacity : 0;
	}
	.fadein-t-up.active{
		opacity : 1;
		animation-name: fadein-t-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-t-up {
		0% {
		  opacity: 0;
		  transform: translateY( 20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-bg-l {
		opacity : 0;
	}
	.fadein-bg-l.active{
		opacity : 1;
		animation-name: fadein-bg-l;
		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-bg-l {
		0% {
		  opacity: 0;
		  transform: translateX(100px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-bg-r {
		opacity : 0;
	}
	.fadein-bg-r.active{
		opacity : 1;
		animation-name: fadein-bg-r;
		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-bg-r {
		0% {
		  opacity: 0;
		  transform: translateX(-100px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	
	.txt-f00,.txt-f01,.txt-f02,.txt-f03,.txt-f04,.txt-f05,.txt-f06,.txt-f07,.txt-f08,.txt-f09,.txt-f10,.txt-f11,.txt-d01,.txt-d02,.txt-d03,.txt-d04,.txt-d05 {
		opacity : 0;
	}
	.txt-f00.active{
		opacity : 1;
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f01.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f02.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f03.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f04.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f05.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f06.active{
		opacity : 1;
		animation-name: fade-in2;
		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;
	}
	.txt-f07.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.6s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f08.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f09.active{
		opacity : 1;
		animation-name: fade-in2;
		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;
	}
	.txt-f10.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.9s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f11.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	
	.txt-d01.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d02.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d03.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d04.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d05.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	
	/*pro*/
	.pro{
		width: 80%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 5% auto;
		box-sizing: border-box;
	}
	.pro .data{
		width: 70%;
	}
	.pro .data .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
		margin: 0 0 3% 0;
	}
	.pro .data .name{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
		text-align: right;
	}
	.pro .data .name span{
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		margin: 0 10px 0 0;
		text-align: right;
	}
	.pro .img{
		width: 25%;
	}
	
}

/*//////////////////////////////// for iphone ////////////////////////////*/
@media (min-width:0px) and ( max-width:766px) {
	.pc-on{
		display: none !important;
	}
	
	/*header*/
	header{
		width: 100%;
		position: relative;
		margin: 0 auto 10% auto;
		padding: 0;
	}
	.mv-logo{
		width: 20%;
		position: absolute;
		left: 5%;
		top: 3%;
		z-index: 10;
	}
	.mv-img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.mv-title{
		width: max-content;
		margin: 0 auto;
	}
	.mv-title .mv-title01{
		width: max-content;
		display: flex;
		justify-content: flex-start;
	}
	.mv-title .mv-title01 span{
		display: block;
		margin: 0 2px;
	}
	.mv-title .mv-title01 span img{
		height: 80px;
	}
	.mv-title .mv-title02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
	}
	.mv-title .mv-title02 span{
		display: block;
		margin: 0 2px;
	}
	.mv-title .mv-title02 span img{
		height: 70px;
	}
	.mv-title .mv-sub{
		width: 70%;
		margin: 5% auto 0 auto;
	}
	
	.scroll{
		width: 30px;
		position: absolute;
		right: 3%;
		top: 58%;
	}
	.scroll .img{
		width: 5px;
		position: absolute;
		top: 10px;
		right: 0;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 100px;
		overflow: hidden;
		position: relative;
	}
	.scrolldown::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*/
	.read{
		width: 100%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.read-bg{
		width: 100%;
		height: 300px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		background: #fafafa;
	}
	.read .read-txt{
		color: #595757;
		width: 90%;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2.1em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
		margin: 0 auto 7% auto;
		padding: 5% 0 0 0;
	}
	.read .top-nav{
		width: 90%;
		height: 660px;
		position: relative;
		margin: 0 auto;
	}
	.read .top-nav li{
		width: 47%;
		box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2);
	}
	.read .top-nav li:nth-child(1){
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.read .top-nav li:nth-child(2){
		position: absolute;
		top: 10%;
		right: 0%;
		z-index: 2;
	}
	.read .top-nav li:nth-child(3){
		position: absolute;
		top: 35%;
		left: 0%;
		z-index: 3;
	}
	.read .top-nav li:nth-child(4){
		position: absolute;
		bottom: 15%;
		right: 0%;
		z-index: 1;
	}
	.read .top-nav li:nth-child(5){
		position: absolute;
		bottom: 0%;
		left: 0%;
		z-index: 2;
	}
	.read .top-nav li .txt01{
		display: none;
	}
	.read .top-nav li .txt02{
		display: none;
	}
	.read .top-nav li .txt03{
		display: none;
	}
	.read .top-nav li .txt04{
		display: none;
	}
	.read .top-nav li .txt05{
		display: none;
	}
	
	/*door*/
	.door{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.scrolldown2{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% 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: 40px;
		opacity: 0;
	  }
	}
	
	.door .num01{
		width: 40px;
		margin: 0 auto 5% auto;
	}
	.door .num02{
		width: 50px;
		margin: 0 auto 5% auto;
	}
	.door .num03{
		width: 50px;
		margin: 0 auto 5% auto;
	}
	.door .num04{
		width: 50px;
		margin: 0 auto 5% auto;
	}
	.door .num05{
		width: 50px;
		margin: 0 auto 5% auto;
	}
	.door .sub{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.door .sub img{
		display: block;
		height: 12px;
		margin: 0 auto;
	}
	.txt-list{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 5% auto;
	}
	.txt-list li{
		width: 100%;
	}
	.txt-list li img{
		height: 40px;
		margin: 0 2px;
	}
	.txt-list02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 5% auto;
	}
	.txt-list02 li{
		width: 100%;
	}
	.txt-list02 li .sp{
		width: 15px;
	}
	.txt-list02 li img{
		height: 50px;
		margin: 0 2px;
	}
	
	/*top-item*/
	.top-item-box{
		width: 100%;
		margin: 0 0 15% 0;
	}
	.top-item{
		width: 90%;
		margin: 0 auto;
	}
	.top-item .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.top-item .data{
		width: 100%;
	}
	.top-item .data .title{
		font-size: 21px;
		letter-spacing: 2px;
		line-height: 1.8em;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	.top-item .data .point{
		width: 100%;
		margin: 0 auto;
	}
	.top-item .data .point li{
		display: block;
		width: 100%;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 2em;
		margin: 0 0 3% 0;
	}
	.top-item .data .point li:last-child{
		display: block;
		width: 100%;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 2em;
		margin: 0 0 0 0;
	}
	.top-item .data .point li span{
		display: block;
		width: 80px;
		margin: 0 0 2% 0;
	}
	
	/*wrap*/
	.wrap{
		width: 100%;
		position: relative;
	}
	.wrap .bg{
		width: 80%;
		position: absolute;
		overflow: hidden;
		top: 5%;
		right: 0;
		z-index: -1;
	}
	.wrap .bg02{
		width: 100%;
		position: absolute;
		overflow: hidden;
		top: 0%;
		left: 0;
		z-index: -1;
	}
	.wrap .bg03{
		width: 70%;
		position: absolute;
		overflow: hidden;
		top: 5%;
		right: 0;
		z-index: -1;
	}
	.wrap .bg04{
		width: 100%;
		position: absolute;
		overflow: hidden;
		top: 0%;
		left: 0;
		z-index: -1;
	}
	
	/*item01*/
	.item01{
		width: 100%;
		margin: 0 auto 15% auto;
		position: relative;
	}
	.item01 .side{
		width: 20px;
		position: absolute;
		top: -5%;
		left: 2%;
		z-index: 10;
	}
	.item01 .side02{
		width: 20px;
		position: absolute;
		top: 3%;
		left: 2%;
		z-index: 10;
	}
	.item01 .img{
		width: 90%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item01 .img-all{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item01 .data{
		width: 90%;
		position: relative;
		margin: 0 auto;
	}
	.item01 .data .title{
		width: max-content;
		font-size: 21px;
		letter-spacing: 2px;
		line-height: 1.8em;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	.item01 .data .title-up{
		width: max-content;
		font-size: 21px;
		letter-spacing: 2px;
		line-height: 1.8em;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		z-index: 10;
		margin: 0 0 12% 0;
	}
	.item01 .data .title-up02{
		width: 100%;
		font-size: 21px;
		letter-spacing: 2px;
		line-height: 1.8em;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	.item01 .data .title-up02-2{
		width: 100%;
		font-size: 21px;
		letter-spacing: 2px;
		line-height: 1.8em;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 15% auto;
		position: relative;
		padding: 20% 0 0 0;
	}
	.item02 .side{
		width: 20px;
		position: absolute;
		top: 3%;
		left: 2%;
	}
	.item02 .side02{
		width: 20px;
		position: absolute;
		top: 3%;
		left: 2%;
	}
	.item02 .img{
		width: 90%;
		overflow: hidden;
		margin: 0 0 5% 10%;
	}
	.item02 .data{
		width: 90%;
		position: relative;
		margin: 0 auto;
	}
	.item02 .title{
		width: 90%;
		font-size: 21px;
		letter-spacing: 2px;
		line-height: 1.8em;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 5% auto;
	}
	.item02 .title-2{
		width: 90%;
		font-size: 21px;
		letter-spacing: 2px;
		line-height: 1.8em;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 5% auto;
	}
	
	
	.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: 80%;
		margin: 0 auto 10% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 5% 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: #537a9a;
		border: 1px solid #537a9a;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #537a9a;
	  color: #537a9a;
	}
	
	.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: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.6s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade05 {
		animation-name: fade-in2;
		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;
	}
	.fade06 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.9s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade07 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade08 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade09 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade10 {
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade11 {
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		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)
		}
	}
	@keyframes fade-in3 {
		0% {
		  opacity: 0;
		  transform: translateY(10px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(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-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up03 {
		opacity : 0;
	}
	.fadein-up03.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(30px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-zoom {
		opacity : 0;
	}
	.fadein-zoom.active{
		opacity : 1;
		animation-name: fadein-zoom;
		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-zoom {
		0% {
		  opacity: 0;
		  transform: scale(1.1);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		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-l {
		0% {
		  opacity: 0;
		  transform: translateX(30px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		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-r {
		0% {
		  opacity: 0;
		  transform: translateX(-30px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-t-up {
		opacity : 0;
	}
	.fadein-t-up.active{
		opacity : 1;
		animation-name: fadein-t-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-t-up {
		0% {
		  opacity: 0;
		  transform: translateY( 20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-bg-l {
		opacity : 0;
	}
	.fadein-bg-l.active{
		opacity : 1;
		animation-name: fadein-bg-l;
		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-bg-l {
		0% {
		  opacity: 0;
		  transform: translateX(100px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-bg-r {
		opacity : 0;
	}
	.fadein-bg-r.active{
		opacity : 1;
		animation-name: fadein-bg-r;
		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-bg-r {
		0% {
		  opacity: 0;
		  transform: translateX(-100px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	
	.txt-f00,.txt-f01,.txt-f02,.txt-f03,.txt-f04,.txt-f05,.txt-f06,.txt-f07,.txt-f08,.txt-f09,.txt-f10,.txt-f11,.txt-d01,.txt-d02,.txt-d03,.txt-d04,.txt-d05 {
		opacity : 0;
	}
	.txt-f00.active{
		opacity : 1;
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f01.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f02.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f03.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f04.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f05.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f06.active{
		opacity : 1;
		animation-name: fade-in2;
		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;
	}
	.txt-f07.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.6s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f08.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f09.active{
		opacity : 1;
		animation-name: fade-in2;
		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;
	}
	.txt-f10.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.9s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f11.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	
	.txt-d01.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d02.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d03.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d04.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d05.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	
	.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 #315479;
	}
	.foot_fix_btn ul li {
		width: 20%;
		box-sizing: border-box;
		border-right: 1px solid #315479;
	}
	.foot_fix_btn ul li:last-child {
		width: 20%;
		box-sizing: border-box;
		border-right: none;
	}
	.foot_fix_btn ul li a{
		width: 100%;
		height: 50px;
		display: block;
		color: #315479;
		text-decoration: none;
		align-items: center;
		font-size: 10px;
		letter-spacing: 0px;
		box-sizing: border-box;
		background: rgba(255,255,255,0.8);
	}
	.foot_fix_btn ul li a:hover{
		width: 100%;
		height: 50px;
		display: block;
		color: #fff;
		text-decoration: none;
		align-items: center;
		font-size: 10px;
		letter-spacing: 0px;
		box-sizing: border-box;
		background: rgba(49,84,121,0.8);
	}
	.foot_fix_btn ul li a .txt{
		position: relative;
		top: 18px;
	}
	.foot_fix_btn ul li a .txt02{
		position: relative;
		top: 13px;
	}
	
	#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;
	}
	
	/*pro*/
	.pro{
		width: 90%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 15% auto;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		box-sizing: border-box;
		padding: 5% 0;
	}
	.pro .img{
		width: 40%;
	}
	.pro .data{
		width: 55%;
	}
	.pro .data .txt{
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
		margin: 0 0 3% 0;
	}
	.pro .data .name{
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
		text-align: right;
	}
	.pro .data .name span{
		font-size: 10px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		margin: 0 10px 0 0;
		position: relative;
		top: -2px;
	}
	
}
