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

.d-btn{
	width: 100%;
	display: block;
	opacity: 1;
	transition: .3s;
}
.d-btn:hover{
	opacity: .5;
	transition: .3s;
}
/*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;
		margin: 0 auto 10% auto;
	}
	.header .mv-logo{
		width: 8%;
		position: absolute;
		left: 2%;
		top: 3%;
		z-index: 20;
	}
	.mv-wrap{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.mv-data{
		width: 50%;
		position: relative;
	}
	.mv-img{
		width: 50%;
		overflow: hidden;
		background: #eee;
		margin: 0;
		padding: 0;
		line-height: 0;
	}
	.mv-data-in{
		width: 70%;
		margin: 0 auto;
		position: absolute;
		top: 65%;
		-webkit-transform: translateY(-65%); /* Safari用 */
		transform: translateY(-65%);
		left: 0;
		right: 0;
	}
	.mv-data-in .txt{
		width: 100%;
		font-size: 17px;
		letter-spacing: 3px;
		line-height: 2.5em;
		white-space: nowrap;
	}
	.mv-title01{
		width: 100%;
		position: relative;
		margin: 0 0 15% 0;
	}
	.mv-title01 img{
		width: 95%;
		position: relative;
		margin: 0 auto;
		display: block;
		z-index: 10;
	}
	.mv-title01 .mv-line{
		width: 100%;
		height: 40%;
		position: absolute;
		overflow: hidden;
		left: 0;
		bottom: -5px;
	}
	.mv-title01 .mv-line .mv-line-in{
		width: 100%;
		height: 100%;
		background: #A0B4CD;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title02{
		width: 90%;
		margin: 0 0 7% 0;
	}
	.mv-title03{
		width: 65%;
		margin: 0 0 5% 0;
	}
	.mv-title04{
		width: 100%;
		margin: 0 0 15% 0;
	}


	/* read */
	.read{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.book{
		width: 50%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto;
		border: 1px solid #A0B4CD;
		box-sizing: border-box;
		padding: 4% 3% 2% 3%;
		position: relative;
		align-items: center;
	}
	.book .title{
		width: 80%;
		background: #A0B4CD;
		text-align: center;
		font-size: 22px;
		letter-spacing: 3px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-weight: bold;
		position: absolute;
		top: -25px;
		left: 0;
		right: 0;
		margin: 0 auto;
		padding: 1% 0;
	}
	.book .title02{
		width: 40%;
		position: absolute;
		top: -70px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.book .data{
		width: 60%;
		position: relative;
	}
	.book .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2.5em;
		margin: 0 0 15% 0;
	}
	.book .data .b-price{
		width: 40%;
		margin: 0 0 10% 0%;
	}
	.book .data .b-icon{
		width: 27%;
		position: absolute;
		bottom: 10%;
		right: 0;
	}
	.book .img{
		width: 35%;
	}
	.book .out-line-r{
		width: 1px;
		height: 100%;
		background: #A0B4CD;
		position: absolute;
		top: 5px;
		right: -5px;
	}
	.book .out-line-b{
		width: 100%;
		height: 1px;
		background: #A0B4CD;
		position: absolute;
		bottom: -5px;
		right: -5px;
	}

	/* door */
	.door{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.door .title01{
		width: 20%;
		margin: 0 auto 2% auto;
	}
	.scroll{
		width: 1px;
		margin: 0 auto 2% auto;
		z-index: 15;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 80px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.scrolldown::after{
		content: "";
		position: absolute;
		top: 0;
		width: 1px;
		height: 120px;
		background: #000;
		animation: pathmove 1.4s ease-in-out infinite;
		opacity:0;
	}
	@keyframes pathmove{
		0%{
		height:0;
		top:0;
		opacity: 0;
		}
		30%{
		height:50px;
		opacity: 1;
		}
		100%{
		height:0;
		top: 130px;
		opacity: 0;
		}
	}
	.door-s{
		width: 100%;
		margin: 0;
		padding: 0;
		line-height: 0;
	}
	.door-s div{
		box-sizing: border-box;
		padding: 0 5px;
	}
	.door .title02{
		width: 25%;
		margin: 0 auto 3% auto;
	}
	.door .txt{
		width: 100%;
		text-align: center;
		font-size: 24px;
		letter-spacing: 6px;
	}

	/* day-item */
	.day-item{
		width: 70%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
	}
	.rever{
		flex-direction: row-reverse;
	}
	.day-item .img{
		width: 50%;
		overflow: hidden;
	}
	.day-item .data{
		width: 45%;
		padding: 5% 0 0 0;
	}
	.day-item .data .icon{
		width: 80px;
		margin: 0 auto 20% auto;
	}
	.day-item .data .icon .day-icon{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 20px 0;
	}
	.day-item .data .icon .day-icon li:nth-child(1){
		width: 20%;
		height: 1px;
		position: relative;
		overflow: hidden;
	}
	.day-item .data .icon .day-icon li:nth-child(2){
		width: 40%;
	}
	.day-item .data .icon .day-icon li:nth-child(3){
		width: 20%;
		height: 1px;
		position: relative;
		overflow: hidden;
	}
	.day-item .data .icon .day-icon li .line-in{
		width: 100%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
	}
	.day-item .data .icon .day{
		width: 80px;
		height: 65px;
		overflow: hidden;
	}
	.day-item .data .icon .day .day-in{
		width: 80px;
	}
	.day-item .data .icon .day .day-in li:nth-child(1){
		margin: 0 0 2px 0;
	}
	.icon-up {
		opacity : 1;
	}
	.icon-up.active{
		opacity : 1;
		animation-name: icon-up;
		animation-duration: .5s;
		animation-timing-function: ease-in;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes icon-up {
		0% {
			transform: translateY(0px);
		}
		100% {
			transform: translateY(-67px);
		}
	}
	.day-item .data .txt{
		width: 90%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 3px;
		line-height: 2.5em;
		margin: 0 auto 15% auto;
	}
	.day-item .data .line01{
		width: 130%;
		height: 1px;
		position: relative;
		overflow: hidden;
		margin: 0 0 15% 0;
	}
	.day-item .data .line01 .line-in{
		width: 100%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
	}
	.day-item .data .line02{
		width: 130%;
		height: 1px;
		position: relative;
		overflow: hidden;
		margin: 0 0 15% 0;
		left: -30%;
	}
	.day-item .data .line02 .line-in{
		width: 100%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
	}
	.day-item .data .link-box{
		width: 90%;
		margin: 0 auto 0 auto;
	}

	/* day-item02 */
	.day-item02{
		width: 70%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.day-item02 .img{
		width: 50%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.day-item02 .data{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.day-item02 .data .data01{
		width: 45%;
	}
	.day-item02 .data .data01 .txt{
		width: 100%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 3px;
		line-height: 2.5em;
	}
	.day-item02 .data .data02{
		width: 45%;
	}
	.day-item02 .icon{
		width: 80px;
		position: absolute;
		top: 30%;
	}
	.day-item02 .icon-l{
		left: 10% !important;
	}
	.day-item02 .icon-r{
		right: 10% !important;
	}
	.day-item02 .icon .day-icon{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 20px 0;
	}
	.day-item02 .icon .day-icon li:nth-child(1){
		width: 20%;
		height: 1px;
		position: relative;
		overflow: hidden;
	}
	.day-item02 .icon .day-icon li:nth-child(2){
		width: 40%;
	}
	.day-item02 .icon .day-icon li:nth-child(3){
		width: 20%;
		height: 1px;
		position: relative;
		overflow: hidden;
	}
	.day-item02 .icon .day-icon li .line-in{
		width: 100%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
	}
	.day-item02 .icon .day{
		width: 80px;
		height: 65px;
		overflow: hidden;
	}
	.day-item02 .icon .day .day-in{
		width: 80px;
	}
	.day-item02 .icon .day .day-in li:nth-child(1){
		margin: 0 0 2px 0;
	}

	/* o-item-list */
	.o-item-list{
		width: 80%;
		margin: 0 auto 2% auto;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.o-item-list li{
		width: 33.33%;
		box-sizing: border-box;
		padding: 0 4%;
	}
	.o-item-list .line{
		border-right: 1px dotted #000;
		border-left: 1px dotted #000;
	}
	.o-item-list .big-line{
		width: 100%;
		height: 1px;
		border-bottom: 1px dotted #000;
		margin: 5% 0;
	}
	.o-item-list .big-t-line{
		width: 100%;
		height: 1px;
		border-bottom: 1px dotted #000;
		margin: 0 0 5% 0;
	}
	.o-item-list li .title{
		text-align: center;
		font-size: 22px;
		letter-spacing: 3px;
		line-height: 1.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.o-item-list li .txt{
		width: 100%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 3px;
		line-height: 2em;
		margin: 0 0 5% 0;
	}


	/*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;
	}
	
	.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;
		margin: 0 auto 10% auto;
	}
	.header .mv-logo{
		width: 8%;
		position: absolute;
		left: 2%;
		top: 3%;
		z-index: 20;
	}
	.mv-wrap{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.mv-data{
		width: 55%;
		position: relative;
	}
	.mv-img{
		width: 45%;
		overflow: hidden;
		background: #eee;
		margin: 0;
		padding: 0;
		line-height: 0;
	}
	.mv-data-in{
		width: 65%;
		margin: 0 auto;
		position: absolute;
		top: 65%;
		-webkit-transform: translateY(-65%); /* Safari用 */
		transform: translateY(-65%);
		left: 0;
		right: 0;
	}
	.mv-data-in .txt{
		width: 100%;
		font-size: 17px;
		letter-spacing: 3px;
		line-height: 2.5em;
		white-space: nowrap;
	}
	.mv-title01{
		width: 100%;
		position: relative;
		margin: 0 0 15% 0;
	}
	.mv-title01 img{
		width: 95%;
		position: relative;
		margin: 0 auto;
		display: block;
		z-index: 10;
	}
	.mv-title01 .mv-line{
		width: 100%;
		height: 40%;
		position: absolute;
		overflow: hidden;
		left: 0;
		bottom: -5px;
	}
	.mv-title01 .mv-line .mv-line-in{
		width: 100%;
		height: 100%;
		background: #A0B4CD;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title02{
		width: 90%;
		margin: 0 0 7% 0;
	}
	.mv-title03{
		width: 65%;
		margin: 0 0 5% 0;
	}
	.mv-title04{
		width: 100%;
		margin: 0 0 15% 0;
	}


	/* read */
	.read{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.book{
		width: 50%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto;
		border: 1px solid #A0B4CD;
		box-sizing: border-box;
		padding: 4% 3% 2% 3%;
		position: relative;
		align-items: center;
	}
	.book .title{
		width: 80%;
		background: #A0B4CD;
		text-align: center;
		font-size: 22px;
		letter-spacing: 3px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-weight: bold;
		position: absolute;
		top: -25px;
		left: 0;
		right: 0;
		margin: 0 auto;
		padding: 1% 0;
	}
	.book .title02{
		width: 40%;
		position: absolute;
		top: -70px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.book .data{
		width: 60%;
		position: relative;
	}
	.book .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2.5em;
		margin: 0 0 20% 0;
	}
	.book .data .b-price{
		width: 40%;
		margin: 0 0 10% 0%;
	}
	.book .data .b-icon{
		width: 25%;
		position: absolute;
		bottom: 10%;
		right: 0;
	}
	.book .img{
		width: 35%;
	}
	.book .out-line-r{
		width: 1px;
		height: 100%;
		background: #A0B4CD;
		position: absolute;
		top: 5px;
		right: -5px;
	}
	.book .out-line-b{
		width: 100%;
		height: 1px;
		background: #A0B4CD;
		position: absolute;
		bottom: -5px;
		right: -5px;
	}

	/* door */
	.door{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.door .title01{
		width: 20%;
		margin: 0 auto 2% auto;
	}
	.scroll{
		width: 1px;
		margin: 0 auto 2% auto;
		z-index: 15;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 80px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.scrolldown::after{
		content: "";
		position: absolute;
		top: 0;
		width: 1px;
		height: 120px;
		background: #000;
		animation: pathmove 1.4s ease-in-out infinite;
		opacity:0;
	}
	@keyframes pathmove{
		0%{
		height:0;
		top:0;
		opacity: 0;
		}
		30%{
		height:50px;
		opacity: 1;
		}
		100%{
		height:0;
		top: 130px;
		opacity: 0;
		}
	}
	.door-s{
		width: 100%;
		margin: 0;
		padding: 0;
		line-height: 0;
	}
	.door-s div{
		box-sizing: border-box;
		padding: 0 5px;
	}
	.door .title02{
		width: 25%;
		margin: 0 auto 3% auto;
	}
	.door .txt{
		width: 100%;
		text-align: center;
		font-size: 24px;
		letter-spacing: 6px;
	}

	/* day-item */
	.day-item{
		width: 70%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
	}
	.rever{
		flex-direction: row-reverse;
	}
	.day-item .img{
		width: 50%;
		overflow: hidden;
	}
	.day-item .data{
		width: 45%;
		padding: 5% 0 0 0;
	}
	.day-item .data .icon{
		width: 80px;
		margin: 0 auto 20% auto;
	}
	.day-item .data .icon .day-icon{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 20px 0;
	}
	.day-item .data .icon .day-icon li:nth-child(1){
		width: 20%;
		height: 1px;
		position: relative;
		overflow: hidden;
	}
	.day-item .data .icon .day-icon li:nth-child(2){
		width: 40%;
	}
	.day-item .data .icon .day-icon li:nth-child(3){
		width: 20%;
		height: 1px;
		position: relative;
		overflow: hidden;
	}
	.day-item .data .icon .day-icon li .line-in{
		width: 100%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
	}
	.day-item .data .icon .day{
		width: 80px;
		height: 65px;
		overflow: hidden;
	}
	.day-item .data .icon .day .day-in{
		width: 80px;
	}
	.day-item .data .icon .day .day-in li:nth-child(1){
		margin: 0 0 2px 0;
	}
	.icon-up {
		opacity : 1;
	}
	.icon-up.active{
		opacity : 1;
		animation-name: icon-up;
		animation-duration: .5s;
		animation-timing-function: ease-in;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes icon-up {
		0% {
			transform: translateY(0px);
		}
		100% {
			transform: translateY(-67px);
		}
	}
	.day-item .data .txt{
		width: 90%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 3px;
		line-height: 2.5em;
		margin: 0 auto 15% auto;
	}
	.day-item .data .line01{
		width: 130%;
		height: 1px;
		position: relative;
		overflow: hidden;
		margin: 0 0 15% 0;
	}
	.day-item .data .line01 .line-in{
		width: 100%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
	}
	.day-item .data .line02{
		width: 130%;
		height: 1px;
		position: relative;
		overflow: hidden;
		margin: 0 0 15% 0;
		left: -30%;
	}
	.day-item .data .line02 .line-in{
		width: 100%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
	}
	.day-item .data .link-box{
		width: 90%;
		margin: 0 auto 0 auto;
	}

	/* day-item02 */
	.day-item02{
		width: 70%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.day-item02 .img{
		width: 50%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.day-item02 .data{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.day-item02 .data .data01{
		width: 45%;
	}
	.day-item02 .data .data01 .txt{
		width: 100%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 3px;
		line-height: 2.5em;
	}
	.day-item02 .data .data02{
		width: 45%;
	}
	.day-item02 .icon{
		width: 80px;
		position: absolute;
		top: 30%;
	}
	.day-item02 .icon-l{
		left: 10% !important;
	}
	.day-item02 .icon-r{
		right: 10% !important;
	}
	.day-item02 .icon .day-icon{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 20px 0;
	}
	.day-item02 .icon .day-icon li:nth-child(1){
		width: 20%;
		height: 1px;
		position: relative;
		overflow: hidden;
	}
	.day-item02 .icon .day-icon li:nth-child(2){
		width: 40%;
	}
	.day-item02 .icon .day-icon li:nth-child(3){
		width: 20%;
		height: 1px;
		position: relative;
		overflow: hidden;
	}
	.day-item02 .icon .day-icon li .line-in{
		width: 100%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
	}
	.day-item02 .icon .day{
		width: 80px;
		height: 65px;
		overflow: hidden;
	}
	.day-item02 .icon .day .day-in{
		width: 80px;
	}
	.day-item02 .icon .day .day-in li:nth-child(1){
		margin: 0 0 2px 0;
	}

	/* o-item-list */
	.o-item-list{
		width: 80%;
		margin: 0 auto 2% auto;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.o-item-list li{
		width: 33.33%;
		box-sizing: border-box;
		padding: 0 4%;
	}
	.o-item-list .line{
		border-right: 1px dotted #000;
		border-left: 1px dotted #000;
	}
	.o-item-list .big-line{
		width: 100%;
		height: 1px;
		border-bottom: 1px dotted #000;
		margin: 5% 0;
	}
	.o-item-list .big-t-line{
		width: 100%;
		height: 1px;
		border-bottom: 1px dotted #000;
		margin: 0 0 5% 0;
	}
	.o-item-list li .title{
		text-align: center;
		font-size: 22px;
		letter-spacing: 3px;
		line-height: 1.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.o-item-list li .txt{
		width: 100%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 3px;
		line-height: 2em;
		margin: 0 0 5% 0;
	}


	/*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;
	}
	
	.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;
		margin: 0 auto 10% auto;
	}
	.header .mv-logo{
		width: 8%;
		position: absolute;
		left: 2%;
		top: 3%;
		z-index: 20;
	}
	.mv-wrap{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.mv-data{
		width: 50%;
		position: relative;
	}
	.mv-img{
		width: 50%;
		overflow: hidden;
		background: #eee;
		margin: 0;
		padding: 0;
		line-height: 0;
	}
	.mv-data-in{
		width: 65%;
		margin: 0 auto;
		position: absolute;
		top: 65%;
		-webkit-transform: translateY(-65%); /* Safari用 */
		transform: translateY(-65%);
		left: 0;
		right: 0;
	}
	.mv-data-in .txt{
		width: 100%;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2.2em;
	}
	.mv-title01{
		width: 100%;
		position: relative;
		margin: 0 0 15% 0;
	}
	.mv-title01 img{
		width: 95%;
		position: relative;
		margin: 0 auto;
		display: block;
		z-index: 10;
	}
	.mv-title01 .mv-line{
		width: 100%;
		height: 40%;
		position: absolute;
		overflow: hidden;
		left: 0;
		bottom: -5px;
	}
	.mv-title01 .mv-line .mv-line-in{
		width: 100%;
		height: 100%;
		background: #A0B4CD;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title02{
		width: 90%;
		margin: 0 0 7% 0;
	}
	.mv-title03{
		width: 65%;
		margin: 0 0 5% 0;
	}
	.mv-title04{
		width: 100%;
		margin: 0 0 15% 0;
	}


	/* read */
	.read{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.book{
		width: 55%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto;
		border: 1px solid #A0B4CD;
		box-sizing: border-box;
		padding: 3% 3% 2% 3%;
		position: relative;
		align-items: center;
	}
	.book .title{
		width: 90%;
		background: #A0B4CD;
		text-align: center;
		font-size: 20px;
		letter-spacing: 3px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-weight: bold;
		position: absolute;
		top: -25px;
		left: 0;
		right: 0;
		margin: 0 auto;
		padding: 1% 0;
	}
	.book .title02{
		width: 50%;
		position: absolute;
		top: -70px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.book .data{
		width: 60%;
		position: relative;
	}
	.book .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2.5em;
		margin: 0 0 15% 0;
	}
	.book .data .b-price{
		width: 40%;
		margin: 0 0 10% 0%;
	}
	.book .data .b-icon{
		width: 27%;
		position: absolute;
		bottom: 10%;
		right: 0;
	}
	.book .img{
		width: 35%;
	}
	.book .out-line-r{
		width: 1px;
		height: 100%;
		background: #A0B4CD;
		position: absolute;
		top: 5px;
		right: -5px;
	}
	.book .out-line-b{
		width: 100%;
		height: 1px;
		background: #A0B4CD;
		position: absolute;
		bottom: -5px;
		right: -5px;
	}

	/* door */
	.door{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.door .title01{
		width: 20%;
		margin: 0 auto 2% auto;
	}
	.scroll{
		width: 1px;
		margin: 0 auto 2% auto;
		z-index: 15;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 80px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.scrolldown::after{
		content: "";
		position: absolute;
		top: 0;
		width: 1px;
		height: 120px;
		background: #000;
		animation: pathmove 1.4s ease-in-out infinite;
		opacity:0;
	}
	@keyframes pathmove{
		0%{
		height:0;
		top:0;
		opacity: 0;
		}
		30%{
		height:50px;
		opacity: 1;
		}
		100%{
		height:0;
		top: 130px;
		opacity: 0;
		}
	}
	.door-s{
		width: 100%;
		margin: 0;
		padding: 0;
		line-height: 0;
	}
	.door-s div{
		box-sizing: border-box;
		padding: 0 5px;
	}
	.door .title02{
		width: 25%;
		margin: 0 auto 3% auto;
	}
	.door .txt{
		width: 100%;
		text-align: center;
		font-size: 24px;
		letter-spacing: 6px;
	}

	/* day-item */
	.day-item{
		width: 80%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
	}
	.rever{
		flex-direction: row-reverse;
	}
	.day-item .img{
		width: 50%;
		overflow: hidden;
	}
	.day-item .data{
		width: 45%;
		padding: 5% 0 0 0;
	}
	.day-item .data .icon{
		width: 80px;
		margin: 0 auto 20% auto;
	}
	.day-item .data .icon .day-icon{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 20px 0;
	}
	.day-item .data .icon .day-icon li:nth-child(1){
		width: 20%;
		height: 1px;
		position: relative;
		overflow: hidden;
	}
	.day-item .data .icon .day-icon li:nth-child(2){
		width: 40%;
	}
	.day-item .data .icon .day-icon li:nth-child(3){
		width: 20%;
		height: 1px;
		position: relative;
		overflow: hidden;
	}
	.day-item .data .icon .day-icon li .line-in{
		width: 100%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
	}
	.day-item .data .icon .day{
		width: 80px;
		height: 65px;
		overflow: hidden;
	}
	.day-item .data .icon .day .day-in{
		width: 80px;
	}
	.day-item .data .icon .day .day-in li:nth-child(1){
		margin: 0 0 2px 0;
	}
	.icon-up {
		opacity : 1;
	}
	.icon-up.active{
		opacity : 1;
		animation-name: icon-up;
		animation-duration: .5s;
		animation-timing-function: ease-in;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes icon-up {
		0% {
			transform: translateY(0px);
		}
		100% {
			transform: translateY(-67px);
		}
	}
	.day-item .data .txt{
		width: 90%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 3px;
		line-height: 2.5em;
		margin: 0 auto 15% auto;
	}
	.day-item .data .line01{
		width: 130%;
		height: 1px;
		position: relative;
		overflow: hidden;
		margin: 0 0 15% 0;
	}
	.day-item .data .line01 .line-in{
		width: 100%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
	}
	.day-item .data .line02{
		width: 130%;
		height: 1px;
		position: relative;
		overflow: hidden;
		margin: 0 0 15% 0;
		left: -30%;
	}
	.day-item .data .line02 .line-in{
		width: 100%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
	}
	.day-item .data .link-box{
		width: 90%;
		margin: 0 auto 0 auto;
	}

	/* day-item02 */
	.day-item02{
		width: 90%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.day-item02 .img{
		width: 50%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.day-item02 .data{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.day-item02 .data .data01{
		width: 45%;
	}
	.day-item02 .data .data01 .txt{
		width: 100%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 3px;
		line-height: 2.5em;
	}
	.day-item02 .data .data02{
		width: 45%;
	}
	.day-item02 .icon{
		width: 80px;
		position: absolute;
		top: 30%;
	}
	.day-item02 .icon-l{
		left: 10% !important;
	}
	.day-item02 .icon-r{
		right: 10% !important;
	}
	.day-item02 .icon .day-icon{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 20px 0;
	}
	.day-item02 .icon .day-icon li:nth-child(1){
		width: 20%;
		height: 1px;
		position: relative;
		overflow: hidden;
	}
	.day-item02 .icon .day-icon li:nth-child(2){
		width: 40%;
	}
	.day-item02 .icon .day-icon li:nth-child(3){
		width: 20%;
		height: 1px;
		position: relative;
		overflow: hidden;
	}
	.day-item02 .icon .day-icon li .line-in{
		width: 100%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
	}
	.day-item02 .icon .day{
		width: 80px;
		height: 65px;
		overflow: hidden;
	}
	.day-item02 .icon .day .day-in{
		width: 80px;
	}
	.day-item02 .icon .day .day-in li:nth-child(1){
		margin: 0 0 2px 0;
	}

	/* o-item-list */
	.o-item-list{
		width: 95%;
		margin: 0 auto 2% auto;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.o-item-list li{
		width: 33.33%;
		box-sizing: border-box;
		padding: 0 4%;
	}
	.o-item-list .line{
		border-right: 1px dotted #000;
		border-left: 1px dotted #000;
	}
	.o-item-list .big-line{
		width: 100%;
		height: 1px;
		border-bottom: 1px dotted #000;
		margin: 5% 0;
	}
	.o-item-list .big-t-line{
		width: 100%;
		height: 1px;
		border-bottom: 1px dotted #000;
		margin: 0 0 5% 0;
	}
	.o-item-list li .title{
		text-align: center;
		font-size: 20px;
    	letter-spacing: 2px;
		line-height: 1.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.o-item-list li .txt{
		width: 100%;
		min-height: 150px;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 3px;
		line-height: 2em;
		margin: 0 0 5% 0;
	}


	/*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;
	}
	
	.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;
		margin: 0 auto 10% auto;
	}
	.header .mv-logo{
		width: 8%;
		position: absolute;
		left: 2%;
		top: 3%;
		z-index: 20;
	}
	.mv-wrap{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.mv-data{
		width: 50%;
		position: relative;
	}
	.mv-img{
		width: 50%;
		overflow: hidden;
		background: #eee;
		margin: 0;
		padding: 0;
		line-height: 0;
	}
	.mv-data-in{
		width: 90%;
		margin: 0 auto;
		position: absolute;
		top: 65%;
		-webkit-transform: translateY(-65%); /* Safari用 */
		transform: translateY(-65%);
		left: 0;
		right: 0;
	}
	.mv-data-in .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
	}
	.mv-data-in .txt br{
		display: none;
	}
	.mv-title01{
		width: 80%;
		position: relative;
		margin: 0 0 10% 0;
	}
	.mv-title01 img{
		width: 95%;
		position: relative;
		margin: 0 auto;
		display: block;
		z-index: 10;
	}
	.mv-title01 .mv-line{
		width: 100%;
		height: 40%;
		position: absolute;
		overflow: hidden;
		left: 0;
		bottom: -5px;
	}
	.mv-title01 .mv-line .mv-line-in{
		width: 100%;
		height: 100%;
		background: #A0B4CD;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title02{
		width: 70%;
		margin: 0 0 7% 0;
	}
	.mv-title03{
		width: 50%;
		margin: 0 0 5% 0;
	}
	.mv-title04{
		width: 70%;
		margin: 0 0 10% 0;
	}


	/* read */
	.read{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.book{
		width: 90%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto;
		border: 1px solid #A0B4CD;
		box-sizing: border-box;
		padding: 5% 5% 5% 5%;
		position: relative;
		align-items: center;
	}
	.book .title{
		width: 70%;
		background: #A0B4CD;
		text-align: center;
		font-size: 20px;
		letter-spacing: 3px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-weight: bold;
		position: absolute;
		top: -25px;
		left: 0;
		right: 0;
		margin: 0 auto;
		padding: 1% 0;
	}
	.book .title02{
		width: 30%;
		position: absolute;
		top: -70px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.book .data{
		width: 60%;
		position: relative;
	}
	.book .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 2.5em;
		margin: 0 0 15% 0;
	}
	.book .data .b-price{
		width: 40%;
		margin: 0 0 10% 0%;
	}
	.book .data .b-icon{
		width: 20%;
		position: absolute;
		bottom: 15%;
		right: 0;
	}
	.book .img{
		width: 35%;
	}
	.book .out-line-r{
		width: 1px;
		height: 100%;
		background: #A0B4CD;
		position: absolute;
		top: 5px;
		right: -5px;
	}
	.book .out-line-b{
		width: 100%;
		height: 1px;
		background: #A0B4CD;
		position: absolute;
		bottom: -5px;
		right: -5px;
	}

	/* door */
	.door{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.door .title01{
		width: 30%;
		margin: 0 auto 2% auto;
	}
	.scroll{
		width: 1px;
		margin: 0 auto 2% auto;
		z-index: 15;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 80px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.scrolldown::after{
		content: "";
		position: absolute;
		top: 0;
		width: 1px;
		height: 120px;
		background: #000;
		animation: pathmove 1.4s ease-in-out infinite;
		opacity:0;
	}
	@keyframes pathmove{
		0%{
		height:0;
		top:0;
		opacity: 0;
		}
		30%{
		height:50px;
		opacity: 1;
		}
		100%{
		height:0;
		top: 130px;
		opacity: 0;
		}
	}
	.door-s{
		width: 100%;
		margin: 0;
		padding: 0;
		line-height: 0;
	}
	.door-s div{
		box-sizing: border-box;
		padding: 0 2px;
	}
	.door .title02{
		width: 40%;
		margin: 0 auto 3% auto;
	}
	.door .txt{
		width: 100%;
		text-align: center;
		font-size: 18px;
		letter-spacing: 2px;
	}

	/* day-item */
	.day-item{
		width: 100%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
	}
	.rever{
		flex-direction: row-reverse;
	}
	.day-item .img{
		width: 50%;
		overflow: hidden;
	}
	.day-item .data{
		width: 50%;
		padding: 5% 5% 0 5%;
		box-sizing: border-box;
	}
	.day-item .data .icon{
		width: 60px;
		margin: 0 auto 10% auto;
	}
	.day-item .data .icon .day-icon{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 10px 0;
	}
	.day-item .data .icon .day-icon li:nth-child(1){
		width: 20%;
		height: 1px;
		position: relative;
		overflow: hidden;
	}
	.day-item .data .icon .day-icon li:nth-child(2){
		width: 40%;
		position: relative;
		top: -3px;
	}
	.day-item .data .icon .day-icon li:nth-child(3){
		width: 20%;
		height: 1px;
		position: relative;
		overflow: hidden;
	}
	.day-item .data .icon .day-icon li .line-in{
		width: 100%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
	}
	.day-item .data .icon .day{
		width: 60px;
		height: 50px;
		overflow: hidden;
	}
	.day-item .data .icon .day .day-in{
		width: 60px;
	}
	.day-item .data .icon .day .day-in li:nth-child(1){
		margin: 0 0 2px 0;
	}
	.icon-up {
		opacity : 1;
	}
	.icon-up.active{
		opacity : 1;
		animation-name: icon-up;
		animation-duration: .5s;
		animation-timing-function: ease-in;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes icon-up {
		0% {
			transform: translateY(0px);
		}
		100% {
			transform: translateY(-50px);
		}
	}
	.day-item .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2.2em;
		margin: 0 auto 10% auto;
	}
	.day-item .data .line01{
		width: 130%;
		height: 1px;
		position: relative;
		overflow: hidden;
		margin: 0 0 10% 0;
	}
	.day-item .data .line01 .line-in{
		width: 100%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
	}
	.day-item .data .line02{
		width: 130%;
		height: 1px;
		position: relative;
		overflow: hidden;
		margin: 0 0 10% 0;
		left: -30%;
	}
	.day-item .data .line02 .line-in{
		width: 100%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
	}
	.day-item .data .link-box{
		width: 100%;
		margin: 0 auto 0 auto;
	}

	/* day-item02 */
	.day-item02{
		width: 100%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.day-item02 .img{
		width: 50%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.day-item02 .data{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.day-item02 .data .data01{
		width: 45%;
	}
	.day-item02 .data .data01 .txt{
		width: 100%;
		text-align: justify;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2.2em;
	}
	.day-item02 .data .data02{
		width: 45%;
	}
	.day-item02 .icon{
		width: 60px;
		position: absolute;
		top: 30%;
	}
	.day-item02 .icon-l{
		left: 10% !important;
	}
	.day-item02 .icon-r{
		right: 10% !important;
	}
	.day-item02 .icon .day-icon{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 20px 0;
	}
	.day-item02 .icon .day-icon li:nth-child(1){
		width: 20%;
		height: 1px;
		position: relative;
		overflow: hidden;
	}
	.day-item02 .icon .day-icon li:nth-child(2){
		width: 40%;
		position: relative;
		top: -2px;
	}
	.day-item02 .icon .day-icon li:nth-child(3){
		width: 20%;
		height: 1px;
		position: relative;
		overflow: hidden;
	}
	.day-item02 .icon .day-icon li .line-in{
		width: 100%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
	}
	.day-item02 .icon .day{
		width: 60px;
		height: 50px;
		overflow: hidden;
	}
	.day-item02 .icon .day .day-in{
		width: 60px;
	}
	.day-item02 .icon .day .day-in li:nth-child(1){
		margin: 0 0 2px 0;
	}

	/* o-item-list */
	.o-item-list{
		width: 100%;
		margin: 0 auto 2% auto;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.o-item-list li{
		width: 33.33%;
		box-sizing: border-box;
		padding: 0 2%;
	}
	.o-item-list .line{
		border-right: 1px dotted #000;
		border-left: 1px dotted #000;
	}
	.o-item-list .big-line{
		width: 100%;
		height: 1px;
		border-bottom: 1px dotted #000;
		margin: 5% 0;
	}
	.o-item-list .big-t-line{
		width: 100%;
		height: 1px;
		border-bottom: 1px dotted #000;
		margin: 0 0 5% 0;
	}
	.o-item-list li .title{
		text-align: center;
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 1.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.o-item-list li .txt{
		width: 100%;
		min-height: 140px;
		text-align: justify;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2.2em;
		margin: 0 0 10% 0;
	}


	/*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: 13px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 14px;
		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: 10px;
		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;
	}
	
	.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: 12px;
		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;
		margin: 0 auto 35% auto;
	}
	.header .mv-logo{
		width: 25%;
		position: absolute;
		right: 3%;
		top: 2%;
		z-index: 20;
	}
	.mv-wrap{
		width: 100%;
	}
	.mv-data{
		width: 100%;
		position: relative;
	}
	.mv-img{
		width: 100%;
		overflow: hidden;
		background: #eee;
		margin: 0;
		padding: 0;
		line-height: 0;
		margin: 0 0 7% 0;
	}
	.mv-data-in{
		width: 85%;
		margin: 0 auto;
	}
	.mv-data-in .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2.2em;
		text-align: justify;
	}
	.mv-title01{
		width: 100%;
		position: relative;
		margin: 0 0 10% 0;
	}
	.mv-title01 img{
		width: 95%;
		position: relative;
		margin: 0 auto;
		display: block;
		z-index: 10;
	}
	.mv-title01 .mv-line{
		width: 100%;
		height: 40%;
		position: absolute;
		overflow: hidden;
		left: 0;
		bottom: -5px;
	}
	.mv-title01 .mv-line .mv-line-in{
		width: 100%;
		height: 100%;
		background: #A0B4CD;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title02{
		width: 90%;
		margin: 0 auto 7% auto;
	}
	.mv-title03{
		width: 55%;
		margin: 0 auto 5% auto;
	}
	.mv-title04{
		width: 100%;
		margin: 0 0 7% 0;
	}


	/* read */
	.read{
		width: 100%;
		margin: 0 0 20% 0;
	}
	.book{
		width: 90%;
		margin: 0 auto;
		border: 1px solid #A0B4CD;
		box-sizing: border-box;
		padding: 10% 3% 2% 3%;
		position: relative;
		align-items: center;
	}
	.book .title{
		width: 90%;
		background: #A0B4CD;
		text-align: center;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-weight: bold;
		position: absolute;
		top: -50px;
		left: 0;
		right: 0;
		margin: 0 auto;
		padding: 1% 0;
		z-index: 10;
	}
	.book .title02{
		width: 80%;
		position: absolute;
		top: -90px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.book .data{
		width: 90%;
		margin: 0 auto;
		position: relative;
	}
	.book .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		margin: 0 0 5% 0;
	}
	.book .data .b-price{
		width: 60%;
		margin: 0 auto 7% auto;
	}
	.book .data .b-data{
		width: 100%;
		margin: 0 0 5% 0%;
	}
	.book .img{
		width: 80%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.book .img .b-icon{
		width: 37%;
		position: absolute;
		bottom: 0%;
		right: -20%;
	}
	.book .out-line-r{
		width: 1px;
		height: 100%;
		background: #A0B4CD;
		position: absolute;
		top: 5px;
		right: -5px;
	}
	.book .out-line-b{
		width: 100%;
		height: 1px;
		background: #A0B4CD;
		position: absolute;
		bottom: -5px;
		right: -5px;
	}

	/* door */
	.door{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 10% auto;
	}
	.door .title01{
		width: 60%;
		margin: 0 auto 5% auto;
	}
	.scroll{
		width: 1px;
		margin: 0 auto 5% auto;
		z-index: 15;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 50px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.scrolldown::after{
		content: "";
		position: absolute;
		top: 0;
		width: 1px;
		height: 120px;
		background: #000;
		animation: pathmove 1.4s ease-in-out infinite;
		opacity:0;
	}
	@keyframes pathmove{
		0%{
		height:0;
		top:0;
		opacity: 0;
		}
		30%{
		height:50px;
		opacity: 1;
		}
		100%{
		height:0;
		top: 130px;
		opacity: 0;
		}
	}
	.door-s-sp{
		width: 100%;
		margin: 0;
		padding: 0;
		line-height: 0;
	}
	.door-s-sp div{
		box-sizing: border-box;
		padding: 0 2px;
	}
	.door .title02{
		width: 80%;
		margin: 0 auto 5% auto;
	}
	.door .txt{
		width: 100%;
		text-align: center;
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2em;
	}

	/* day-item */
	.day-item{
		width: 100%;
		position: relative;
		margin: 0 auto 15% auto;
	}
	.day-item .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 7% auto;
	}
	.day-item .data{
		width: 90%;
		margin: 0 auto;
	}
	.day-item .data .icon{
		width: 60px;
		position: absolute;
		top: 2%;
		right: 5%;
	}
	.day-item .data .icon .day-icon{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 10px 0;
	}
	.day-item .data .icon .day-icon li:nth-child(1){
		width: 20%;
		height: 1px;
		position: relative;
		overflow: hidden;
	}
	.day-item .data .icon .day-icon li:nth-child(2){
		width: 40%;
		position: relative;
		top: -3px;
	}
	.day-item .data .icon .day-icon li:nth-child(3){
		width: 20%;
		height: 1px;
		position: relative;
		overflow: hidden;
	}
	.day-item .data .icon .day-icon li .line-in{
		width: 100%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
	}
	.day-item .data .icon .day{
		width: 60px;
		height: 50px;
		overflow: hidden;
	}
	.day-item .data .icon .day .day-in{
		width: 60px;
	}
	.day-item .data .icon .day .day-in li:nth-child(1){
		margin: 0 0 2px 0;
	}
	.icon-up {
		opacity : 1;
	}
	.icon-up.active{
		opacity : 1;
		animation-name: icon-up;
		animation-duration: .5s;
		animation-timing-function: ease-in;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes icon-up {
		0% {
			transform: translateY(0px);
		}
		100% {
			transform: translateY(-50px);
		}
	}
	.day-item .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		margin: 0 auto 7% auto;
	}
	.day-item .data .line01{
		display: none;
	}
	.day-item .data .line01 .line-in{
		width: 100%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
	}
	.day-item .data .line02{
		display: none;
	}
	.day-item .data .line02 .line-in{
		width: 100%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
	}
	.day-item .data .link-box{
		width: 100%;
		margin: 0 auto 0 auto;
	}

	/* day-item02 */
	.day-item02{
		width: 100%;
		position: relative;
		margin: 0 auto 15% auto;
	}
	.day-item02 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 7% auto;
	}
	.day-item02 .data{
		width: 90%;
		margin: 0 auto;
	}
	.day-item02 .data .data01{
		width: 100%;
	}
	.day-item02 .data .data01 .txt{
		width: 100%;
		text-align: justify;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		margin: 0 auto 7% auto;
	}
	.day-item02 .data .data02{
		width: 100%;
	}
	.day-item02 .icon{
		width: 60px;
		position: absolute;
		top: 2%;
		right: 5%;
		z-index: 10;
	}
	.day-item02 .icon .day-icon{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 10px 0;
	}
	.day-item02 .icon .day-icon li:nth-child(1){
		width: 20%;
		height: 1px;
		position: relative;
		overflow: hidden;
	}
	.day-item02 .icon .day-icon li:nth-child(2){
		width: 40%;
		position: relative;
		top: -3px;
	}
	.day-item02 .icon .day-icon li:nth-child(3){
		width: 20%;
		height: 1px;
		position: relative;
		overflow: hidden;
	}
	.day-item02 .icon .day-icon li .line-in{
		width: 100%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
	}
	.day-item02 .icon .day{
		width: 60px;
		height: 50px;
		overflow: hidden;
	}
	.day-item02 .icon .day .day-in{
		width: 60px;
	}
	.day-item02 .icon .day .day-in li:nth-child(1){
		margin: 0 0 2px 0;
	}

	/* o-item-list */
	.o-item-list-sp{
		width: 95%;
		margin: 0 auto 20% auto;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.o-item-list-sp li{
		width: 33.33%;
		position: relative;
	}
	.o-item-list-sp li .icon{
		width: 15%;
		position: absolute;
		top: 10px;
		right: 10px;
	}


	/*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;
	}

	.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:nth-child(1) {
		width: 33.33%;
		box-sizing: border-box;
		background: rgba(52,73,113,0.8);
	}
	.foot_fix_btn ul li:nth-child(2) {
		width: 33.33%;
		box-sizing: border-box;
		background: rgba(123,74,60,0.8);
	}
	.foot_fix_btn ul li:nth-child(3) {
		width: 33.33%;
		box-sizing: border-box;
		background: rgba(48,87,93,0.8);
	}
	.foot_fix_btn ul li .txt{
		width: 100%;
		padding: 10px 0;
	}
	.foot_fix_btn ul li .txt img{
		height: 12px;
	}

	/* slider-item */
	.slider-item .title{
		text-align: center;
		font-size: 22px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 10% 0 5% 0;
	}
	.slider-item .img{
		width: 90%;
		display: block;
		margin: 0 auto 5% auto;
	}
	.slider-item .txt{
		width: 90%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 3px;
		line-height: 2em;
		margin: 0 auto 5% auto;
	}
	.slider-item .link-box{
		width: 90%;
		margin: 0 auto 10% auto;
	}

	/* demo-simple-modal.html */
	button{
		width: 100%;
		padding: 0;
		margin: 0;
		border: none;
		background: #fff;
		cursor: pointer;
		overflow: hidden;
	}
	#simple-modal main.is-locked {
		position: fixed;
		width: 100%;
	}
	#simple-modal button {
		display: inline-block;
		color: #fff;
		background-color: #877666;
		border-color: #877666;
		text-align: center;
		vertical-align: middle;
		padding: .375rem .75rem;
		border-radius: .25rem;
		margin-bottom: 20px;
	}
	#simple-modal button:hover {
		opacity: 0.7;
	}
	.modal {
		visibility: hidden;
		overflow-y: scroll;
		opacity: 0;
		position: fixed;
		z-index: 100;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transition: opacity 0.3s, visibility 0s 0.3s;
		background-color: rgba(255, 255, 255, 0.8);
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}
	.modal.is-active {
		visibility: visible;
		opacity: 1;
		transition: opacity 0.3s, visibility 0s 0s;
	}
	.modal_container {
		display: flex;
		min-height: 100%;
		justify-content: center;
		align-items: center;
	}
	.modal_container _:-ms-lang(x)::-ms-backdrop, .modal_container {
		min-height: 100vh;
	}
	.modal_container::after {
		content: "";
		min-height: inherit;
		font-size: 0;
	}
	.modal_inner {
		margin: 20px auto;
		width: 100%;
	}
	.modal_content {
		display: none;
		width: 100%;
	}
	.is-active .modal_content {
		display: block;
	}
	.wrapper.is-locked {
		position: fixed;
		width: 100%;
	}
	.modal_content .text_wrapper {
		margin-bottom: 50px;
	}

	/* modal */
	.s-item-list-box{
		width: 70%;
		margin: 0 auto 0% auto;
	}
	.s-item-list{
		width: 100%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.s-item-list li{
		width: 47%;
		overflow: hidden;
		margin: 0 1.5% 5% 1.5%;
	}
	.s-item-list li .link-box{
		width: 80%;
		margin: 5% auto 0 auto;
	}

	/* style-close */
	.modalClose{
		width: 30px;
		position: absolute;
		top: 1%;
		left: 2%;
		z-index: 99;
	}
	.outer {
		width: 30px;
		cursor: pointer;
	}
	.inner {
		width: 30px;
		text-align: center;
	}
	.inner-in { 
		font-size: 12px; 
		line-height: 4em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-transform: uppercase;
		color: #000;
		transition: all .2s ease-in;
		opacity: 0;
		cursor: pointer;
	}
	.inner:before, .inner:after {
		position: absolute;
		content: '';
		height: 1px;
		width: inherit;
		background: #000;
		left: 0;
		transition: all .2s ease-in;
	}
	.inner:before {
		top: 50%; 
		transform: rotate(45deg);  
	}
	.inner:after {  
		bottom: 50%;
		transform: rotate(-45deg);  
	}
	.outer:hover .inner-in {
		opacity: 1;
	}
	.outer:hover .inner:before,
	.outer:hover .inner:after {
		transform: rotate(0);
	}
	.outer:hover .inner:before {
		top: 0;
	}
	.outer:hover .inner:after {
		bottom: 0;
	}

	/* slider */
	.modal_content .num {
		width: 70%;
		margin: 5% auto 5% auto;
	}

	.thumnail {
		width: 95% !important;
		height: auto !important;
		margin: 0 auto 10% auto;
	}
	.thumnail .slick-track {
		transform: unset !important;
		width: 100% !important;
		display: flex;
		justify-content: flex-start;
		flex-flow: wrap;
	}
	.thumnail .slick-slide {
		display: block!important;
		float: none !important;
		flex: 0 0 20%;
		margin: 0;
		line-height: 0;
		opacity: 0.5;
	}
	.thumnail .slick-current   {opacity:1;}

	.thumnail1-2 {
		width: 95% !important;
		height: auto !important;
		margin: 0 auto 10% auto;
	}
	.thumnail1-2 .slick-track {
		transform: unset !important;
		width: 100% !important;
		display: flex;
		justify-content: flex-start;
		flex-flow: wrap;
	}
	.thumnail1-2 .slick-slide {
		display: block!important;
		float: none !important;
		flex: 0 0 20%;
		margin: 0;
		line-height: 0;
		opacity: 0.5;
	}
	.thumnail1-2 .slick-current   {opacity:1;}

	.thumnail1-3 {
		width: 95% !important;
		height: auto !important;
		margin: 0 auto 10% auto;
	}
	.thumnail1-3 .slick-track {
		transform: unset !important;
		width: 100% !important;
		display: flex;
		justify-content: flex-start;
		flex-flow: wrap;
	}
	.thumnail1-3 .slick-slide {
		display: block!important;
		float: none !important;
		flex: 0 0 20%;
		margin: 0;
		line-height: 0;
		opacity: 0.5;
	}
	.thumnail1-3 .slick-current   {opacity:1;}

	.thumnail1-4 {
		width: 95% !important;
		height: auto !important;
		margin: 0 auto 10% auto;
	}
	.thumnail1-4 .slick-track {
		transform: unset !important;
		width: 100% !important;
		display: flex;
		justify-content: flex-start;
		flex-flow: wrap;
	}
	.thumnail1-4 .slick-slide {
		display: block!important;
		float: none !important;
		flex: 0 0 20%;
		margin: 0;
		line-height: 0;
		opacity: 0.5;
	}
	.thumnail1-4 .slick-current   {opacity:1;}

	.thumnail1-5 {
		width: 95% !important;
		height: auto !important;
		margin: 0 auto 10% auto;
	}
	.thumnail1-5 .slick-track {
		transform: unset !important;
		width: 100% !important;
		display: flex;
		justify-content: flex-start;
		flex-flow: wrap;
	}
	.thumnail1-5 .slick-slide {
		display: block!important;
		float: none !important;
		flex: 0 0 20%;
		margin: 0;
		line-height: 0;
		opacity: 0.5;
	}
	.thumnail1-5 .slick-current   {opacity:1;}

	.thumnail1-6 {
		width: 95% !important;
		height: auto !important;
		margin: 0 auto 10% auto;
	}
	.thumnail1-6 .slick-track {
		transform: unset !important;
		width: 100% !important;
		display: flex;
		justify-content: flex-start;
		flex-flow: wrap;
	}
	.thumnail1-6 .slick-slide {
		display: block!important;
		float: none !important;
		flex: 0 0 20%;
		margin: 0;
		line-height: 0;
		opacity: 0.5;
	}
	.thumnail1-6 .slick-current   {opacity:1;}

	.thumnail1-7 {
		width: 95% !important;
		height: auto !important;
		margin: 0 auto 10% auto;
	}
	.thumnail1-7 .slick-track {
		transform: unset !important;
		width: 100% !important;
		display: flex;
		justify-content: flex-start;
		flex-flow: wrap;
	}
	.thumnail1-7 .slick-slide {
		display: block!important;
		float: none !important;
		flex: 0 0 20%;
		margin: 0;
		line-height: 0;
		opacity: 0.5;
	}
	.thumnail1-7 .slick-current   {opacity:1;}

	.thumnail1-8 {
		width: 95% !important;
		height: auto !important;
		margin: 0 auto 10% auto;
	}
	.thumnail1-8 .slick-track {
		transform: unset !important;
		width: 100% !important;
		display: flex;
		justify-content: flex-start;
		flex-flow: wrap;
	}
	.thumnail1-8 .slick-slide {
		display: block!important;
		float: none !important;
		flex: 0 0 20%;
		margin: 0;
		line-height: 0;
		opacity: 0.5;
	}
	.thumnail1-8 .slick-current   {opacity:1;}

	.thumnail1-9 {
		width: 95% !important;
		height: auto !important;
		margin: 0 auto 10% auto;
	}
	.thumnail1-9 .slick-track {
		transform: unset !important;
		width: 100% !important;
		display: flex;
		justify-content: flex-start;
		flex-flow: wrap;
	}
	.thumnail1-9 .slick-slide {
		display: block!important;
		float: none !important;
		flex: 0 0 20%;
		margin: 0;
		line-height: 0;
		opacity: 0.5;
	}
	.thumnail1-9 .slick-current   {opacity:1;}


}
