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%;
		max-width: 2200px;
		position: relative;
		margin: 0 auto 5% auto;
		padding: 0;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 2%;
		z-index: 10;
	}
	.mv-img{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 0 2% 0;
	}
	.mv-img li{
		width: 33.33%;
		overflow: hidden;
		position: relative;
	}
	.mv-sub{
		position: absolute;
		top: 5%;
		left: 7%;
		width: 4%;
	}
	.mv-title-box{
		width: 50%;
		margin: 0 auto;
	}
	.mv-title-box .mv-title01{
		width: 100%;
		margin: 0 auto;
	}
	.mv-title-box .mv-title02{
		width: 45%;
		margin: 0 auto;
	}
	
	/*read*/
	.read{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 10% auto;
		color: #595757;
	}
	.read .txt{
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 3em;
		margin: 0 0 7% 0;
	}
	.top-nav{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.top-nav li{
		width: 28%;
		overflow: hidden;
	}
	.top-nav li a{
		display: block;
		width: 100%;
		position: relative;
	}
	.top-nav li a .num{
		display: block;
		width: max-content;
		position: absolute;
		top: 20px;
		right: 20px;
	}
	.top-nav li a .num img{
		height: 30px;
	}
	.top-nav li a .on{
		width: 100%;
		position: absolute;
		bottom: 0;
		left: -50%;
		background: rgba(255,255,255,0.7);
		opacity: 0;
		transition: .3s;
	}
	.top-nav li a:hover .on{
		left: 0;
		opacity: 1;
		transition: .3s;
	}
	
	/*door*/
	.door{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
		padding: 3% 0 0 0;
	}
	.door-mg{
		margin: 15% auto 5% auto;
	}
	.door .num{
		width: max-content;
		position: absolute;
		top: 20%;
		left: -40%;
		right: 0;
		margin: 0 auto;
	}
	.door .num img{
		height: 50px;
	}
	.door .txt{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 2% auto;
	}
	.door .txt li{
		width: max-content;
		margin: 0 5px;
	}
	.door .txt li.mg{
		width: max-content;
		margin: 0 10px;
	}
	.door .txt li.end{
		width: max-content;
		margin: 0 0;
	}
	.door .txt li img{
		height: 50px;
	}
	.door .sub-txt{
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 21px;
		letter-spacing: 4px;
		color: #595757;
		margin: 0 0 2% 0;
	}
	.scroll{
		width: 1px;
		margin: 0 auto;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 60px;
		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;
	  }
	}
	
	.wrap-bg{
		width: 100%;
		padding: 0 0 5% 0;
		margin: 0 0 7% 0;
		position: relative;
	}
	.wrap-bg02{
		width: 100%;
		margin: 0 0 7% 0;
		position: relative;
	}
	.wrap-bg .bg{
		width: 100%;
		height: 95%;
		background: #f8f8f7;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}
	
	/*item01*/
	.item01{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item01 .img{
		width: 50%;
		overflow: hidden;
	}
	.item01 .data{
		width: 40%;
		padding: 10% 0 0 0;
	}
	.item01 .data .icon{
		width: max-content;
		margin: 0 0 15% 0;
	}
	.item01 .data .icon img{
		height: 25px;
	}
	.item01 .data .color-txt{
		width: max-content;
		margin: 0 auto 3% auto;
	}
	.item01 .data .color-txt img{
		height: 30px;
	}
	.item01 .data .color-box{
		width: max-content;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.item01 .data .color-box li:nth-child(1){
		width: max-content;
	}
	.item01 .data .color-box li:nth-child(1) img{
		height: 25px;
	}
	.item01 .data .color-box li:nth-child(3){
		width: max-content;
	}
	.item01 .data .color-box li:nth-child(3) img{
		height: 25px;
	}
	.item01 .data .color-box li:nth-child(2){
		width: max-content;
		overflow: hidden;
		margin: 0 15px;
	}
	.item01 .data .color-box li:nth-child(2) .color01{
		border: 1px solid #d8d8d8;
		background: #fff;
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item01 .data .color-box li:nth-child(2) .color02{
		border: 1px solid #d7e9f9;
		background: #d7e9f9;
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item01 .data .color-box li:nth-child(2) .color03{
		border: 1px solid #bed0e7;
		background: #bed0e7;
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item01 .data .color-box li:nth-child(2) .color04{
		border: 1px solid #eff0e2;
		background: #eff0e2;
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item01 .data .color-box li:nth-child(2) .color08{
		border: 1px solid #171c61;
		background: #171c61;
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item01 .data .color-box li:nth-child(2) .color09{
		background: rgba(185,194,218,0.5);
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item01 .data .color-box li:nth-child(2) .color10{
		background: rgba(187,165,130,0.5);
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item01 .data .txt{
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 17px;
		letter-spacing: 2px;
		line-height: 2em;
		color: #595757;
		margin: 0 0 10% 0;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.item02 .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		z-index: -1;
	}
	.item02 .img02{
		width: 80%;
		overflow: hidden;
		margin: 0 auto 3% auto;
		position: relative;
		z-index: -1;
	}
	.item02 .img03{
		width: 100%;
		max-width: 1200px;
		overflow: hidden;
		margin: 0 auto 3% auto;
		position: relative;
		z-index: -1;
	}
	.item02 .data-box{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
	.item02 .data-box .data-sp{
		width: 50%;
	}
	.item02 .data-box .data{
		width: 40%;
		padding: 10% 0 0 0;
	}
	.item02 .data-box .data .icon{
		width: max-content;
		margin: 0 0 15% 0;
	}
	.item02 .data-box .data .icon img{
		height: 25px;
	}
	.item02 .data-box .data .color-txt{
		width: max-content;
		margin: 0 auto 3% auto;
	}
	.item02 .data-box .data .color-txt img{
		height: 30px;
	}
	.item02 .data-box .data .color-box{
		width: max-content;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.item02 .data-box .data .color-box li:nth-child(1){
		width: max-content;
	}
	.item02 .data-box .data .color-box li:nth-child(1) img{
		height: 25px;
	}
	.item02 .data-box .data .color-box li:nth-child(3){
		width: max-content;
	}
	.item02 .data-box .data .color-box li:nth-child(3) img{
		height: 25px;
	}
	.item02 .data-box .data .color-box li:nth-child(2){
		width: max-content;
		overflow: hidden;
		margin: 0 15px;
	}
	.item02 .data-box .data .color-box li:nth-child(2) .color01{
		background: rgba(255,101,67,0.5);
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item02 .data-box .data .color-box li:nth-child(2) .color02{
		background: rgba(0,0,0,0.9);
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item02 .data-box .data .txt{
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 17px;
		letter-spacing: 2px;
		line-height: 2em;
		color: #FFFFFF;
		margin: 0 0 10% 0;
	}
	.item02 .link-data{
		width: 100%;
		max-width: 1000px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item02 .link-data .link-box01{
		width: 45%;
	}
	.item02 .link-data .link-box01 .icon{
		width: max-content;
		margin: 0 0 10% 0;
	}
	.item02 .link-data .link-box01 .icon img{
		height: 25px;
	}
	.item02 .link-data .link-box01 .txt{
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 17px;
		letter-spacing: 2px;
		line-height: 2em;
		color: #595757;
	}
	.item02 .link-data .link-box02{
		width: 45%;
	}
	
	/*f-txt*/
	.f-txt{
		width: 100%;
		margin: 0 auto 7% auto;
		padding: 0 0 5% 0;
		border-bottom: 1px solid #eee;
	}
	.f-txt .logo{
		width: 500px;
		margin: 0 auto 2% auto;
	}
	.f-txt .txt{
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 17px;
		letter-spacing: 2px;
		line-height: 3em;
		color: #595757;
	}
	
	/*f-item-box*/
	.f-item-box{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
	}
	.f-item{
		width: 30%;
	}
	.f-item .logo{
		width: 50%;
		display: block;
		margin: 0 auto 3% auto;
	}
	.f-item .txt{
		width: 100%;
		min-height: 210px;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		color: #595757;
		margin: 0 0 5% 0;
	}
	.f-item .img{
		display: block;
		margin: 0 auto 5% auto;
	}
	
	/*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;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		box-sizing: border-box;
		padding: 0 2%;
	}
	.pro .data{
		width: 70%;
	}
	.pro .data .txt{
		font-size: 15px;
		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: 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;
		text-align: right;
	}
	.pro .img{
		width: 25%;
	}
	
	/*item-end*/
	.item-end{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 11px;
		line-height: 2.5em;
		letter-spacing: 1px;
		color: #5e5e5e;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0;
	}
	.Label02 {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0;
		color: #fff;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		left: 15em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label02::after,
	.Label02::before {
		content: "";
		position: absolute;
		left: 15em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #fff;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label02::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label,.Label02,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		border-top: 1px solid #000;
		padding: 5% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label02 + .content {
		height: auto;
		border-top: 1px solid #fff;
		padding: 5% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label02::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	.toggle:checked + .Label02::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	
	
	
	.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;
    }
	.l-icon02::before{
        content: url("../img/l-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
    .s-icon02::before{
        content: url("../img/s-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
	
	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 100px;
		right: 0px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 100px;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
		width: 100%;
		position: relative;
	}
	.side-nav-in a .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.side-nav-in a:hover .on{
		transition: .3s;
		background: rgba(255,255,255,0.8);
		opacity: 1;
	}
	
	/*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;
        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;
	}
	
	/*cart-btm02*/
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #fff;
		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;
	}
	
	.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: #969793;
		border: 1px solid #969793;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #969793;
	  color: #969793;
	}
	
	.cart-btm02 .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #fff;
		display: inline-block;
		text-align: center;
		color: #969793;
	}
	.cart-btm02:hover .btn01 {
	  background: #969793;
	  color: #fff;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: mv-in;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: mv-in;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: mv-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;
	}
	.fade04 {
		animation-name: mv-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade05 {
		animation-name: mv-in4;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv-in {
		0% {
		  opacity: 0;
		  transform: translateY(0px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in2 {
		0% {
		  opacity: 0;
		　-webkit-filter: blur(10px);
		  -moz-filter: blur(10px);
		  -o-filter: blur(10px);
		  -ms-filter: blur(10px);
		  filter: blur(10px);
		  transform: translateY(0px)
		}
		100% {
		  opacity: 1;
		　-webkit-filter: blur(0px);
		  -moz-filter: blur(0px);
		  -o-filter: blur(0px);
		  -ms-filter: blur(0px);
		  filter: blur(0px);
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in3 {
		0% {
		  opacity: 0;
		  transform: translateY(0px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in4 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-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: .5s;
		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;
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		  transform: translateX(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.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;
	}
	
}

/*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 5% auto;
		padding: 0;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 2%;
		z-index: 10;
	}
	.mv-img{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 0 2% 0;
	}
	.mv-img li{
		width: 33.33%;
		overflow: hidden;
		position: relative;
	}
	.mv-sub{
		position: absolute;
		top: 5%;
		left: 7%;
		width: 4%;
	}
	.mv-title-box{
		width: 50%;
		margin: 0 auto;
	}
	.mv-title-box .mv-title01{
		width: 100%;
		margin: 0 auto;
	}
	.mv-title-box .mv-title02{
		width: 45%;
		margin: 0 auto;
	}
	
	/*read*/
	.read{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 10% auto;
		color: #595757;
	}
	.read .txt{
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 3em;
		margin: 0 0 7% 0;
	}
	.top-nav{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.top-nav li{
		width: 28%;
		overflow: hidden;
	}
	.top-nav li a{
		display: block;
		width: 100%;
		position: relative;
	}
	.top-nav li a .num{
		display: block;
		width: max-content;
		position: absolute;
		top: 20px;
		right: 20px;
	}
	.top-nav li a .num img{
		height: 30px;
	}
	.top-nav li a .on{
		width: 100%;
		position: absolute;
		bottom: 0;
		left: -50%;
		background: rgba(255,255,255,0.7);
		opacity: 0;
		transition: .3s;
	}
	.top-nav li a:hover .on{
		opacity: 1;
		left: 0%;
		transition: .3s;
	}
	
	/*door*/
	.door{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
		padding: 3% 0 0 0;
	}
	.door-mg{
		margin: 15% auto 5% auto;
	}
	.door .num{
		width: max-content;
		position: absolute;
		top: 20%;
		left: -40%;
		right: 0;
		margin: 0 auto;
	}
	.door .num img{
		height: 50px;
	}
	.door .txt{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 2% auto;
	}
	.door .txt li{
		width: max-content;
		margin: 0 5px;
	}
	.door .txt li.mg{
		width: max-content;
		margin: 0 10px;
	}
	.door .txt li.end{
		width: max-content;
		margin: 0 0;
	}
	.door .txt li img{
		height: 50px;
	}
	.door .sub-txt{
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 21px;
		letter-spacing: 4px;
		color: #595757;
		margin: 0 0 2% 0;
	}
	.scroll{
		width: 1px;
		margin: 0 auto;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 60px;
		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;
	  }
	}
	
	.wrap-bg{
		width: 100%;
		padding: 0 0 5% 0;
		margin: 0 0 7% 0;
		position: relative;
	}
	.wrap-bg02{
		width: 100%;
		margin: 0 0 7% 0;
		position: relative;
	}
	.wrap-bg .bg{
		width: 100%;
		height: 95%;
		background: #f8f8f7;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}
	
	/*item01*/
	.item01{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item01 .img{
		width: 50%;
		overflow: hidden;
	}
	.item01 .data{
		width: 40%;
		padding: 10% 0 0 0;
	}
	.item01 .data .icon{
		width: max-content;
		margin: 0 0 15% 0;
	}
	.item01 .data .icon img{
		height: 25px;
	}
	.item01 .data .color-txt{
		width: max-content;
		margin: 0 auto 3% auto;
	}
	.item01 .data .color-txt img{
		height: 30px;
	}
	.item01 .data .color-box{
		width: max-content;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.item01 .data .color-box li:nth-child(1){
		width: max-content;
	}
	.item01 .data .color-box li:nth-child(1) img{
		height: 25px;
	}
	.item01 .data .color-box li:nth-child(3){
		width: max-content;
	}
	.item01 .data .color-box li:nth-child(3) img{
		height: 25px;
	}
	.item01 .data .color-box li:nth-child(2){
		width: max-content;
		overflow: hidden;
		margin: 0 15px;
	}
	.item01 .data .color-box li:nth-child(2) .color01{
		border: 1px solid #d8d8d8;
		background: #fff;
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item01 .data .color-box li:nth-child(2) .color02{
		border: 1px solid #d7e9f9;
		background: #d7e9f9;
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item01 .data .color-box li:nth-child(2) .color03{
		border: 1px solid #bed0e7;
		background: #bed0e7;
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item01 .data .color-box li:nth-child(2) .color04{
		border: 1px solid #eff0e2;
		background: #eff0e2;
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item01 .data .color-box li:nth-child(2) .color08{
		border: 1px solid #171c61;
		background: #171c61;
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item01 .data .color-box li:nth-child(2) .color09{
		background: rgba(185,194,218,0.5);
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item01 .data .color-box li:nth-child(2) .color10{
		background: rgba(187,165,130,0.5);
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item01 .data .txt{
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 17px;
		letter-spacing: 2px;
		line-height: 2em;
		color: #595757;
		margin: 0 0 10% 0;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.item02 .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		z-index: -1;
	}
	.item02 .img02{
		width: 80%;
		overflow: hidden;
		margin: 0 auto 3% auto;
		position: relative;
		z-index: -1;
	}
	.item02 .img03{
		width: 100%;
		max-width: 1200px;
		overflow: hidden;
		margin: 0 auto 3% auto;
		position: relative;
		z-index: -1;
	}
	.item02 .data-box{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
	.item02 .data-box .data-sp{
		width: 50%;
	}
	.item02 .data-box .data{
		width: 40%;
		padding: 10% 0 0 0;
	}
	.item02 .data-box .data .icon{
		width: max-content;
		margin: 0 0 15% 0;
	}
	.item02 .data-box .data .icon img{
		height: 25px;
	}
	.item02 .data-box .data .color-txt{
		width: max-content;
		margin: 0 auto 3% auto;
	}
	.item02 .data-box .data .color-txt img{
		height: 30px;
	}
	.item02 .data-box .data .color-box{
		width: max-content;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.item02 .data-box .data .color-box li:nth-child(1){
		width: max-content;
	}
	.item02 .data-box .data .color-box li:nth-child(1) img{
		height: 25px;
	}
	.item02 .data-box .data .color-box li:nth-child(3){
		width: max-content;
	}
	.item02 .data-box .data .color-box li:nth-child(3) img{
		height: 25px;
	}
	.item02 .data-box .data .color-box li:nth-child(2){
		width: max-content;
		overflow: hidden;
		margin: 0 15px;
	}
	.item02 .data-box .data .color-box li:nth-child(2) .color01{
		background: rgba(255,101,67,0.5);
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item02 .data-box .data .color-box li:nth-child(2) .color02{
		background: rgba(0,0,0,0.9);
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item02 .data-box .data .txt{
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 17px;
		letter-spacing: 2px;
		line-height: 2em;
		color: #FFFFFF;
		margin: 0 0 10% 0;
	}
	.item02 .link-data{
		width: 100%;
		max-width: 1000px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item02 .link-data .link-box01{
		width: 45%;
	}
	.item02 .link-data .link-box01 .icon{
		width: max-content;
		margin: 0 0 10% 0;
	}
	.item02 .link-data .link-box01 .icon img{
		height: 25px;
	}
	.item02 .link-data .link-box01 .txt{
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 17px;
		letter-spacing: 2px;
		line-height: 2em;
		color: #595757;
	}
	.item02 .link-data .link-box02{
		width: 45%;
	}
	
	/*f-txt*/
	.f-txt{
		width: 100%;
		margin: 0 auto 7% auto;
		padding: 0 0 5% 0;
		border-bottom: 1px solid #eee;
	}
	.f-txt .logo{
		width: 500px;
		margin: 0 auto 2% auto;
	}
	.f-txt .txt{
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 17px;
		letter-spacing: 2px;
		line-height: 3em;
		color: #595757;
	}
	
	/*f-item-box*/
	.f-item-box{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
	}
	.f-item{
		width: 30%;
	}
	.f-item .logo{
		width: 50%;
		display: block;
		margin: 0 auto 3% auto;
	}
	.f-item .txt{
		width: 100%;
		min-height: 210px;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		color: #595757;
		margin: 0 0 5% 0;
	}
	.f-item .img{
		display: block;
		margin: 0 auto 5% auto;
	}
	
	/*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;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		box-sizing: border-box;
		padding: 0 2%;
	}
	.pro .data{
		width: 70%;
	}
	.pro .data .txt{
		font-size: 15px;
		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: 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;
		text-align: right;
	}
	.pro .img{
		width: 25%;
	}
	
	/*item-end*/
	.item-end{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 11px;
		line-height: 2.5em;
		letter-spacing: 1px;
		color: #5e5e5e;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0;
	}
	.Label02 {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0;
		color: #fff;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		left: 15em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label02::after,
	.Label02::before {
		content: "";
		position: absolute;
		left: 15em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #fff;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label02::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label,.Label02,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		border-top: 1px solid #000;
		padding: 5% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label02 + .content {
		height: auto;
		border-top: 1px solid #fff;
		padding: 5% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label02::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	.toggle:checked + .Label02::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	
	
	
	.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;
    }
	.l-icon02::before{
        content: url("../img/l-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
    .s-icon02::before{
        content: url("../img/s-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
	
	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 100px;
		right: 0px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 100px;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
		width: 100%;
		position: relative;
	}
	.side-nav-in a .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.side-nav-in a:hover .on{
		transition: .3s;
		background: rgba(255,255,255,0.8);
		opacity: 1;
	}
	
	/*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;
        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;
	}
	
	/*cart-btm02*/
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #fff;
		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;
	}
	
	.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: #969793;
		border: 1px solid #969793;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #969793;
	  color: #969793;
	}
	
	.cart-btm02 .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #fff;
		display: inline-block;
		text-align: center;
		color: #969793;
	}
	.cart-btm02:hover .btn01 {
	  background: #969793;
	  color: #fff;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: mv-in;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: mv-in;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: mv-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;
	}
	.fade04 {
		animation-name: mv-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade05 {
		animation-name: mv-in4;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv-in {
		0% {
		  opacity: 0;
		  transform: translateY(0px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in2 {
		0% {
		  opacity: 0;
		　-webkit-filter: blur(10px);
		  -moz-filter: blur(10px);
		  -o-filter: blur(10px);
		  -ms-filter: blur(10px);
		  filter: blur(10px);
		  transform: translateY(0px)
		}
		100% {
		  opacity: 1;
		　-webkit-filter: blur(0px);
		  -moz-filter: blur(0px);
		  -o-filter: blur(0px);
		  -ms-filter: blur(0px);
		  filter: blur(0px);
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in3 {
		0% {
		  opacity: 0;
		  transform: translateY(0px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in4 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-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: .5s;
		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;
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		  transform: translateX(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.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;
	}
	
}

/*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 5% auto;
		padding: 0;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 2%;
		z-index: 10;
	}
	.mv-img{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 0 2% 0;
	}
	.mv-img li{
		width: 33.33%;
		overflow: hidden;
		position: relative;
	}
	.mv-sub{
		position: absolute;
		top: 5%;
		left: 7%;
		width: 4%;
	}
	.mv-title-box{
		width: 45%;
		margin: 0 auto;
	}
	.mv-title-box .mv-title01{
		width: 100%;
		margin: 0 auto;
	}
	.mv-title-box .mv-title02{
		width: 45%;
		margin: 0 auto;
	}
	
	/*read*/
	.read{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 10% auto;
		color: #595757;
	}
	.read .txt{
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 3em;
		margin: 0 0 7% 0;
	}
	.top-nav{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.top-nav li{
		width: 28%;
		overflow: hidden;
	}
	.top-nav li a{
		display: block;
		width: 100%;
		position: relative;
	}
	.top-nav li a .num{
		display: block;
		width: max-content;
		position: absolute;
		top: 20px;
		right: 20px;
	}
	.top-nav li a .num img{
		height: 30px;
	}
	.top-nav li a .on{
		width: 100%;
		position: absolute;
		bottom: 0;
		left: -50%;
		background: rgba(255,255,255,0.7);
		opacity: 0;
		transition: .3s;
	}
	.top-nav li a:hover .on{
		left: 0;
		opacity: 1;
		transition: .3s;
	}
	
	/*door*/
	.door{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
		padding: 3% 0 0 0;
	}
	.door-mg{
		margin: 15% auto 5% auto;
	}
	.door .num{
		width: max-content;
		position: absolute;
		top: 17%;
		left: -50%;
		right: 0;
		margin: 0 auto;
	}
	.door .num img{
		height: 50px;
	}
	.door .txt{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 2% auto;
	}
	.door .txt li{
		width: max-content;
		margin: 0 5px;
	}
	.door .txt li.mg{
		width: max-content;
		margin: 0 10px;
	}
	.door .txt li.end{
		width: max-content;
		margin: 0 0;
	}
	.door .txt li img{
		height: 50px;
	}
	.door .sub-txt{
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 21px;
		letter-spacing: 4px;
		color: #595757;
		margin: 0 0 2% 0;
	}
	.scroll{
		width: 1px;
		margin: 0 auto;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 60px;
		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;
	  }
	}
	
	.wrap-bg{
		width: 100%;
		padding: 0 0 5% 0;
		margin: 0 0 7% 0;
		position: relative;
	}
	.wrap-bg02{
		width: 100%;
		margin: 0 0 7% 0;
		position: relative;
	}
	.wrap-bg .bg{
		width: 100%;
		height: 95%;
		background: #f8f8f7;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}
	
	/*item01*/
	.item01{
		width: 80%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item01 .img{
		width: 50%;
		overflow: hidden;
	}
	.item01 .data{
		width: 40%;
		padding: 10% 0 0 0;
	}
	.item01 .data .icon{
		width: max-content;
		margin: 0 0 15% 0;
	}
	.item01 .data .icon img{
		height: 25px;
	}
	.item01 .data .color-txt{
		width: max-content;
		margin: 0 auto 3% auto;
	}
	.item01 .data .color-txt img{
		height: 30px;
	}
	.item01 .data .color-box{
		width: max-content;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.item01 .data .color-box li:nth-child(1){
		width: max-content;
	}
	.item01 .data .color-box li:nth-child(1) img{
		height: 25px;
	}
	.item01 .data .color-box li:nth-child(3){
		width: max-content;
	}
	.item01 .data .color-box li:nth-child(3) img{
		height: 25px;
	}
	.item01 .data .color-box li:nth-child(2){
		width: max-content;
		overflow: hidden;
		margin: 0 15px;
	}
	.item01 .data .color-box li:nth-child(2) .color01{
		border: 1px solid #d8d8d8;
		background: #fff;
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item01 .data .color-box li:nth-child(2) .color02{
		border: 1px solid #d7e9f9;
		background: #d7e9f9;
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item01 .data .color-box li:nth-child(2) .color03{
		border: 1px solid #bed0e7;
		background: #bed0e7;
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item01 .data .color-box li:nth-child(2) .color04{
		border: 1px solid #eff0e2;
		background: #eff0e2;
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item01 .data .color-box li:nth-child(2) .color08{
		border: 1px solid #171c61;
		background: #171c61;
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item01 .data .color-box li:nth-child(2) .color09{
		background: rgba(185,194,218,0.5);
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item01 .data .color-box li:nth-child(2) .color10{
		background: rgba(187,165,130,0.5);
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item01 .data .txt{
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		color: #595757;
		margin: 0 0 10% 0;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.item02 .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		z-index: -1;
	}
	.item02 .img02{
		width: 80%;
		overflow: hidden;
		margin: 0 auto 3% auto;
		position: relative;
		z-index: -1;
	}
	.item02 .img03{
		width: 80%;
		overflow: hidden;
		margin: 0 auto 3% auto;
		position: relative;
		z-index: -1;
	}
	.item02 .data-box{
		width: 70%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
	.item02 .data-box .data-sp{
		width: 50%;
	}
	.item02 .data-box .data{
		width: 40%;
		padding: 10% 0 0 0;
	}
	.item02 .data-box .data .icon{
		width: max-content;
		margin: 0 0 15% 0;
	}
	.item02 .data-box .data .icon img{
		height: 25px;
	}
	.item02 .data-box .data .color-txt{
		width: max-content;
		margin: 0 auto 3% auto;
	}
	.item02 .data-box .data .color-txt img{
		height: 30px;
	}
	.item02 .data-box .data .color-box{
		width: max-content;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.item02 .data-box .data .color-box li:nth-child(1){
		width: max-content;
	}
	.item02 .data-box .data .color-box li:nth-child(1) img{
		height: 25px;
	}
	.item02 .data-box .data .color-box li:nth-child(3){
		width: max-content;
	}
	.item02 .data-box .data .color-box li:nth-child(3) img{
		height: 25px;
	}
	.item02 .data-box .data .color-box li:nth-child(2){
		width: max-content;
		overflow: hidden;
		margin: 0 15px;
	}
	.item02 .data-box .data .color-box li:nth-child(2) .color01{
		background: rgba(255,101,67,0.5);
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item02 .data-box .data .color-box li:nth-child(2) .color02{
		background: rgba(0,0,0,0.9);
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item02 .data-box .data .txt{
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		color: #FFFFFF;
		margin: 0 0 10% 0;
	}
	.item02 .link-data{
		width: 100%;
		max-width: 1000px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item02 .link-data .link-box01{
		width: 45%;
	}
	.item02 .link-data .link-box01 .icon{
		width: max-content;
		margin: 0 0 10% 0;
	}
	.item02 .link-data .link-box01 .icon img{
		height: 25px;
	}
	.item02 .link-data .link-box01 .txt{
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		color: #595757;
	}
	.item02 .link-data .link-box02{
		width: 45%;
	}
	
	/*f-txt*/
	.f-txt{
		width: 100%;
		margin: 0 auto 7% auto;
		padding: 0 0 5% 0;
		border-bottom: 1px solid #eee;
	}
	.f-txt .logo{
		width: 500px;
		margin: 0 auto 2% auto;
	}
	.f-txt .txt{
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 17px;
		letter-spacing: 2px;
		line-height: 3em;
		color: #595757;
	}
	
	/*f-item-box*/
	.f-item-box{
		width: 80%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
	}
	.f-item{
		width: 30%;
	}
	.f-item .logo{
		width: 50%;
		display: block;
		margin: 0 auto 3% auto;
	}
	.f-item .txt{
		width: 100%;
		min-height: 240px;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		color: #595757;
		margin: 0 0 5% 0;
	}
	.f-item .img{
		display: block;
		margin: 0 auto 5% auto;
	}
	
	/*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;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		box-sizing: border-box;
		padding: 0 2%;
	}
	.pro .data{
		width: 70%;
	}
	.pro .data .txt{
		font-size: 15px;
		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: 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;
		text-align: right;
	}
	.pro .img{
		width: 25%;
	}
	
	/*item-end*/
	.item-end{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 11px;
		line-height: 2.5em;
		letter-spacing: 1px;
		color: #5e5e5e;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0;
	}
	.Label02 {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0;
		color: #fff;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		left: 15em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label02::after,
	.Label02::before {
		content: "";
		position: absolute;
		left: 15em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #fff;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label02::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label,.Label02,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		border-top: 1px solid #000;
		padding: 5% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label02 + .content {
		height: auto;
		border-top: 1px solid #fff;
		padding: 5% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label02::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	.toggle:checked + .Label02::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	
	
	
	.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;
    }
	.l-icon02::before{
        content: url("../img/l-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
    .s-icon02::before{
        content: url("../img/s-size02.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: 0px;
        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;
		width: 100%;
		position: relative;
	}
	.side-nav-in a .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.side-nav-in a:hover .on{
		transition: .3s;
		background: rgba(255,255,255,0.8);
		opacity: 1;
	}
	
	/*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;
        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;
	}
	
	/*cart-btm02*/
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #fff;
		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;
	}
	
	.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: #969793;
		border: 1px solid #969793;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #969793;
	  color: #969793;
	}
	
	.cart-btm02 .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #fff;
		display: inline-block;
		text-align: center;
		color: #969793;
	}
	.cart-btm02:hover .btn01 {
	  background: #969793;
	  color: #fff;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: mv-in;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: mv-in;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: mv-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;
	}
	.fade04 {
		animation-name: mv-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade05 {
		animation-name: mv-in4;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv-in {
		0% {
		  opacity: 0;
		  transform: translateY(0px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in2 {
		0% {
		  opacity: 0;
		　-webkit-filter: blur(10px);
		  -moz-filter: blur(10px);
		  -o-filter: blur(10px);
		  -ms-filter: blur(10px);
		  filter: blur(10px);
		  transform: translateY(0px)
		}
		100% {
		  opacity: 1;
		　-webkit-filter: blur(0px);
		  -moz-filter: blur(0px);
		  -o-filter: blur(0px);
		  -ms-filter: blur(0px);
		  filter: blur(0px);
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in3 {
		0% {
		  opacity: 0;
		  transform: translateY(0px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in4 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-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: .5s;
		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;
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		  transform: translateX(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.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;
	}
    
}

/*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 5% auto;
		padding: 0;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 2%;
		z-index: 10;
	}
	.mv-img{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 0 2% 0;
	}
	.mv-img li{
		width: 33.33%;
		overflow: hidden;
		position: relative;
	}
	.mv-sub{
		position: absolute;
		top: 5%;
		left: 7%;
		width: 4%;
	}
	.mv-title-box{
		width: 45%;
		margin: 0 auto;
	}
	.mv-title-box .mv-title01{
		width: 100%;
		margin: 0 auto;
	}
	.mv-title-box .mv-title02{
		width: 45%;
		margin: 0 auto;
	}
	
	/*read*/
	.read{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 10% auto;
		color: #595757;
	}
	.read .txt{
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 3em;
		margin: 0 0 7% 0;
	}
	.top-nav{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.top-nav li{
		width: 28%;
		overflow: hidden;
	}
	.top-nav li a{
		display: block;
		width: 100%;
		position: relative;
	}
	.top-nav li a .num{
		display: block;
		width: max-content;
		position: absolute;
		top: 20px;
		right: 20px;
	}
	.top-nav li a .num img{
		height: 30px;
	}
	.top-nav li a .on{
		width: 100%;
		position: absolute;
		bottom: 0;
		left: -50%;
		background: rgba(255,255,255,0.7);
		opacity: 0;
		transition: .3s;
	}
	.top-nav li a:hover .on{
		left: 0;
		opacity: 1;
		transition: .3s;
	}
	
	/*door*/
	.door{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
		padding: 3% 0 0 0;
	}
	.door-mg{
		margin: 15% auto 5% auto;
	}
	.door .num{
		width: max-content;
		position: absolute;
		top: 14%;
		left: -60%;
		right: 0;
		margin: 0 auto;
	}
	.door .num img{
		height: 50px;
	}
	.door .txt{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 4% auto;
	}
	.door .txt li{
		width: max-content;
		margin: 0 5px;
	}
	.door .txt li.mg{
		width: max-content;
		margin: 0 10px;
	}
	.door .txt li.end{
		width: max-content;
		margin: 0 0;
	}
	.door .txt li img{
		height: 50px;
	}
	.door .sub-txt{
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 21px;
		letter-spacing: 4px;
		color: #595757;
		margin: 0 0 2% 0;
	}
	.scroll{
		width: 1px;
		margin: 0 auto;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 60px;
		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;
	  }
	}
	
	.wrap-bg{
		width: 100%;
		padding: 0 0 5% 0;
		margin: 0 0 7% 0;
		position: relative;
	}
	.wrap-bg02{
		width: 100%;
		margin: 0 0 7% 0;
		position: relative;
	}
	.wrap-bg .bg{
		width: 100%;
		height: 95%;
		background: #f8f8f7;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}
	
	/*item01*/
	.item01{
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item01 .img{
		width: 50%;
		overflow: hidden;
	}
	.item01 .data{
		width: 40%;
		padding: 10% 0 0 0;
	}
	.item01 .data .icon{
		width: max-content;
		margin: 0 0 15% 0;
	}
	.item01 .data .icon img{
		height: 25px;
	}
	.item01 .data .color-txt{
		width: max-content;
		margin: 0 auto 3% auto;
	}
	.item01 .data .color-txt img{
		height: 30px;
	}
	.item01 .data .color-box{
		width: max-content;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.item01 .data .color-box li:nth-child(1){
		width: max-content;
	}
	.item01 .data .color-box li:nth-child(1) img{
		height: 25px;
	}
	.item01 .data .color-box li:nth-child(3){
		width: max-content;
	}
	.item01 .data .color-box li:nth-child(3) img{
		height: 25px;
	}
	.item01 .data .color-box li:nth-child(2){
		width: max-content;
		overflow: hidden;
		margin: 0 15px;
	}
	.item01 .data .color-box li:nth-child(2) .color01{
		border: 1px solid #d8d8d8;
		background: #fff;
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item01 .data .color-box li:nth-child(2) .color02{
		border: 1px solid #d7e9f9;
		background: #d7e9f9;
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item01 .data .color-box li:nth-child(2) .color03{
		border: 1px solid #bed0e7;
		background: #bed0e7;
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item01 .data .color-box li:nth-child(2) .color04{
		border: 1px solid #eff0e2;
		background: #eff0e2;
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item01 .data .color-box li:nth-child(2) .color08{
		border: 1px solid #171c61;
		background: #171c61;
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item01 .data .color-box li:nth-child(2) .color09{
		background: rgba(185,194,218,0.5);
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item01 .data .color-box li:nth-child(2) .color10{
		background: rgba(187,165,130,0.5);
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item01 .data .txt{
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		color: #595757;
		margin: 0 0 10% 0;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.item02 .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		z-index: -1;
	}
	.item02 .img02{
		width: 90%;
		overflow: hidden;
		margin: 0 auto 3% auto;
		position: relative;
		z-index: -1;
	}
	.item02 .img03{
		width: 90%;
		overflow: hidden;
		margin: 0 auto 3% auto;
		position: relative;
		z-index: -1;
	}
	.item02 .data-box{
		width: 80%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
	.item02 .data-box .data-sp{
		width: 50%;
	}
	.item02 .data-box .data{
		width: 40%;
		padding: 10% 0 0 0;
	}
	.item02 .data-box .data .icon{
		width: max-content;
		margin: 0 0 15% 0;
	}
	.item02 .data-box .data .icon img{
		height: 25px;
	}
	.item02 .data-box .data .color-txt{
		width: max-content;
		margin: 0 auto 3% auto;
	}
	.item02 .data-box .data .color-txt img{
		height: 30px;
	}
	.item02 .data-box .data .color-box{
		width: max-content;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.item02 .data-box .data .color-box li:nth-child(1){
		width: max-content;
	}
	.item02 .data-box .data .color-box li:nth-child(1) img{
		height: 25px;
	}
	.item02 .data-box .data .color-box li:nth-child(3){
		width: max-content;
	}
	.item02 .data-box .data .color-box li:nth-child(3) img{
		height: 25px;
	}
	.item02 .data-box .data .color-box li:nth-child(2){
		width: max-content;
		overflow: hidden;
		margin: 0 15px;
	}
	.item02 .data-box .data .color-box li:nth-child(2) .color01{
		background: rgba(255,101,67,0.5);
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item02 .data-box .data .color-box li:nth-child(2) .color02{
		background: rgba(0,0,0,0.9);
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item02 .data-box .data .txt{
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		color: #FFFFFF;
		margin: 0 0 10% 0;
	}
	.item02 .link-data{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item02 .link-data .link-box01{
		width: 45%;
	}
	.item02 .link-data .link-box01 .icon{
		width: max-content;
		margin: 0 0 10% 0;
	}
	.item02 .link-data .link-box01 .icon img{
		height: 25px;
	}
	.item02 .link-data .link-box01 .txt{
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		color: #595757;
	}
	.item02 .link-data .link-box02{
		width: 45%;
	}
	
	/*f-txt*/
	.f-txt{
		width: 100%;
		margin: 0 auto 7% auto;
		padding: 0 0 5% 0;
		border-bottom: 1px solid #eee;
	}
	.f-txt .logo{
		width: 500px;
		margin: 0 auto 2% auto;
	}
	.f-txt .txt{
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 17px;
		letter-spacing: 2px;
		line-height: 3em;
		color: #595757;
	}
	
	/*f-item-box*/
	.f-item-box{
		width: 90%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
	}
	.f-item{
		width: 30%;
	}
	.f-item .logo{
		width: 50%;
		display: block;
		margin: 0 auto 3% auto;
	}
	.f-item .txt{
		width: 100%;
		min-height: 270px;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		color: #595757;
		margin: 0 0 5% 0;
	}
	.f-item .img{
		display: block;
		margin: 0 auto 5% auto;
	}
	
	/*pro*/
	.pro{
		width: 70%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 7% auto;
		box-sizing: border-box;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		box-sizing: border-box;
		padding: 0 4%;
	}
	.pro .data{
		width: 70%;
	}
	.pro .data .txt{
		font-size: 15px;
		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: 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;
		text-align: right;
	}
	.pro .img{
		width: 25%;
	}
	
	/*item-end*/
	.item-end{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 11px;
		line-height: 2.5em;
		letter-spacing: 1px;
		color: #5e5e5e;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0;
	}
	.Label02 {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0;
		color: #fff;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		left: 15em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label02::after,
	.Label02::before {
		content: "";
		position: absolute;
		left: 15em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #fff;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label02::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label,.Label02,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		border-top: 1px solid #000;
		padding: 5% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label02 + .content {
		height: auto;
		border-top: 1px solid #fff;
		padding: 5% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label02::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	.toggle:checked + .Label02::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	
	
	
	.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;
    }
	.l-icon02::before{
        content: url("../img/l-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
    .s-icon02::before{
        content: url("../img/s-size02.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 .on{
		display: none;
	}
	.side-nav-in a:hover .on{
		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;
        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;
	}
	
	/*cart-btm02*/
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #fff;
		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;
	}
	
	.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: #969793;
		border: 1px solid #969793;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #969793;
	  color: #969793;
	}
	
	.cart-btm02 .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #fff;
		display: inline-block;
		text-align: center;
		color: #969793;
	}
	.cart-btm02:hover .btn01 {
	  background: #969793;
	  color: #fff;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: mv-in;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: mv-in;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: mv-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;
	}
	.fade04 {
		animation-name: mv-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade05 {
		animation-name: mv-in4;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv-in {
		0% {
		  opacity: 0;
		  transform: translateY(0px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in2 {
		0% {
		  opacity: 0;
		　-webkit-filter: blur(10px);
		  -moz-filter: blur(10px);
		  -o-filter: blur(10px);
		  -ms-filter: blur(10px);
		  filter: blur(10px);
		  transform: translateY(0px)
		}
		100% {
		  opacity: 1;
		　-webkit-filter: blur(0px);
		  -moz-filter: blur(0px);
		  -o-filter: blur(0px);
		  -ms-filter: blur(0px);
		  filter: blur(0px);
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in3 {
		0% {
		  opacity: 0;
		  transform: translateY(0px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in4 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-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: .5s;
		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;
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		  transform: translateX(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.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;
	}
	
}

/*//////////////////////////////// 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;
		right: 5%;
		top: 2%;
		z-index: 10;
	}
	.mv-img{
		width: 100%;
		position: relative;
		margin: 0 0 2% 0;
	}
	.mv-img li:nth-child(1){
		width: 55%;
		overflow: hidden;
		position: absolute;
	}
	.mv-img li:nth-child(3){
		width: 60%;
		margin: 0 0 0 40%;
		overflow: hidden;
		padding: 25% 0 0 0;
	}
	.mv-sub{
		position: absolute;
		top: 8%;
		right: 12%;
		width: 7%;
		z-index: 10;
	}
	.mv-title-box{
		width: 80%;
		position: relative;
		margin: 0 auto;
	}
	.mv-title-box .mv-title01{
		width: 100%;
		margin: 0 auto;
	}
	.mv-title-box .mv-title02{
		width: 65%;
		position: absolute;
		top: 11%;
		right: 0;
	}
	
	/*read*/
	.read{
		width: 90%;
		margin: 0 auto 10% auto;
		color: #595757;
	}
	.read .txt{
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2.2em;
		margin: 0 0 15% 0;
	}
	.top-nav{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.top-nav li{
		width: 32%;
		overflow: hidden;
	}
	.top-nav li a{
		display: block;
		width: 100%;
		position: relative;
	}
	.top-nav li a .num{
		display: block;
		width: max-content;
		position: absolute;
		top: 0px;
		right: 5px;
	}
	.top-nav li a .num img{
		height: 15px;
	}
	.top-nav li a .on{
		width: 100%;
		position: absolute;
		bottom: 0;
		left: -50%;
		background: rgba(255,255,255,0.7);
		opacity: 0;
		transition: .3s;
	}
	.top-nav li a:hover .on{
		left: 0;
		opacity: 1;
		transition: .3s;
	}
	
	/*door*/
	.door{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
		padding: 3% 0 0 0;
	}
	.door-mg{
		margin: 15% auto 5% auto;
	}
	.door .num{
		width: max-content;
		margin: 0 auto 5% auto;
		position: relative;
		left: -25px;
	}
	.door .num img{
		height: 30px;
	}
	.door .txt{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 5% auto;
	}
	.door .txt li{
		width: max-content;
		margin: 0 3px;
	}
	.door .txt li.mg{
		width: max-content;
		margin: 0 10px;
	}
	.door .txt li.end{
		width: max-content;
		margin: 0 0;
	}
	.door .txt li img{
		height: 30px;
	}
	.door .sub-txt{
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 15px;
		letter-spacing: 2px;
		color: #595757;
		margin: 0 0 4% 0;
		line-height: 2em;
	}
	.scroll{
		width: 1px;
		margin: 0 auto;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 30px;
		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;
	  }
	}
	
	.wrap-bg{
		width: 100%;
		padding: 0 0 10% 0;
		margin: 0 0 15% 0;
		position: relative;
	}
	.wrap-bg02{
		width: 100%;
		margin: 0 0 15% 0;
		position: relative;
	}
	.wrap-bg .bg{
		width: 100%;
		height: 95%;
		background: #f8f8f7;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}
	
	/*item01*/
	.item01{
		width: 100%;
		margin: 0 auto;
	}
	.item01 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 8% auto;
	}
	.item01 .data{
		width: 90%;
		margin: 0 auto;
	}
	.item01 .icon{
		width: max-content;
		margin: 0 auto 5% auto;
	}
	.item01 .icon img{
		height: 25px;
	}
	.item01 .data .color-txt{
		width: max-content;
		margin: 0 auto 3% auto;
	}
	.item01 .data .color-txt img{
		height: 25px;
	}
	.item01 .data .color-box{
		width: max-content;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.item01 .data .color-box li:nth-child(1){
		width: max-content;
	}
	.item01 .data .color-box li:nth-child(1) img{
		height: 25px;
	}
	.item01 .data .color-box li:nth-child(3){
		width: max-content;
	}
	.item01 .data .color-box li:nth-child(3) img{
		height: 25px;
	}
	.item01 .data .color-box li:nth-child(2){
		width: max-content;
		overflow: hidden;
		margin: 0 15px;
	}
	.item01 .data .color-box li:nth-child(2) .color01{
		border: 1px solid #d8d8d8;
		background: #fff;
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item01 .data .color-box li:nth-child(2) .color02{
		border: 1px solid #d7e9f9;
		background: #d7e9f9;
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item01 .data .color-box li:nth-child(2) .color03{
		border: 1px solid #bed0e7;
		background: #bed0e7;
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item01 .data .color-box li:nth-child(2) .color04{
		border: 1px solid #eff0e2;
		background: #eff0e2;
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item01 .data .color-box li:nth-child(2) .color08{
		border: 1px solid #171c61;
		background: #171c61;
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item01 .data .color-box li:nth-child(2) .color09{
		background: rgba(185,194,218,0.5);
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item01 .data .color-box li:nth-child(2) .color10{
		background: rgba(187,165,130,0.5);
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item01 .data .txt{
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.8em;
		color: #595757;
		margin: 0 0 7% 0;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.item02 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 8% auto;
	}
	.item02 .img02{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 8% auto;
	}
	.item02 .img03{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 8% auto;
	}
	.item02 .data-box{
		width: 90%;
		margin: 0 auto;
	}
	.item02 .data-box .data-sp{
		display: none;
	}
	.item02 .data-box .data{
		width: 100%;
	}
	.item02 .icon{
		width: max-content;
    	margin: 0 auto 5% auto;
	}
	.item02 .icon img{
		height: 25px;
	}
	.item02 .data-box .data .color-txt{
		width: max-content;
		margin: 0 auto 3% auto;
	}
	.item02 .data-box .data .color-txt img{
		height: 25px;
	}
	.item02 .data-box .data .color-box{
		width: max-content;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.item02 .data-box .data .color-box li:nth-child(1){
		width: max-content;
	}
	.item02 .data-box .data .color-box li:nth-child(1) img{
		height: 25px;
	}
	.item02 .data-box .data .color-box li:nth-child(3){
		width: max-content;
	}
	.item02 .data-box .data .color-box li:nth-child(3) img{
		height: 25px;
	}
	.item02 .data-box .data .color-box li:nth-child(2){
		width: max-content;
		overflow: hidden;
		margin: 0 15px;
	}
	.item02 .data-box .data .color-box li:nth-child(2) .color01{
		background: rgba(255,101,67,0.5);
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item02 .data-box .data .color-box li:nth-child(2) .color02{
		background: rgba(0,0,0,0.9);
		width: 100px;
		height: 100%;
		box-sizing: border-box;
	}
	.item02 .data-box .data .txt{
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.8em;
		color: #595757;
		margin: 0 0 7% 0;
	}
	.item02 .link-data{
		width: 90%;
		margin: 0 auto;
	}
	.item02 .link-data .link-box01{
		width: 100%;
	}
	.item02 .link-data .link-box01 .icon{
		width: max-content;
		margin: 0 0 10% 0;
	}
	.item02 .link-data .link-box01 .icon img{
		height: 25px;
	}
	.item02 .link-data .link-box01 .txt{
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.8em;
		color: #595757;
		margin: 0 0 7% 0;
	}
	.item02 .link-data .link-box02{
		width: 100%;
	}
	
	/*f-txt*/
	.f-txt{
		width: 100%;
		margin: 0 auto 10% auto;
		padding: 0 0 10% 0;
		border-bottom: 1px solid #eee;
	}
	.f-txt .logo{
		width: 70%;
		margin: 0 auto 5% auto;
	}
	.f-txt .txt{
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 15px;
		letter-spacing: 3px;
		line-height: 2em;
		color: #595757;
	}
	
	/*f-item-box*/
	.f-item-box{
		width: 90%;
		margin: 0 auto 20% auto;
	}
	.f-item{
		width: 100%;
		margin: 0 0 15% 0;
	}
	.f-item .logo{
		width: 50%;
		display: block;
		margin: 0 auto 3% auto;
	}
	.f-item .txt{
		width: 100%;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.8em;
		color: #595757;
		margin: 0 0 0% 0;
	}
	.f-item .img{
		display: block;
		margin: 0 auto 0 auto;
	}
	
	/*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;
	}
	
	/*item-end*/
	.item-end{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 10% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 11px;
		line-height: 2.5em;
		letter-spacing: 1px;
		color: #5e5e5e;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0;
	}
	.Label02 {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		left: 15em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label02::after,
	.Label02::before {
		content: "";
		position: absolute;
		left: 15em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label02::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label,.Label02,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		border-top: 1px solid #000;
		padding: 5% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label02 + .content {
		height: auto;
		border-top: 1px solid #000;
		padding: 5% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label02::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	.toggle:checked + .Label02::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
	
	.l-icon02::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
    .s-icon02::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
	
	/*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: 13px;
        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: 13px;
		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: 10px;
    	letter-spacing: 0;
		margin: 0 0 0 3px;
		position: relative;
		top: 0px;
	}
	
	/*cart-btm02*/
	.cart-btm02{
		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;
	}
	
	.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: #969793;
		border: 1px solid #969793;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #969793;
	  color: #969793;
	}
	
	.cart-btm02 .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #969793;
		border: 1px solid #969793;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm02:hover .btn01 {
	  background: #fff;
	  border-color: #969793;
	  color: #969793;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: mv-in;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: mv-in;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: mv-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;
	}
	.fade04 {
		animation-name: mv-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade05 {
		animation-name: mv-in4;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv-in {
		0% {
		  opacity: 0;
		  transform: translateY(0px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in2 {
		0% {
		  opacity: 0;
		　-webkit-filter: blur(10px);
		  -moz-filter: blur(10px);
		  -o-filter: blur(10px);
		  -ms-filter: blur(10px);
		  filter: blur(10px);
		  transform: translateY(0px)
		}
		100% {
		  opacity: 1;
		　-webkit-filter: blur(0px);
		  -moz-filter: blur(0px);
		  -o-filter: blur(0px);
		  -ms-filter: blur(0px);
		  filter: blur(0px);
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in3 {
		0% {
		  opacity: 0;
		  transform: translateY(0px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in4 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-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: .5s;
		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;
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		  transform: translateX(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.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;
	}
	
	
	.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);
		background: rgba(255,255,255,0.8);
	}
	.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 #595757;
	}
	.foot_fix_btn ul li {
		width: 33.33%;
		box-sizing: border-box;
		border-right: 1px solid #595757;
		background: rgba(255,255,255,0.8);
	}
	.foot_fix_btn ul li:last-child {
		width: 33.33%;
		box-sizing: border-box;
		border-right: none;
		background: rgba(255,255,255,0.8);
	}
	.foot_fix_btn ul li a .txt{
		width: 80%;
		margin: 0 auto;
	}
	
	#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;
	}
	
}
