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: #231815;
}

.is-hidden {
	visibility: hidden;
	opacity: 0;
	transition: .3s;
}

/* 
font-family: "itc-avant-garde-gothic-pro", sans-serif;
font-weight: 700;
font-style: normal;
 */


/* font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; */

/*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: 0px;
		line-height: 0;
    }
    .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: 0px;
		line-height: 0;
    }
	.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: 0px;
		line-height: 0;
    }
    .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: 0px;
		line-height: 0;
    }
	.l-icon03::before{
        content: url("../img/l-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon03::before{
        content: url("../img/s-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		background: #f9f9f9;
		margin: 0 auto 7% auto;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		top: 2%;
		left: 1%;
		line-height: 0;
		z-index: 10;
	}
	.mv-img{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.mv-img .img{
		width: 33.33%;
		overflow: hidden;
		position: relative;
	}
	.mv-img .img .img-title{
		width: 15%;
		line-height: 0;
		position: absolute;
		top: 0;
		right: 0;
	}

	.mv-title-box{
		width: 60%;
		margin: 0 auto 2% auto;
		padding: 2% 0 0 0;
		z-index: 10;
		position: relative;
	}

	.mv-title01{
		width: 30%;
		position: absolute;
		top: -30%;
		left: -5%;
	}
	.mv-title02{
		width: 45%;
		margin: 0 auto 3% auto;
	}
	.mv-title03{
		width: 67%;
	}
	.mv-title04{
		width: 30%;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.mv-title04 .on{
		width: 100%;
		position: absolute;
		top: 0;
		right: 0;
	}


	/* read */
	.read{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 7% 0;
	}
	.read .bg{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(180deg, rgba(239, 195, 214, 0.3) 10%, rgba(255, 255, 255, 0.5) 90%);
		z-index: -1;
	}
	.read .txt{
		width: 100%;
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}

	/* side-nav */
	#side-nav{
		position: fixed;
		width:max-content;
		z-index: 99;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 10px;
	}
	#side-nav nav .side-nav-in li{
		width: 25px;
		position: relative;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li .spe{
		width: 70%;
		margin: 10px auto;
		line-height: 0;
	}
	#side-nav nav .side-nav-in li a{
		width: 100%;
		margin: 0 auto;
		display: block;
		box-sizing: border-box;
		padding: 10px 0px 10px 0px;
		opacity: .3;
		transition: .3s;
		box-sizing: border-box;
		position: relative;
	}
	#side-nav nav .side-nav-in li a img{
		width: 100%;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a .line{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0%;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		opacity: 0;
		transition: .3s;
		z-index: -1;
	}
	.side-line01{
		background: #cbd5e4;
	}
	.side-line02{
		background: #debe98;
	}
	.side-line03{
		background: #cfcccf;
	}
	#side-nav nav .side-nav-in li a::after {
		fill: #000;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a{
		fill: #000;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li.current a .line{
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a::after {
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li a:hover {
		fill: #000;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a:hover .line{
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li a:hover::after {
		fill: #000;
		opacity: 1;
		transition: .3s;
	}

	.section-box{
		width: 100%;
		position: relative;
		margin: 0 auto 0% auto;
	}

	/* door */
	.door{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 7% auto;
	}
	.door .door-l{
		width: max-content;
	}
	.door .door-r{
		position: relative;
		width: max-content;
		margin: 0 0 0 70px;
		padding: 0 0 0 70px;
	}
	.door .door-r .line01{
		width: 1px;
		height: 100%;
		background: #cbd5e4;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .door-r .line02{
		width: 1px;
		height: 100%;
		background: #debe98;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .door-r .line03{
		width: 1px;
		height: 100%;
		background: #cfcccf;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .door-r .sub-title01{
		width: 100px;
		box-sizing: border-box;
		padding: 0 20px 10px 20px;
		border-bottom: 1px solid #cbd5e4;
		margin: 0 0 5% 0;
	}
	.door .door-r .sub-title02{
		width: 100px;
		box-sizing: border-box;
		padding: 0 20px 10px 20px;
		border-bottom: 1px solid #debe98;
		margin: 0 0 5% 0;
	}
	.door .door-r .sub-title03{
		width: 100px;
		box-sizing: border-box;
		padding: 0 20px 10px 20px;
		border-bottom: 1px solid #cfcccf;
		margin: 0 0 5% 0;
	}
	.door .door-r .data{
		width: max-content;
		margin: 0 0 0 0;
	}
	.door .door-r .data li{
		width: max-content;
		white-space: nowrap;
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2.3em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		position: relative;
	}
	.door .door-r .data li .icon-wrap{
		width: 20px;
		height: 20px;
		box-sizing: border-box;
		position: relative;
		display: inline-block;
		border: 1px solid #dadadb;
		margin: 0 10px 0 0;
		top: 3px;
	}
	.door .door-r .data li .icon{
		width: 20px;
		height: 20px;
		display: block;
		position: absolute;
		line-height: 0;
		top: 5px;
		left: 3px;
	}


	.door-title01{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
	}
	.door-title01 li:nth-child(1){
		width: max-content;
	}
	.door-title01 li:nth-child(1) img{
		height: 200px;
	}
	.door-title01 li:nth-child(2){
		width: max-content;
		position: relative;
		left: -35px;
		top: -30px;
		margin: 0 -35px 0 0;
	}
	.door-title01 li:nth-child(2) img{
		height: 70px;
	}

	.door-title02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
	}
	.door-title02 li:nth-child(1){
		width: max-content;
	}
	.door-title02 li:nth-child(1) img{
		height: 280px;
	}
	.door-title02 li:nth-child(2){
		width: max-content;
		position: relative;
		left: -35px;
		top: -60px;
		margin: 0 -35px 0 0;
	}
	.door-title02 li:nth-child(2) img{
		height: 70px;
	}

	/* item-box */
	.item-box{
		width: 75%;
		margin: 0 auto 0% auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	/* item */
	.item{
		width: 50%;
		box-sizing: border-box;
		padding: 0 3%;
		margin: 0 0 7% 0;
	}
	.item .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item .img .num-box{
		width: 100px;
		height: 100px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 99;
	}
	.item .img .num-box .num{
		width: 35px;
		position: absolute;
		top: 20px;
		right: 15px;
		overflow: hidden;
		line-height: 0;
	}
	.item .img .num-box .line{
		width: 1px;
		height: 100px;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		margin: 0 auto;
		background: #fff;
		transform: rotate(-45deg);
	}
	.item .img .num-box .line02{
		width: 1px;
		height: 100px;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		margin: 0 auto;
		background: #cfcccf;
		transform: rotate(-45deg);
	}
	.item .img .icon{
		width: 7%;
		position: absolute;
		top: 45%;
        -webkit-transform: translateY(-45%); /* Safari用 */
        transform: translateY(-45%);
		right: 2%;
		z-index: 99;
	}
	.item .txt{
		width: 90%;
		text-align: justify;
		font-size: 17px;
		letter-spacing: 2px;
		line-height: 2.3em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 auto 7% auto;
	}
	.item .link-box{
		width: 90%;
		margin: 0 auto 7% auto;
	}


	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
		letter-spacing: 1px;
		padding: 0px 0 10px 0;
		font-family: "yu-mincho-pr6n", sans-serif;
	}
	.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: 5px;
	}
	.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;
		padding: 2% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
		top: 5px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 15px;
        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: 16px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		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: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #a0a0a0;
		margin: 20px 0 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 20px 0;
		opacity: .5;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: .5px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		border-radius: 0px;
		transition: .3s;
	}
	.cart-btm:hover .btn00 {
		background: #fff;
		border-color: #000;
		color: #000;
		border-radius: 100px;
		transition: .3s;
	}

	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #cbd5e4;
		border: .5px solid #cbd5e4;
		display: inline-block;
		text-align: center;
		color: #fff;
		border-radius: 0px;
		transition: .3s;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #cbd5e4;
		color: #cbd5e4;
		border-radius: 100px;
		transition: .3s;
	}

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #debe98;
		border: .5px solid #debe98;
		display: inline-block;
		text-align: center;
		color: #fff;
		border-radius: 0px;
		transition: .3s;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #debe98;
		color: #debe98;
		border-radius: 100px;
		transition: .3s;
	}

	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #cfcccf;
		border: .5px solid #cfcccf;
		display: inline-block;
		text-align: center;
		color: #fff;
		border-radius: 0px;
		transition: .3s;
	}
	.cart-btm:hover .btn03 {
		background: #fff;
		border-color: #cfcccf;
		color: #cfcccf;
		border-radius: 100px;
		transition: .3s;
	}
	
	.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;
	}

	/*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: 15px;
		width: 50px;
		height: 50px;
		display: block;
		z-index: 99;
	}
	#pagetop .btn-loading {
		display: inline-flex;
		text-decoration: none;
		font-weight: 700;
		color: #111;
		width: 100%;
		height: 100%;
		position: relative;
		opacity: 1 !important;
		transition: all 0.3s;
		background-color: #CCC;
		border-radius: 100%;
		transition: color 0.2s;
		overflow: hidden;
	}
	#pagetop .btn-loading01:before,
	#pagetop .btn-loading01:after {
		content: "";
		display: block;
		position: absolute;
		width: 50%;
		height: 0;
		background-color: #231815;
		pointer-events: none;
	}
	#pagetop .btn-loading:before {
		bottom: 0;
		left: 0;
	}
	#pagetop .btn-loading:after {
		top: 0;
		right: 0;
	}
	#pagetop:hover .btn-loading {
		color: #65A04D;
	}
	#pagetop:hover .btn-loading:before,
	#pagetop:hover .btn-loading:after {
		height: 100%;
	}
	#pagetop:hover .btn-loading:before {
		transition: height 0.1s 0.1s linear;
	}
	#pagetop:hover .btn-loading:after {
		transition: height 0.1s linear;
	}
	#pagetop .btn-loading span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 1px);
		height: calc(100% - 1px);
		background-color: #FFF;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
	}
	#pagetop .btn-loading span img{
		width: 20px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.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: 0px;
		line-height: 0;
    }
    .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: 0px;
		line-height: 0;
    }
	.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: 0px;
		line-height: 0;
    }
    .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: 0px;
		line-height: 0;
    }
	.l-icon03::before{
        content: url("../img/l-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon03::before{
        content: url("../img/s-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		background: #f9f9f9;
		margin: 0 auto 7% auto;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		top: 2%;
		left: 1%;
		line-height: 0;
		z-index: 10;
	}
	.mv-img{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.mv-img .img{
		width: 33.33%;
		overflow: hidden;
		position: relative;
	}
	.mv-img .img .img-title{
		width: 15%;
		line-height: 0;
		position: absolute;
		top: 0;
		right: 0;
	}

	.mv-title-box{
		width: 60%;
		margin: 0 auto 2% auto;
		padding: 2% 0 0 0;
		z-index: 10;
		position: relative;
	}

	.mv-title01{
		width: 30%;
		position: absolute;
		top: -30%;
		left: -5%;
	}
	.mv-title02{
		width: 45%;
		margin: 0 auto 3% auto;
	}
	.mv-title03{
		width: 67%;
	}
	.mv-title04{
		width: 30%;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.mv-title04 .on{
		width: 100%;
		position: absolute;
		top: 0;
		right: 0;
	}


	/* read */
	.read{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 7% 0;
	}
	.read .bg{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(180deg, rgba(239, 195, 214, 0.3) 10%, rgba(255, 255, 255, 0.5) 90%);
		z-index: -1;
	}
	.read .txt{
		width: 100%;
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}

	/* side-nav */
	#side-nav{
		position: fixed;
		width:max-content;
		z-index: 99;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 10px;
	}
	#side-nav nav .side-nav-in li{
		width: 25px;
		position: relative;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li .spe{
		width: 70%;
		margin: 10px auto;
		line-height: 0;
	}
	#side-nav nav .side-nav-in li a{
		width: 100%;
		margin: 0 auto;
		display: block;
		box-sizing: border-box;
		padding: 10px 0px 10px 0px;
		opacity: .3;
		transition: .3s;
		box-sizing: border-box;
		position: relative;
	}
	#side-nav nav .side-nav-in li a img{
		width: 100%;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a .line{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0%;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		opacity: 0;
		transition: .3s;
		z-index: -1;
	}
	.side-line01{
		background: #cbd5e4;
	}
	.side-line02{
		background: #debe98;
	}
	.side-line03{
		background: #cfcccf;
	}
	#side-nav nav .side-nav-in li a::after {
		fill: #000;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a{
		fill: #000;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li.current a .line{
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a::after {
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li a:hover {
		fill: #000;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a:hover .line{
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li a:hover::after {
		fill: #000;
		opacity: 1;
		transition: .3s;
	}

	.section-box{
		width: 100%;
		position: relative;
		margin: 0 auto 0% auto;
	}

	/* door */
	.door{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 7% auto;
	}
	.door .door-l{
		width: max-content;
	}
	.door .door-r{
		position: relative;
		width: max-content;
		margin: 0 0 0 70px;
		padding: 0 0 0 70px;
	}
	.door .door-r .line01{
		width: 1px;
		height: 100%;
		background: #cbd5e4;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .door-r .line02{
		width: 1px;
		height: 100%;
		background: #debe98;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .door-r .line03{
		width: 1px;
		height: 100%;
		background: #cfcccf;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .door-r .sub-title01{
		width: 100px;
		box-sizing: border-box;
		padding: 0 20px 10px 20px;
		border-bottom: 1px solid #cbd5e4;
		margin: 0 0 5% 0;
	}
	.door .door-r .sub-title02{
		width: 100px;
		box-sizing: border-box;
		padding: 0 20px 10px 20px;
		border-bottom: 1px solid #debe98;
		margin: 0 0 5% 0;
	}
	.door .door-r .sub-title03{
		width: 100px;
		box-sizing: border-box;
		padding: 0 20px 10px 20px;
		border-bottom: 1px solid #cfcccf;
		margin: 0 0 5% 0;
	}
	.door .door-r .data{
		width: max-content;
		margin: 0 0 0 0;
	}
	.door .door-r .data li{
		width: max-content;
		white-space: nowrap;
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2.3em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		position: relative;
	}
	.door .door-r .data li .icon-wrap{
		width: 20px;
		height: 20px;
		box-sizing: border-box;
		position: relative;
		display: inline-block;
		border: 1px solid #dadadb;
		margin: 0 10px 0 0;
		top: 3px;
	}
	.door .door-r .data li .icon{
		width: 20px;
		height: 20px;
		display: block;
		position: absolute;
		line-height: 0;
		top: 5px;
		left: 3px;
	}


	.door-title01{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
	}
	.door-title01 li:nth-child(1){
		width: max-content;
	}
	.door-title01 li:nth-child(1) img{
		height: 200px;
	}
	.door-title01 li:nth-child(2){
		width: max-content;
		position: relative;
		left: -35px;
		top: -30px;
		margin: 0 -35px 0 0;
	}
	.door-title01 li:nth-child(2) img{
		height: 70px;
	}

	.door-title02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
	}
	.door-title02 li:nth-child(1){
		width: max-content;
	}
	.door-title02 li:nth-child(1) img{
		height: 280px;
	}
	.door-title02 li:nth-child(2){
		width: max-content;
		position: relative;
		left: -35px;
		top: -60px;
		margin: 0 -35px 0 0;
	}
	.door-title02 li:nth-child(2) img{
		height: 70px;
	}

	/* item-box */
	.item-box{
		width: 75%;
		margin: 0 auto 0% auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	/* item */
	.item{
		width: 50%;
		box-sizing: border-box;
		padding: 0 3%;
		margin: 0 0 7% 0;
	}
	.item .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item .img .num-box{
		width: 100px;
		height: 100px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 99;
	}
	.item .img .num-box .num{
		width: 35px;
		position: absolute;
		top: 20px;
		right: 15px;
		overflow: hidden;
		line-height: 0;
	}
	.item .img .num-box .line{
		width: 1px;
		height: 100px;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		margin: 0 auto;
		background: #fff;
		transform: rotate(-45deg);
	}
	.item .img .num-box .line02{
		width: 1px;
		height: 100px;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		margin: 0 auto;
		background: #cfcccf;
		transform: rotate(-45deg);
	}
	.item .img .icon{
		width: 7%;
		position: absolute;
		top: 45%;
        -webkit-transform: translateY(-45%); /* Safari用 */
        transform: translateY(-45%);
		right: 2%;
		z-index: 99;
	}
	.item .txt{
		width: 90%;
		text-align: justify;
		font-size: 17px;
		letter-spacing: 2px;
		line-height: 2.3em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 auto 7% auto;
	}
	.item .link-box{
		width: 90%;
		margin: 0 auto 7% auto;
	}


	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
		letter-spacing: 1px;
		padding: 0px 0 10px 0;
		font-family: "yu-mincho-pr6n", sans-serif;
	}
	.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: 5px;
	}
	.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;
		padding: 2% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
		top: 5px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 15px;
        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: 16px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		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: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #a0a0a0;
		margin: 20px 0 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 20px 0;
		opacity: .5;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: .5px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		border-radius: 0px;
		transition: .3s;
	}
	.cart-btm:hover .btn00 {
		background: #fff;
		border-color: #000;
		color: #000;
		border-radius: 100px;
		transition: .3s;
	}

	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #cbd5e4;
		border: .5px solid #cbd5e4;
		display: inline-block;
		text-align: center;
		color: #fff;
		border-radius: 0px;
		transition: .3s;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #cbd5e4;
		color: #cbd5e4;
		border-radius: 100px;
		transition: .3s;
	}

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #debe98;
		border: .5px solid #debe98;
		display: inline-block;
		text-align: center;
		color: #fff;
		border-radius: 0px;
		transition: .3s;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #debe98;
		color: #debe98;
		border-radius: 100px;
		transition: .3s;
	}

	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #cfcccf;
		border: .5px solid #cfcccf;
		display: inline-block;
		text-align: center;
		color: #fff;
		border-radius: 0px;
		transition: .3s;
	}
	.cart-btm:hover .btn03 {
		background: #fff;
		border-color: #cfcccf;
		color: #cfcccf;
		border-radius: 100px;
		transition: .3s;
	}
	
	.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;
	}

	/*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: 15px;
		width: 50px;
		height: 50px;
		display: block;
		z-index: 99;
	}
	#pagetop .btn-loading {
		display: inline-flex;
		text-decoration: none;
		font-weight: 700;
		color: #111;
		width: 100%;
		height: 100%;
		position: relative;
		opacity: 1 !important;
		transition: all 0.3s;
		background-color: #CCC;
		border-radius: 100%;
		transition: color 0.2s;
		overflow: hidden;
	}
	#pagetop .btn-loading01:before,
	#pagetop .btn-loading01:after {
		content: "";
		display: block;
		position: absolute;
		width: 50%;
		height: 0;
		background-color: #231815;
		pointer-events: none;
	}
	#pagetop .btn-loading:before {
		bottom: 0;
		left: 0;
	}
	#pagetop .btn-loading:after {
		top: 0;
		right: 0;
	}
	#pagetop:hover .btn-loading {
		color: #65A04D;
	}
	#pagetop:hover .btn-loading:before,
	#pagetop:hover .btn-loading:after {
		height: 100%;
	}
	#pagetop:hover .btn-loading:before {
		transition: height 0.1s 0.1s linear;
	}
	#pagetop:hover .btn-loading:after {
		transition: height 0.1s linear;
	}
	#pagetop .btn-loading span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 1px);
		height: calc(100% - 1px);
		background-color: #FFF;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
	}
	#pagetop .btn-loading span img{
		width: 20px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.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: 0px;
		line-height: 0;
    }
    .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: 0px;
		line-height: 0;
    }
	.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: 0px;
		line-height: 0;
    }
    .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: 0px;
		line-height: 0;
    }
	.l-icon03::before{
        content: url("../img/l-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon03::before{
        content: url("../img/s-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		background: #f9f9f9;
		margin: 0 auto 7% auto;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		top: 2%;
		left: 1%;
		line-height: 0;
		z-index: 10;
	}
	.mv-img{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.mv-img .img{
		width: 33.33%;
		overflow: hidden;
		position: relative;
	}
	.mv-img .img .img-title{
		width: 15%;
		line-height: 0;
		position: absolute;
		top: 0;
		right: 0;
	}

	.mv-title-box{
		width: 60%;
		margin: 0 auto 2% auto;
		padding: 2% 0 0 0;
		z-index: 10;
		position: relative;
	}

	.mv-title01{
		width: 30%;
		position: absolute;
		top: -30%;
		left: -5%;
	}
	.mv-title02{
		width: 45%;
		margin: 0 auto 3% auto;
	}
	.mv-title03{
		width: 67%;
	}
	.mv-title04{
		width: 30%;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.mv-title04 .on{
		width: 100%;
		position: absolute;
		top: 0;
		right: 0;
	}


	/* read */
	.read{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 7% 0;
	}
	.read .bg{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(180deg, rgba(239, 195, 214, 0.3) 10%, rgba(255, 255, 255, 0.5) 90%);
		z-index: -1;
	}
	.read .txt{
		width: 100%;
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}

	/* side-nav */
	#side-nav{
		position: fixed;
		width:max-content;
		z-index: 99;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 10px;
	}
	#side-nav nav .side-nav-in li{
		width: 25px;
		position: relative;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li .spe{
		width: 70%;
		margin: 10px auto;
		line-height: 0;
	}
	#side-nav nav .side-nav-in li a{
		width: 100%;
		margin: 0 auto;
		display: block;
		box-sizing: border-box;
		padding: 10px 0px 10px 0px;
		opacity: .3;
		transition: .3s;
		box-sizing: border-box;
		position: relative;
	}
	#side-nav nav .side-nav-in li a img{
		width: 100%;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a .line{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0%;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		opacity: 0;
		transition: .3s;
		z-index: -1;
	}
	.side-line01{
		background: #cbd5e4;
	}
	.side-line02{
		background: #debe98;
	}
	.side-line03{
		background: #cfcccf;
	}
	#side-nav nav .side-nav-in li a::after {
		fill: #000;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a{
		fill: #000;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li.current a .line{
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a::after {
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li a:hover {
		fill: #000;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a:hover .line{
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li a:hover::after {
		fill: #000;
		opacity: 1;
		transition: .3s;
	}

	.section-box{
		width: 100%;
		position: relative;
		margin: 0 auto 0% auto;
	}

	/* door */
	.door{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 7% auto;
	}
	.door .door-l{
		width: max-content;
	}
	.door .door-r{
		position: relative;
		width: max-content;
		margin: 0 0 0 70px;
		padding: 0 0 0 70px;
	}
	.door .door-r .line01{
		width: 1px;
		height: 100%;
		background: #cbd5e4;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .door-r .line02{
		width: 1px;
		height: 100%;
		background: #debe98;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .door-r .line03{
		width: 1px;
		height: 100%;
		background: #cfcccf;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .door-r .sub-title01{
		width: 100px;
		box-sizing: border-box;
		padding: 0 20px 10px 20px;
		border-bottom: 1px solid #cbd5e4;
		margin: 0 0 5% 0;
	}
	.door .door-r .sub-title02{
		width: 100px;
		box-sizing: border-box;
		padding: 0 20px 10px 20px;
		border-bottom: 1px solid #debe98;
		margin: 0 0 5% 0;
	}
	.door .door-r .sub-title03{
		width: 100px;
		box-sizing: border-box;
		padding: 0 20px 10px 20px;
		border-bottom: 1px solid #cfcccf;
		margin: 0 0 5% 0;
	}
	.door .door-r .data{
		width: max-content;
		margin: 0 0 0 0;
	}
	.door .door-r .data li{
		width: max-content;
		white-space: nowrap;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2.3em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		position: relative;
	}
	.door .door-r .data li .icon-wrap{
		width: 15px;
		height: 15px;
		box-sizing: border-box;
		position: relative;
		display: inline-block;
		border: 1px solid #dadadb;
		margin: 0 10px 0 0;
		top: 3px;
	}
	.door .door-r .data li .icon{
		width: 15px;
		height: 15px;
		display: block;
		position: absolute;
		line-height: 0;
		top: 10px;
		left: 3px;
	}


	.door-title01{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
	}
	.door-title01 li:nth-child(1){
		width: max-content;
	}
	.door-title01 li:nth-child(1) img{
		height: 160px;
	}
	.door-title01 li:nth-child(2){
		width: max-content;
		position: relative;
		left: -35px;
		top: -30px;
		margin: 0 -35px 0 0;
	}
	.door-title01 li:nth-child(2) img{
		height: 50px;
	}

	.door-title02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
	}
	.door-title02 li:nth-child(1){
		width: max-content;
	}
	.door-title02 li:nth-child(1) img{
		height: 240px;
	}
	.door-title02 li:nth-child(2){
		width: max-content;
		position: relative;
		left: -35px;
		top: -60px;
		margin: 0 -35px 0 0;
	}
	.door-title02 li:nth-child(2) img{
		height: 50px;
	}

	/* item-box */
	.item-box{
		width: 85%;
		margin: 0 auto 0% auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	/* item */
	.item{
		width: 50%;
		box-sizing: border-box;
		padding: 0 3%;
		margin: 0 0 7% 0;
	}
	.item .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item .img .num-box{
		width: 100px;
		height: 100px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 99;
	}
	.item .img .num-box .num{
		width: 35px;
		position: absolute;
		top: 20px;
		right: 15px;
		overflow: hidden;
		line-height: 0;
	}
	.item .img .num-box .line{
		width: 1px;
		height: 100px;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		margin: 0 auto;
		background: #fff;
		transform: rotate(-45deg);
	}
	.item .img .num-box .line02{
		width: 1px;
		height: 100px;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		margin: 0 auto;
		background: #cfcccf;
		transform: rotate(-45deg);
	}
	.item .img .icon{
		width: 7%;
		position: absolute;
		top: 45%;
        -webkit-transform: translateY(-45%); /* Safari用 */
        transform: translateY(-45%);
		right: 2%;
		z-index: 99;
	}
	.item .txt{
		width: 90%;
		text-align: justify;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2.3em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 auto 7% auto;
	}
	.item .link-box{
		width: 90%;
		margin: 0 auto 7% auto;
	}


	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
		letter-spacing: 1px;
		padding: 0px 0 10px 0;
		font-family: "yu-mincho-pr6n", sans-serif;
	}
	.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: 5px;
	}
	.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;
		padding: 2% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
		top: 5px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 15px;
        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: 16px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		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: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #a0a0a0;
		margin: 20px 0 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 20px 0;
		opacity: .5;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: .5px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		border-radius: 0px;
		transition: .3s;
	}
	.cart-btm:hover .btn00 {
		background: #fff;
		border-color: #000;
		color: #000;
		border-radius: 100px;
		transition: .3s;
	}

	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #cbd5e4;
		border: .5px solid #cbd5e4;
		display: inline-block;
		text-align: center;
		color: #fff;
		border-radius: 0px;
		transition: .3s;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #cbd5e4;
		color: #cbd5e4;
		border-radius: 100px;
		transition: .3s;
	}

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #debe98;
		border: .5px solid #debe98;
		display: inline-block;
		text-align: center;
		color: #fff;
		border-radius: 0px;
		transition: .3s;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #debe98;
		color: #debe98;
		border-radius: 100px;
		transition: .3s;
	}

	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #cfcccf;
		border: .5px solid #cfcccf;
		display: inline-block;
		text-align: center;
		color: #fff;
		border-radius: 0px;
		transition: .3s;
	}
	.cart-btm:hover .btn03 {
		background: #fff;
		border-color: #cfcccf;
		color: #cfcccf;
		border-radius: 100px;
		transition: .3s;
	}
	
	.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;
	}

	/*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: 15px;
		width: 50px;
		height: 50px;
		display: block;
		z-index: 99;
	}
	#pagetop .btn-loading {
		display: inline-flex;
		text-decoration: none;
		font-weight: 700;
		color: #111;
		width: 100%;
		height: 100%;
		position: relative;
		opacity: 1 !important;
		transition: all 0.3s;
		background-color: #CCC;
		border-radius: 100%;
		transition: color 0.2s;
		overflow: hidden;
	}
	#pagetop .btn-loading01:before,
	#pagetop .btn-loading01:after {
		content: "";
		display: block;
		position: absolute;
		width: 50%;
		height: 0;
		background-color: #231815;
		pointer-events: none;
	}
	#pagetop .btn-loading:before {
		bottom: 0;
		left: 0;
	}
	#pagetop .btn-loading:after {
		top: 0;
		right: 0;
	}
	#pagetop:hover .btn-loading {
		color: #65A04D;
	}
	#pagetop:hover .btn-loading:before,
	#pagetop:hover .btn-loading:after {
		height: 100%;
	}
	#pagetop:hover .btn-loading:before {
		transition: height 0.1s 0.1s linear;
	}
	#pagetop:hover .btn-loading:after {
		transition: height 0.1s linear;
	}
	#pagetop .btn-loading span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 1px);
		height: calc(100% - 1px);
		background-color: #FFF;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
	}
	#pagetop .btn-loading span img{
		width: 20px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.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: 0px;
		line-height: 0;
    }
    .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: 0px;
		line-height: 0;
    }
	.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: 0px;
		line-height: 0;
    }
    .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: 0px;
		line-height: 0;
    }
	.l-icon03::before{
        content: url("../img/l-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon03::before{
        content: url("../img/s-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		background: #f9f9f9;
		margin: 0 auto 7% auto;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		top: 2%;
		left: 1%;
		line-height: 0;
		z-index: 10;
	}
	.mv-img{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.mv-img .img{
		width: 33.33%;
		overflow: hidden;
		position: relative;
	}
	.mv-img .img .img-title{
		width: 15%;
		line-height: 0;
		position: absolute;
		top: 0;
		right: 0;
	}

	.mv-title-box{
		width: 60%;
		margin: 0 auto 2% auto;
		padding: 2% 0 0 0;
		z-index: 10;
		position: relative;
	}

	.mv-title01{
		width: 30%;
		position: absolute;
		top: -30%;
		left: -5%;
	}
	.mv-title02{
		width: 45%;
		margin: 0 auto 3% auto;
	}
	.mv-title03{
		width: 67%;
	}
	.mv-title04{
		width: 30%;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.mv-title04 .on{
		width: 100%;
		position: absolute;
		top: 0;
		right: 0;
	}


	/* read */
	.read{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 7% 0;
	}
	.read .bg{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(180deg, rgba(239, 195, 214, 0.3) 10%, rgba(255, 255, 255, 0.5) 90%);
		z-index: -1;
	}
	.read .txt{
		width: 100%;
		font-size: 17px;
		letter-spacing: 5px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}

	/* side-nav */
	#side-nav{
		position: fixed;
		width:max-content;
		z-index: 99;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 10px;
	}
	#side-nav nav .side-nav-in li{
		width: 25px;
		position: relative;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li .spe{
		width: 70%;
		margin: 10px auto;
		line-height: 0;
	}
	#side-nav nav .side-nav-in li a{
		width: 100%;
		margin: 0 auto;
		display: block;
		box-sizing: border-box;
		padding: 10px 0px 10px 0px;
		opacity: .3;
		transition: .3s;
		box-sizing: border-box;
		position: relative;
	}
	#side-nav nav .side-nav-in li a img{
		width: 100%;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a .line{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0%;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		opacity: 0;
		transition: .3s;
		z-index: -1;
	}
	.side-line01{
		background: #cbd5e4;
	}
	.side-line02{
		background: #debe98;
	}
	.side-line03{
		background: #cfcccf;
	}
	#side-nav nav .side-nav-in li a::after {
		fill: #000;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a{
		fill: #000;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li.current a .line{
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a::after {
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li a:hover {
		fill: #000;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a:hover .line{
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li a:hover::after {
		fill: #000;
		opacity: 1;
		transition: .3s;
	}

	.section-box{
		width: 100%;
		position: relative;
		margin: 0 auto 0% auto;
	}

	/* door */
	.door{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 7% auto;
	}
	.door .door-l{
		width: max-content;
	}
	.door .door-r{
		position: relative;
		width: max-content;
		margin: 0 0 0 40px;
		padding: 0 0 0 40px;
	}
	.door .door-r .line01{
		width: 1px;
		height: 100%;
		background: #cbd5e4;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .door-r .line02{
		width: 1px;
		height: 100%;
		background: #debe98;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .door-r .line03{
		width: 1px;
		height: 100%;
		background: #cfcccf;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .door-r .sub-title01{
		width: 100px;
		box-sizing: border-box;
		padding: 0 20px 10px 20px;
		border-bottom: 1px solid #cbd5e4;
		margin: 0 0 5% 0;
	}
	.door .door-r .sub-title02{
		width: 100px;
		box-sizing: border-box;
		padding: 0 20px 10px 20px;
		border-bottom: 1px solid #debe98;
		margin: 0 0 5% 0;
	}
	.door .door-r .sub-title03{
		width: 100px;
		box-sizing: border-box;
		padding: 0 20px 10px 20px;
		border-bottom: 1px solid #cfcccf;
		margin: 0 0 5% 0;
	}
	.door .door-r .data{
		width: max-content;
		margin: 0 0 0 0;
	}
	.door .door-r .data li{
		width: max-content;
		white-space: nowrap;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2.3em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		position: relative;
	}
	.door .door-r .data li .icon-wrap{
		width: 15px;
		height: 15px;
		box-sizing: border-box;
		position: relative;
		display: inline-block;
		border: 1px solid #dadadb;
		margin: 0 10px 0 0;
		top: 3px;
	}
	.door .door-r .data li .icon{
		width: 15px;
		height: 15px;
		display: block;
		position: absolute;
		line-height: 0;
		top: 10px;
		left: 3px;
	}


	.door-title01{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
	}
	.door-title01 li:nth-child(1){
		width: max-content;
	}
	.door-title01 li:nth-child(1) img{
		height: 130px;
	}
	.door-title01 li:nth-child(2){
		width: max-content;
		position: relative;
		left: -35px;
		top: -30px;
		margin: 0 -35px 0 0;
	}
	.door-title01 li:nth-child(2) img{
		height: 40px;
	}

	.door-title02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
	}
	.door-title02 li:nth-child(1){
		width: max-content;
	}
	.door-title02 li:nth-child(1) img{
		height: 200px;
	}
	.door-title02 li:nth-child(2){
		width: max-content;
		position: relative;
		left: -35px;
		top: -60px;
		margin: 0 -35px 0 0;
	}
	.door-title02 li:nth-child(2) img{
		height: 40px;
	}

	/* item-box */
	.item-box{
		width: 95%;
		margin: 0 auto 0% auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	/* item */
	.item{
		width: 50%;
		box-sizing: border-box;
		padding: 0 2%;
		margin: 0 0 7% 0;
	}
	.item .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item .img .num-box{
		width: 100px;
		height: 100px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 99;
	}
	.item .img .num-box .num{
		width: 35px;
		position: absolute;
		top: 20px;
		right: 15px;
		overflow: hidden;
		line-height: 0;
	}
	.item .img .num-box .line{
		width: 1px;
		height: 100px;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		margin: 0 auto;
		background: #fff;
		transform: rotate(-45deg);
	}
	.item .img .num-box .line02{
		width: 1px;
		height: 100px;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		margin: 0 auto;
		background: #cfcccf;
		transform: rotate(-45deg);
	}
	.item .img .icon{
		width: 7%;
		position: absolute;
		top: 45%;
        -webkit-transform: translateY(-45%); /* Safari用 */
        transform: translateY(-45%);
		right: 2%;
		z-index: 99;
	}
	.item .txt{
		width: 90%;
		text-align: justify;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2.3em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 auto 7% auto;
	}
	.item .link-box{
		width: 90%;
		margin: 0 auto 7% auto;
	}


	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
		letter-spacing: 1px;
		padding: 0px 0 10px 0;
		font-family: "yu-mincho-pr6n", sans-serif;
	}
	.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: 5px;
	}
	.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;
		padding: 2% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
		top: 5px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 15px;
        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: 16px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		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: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #a0a0a0;
		margin: 20px 0 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 20px 0;
		opacity: .5;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: .5px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		border-radius: 0px;
		transition: .3s;
	}
	.cart-btm:hover .btn00 {
		background: #fff;
		border-color: #000;
		color: #000;
		border-radius: 100px;
		transition: .3s;
	}

	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #cbd5e4;
		border: .5px solid #cbd5e4;
		display: inline-block;
		text-align: center;
		color: #fff;
		border-radius: 0px;
		transition: .3s;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #cbd5e4;
		color: #cbd5e4;
		border-radius: 100px;
		transition: .3s;
	}

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #debe98;
		border: .5px solid #debe98;
		display: inline-block;
		text-align: center;
		color: #fff;
		border-radius: 0px;
		transition: .3s;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #debe98;
		color: #debe98;
		border-radius: 100px;
		transition: .3s;
	}

	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #cfcccf;
		border: .5px solid #cfcccf;
		display: inline-block;
		text-align: center;
		color: #fff;
		border-radius: 0px;
		transition: .3s;
	}
	.cart-btm:hover .btn03 {
		background: #fff;
		border-color: #cfcccf;
		color: #cfcccf;
		border-radius: 100px;
		transition: .3s;
	}
	
	.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;
	}

	/*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: 15px;
		width: 50px;
		height: 50px;
		display: block;
		z-index: 99;
	}
	#pagetop .btn-loading {
		display: inline-flex;
		text-decoration: none;
		font-weight: 700;
		color: #111;
		width: 100%;
		height: 100%;
		position: relative;
		opacity: 1 !important;
		transition: all 0.3s;
		background-color: #CCC;
		border-radius: 100%;
		transition: color 0.2s;
		overflow: hidden;
	}
	#pagetop .btn-loading01:before,
	#pagetop .btn-loading01:after {
		content: "";
		display: block;
		position: absolute;
		width: 50%;
		height: 0;
		background-color: #231815;
		pointer-events: none;
	}
	#pagetop .btn-loading:before {
		bottom: 0;
		left: 0;
	}
	#pagetop .btn-loading:after {
		top: 0;
		right: 0;
	}
	#pagetop:hover .btn-loading {
		color: #65A04D;
	}
	#pagetop:hover .btn-loading:before,
	#pagetop:hover .btn-loading:after {
		height: 100%;
	}
	#pagetop:hover .btn-loading:before {
		transition: height 0.1s 0.1s linear;
	}
	#pagetop:hover .btn-loading:after {
		transition: height 0.1s linear;
	}
	#pagetop .btn-loading span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 1px);
		height: calc(100% - 1px);
		background-color: #FFF;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
	}
	#pagetop .btn-loading span img{
		width: 20px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.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: 0px;
		line-height: 0;
    }
    .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: 0px;
		line-height: 0;
    }
	.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: 0px;
		line-height: 0;
    }
    .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: 0px;
		line-height: 0;
    }
	.l-icon03::before{
        content: url("../img/l-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon03::before{
        content: url("../img/s-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		background: #f9f9f9;
		margin: 0 auto 15% auto;
	}
	.mv-logo{
		width: 17%;
		position: absolute;
		top: 2%;
		left: 3%;
		line-height: 0;
		z-index: 10;
	}
	.item-s-sp{
		width: 100%;
		overflow: hidden;
		margin: 0;
		padding: 0;
		list-style: 0;
	}
	.item-s-sp div{
		width: 100%;
		position: relative;
	}
	.item-s-sp div .img-title{
		width: 15%;
		line-height: 0;
		position: absolute;
		top: 0;
		right: 0;
	}

	.mv-title-box{
		width: 85%;
		margin: 0 auto 7% auto;
		padding: 3% 0 0 0;
		z-index: 10;
		position: relative;
	}

	.mv-title01{
		width: 50%;
        position: absolute;
        top: -33%;
        right: -5%;
	}
	.mv-title02{
		width: 73%;
        margin: 0 0 5% 0;
	}
	.mv-title03{
		width: 100%;
        margin: 0 0 3% 0;
	}
	.mv-title04{
		width: 40%;
		position: relative;
		margin: 0 0 0 60%;
	}
	.mv-title04 .on{
		width: 100%;
		position: absolute;
		top: 0;
		right: 0;
	}


	/* read */
	.read{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 15% 0;
	}
	.read .bg{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(180deg, rgba(239, 195, 214, 0.3) 10%, rgba(255, 255, 255, 0.5) 90%);
		z-index: -1;
	}
	.read .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2.3em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}

	/* side-nav */
	#side-nav{
		position: fixed;
		width:max-content;
		z-index: 99;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 10px;
	}
	#side-nav nav .side-nav-in li{
		width: 25px;
		position: relative;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li .spe{
		width: 70%;
		margin: 10px auto;
		line-height: 0;
	}
	#side-nav nav .side-nav-in li a{
		width: 100%;
		margin: 0 auto;
		display: block;
		box-sizing: border-box;
		padding: 10px 0px 10px 0px;
		opacity: .3;
		transition: .3s;
		box-sizing: border-box;
		position: relative;
	}
	#side-nav nav .side-nav-in li a img{
		width: 100%;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a .line{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0%;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		opacity: 0;
		transition: .3s;
		z-index: -1;
	}
	.side-line01{
		background: #a9c1d2;
	}
	.side-line02{
		background: #fee1a4;
	}
	.side-line03{
		background: #d2b6ca;
	}
	#side-nav nav .side-nav-in li a::after {
		fill: #000;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a{
		fill: #000;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li.current a .line{
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a::after {
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li a:hover {
		fill: #000;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a:hover .line{
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li a:hover::after {
		fill: #000;
		opacity: 1;
		transition: .3s;
	}

	.section-box{
		width: 100%;
		position: relative;
		margin: 0 auto 0% auto;
	}

	/* door */
	.door{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.door .door-l{
		width: max-content;
		margin: 0 auto 5% auto;
	}
	.door .door-r{
		position: relative;
		width: 85%;
		margin: 0 auto;
	}
	.door .door-r .line01{
		display: none;
	}
	.door .door-r .line02{
		display: none;
	}
	.door .door-r .line03{
		display: none;
	}
	.door .door-r .sub-title01{
		width: 80px;
		box-sizing: border-box;
		padding: 0 15px 10px 15px;
		border-bottom: 1px solid #cbd5e4;
		margin: 0 0 5% 0;
	}
	.door .door-r .sub-title02{
		width: 80px;
		box-sizing: border-box;
		padding: 0 15px 10px 15px;
		border-bottom: 1px solid #debe98;
		margin: 0 0 5% 0;
	}
	.door .door-r .sub-title03{
		width: 80px;
		box-sizing: border-box;
		padding: 0 15px 10px 15px;
		border-bottom: 1px solid #cfcccf;
		margin: 0 0 5% 0;
	}
	.door .door-r .data{
		width: 100%;
		margin: 0 0 0 0;
	}
	.door .door-r .data li{
		width: 90%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		position: relative;
		padding-left:1.7em;
		text-indent:-1.7em;
	}
	.door .door-r .data li:nth-child(2){
		margin: 3% 0;
	}
	.door .door-r .data li .icon-wrap{
		width: 15px;
		height: 15px;
		box-sizing: border-box;
		position: relative;
		display: inline-block;
		border: 1px solid #dadadb;
		margin: 0 5px 0 0;
		top: 3px;
	}
	.door .door-r .data li .icon{
		width: 15px;
		height: 15px;
		display: block;
		position: absolute;
		line-height: 0;
		top: 4px;
		left: 9%;
	}


	.door-title01{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
	}
	.door-title01 li:nth-child(1){
		width: max-content;
	}
	.door-title01 li:nth-child(1) img{
		height: 110px;
	}
	.door-title01 li:nth-child(2){
		width: max-content;
		position: relative;
		left: -20px;
		top: -15px;
		margin: 0 -20px 0 0;
	}
	.door-title01 li:nth-child(2) img{
		height: 30px;
	}

	.door-title02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
		margin: 0 auto;
	}
	.door-title02 li:nth-child(1){
		width: max-content;
	}
	.door-title02 li:nth-child(1) img{
		height: 140px;
	}
	.door-title02 li:nth-child(2){
		width: max-content;
		position: relative;
		left: -10px;
		top: -40px;
		margin: 0 -10px 0 0;
	}
	.door-title02 li:nth-child(2) img{
		height: 30px;
	}

	/* item-box */
	.item-box{
		width: 100%;
		margin: 0 auto 0% auto;
	}

	/* item */
	.item{
		width: 100%;
		box-sizing: border-box;
		margin: 0 0 15% 0;
	}
	.item .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item .img .num-box{
		width: 80px;
		height: 80px;
		position: absolute;
		top: 1%;
		right: 1%;
		z-index: 99;
	}
	.item .img .num-box .num{
		width: 27px;
		position: absolute;
		top: 15px;
        right: 10px;
		overflow: hidden;
		line-height: 0;
	}
	.item .img .num-box .line{
		width: 1px;
		height: 80px;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		margin: 0 auto;
		background: #fff;
		transform: rotate(-45deg);
	}
	.item .img .num-box .line02{
		width: 1px;
		height: 80px;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		margin: 0 auto;
		background: #cfcccf;
		transform: rotate(-45deg);
	}
	.item .img .icon{
		width: 8%;
		position: absolute;
		top: 45%;
        -webkit-transform: translateY(-45%); /* Safari用 */
        transform: translateY(-45%);
		right: 2%;
		z-index: 99;
	}
	.item .txt{
		width: 85%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2.3em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 auto 5% auto;
	}
	.item .link-box{
		width: 85%;
		margin: 0 auto 0 auto;
	}


	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
		letter-spacing: 1px;
		padding: 0px 0 10px 0;
		font-family: "yu-mincho-pr6n", sans-serif;
	}
	.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: 5px;
	}
	.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;
		padding: 2% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
		top: 5px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 15px;
        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: 16px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		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: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #a0a0a0;
		margin: 20px 0 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 20px 0;
		opacity: .5;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: .5px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		border-radius: 0px;
		transition: .3s;
	}
	.cart-btm:hover .btn00 {
		background: #fff;
		border-color: #000;
		color: #000;
		border-radius: 100px;
		transition: .3s;
	}

	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #cbd5e4;
		border: .5px solid #cbd5e4;
		display: inline-block;
		text-align: center;
		color: #fff;
		border-radius: 0px;
		transition: .3s;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #cbd5e4;
		color: #cbd5e4;
		border-radius: 100px;
		transition: .3s;
	}

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #debe98;
		border: .5px solid #debe98;
		display: inline-block;
		text-align: center;
		color: #fff;
		border-radius: 0px;
		transition: .3s;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #debe98;
		color: #debe98;
		border-radius: 100px;
		transition: .3s;
	}

	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #cfcccf;
		border: .5px solid #cfcccf;
		display: inline-block;
		text-align: center;
		color: #fff;
		border-radius: 0px;
		transition: .3s;
	}
	.cart-btm:hover .btn03 {
		background: #fff;
		border-color: #cfcccf;
		color: #cfcccf;
		border-radius: 100px;
		transition: .3s;
	}
	
	.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;
	}
	
	/*f-banner*/
	.f-banner{
		width: 80%;
		margin: 0 auto 10% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 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: 10px;
        bottom: 10px;
        width: 40px;
        height: 40px;
        display: block;
        z-index: 30;
	}
	#pagetop .btn-loading {
		display: inline-flex;
		text-decoration: none;
		font-weight: 700;
		color: #111;
		width: 100%;
		height: 100%;
		position: relative;
		opacity: 1 !important;
		transition: all 0.3s;
		background-color: #CCC;
		border-radius: 100%;
		transition: color 0.2s;
		overflow: hidden;
	}
	#pagetop .btn-loading01:before,
	#pagetop .btn-loading01:after {
		content: "";
		display: block;
		position: absolute;
		width: 50%;
		height: 0;
		background-color: #231815;
		pointer-events: none;
	}
	#pagetop .btn-loading:before {
		bottom: 0;
		left: 0;
	}
	#pagetop .btn-loading:after {
		top: 0;
		right: 0;
	}
	#pagetop:hover .btn-loading {
		color: #65A04D;
	}
	#pagetop:hover .btn-loading:before,
	#pagetop:hover .btn-loading:after {
		height: 100%;
	}
	#pagetop:hover .btn-loading:before {
		transition: height 0.1s 0.1s linear;
	}
	#pagetop:hover .btn-loading:after {
		transition: height 0.1s linear;
	}
	#pagetop .btn-loading span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 1px);
		height: calc(100% - 1px);
		background-color: #FFF;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
	}
	#pagetop .btn-loading span img{
		width: 18px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
	}
	
	.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);
		-webkit-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%;
		background: rgba(203, 213, 228, .8);
		box-sizing: border-box;
		border-right: 1px solid #eee;
	}
	.foot_fix_btn ul li:nth-child(2) {
		width: 33.33%;
		background: rgba(222, 190, 152, .8);
		box-sizing: border-box;
		border-right: 1px solid #eee;
	}
	.foot_fix_btn ul li:nth-child(3) {
		width: 33.33%;
		background: rgba(207, 204, 207, .8);
		box-sizing: border-box;
	}
	.foot_fix_btn ul li a {
		display: block;
		box-sizing: border-box;
		padding: 3% 10%;
	}

}
