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

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

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.mv-logo{
		width: 12%;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 14%;
		z-index: 20;
		line-height: 0;
	}
	.mv01{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.mv01 li{
		width: 50%;
		overflow: hidden;
	}
	.mv02{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
	}
	.mv02 li{
		width: 50%;
		overflow: hidden;
	}
	.mv03{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 6;
	}
	.mv03 li{
		width: 50%;
		overflow: hidden;
	}
	.mv04{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 7;
	}
	.mv04 li{
		width: 50%;
		overflow: hidden;
	}

	.mv-title-box{
		width: 31%;
		position: absolute;
		top: 42%;
        -webkit-transform: translateY(-42%); /* Safari用 */
        transform: translateY(-42%);
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 99;
	}
	.mv-title01{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.mv-title01 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title02{
		width: 100%;
		position: relative;
		margin: 0 0 10% 0;
	}
	.mv-title02 .un{
		width: 100%;
		position: relative;
		z-index: 999;
	}
	.mv-title02 .on{
		width: 50%;
		position: absolute;
		bottom: -40%;
		left: -6%;
	}
	.mv-title03{
		width: 88%;
		margin: 0 auto;
		position: relative;
		left: 5%;
	}


	/* read */
	.read{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.read .txt-box{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
		overflow: hidden;
	}
	.read .txt-box .bg{
		width: 100%;
		height: 120%;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 10;
		background: linear-gradient(rgba(255,255,255,0) 0, #fff 20%);
	}
	.read .txt-box .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;
	}

	.top-nav{
		width: 70%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.top-nav li{
		width: 22%;
	}
	.top-nav li a{
		width: 100%;
		position: relative;
		display: block;
	}
	.top-nav li a .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.top-nav li a .img .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		background: rgba(255, 255, 255, .7);
		opacity: 0;
		transition: .3s;
	}
	.top-nav li a:hover .img .on{
		opacity: 1;
		transition: .3s;
	}
	.top-nav li a .img img{
		width: 100%;
		transform: scale(1);
		transition: .3s;
	}
	.top-nav li a:hover .img img{
		transform: scale(1.05);
		transition: .3s;
	}


	/* door */
	.door{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.door .icon{
		width: 7%;
		line-height: 0;
		margin: 0 auto 3% auto;
	}
	.door .title{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 2% auto;
	}
	.door .title li:nth-child(1){
		margin: 0 15px 0 0;
	}
	.door .title li img{
		height: 60px;
	}
	.door .txt{
		font-size: 16px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		letter-spacing: 5px;
		text-align: center;
	}

	/* item-t */
	.rever{
		flex-direction: row-reverse;
	}
	.color01{
		background: #eaecf4;
	}
	.color02{
		background: #f8f8f2;
	}
	.color03{
		background: #f4efeb;
	}
	.color04{
		background: #f5f0f6;
	}
	.color05{
		background: #f3dfe5;
	}
	.color06{
		background: #f3f1f0;
	}
	.color07{
		background: #eee9f5;
	}
	.color08{
		background: #faf8f0;
	}
	.color09{
		background: #eaecf4;
	}
	.color10{
		background: #f3f1f0;
	}
	.color11{
		background: #dfe8f0;
	}
	.color12{
		background: #f3f1f0;
	}
	.item-t{
		width: 60%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 5% auto;
		box-sizing: border-box;
		padding: 3% 3%;
	}
	.item-t .img{
		width: 50%;
		overflow: hidden;
		border-radius: 40px;
	}
	.item-t .data{
		width: 45%;
	}
	.item-t .data .num{
		width: 110px;
		margin: 0 0 10% 0;
	}
	.item-t .data .title-box{
		width: 100%;
		display: block;
		background: #fff;
		box-sizing: border-box;
		padding: 3% 5%;
		margin: 0 0 7% 0;
	}
	.item-t .data .title-box .title{
		font-size: 22px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		letter-spacing: 3px;
	}
	.item-t .data .txt{
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2.5em;
		text-align: justify;
		margin: 0 0 10% 0;
	}

	/* item */
	.item{
		width: 70%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 10% auto;
	}
	.item .img{
		width: 50%;
		overflow: hidden;
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.item .data .title{
		font-size: 20px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		letter-spacing: 3px;
		line-height: 2.5em;
		margin: 0 0 15% 0;
	}

	/* item-b */
	.item-b{
		width: 70%;
		margin: 0 auto 10% auto;
	}
	.item-b .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item-b .data{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-b .data .title{
		width: 50%;
		font-size: 20px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		letter-spacing: 3px;
		line-height: 2.5em;
	}
	.item-b .data .link-box{
		width: 45%;
	}


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

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

	.toggle02 {
		display: none;
	}
	.Label02 {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
		letter-spacing: 1px;
		padding: 10px 0 10px 0;
		color: #fff;
	}
	.Label02::after,
	.Label02::before {
		content: "";
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #fff;
		transition: all 0.3s;
	}
	.Label02::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label02,
	.content02 {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content02 {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle02:checked + .Label02 + .content02 {
		height: auto;
		border-top: 0.7px solid #fff;
		padding: 4% 0 0 0;
		transition: all .3s;
	}
	.toggle02:checked + .Label02::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
		top: 10px;
	}
	.toggle02:checked + .Label02::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: 2% 0 2% 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;
		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: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
		background: #fff;
		border-color: #000;
		color: #000;
	}

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

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

	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #caa8cd;
		border: 1px solid #caa8cd;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn03 {
		background: #fff;
		border-color: #caa8cd;
		color: #caa8cd;
	}

	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #ba7195;
		border: 1px solid #ba7195;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn04 {
		background: #fff;
		border-color: #ba7195;
		color: #ba7195;
	}

	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #a59d98;
		border: 1px solid #a59d98;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn05 {
		background: #fff;
		border-color: #a59d98;
		color: #a59d98;
	}

	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #bf92b4;
		border: 1px solid #bf92b4;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn06 {
		background: #fff;
		border-color: #bf92b4;
		color: #bf92b4;
	}

	.cart-btm .btn07{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #dbc0ab;
		border: 1px solid #dbc0ab;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn07 {
		background: #fff;
		border-color: #dbc0ab;
		color: #dbc0ab;
	}

	.cart-btm .btn08{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #3f4047;
		border: 1px solid #3f4047;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn08 {
		background: #fff;
		border-color: #3f4047;
		color: #3f4047;
	}

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

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.mv-logo{
		width: 12%;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 14%;
		z-index: 20;
		line-height: 0;
	}
	.mv01{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.mv01 li{
		width: 50%;
		overflow: hidden;
	}
	.mv02{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
	}
	.mv02 li{
		width: 50%;
		overflow: hidden;
	}
	.mv03{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 6;
	}
	.mv03 li{
		width: 50%;
		overflow: hidden;
	}
	.mv04{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 7;
	}
	.mv04 li{
		width: 50%;
		overflow: hidden;
	}

	.mv-title-box{
		width: 31%;
		position: absolute;
		top: 42%;
        -webkit-transform: translateY(-42%); /* Safari用 */
        transform: translateY(-42%);
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 99;
	}
	.mv-title01{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.mv-title01 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title02{
		width: 100%;
		position: relative;
		margin: 0 0 10% 0;
	}
	.mv-title02 .un{
		width: 100%;
		position: relative;
		z-index: 999;
	}
	.mv-title02 .on{
		width: 50%;
		position: absolute;
		bottom: -40%;
		left: -6%;
	}
	.mv-title03{
		width: 88%;
		margin: 0 auto;
		position: relative;
		left: 5%;
	}


	/* read */
	.read{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.read .txt-box{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
		overflow: hidden;
	}
	.read .txt-box .bg{
		width: 100%;
		height: 120%;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 10;
		background: linear-gradient(rgba(255,255,255,0) 0, #fff 20%);
	}
	.read .txt-box .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;
	}

	.top-nav{
		width: 70%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.top-nav li{
		width: 22%;
	}
	.top-nav li a{
		width: 100%;
		position: relative;
		display: block;
	}
	.top-nav li a .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.top-nav li a .img .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		background: rgba(255, 255, 255, .7);
		opacity: 0;
		transition: .3s;
	}
	.top-nav li a:hover .img .on{
		opacity: 1;
		transition: .3s;
	}
	.top-nav li a .img img{
		width: 100%;
		transform: scale(1);
		transition: .3s;
	}
	.top-nav li a:hover .img img{
		transform: scale(1.05);
		transition: .3s;
	}


	/* door */
	.door{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.door .icon{
		width: 7%;
		line-height: 0;
		margin: 0 auto 3% auto;
	}
	.door .title{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 2% auto;
	}
	.door .title li:nth-child(1){
		margin: 0 15px 0 0;
	}
	.door .title li img{
		height: 60px;
	}
	.door .txt{
		font-size: 16px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		letter-spacing: 5px;
		text-align: center;
	}

	/* item-t */
	.rever{
		flex-direction: row-reverse;
	}
	.color01{
		background: #eaecf4;
	}
	.color02{
		background: #f8f8f2;
	}
	.color03{
		background: #f4efeb;
	}
	.color04{
		background: #f5f0f6;
	}
	.color05{
		background: #f3dfe5;
	}
	.color06{
		background: #f3f1f0;
	}
	.color07{
		background: #eee9f5;
	}
	.color08{
		background: #faf8f0;
	}
	.color09{
		background: #eaecf4;
	}
	.color10{
		background: #f3f1f0;
	}
	.color11{
		background: #dfe8f0;
	}
	.color12{
		background: #f3f1f0;
	}
	.item-t{
		width: 60%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 5% auto;
		box-sizing: border-box;
		padding: 3% 3%;
	}
	.item-t .img{
		width: 50%;
		overflow: hidden;
		border-radius: 40px;
	}
	.item-t .data{
		width: 45%;
	}
	.item-t .data .num{
		width: 110px;
		margin: 0 0 10% 0;
	}
	.item-t .data .title-box{
		width: 100%;
		display: block;
		background: #fff;
		box-sizing: border-box;
		padding: 3% 5%;
		margin: 0 0 7% 0;
	}
	.item-t .data .title-box .title{
		font-size: 22px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		letter-spacing: 3px;
	}
	.item-t .data .txt{
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2.5em;
		text-align: justify;
		margin: 0 0 10% 0;
	}

	/* item */
	.item{
		width: 70%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 10% auto;
	}
	.item .img{
		width: 50%;
		overflow: hidden;
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.item .data .title{
		font-size: 20px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		letter-spacing: 3px;
		line-height: 2.5em;
		margin: 0 0 15% 0;
	}

	/* item-b */
	.item-b{
		width: 70%;
		margin: 0 auto 10% auto;
	}
	.item-b .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item-b .data{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-b .data .title{
		width: 50%;
		font-size: 20px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		letter-spacing: 3px;
		line-height: 2.5em;
	}
	.item-b .data .link-box{
		width: 45%;
	}


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

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

	.toggle02 {
		display: none;
	}
	.Label02 {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
		letter-spacing: 1px;
		padding: 10px 0 10px 0;
		color: #fff;
	}
	.Label02::after,
	.Label02::before {
		content: "";
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #fff;
		transition: all 0.3s;
	}
	.Label02::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label02,
	.content02 {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content02 {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle02:checked + .Label02 + .content02 {
		height: auto;
		border-top: 0.7px solid #fff;
		padding: 4% 0 0 0;
		transition: all .3s;
	}
	.toggle02:checked + .Label02::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
		top: 10px;
	}
	.toggle02:checked + .Label02::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: 2% 0 2% 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;
		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: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
		background: #fff;
		border-color: #000;
		color: #000;
	}

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

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

	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #caa8cd;
		border: 1px solid #caa8cd;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn03 {
		background: #fff;
		border-color: #caa8cd;
		color: #caa8cd;
	}

	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #ba7195;
		border: 1px solid #ba7195;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn04 {
		background: #fff;
		border-color: #ba7195;
		color: #ba7195;
	}

	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #a59d98;
		border: 1px solid #a59d98;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn05 {
		background: #fff;
		border-color: #a59d98;
		color: #a59d98;
	}

	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #bf92b4;
		border: 1px solid #bf92b4;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn06 {
		background: #fff;
		border-color: #bf92b4;
		color: #bf92b4;
	}

	.cart-btm .btn07{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #dbc0ab;
		border: 1px solid #dbc0ab;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn07 {
		background: #fff;
		border-color: #dbc0ab;
		color: #dbc0ab;
	}

	.cart-btm .btn08{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #3f4047;
		border: 1px solid #3f4047;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn08 {
		background: #fff;
		border-color: #3f4047;
		color: #3f4047;
	}

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

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.mv-logo{
		width: 12%;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 14%;
		z-index: 20;
		line-height: 0;
	}
	.mv01{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.mv01 li{
		width: 50%;
		overflow: hidden;
	}
	.mv02{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
	}
	.mv02 li{
		width: 50%;
		overflow: hidden;
	}
	.mv03{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 6;
	}
	.mv03 li{
		width: 50%;
		overflow: hidden;
	}
	.mv04{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 7;
	}
	.mv04 li{
		width: 50%;
		overflow: hidden;
	}

	.mv-title-box{
		width: 31%;
		position: absolute;
		top: 42%;
        -webkit-transform: translateY(-42%); /* Safari用 */
        transform: translateY(-42%);
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 99;
	}
	.mv-title01{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.mv-title01 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title02{
		width: 100%;
		position: relative;
		margin: 0 0 10% 0;
	}
	.mv-title02 .un{
		width: 100%;
		position: relative;
		z-index: 999;
	}
	.mv-title02 .on{
		width: 50%;
		position: absolute;
		bottom: -40%;
		left: -6%;
	}
	.mv-title03{
		width: 88%;
		margin: 0 auto;
		position: relative;
		left: 5%;
	}


	/* read */
	.read{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.read .txt-box{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
		overflow: hidden;
	}
	.read .txt-box .bg{
		width: 100%;
		height: 120%;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 10;
		background: linear-gradient(rgba(255,255,255,0) 0, #fff 20%);
	}
	.read .txt-box .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;
	}

	.top-nav{
		width: 70%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.top-nav li{
		width: 22%;
	}
	.top-nav li a{
		width: 100%;
		position: relative;
		display: block;
	}
	.top-nav li a .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.top-nav li a .img .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		background: rgba(255, 255, 255, .7);
		opacity: 0;
		transition: .3s;
	}
	.top-nav li a:hover .img .on{
		opacity: 1;
		transition: .3s;
	}
	.top-nav li a .img img{
		width: 100%;
		transform: scale(1);
		transition: .3s;
	}
	.top-nav li a:hover .img img{
		transform: scale(1.05);
		transition: .3s;
	}


	/* door */
	.door{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.door .icon{
		width: 10%;
		line-height: 0;
		margin: 0 auto 3% auto;
	}
	.door .title{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 2% auto;
	}
	.door .title li:nth-child(1){
		margin: 0 15px 0 0;
	}
	.door .title li img{
		height: 45px;
	}
	.door .txt{
		font-size: 16px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		letter-spacing: 5px;
		text-align: center;
	}

	/* item-t */
	.rever{
		flex-direction: row-reverse;
	}
	.color01{
		background: #eaecf4;
	}
	.color02{
		background: #f8f8f2;
	}
	.color03{
		background: #f4efeb;
	}
	.color04{
		background: #f5f0f6;
	}
	.color05{
		background: #f3dfe5;
	}
	.color06{
		background: #f3f1f0;
	}
	.color07{
		background: #eee9f5;
	}
	.color08{
		background: #faf8f0;
	}
	.color09{
		background: #eaecf4;
	}
	.color10{
		background: #f3f1f0;
	}
	.color11{
		background: #dfe8f0;
	}
	.color12{
		background: #f3f1f0;
	}
	.item-t{
		width: 70%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 5% auto;
		box-sizing: border-box;
		padding: 3% 3%;
	}
	.item-t .img{
		width: 50%;
		overflow: hidden;
		border-radius: 40px;
	}
	.item-t .data{
		width: 45%;
	}
	.item-t .data .num{
		width: 90px;
		margin: 0 0 10% 0;
	}
	.item-t .data .title-box{
		width: 100%;
		display: block;
		background: #fff;
		box-sizing: border-box;
		padding: 3% 5%;
		margin: 0 0 7% 0;
	}
	.item-t .data .title-box .title{
		font-size: 18px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		letter-spacing: 2px;
	}
	.item-t .data .txt{
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2.5em;
		text-align: justify;
		margin: 0 0 10% 0;
	}

	/* item */
	.item{
		width: 80%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 10% auto;
	}
	.item .img{
		width: 50%;
		overflow: hidden;
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.item .data .title{
		font-size: 18px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		letter-spacing: 3px;
		line-height: 2.5em;
		margin: 0 0 15% 0;
	}

	/* item-b */
	.item-b{
		width: 80%;
		margin: 0 auto 10% auto;
	}
	.item-b .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item-b .data{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-b .data .title{
		width: 50%;
		font-size: 18px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		letter-spacing: 3px;
		line-height: 2.5em;
	}
	.item-b .data .link-box{
		width: 45%;
	}


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

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

	.toggle02 {
		display: none;
	}
	.Label02 {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
		letter-spacing: 1px;
		padding: 10px 0 10px 0;
		color: #fff;
	}
	.Label02::after,
	.Label02::before {
		content: "";
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #fff;
		transition: all 0.3s;
	}
	.Label02::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label02,
	.content02 {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content02 {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle02:checked + .Label02 + .content02 {
		height: auto;
		border-top: 0.7px solid #fff;
		padding: 4% 0 0 0;
		transition: all .3s;
	}
	.toggle02:checked + .Label02::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
		top: 10px;
	}
	.toggle02:checked + .Label02::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: 2% 0 2% 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;
		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: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
		background: #fff;
		border-color: #000;
		color: #000;
	}

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

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

	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #caa8cd;
		border: 1px solid #caa8cd;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn03 {
		background: #fff;
		border-color: #caa8cd;
		color: #caa8cd;
	}

	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #ba7195;
		border: 1px solid #ba7195;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn04 {
		background: #fff;
		border-color: #ba7195;
		color: #ba7195;
	}

	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #a59d98;
		border: 1px solid #a59d98;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn05 {
		background: #fff;
		border-color: #a59d98;
		color: #a59d98;
	}

	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #bf92b4;
		border: 1px solid #bf92b4;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn06 {
		background: #fff;
		border-color: #bf92b4;
		color: #bf92b4;
	}

	.cart-btm .btn07{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #dbc0ab;
		border: 1px solid #dbc0ab;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn07 {
		background: #fff;
		border-color: #dbc0ab;
		color: #dbc0ab;
	}

	.cart-btm .btn08{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #3f4047;
		border: 1px solid #3f4047;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn08 {
		background: #fff;
		border-color: #3f4047;
		color: #3f4047;
	}

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

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.mv-logo{
		width: 12%;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 14%;
		z-index: 20;
		line-height: 0;
	}
	.mv01{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.mv01 li{
		width: 50%;
		overflow: hidden;
	}
	.mv02{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
	}
	.mv02 li{
		width: 50%;
		overflow: hidden;
	}
	.mv03{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 6;
	}
	.mv03 li{
		width: 50%;
		overflow: hidden;
	}
	.mv04{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 7;
	}
	.mv04 li{
		width: 50%;
		overflow: hidden;
	}

	.mv-title-box{
		width: 31%;
		position: absolute;
		top: 42%;
        -webkit-transform: translateY(-42%); /* Safari用 */
        transform: translateY(-42%);
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 99;
	}
	.mv-title01{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.mv-title01 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title02{
		width: 100%;
		position: relative;
		margin: 0 0 10% 0;
	}
	.mv-title02 .un{
		width: 100%;
		position: relative;
		z-index: 999;
	}
	.mv-title02 .on{
		width: 50%;
		position: absolute;
		bottom: -40%;
		left: -6%;
	}
	.mv-title03{
		width: 88%;
		margin: 0 auto;
		position: relative;
		left: 5%;
	}


	/* read */
	.read{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.read .txt-box{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
		overflow: hidden;
	}
	.read .txt-box .bg{
		width: 100%;
		height: 120%;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 10;
		background: linear-gradient(rgba(255,255,255,0) 0, #fff 20%);
	}
	.read .txt-box .txt{
		width: 100%;
		font-size: 18px;
		letter-spacing: 5px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}

	.top-nav{
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.top-nav li{
		width: 22%;
	}
	.top-nav li a{
		width: 100%;
		position: relative;
		display: block;
	}
	.top-nav li a .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.top-nav li a .img .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		background: rgba(255, 255, 255, .7);
		opacity: 0;
		transition: .3s;
	}
	.top-nav li a:hover .img .on{
		opacity: 1;
		transition: .3s;
	}
	.top-nav li a .img img{
		width: 100%;
		transform: scale(1);
		transition: .3s;
	}
	.top-nav li a:hover .img img{
		transform: scale(1.05);
		transition: .3s;
	}


	/* door */
	.door{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.door .icon{
		width: 10%;
		line-height: 0;
		margin: 0 auto 3% auto;
	}
	.door .title{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 2% auto;
	}
	.door .title li:nth-child(1){
		margin: 0 15px 0 0;
	}
	.door .title li img{
		height: 45px;
	}
	.door .txt{
		font-size: 16px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		letter-spacing: 5px;
		text-align: center;
	}

	/* item-t */
	.rever{
		flex-direction: row-reverse;
	}
	.color01{
		background: #eaecf4;
	}
	.color02{
		background: #f8f8f2;
	}
	.color03{
		background: #f4efeb;
	}
	.color04{
		background: #f5f0f6;
	}
	.color05{
		background: #f3dfe5;
	}
	.color06{
		background: #f3f1f0;
	}
	.color07{
		background: #eee9f5;
	}
	.color08{
		background: #faf8f0;
	}
	.color09{
		background: #eaecf4;
	}
	.color10{
		background: #f3f1f0;
	}
	.color11{
		background: #dfe8f0;
	}
	.color12{
		background: #f3f1f0;
	}
	.item-t{
		width: 90%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 5% auto;
		box-sizing: border-box;
		padding: 3% 3%;
	}
	.item-t .img{
		width: 50%;
		overflow: hidden;
		border-radius: 40px;
	}
	.item-t .data{
		width: 45%;
	}
	.item-t .data .num{
		width: 90px;
		margin: 0 0 5% 0;
	}
	.item-t .data .title-box{
		width: 100%;
		display: block;
		background: #fff;
		box-sizing: border-box;
		padding: 3% 5%;
		margin: 0 0 7% 0;
	}
	.item-t .data .title-box .title{
		font-size: 20px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		letter-spacing: 2px;
	}
	.item-t .data .txt{
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: justify;
		margin: 0 0 10% 0;
	}

	/* item */
	.item{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 10% auto;
	}
	.item .img{
		width: 50%;
		overflow: hidden;
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.item .data .title{
		font-size: 18px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		letter-spacing: 3px;
		line-height: 2.5em;
		margin: 0 0 15% 0;
	}

	/* item-b */
	.item-b{
		width: 80%;
		margin: 0 auto 10% auto;
	}
	.item-b .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item-b .data{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-b .data .title{
		width: 50%;
		font-size: 18px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		letter-spacing: 3px;
		line-height: 2.5em;
	}
	.item-b .data .link-box{
		width: 45%;
	}


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

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

	.toggle02 {
		display: none;
	}
	.Label02 {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
		letter-spacing: 1px;
		padding: 10px 0 10px 0;
		color: #fff;
	}
	.Label02::after,
	.Label02::before {
		content: "";
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #fff;
		transition: all 0.3s;
	}
	.Label02::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label02,
	.content02 {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content02 {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle02:checked + .Label02 + .content02 {
		height: auto;
		border-top: 0.7px solid #fff;
		padding: 4% 0 0 0;
		transition: all .3s;
	}
	.toggle02:checked + .Label02::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
		top: 10px;
	}
	.toggle02:checked + .Label02::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: 2% 0 2% 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;
		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: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
		background: #fff;
		border-color: #000;
		color: #000;
	}

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

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

	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #caa8cd;
		border: 1px solid #caa8cd;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn03 {
		background: #fff;
		border-color: #caa8cd;
		color: #caa8cd;
	}

	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #ba7195;
		border: 1px solid #ba7195;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn04 {
		background: #fff;
		border-color: #ba7195;
		color: #ba7195;
	}

	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #a59d98;
		border: 1px solid #a59d98;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn05 {
		background: #fff;
		border-color: #a59d98;
		color: #a59d98;
	}

	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #bf92b4;
		border: 1px solid #bf92b4;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn06 {
		background: #fff;
		border-color: #bf92b4;
		color: #bf92b4;
	}

	.cart-btm .btn07{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #dbc0ab;
		border: 1px solid #dbc0ab;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn07 {
		background: #fff;
		border-color: #dbc0ab;
		color: #dbc0ab;
	}

	.cart-btm .btn08{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #3f4047;
		border: 1px solid #3f4047;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn08 {
		background: #fff;
		border-color: #3f4047;
		color: #3f4047;
	}

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

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.mv-logo{
		width: 30%;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 5%;
		z-index: 20;
		line-height: 0;
	}
	.mv01{
		width: 100%;
	}
	.mv01 li{
		width: 100%;
		overflow: hidden;
	}
	.mv02{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
	}
	.mv02 li{
		width: 100%;
		overflow: hidden;
	}
	.mv03{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 6;
	}
	.mv03 li{
		width: 100%;
		overflow: hidden;
	}
	.mv04{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 7;
	}
	.mv04 li{
		width: 100%;
		overflow: hidden;
	}

	.mv-title-box{
		width: 80%;
		position: absolute;
		bottom: 10%;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 99;
	}
	.mv-title01{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.mv-title01 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title02{
		width: 100%;
		position: relative;
		margin: 0 0 8% 0;
	}
	.mv-title02 .un{
		width: 100%;
		position: relative;
		z-index: 999;
	}
	.mv-title02 .on{
		width: 50%;
		position: absolute;
		bottom: -40%;
		left: -6%;
	}
	.mv-title03{
		width: 88%;
		margin: 0 auto;
		position: relative;
		left: 5%;
	}


	/* read */
	.read{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.read .txt-box{
		width: 100%;
		position: relative;
		margin: 0 auto 10% auto;
		overflow: hidden;
	}
	.read .txt-box .bg{
		width: 100%;
		height: 120%;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 10;
		background: linear-gradient(rgba(255,255,255,0) 0, #fff 20%);
	}
	.read .txt-box .txt{
		width: 100%;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}

	.top-nav{
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.top-nav li{
		width: 48%;
		margin: 0 0 10% 0;
	}
	.top-nav li a{
		width: 100%;
		position: relative;
		display: block;
	}
	.top-nav li a .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.top-nav li a .img .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		background: rgba(255, 255, 255, .7);
		opacity: 0;
		transition: .3s;
	}
	.top-nav li a:hover .img .on{
		opacity: 1;
		transition: .3s;
	}
	.top-nav li a .img img{
		width: 100%;
		transform: scale(1);
		transition: .3s;
	}
	.top-nav li a:hover .img img{
		transform: scale(1.05);
		transition: .3s;
	}


	/* door */
	.door{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.door .icon{
		width: 25%;
		line-height: 0;
		margin: 0 auto 5% auto;
	}
	.door .title{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 5% auto;
	}
	.door .title li:nth-child(1){
		margin: 0 5px 0 0;
		line-height: 0;
	}
	.door .title li img{
		height: 25px;
	}
	.door .txt{
		font-size: 13px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		letter-spacing: 3px;
		text-align: center;
	}

	/* item-t */
	.rever{
		flex-direction: row-reverse;
	}
	.color01{
		background: #eaecf4;
	}
	.color02{
		background: #f8f8f2;
	}
	.color03{
		background: #f4efeb;
	}
	.color04{
		background: #f5f0f6;
	}
	.color05{
		background: #f3dfe5;
	}
	.color06{
		background: #f3f1f0;
	}
	.color07{
		background: #eee9f5;
	}
	.color08{
		background: #faf8f0;
	}
	.color09{
		background: #eaecf4;
	}
	.color10{
		background: #f3f1f0;
	}
	.color11{
		background: #dfe8f0;
	}
	.color12{
		background: #f3f1f0;
	}
	.item-t{
		width: 100%;
		margin: 0 auto 10% auto;
		box-sizing: border-box;
		padding: 5% 0 10% 0;
	}
	.item-t .img{
		width: 90%;
		overflow: hidden;
		border-radius: 40px;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.item-t .data{
		width: 90%;
		margin: 0 auto;
	}
	.item-t .img .num{
		width: 70px;
		position: absolute;
		top: 5%;
		left: 5%;
		z-index: 10;
	}
	.item-t .data .title-box{
		width: 100%;
		display: block;
		background: #fff;
		box-sizing: border-box;
		padding: 3% 5%;
		margin: 0 0 7% 0;
	}
	.item-t .data .title-box .title{
		font-size: 18px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		letter-spacing: 2px;
	}
	.item-t .data .txt{
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: justify;
		margin: 0 0 5% 0;
	}

	/* item */
	.item{
		width: 100%;
		margin: 0 auto 20% auto;
	}
	.item .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item .data{
		width: 85%;
		margin: 0 auto;
	}
	.item .title{
		width: 90%;
		font-size: 16px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		letter-spacing: 2px;
		line-height: 2.5em;
		margin: 0 auto 5% auto;
	}

	/* item-b */
	.item-b{
		width: 100%;
		margin: 0 auto 20% auto;
	}
	.item-b .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item-b .data{
		width: 85%;
		margin: 0 auto;
	}
	.item-b .title{
		width: 90%;
		font-size: 16px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		letter-spacing: 2px;
		line-height: 2.5em;
		margin: 0 auto 5% auto;
	}
	.item-b .data .link-box{
		width: 100%;
		margin: 0 auto;
	}


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

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

	.toggle02 {
		display: none;
	}
	.Label02 {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
		letter-spacing: 1px;
		padding: 10px 0 10px 0;
		color: #fff;
	}
	.Label02::after,
	.Label02::before {
		content: "";
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #fff;
		transition: all 0.3s;
	}
	.Label02::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label02,
	.content02 {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content02 {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle02:checked + .Label02 + .content02 {
		height: auto;
		border-top: 0.7px solid #fff;
		padding: 4% 0 0 0;
		transition: all .3s;
	}
	.toggle02:checked + .Label02::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
		top: 10px;
	}
	.toggle02:checked + .Label02::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: 2% 0 2% 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;
		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: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
		background: #fff;
		border-color: #000;
		color: #000;
	}

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

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

	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #caa8cd;
		border: 1px solid #caa8cd;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn03 {
		background: #fff;
		border-color: #caa8cd;
		color: #caa8cd;
	}

	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #ba7195;
		border: 1px solid #ba7195;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn04 {
		background: #fff;
		border-color: #ba7195;
		color: #ba7195;
	}

	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #a59d98;
		border: 1px solid #a59d98;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn05 {
		background: #fff;
		border-color: #a59d98;
		color: #a59d98;
	}

	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #bf92b4;
		border: 1px solid #bf92b4;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn06 {
		background: #fff;
		border-color: #bf92b4;
		color: #bf92b4;
	}

	.cart-btm .btn07{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #dbc0ab;
		border: 1px solid #dbc0ab;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn07 {
		background: #fff;
		border-color: #dbc0ab;
		color: #dbc0ab;
	}

	.cart-btm .btn08{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #3f4047;
		border: 1px solid #3f4047;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn08 {
		background: #fff;
		border-color: #3f4047;
		color: #3f4047;
	}

	.cart-btm .btn09{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #a59d98;
		border: 1px solid #a59d98;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn09 {
		background: #fff;
		border-color: #a59d98;
		color: #a59d98;
	}
	
	.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: 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: 10px;
		bottom: 10px;
		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);
		-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;
		border-top: 1px solid #eee;
	}
	.foot_fix_btn ul li {
		width: 25%;
		background: rgba(255, 255, 255, .6);
		border-right: 1px solid #eee;
		box-sizing: border-box;
	}
	.foot_fix_btn ul li:last-child {
		width: 25%;
		background: rgba(255, 255, 255, .6);
		border-right: none;
		box-sizing: border-box;
	}
	.foot_fix_btn ul li a{
		width: 100%;
		display: block;
		box-sizing: border-box;
		padding: 10px 0;
	}

}
