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;
	color: #3E3A39;
}

/*imac*/
@media screen and (min-width: 2560px) and (max-width: 5120px) {
	.sp-on{
		display: none !important;
	}

	.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;
    }

	.header{
		width: 100%;
		position: relative;
		background: #FAF6ED;
	}
	.header .mv-logo{
		width: 5%;
		position: absolute;
		right: 2%;
		top: 3%;
		z-index: 20;
	}
	.header .mv-img{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.header .mv-img .img{
		width: 50%;
		overflow: hidden;
		position: relative;
	}

	.mv-title-box{
		width: 40%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.mv-title01{
		width: max-content;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: center;
	}
	.mv-title01 li{
		width: 50px;
		margin: 0 4px;
	}
	.mv-title02{
		width: 80%;
		margin: 0 auto 10% auto;
	}
	.mv-title02 img{
		width: 90%;
		display: block;
		margin: 0 auto;
	}
	.mv-title03-1{
		width: 100%;
		margin: 0 auto 2% auto;
	}
	.mv-title03-2{
		width: 100%;
	}
	.mv-line{
		width: 100%;
		height: 1px;
		position: relative;
		overflow: hidden;
		margin: 3% 0 0 0;
	}
	.mv-line-in{
		width: 100%;
		height: 1px;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-icon01{
		width: 12%;
		position: absolute;
		top: 5%;
		left: 5%;
	}
	.mv-icon01 img{
		z-index: 10;
		position: relative;
	}
	.mv-icon02{
		width: 12%;
		position: absolute;
		bottom: 5%;
		right: 5%;
	}
	.mv-icon02 img{
		z-index: 10;
		position: relative;
	}
	.mv-icon-line01{
		width: 15px;
		height: 120%;
		position: absolute;
		overflow: hidden;
		top: -10%;
		left: 10%;
	}
	.mv-icon-line01-in{
		width: 15px;
		height: 100%;
		background: #395471;
		position: absolute;
		top: 0%;
		left: 0%;
	}
	.mv-icon-line02{
		width: 15px;
		height: 120%;
		position: absolute;
		overflow: hidden;
		top: -10%;
		right: 10%;
	}
	.mv-icon-line02-in{
		width: 15px;
		height: 100%;
		background: #D5CED0;
		position: absolute;
		top: 0%;
		left: 0%;
	}
	.mv-ar{
		width: 40px;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 80px;
		z-index: 10;
		animation: ar-ani 2s ease 1s infinite normal backwards;
	}
	@keyframes ar-ani {
		0% {
			opacity: 0;
			transform: translateY(0px);
		}
		90% {
			opacity: 1;
			transform: translateY(30px);
		}
		100% {
			opacity: 0;
			transform: translateY(30px);
		}
	}


	/* read */
	.read{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.read .txt-box{
		width: 100%;
		font-size: 18px;
		letter-spacing: 5px;
		text-align: center;
		line-height: 3.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		background: #FAF6ED;
		padding: 5% 0;
		margin: 0 0 5% 0;
	}
	.top-nav{
		width: 55%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.top-nav li{
		width: 30%;
	}
	.top-nav li a{
		width: 100%;
		display: block;
	}
	.top-nav li a .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.top-nav li a .img img{
		width: 100%;
		transform: scale(1);
		transition: .3s;
	}
	.top-nav li a:hover .img img{
		width: 100%;
		transform: scale(1.1);
		transition: .3s;
	}
	.top-nav li a .txt{
		width: 100%;
	}
	.top-nav li a .txt img{
		height: 20px;
		margin: 0 auto;
		display: block;
	}

	/* door */
	.door{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.door .vol{
		width: max-content;
		margin: 0 auto 2% auto;
		position: relative;
		left: -15px;
	}
	.door .vol img{
		height: 30px;
		display: block;
		margin: 0 auto;
	}
	.door .title{
		width: max-content;
		display: flex;
		justify-content: center;
		margin: 0 auto 1% auto;
	}
	.door .title li{
		width: 45px;
		margin: 0 2px;
	}
	.door .title-a{
		width: max-content;
		margin: 0 auto 1% auto;
	}
	.door .title-a img{
		height: 30px;
	}
	.door .ar{
		width: 50px;
		margin: 0 auto 5% auto;
		animation: ar-ani 2s ease 1s infinite normal backwards;
	}
	@keyframes ar-ani {
		0% {
			opacity: 0;
			transform: translateY(0px);
		}
		90% {
			opacity: 1;
			transform: translateY(30px);
		}
		100% {
			opacity: 0;
			transform: translateY(30px);
		}
	}
	.door .door-list{
		width: 35%;
		margin: 0 auto;
		position: relative;
		left: 15px;
	}
	.door .door-list li{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 18px;
		letter-spacing: 4px;
		line-height: 1.8em;
		position: relative;
		margin: 0 0 4% 0;
		color: #3E3A39;
	}
	.door .door-list li:last-child{
		margin: 0 0 0 0;
	}
	.door .door-list li .icon{
		display: block;
		width: 15px;
		height: 15px;
		border: 1px solid #000;
		box-sizing: border-box;
		position: absolute;
		top: 8px;
		left: -30px;
	}
	.door .door-list li .icon .on{
		display: block;
		width: 20px;
		position: absolute;
		top: -20px;
		left: 2px;
	}

	/* item-top */
	.item-top{
		width: 100%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.item-top .s-img01{
		width: 25%;
		position: absolute;
		top: 20%;
		left: 0;
	}
	.item-top .s-img02{
		width: 25%;
		position: absolute;
		top: 20%;
		right: 0;
	}
	.item-top .img{
		width: 45%;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item-top .img .img-box{
		width: 100%;
		overflow: hidden;
	}
	.item-top .img .icon{
		width: 120px;
		position: absolute;
		top: 5%;
		right: -60px;
		z-index: 10;
	}
	.item-top .data-r{
		margin: 0 auto;
		position: relative;
		left: 5%;
	}
	.item-top .data-l{
		margin: 0 auto;
		position: relative;
		right: 5%;
	}
	.item-top .data{
		width: 55%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.item-top .data .data01{
		width: 45%;
	}
	.item-top .data .data01 .txt{
		font-size: 15px;
		letter-spacing: 4px;
		line-height: 2.5em;
		text-align: justify;
	}
	.item-top .data .data02{
		width: 45%;
	}
	.item-top .data .data00{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item-top .data .data00 .title-list{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
	}
	.item-top .data .data00 .title-list li:nth-child(1){
		width: max-content;
	}
	.item-top .data .data00 .title-list li:nth-child(1) img{
		height: 50px;
		margin: 0 0 0 0;
	}
	.item-top .data .data00 .title-list li:nth-child(2){
		width: max-content;
		margin: 0 30px;
		position: relative;
		top: 4px;
	}
	.item-top .data .data00 .title-list li:nth-child(3){
		width: max-content;
		position: relative;
		top: -10px;
	}
	.item-top .data .data00 .title-list li:nth-child(3) img{
		height: 38px;
		position: relative;
		top: 10px;
	}
	.item-top .data .data00 .title-list li:nth-child(4){
		width: max-content;
		margin: 0 10px;
		position: relative;
		top: -10px;
	}
	.item-top .data .data00 .title-list li:nth-child(4) img{
		height: 25px;
	}
	.item-top .data .data00 .title-list li:nth-child(5){
		width: max-content;
		position: relative;
		top: -10px;
	}
	.item-top .data .data00 .title-list li:nth-child(5) img{
		height: 25px;
	}

	.item-top .data .data00 .title-list02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
	}
	.item-top .data .data00 .title-list02 li:nth-child(1){
		width: max-content;
	}
	.item-top .data .data00 .title-list02 li:nth-child(1) img{
		height: 50px;
		margin: 0 0 0 0;
	}
	.item-top .data .data00 .title-list02 li:nth-child(2){
		width: max-content;
		margin: 0 30px;
		position: relative;
		top: 4px;
	}
	.item-top .data .data00 .title-list02 li:nth-child(3){
		width: max-content;
		position: relative;
		top: -10px;
	}
	.item-top .data .data00 .title-list02 li:nth-child(3) img{
		height: 30px;
		position: relative;
		top: 7px;
	}


	/* item */
	.rever{
		flex-direction: row-reverse;
	}
	.item{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
	}
	.item .img{
		width: 50%;
		position: relative;
	}
	.item .img .icon01{
		width: 120px;
		position: absolute;
		top: 5%;
		left: -60px;
		z-index: 10;
	}
	.item .img .icon02{
		width: 120px;
		position: absolute;
		top: 5%;
		right: -60px;
		z-index: 10;
	}
	.item .img .link-box01{
		width: 60%;
		margin: 5% 0 0 5%;
	}
	.item .img .link-box02{
		width: 60%;
		margin: 5% 0 0 35%;
	}
	.item .data{
		width: 40%;
		box-sizing: border-box;
		padding: 5% 0 0 0;
		position: relative;
	}
	.item .data .link-box{
		width: 70%;
		margin: 0 auto;
	}
	.item .data .title-box-01{
		width: 80%;
		margin: 0 auto;
	}
	.item .data .title-box-02{
		width: 70%;
		margin: 0 auto;
	}
	.item .data .title-box-03{
		width: 90%;
		margin: 0 auto;
	}
	.item .data .title01{
		width: 100%;
		margin: 0 0 4% 0;
	}
	.item .data .title01 img{
		height: 50px;
	}
	.title02-box{
		width: 100%;
		position: relative;
		margin: 0 0 50% 0;
	}
	.item .data .title02-box .title02{
		width: max-content;
		height: 40px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: absolute;
		right: 0;
	}
	.item .data .title02-box .title02 li:nth-child(1){
		width: 60px;
		margin: 0 10px 0 0;
	}
	.item .data .title02-box .title02 li:nth-child(2){
		width: max-content;
	}
	.item .data .title02-box .title02 li:nth-child(2) img{
		height: 25px;
	}
	.item .data .title02-box .title03{
		width: max-content;
		height: 40px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: absolute;
		right: 0;
	}
	.item .data .title02-box .title03 li:nth-child(1){
		width: 60px;
		margin: 0 10px 0 0;
	}
	.item .data .title02-box .title03 li:nth-child(2){
		width: max-content;
	}
	.item .data .title02-box .title03 li:nth-child(2) img{
		height: 30px;
		position: relative;
		top: 7px;
	}
	.item .data .txt{
		width: 70%;
		font-size: 15px;
		letter-spacing: 4px;
		line-height: 2.5em;
		text-align: justify;
		margin: 0 auto 15% auto;
	}

	/* item-a */
	.item-a-box{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
	}
	.item-a{
		width: 47%;
	}
	.item-a .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 10% auto;
	}
	.item-a .txt{
		width: 70%;
		min-height: 112px;
		font-size: 15px;
		letter-spacing: 4px;
		line-height: 2.5em;
		text-align: justify;
		margin: 0 auto 10% auto;
	}
	.item-a .link-box{
		width: 80%;
		margin: 0 auto;
	}

	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 100px;
		right: 10px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 100%;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 30px 0;
	}
	.side-nav-in a:hover{
		opacity: .5;
		transition: .3s;
	}

	/* closs */
	.closs{
		width: 16px;
		height: 42px;
		position: relative;
		margin: 0 auto;
	}
	.closs .closs-line01{
		width: 1px;
		height: 20px;
		background: #3E3A39;
		position: absolute;
		top: 0;
		left: 0;
	}
	.closs .closs-line02{
		width: 1px;
		height: 20px;
		background: #3E3A39;
		position: absolute;
		top: 0;
		right: 0;
	}
	.closs .closs-line03{
		width: 1px;
		height: 20px;
		background: #3E3A39;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.closs .closs-line04{
		width: 1px;
		height: 20px;
		background: #3E3A39;
		position: absolute;
		bottom: 0;
		right: 0;
	}

	.closs01 {
		opacity : 1;
	}
	.closs01.active{
		opacity : 1;
		animation-name: closs01;
		animation-duration: .1s;
		animation-timing-function: ease-in;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes closs01 {
		0% {
			top: 0;
			left: 0;
			transform:rotate(0deg);
		}
		100% {
			top: 1px;
			left: 0px;
			transform:rotate(-35deg);
		}
	}
	.closs02 {
		opacity : 1;
	}
	.closs02.active{
		opacity : 1;
		animation-name: closs02;
		animation-duration: .1s;
		animation-timing-function: ease-in;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes closs02 {
		0% {
			top: 0;
			right: 0;
			transform:rotate(0deg);
		}
		100% {
			top: 1px;
			right: 0px;
			transform:rotate(35deg);
		}
	}
	.closs03 {
		opacity : 1;
	}
	.closs03.active{
		opacity : 1;
		animation-name: closs03;
		animation-duration: .1s;
		animation-timing-function: ease-in;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes closs03 {
		0% {
			bottom: 0;
			left: 0;
			transform:rotate(0deg);
		}
		100% {
			bottom: 1px;
			left: 0px;
			transform:rotate(35deg);
		}
	}
	.closs04 {
		opacity : 1;
	}
	.closs04.active{
		opacity : 1;
		animation-name: closs04;
		animation-duration: .1s;
		animation-timing-function: ease-in;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes closs04 {
		0% {
			bottom: 0;
			right: 0;
			transform:rotate(0deg);
		}
		100% {
			bottom: 1px;
			right: 0px;
			transform:rotate(-35deg);
		}
	}

	

	/*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;
	}
	.cert-btm-color{
		color: #fff !important;
		margin: 3% 0 !important;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 15px;
		line-height: 1.9;
		letter-spacing: 0;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 11px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	
	.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: #CFC4B9;
		border: 1px solid #CFC4B9;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #CFC4B9;
		color: #CFC4B9;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid #fff;
		display: inline-block;
		text-align: center;
		color: #6C8FB1;
	}
	.cart-btm:hover .btn02 {
		background: #6C8FB1;
		border-color: #fff;
		color: #fff;
	}
	
	.btn-border {
		background-color: transparent;
		color: #1d1d1d;
	}
	.btn-arrow {
		position: relative;
		-webkit-transition: background-color 300ms ease-out;
		transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
		display: inline-block;
		position: relative;
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
		position: absolute;
		width: 1.1em;
		right: 0px;
		right: 0rem;
		opacity: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: right, opacity;
	}
	.btn-arrow img * {
		stroke-width: 5;
		stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}

	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
		letter-spacing: 1px;
		padding: 10px 0 10px 0;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		border-top: 0.7px solid #000;
		padding: 2% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
		top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}

	/*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-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*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;
	}
	
	.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;
	}

	.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;
    }

	.header{
		width: 100%;
		position: relative;
		background: #FAF6ED;
	}
	.header .mv-logo{
		width: 5%;
		position: absolute;
		right: 2%;
		top: 3%;
		z-index: 20;
	}
	.header .mv-img{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.header .mv-img .img{
		width: 50%;
		overflow: hidden;
		position: relative;
	}

	.mv-title-box{
		width: 40%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.mv-title01{
		width: max-content;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: center;
	}
	.mv-title01 li{
		width: 50px;
		margin: 0 4px;
	}
	.mv-title02{
		width: 80%;
		margin: 0 auto 10% auto;
	}
	.mv-title02 img{
		width: 90%;
		display: block;
		margin: 0 auto;
	}
	.mv-title03-1{
		width: 100%;
		margin: 0 auto 2% auto;
	}
	.mv-title03-2{
		width: 100%;
	}
	.mv-line{
		width: 100%;
		height: 1px;
		position: relative;
		overflow: hidden;
		margin: 3% 0 0 0;
	}
	.mv-line-in{
		width: 100%;
		height: 1px;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-icon01{
		width: 12%;
		position: absolute;
		top: 5%;
		left: 5%;
	}
	.mv-icon01 img{
		z-index: 10;
		position: relative;
	}
	.mv-icon02{
		width: 12%;
		position: absolute;
		bottom: 5%;
		right: 5%;
	}
	.mv-icon02 img{
		z-index: 10;
		position: relative;
	}
	.mv-icon-line01{
		width: 15px;
		height: 120%;
		position: absolute;
		overflow: hidden;
		top: -10%;
		left: 10%;
	}
	.mv-icon-line01-in{
		width: 15px;
		height: 100%;
		background: #395471;
		position: absolute;
		top: 0%;
		left: 0%;
	}
	.mv-icon-line02{
		width: 15px;
		height: 120%;
		position: absolute;
		overflow: hidden;
		top: -10%;
		right: 10%;
	}
	.mv-icon-line02-in{
		width: 15px;
		height: 100%;
		background: #D5CED0;
		position: absolute;
		top: 0%;
		left: 0%;
	}
	.mv-ar{
		width: 40px;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 80px;
		z-index: 10;
		animation: ar-ani 2s ease 1s infinite normal backwards;
	}
	@keyframes ar-ani {
		0% {
			opacity: 0;
			transform: translateY(0px);
		}
		90% {
			opacity: 1;
			transform: translateY(30px);
		}
		100% {
			opacity: 0;
			transform: translateY(30px);
		}
	}


	/* read */
	.read{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.read .txt-box{
		width: 100%;
		font-size: 18px;
		letter-spacing: 5px;
		text-align: center;
		line-height: 3.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		background: #FAF6ED;
		padding: 5% 0;
		margin: 0 0 5% 0;
	}
	.top-nav{
		width: 55%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.top-nav li{
		width: 30%;
	}
	.top-nav li a{
		width: 100%;
		display: block;
	}
	.top-nav li a .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.top-nav li a .img img{
		width: 100%;
		transform: scale(1);
		transition: .3s;
	}
	.top-nav li a:hover .img img{
		width: 100%;
		transform: scale(1.1);
		transition: .3s;
	}
	.top-nav li a .txt{
		width: 100%;
	}
	.top-nav li a .txt img{
		height: 20px;
		margin: 0 auto;
		display: block;
	}

	/* door */
	.door{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.door .vol{
		width: max-content;
		margin: 0 auto 2% auto;
		position: relative;
		left: -15px;
	}
	.door .vol img{
		height: 30px;
		display: block;
		margin: 0 auto;
	}
	.door .title{
		width: max-content;
		display: flex;
		justify-content: center;
		margin: 0 auto 1% auto;
	}
	.door .title li{
		width: 45px;
		margin: 0 2px;
	}
	.door .title-a{
		width: max-content;
		margin: 0 auto 1% auto;
	}
	.door .title-a img{
		height: 30px;
	}
	.door .ar{
		width: 50px;
		margin: 0 auto 5% auto;
		animation: ar-ani 2s ease 1s infinite normal backwards;
	}
	@keyframes ar-ani {
		0% {
			opacity: 0;
			transform: translateY(0px);
		}
		90% {
			opacity: 1;
			transform: translateY(30px);
		}
		100% {
			opacity: 0;
			transform: translateY(30px);
		}
	}
	.door .door-list{
		width: 35%;
		margin: 0 auto;
		position: relative;
		left: 15px;
	}
	.door .door-list li{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 18px;
		letter-spacing: 4px;
		line-height: 1.8em;
		position: relative;
		margin: 0 0 4% 0;
		color: #3E3A39;
	}
	.door .door-list li:last-child{
		margin: 0 0 0 0;
	}
	.door .door-list li .icon{
		display: block;
		width: 15px;
		height: 15px;
		border: 1px solid #000;
		box-sizing: border-box;
		position: absolute;
		top: 8px;
		left: -30px;
	}
	.door .door-list li .icon .on{
		display: block;
		width: 20px;
		position: absolute;
		top: -20px;
		left: 2px;
	}

	/* item-top */
	.item-top{
		width: 100%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.item-top .s-img01{
		width: 25%;
		position: absolute;
		top: 20%;
		left: 0;
	}
	.item-top .s-img02{
		width: 25%;
		position: absolute;
		top: 20%;
		right: 0;
	}
	.item-top .img{
		width: 45%;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item-top .img .img-box{
		width: 100%;
		overflow: hidden;
	}
	.item-top .img .icon{
		width: 120px;
		position: absolute;
		top: 5%;
		right: -60px;
		z-index: 10;
	}
	.item-top .data-r{
		margin: 0 auto;
		position: relative;
		left: 5%;
	}
	.item-top .data-l{
		margin: 0 auto;
		position: relative;
		right: 5%;
	}
	.item-top .data{
		width: 55%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.item-top .data .data01{
		width: 45%;
	}
	.item-top .data .data01 .txt{
		font-size: 15px;
		letter-spacing: 4px;
		line-height: 2.5em;
		text-align: justify;
	}
	.item-top .data .data02{
		width: 45%;
	}
	.item-top .data .data00{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item-top .data .data00 .title-list{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
	}
	.item-top .data .data00 .title-list li:nth-child(1){
		width: max-content;
	}
	.item-top .data .data00 .title-list li:nth-child(1) img{
		height: 50px;
		margin: 0 0 0 0;
	}
	.item-top .data .data00 .title-list li:nth-child(2){
		width: max-content;
		margin: 0 30px;
		position: relative;
		top: 4px;
	}
	.item-top .data .data00 .title-list li:nth-child(3){
		width: max-content;
		position: relative;
		top: -10px;
	}
	.item-top .data .data00 .title-list li:nth-child(3) img{
		height: 38px;
		position: relative;
		top: 10px;
	}
	.item-top .data .data00 .title-list li:nth-child(4){
		width: max-content;
		margin: 0 10px;
		position: relative;
		top: -10px;
	}
	.item-top .data .data00 .title-list li:nth-child(4) img{
		height: 25px;
	}
	.item-top .data .data00 .title-list li:nth-child(5){
		width: max-content;
		position: relative;
		top: -10px;
	}
	.item-top .data .data00 .title-list li:nth-child(5) img{
		height: 25px;
	}

	.item-top .data .data00 .title-list02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
	}
	.item-top .data .data00 .title-list02 li:nth-child(1){
		width: max-content;
	}
	.item-top .data .data00 .title-list02 li:nth-child(1) img{
		height: 50px;
		margin: 0 0 0 0;
	}
	.item-top .data .data00 .title-list02 li:nth-child(2){
		width: max-content;
		margin: 0 30px;
		position: relative;
		top: 4px;
	}
	.item-top .data .data00 .title-list02 li:nth-child(3){
		width: max-content;
		position: relative;
		top: -10px;
	}
	.item-top .data .data00 .title-list02 li:nth-child(3) img{
		height: 30px;
		position: relative;
		top: 7px;
	}


	/* item */
	.rever{
		flex-direction: row-reverse;
	}
	.item{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
	}
	.item .img{
		width: 50%;
		position: relative;
	}
	.item .img .icon01{
		width: 120px;
		position: absolute;
		top: 5%;
		left: -60px;
		z-index: 10;
	}
	.item .img .icon02{
		width: 120px;
		position: absolute;
		top: 5%;
		right: -60px;
		z-index: 10;
	}
	.item .img .link-box01{
		width: 60%;
		margin: 5% 0 0 5%;
	}
	.item .img .link-box02{
		width: 60%;
		margin: 5% 0 0 35%;
	}
	.item .data{
		width: 40%;
		box-sizing: border-box;
		padding: 5% 0 0 0;
		position: relative;
	}
	.item .data .link-box{
		width: 70%;
		margin: 0 auto;
	}
	.item .data .title-box-01{
		width: 80%;
		margin: 0 auto;
	}
	.item .data .title-box-02{
		width: 70%;
		margin: 0 auto;
	}
	.item .data .title-box-03{
		width: 90%;
		margin: 0 auto;
	}
	.item .data .title01{
		width: 100%;
		margin: 0 0 4% 0;
	}
	.item .data .title01 img{
		height: 50px;
	}
	.title02-box{
		width: 100%;
		position: relative;
		margin: 0 0 50% 0;
	}
	.item .data .title02-box .title02{
		width: max-content;
		height: 40px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: absolute;
		right: 0;
	}
	.item .data .title02-box .title02 li:nth-child(1){
		width: 60px;
		margin: 0 10px 0 0;
	}
	.item .data .title02-box .title02 li:nth-child(2){
		width: max-content;
	}
	.item .data .title02-box .title02 li:nth-child(2) img{
		height: 25px;
	}
	.item .data .title02-box .title03{
		width: max-content;
		height: 40px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: absolute;
		right: 0;
	}
	.item .data .title02-box .title03 li:nth-child(1){
		width: 60px;
		margin: 0 10px 0 0;
	}
	.item .data .title02-box .title03 li:nth-child(2){
		width: max-content;
	}
	.item .data .title02-box .title03 li:nth-child(2) img{
		height: 30px;
		position: relative;
		top: 7px;
	}
	.item .data .txt{
		width: 70%;
		font-size: 15px;
		letter-spacing: 4px;
		line-height: 2.5em;
		text-align: justify;
		margin: 0 auto 15% auto;
	}

	/* item-a */
	.item-a-box{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
	}
	.item-a{
		width: 47%;
	}
	.item-a .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 10% auto;
	}
	.item-a .txt{
		width: 70%;
		min-height: 112px;
		font-size: 15px;
		letter-spacing: 4px;
		line-height: 2.5em;
		text-align: justify;
		margin: 0 auto 10% auto;
	}
	.item-a .link-box{
		width: 80%;
		margin: 0 auto;
	}

	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 100px;
		right: 10px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 100%;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 30px 0;
	}
	.side-nav-in a:hover{
		opacity: .5;
		transition: .3s;
	}

	/* closs */
	.closs{
		width: 16px;
		height: 42px;
		position: relative;
		margin: 0 auto;
	}
	.closs .closs-line01{
		width: 1px;
		height: 20px;
		background: #3E3A39;
		position: absolute;
		top: 0;
		left: 0;
	}
	.closs .closs-line02{
		width: 1px;
		height: 20px;
		background: #3E3A39;
		position: absolute;
		top: 0;
		right: 0;
	}
	.closs .closs-line03{
		width: 1px;
		height: 20px;
		background: #3E3A39;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.closs .closs-line04{
		width: 1px;
		height: 20px;
		background: #3E3A39;
		position: absolute;
		bottom: 0;
		right: 0;
	}

	.closs01 {
		opacity : 1;
	}
	.closs01.active{
		opacity : 1;
		animation-name: closs01;
		animation-duration: .1s;
		animation-timing-function: ease-in;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes closs01 {
		0% {
			top: 0;
			left: 0;
			transform:rotate(0deg);
		}
		100% {
			top: 1px;
			left: 0px;
			transform:rotate(-35deg);
		}
	}
	.closs02 {
		opacity : 1;
	}
	.closs02.active{
		opacity : 1;
		animation-name: closs02;
		animation-duration: .1s;
		animation-timing-function: ease-in;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes closs02 {
		0% {
			top: 0;
			right: 0;
			transform:rotate(0deg);
		}
		100% {
			top: 1px;
			right: 0px;
			transform:rotate(35deg);
		}
	}
	.closs03 {
		opacity : 1;
	}
	.closs03.active{
		opacity : 1;
		animation-name: closs03;
		animation-duration: .1s;
		animation-timing-function: ease-in;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes closs03 {
		0% {
			bottom: 0;
			left: 0;
			transform:rotate(0deg);
		}
		100% {
			bottom: 1px;
			left: 0px;
			transform:rotate(35deg);
		}
	}
	.closs04 {
		opacity : 1;
	}
	.closs04.active{
		opacity : 1;
		animation-name: closs04;
		animation-duration: .1s;
		animation-timing-function: ease-in;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes closs04 {
		0% {
			bottom: 0;
			right: 0;
			transform:rotate(0deg);
		}
		100% {
			bottom: 1px;
			right: 0px;
			transform:rotate(-35deg);
		}
	}

	

	/*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;
	}
	.cert-btm-color{
		color: #fff !important;
		margin: 3% 0 !important;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 15px;
		line-height: 1.9;
		letter-spacing: 0;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 11px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	
	.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: #CFC4B9;
		border: 1px solid #CFC4B9;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #CFC4B9;
		color: #CFC4B9;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid #fff;
		display: inline-block;
		text-align: center;
		color: #6C8FB1;
	}
	.cart-btm:hover .btn02 {
		background: #6C8FB1;
		border-color: #fff;
		color: #fff;
	}
	
	.btn-border {
		background-color: transparent;
		color: #1d1d1d;
	}
	.btn-arrow {
		position: relative;
		-webkit-transition: background-color 300ms ease-out;
		transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
		display: inline-block;
		position: relative;
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
		position: absolute;
		width: 1.1em;
		right: 0px;
		right: 0rem;
		opacity: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: right, opacity;
	}
	.btn-arrow img * {
		stroke-width: 5;
		stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}

	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
		letter-spacing: 1px;
		padding: 10px 0 10px 0;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		border-top: 0.7px solid #000;
		padding: 2% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
		top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}

	/*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-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*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;
	}
	
	.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;
	}

	.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;
    }

	.header{
		width: 100%;
		position: relative;
		background: #FAF6ED;
	}
	.header .mv-logo{
		width: 5%;
		position: absolute;
		right: 2%;
		top: 3%;
		z-index: 20;
	}
	.header .mv-img{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.header .mv-img .img{
		width: 50%;
		overflow: hidden;
		position: relative;
	}

	.mv-title-box{
		width: 40%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.mv-title01{
		width: max-content;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: center;
	}
	.mv-title01 li{
		width: 50px;
		margin: 0 4px;
	}
	.mv-title02{
		width: 80%;
		margin: 0 auto 10% auto;
	}
	.mv-title02 img{
		width: 90%;
		display: block;
		margin: 0 auto;
	}
	.mv-title03-1{
		width: 100%;
		margin: 0 auto 2% auto;
	}
	.mv-title03-2{
		width: 100%;
	}
	.mv-line{
		width: 100%;
		height: 1px;
		position: relative;
		overflow: hidden;
		margin: 3% 0 0 0;
	}
	.mv-line-in{
		width: 100%;
		height: 1px;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-icon01{
		width: 12%;
		position: absolute;
		top: 5%;
		left: 5%;
	}
	.mv-icon01 img{
		z-index: 10;
		position: relative;
	}
	.mv-icon02{
		width: 12%;
		position: absolute;
		bottom: 5%;
		right: 5%;
	}
	.mv-icon02 img{
		z-index: 10;
		position: relative;
	}
	.mv-icon-line01{
		width: 15px;
		height: 120%;
		position: absolute;
		overflow: hidden;
		top: -10%;
		left: 10%;
	}
	.mv-icon-line01-in{
		width: 15px;
		height: 100%;
		background: #395471;
		position: absolute;
		top: 0%;
		left: 0%;
	}
	.mv-icon-line02{
		width: 15px;
		height: 120%;
		position: absolute;
		overflow: hidden;
		top: -10%;
		right: 10%;
	}
	.mv-icon-line02-in{
		width: 15px;
		height: 100%;
		background: #D5CED0;
		position: absolute;
		top: 0%;
		left: 0%;
	}
	.mv-ar{
		width: 40px;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 80px;
		z-index: 10;
		animation: ar-ani 2s ease 1s infinite normal backwards;
	}
	@keyframes ar-ani {
		0% {
			opacity: 0;
			transform: translateY(0px);
		}
		90% {
			opacity: 1;
			transform: translateY(30px);
		}
		100% {
			opacity: 0;
			transform: translateY(30px);
		}
	}


	/* read */
	.read{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.read .txt-box{
		width: 100%;
		font-size: 18px;
		letter-spacing: 5px;
		text-align: center;
		line-height: 3.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		background: #FAF6ED;
		padding: 5% 0;
		margin: 0 0 5% 0;
	}
	.top-nav{
		width: 55%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.top-nav li{
		width: 30%;
	}
	.top-nav li a{
		width: 100%;
		display: block;
	}
	.top-nav li a .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.top-nav li a .img img{
		width: 100%;
		transform: scale(1);
		transition: .3s;
	}
	.top-nav li a:hover .img img{
		width: 100%;
		transform: scale(1.1);
		transition: .3s;
	}
	.top-nav li a .txt{
		width: 100%;
	}
	.top-nav li a .txt img{
		height: 20px;
		margin: 0 auto;
		display: block;
	}

	/* door */
	.door{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.door .vol{
		width: max-content;
		margin: 0 auto 2% auto;
		position: relative;
		left: -15px;
	}
	.door .vol img{
		height: 30px;
		display: block;
		margin: 0 auto;
	}
	.door .title{
		width: max-content;
		display: flex;
		justify-content: center;
		margin: 0 auto 1% auto;
	}
	.door .title li{
		width: 45px;
		margin: 0 2px;
	}
	.door .title-a{
		width: max-content;
		margin: 0 auto 1% auto;
	}
	.door .title-a img{
		height: 30px;
	}
	.door .ar{
		width: 50px;
		margin: 0 auto 5% auto;
		animation: ar-ani 2s ease 1s infinite normal backwards;
	}
	@keyframes ar-ani {
		0% {
			opacity: 0;
			transform: translateY(0px);
		}
		90% {
			opacity: 1;
			transform: translateY(30px);
		}
		100% {
			opacity: 0;
			transform: translateY(30px);
		}
	}
	.door .door-list{
		width: 50%;
		margin: 0 auto;
		position: relative;
		left: 15px;
	}
	.door .door-list li{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 18px;
		letter-spacing: 4px;
		line-height: 1.8em;
		position: relative;
		margin: 0 0 4% 0;
		color: #3E3A39;
	}
	.door .door-list li:last-child{
		margin: 0 0 0 0;
	}
	.door .door-list li .icon{
		display: block;
		width: 15px;
		height: 15px;
		border: 1px solid #000;
		box-sizing: border-box;
		position: absolute;
		top: 8px;
		left: -30px;
	}
	.door .door-list li .icon .on{
		display: block;
		width: 20px;
		position: absolute;
		top: -20px;
		left: 2px;
	}

	/* item-top */
	.item-top{
		width: 100%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.item-top .s-img01{
		width: 25%;
		position: absolute;
		top: 20%;
		left: 0;
	}
	.item-top .s-img02{
		width: 25%;
		position: absolute;
		top: 20%;
		right: 0;
	}
	.item-top .img{
		width: 45%;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item-top .img .img-box{
		width: 100%;
		overflow: hidden;
	}
	.item-top .img .icon{
		width: 120px;
		position: absolute;
		top: 5%;
		right: -60px;
		z-index: 10;
	}
	.item-top .data-r{
		margin: 0 auto;
		position: relative;
		left: 5%;
	}
	.item-top .data-l{
		margin: 0 auto;
		position: relative;
		right: 5%;
	}
	.item-top .data{
		width: 55%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.item-top .data .data01{
		width: 45%;
	}
	.item-top .data .data01 .txt{
		font-size: 14px;
		letter-spacing: 4px;
		line-height: 2.5em;
		text-align: justify;
	}
	.item-top .data .data02{
		width: 45%;
	}
	.item-top .data .data00{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item-top .data .data00 .title-list{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
	}
	.item-top .data .data00 .title-list li:nth-child(1){
		width: max-content;
	}
	.item-top .data .data00 .title-list li:nth-child(1) img{
		height: 40px;
		margin: 0 0 0 0;
	}
	.item-top .data .data00 .title-list li:nth-child(2){
		width: max-content;
		margin: 0 30px;
		position: relative;
		top: 4px;
	}
	.item-top .data .data00 .title-list li:nth-child(3){
		width: max-content;
		position: relative;
		top: -10px;
	}
	.item-top .data .data00 .title-list li:nth-child(3) img{
		height: 33px;
		position: relative;
		top: 10px;
	}
	.item-top .data .data00 .title-list li:nth-child(4){
		width: max-content;
		margin: 0 10px;
		position: relative;
		top: -10px;
	}
	.item-top .data .data00 .title-list li:nth-child(4) img{
		height: 20px;
	}
	.item-top .data .data00 .title-list li:nth-child(5){
		width: max-content;
		position: relative;
		top: -10px;
	}
	.item-top .data .data00 .title-list li:nth-child(5) img{
		height: 20px;
	}

	.item-top .data .data00 .title-list02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
	}
	.item-top .data .data00 .title-list02 li:nth-child(1){
		width: max-content;
	}
	.item-top .data .data00 .title-list02 li:nth-child(1) img{
		height: 50px;
		margin: 0 0 0 0;
	}
	.item-top .data .data00 .title-list02 li:nth-child(2){
		width: max-content;
		margin: 0 30px;
		position: relative;
		top: 4px;
	}
	.item-top .data .data00 .title-list02 li:nth-child(3){
		width: max-content;
		position: relative;
		top: -10px;
	}
	.item-top .data .data00 .title-list02 li:nth-child(3) img{
		height: 30px;
		position: relative;
		top: 7px;
	}


	/* item */
	.rever{
		flex-direction: row-reverse;
	}
	.item{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
	}
	.item .img{
		width: 50%;
		position: relative;
	}
	.item .img .icon01{
		width: 100px;
		position: absolute;
		top: 5%;
		left: -50px;
		z-index: 10;
	}
	.item .img .icon02{
		width: 100px;
		position: absolute;
		top: 5%;
		right: -50px;
		z-index: 10;
	}
	.item .img .link-box01{
		width: 60%;
		margin: 5% 0 0 5%;
	}
	.item .img .link-box02{
		width: 60%;
		margin: 5% 0 0 35%;
	}
	.item .data{
		width: 40%;
		box-sizing: border-box;
		padding: 5% 0 0 0;
		position: relative;
	}
	.item .data .link-box{
		width: 80%;
		margin: 0 auto;
	}
	.item .data .title-box-01{
		width: 100%;
		margin: 0 auto;
	}
	.item .data .title-box-02{
		width: 70%;
		margin: 0 auto;
	}
	.item .data .title-box-03{
		width: 90%;
		margin: 0 auto;
	}
	.item .data .title01{
		width: 100%;
		margin: 0 0 4% 0;
	}
	.item .data .title01 img{
		height: 40px;
	}
	.title02-box{
		width: 100%;
		position: relative;
		margin: 0 0 30% 0;
	}
	.item .data .title02-box .title02{
		width: max-content;
		height: 40px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: absolute;
		right: 0;
	}
	.item .data .title02-box .title02 li:nth-child(1){
		width: 60px;
		margin: 0 10px 0 0;
	}
	.item .data .title02-box .title02 li:nth-child(2){
		width: max-content;
	}
	.item .data .title02-box .title02 li:nth-child(2) img{
		height: 20px;
	}
	.item .data .title02-box .title03{
		width: max-content;
		height: 40px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: absolute;
		right: 0;
	}
	.item .data .title02-box .title03 li:nth-child(1){
		width: 60px;
		margin: 0 10px 0 0;
	}
	.item .data .title02-box .title03 li:nth-child(2){
		width: max-content;
	}
	.item .data .title02-box .title03 li:nth-child(2) img{
		height: 30px;
		position: relative;
		top: 7px;
	}
	.item .data .txt{
		width: 80%;
		font-size: 14px;
		letter-spacing: 4px;
		line-height: 2.5em;
		text-align: justify;
		margin: 0 auto 10% auto;
	}

	/* item-a */
	.item-a-box{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
	}
	.item-a{
		width: 47%;
	}
	.item-a .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 10% auto;
	}
	.item-a .txt{
		width: 70%;
		min-height: 112px;
		font-size: 14px;
		letter-spacing: 4px;
		line-height: 2.5em;
		text-align: justify;
		margin: 0 auto 10% auto;
	}
	.item-a .link-box{
		width: 80%;
		margin: 0 auto;
	}

	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 80px;
		right: 10px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 100%;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 30px 0;
	}
	.side-nav-in a:hover{
		opacity: .5;
		transition: .3s;
	}

	/* closs */
	.closs{
		width: 16px;
		height: 42px;
		position: relative;
		margin: 0 auto;
	}
	.closs .closs-line01{
		width: 1px;
		height: 20px;
		background: #3E3A39;
		position: absolute;
		top: 0;
		left: 0;
	}
	.closs .closs-line02{
		width: 1px;
		height: 20px;
		background: #3E3A39;
		position: absolute;
		top: 0;
		right: 0;
	}
	.closs .closs-line03{
		width: 1px;
		height: 20px;
		background: #3E3A39;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.closs .closs-line04{
		width: 1px;
		height: 20px;
		background: #3E3A39;
		position: absolute;
		bottom: 0;
		right: 0;
	}

	.closs01 {
		opacity : 1;
	}
	.closs01.active{
		opacity : 1;
		animation-name: closs01;
		animation-duration: .1s;
		animation-timing-function: ease-in;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes closs01 {
		0% {
			top: 0;
			left: 0;
			transform:rotate(0deg);
		}
		100% {
			top: 1px;
			left: 0px;
			transform:rotate(-35deg);
		}
	}
	.closs02 {
		opacity : 1;
	}
	.closs02.active{
		opacity : 1;
		animation-name: closs02;
		animation-duration: .1s;
		animation-timing-function: ease-in;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes closs02 {
		0% {
			top: 0;
			right: 0;
			transform:rotate(0deg);
		}
		100% {
			top: 1px;
			right: 0px;
			transform:rotate(35deg);
		}
	}
	.closs03 {
		opacity : 1;
	}
	.closs03.active{
		opacity : 1;
		animation-name: closs03;
		animation-duration: .1s;
		animation-timing-function: ease-in;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes closs03 {
		0% {
			bottom: 0;
			left: 0;
			transform:rotate(0deg);
		}
		100% {
			bottom: 1px;
			left: 0px;
			transform:rotate(35deg);
		}
	}
	.closs04 {
		opacity : 1;
	}
	.closs04.active{
		opacity : 1;
		animation-name: closs04;
		animation-duration: .1s;
		animation-timing-function: ease-in;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes closs04 {
		0% {
			bottom: 0;
			right: 0;
			transform:rotate(0deg);
		}
		100% {
			bottom: 1px;
			right: 0px;
			transform:rotate(-35deg);
		}
	}

	/*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;
	}
	.cert-btm-color{
		color: #fff !important;
		margin: 3% 0 !important;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 15px;
		line-height: 1.9;
		letter-spacing: 0;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 11px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	
	.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: #CFC4B9;
		border: 1px solid #CFC4B9;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #CFC4B9;
		color: #CFC4B9;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid #fff;
		display: inline-block;
		text-align: center;
		color: #6C8FB1;
	}
	.cart-btm:hover .btn02 {
		background: #6C8FB1;
		border-color: #fff;
		color: #fff;
	}
	
	.btn-border {
		background-color: transparent;
		color: #1d1d1d;
	}
	.btn-arrow {
		position: relative;
		-webkit-transition: background-color 300ms ease-out;
		transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
		display: inline-block;
		position: relative;
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
		position: absolute;
		width: 1.1em;
		right: 0px;
		right: 0rem;
		opacity: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: right, opacity;
	}
	.btn-arrow img * {
		stroke-width: 5;
		stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}

	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
		letter-spacing: 1px;
		padding: 10px 0 10px 0;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		border-top: 0.7px solid #000;
		padding: 2% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
		top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}

	/*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-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*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;
	}
	
	.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;
	}

	.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;
    }

	.header{
		width: 100%;
		position: relative;
		background: #FAF6ED;
	}
	.header .mv-logo{
		width: 5%;
		position: absolute;
		right: 2%;
		top: 3%;
		z-index: 20;
	}
	.header .mv-img{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.header .mv-img .img{
		width: 50%;
		overflow: hidden;
		position: relative;
	}

	.mv-title-box{
		width: 40%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.mv-title01{
		width: max-content;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: center;
	}
	.mv-title01 li{
		width: 50px;
		margin: 0 4px;
	}
	.mv-title02{
		width: 80%;
		margin: 0 auto 10% auto;
	}
	.mv-title02 img{
		width: 90%;
		display: block;
		margin: 0 auto;
	}
	.mv-title03-1{
		width: 100%;
		margin: 0 auto 2% auto;
	}
	.mv-title03-2{
		width: 100%;
	}
	.mv-line{
		width: 100%;
		height: 1px;
		position: relative;
		overflow: hidden;
		margin: 3% 0 0 0;
	}
	.mv-line-in{
		width: 100%;
		height: 1px;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-icon01{
		width: 12%;
		position: absolute;
		top: 5%;
		left: 5%;
	}
	.mv-icon01 img{
		z-index: 10;
		position: relative;
	}
	.mv-icon02{
		width: 12%;
		position: absolute;
		bottom: 5%;
		right: 5%;
	}
	.mv-icon02 img{
		z-index: 10;
		position: relative;
	}
	.mv-icon-line01{
		width: 15px;
		height: 120%;
		position: absolute;
		overflow: hidden;
		top: -10%;
		left: 10%;
	}
	.mv-icon-line01-in{
		width: 15px;
		height: 100%;
		background: #395471;
		position: absolute;
		top: 0%;
		left: 0%;
	}
	.mv-icon-line02{
		width: 15px;
		height: 120%;
		position: absolute;
		overflow: hidden;
		top: -10%;
		right: 10%;
	}
	.mv-icon-line02-in{
		width: 15px;
		height: 100%;
		background: #D5CED0;
		position: absolute;
		top: 0%;
		left: 0%;
	}
	.mv-ar{
		width: 40px;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 80px;
		z-index: 10;
		animation: ar-ani 2s ease 1s infinite normal backwards;
	}
	@keyframes ar-ani {
		0% {
			opacity: 0;
			transform: translateY(0px);
		}
		90% {
			opacity: 1;
			transform: translateY(30px);
		}
		100% {
			opacity: 0;
			transform: translateY(30px);
		}
	}


	/* read */
	.read{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.read .txt-box{
		width: 100%;
		font-size: 18px;
		letter-spacing: 5px;
		text-align: center;
		line-height: 3.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		background: #FAF6ED;
		padding: 5% 0;
		margin: 0 0 5% 0;
	}
	.top-nav{
		width: 80%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.top-nav li{
		width: 30%;
	}
	.top-nav li a{
		width: 100%;
		display: block;
	}
	.top-nav li a .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.top-nav li a .img img{
		width: 100%;
		transform: scale(1);
		transition: .3s;
	}
	.top-nav li a:hover .img img{
		width: 100%;
		transform: scale(1.1);
		transition: .3s;
	}
	.top-nav li a .txt{
		width: 100%;
	}
	.top-nav li a .txt img{
		height: 15px;
		margin: 0 auto;
		display: block;
	}

	/* door */
	.door{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.door .vol{
		width: max-content;
		margin: 0 auto 2% auto;
		position: relative;
		left: -15px;
	}
	.door .vol img{
		height: 30px;
		display: block;
		margin: 0 auto;
	}
	.door .title{
		width: max-content;
		display: flex;
		justify-content: center;
		margin: 0 auto 1% auto;
	}
	.door .title li{
		width: 45px;
		margin: 0 2px;
	}
	.door .title-a{
		width: max-content;
		margin: 0 auto 1% auto;
	}
	.door .title-a img{
		height: 30px;
	}
	.door .ar{
		width: 50px;
		margin: 0 auto 5% auto;
		animation: ar-ani 2s ease 1s infinite normal backwards;
	}
	@keyframes ar-ani {
		0% {
			opacity: 0;
			transform: translateY(0px);
		}
		90% {
			opacity: 1;
			transform: translateY(30px);
		}
		100% {
			opacity: 0;
			transform: translateY(30px);
		}
	}
	.door .door-list{
		width: 80%;
		margin: 0 auto;
		position: relative;
		left: 15px;
	}
	.door .door-list li{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 18px;
		letter-spacing: 4px;
		line-height: 1.8em;
		position: relative;
		margin: 0 0 4% 0;
		color: #3E3A39;
	}
	.door .door-list li:last-child{
		margin: 0 0 0 0;
	}
	.door .door-list li .icon{
		display: block;
		width: 15px;
		height: 15px;
		border: 1px solid #000;
		box-sizing: border-box;
		position: absolute;
		top: 8px;
		left: -30px;
	}
	.door .door-list li .icon .on{
		display: block;
		width: 20px;
		position: absolute;
		top: -20px;
		left: 2px;
	}

	/* item-top */
	.item-top{
		width: 100%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.item-top .s-img01{
		width: 23%;
		position: absolute;
		top: 0%;
		left: 0;
	}
	.item-top .s-img02{
		width: 23%;
		position: absolute;
		top: 0%;
		right: 0;
	}
	.item-top .img{
		width: 50%;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item-top .img .img-box{
		width: 100%;
		overflow: hidden;
	}
	.item-top .img .icon{
		width: 100px;
		position: absolute;
		top: 5%;
		right: -50px;
		z-index: 10;
	}
	.item-top .data-r{
		margin: 0 auto;
	}
	.item-top .data-l{
		margin: 0 auto;
	}
	.item-top .data{
		width: 70%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	.item-top .data .data01{
		width: 45%;
	}
	.item-top .data .data01 .txt{
		font-size: 14px;
		letter-spacing: 4px;
		line-height: 2.5em;
		text-align: justify;
	}
	.item-top .data .data02{
		width: 45%;
	}
	.item-top .data .data00{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item-top .data .data00 .title-list{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
	}
	.item-top .data .data00 .title-list li:nth-child(1){
		width: max-content;
	}
	.item-top .data .data00 .title-list li:nth-child(1) img{
		height: 40px;
		margin: 0 0 0 0;
	}
	.item-top .data .data00 .title-list li:nth-child(2){
		width: max-content;
		margin: 0 30px;
		position: relative;
		top: 4px;
	}
	.item-top .data .data00 .title-list li:nth-child(3){
		width: max-content;
		position: relative;
		top: -10px;
	}
	.item-top .data .data00 .title-list li:nth-child(3) img{
		height: 33px;
		position: relative;
		top: 10px;
	}
	.item-top .data .data00 .title-list li:nth-child(4){
		width: max-content;
		margin: 0 10px;
		position: relative;
		top: -10px;
	}
	.item-top .data .data00 .title-list li:nth-child(4) img{
		height: 20px;
	}
	.item-top .data .data00 .title-list li:nth-child(5){
		width: max-content;
		position: relative;
		top: -10px;
	}
	.item-top .data .data00 .title-list li:nth-child(5) img{
		height: 20px;
	}

	.item-top .data .data00 .title-list02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
	}
	.item-top .data .data00 .title-list02 li:nth-child(1){
		width: max-content;
	}
	.item-top .data .data00 .title-list02 li:nth-child(1) img{
		height: 50px;
		margin: 0 0 0 0;
	}
	.item-top .data .data00 .title-list02 li:nth-child(2){
		width: max-content;
		margin: 0 30px;
		position: relative;
		top: 4px;
	}
	.item-top .data .data00 .title-list02 li:nth-child(3){
		width: max-content;
		position: relative;
		top: -10px;
	}
	.item-top .data .data00 .title-list02 li:nth-child(3) img{
		height: 30px;
		position: relative;
		top: 7px;
	}


	/* item */
	.rever{
		flex-direction: row-reverse;
	}
	.item{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
	}
	.item .img{
		width: 50%;
		position: relative;
	}
	.item .img .icon01{
		width: 100px;
		position: absolute;
		top: 5%;
		left: -50px;
		z-index: 10;
	}
	.item .img .icon02{
		width: 100px;
		position: absolute;
		top: 5%;
		right: -50px;
		z-index: 10;
	}
	.item .img .link-box01{
		width: 90%;
		margin: 5% auto 0 auto;
	}
	.item .img .link-box02{
		width: 90%;
		margin: 5% auto 0 auto;
	}
	.item .data{
		width: 40%;
		box-sizing: border-box;
		padding: 5% 0 0 0;
		position: relative;
	}
	.item .data .link-box{
		width: 100%;
		margin: 0 auto;
	}
	.item .data .title-box-01{
		width: 100%;
		margin: 0 auto;
	}
	.item .data .title-box-02{
		width: 70%;
		margin: 0 auto;
	}
	.item .data .title-box-03{
		width: 90%;
		margin: 0 auto;
	}
	.item .data .title01{
		width: 100%;
		margin: 0 0 4% 0;
	}
	.item .data .title01 img{
		height: 40px;
	}
	.title02-box{
		width: 100%;
		position: relative;
		margin: 0 0 30% 0;
	}
	.item .data .title02-box .title02{
		width: max-content;
		height: 40px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: absolute;
		right: 0;
	}
	.item .data .title02-box .title02 li:nth-child(1){
		width: 60px;
		margin: 0 10px 0 0;
	}
	.item .data .title02-box .title02 li:nth-child(2){
		width: max-content;
	}
	.item .data .title02-box .title02 li:nth-child(2) img{
		height: 20px;
	}
	.item .data .title02-box .title03{
		width: max-content;
		height: 40px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: absolute;
		right: 0;
	}
	.item .data .title02-box .title03 li:nth-child(1){
		width: 60px;
		margin: 0 10px 0 0;
	}
	.item .data .title02-box .title03 li:nth-child(2){
		width: max-content;
	}
	.item .data .title02-box .title03 li:nth-child(2) img{
		height: 30px;
		position: relative;
		top: 7px;
	}
	.item .data .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 4px;
		line-height: 2.5em;
		text-align: justify;
		margin: 0 auto 10% auto;
	}

	/* item-a */
	.item-a-box{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
	}
	.item-a{
		width: 47%;
	}
	.item-a .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 10% auto;
	}
	.item-a .txt{
		width: 70%;
		min-height: 112px;
		font-size: 14px;
		letter-spacing: 4px;
		line-height: 2.5em;
		text-align: justify;
		margin: 0 auto 10% auto;
	}
	.item-a .link-box{
		width: 80%;
		margin: 0 auto;
	}

	/*sid-nav*/
    .side-nav{
		display: none;
	}
	.side-nav-in{
		display: none;
	}
	.side-nav-in a{
		display: none;
	}
	.side-nav-in a:hover{
		display: none;
	}

	/* closs */
	.closs{
		width: 16px;
		height: 42px;
		position: relative;
		margin: 0 auto;
	}
	.closs .closs-line01{
		width: 1px;
		height: 20px;
		background: #3E3A39;
		position: absolute;
		top: 0;
		left: 0;
	}
	.closs .closs-line02{
		width: 1px;
		height: 20px;
		background: #3E3A39;
		position: absolute;
		top: 0;
		right: 0;
	}
	.closs .closs-line03{
		width: 1px;
		height: 20px;
		background: #3E3A39;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.closs .closs-line04{
		width: 1px;
		height: 20px;
		background: #3E3A39;
		position: absolute;
		bottom: 0;
		right: 0;
	}

	.closs01 {
		opacity : 1;
	}
	.closs01.active{
		opacity : 1;
		animation-name: closs01;
		animation-duration: .1s;
		animation-timing-function: ease-in;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes closs01 {
		0% {
			top: 0;
			left: 0;
			transform:rotate(0deg);
		}
		100% {
			top: 1px;
			left: 0px;
			transform:rotate(-35deg);
		}
	}
	.closs02 {
		opacity : 1;
	}
	.closs02.active{
		opacity : 1;
		animation-name: closs02;
		animation-duration: .1s;
		animation-timing-function: ease-in;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes closs02 {
		0% {
			top: 0;
			right: 0;
			transform:rotate(0deg);
		}
		100% {
			top: 1px;
			right: 0px;
			transform:rotate(35deg);
		}
	}
	.closs03 {
		opacity : 1;
	}
	.closs03.active{
		opacity : 1;
		animation-name: closs03;
		animation-duration: .1s;
		animation-timing-function: ease-in;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes closs03 {
		0% {
			bottom: 0;
			left: 0;
			transform:rotate(0deg);
		}
		100% {
			bottom: 1px;
			left: 0px;
			transform:rotate(35deg);
		}
	}
	.closs04 {
		opacity : 1;
	}
	.closs04.active{
		opacity : 1;
		animation-name: closs04;
		animation-duration: .1s;
		animation-timing-function: ease-in;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes closs04 {
		0% {
			bottom: 0;
			right: 0;
			transform:rotate(0deg);
		}
		100% {
			bottom: 1px;
			right: 0px;
			transform:rotate(-35deg);
		}
	}

	/*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;
	}
	.cert-btm-color{
		color: #fff !important;
		margin: 3% 0 !important;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 15px;
		line-height: 1.9;
		letter-spacing: 0;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 11px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	
	.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: #CFC4B9;
		border: 1px solid #CFC4B9;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #CFC4B9;
		color: #CFC4B9;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid #fff;
		display: inline-block;
		text-align: center;
		color: #6C8FB1;
	}
	.cart-btm:hover .btn02 {
		background: #6C8FB1;
		border-color: #fff;
		color: #fff;
	}
	
	.btn-border {
		background-color: transparent;
		color: #1d1d1d;
	}
	.btn-arrow {
		position: relative;
		-webkit-transition: background-color 300ms ease-out;
		transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
		display: inline-block;
		position: relative;
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
		position: absolute;
		width: 1.1em;
		right: 0px;
		right: 0rem;
		opacity: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: right, opacity;
	}
	.btn-arrow img * {
		stroke-width: 5;
		stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}

	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
		letter-spacing: 1px;
		padding: 10px 0 10px 0;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		border-top: 0.7px solid #000;
		padding: 2% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
		top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}

	/*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-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*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;
	}
	
	.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;
	}

	.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;
    }

	.header{
		width: 100%;
		position: relative;
		background: #FAF6ED;
	}
	.header .mv-logo{
		width: 15%;
		position: absolute;
		top: 2%;
		right: 5%;
		z-index: 20;
	}
	.header .mv-img-sp{
		margin: 0;
		padding: 0;
		line-height: 0;
		position: relative;
	}
	.header .mv-img-sp .img{
		margin: 0;
		padding: 0;
		line-height: 0;
	}

	.mv-title-box{
		width: 100%;
		background: #623132;
		overflow: hidden;
		position: relative;
		z-index: 20;
		padding: 5% 0 5% 0;
	}
	.mv-title01{
		width: max-content;
		display: flex;
		justify-content: center;
		position: absolute;
		top: 59%;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 20;
	}
	.mv-title01 li{
		width: 40px;
		margin: 0 4px;
	}
	.mv-title02{
		width: 70%;
		margin: 0 auto 7% auto;
	}
	.mv-title02 img{
		width: 90%;
		display: block;
		margin: 0 auto;
	}
	.mv-title03-1{
		width: 90%;
		margin: 0 auto 2% auto;
	}
	.mv-title03-2{
		width: 90%;
	}
	.mv-line{
		width: 100%;
		height: 1px;
		position: relative;
		overflow: hidden;
		margin: 3% 0 0 0;
	}
	.mv-line-in{
		width: 100%;
		height: 1px;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-icon01{
		width: 12%;
		position: absolute;
		top: 5%;
		left: 5%;
	}
	.mv-icon01 img{
		z-index: 10;
		position: relative;
	}
	.mv-icon02{
		width: 12%;
		position: absolute;
		bottom: 5%;
		right: 5%;
	}
	.mv-icon02 img{
		z-index: 10;
		position: relative;
	}
	.mv-icon-line01{
		width: 15px;
		height: 120%;
		position: absolute;
		overflow: hidden;
		top: -10%;
		left: 10%;
	}
	.mv-icon-line01-in{
		width: 15px;
		height: 100%;
		background: #395471;
		position: absolute;
		top: 0%;
		left: 0%;
	}
	.mv-icon-line02{
		width: 15px;
		height: 120%;
		position: absolute;
		overflow: hidden;
		top: -10%;
		right: 10%;
	}
	.mv-icon-line02-in{
		width: 15px;
		height: 100%;
		background: #D5CED0;
		position: absolute;
		top: 0%;
		left: 0%;
	}
	.mv-ar{
		width: 40px;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 80px;
		z-index: 10;
		animation: ar-ani 2s ease 1s infinite normal backwards;
	}
	@keyframes ar-ani {
		0% {
			opacity: 0;
			transform: translateY(0px);
		}
		90% {
			opacity: 1;
			transform: translateY(30px);
		}
		100% {
			opacity: 0;
			transform: translateY(30px);
		}
	}


	/* read */
	.read{
		width: 100%;
		margin: 0 0 15% 0;
	}
	.read .txt-box{
		width: 100%;
		font-size: 15px;
		letter-spacing: 2px;
		text-align: center;
		line-height: 3em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		background: #FAF6ED;
		padding: 5% 0;
		margin: 0 0 7% 0;
	}
	.top-nav{
		width: 95%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.top-nav li{
		width: 32%;
	}
	.top-nav li a{
		width: 100%;
		display: block;
	}
	.top-nav li a .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.top-nav li a .img img{
		width: 100%;
		transform: scale(1);
		transition: .3s;
	}
	.top-nav li a:hover .img img{
		width: 100%;
		transform: scale(1.1);
		transition: .3s;
	}
	.top-nav li a .txt{
		width: 100%;
	}
	.top-nav li a .txt img{
		height: 15px;
		margin: 0 auto;
		display: block;
	}

	/* door */
	.door{
		width: 100%;
		margin: 0 0 15% 0;
	}
	.door .vol{
		width: max-content;
		margin: 0 auto 5% auto;
		position: relative;
		left: -15px;
	}
	.door .vol img{
		height: 25px;
		display: block;
		margin: 0 auto;
	}
	.door .title{
		width: max-content;
		display: flex;
		justify-content: center;
		margin: 0 auto 1% auto;
	}
	.door .title li{
		width: 35px;
		margin: 0 2px;
	}
	.door .title-a{
		width: max-content;
		margin: 0 auto 1% auto;
	}
	.door .title-a img{
		height: 30px;
	}
	.door .ar{
		width: 30px;
		margin: 0 auto 15% auto;
		animation: ar-ani 2s ease 1s infinite normal backwards;
	}
	@keyframes ar-ani {
		0% {
			opacity: 0;
			transform: translateY(0px);
		}
		90% {
			opacity: 1;
			transform: translateY(30px);
		}
		100% {
			opacity: 0;
			transform: translateY(30px);
		}
	}
	.door .door-list{
		width: 85%;
		margin: 0 auto;
		position: relative;
		left: 15px;
	}
	.door .door-list li{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 15px;
		letter-spacing: 3px;
		line-height: 1.8em;
		position: relative;
		margin: 0 0 7% 0;
		color: #3E3A39;
	}
	.door .door-list li:last-child{
		margin: 0 0 0 0;
	}
	.door .door-list li .icon{
		display: block;
		width: 15px;
		height: 15px;
		border: 1px solid #000;
		box-sizing: border-box;
		position: absolute;
		top: 5px;
		left: -30px;
	}
	.door .door-list li .icon .on{
		display: block;
		width: 20px;
		position: absolute;
		top: -16px;
		left: 2px;
	}

	/* item-top */
	.item-top{
		width: 100%;
		margin: 0 auto 17% auto;
		position: relative;
	}
	.item-top .s-img01{
		display: none;
	}
	.item-top .s-img02{
		display: none;
	}
	.item-top .img{
		width: 100%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.item-top .img .img-box{
		width: 100%;
		overflow: hidden;
	}
	.item-top .img .icon{
		width: 80px;
		position: absolute;
		top: 10px;
		left: 5%;
		z-index: 10;
	}
	.item-top .data-r{
		margin: 0 auto;
	}
	.item-top .data-l{
		margin: 0 auto;
	}
	.item-top .data{
		width: 100%;
		margin: 0 auto;
	}
	.item-top .data .data01{
		width: 90%;
		margin: 0 auto 10% auto;
	}
	.item-top .data .data01 .txt{
		font-size: 14px;
		letter-spacing: 4px;
		line-height: 2em;
		text-align: justify;
	}
	.item-top .data .data02{
		width: 90%;
		margin: 0 auto;
	}

	.item-top .data00{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.item-top .data00 .title01{
		width: 100%;
		margin: 0 auto 2% auto;
	}
	.item-top .data00 .title01 img {
		height: 35px;
		display: block;
		margin: 0 auto;
	}
	.item-top .data00 .title01-2{
		width: 30px;
		margin: 0 auto 1% auto;
		position: relative;
		left: 0px;
	}
	.item-top .data00 .title-list {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: baseline;
		position: relative;
		left: -3px;
	}
	.item-top .data00 .title-list li:nth-child(1){
		width: max-content;
	}
	.item-top .data00 .title-list li:nth-child(1) img{
		height: 30px;
		position: relative;
		top: 10px;
	}
	.item-top .data00 .title-list li:nth-child(2){
		width: max-content;
		margin: 0 10px;
	}
	.item-top .data00 .title-list li:nth-child(2) img{
		height: 25px;
	}
	.item-top .data00 .title-list li:nth-child(3){
		width: max-content;
	}
	.item-top .data00 .title-list li:nth-child(3) img{
		height: 20px;
	}

	.item-top .data00 .title-list02 {
		width: 100%;
	}
	.item-top .data00 .title-list02 li:nth-child(1){
		width: 30px;
		margin: 0 auto 2% auto;
	}
	.item-top .data00 .title-list02 li:nth-child(2){
		width: max-content;
		margin: 0 auto;
	}
	.item-top .data00 .title-list02 li:nth-child(2) img{
		height: 25px;
	}


	/* item */
	.item{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto 17% auto;
	}
	.item .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 10% 0;
	}
	.item .img .icon01{
		width: 80px;
		position: absolute;
		top: 10px;
		right: 5%;
		z-index: 10;
	}
	.item .img .icon02{
		width: 80px;
		position: absolute;
		top: 10px;
		right: 5%;
		z-index: 10;
	}
	.item .data .link-box{
		width: 90%;
		margin: 0% auto 0 auto;
	}
	.item .img .link-box02{
		width: 90%;
		margin: 5% auto 0 auto;
	}
	.item .data{
		width: 100%;
		box-sizing: border-box;
		position: relative;
	}
	.item .data .title-box-01{
		width: 100%;
		margin: 0 auto;
	}
	.item .data .title-box-02{
		width: 70%;
		margin: 0 auto;
	}
	.item .data .title-box-03{
		width: 90%;
		margin: 0 auto;
	}
	.item .data .title01{
		width: 100%;
		margin: 0 0 2% 0;
	}
	.item .data .title01 img{
		height: 35px;
		display: block;
		margin: 0 auto;
	}
	.title02-box{
		width: 100%;
		position: relative;
		margin: 0 0 10% 0;
	}
	.item .data .title02-box .title02{
		width: 100%;
	}
	.item .data .title02-box .title02 li:nth-child(1){
		width: 30px;
		margin: 0 auto 2% auto;
	}
	.item .data .title02-box .title02 li:nth-child(2){
		width: max-content;
		margin: 0 auto;
	}
	.item .data .title02-box .title02 li:nth-child(2) img{
		height: 20px;
	}
	.item .data .title02-box .title03{
		width: 100%;
	}
	.item .data .title02-box .title03 li:nth-child(1){
		width: 30px;
		margin: 0 auto 3% auto;
	}
	.item .data .title02-box .title03 li:nth-child(2){
		width: max-content;
		margin: 0 auto;
	}
	.item .data .title02-box .title03 li:nth-child(2) img{
		height: 25px;
		position: relative;
	}
	.item .data .txt{
		width: 90%;
		font-size: 14px;
		letter-spacing: 4px;
		line-height: 2em;
		text-align: justify;
		margin: 0% auto 10% auto;
	}

	/* item-a */
	.item-a-box{
		width: 100%;
		margin: 0 auto 0% auto;
	}
	.item-a{
		width: 100%;
		margin: 0 auto 17% auto;
	}
	.item-a .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 10% auto;
	}
	.item-a .txt{
		width: 90%;
		font-size: 14px;
		letter-spacing: 4px;
		line-height: 2em;
		text-align: justify;
		margin: 0 auto 10% auto;
	}
	.item-a .link-box{
		width: 90%;
		margin: 0 auto;
	}

	/*sid-nav*/
    .side-nav{
		display: none;
	}
	.side-nav-in{
		display: none;
	}
	.side-nav-in a{
		display: none;
	}
	.side-nav-in a:hover{
		display: none;
	}

	/* closs */
	.closs{
		width: 12px;
		height: 31px;
		position: relative;
		margin: 0 auto;
	}
	.closs .closs-line01{
		width: 1px;
		height: 15px;
		background: #3E3A39;
		position: absolute;
		top: 0;
		left: 0;
	}
	.closs .closs-line02{
		width: 1px;
		height: 15px;
		background: #3E3A39;
		position: absolute;
		top: 0;
		right: 0;
	}
	.closs .closs-line03{
		width: 1px;
		height: 15px;
		background: #3E3A39;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.closs .closs-line04{
		width: 1px;
		height: 15px;
		background: #3E3A39;
		position: absolute;
		bottom: 0;
		right: 0;
	}

	.closs01 {
		opacity : 1;
	}
	.closs01.active{
		opacity : 1;
		animation-name: closs01;
		animation-duration: .1s;
		animation-timing-function: ease-in;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes closs01 {
		0% {
			top: 0;
			left: 0;
			transform:rotate(0deg);
		}
		100% {
			top: 1px;
			left: 0px;
			transform:rotate(-35deg);
		}
	}
	.closs02 {
		opacity : 1;
	}
	.closs02.active{
		opacity : 1;
		animation-name: closs02;
		animation-duration: .1s;
		animation-timing-function: ease-in;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes closs02 {
		0% {
			top: 0;
			right: 0;
			transform:rotate(0deg);
		}
		100% {
			top: 1px;
			right: 0px;
			transform:rotate(35deg);
		}
	}
	.closs03 {
		opacity : 1;
	}
	.closs03.active{
		opacity : 1;
		animation-name: closs03;
		animation-duration: .1s;
		animation-timing-function: ease-in;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes closs03 {
		0% {
			bottom: 0;
			left: 0;
			transform:rotate(0deg);
		}
		100% {
			bottom: 0px;
			left: 0px;
			transform:rotate(35deg);
		}
	}
	.closs04 {
		opacity : 1;
	}
	.closs04.active{
		opacity : 1;
		animation-name: closs04;
		animation-duration: .1s;
		animation-timing-function: ease-in;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes closs04 {
		0% {
			bottom: 0;
			right: 0;
			transform:rotate(0deg);
		}
		100% {
			bottom: 0px;
			right: 0px;
			transform:rotate(-35deg);
		}
	}

	/*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;
	}
	.cert-btm-color{
		color: #fff !important;
		margin: 3% 0 !important;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 15px;
		line-height: 1.9;
		letter-spacing: 0;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 11px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	
	.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: #CFC4B9;
		border: 1px solid #CFC4B9;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #CFC4B9;
		color: #CFC4B9;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid #fff;
		display: inline-block;
		text-align: center;
		color: #6C8FB1;
	}
	.cart-btm:hover .btn02 {
		background: #6C8FB1;
		border-color: #fff;
		color: #fff;
	}
	
	.btn-border {
		background-color: transparent;
		color: #1d1d1d;
	}
	.btn-arrow {
		position: relative;
		-webkit-transition: background-color 300ms ease-out;
		transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
		display: inline-block;
		position: relative;
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
		position: absolute;
		width: 1.1em;
		right: 0px;
		right: 0rem;
		opacity: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: right, opacity;
	}
	.btn-arrow img * {
		stroke-width: 5;
		stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}

	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
		letter-spacing: 1px;
		padding: 10px 0 10px 0;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		border-top: 0.7px solid #000;
		padding: 2% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
		top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}

	/*f-banner*/
	.f-banner{
		width: 90%;
		margin: 0 auto 10% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		margin: 0 auto 10% auto;
		padding: 10% 0 0 0;
	}
	.f-banner02-list{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 20% 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;
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}


	.foot_fix_btn {
		position: fixed;
		z-index: 99;
		bottom: 0;
		left: 0;
		width: 100%;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
	}
	.foot_fix_btn.js_hide {
		transform: translateY(100%);
	}
	.foot_fix_btn ul {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		text-align: center;
		font-size: 0;
	}
	.foot_fix_btn ul li {
		width: 33.33%;
		box-sizing: border-box;
		background: rgba(255,255,255,0.8);
	}
	.foot_fix_btn ul li .txt{
		width: 100%;
		padding: 10px 0;
	}
	.foot_fix_btn ul li .txt img{
		height: 12px;
	}

}
