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;
}
* {
    margin: 0;
    padding: 0;
}


/*imac*/
@media screen and (min-width: 2560px) and (max-width: 5120px) {
	.sp-on{
		display: none !important;
	}
	
	/*header*/
	header{
		width: 100%;
		max-width: 2200px;
		overflow: hidden;
		margin: 0 auto 5% auto;
		background: #FBF9F7;
		display: flex;
		justify-content: flex-start;
		position: relative;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		right: 2%;
		top: 3%;
		z-index: 20;
	}
	.mv-img{
		width: 50%;
		overflow: hidden;
		position: relative;
	}
	.mv-data{
		width: 50%;
		overflow: hidden;
		position: relative;
	}
	.mv-title-box{
		width: 90%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		right: 0;
	}
	.mv-title01{
		width: 80%;
		overflow: hidden;
		margin: 0 0 0 5%;
	}
	.mv-line{
		width: 100%;
		height: 1px;
		overflow: hidden;
		margin: 5% 0 5% 0;
	}
	.mv-line .line{
		width: 100%;
		height: 1px;
		background: #000;
	}
	.mv-title02{
		width: 80%;
		display: flex;
		justify-content: flex-start;
		margin: 0 0 5% 5%;
	}
	.mv-title02 li:nth-child(1){
		width: 30%;
	}
	.mv-title02 li:nth-child(2){
		width: 70%;
	}
	
	.mv-title03{
		width: 80%;
		margin: 0 0 0 5%;
	}
	.mv-title04{
		width: 40%;
		position: absolute;
		top: -5%;
		right: 10%;
	}
	.scroll{
		width: 40px;
		position: absolute;
		left: 1.5%;
		bottom: 5%;
		z-index: 15;
	}
	.scroll .img{
		width: 10px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 100px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.scrolldown::after{
		content: "";
		position: absolute;
		top: 0;
		width: 1px;
		height: 100px;
		background: #659A68;
		animation: pathmove 1.4s ease-in-out infinite;
		opacity:0;
	}
	@keyframes pathmove{
		0%{
			height:0;
			top:0;
			opacity: 0;
		}
		30%{
			height:50px;
			opacity: 1;
		}
		100%{
			height:0;
			top: 100px;
			opacity: 0;
		}
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 auto 3% auto;
	}
	.read .txt{
		width: 100%;
		text-align: center;
		font-size: 19px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 3% auto;
	}
	.scrolldown2{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 100px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.scrolldown2::after{
		content: "";
		position: absolute;
		top: 0;
		width: 1px;
		height: 100px;
		background: #659A68;
		animation: pathmove 1.4s ease-in-out infinite;
		opacity:0;
	}
	
	/* top-nav-list */
	.top-nav-box{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.top-nav-box .dammy{
		width: 30%;
	}
	.top-nav-box .dammy02{
		position: absolute;
		top: 0;
		left: 0;
		width: 30%;
		z-index: 10;
	}
	.top-nav{
		width: 100%;
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 0;
	}
	.top-nav a{
		text-decoration: none;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.top-nav a .img{
		width: 30%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.top-nav a:hover .img{
		opacity: 1;
		transition: .3s;
	}
	.top-nav-list{
		width: 60%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 0 40%;
	}
	.top-nav-list01{
		width: 60%;
		position: absolute;
		top: 30px;
		right: 0;
	}
	.top-nav-list02{
		width: 60%;
		position: absolute;
		top: 140px;
		right: 0;
	}
	.top-nav-list03{
		width: 60%;
		position: absolute;
		top: 250px;
		right: 0;
	}
	.top-nav-list04{
		width: 60%;
		position: absolute;
		top: 350px;
		right: 0;
	}
	.top-nav-list li:nth-child(1){
		width: max-content;
		display: flex;
	}
	.top-nav a .top-nav-list li:nth-child(1) .icon{
		width: 10px;
		margin: 0 20px 0 0;
		position: relative;
		left: -20px;
		opacity: 0;
		transition: .3s;
	}
	.top-nav a:hover .top-nav-list li:nth-child(1) .icon{
		position: relative;
		left: 0px;
		opacity: 1;
		transition: .3s;
	}
	.top-nav-list li:nth-child(1) .name{
		height: 30px;
	}
	.top-nav-list li:nth-child(2){
		height: 60px;
		width: 1px;
		background: #000;
		margin: 0 40px 0 30px;
	}
	.top-nav a .top-nav-list li:nth-child(3){
		font-size: 35px;
		letter-spacing: 4px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #000;
		transition: .3s;
	}
	.top-nav a:hover .top-nav-list li:nth-child(3){
		color: #659A68;
		transition: .3s;
	}

	/* item */
	.item{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	.rever{
		flex-direction: row-reverse;
	}
	.item-line01{
		width: 1px;
		height: 120%;
		position: absolute;
		overflow: hidden;
		top: -10%;
		left: -10%;
	}
	.item-line01 .line{
		width: 1px;
		height: 100%;
		background: #000;
	}
	.item .img{
		width: 55%;
		overflow: hidden;
	}
	.item .data{
		width: 45%;
		box-sizing: border-box;
		padding: 5% 5% 0 5%;
	}
	.item .data .data-in{
		width: 100%;
		position: relative;
	}
	.item .data .data-in .num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
		margin: 0 0 10% 0;
	}
	.item .data .data-in .num li:nth-child(1){
		width: max-content;
		margin: 0 20px 0 0;
	}
	.item .data .data-in .num li:nth-child(1) img{
		height: 20px;
	}
	.item .data .data-in .num li:nth-child(2){
		width: max-content;
	}
	.item .data .data-in .num li:nth-child(2) img{
		height: 40px;
	}
	.item .data .data-in .title{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item .data .data-in .title li{
		font-size: 45px;
		letter-spacing: 5px;
		color: #e6ede6;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.item .data .data-in .txt{
		width: 100%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 3px;
		line-height: 2.5em;
		margin: 0 0 10% 0;
	}

	/* item02 */
	.item02{
		width: 100%;
		max-width: 900px;
		margin: 0 auto 7% auto;
	}
	.item02 .img{
		width: 90%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item02 .data .data-in01{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 5% auto;
	}
	.item02 .data .data-in01 .num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
		margin: 0 10% 0 0;
	}
	.item02 .data .data-in01 .num li:nth-child(1){
		width: max-content;
		margin: 0 20px 0 0;
	}
	.item02 .data .data-in01 .num li:nth-child(1) img{
		height: 20px;
	}
	.item02 .data .data-in01 .num li:nth-child(2){
		width: max-content;
	}
	.item02 .data .data-in01 .num li:nth-child(2) img{
		height: 40px;
	}
	.item02 .data .data-in01 .title{
		width: 100%;
	}
	.item02 .data .data-in01 .title li{
		font-size: 45px;
		letter-spacing: 5px;
		color: #e6ede6;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.item02 .data .data-in02{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item02 .data .data-in02 .txt{
		width: 45%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 3px;
		line-height: 2.5em;
	}
	.item02 .data .data-in02 .link-box{
		width: 45%;
	}

	/* ac */
	.ac{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.ac .title{
		width: 120px;
		margin: 0 auto 2% auto;
	}
	.ac-list{
		width: 100%;
		max-width: 1100px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.ac-list li{
		width: 49%;
	}
	.ac-list li a{
		width: 100%;
		max-width: 700px;
		display: block;
		margin: 0 auto;
		opacity: 1;
		transition: .3s;
	}
	.ac-list li a:hover{
		opacity: .8;
		transition: .3s;
	}

	/*item-end*/
	.item-end {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		color: #474545;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
		color: #808080;
	}
	.cap{
		width: 100%;
		text-align: right;
		font-size: 12px;
		letter-spacing: 2px;
		margin: 5% 0 0 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: 120px;
		right: 10px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 120px;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in a{
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0 0 30px 0;
	}
	.side-nav-in a .img{
		width: 100%;
		position: relative;
		margin: 0 0 10px 0;
	}
	.side-nav-in a .img .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.side-nav-in a:hover .img .on{
		opacity: 1;
		transition: .3s;
	}
	.side-nav-in a .txt{
		width: 100%;
	}
	.side-nav-in a .txt img{
		height: 24px;
		display: block;
	}
	
	/*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-title02{
        width: 100%;
		font-size: 14px;
        letter-spacing: 1px;
        line-height: 1.5em;
        white-space: nowrap;
		margin: 0 0 2% 0;
	}
    .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-yen02{
		font-size: 15px;
		line-height: 1.9;
		letter-spacing: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        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-yen02 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: #595757;
		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;
		flex-wrap: wrap;
	}
	
	.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: #A2AFB6;
		border: 1px solid #A2AFB6;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #A2AFB6;
		color: #A2AFB6;
	}
	
	
	.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: mv01;
		animation-duration: 5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: mv02;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: mv03;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: mv04;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade05 {
		animation-name: mv05;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade06 {
		animation-name: mv06;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade07 {
		animation-name: mv07;
		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;
	}
	@keyframes mv01 {
		0% {
			opacity: 0;
			transform: scale(1.1);
		}
		20% {
			opacity: 1;
		}
		100% {
			opacity: 1;
			transform: scale(1);
		}
	}
	@keyframes mv02 {
		0% {
			opacity: 0;
			transform: translateY(20%);
		}
		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}
	@keyframes mv03 {
		0% {
			opacity: 1;
			transform: translateX(-100%);
		}
		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}
	@keyframes mv04 {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}
	@keyframes mv05 {
		0% {
			opacity: 0;
			transform: translateX(-20%);
		}
		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}
	@keyframes mv06 {
		0% {
			opacity: 0;
			transform: translateY(20%);
		}
		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}
	@keyframes mv07 {
		0% {
			opacity: 0;
			transform: scale(1.1);
		}
		20% {
			opacity: 1;
		}
		100% {
			opacity: 1;
			transform: scale(1);
		}
	}
	
	.mv-line-ani01{
		animation-name: mv-line-ani01;
		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;
	}
	@keyframes mv-line-ani01 {
		0% {
			opacity: 0;
			transform: translateX(-100%)
		}
		100% {
			opacity: 1;
			transform: translateX(0px)
		}
	}
	.mv-line-ani02{
		animation-name: mv-line-ani02;
		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;
	}
	@keyframes mv-line-ani02 {
		0% {
			opacity: 0;
			transform: translateY(-100%)
		}
		100% {
			opacity: 1;
			transform: translateY(0px)
		}
	}
	
	
	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		animation-name: fadein-up;
		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-up {
		0% {
			opacity: 0;
			transform: translateY(30px)
		}
		100% {
			opacity: 1;
			transform: translateY(0px)
		}
	}
	
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		animation-name: fadein-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-r {
		0% {
			opacity: 0;
			transform: translateX(-30px)
		}
		100% {
			opacity: 1;
			transform: translateX(0px)
		}
	}
	
	.fadein-up-zoom {
		opacity : 0;
	}
	.fadein-up-zoom.active{
		opacity : 1;
		animation-name: fadein-up-zoom;
		animation-duration: 4s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up-zoom {
		0% {
			opacity: 0;
			transform: scale(1.1);
		}
		20% {
			opacity: 1;
		}
		100% {
			opacity: 1;
			transform: scale(1);
		}
	}
	
	.line-ani01 {
		opacity : 0;
	}
	.line-ani01.active{
		opacity : 1;
		animation-name: line-ani01;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani01 {
		0% {
			opacity: 0;
			transform: translateY(-100%);
		}
		100% {
			opacity: 1;
			transform: translateY(0px);
		}
	}
	.line-ani02 {
		opacity : 0;
	}
	.line-ani02.active{
		opacity : 1;
		animation-name: line-ani02;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani02 {
		0% {
			opacity: 0;
			transform: translateY(100%);
		}
		100% {
			opacity: 1;
			transform: translateY(0px);
		}
	}
	.line-ani03 {
		opacity : 0;
	}
	.line-ani03.active{
		opacity : 1;
		animation-name: line-ani03;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani03 {
		0% {
			opacity: 0;
			transform: translateX(-100%);
		}
		100% {
			opacity: 1;
			transform: translateX(0px);
		}
	}
	.line-ani04 {
		opacity : 0;
	}
	.line-ani04.active{
		opacity : 1;
		animation-name: line-ani04;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani04 {
		0% {
			opacity: 0;
			transform: translateX(100%);
		}
		100% {
			opacity: 1;
			transform: translateX(0px);
		}
	}
	
	.txt-ani01 {
		opacity : 1;
	}
	.txt-ani01.active{
		animation-name: txt-ani01;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	.txt-ani02 {
		opacity : 1;
	}
	.txt-ani02.active{
		animation-name: txt-ani01;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	.txt-ani03 {
		opacity : 1;
	}
	.txt-ani03.active{
		animation-name: txt-ani01;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes txt-ani01 {
		0% {
			opacity: 1;
			color: #e6ede6;
		}
		100% {
			opacity: 1;
			color: #000;
		}
	}
	
	.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%;
		overflow: hidden;
		margin: 0 auto 5% auto;
		background: #FBF9F7;
		display: flex;
		justify-content: flex-start;
		position: relative;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		right: 2%;
		top: 3%;
		z-index: 20;
	}
	.mv-img{
		width: 50%;
		overflow: hidden;
		position: relative;
	}
	.mv-data{
		width: 50%;
		overflow: hidden;
		position: relative;
	}
	.mv-title-box{
		width: 90%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		right: 0;
	}
	.mv-title01{
		width: 80%;
		overflow: hidden;
		margin: 0 0 0 5%;
	}
	.mv-line{
		width: 100%;
		height: 1px;
		overflow: hidden;
		margin: 5% 0 5% 0;
	}
	.mv-line .line{
		width: 100%;
		height: 1px;
		background: #000;
	}
	.mv-title02{
		width: 80%;
		display: flex;
		justify-content: flex-start;
		margin: 0 0 5% 5%;
	}
	.mv-title02 li:nth-child(1){
		width: 30%;
	}
	.mv-title02 li:nth-child(2){
		width: 70%;
	}
	
	.mv-title03{
		width: 80%;
		margin: 0 0 0 5%;
	}
	.mv-title04{
		width: 40%;
		position: absolute;
		top: -5%;
		right: 10%;
	}
	.scroll{
		width: 40px;
		position: absolute;
		left: 1.5%;
		bottom: 5%;
		z-index: 15;
	}
	.scroll .img{
		width: 10px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 100px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.scrolldown::after{
		content: "";
		position: absolute;
		top: 0;
		width: 1px;
		height: 100px;
		background: #659A68;
		animation: pathmove 1.4s ease-in-out infinite;
		opacity:0;
	}
	@keyframes pathmove{
		0%{
			height:0;
			top:0;
			opacity: 0;
		}
		30%{
			height:50px;
			opacity: 1;
		}
		100%{
			height:0;
			top: 100px;
			opacity: 0;
		}
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 auto 3% auto;
	}
	.read .txt{
		width: 100%;
		text-align: center;
		font-size: 19px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 3% auto;
	}
	.scrolldown2{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 100px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.scrolldown2::after{
		content: "";
		position: absolute;
		top: 0;
		width: 1px;
		height: 100px;
		background: #659A68;
		animation: pathmove 1.4s ease-in-out infinite;
		opacity:0;
	}
	
	/* top-nav-list */
	.top-nav-box{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.top-nav-box .dammy{
		width: 30%;
	}
	.top-nav-box .dammy02{
		position: absolute;
		top: 0;
		left: 0;
		width: 30%;
		z-index: 10;
	}
	.top-nav{
		width: 100%;
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 0;
	}
	.top-nav a{
		text-decoration: none;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.top-nav a .img{
		width: 30%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.top-nav a:hover .img{
		opacity: 1;
		transition: .3s;
	}
	.top-nav-list{
		width: 60%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 0 40%;
	}
	.top-nav-list01{
		width: 60%;
		position: absolute;
		top: 30px;
		right: 0;
	}
	.top-nav-list02{
		width: 60%;
		position: absolute;
		top: 140px;
		right: 0;
	}
	.top-nav-list03{
		width: 60%;
		position: absolute;
		top: 250px;
		right: 0;
	}
	.top-nav-list04{
		width: 60%;
		position: absolute;
		top: 350px;
		right: 0;
	}
	.top-nav-list li:nth-child(1){
		width: max-content;
		display: flex;
	}
	.top-nav a .top-nav-list li:nth-child(1) .icon{
		width: 10px;
		margin: 0 20px 0 0;
		position: relative;
		left: -20px;
		opacity: 0;
		transition: .3s;
	}
	.top-nav a:hover .top-nav-list li:nth-child(1) .icon{
		position: relative;
		left: 0px;
		opacity: 1;
		transition: .3s;
	}
	.top-nav-list li:nth-child(1) .name{
		height: 30px;
	}
	.top-nav-list li:nth-child(2){
		height: 60px;
		width: 1px;
		background: #000;
		margin: 0 40px 0 30px;
	}
	.top-nav a .top-nav-list li:nth-child(3){
		font-size: 35px;
		letter-spacing: 4px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #000;
		transition: .3s;
	}
	.top-nav a:hover .top-nav-list li:nth-child(3){
		color: #659A68;
		transition: .3s;
	}

	/* item */
	.item{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	.rever{
		flex-direction: row-reverse;
	}
	.item-line01{
		width: 1px;
		height: 120%;
		position: absolute;
		overflow: hidden;
		top: -10%;
		left: -10%;
	}
	.item-line01 .line{
		width: 1px;
		height: 100%;
		background: #000;
	}
	.item .img{
		width: 55%;
		overflow: hidden;
	}
	.item .data{
		width: 45%;
		box-sizing: border-box;
		padding: 5% 5% 0 5%;
	}
	.item .data .data-in{
		width: 100%;
		position: relative;
	}
	.item .data .data-in .num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
		margin: 0 0 10% 0;
	}
	.item .data .data-in .num li:nth-child(1){
		width: max-content;
		margin: 0 20px 0 0;
	}
	.item .data .data-in .num li:nth-child(1) img{
		height: 20px;
	}
	.item .data .data-in .num li:nth-child(2){
		width: max-content;
	}
	.item .data .data-in .num li:nth-child(2) img{
		height: 40px;
	}
	.item .data .data-in .title{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item .data .data-in .title li{
		font-size: 45px;
		letter-spacing: 5px;
		color: #e6ede6;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.item .data .data-in .txt{
		width: 100%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 3px;
		line-height: 2.5em;
		margin: 0 0 25% 0;
	}

	/* item02 */
	.item02{
		width: 100%;
		max-width: 900px;
		margin: 0 auto 7% auto;
	}
	.item02 .img{
		width: 90%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item02 .data .data-in01{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 5% auto;
	}
	.item02 .data .data-in01 .num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
		margin: 0 10% 0 0;
	}
	.item02 .data .data-in01 .num li:nth-child(1){
		width: max-content;
		margin: 0 20px 0 0;
	}
	.item02 .data .data-in01 .num li:nth-child(1) img{
		height: 20px;
	}
	.item02 .data .data-in01 .num li:nth-child(2){
		width: max-content;
	}
	.item02 .data .data-in01 .num li:nth-child(2) img{
		height: 40px;
	}
	.item02 .data .data-in01 .title{
		width: 100%;
	}
	.item02 .data .data-in01 .title li{
		font-size: 45px;
		letter-spacing: 5px;
		color: #e6ede6;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.item02 .data .data-in02{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item02 .data .data-in02 .txt{
		width: 45%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 3px;
		line-height: 2.5em;
	}
	.item02 .data .data-in02 .link-box{
		width: 45%;
	}

	/* ac */
	.ac{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.ac .title{
		width: 120px;
		margin: 0 auto 2% auto;
	}
	.ac-list{
		width: 100%;
		max-width: 1100px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.ac-list li{
		width: 49%;
	}
	.ac-list li a{
		width: 100%;
		max-width: 700px;
		display: block;
		margin: 0 auto;
		opacity: 1;
		transition: .3s;
	}
	.ac-list li a:hover{
		opacity: .8;
		transition: .3s;
	}

	/*item-end*/
	.item-end {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		color: #474545;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
		color: #808080;
	}
	.cap{
		width: 100%;
		text-align: right;
		font-size: 12px;
		letter-spacing: 2px;
		margin: 5% 0 0 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: 120px;
		right: 10px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 120px;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in a{
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0 0 30px 0;
	}
	.side-nav-in a .img{
		width: 100%;
		position: relative;
		margin: 0 0 10px 0;
	}
	.side-nav-in a .img .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.side-nav-in a:hover .img .on{
		opacity: 1;
		transition: .3s;
	}
	.side-nav-in a .txt{
		width: 100%;
	}
	.side-nav-in a .txt img{
		height: 24px;
		display: block;
	}
	
	/*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-title02{
        width: 100%;
		font-size: 14px;
        letter-spacing: 1px;
        line-height: 1.5em;
        white-space: nowrap;
		margin: 0 0 2% 0;
	}
    .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-yen02{
		font-size: 15px;
		line-height: 1.9;
		letter-spacing: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        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-yen02 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: #595757;
		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;
		flex-wrap: wrap;
	}
	
	.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: #A2AFB6;
		border: 1px solid #A2AFB6;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #A2AFB6;
		color: #A2AFB6;
	}
	
	
	.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: mv01;
		animation-duration: 5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: mv02;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: mv03;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: mv04;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade05 {
		animation-name: mv05;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade06 {
		animation-name: mv06;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade07 {
		animation-name: mv07;
		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;
	}
	@keyframes mv01 {
		0% {
			opacity: 0;
			transform: scale(1.1);
		}
		20% {
			opacity: 1;
		}
		100% {
			opacity: 1;
			transform: scale(1);
		}
	}
	@keyframes mv02 {
		0% {
			opacity: 0;
			transform: translateY(20%);
		}
		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}
	@keyframes mv03 {
		0% {
			opacity: 1;
			transform: translateX(-100%);
		}
		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}
	@keyframes mv04 {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}
	@keyframes mv05 {
		0% {
			opacity: 0;
			transform: translateX(-20%);
		}
		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}
	@keyframes mv06 {
		0% {
			opacity: 0;
			transform: translateY(20%);
		}
		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}
	@keyframes mv07 {
		0% {
			opacity: 0;
			transform: scale(1.1);
		}
		20% {
			opacity: 1;
		}
		100% {
			opacity: 1;
			transform: scale(1);
		}
	}
	
	.mv-line-ani01{
		animation-name: mv-line-ani01;
		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;
	}
	@keyframes mv-line-ani01 {
		0% {
			opacity: 0;
			transform: translateX(-100%)
		}
		100% {
			opacity: 1;
			transform: translateX(0px)
		}
	}
	.mv-line-ani02{
		animation-name: mv-line-ani02;
		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;
	}
	@keyframes mv-line-ani02 {
		0% {
			opacity: 0;
			transform: translateY(-100%)
		}
		100% {
			opacity: 1;
			transform: translateY(0px)
		}
	}
	
	
	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		animation-name: fadein-up;
		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-up {
		0% {
			opacity: 0;
			transform: translateY(30px)
		}
		100% {
			opacity: 1;
			transform: translateY(0px)
		}
	}
	
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		animation-name: fadein-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-r {
		0% {
			opacity: 0;
			transform: translateX(-30px)
		}
		100% {
			opacity: 1;
			transform: translateX(0px)
		}
	}
	
	.fadein-up-zoom {
		opacity : 0;
	}
	.fadein-up-zoom.active{
		opacity : 1;
		animation-name: fadein-up-zoom;
		animation-duration: 4s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up-zoom {
		0% {
			opacity: 0;
			transform: scale(1.1);
		}
		20% {
			opacity: 1;
		}
		100% {
			opacity: 1;
			transform: scale(1);
		}
	}
	
	.line-ani01 {
		opacity : 0;
	}
	.line-ani01.active{
		opacity : 1;
		animation-name: line-ani01;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani01 {
		0% {
			opacity: 0;
			transform: translateY(-100%);
		}
		100% {
			opacity: 1;
			transform: translateY(0px);
		}
	}
	.line-ani02 {
		opacity : 0;
	}
	.line-ani02.active{
		opacity : 1;
		animation-name: line-ani02;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani02 {
		0% {
			opacity: 0;
			transform: translateY(100%);
		}
		100% {
			opacity: 1;
			transform: translateY(0px);
		}
	}
	.line-ani03 {
		opacity : 0;
	}
	.line-ani03.active{
		opacity : 1;
		animation-name: line-ani03;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani03 {
		0% {
			opacity: 0;
			transform: translateX(-100%);
		}
		100% {
			opacity: 1;
			transform: translateX(0px);
		}
	}
	.line-ani04 {
		opacity : 0;
	}
	.line-ani04.active{
		opacity : 1;
		animation-name: line-ani04;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani04 {
		0% {
			opacity: 0;
			transform: translateX(100%);
		}
		100% {
			opacity: 1;
			transform: translateX(0px);
		}
	}
	
	.txt-ani01 {
		opacity : 1;
	}
	.txt-ani01.active{
		animation-name: txt-ani01;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	.txt-ani02 {
		opacity : 1;
	}
	.txt-ani02.active{
		animation-name: txt-ani01;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	.txt-ani03 {
		opacity : 1;
	}
	.txt-ani03.active{
		animation-name: txt-ani01;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes txt-ani01 {
		0% {
			opacity: 1;
			color: #e6ede6;
		}
		100% {
			opacity: 1;
			color: #000;
		}
	}
	
	.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%;
		overflow: hidden;
		margin: 0 auto 5% auto;
		background: #FBF9F7;
		display: flex;
		justify-content: flex-start;
		position: relative;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		right: 2%;
		top: 3%;
		z-index: 20;
	}
	.mv-img{
		width: 50%;
		overflow: hidden;
		position: relative;
	}
	.mv-data{
		width: 50%;
		overflow: hidden;
		position: relative;
	}
	.mv-title-box{
		width: 90%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		right: 0;
	}
	.mv-title01{
		width: 80%;
		overflow: hidden;
		margin: 0 0 0 5%;
	}
	.mv-line{
		width: 100%;
		height: 1px;
		overflow: hidden;
		margin: 5% 0 5% 0;
	}
	.mv-line .line{
		width: 100%;
		height: 1px;
		background: #000;
	}
	.mv-title02{
		width: 80%;
		display: flex;
		justify-content: flex-start;
		margin: 0 0 5% 5%;
	}
	.mv-title02 li:nth-child(1){
		width: 30%;
	}
	.mv-title02 li:nth-child(2){
		width: 70%;
	}
	
	.mv-title03{
		width: 80%;
		margin: 0 0 0 5%;
	}
	.mv-title04{
		width: 40%;
		position: absolute;
		top: -5%;
		right: 10%;
	}
	.scroll{
		width: 40px;
		position: absolute;
		left: 1.5%;
		bottom: 5%;
		z-index: 15;
	}
	.scroll .img{
		width: 10px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 100px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.scrolldown::after{
		content: "";
		position: absolute;
		top: 0;
		width: 1px;
		height: 100px;
		background: #659A68;
		animation: pathmove 1.4s ease-in-out infinite;
		opacity:0;
	}
	@keyframes pathmove{
		0%{
			height:0;
			top:0;
			opacity: 0;
		}
		30%{
			height:50px;
			opacity: 1;
		}
		100%{
			height:0;
			top: 100px;
			opacity: 0;
		}
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 auto 3% auto;
	}
	.read .txt{
		width: 100%;
		text-align: center;
		font-size: 19px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 3% auto;
	}
	.scrolldown2{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 100px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.scrolldown2::after{
		content: "";
		position: absolute;
		top: 0;
		width: 1px;
		height: 100px;
		background: #659A68;
		animation: pathmove 1.4s ease-in-out infinite;
		opacity:0;
	}
	
	/* top-nav-list */
	.top-nav-box{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.top-nav-box .dammy{
		width: 30%;
	}
	.top-nav-box .dammy02{
		position: absolute;
		top: 0;
		left: 0;
		width: 30%;
		z-index: 10;
	}
	.top-nav{
		width: 100%;
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 0;
	}
	.top-nav a{
		text-decoration: none;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.top-nav a .img{
		width: 30%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.top-nav a:hover .img{
		opacity: 1;
		transition: .3s;
	}
	.top-nav-list{
		width: 60%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 0 40%;
	}
	.top-nav-list01{
		width: 60%;
		position: absolute;
		top: 30px;
		right: 0;
	}
	.top-nav-list02{
		width: 60%;
		position: absolute;
		top: 140px;
		right: 0;
	}
	.top-nav-list03{
		width: 60%;
		position: absolute;
		top: 250px;
		right: 0;
	}
	.top-nav-list04{
		width: 60%;
		position: absolute;
		top: 350px;
		right: 0;
	}
	.top-nav-list li:nth-child(1){
		width: max-content;
		display: flex;
	}
	.top-nav a .top-nav-list li:nth-child(1) .icon{
		width: 10px;
		margin: 0 20px 0 0;
		position: relative;
		left: -20px;
		opacity: 0;
		transition: .3s;
	}
	.top-nav a:hover .top-nav-list li:nth-child(1) .icon{
		position: relative;
		left: 0px;
		opacity: 1;
		transition: .3s;
	}
	.top-nav-list li:nth-child(1) .name{
		height: 30px;
	}
	.top-nav-list li:nth-child(2){
		height: 60px;
		width: 1px;
		background: #000;
		margin: 0 40px 0 30px;
	}
	.top-nav a .top-nav-list li:nth-child(3){
		font-size: 35px;
		letter-spacing: 4px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #000;
		transition: .3s;
	}
	.top-nav a:hover .top-nav-list li:nth-child(3){
		color: #659A68;
		transition: .3s;
	}

	/* item */
	.item{
		width: 90%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	.rever{
		flex-direction: row-reverse;
	}
	.item-line01{
		width: 1px;
		height: 120%;
		position: absolute;
		overflow: hidden;
		top: -10%;
		left: -10%;
	}
	.item-line01 .line{
		width: 1px;
		height: 100%;
		background: #000;
	}
	.item .img{
		width: 55%;
		overflow: hidden;
	}
	.item .data{
		width: 45%;
		box-sizing: border-box;
		padding: 5% 5% 0 5%;
	}
	.item .data .data-in{
		width: 100%;
		position: relative;
	}
	.item .data .data-in .num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
		margin: 0 0 10% 0;
	}
	.item .data .data-in .num li:nth-child(1){
		width: max-content;
		margin: 0 20px 0 0;
	}
	.item .data .data-in .num li:nth-child(1) img{
		height: 20px;
	}
	.item .data .data-in .num li:nth-child(2){
		width: max-content;
	}
	.item .data .data-in .num li:nth-child(2) img{
		height: 40px;
	}
	.item .data .data-in .title{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item .data .data-in .title li{
		font-size: 40px;
		letter-spacing: 5px;
		color: #e6ede6;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.item .data .data-in .txt{
		width: 100%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 3px;
		line-height: 2.5em;
		margin: 0 0 10% 0;
	}

	/* item02 */
	.item02{
		width: 80%;
		margin: 0 auto 7% auto;
	}
	.item02 .img{
		width: 80%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item02 .data .data-in01{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 5% auto;
	}
	.item02 .data .data-in01 .num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
		margin: 0 10% 0 0;
	}
	.item02 .data .data-in01 .num li:nth-child(1){
		width: max-content;
		margin: 0 20px 0 0;
	}
	.item02 .data .data-in01 .num li:nth-child(1) img{
		height: 20px;
	}
	.item02 .data .data-in01 .num li:nth-child(2){
		width: max-content;
	}
	.item02 .data .data-in01 .num li:nth-child(2) img{
		height: 40px;
	}
	.item02 .data .data-in01 .title{
		width: 100%;
	}
	.item02 .data .data-in01 .title li{
		font-size: 40px;
		letter-spacing: 5px;
		color: #e6ede6;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.item02 .data .data-in02{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item02 .data .data-in02 .txt{
		width: 45%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 3px;
		line-height: 2.5em;
	}
	.item02 .data .data-in02 .link-box{
		width: 45%;
	}

	/* ac */
	.ac{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.ac .title{
		width: 120px;
		margin: 0 auto 2% auto;
	}
	.ac-list{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.ac-list li{
		width: 49%;
	}
	.ac-list li a{
		width: 100%;
		max-width: 700px;
		display: block;
		margin: 0 auto;
		opacity: 1;
		transition: .3s;
	}
	.ac-list li a:hover{
		opacity: .8;
		transition: .3s;
	}

	/*item-end*/
	.item-end {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		color: #474545;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
		color: #808080;
	}
	.cap{
		width: 100%;
		text-align: right;
		font-size: 12px;
		letter-spacing: 2px;
		margin: 5% 0 0 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: 120px;
		right: 10px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 120px;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in a{
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0 0 30px 0;
	}
	.side-nav-in a .img{
		width: 100%;
		position: relative;
		margin: 0 0 10px 0;
	}
	.side-nav-in a .img .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.side-nav-in a:hover .img .on{
		opacity: 1;
		transition: .3s;
	}
	.side-nav-in a .txt{
		width: 100%;
	}
	.side-nav-in a .txt img{
		height: 24px;
		display: block;
	}
	
	/*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-title02{
        width: 100%;
		font-size: 14px;
        letter-spacing: 1px;
        line-height: 1.5em;
        white-space: nowrap;
		margin: 0 0 2% 0;
	}
    .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-yen02{
		font-size: 15px;
		line-height: 1.9;
		letter-spacing: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        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-yen02 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: #595757;
		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;
		flex-wrap: wrap;
	}
	
	.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: #A2AFB6;
		border: 1px solid #A2AFB6;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #A2AFB6;
		color: #A2AFB6;
	}
	
	
	.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: mv01;
		animation-duration: 5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: mv02;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: mv03;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: mv04;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade05 {
		animation-name: mv05;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade06 {
		animation-name: mv06;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade07 {
		animation-name: mv07;
		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;
	}
	@keyframes mv01 {
		0% {
			opacity: 0;
			transform: scale(1.1);
		}
		20% {
			opacity: 1;
		}
		100% {
			opacity: 1;
			transform: scale(1);
		}
	}
	@keyframes mv02 {
		0% {
			opacity: 0;
			transform: translateY(20%);
		}
		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}
	@keyframes mv03 {
		0% {
			opacity: 1;
			transform: translateX(-100%);
		}
		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}
	@keyframes mv04 {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}
	@keyframes mv05 {
		0% {
			opacity: 0;
			transform: translateX(-20%);
		}
		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}
	@keyframes mv06 {
		0% {
			opacity: 0;
			transform: translateY(20%);
		}
		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}
	@keyframes mv07 {
		0% {
			opacity: 0;
			transform: scale(1.1);
		}
		20% {
			opacity: 1;
		}
		100% {
			opacity: 1;
			transform: scale(1);
		}
	}
	
	.mv-line-ani01{
		animation-name: mv-line-ani01;
		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;
	}
	@keyframes mv-line-ani01 {
		0% {
			opacity: 0;
			transform: translateX(-100%)
		}
		100% {
			opacity: 1;
			transform: translateX(0px)
		}
	}
	.mv-line-ani02{
		animation-name: mv-line-ani02;
		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;
	}
	@keyframes mv-line-ani02 {
		0% {
			opacity: 0;
			transform: translateY(-100%)
		}
		100% {
			opacity: 1;
			transform: translateY(0px)
		}
	}
	
	
	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		animation-name: fadein-up;
		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-up {
		0% {
			opacity: 0;
			transform: translateY(30px)
		}
		100% {
			opacity: 1;
			transform: translateY(0px)
		}
	}
	
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		animation-name: fadein-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-r {
		0% {
			opacity: 0;
			transform: translateX(-30px)
		}
		100% {
			opacity: 1;
			transform: translateX(0px)
		}
	}
	
	.fadein-up-zoom {
		opacity : 0;
	}
	.fadein-up-zoom.active{
		opacity : 1;
		animation-name: fadein-up-zoom;
		animation-duration: 4s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up-zoom {
		0% {
			opacity: 0;
			transform: scale(1.1);
		}
		20% {
			opacity: 1;
		}
		100% {
			opacity: 1;
			transform: scale(1);
		}
	}
	
	.line-ani01 {
		opacity : 0;
	}
	.line-ani01.active{
		opacity : 1;
		animation-name: line-ani01;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani01 {
		0% {
			opacity: 0;
			transform: translateY(-100%);
		}
		100% {
			opacity: 1;
			transform: translateY(0px);
		}
	}
	.line-ani02 {
		opacity : 0;
	}
	.line-ani02.active{
		opacity : 1;
		animation-name: line-ani02;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani02 {
		0% {
			opacity: 0;
			transform: translateY(100%);
		}
		100% {
			opacity: 1;
			transform: translateY(0px);
		}
	}
	.line-ani03 {
		opacity : 0;
	}
	.line-ani03.active{
		opacity : 1;
		animation-name: line-ani03;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani03 {
		0% {
			opacity: 0;
			transform: translateX(-100%);
		}
		100% {
			opacity: 1;
			transform: translateX(0px);
		}
	}
	.line-ani04 {
		opacity : 0;
	}
	.line-ani04.active{
		opacity : 1;
		animation-name: line-ani04;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani04 {
		0% {
			opacity: 0;
			transform: translateX(100%);
		}
		100% {
			opacity: 1;
			transform: translateX(0px);
		}
	}
	
	.txt-ani01 {
		opacity : 1;
	}
	.txt-ani01.active{
		animation-name: txt-ani01;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	.txt-ani02 {
		opacity : 1;
	}
	.txt-ani02.active{
		animation-name: txt-ani01;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	.txt-ani03 {
		opacity : 1;
	}
	.txt-ani03.active{
		animation-name: txt-ani01;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes txt-ani01 {
		0% {
			opacity: 1;
			color: #e6ede6;
		}
		100% {
			opacity: 1;
			color: #000;
		}
	}
	
	.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%;
		overflow: hidden;
		margin: 0 auto 5% auto;
		background: #FBF9F7;
		display: flex;
		justify-content: flex-start;
		position: relative;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		right: 2%;
		top: 3%;
		z-index: 20;
	}
	.mv-img{
		width: 50%;
		overflow: hidden;
		position: relative;
	}
	.mv-data{
		width: 50%;
		overflow: hidden;
		position: relative;
	}
	.mv-title-box{
		width: 90%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		right: 0;
	}
	.mv-title01{
		width: 80%;
		overflow: hidden;
		margin: 0 0 0 5%;
	}
	.mv-line{
		width: 100%;
		height: 1px;
		overflow: hidden;
		margin: 5% 0 5% 0;
	}
	.mv-line .line{
		width: 100%;
		height: 1px;
		background: #000;
	}
	.mv-title02{
		width: 80%;
		display: flex;
		justify-content: flex-start;
		margin: 0 0 5% 5%;
	}
	.mv-title02 li:nth-child(1){
		width: 30%;
	}
	.mv-title02 li:nth-child(2){
		width: 70%;
	}
	
	.mv-title03{
		width: 80%;
		margin: 0 0 0 5%;
	}
	.mv-title04{
		width: 40%;
		position: absolute;
		top: -5%;
		right: 10%;
	}
	.scroll{
		width: 40px;
		position: absolute;
		left: 1.5%;
		bottom: 5%;
		z-index: 15;
	}
	.scroll .img{
		width: 10px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 100px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.scrolldown::after{
		content: "";
		position: absolute;
		top: 0;
		width: 1px;
		height: 100px;
		background: #659A68;
		animation: pathmove 1.4s ease-in-out infinite;
		opacity:0;
	}
	@keyframes pathmove{
		0%{
			height:0;
			top:0;
			opacity: 0;
		}
		30%{
			height:50px;
			opacity: 1;
		}
		100%{
			height:0;
			top: 100px;
			opacity: 0;
		}
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 auto 3% auto;
	}
	.read .txt{
		width: 100%;
		text-align: center;
		font-size: 19px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 3% auto;
	}
	.scrolldown2{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 100px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.scrolldown2::after{
		content: "";
		position: absolute;
		top: 0;
		width: 1px;
		height: 100px;
		background: #659A68;
		animation: pathmove 1.4s ease-in-out infinite;
		opacity:0;
	}
	
	/* top-nav-list */
	.top-nav-box{
		width: 90%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.top-nav-box .dammy{
		width: 30%;
	}
	.top-nav-box .dammy02{
		position: absolute;
		top: 0;
		left: 0;
		width: 30%;
		z-index: 10;
	}
	.top-nav{
		width: 100%;
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 0;
	}
	.top-nav a{
		text-decoration: none;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.top-nav a .img{
		width: 30%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.top-nav a:hover .img{
		opacity: 1;
		transition: .3s;
	}
	.top-nav-list{
		width: 60%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 0 40%;
	}
	.top-nav-list01{
		width: 60%;
		position: absolute;
		top: 40px;
		right: 0;
	}
	.top-nav-list02{
		width: 60%;
		position: absolute;
		top: 140px;
		right: 0;
	}
	.top-nav-list03{
		width: 60%;
		position: absolute;
		top: 235px;
		right: 0;
	}
	.top-nav-list04{
		width: 60%;
		position: absolute;
		top: 330px;
		right: 0;
	}
	.top-nav-list li:nth-child(1){
		width: max-content;
		display: flex;
	}
	.top-nav a .top-nav-list li:nth-child(1) .icon{
		width: 10px;
		margin: 0 20px 0 0;
		position: relative;
		left: -20px;
		opacity: 0;
		transition: .3s;
	}
	.top-nav a:hover .top-nav-list li:nth-child(1) .icon{
		position: relative;
		left: 0px;
		opacity: 1;
		transition: .3s;
	}
	.top-nav-list li:nth-child(1) .name{
		height: 30px;
	}
	.top-nav-list li:nth-child(2){
		height: 50px;
		width: 1px;
		background: #000;
		margin: 0 40px 0 30px;
	}
	.top-nav a .top-nav-list li:nth-child(3){
		font-size: 30px;
		letter-spacing: 4px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #000;
		transition: .3s;
	}
	.top-nav a:hover .top-nav-list li:nth-child(3){
		color: #659A68;
		transition: .3s;
	}

	/* item */
	.item{
		width: 90%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	.rever{
		flex-direction: row-reverse;
	}
	.item-line01{
		width: 1px;
		height: 120%;
		position: absolute;
		overflow: hidden;
		top: -10%;
		left: -10%;
	}
	.item-line01 .line{
		width: 1px;
		height: 100%;
		background: #000;
	}
	.item .img{
		width: 55%;
		overflow: hidden;
	}
	.item .data{
		width: 45%;
		box-sizing: border-box;
		padding: 5% 5% 0 5%;
	}
	.item .data .data-in{
		width: 100%;
		position: relative;
	}
	.item .data .data-in .num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
		margin: 0 0 10% 0;
	}
	.item .data .data-in .num li:nth-child(1){
		width: max-content;
		margin: 0 20px 0 0;
	}
	.item .data .data-in .num li:nth-child(1) img{
		height: 15px;
	}
	.item .data .data-in .num li:nth-child(2){
		width: max-content;
	}
	.item .data .data-in .num li:nth-child(2) img{
		height: 30px;
	}
	.item .data .data-in .title{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item .data .data-in .title li{
		font-size: 30px;
		letter-spacing: 5px;
		color: #e6ede6;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.item .data .data-in .txt{
		width: 100%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 3px;
		line-height: 2.5em;
		margin: 0 0 10% 0;
	}

	/* item02 */
	.item02{
		width: 80%;
		margin: 0 auto 7% auto;
	}
	.item02 .img{
		width: 70%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item02 .data .data-in01{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 5% auto;
	}
	.item02 .data .data-in01 .num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
		margin: 0 10% 0 0;
	}
	.item02 .data .data-in01 .num li:nth-child(1){
		width: max-content;
		margin: 0 20px 0 0;
	}
	.item02 .data .data-in01 .num li:nth-child(1) img{
		height: 15px;
	}
	.item02 .data .data-in01 .num li:nth-child(2){
		width: max-content;
	}
	.item02 .data .data-in01 .num li:nth-child(2) img{
		height: 30px;
	}
	.item02 .data .data-in01 .title{
		width: 100%;
	}
	.item02 .data .data-in01 .title li{
		font-size: 30px;
		letter-spacing: 5px;
		color: #e6ede6;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.item02 .data .data-in02{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item02 .data .data-in02 .txt{
		width: 45%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 3px;
		line-height: 2.5em;
	}
	.item02 .data .data-in02 .link-box{
		width: 45%;
	}

	/* ac */
	.ac{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.ac .title{
		width: 120px;
		margin: 0 auto 2% auto;
	}
	.ac-list{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.ac-list li{
		width: 49%;
	}
	.ac-list li a{
		width: 100%;
		max-width: 700px;
		display: block;
		margin: 0 auto;
		opacity: 1;
		transition: .3s;
	}
	.ac-list li a:hover{
		opacity: .8;
		transition: .3s;
	}

	/*item-end*/
	.item-end {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		color: #474545;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
		color: #808080;
	}
	.cap{
		width: 100%;
		text-align: right;
		font-size: 12px;
		letter-spacing: 2px;
		margin: 5% 0 0 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: 120px;
		right: 10px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 120px;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in a{
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0 0 30px 0;
	}
	.side-nav-in a .img{
		width: 100%;
		position: relative;
		margin: 0 0 10px 0;
	}
	.side-nav-in a .img .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.side-nav-in a:hover .img .on{
		opacity: 1;
		transition: .3s;
	}
	.side-nav-in a .txt{
		width: 100%;
	}
	.side-nav-in a .txt img{
		height: 24px;
		display: block;
	}
	
	/*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-title02{
        width: 100%;
		font-size: 14px;
        letter-spacing: 1px;
        line-height: 1.5em;
        white-space: nowrap;
		margin: 0 0 2% 0;
	}
    .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-yen02{
		font-size: 15px;
		line-height: 1.9;
		letter-spacing: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        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-yen02 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: #595757;
		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;
		flex-wrap: wrap;
	}
	
	.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: #A2AFB6;
		border: 1px solid #A2AFB6;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #A2AFB6;
		color: #A2AFB6;
	}
	
	
	.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: mv01;
		animation-duration: 5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: mv02;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: mv03;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: mv04;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade05 {
		animation-name: mv05;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade06 {
		animation-name: mv06;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade07 {
		animation-name: mv07;
		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;
	}
	@keyframes mv01 {
		0% {
			opacity: 0;
			transform: scale(1.1);
		}
		20% {
			opacity: 1;
		}
		100% {
			opacity: 1;
			transform: scale(1);
		}
	}
	@keyframes mv02 {
		0% {
			opacity: 0;
			transform: translateY(20%);
		}
		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}
	@keyframes mv03 {
		0% {
			opacity: 1;
			transform: translateX(-100%);
		}
		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}
	@keyframes mv04 {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}
	@keyframes mv05 {
		0% {
			opacity: 0;
			transform: translateX(-20%);
		}
		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}
	@keyframes mv06 {
		0% {
			opacity: 0;
			transform: translateY(20%);
		}
		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}
	@keyframes mv07 {
		0% {
			opacity: 0;
			transform: scale(1.1);
		}
		20% {
			opacity: 1;
		}
		100% {
			opacity: 1;
			transform: scale(1);
		}
	}
	
	.mv-line-ani01{
		animation-name: mv-line-ani01;
		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;
	}
	@keyframes mv-line-ani01 {
		0% {
			opacity: 0;
			transform: translateX(-100%)
		}
		100% {
			opacity: 1;
			transform: translateX(0px)
		}
	}
	.mv-line-ani02{
		animation-name: mv-line-ani02;
		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;
	}
	@keyframes mv-line-ani02 {
		0% {
			opacity: 0;
			transform: translateY(-100%)
		}
		100% {
			opacity: 1;
			transform: translateY(0px)
		}
	}
	
	
	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		animation-name: fadein-up;
		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-up {
		0% {
			opacity: 0;
			transform: translateY(30px)
		}
		100% {
			opacity: 1;
			transform: translateY(0px)
		}
	}
	
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		animation-name: fadein-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-r {
		0% {
			opacity: 0;
			transform: translateX(-30px)
		}
		100% {
			opacity: 1;
			transform: translateX(0px)
		}
	}
	
	.fadein-up-zoom {
		opacity : 0;
	}
	.fadein-up-zoom.active{
		opacity : 1;
		animation-name: fadein-up-zoom;
		animation-duration: 4s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up-zoom {
		0% {
			opacity: 0;
			transform: scale(1.1);
		}
		20% {
			opacity: 1;
		}
		100% {
			opacity: 1;
			transform: scale(1);
		}
	}
	
	.line-ani01 {
		opacity : 0;
	}
	.line-ani01.active{
		opacity : 1;
		animation-name: line-ani01;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani01 {
		0% {
			opacity: 0;
			transform: translateY(-100%);
		}
		100% {
			opacity: 1;
			transform: translateY(0px);
		}
	}
	.line-ani02 {
		opacity : 0;
	}
	.line-ani02.active{
		opacity : 1;
		animation-name: line-ani02;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani02 {
		0% {
			opacity: 0;
			transform: translateY(100%);
		}
		100% {
			opacity: 1;
			transform: translateY(0px);
		}
	}
	.line-ani03 {
		opacity : 0;
	}
	.line-ani03.active{
		opacity : 1;
		animation-name: line-ani03;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani03 {
		0% {
			opacity: 0;
			transform: translateX(-100%);
		}
		100% {
			opacity: 1;
			transform: translateX(0px);
		}
	}
	.line-ani04 {
		opacity : 0;
	}
	.line-ani04.active{
		opacity : 1;
		animation-name: line-ani04;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani04 {
		0% {
			opacity: 0;
			transform: translateX(100%);
		}
		100% {
			opacity: 1;
			transform: translateX(0px);
		}
	}
	
	.txt-ani01 {
		opacity : 1;
	}
	.txt-ani01.active{
		animation-name: txt-ani01;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	.txt-ani02 {
		opacity : 1;
	}
	.txt-ani02.active{
		animation-name: txt-ani01;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	.txt-ani03 {
		opacity : 1;
	}
	.txt-ani03.active{
		animation-name: txt-ani01;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes txt-ani01 {
		0% {
			opacity: 1;
			color: #e6ede6;
		}
		100% {
			opacity: 1;
			color: #000;
		}
	}
	
	.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%;
		overflow: hidden;
		margin: 0 auto 10% auto;
		background: #FBF9F7;
		position: relative;
	}
	.mv-logo{
		width: 17%;
		position: absolute;
		left: 3%;
		top: 2%;
		z-index: 20;
	}
	.mv-img{
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.mv-data{
		width: 100%;
		overflow: hidden;
		position: relative;
		padding: 5% 0;
	}
	.mv-title-box{
		width: 90%;
		margin: 0 auto;
	}
	.mv-title01{
		width: 100%;
		overflow: hidden;
	}
	.mv-line{
		width: 100%;
		height: 1px;
		overflow: hidden;
		margin: 5% 0 5% 0;
	}
	.mv-line .line{
		width: 100%;
		height: 1px;
		background: #000;
	}
	.mv-title02{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 5% auto;
	}
	.mv-title02 li:nth-child(1){
		width: 30%;
	}
	.mv-title02 li:nth-child(2){
		width: 70%;
		position: relative;
		top: 15px;
	}
	
	.mv-title03{
		width: 100%;
	}
	.mv-title04{
		width: 55%;
		position: absolute;
		top: 39%;
		right: 5%;
	}
	.scroll{
		width: 40px;
		position: absolute;
		left: 4%;
		bottom: 0%;
		z-index: 15;
	}
	.scroll .img{
		width: 13px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 100px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.scrolldown::after{
		content: "";
		position: absolute;
		top: 0;
		width: 1px;
		height: 100px;
		background: #659A68;
		animation: pathmove 1.4s ease-in-out infinite;
		opacity:0;
	}
	@keyframes pathmove{
		0%{
			height:0;
			top:0;
			opacity: 0;
		}
		30%{
			height:50px;
			opacity: 1;
		}
		100%{
			height:0;
			top: 100px;
			opacity: 0;
		}
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.read .txt{
		width: 100%;
		text-align: center;
		font-size: 18px;
		letter-spacing: 4px;
		line-height: 2.2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 3% auto;
	}
	.scrolldown2{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 60px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.scrolldown2::after{
		content: "";
		position: absolute;
		top: 0;
		width: 1px;
		height: 60px;
		background: #659A68;
		animation: pathmove 1.4s ease-in-out infinite;
		opacity:0;
	}
	
	/* top-nav-list */
	.top-nav-box{
		width: 90%;
		min-height: 620px;
		margin: 0 auto 15% auto;
		position: relative;
	}
	.top-nav-box .dammy{
		width: 70%;
		margin: 0 auto;
	}
	.top-nav-box .dammy02{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 70%;
		margin: 0 auto;
		z-index: 10;
	}
	.top-nav{
		width: 100%;
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 0;
	}
	.top-nav a{
		text-decoration: none;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.top-nav a .img{
		width: 70%;
		margin: 0 auto;
		opacity: 0;
		transition: .3s;
	}
	.top-nav a:hover .img{
		opacity: 1;
		transition: .3s;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.top-nav-list01{
		width: 100%;
		position: relative;
		top: 20px;
	}
	.top-nav-list02{
		width: 100%;
		position: relative;
		top: 80px;
	}
	.top-nav-list03{
		width: 100%;
		position: relative;
		top: 140px;
	}
	.top-nav-list04{
		width: 100%;
		position: relative;
		top: 200px;
	}
	.top-nav-list li:nth-child(1){
		width: 100px;
		display: flex;
	}
	.top-nav a .top-nav-list li:nth-child(1) .icon{
		width: 10px;
		margin: 0 20px 0 0;
		position: relative;
		left: -20px;
		top: -7px;
		opacity: 0;
		transition: .3s;
	}
	.top-nav a:hover .top-nav-list li:nth-child(1) .icon{
		position: relative;
		left: 0px;
		opacity: 1;
		transition: .3s;
	}
	.top-nav-list li:nth-child(1) .name{
		height: 17px;
		position: relative;
		top: 4px;
	}
	.top-nav-list li:nth-child(2){
		height: 30px;
		width: 1px;
		background: #000;
		margin: 0 15px 0 15px;
	}
	.top-nav a .top-nav-list li:nth-child(3){
		font-size: 21px;
		letter-spacing: 2px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #000;
		transition: .3s;
	}
	.top-nav a:hover .top-nav-list li:nth-child(3){
		color: #659A68;
		transition: .3s;
	}

	/* item */
	.item{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.rever{
	}
	.item-line01{
		width: 90%;
		height: 1px;
		overflow: hidden;
		margin: 0 0 5% 10%;
	}
	.item-line01 .line{
		width: 100%;
		height: 1px;
		background: #000;
	}
	.item .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item .data{
		width: 90%;
		margin: 0 auto;
	}
	.item .data .data-in{
		width: 100%;
		position: relative;
	}
	.item .num{
		width: 80%;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
		margin: 0 auto 5% auto;
	}
	.item .num li:nth-child(1){
		width: max-content;
		margin: 0 20px 0 0;
	}
	.item .num li:nth-child(1) img{
		height: 15px;
	}
	.item .num li:nth-child(2){
		width: max-content;
	}
	.item .num li:nth-child(2) img{
		height: 30px;
	}
	.item .title{
		width: 80%;
		margin: 0 auto 5% auto;
	}
	.item .title li{
		font-size: 28px;
		letter-spacing: 6px;
		line-height: 1.5em;
		color: #e6ede6;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.item .data .data-in .txt{
		width: 100%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		margin: 0 0 5% 0;
	}

	/* item02 */
	.item02{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item02 .num{
		width: 80%;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
		margin: 0 auto 5% auto;
	}
	.item02 .num li:nth-child(1){
		width: max-content;
		margin: 0 20px 0 0;
	}
	.item02 .num li:nth-child(1) img{
		height: 15px;
	}
	.item02 .num li:nth-child(2){
		width: max-content;
	}
	.item02 .num li:nth-child(2) img{
		height: 30px;
	}
	.item02 .title{
		width: 80%;
		margin: 0 auto 5% auto;
	}
	.item02 .title li{
		font-size: 28px;
		letter-spacing: 6px;
		line-height: 1.5em;
		color: #e6ede6;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.item02 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item02 .data .data-in02{
		width: 90%;
		margin: 0 auto;
	}
	.item02 .data .data-in02 .txt{
		width: 100%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		margin: 0 0 5% 0;
	}
	.item02 .data .data-in02 .link-box{
		width: 100%;
	}

	/* ac */
	.ac{
		width: 100%;
		margin: 0 0 15% 0;
	}
	.ac .title{
		width: 100px;
		margin: 0 auto 4% auto;
	}
	.ac-list{
		width: 90%;
		margin: 0 auto;
	}
	.ac-list li{
		width: 100%;
	}
	.ac-list li:nth-child(1){
		width: 100%;
		margin: 0 0 5% 0;
	}
	.ac-list li a{
		width: 100%;
		display: block;
		margin: 0 auto;
		opacity: 1;
		transition: .3s;
	}
	.ac-list li a:hover{
		opacity: .8;
		transition: .3s;
	}
	
    
	.item-end {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 10px;
		letter-spacing: 1px;
		line-height: 2.5em;
		text-align: center;
		color: #474545;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 10% 0;
		color: #808080;
	}
	.cap{
		width: 100%;
		text-align: right;
		font-size: 12px;
		letter-spacing: 2px;
		margin: 5% 0 0 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:hover{
		display: none;
	}
	
	/*f-banner*/
	.f-banner{
		width: 70%;
		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: 80%;
		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: 10px;
		bottom: 10px;
		width: 35px;
		display: block;
		z-index: 9999;
	}
	
	/*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-title02{
        width: 100%;
		font-size: 14px;
        letter-spacing: 1px;
        line-height: 1.5em;
        white-space: nowrap;
		margin: 0 0 2% 0;
	}
    .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-yen02{
		font-size: 15px;
		line-height: 1.9;
		letter-spacing: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        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-yen02 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: #595757;
		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;
		flex-wrap: wrap;
	}
	
	.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: #A2AFB6;
		border: 1px solid #A2AFB6;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #A2AFB6;
		color: #A2AFB6;
	}
	
	
	.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: mv01;
		animation-duration: 5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: mv02;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: mv03;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: mv04;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade05 {
		animation-name: mv05;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade06 {
		animation-name: mv06;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade07 {
		animation-name: mv07;
		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;
	}
	@keyframes mv01 {
		0% {
			opacity: 0;
			transform: scale(1.1);
		}
		20% {
			opacity: 1;
		}
		100% {
			opacity: 1;
			transform: scale(1);
		}
	}
	@keyframes mv02 {
		0% {
			opacity: 0;
			transform: translateY(20%);
		}
		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}
	@keyframes mv03 {
		0% {
			opacity: 1;
			transform: translateX(-100%);
		}
		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}
	@keyframes mv04 {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}
	@keyframes mv05 {
		0% {
			opacity: 0;
			transform: translateX(-20%);
		}
		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}
	@keyframes mv06 {
		0% {
			opacity: 0;
			transform: translateY(20%);
		}
		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}
	@keyframes mv07 {
		0% {
			opacity: 0;
			transform: scale(1.1);
		}
		20% {
			opacity: 1;
		}
		100% {
			opacity: 1;
			transform: scale(1);
		}
	}
	
	.mv-line-ani01{
		animation-name: mv-line-ani01;
		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;
	}
	@keyframes mv-line-ani01 {
		0% {
			opacity: 0;
			transform: translateX(-100%)
		}
		100% {
			opacity: 1;
			transform: translateX(0px)
		}
	}
	.mv-line-ani02{
		animation-name: mv-line-ani02;
		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;
	}
	@keyframes mv-line-ani02 {
		0% {
			opacity: 0;
			transform: translateY(-100%)
		}
		100% {
			opacity: 1;
			transform: translateY(0px)
		}
	}
	
	
	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		animation-name: fadein-up;
		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-up {
		0% {
			opacity: 0;
			transform: translateY(30px)
		}
		100% {
			opacity: 1;
			transform: translateY(0px)
		}
	}
	
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		animation-name: fadein-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-r {
		0% {
			opacity: 0;
			transform: translateX(-30px)
		}
		100% {
			opacity: 1;
			transform: translateX(0px)
		}
	}
	
	.fadein-up-zoom {
		opacity : 0;
	}
	.fadein-up-zoom.active{
		opacity : 1;
		animation-name: fadein-up-zoom;
		animation-duration: 4s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up-zoom {
		0% {
			opacity: 0;
			transform: scale(1.1);
		}
		20% {
			opacity: 1;
		}
		100% {
			opacity: 1;
			transform: scale(1);
		}
	}
	
	.line-ani01 {
		opacity : 0;
	}
	.line-ani01.active{
		opacity : 1;
		animation-name: line-ani01;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani01 {
		0% {
			opacity: 0;
			transform: translateY(-100%);
		}
		100% {
			opacity: 1;
			transform: translateY(0px);
		}
	}
	.line-ani02 {
		opacity : 0;
	}
	.line-ani02.active{
		opacity : 1;
		animation-name: line-ani02;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani02 {
		0% {
			opacity: 0;
			transform: translateY(100%);
		}
		100% {
			opacity: 1;
			transform: translateY(0px);
		}
	}
	.line-ani03 {
		opacity : 0;
	}
	.line-ani03.active{
		opacity : 1;
		animation-name: line-ani03;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani03 {
		0% {
			opacity: 0;
			transform: translateX(-100%);
		}
		100% {
			opacity: 1;
			transform: translateX(0px);
		}
	}
	.line-ani04 {
		opacity : 0;
	}
	.line-ani04.active{
		opacity : 1;
		animation-name: line-ani04;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani04 {
		0% {
			opacity: 0;
			transform: translateX(100%);
		}
		100% {
			opacity: 1;
			transform: translateX(0px);
		}
	}
	
	.txt-ani01 {
		opacity : 1;
	}
	.txt-ani01.active{
		animation-name: txt-ani01;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	.txt-ani02 {
		opacity : 1;
	}
	.txt-ani02.active{
		animation-name: txt-ani01;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	.txt-ani03 {
		opacity : 1;
	}
	.txt-ani03.active{
		animation-name: txt-ani01;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes txt-ani01 {
		0% {
			opacity: 1;
			color: #e6ede6;
		}
		100% {
			opacity: 1;
			color: #000;
		}
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	
}
