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

.is-hidden {
	opacity: 0;
    pointer-events: none; /* クリックできないように */
    transition: opacity 0.8s ease-in-out;
}
.item-s-sp{
	line-height: 0;
}

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

/* common */
.sticky{
	width: 100%;
	display: block;
	position: sticky !important;
	top: 0;
}
.wrap{
	width: 100%;
	background: #fff;
	z-index: 4;
}


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

	/* load */
	.loading{
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.loading .bg{
		width: 100%;
		height: 100vh;
		background: url(../img/mv-bg.jpg);
		background-size: cover;
	}
	.loading .logo{
		width: 20%;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}

	/* header */
	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 3%;
		line-height: 0;
		z-index: 10;
	}
	.mv-img-box{
		width: 100%;
	}
	.mv-title-box{
		width: 98%;
		bottom: 5%;
		left: 2%;
		position: absolute;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.mv-title-box li:nth-child(1){
		width: 36%;
		overflow: hidden;
	}
	.mv-title-box li:nth-child(2){
		width: 33%;
		position: relative;
		left: 1%;
		z-index: 10;
	}
	.mv-title-box li:nth-child(2) .on{
		width: 20%;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.mv-title-box li:nth-child(3){
		width: 30%;
		overflow: hidden;
	}

	/* read */
	.read{
		width: 60%;
		position: relative;
		margin: 0 auto 8% auto;
	}
	.read .txt-box{
		width: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		margin: 0 auto;
		z-index: 10;
	}
	.read .txt{
		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;
		color: #fff;
	}

	/* top-nav */
	.top-nav{
		width: 50%;
		margin: 0 auto 7% auto;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-list li{
		width: 47%;
	}
	.top-nav-list li a{
		width: 100%;
		position: relative;
		display: block;
	}
	.top-nav-list li a .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		display: block;
	}
	.top-nav-list li a .img img{
		transform: scale(1);
		opacity: 1;
		transition: .3s;
	}
	.top-nav-list li a:hover .img img{
		transform: scale(1.05);
		opacity: .8;
		transition: .3s;
	}
	.top-nav-list li a .name{
		width: 45%;
		position: absolute;
		top: 5%;
		left: 5%;
	}
	.top-nav-list li a .data{
		width: 100%;
		position: absolute;
		bottom: 0%;
		left: 0%;
		background: rgba(255, 255, 255, .9);
	}

	/* door */
	.door{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.door .num-box{
		width: 15%;
		position: relative;
		left: 15%;
	}
	.door .num-box .line{
		width: 1px;
		height: 100%;
		background: #eee;
		position: absolute;
		top: 0;
		right: 0;
	}
	.door .num-box .num{
		width: 35%;
		position: relative;
		margin: 0 0 10% 0;
	}
	.door .num-box .num .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .num-box .icon{
		width: 70%;
	}
	.door .txt-box{
		width: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		margin: 0 auto;
	}
	.door .sub-title{
		width: 100%;
		font-size: 21px;
		letter-spacing: 10px;
		line-height: 1.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
		margin: 0 0 0 0;
	}
	.door .main-title{
		width: 100%;
		font-size: 40px;
		letter-spacing: 5px;
		line-height: 1.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}
	.door .logo{
		width: 15%;
		margin: 0 auto;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item */
	.item{
		width: 70%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 7% auto;
	}
	.item .img{
		width: 50%;
		overflow: hidden;
	}
	.item .img .img-in{
		width: 100%;
		transform: scale(1.2);
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.item .data .num{
		width: 40%;
		margin: 0 0 7% 0;
	}
	.item .data .title{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 15% 0;
	}
	.item .data .title li:nth-child(1){
		width: 40px;
		line-height: 0;
		margin: 0 20px 0 0;
	}
	.item .data .title li:nth-child(2){
		width: max-content;
	}
	.item .data .title li:nth-child(2) img{
		height: 40px;
		line-height: 0;
	}
	.item .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2.3em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 15% 0;
	}

	/* item-w */
	.item-w{
		width: 80%;
		margin: 0 auto 7% auto;
	}
	.item-w-data{
		width: 100%;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item-w-data .img{
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}
	.item-w-data .data{
		width: 30%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 15%;
	}
	.item-w-data .data .num{
		width: 40%;
		margin: 0 0 7% 0;
	}
	.item-w-data .data .title{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 15% 0;
	}
	.item-w-data .data .title li:nth-child(1){
		width: 40px;
		line-height: 0;
		margin: 0 20px 0 0;
	}
	.item-w-data .data .title li:nth-child(2){
		width: max-content;
	}
	.item-w-data .data .title li:nth-child(2) img{
		height: 40px;
		line-height: 0;
	}
	.item-w-data .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2.3em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #fff;
	}
	.item-w .link-box-list{
		width: 65%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-w .link-box-list .link-box{
		width: 45%;
	}
	
	.item-w-end{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.sub-nav-list{
		width: 70%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.sub-nav-list li{
		width: 30%;
	}
	.sub-nav-list li a{
		width: 100%;
		display: block;
	}
	.sub-nav-list li a .img{
		width: 100%;
		display: block;
		margin: 0 0 5% 0;
		transform: scale(1);
		transition: .3s;
	}
	.sub-nav-list li a:hover .img{
		transform: scale(1.05);
		transition: .3s;
	}
	.sub-nav-list li a .logo{
		width: 50%;
		margin: 0 auto;
	}

	/* s-wrap */
	.s-wrap{
		width: 100%;
		height: 100%;
		position: relative;
		background: #fff;
		padding: 3% 0 0 0;
	}
	.item-st{
		width: 80%;
		position: sticky;
		top: 0;
		left: 0;
		background: #fff;
		margin: 0 auto 0 auto !important;
	}

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

	/* item-wrap */
	.item-wrap{
		width: 100%;
		position: relative;
		padding: 7% 0;
		margin: 0 0 10% 0;
	}
	.item-wrap .bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #F7F6F4;
	}
	.item-t-title{
		width: 25%;
		line-height: 0;
		position: relative;
		z-index: 10;
		margin: 0 auto 7% auto;
	}
	.item-t-wrap{
		width: 70%;
		display: flex;
		justify-content: space-between;
		position: relative;
		z-index: 10;
		margin: 0 auto;
	}
	.item-t{
		width: 47%;
	}
	.item-t .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 7% auto;
	}
	.item-t .img .img-in{
		width: 100%;
		transform: scale(1.2);
	}
	.item-t .link-box{
		width: 80%;
		overflow: hidden;
		margin: 0 auto;
	}

	/*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: 14px;
        letter-spacing: 0px;
        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: 10px 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;
	}
	.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: #D3BB97;
		border: .5px solid #D3BB97;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #D3BB97;
		color: #D3BB97;
	}

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

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

	/* load */
	.loading{
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.loading .bg{
		width: 100%;
		height: 100vh;
		background: url(../img/mv-bg.jpg);
		background-size: cover;
	}
	.loading .logo{
		width: 20%;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}

	/* header */
	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 3%;
		line-height: 0;
		z-index: 10;
	}
	.mv-img-box{
		width: 100%;
	}
	.mv-title-box{
		width: 98%;
		bottom: 5%;
		left: 2%;
		position: absolute;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.mv-title-box li:nth-child(1){
		width: 36%;
		overflow: hidden;
	}
	.mv-title-box li:nth-child(2){
		width: 33%;
		position: relative;
		left: 1%;
		z-index: 10;
	}
	.mv-title-box li:nth-child(2) .on{
		width: 20%;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.mv-title-box li:nth-child(3){
		width: 30%;
		overflow: hidden;
	}

	/* read */
	.read{
		width: 60%;
		position: relative;
		margin: 0 auto 8% auto;
	}
	.read .txt-box{
		width: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		margin: 0 auto;
		z-index: 10;
	}
	.read .txt{
		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;
		color: #fff;
	}

	/* top-nav */
	.top-nav{
		width: 50%;
		margin: 0 auto 7% auto;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-list li{
		width: 47%;
	}
	.top-nav-list li a{
		width: 100%;
		position: relative;
		display: block;
	}
	.top-nav-list li a .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		display: block;
	}
	.top-nav-list li a .img img{
		transform: scale(1);
		opacity: 1;
		transition: .3s;
	}
	.top-nav-list li a:hover .img img{
		transform: scale(1.05);
		opacity: .8;
		transition: .3s;
	}
	.top-nav-list li a .name{
		width: 45%;
		position: absolute;
		top: 9%;
		left: 5%;
	}
	.top-nav-list li a .data{
		width: 100%;
		position: absolute;
		bottom: 0%;
		left: 0%;
		background: rgba(255, 255, 255, .9);
	}

	/* door */
	.door{
		width: 100%;
		position: relative;
		background: #fff;
		margin: 0 auto 7% auto;
	}
	.door .num-box{
		width: 15%;
		position: relative;
		left: 15%;
	}
	.door .num-box .line{
		width: 1px;
		height: 100%;
		background: #eee;
		position: absolute;
		top: 0;
		right: 0;
	}
	.door .num-box .num{
		width: 35%;
		position: relative;
		margin: 0 0 10% 0;
	}
	.door .num-box .num .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .num-box .icon{
		width: 70%;
	}
	.door .txt-box{
		width: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		margin: 0 auto;
	}
	.door .sub-title{
		width: 100%;
		font-size: 21px;
		letter-spacing: 10px;
		line-height: 1.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
		margin: 0 0 0 0;
	}
	.door .main-title{
		width: 100%;
		font-size: 40px;
		letter-spacing: 5px;
		line-height: 1.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}
	.door .logo{
		width: 15%;
		margin: 0 auto;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item */
	.item{
		width: 70%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 7% auto;
	}
	.item .img{
		width: 50%;
		background: #fff;
		overflow: hidden;
	}
	.item .img .img-in{
		width: 100%;
		transform: scale(1.2);
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.item .data .num{
		width: 40%;
		margin: 0 0 7% 0;
	}
	.item .data .title{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 15% 0;
	}
	.item .data .title li:nth-child(1){
		width: 40px;
		line-height: 0;
		margin: 0 20px 0 0;
	}
	.item .data .title li:nth-child(2){
		width: max-content;
	}
	.item .data .title li:nth-child(2) img{
		height: 40px;
		line-height: 0;
	}
	.item .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2.3em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 15% 0;
	}

	/* item-w */
	.item-w{
		width: 80%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item-w-data{
		width: 100%;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item-w-data .img{
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}
	.item-w-data .data{
		width: 30%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 15%;
	}
	.item-w-data .data .num{
		width: 40%;
		margin: 0 0 7% 0;
	}
	.item-w-data .data .title{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 15% 0;
	}
	.item-w-data .data .title li:nth-child(1){
		width: 40px;
		line-height: 0;
		margin: 0 20px 0 0;
	}
	.item-w-data .data .title li:nth-child(2){
		width: max-content;
	}
	.item-w-data .data .title li:nth-child(2) img{
		height: 40px;
		line-height: 0;
	}
	.item-w-data .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2.3em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #fff;
	}
	.item-w .link-box-list{
		width: 65%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-w .link-box-list .link-box{
		width: 45%;
	}


	.item-w-end{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.sub-nav-list{
		width: 70%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.sub-nav-list li{
		width: 30%;
	}
	.sub-nav-list li a{
		width: 100%;
		display: block;
	}
	.sub-nav-list li a .img{
		width: 100%;
		display: block;
		margin: 0 0 5% 0;
		transform: scale(1);
		transition: .3s;
	}
	.sub-nav-list li a:hover .img{
		transform: scale(1.05);
		transition: .3s;
	}
	.sub-nav-list li a .logo{
		width: 50%;
		margin: 0 auto;
	}

	/* s-wrap */
	.s-wrap{
		width: 100%;
		height: 100%;
		position: relative;
		background: #fff;
		padding: 3% 0 0 0;
	}
	.item-st{
		width: 80%;
		position: sticky;
		top: 0;
		left: 0;
		background: #fff;
		margin: 0 auto 0 auto !important;
	}

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

	/* item-wrap */
	.item-wrap{
		width: 100%;
		position: relative;
		padding: 7% 0;
		margin: 0 0 10% 0;
	}
	.item-wrap .bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #F7F6F4;
	}
	.item-t-title{
		width: 25%;
		line-height: 0;
		position: relative;
		z-index: 10;
		margin: 0 auto 7% auto;
	}
	.item-t-wrap{
		width: 70%;
		display: flex;
		justify-content: space-between;
		position: relative;
		z-index: 10;
		margin: 0 auto;
	}
	.item-t{
		width: 47%;
	}
	.item-t .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 7% auto;
	}
	.item-t .img .img-in{
		width: 100%;
		transform: scale(1.2);
	}
	.item-t .link-box{
		width: 80%;
		overflow: hidden;
		margin: 0 auto;
	}

	/*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: 14px;
        letter-spacing: 0px;
        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: 10px 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;
	}
	.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: #D3BB97;
		border: .5px solid #D3BB97;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #D3BB97;
		color: #D3BB97;
	}

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

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

	/* load */
	.loading{
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.loading .bg{
		width: 100%;
		height: 100vh;
		background: url(../img/mv-bg.jpg);
		background-size: cover;
	}
	.loading .logo{
		width: 20%;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}

	/* header */
	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 3%;
		line-height: 0;
		z-index: 10;
	}
	.mv-img-box{
		width: 100%;
	}
	.mv-title-box{
		width: 98%;
		bottom: 5%;
		left: 2%;
		position: absolute;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.mv-title-box li:nth-child(1){
		width: 36%;
		overflow: hidden;
	}
	.mv-title-box li:nth-child(2){
		width: 33%;
		position: relative;
		left: 1%;
		z-index: 10;
	}
	.mv-title-box li:nth-child(2) .on{
		width: 20%;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.mv-title-box li:nth-child(3){
		width: 30%;
		overflow: hidden;
	}

	/* read */
	.read{
		width: 70%;
		position: relative;
		margin: 0 auto 8% auto;
	}
	.read .txt-box{
		width: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		margin: 0 auto;
		z-index: 10;
	}
	.read .txt{
		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;
		color: #fff;
	}

	/* top-nav */
	.top-nav{
		width: 60%;
		margin: 0 auto 7% auto;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-list li{
		width: 47%;
	}
	.top-nav-list li a{
		width: 100%;
		position: relative;
		display: block;
	}
	.top-nav-list li a .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		display: block;
	}
	.top-nav-list li a .img img{
		transform: scale(1);
		opacity: 1;
		transition: .3s;
	}
	.top-nav-list li a:hover .img img{
		transform: scale(1.05);
		opacity: .8;
		transition: .3s;
	}
	.top-nav-list li a .name{
		width: 45%;
		position: absolute;
		top: 9%;
		left: 5%;
	}
	.top-nav-list li a .data{
		width: 100%;
		position: absolute;
		bottom: 0%;
		left: 0%;
		background: rgba(255, 255, 255, .9);
	}

	/* door */
	.door{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.door .num-box{
		width: 15%;
		position: relative;
		left: 15%;
	}
	.door .num-box .line{
		width: 1px;
		height: 100%;
		background: #eee;
		position: absolute;
		top: 0;
		right: 0;
	}
	.door .num-box .num{
		width: 35%;
		position: relative;
		margin: 0 0 10% 0;
	}
	.door .num-box .num .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .num-box .icon{
		width: 70%;
	}
	.door .txt-box{
		width: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		margin: 0 auto;
	}
	.door .sub-title{
		width: 100%;
		font-size: 21px;
		letter-spacing: 10px;
		line-height: 1.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
		margin: 0 0 0 0;
	}
	.door .main-title{
		width: 100%;
		font-size: 40px;
		letter-spacing: 5px;
		line-height: 1.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}
	.door .logo{
		width: 15%;
		margin: 0 auto;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item */
	.item{
		width: 80%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 7% auto;
	}
	.item .img{
		width: 50%;
		overflow: hidden;
	}
	.item .img .img-in{
		width: 100%;
		transform: scale(1.2);
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.item .data .num{
		width: 35%;
		line-height: 0;
		margin: 0 0 7% 0;
	}
	.item .data .title{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 15% 0;
	}
	.item .data .title li:nth-child(1){
		width: 30px;
		line-height: 0;
		margin: 0 20px 0 0;
	}
	.item .data .title li:nth-child(2){
		width: max-content;
	}
	.item .data .title li:nth-child(2) img{
		height: 30px;
		line-height: 0;
	}
	.item .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2.3em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 15% 0;
	}

	/* item-w */
	.item-w{
		width: 85%;
		margin: 0 auto 7% auto;
	}
	.item-w-data{
		width: 100%;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item-w-data .img{
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}
	.item-w-data .data{
		width: 30%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 15%;
	}
	.item-w-data .data .num{
		width: 40%;
		margin: 0 0 7% 0;
	}
	.item-w-data .data .title{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 15% 0;
	}
	.item-w-data .data .title li:nth-child(1){
		width: 40px;
		line-height: 0;
		margin: 0 20px 0 0;
	}
	.item-w-data .data .title li:nth-child(2){
		width: max-content;
	}
	.item-w-data .data .title li:nth-child(2) img{
		height: 40px;
		line-height: 0;
	}
	.item-w-data .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2.3em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #fff;
	}
	.item-w .link-box-list{
		width: 65%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-w .link-box-list .link-box{
		width: 45%;
	}
	
	.item-w-end{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.sub-nav-list{
		width: 70%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.sub-nav-list li{
		width: 30%;
	}
	.sub-nav-list li a{
		width: 100%;
		display: block;
	}
	.sub-nav-list li a .img{
		width: 100%;
		display: block;
		margin: 0 0 5% 0;
		transform: scale(1);
		transition: .3s;
	}
	.sub-nav-list li a:hover .img{
		transform: scale(1.05);
		transition: .3s;
	}
	.sub-nav-list li a .logo{
		width: 50%;
		margin: 0 auto;
	}

	/* s-wrap */
	.s-wrap{
		width: 100%;
		height: 100%;
		position: relative;
		background: #fff;
		padding: 3% 0 0 0;
	}
	.item-st{
		width: 85%;
		position: sticky;
		top: 0;
		left: 0;
		background: #fff;
		margin: 0 auto 0 auto !important;
	}

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

	/* item-wrap */
	.item-wrap{
		width: 100%;
		position: relative;
		padding: 7% 0;
		margin: 0 0 10% 0;
	}
	.item-wrap .bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #F7F6F4;
	}
	.item-t-title{
		width: 25%;
		line-height: 0;
		position: relative;
		z-index: 10;
		margin: 0 auto 4% auto;
	}
	.item-t-wrap{
		width: 80%;
		display: flex;
		justify-content: space-between;
		position: relative;
		z-index: 10;
		margin: 0 auto;
	}
	.item-t{
		width: 47%;
	}
	.item-t .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 7% auto;
	}
	.item-t .img .img-in{
		width: 100%;
		transform: scale(1.2);
	}
	.item-t .link-box{
		width: 80%;
		overflow: hidden;
		margin: 0 auto;
	}

	/*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: 14px;
        letter-spacing: 0px;
        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: 10px 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;
	}
	.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: #D3BB97;
		border: .5px solid #D3BB97;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #D3BB97;
		color: #D3BB97;
	}

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

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

	/* load */
	.loading{
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.loading .bg{
		width: 100%;
		height: 100vh;
		background: url(../img/mv-bg.jpg);
		background-size: cover;
	}
	.loading .logo{
		width: 30%;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}

	/* header */
	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.mv-logo{
		width: 10%;
		position: absolute;
		left: 2%;
		top: 3%;
		line-height: 0;
		z-index: 10;
	}
	.mv-img-box{
		width: 100%;
	}
	.mv-title-box{
		width: 98%;
		bottom: 5%;
		left: 2%;
		position: absolute;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.mv-title-box li:nth-child(1){
		width: 36%;
		overflow: hidden;
	}
	.mv-title-box li:nth-child(2){
		width: 33%;
		position: relative;
		left: 1%;
		z-index: 10;
	}
	.mv-title-box li:nth-child(2) .on{
		width: 20%;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.mv-title-box li:nth-child(3){
		width: 30%;
		overflow: hidden;
	}

	/* read */
	.read{
		width: 90%;
		position: relative;
		margin: 0 auto 8% auto;
	}
	.read .txt-box{
		width: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		margin: 0 auto;
		z-index: 10;
	}
	.read .txt{
		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;
		color: #fff;
	}

	/* top-nav */
	.top-nav{
		width: 80%;
		margin: 0 auto 15% auto;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-list li{
		width: 47%;
	}
	.top-nav-list li a{
		width: 100%;
		position: relative;
		display: block;
	}
	.top-nav-list li a .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		display: block;
	}
	.top-nav-list li a .img img{
		transform: scale(1);
		opacity: 1;
		transition: .3s;
	}
	.top-nav-list li a:hover .img img{
		transform: scale(1.05);
		opacity: .8;
		transition: .3s;
	}
	.top-nav-list li a .name{
		width: 45%;
		position: absolute;
		top: 5%;
		left: 5%;
	}
	.top-nav-list li a .data{
		width: 100%;
		position: absolute;
		bottom: 0%;
		left: 0%;
		background: rgba(255, 255, 255, .9);
	}

	/* door */
	.door{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.door .num-box{
		width: 15%;
		position: relative;
		left: 15%;
	}
	.door .num-box .line{
		width: 1px;
		height: 100%;
		background: #eee;
		position: absolute;
		top: 0;
		right: 0;
	}
	.door .num-box .num{
		width: 35%;
		position: relative;
		margin: 0 0 10% 0;
	}
	.door .num-box .num .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .num-box .icon{
		width: 70%;
	}
	.door .txt-box{
		width: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		margin: 0 auto;
	}
	.door .sub-title{
		width: 100%;
		font-size: 21px;
		letter-spacing: 10px;
		line-height: 1.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
		margin: 0 0 0 0;
	}
	.door .main-title{
		width: 100%;
		font-size: 40px;
		letter-spacing: 5px;
		line-height: 1.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}
	.door .logo{
		width: 15%;
		margin: 0 auto;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item */
	.item{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 15% auto;
	}
	.item .img{
		width: 50%;
		overflow: hidden;
	}
	.item .img .img-in{
		width: 100%;
		transform: scale(1.2);
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.item .data .num{
		width: 35%;
		line-height: 0;
		margin: 0 0 7% 0;
	}
	.item .data .title{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 15% 0;
	}
	.item .data .title li:nth-child(1){
		width: 30px;
		line-height: 0;
		margin: 0 20px 0 0;
	}
	.item .data .title li:nth-child(2){
		width: max-content;
	}
	.item .data .title li:nth-child(2) img{
		height: 30px;
		line-height: 0;
	}
	.item .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2.3em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 15% 0;
	}

	/* item-w */
	.item-w{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item-w-data{
		width: 100%;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item-w-data .img{
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}
	.item-w-data .data{
		width: 30%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 15%;
	}
	.item-w-data .data .num{
		width: 40%;
		margin: 0 0 7% 0;
	}
	.item-w-data .data .title{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 15% 0;
	}
	.item-w-data .data .title li:nth-child(1){
		width: 40px;
		line-height: 0;
		margin: 0 20px 0 0;
	}
	.item-w-data .data .title li:nth-child(2){
		width: max-content;
	}
	.item-w-data .data .title li:nth-child(2) img{
		height: 40px;
		line-height: 0;
	}
	.item-w-data .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2.3em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #fff;
	}
	.item-w .link-box-list{
		width: 65%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-w .link-box-list .link-box{
		width: 45%;
	}
	
	.item-w-end{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.sub-nav-list{
		width: 70%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.sub-nav-list li{
		width: 30%;
	}
	.sub-nav-list li a{
		width: 100%;
		display: block;
	}
	.sub-nav-list li a .img{
		width: 100%;
		display: block;
		margin: 0 0 5% 0;
		transform: scale(1);
		transition: .3s;
	}
	.sub-nav-list li a:hover .img{
		transform: scale(1.05);
		transition: .3s;
	}
	.sub-nav-list li a .logo{
		width: 50%;
		margin: 0 auto;
	}

	/* s-wrap */
	.s-wrap{
		width: 100%;
		height: 100%;
		position: relative;
		background: #fff;
		padding: 3% 0 0 0;
	}
	.item-st{
		width: 100%;
		position: sticky;
		top: 0;
		left: 0;
		background: #fff;
		margin: 0 auto 0 auto !important;
	}

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

	/* item-wrap */
	.item-wrap{
		width: 100%;
		position: relative;
		padding: 7% 0;
		margin: 0 0 10% 0;
	}
	.item-wrap .bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #F7F6F4;
	}
	.item-t-title{
		width: 40%;
		line-height: 0;
		position: relative;
		z-index: 10;
		margin: 0 auto 4% auto;
	}
	.item-t-wrap{
		width: 90%;
		display: flex;
		justify-content: space-between;
		position: relative;
		z-index: 10;
		margin: 0 auto;
	}
	.item-t{
		width: 47%;
	}
	.item-t .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 7% auto;
	}
	.item-t .img .img-in{
		width: 100%;
		transform: scale(1.2);
	}
	.item-t .link-box{
		width: 80%;
		overflow: hidden;
		margin: 0 auto;
	}

	/*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: 14px;
        letter-spacing: 0px;
        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: 10px 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;
	}
	.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: #D3BB97;
		border: .5px solid #D3BB97;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #D3BB97;
		color: #D3BB97;
	}

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

	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #0A1325;
		border: .5px solid #0A1325;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn03 {
		background: #fff;
		border-color: #0A1325;
		color: #0A1325;
	}
	
	.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: 15px;
        height: 15px;
        display: inline-block;
        background-size: 15px 15px;
        margin: 0 5px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 15px;
        height: 15px;
        display: inline-block;
        background-size: 15px 15px;
        margin: 0 5px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon02::before{
        content: url("../img/l-size02.svg");
        width: 15px;
        height: 15px;
        display: inline-block;
        background-size: 15px 15px;
        margin: 0 5px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon02::before{
        content: url("../img/s-size02.svg");
        width: 15px;
        height: 15px;
        display: inline-block;
        background-size: 15px 15px;
        margin: 0 5px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon03::before{
        content: url("../img/l-size03.svg");
        width: 15px;
        height: 15px;
        display: inline-block;
        background-size: 15px 15px;
        margin: 0 5px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon03::before{
        content: url("../img/s-size03.svg");
        width: 15px;
        height: 15px;
        display: inline-block;
        background-size: 15px 15px;
        margin: 0 5px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }

	/* load */
	.loading{
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.loading .bg{
		width: 100%;
		height: 100vh;
		background: url(../img/mv-bg.jpg);
		background-size: cover;
	}
	.loading .logo{
		width: 50%;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		top: 45%;
        -webkit-transform: translateY(-45%); /* Safari用 */
        transform: translateY(-45%);
	}

	/* header */
	.header{
		width: 100%;
		overflow: hidden;
		position: sticky !important;
		margin: 0 auto 10% auto;
	}
	.mv-logo{
		width: 17%;
		position: absolute;
		left: 2%;
		top: 3%;
		line-height: 0;
		z-index: 10;
	}
	.mv-img-box{
		width: 100%;
	}
	.mv-title-box{
		width: 98%;
		bottom: 20%;
		left: 2%;
		position: absolute;
	}
	.mv-title-box li:nth-child(1){
		width: 70%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.mv-title-box li:nth-child(2){
		width: 80%;
		position: relative;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 10;
	}
	.mv-title-box li:nth-child(2) .on{
		width: 20%;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.mv-title-box li:nth-child(3){
		width: 60%;
		overflow: hidden;
		margin: 0 0 0 40%;
	}

	/* read */
	.read{
		width: 100%;
		position: relative;
		margin: 0 auto 15% auto;
	}
	.read .txt-box{
		width: 100%;
	}
	.read .txt{
		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;
		margin: 0 0 10% 0;
	}

	/* top-nav */
	.top-nav{
		width: 85%;
		margin: 0 auto 15% auto;
	}
	.top-nav-list{
		width: 100%;
	}
	.top-nav-list li{
		width: 100%;
	}
	.top-nav-list li:nth-child(1){
		width: 100%;
		margin: 0 0 7% 0;
	}
	.top-nav-list li a{
		width: 100%;
		position: relative;
		display: block;
	}
	.top-nav-list li a .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		display: block;
	}
	.top-nav-list li a .img img{
		transform: scale(1);
		opacity: 1;
		transition: .3s;
	}
	.top-nav-list li a:hover .img img{
		transform: scale(1.05);
		opacity: .8;
		transition: .3s;
	}
	.top-nav-list li a .name{
		width: 45%;
		position: absolute;
		top: 9%;
		left: 5%;
	}
	.top-nav-list li a .data{
		width: 100%;
		position: absolute;
		bottom: 0%;
		left: 0%;
		background: rgba(255, 255, 255, .9);
	}

	/* door */
	.door{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.door .num-box{
		width: 85%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 7% auto;
		position: relative;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.door .num-box .line{
		width: 100%;
		height: 1px;
		background: #eee;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.door .num-box .num{
		width: 25%;
		position: relative;
		margin: 0 0 10% 0;
	}
	.door .num-box .num .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .num-box .icon{
		width: 55%;
	}
	.door .txt-box{
		width: 100%;
		margin: 0 auto;
	}
	.door .sub-title{
		width: 100%;
		font-size: 18px;
		letter-spacing: 6px;
		line-height: 1.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
		margin: 0 0 0 0;
	}
	.door .main-title{
		width: 100%;
		font-size: 30px;
		letter-spacing: 5px;
		line-height: 1.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}
	.door .logo{
		width: 55%;
        margin: 15% auto 5% auto;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item */
	.item{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 7% 0;
	}
	.item .img .img-in{
		width: 100%;
		transform: scale(1.2);
	}
	.item .data{
		width: 85%;
		margin: 0 auto;
	}
	.item .num{
		width: 35%;
		line-height: 0;
		margin: 0 0 4% 0;
		position: relative;
		left: 5%;
	}
	.item .title{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 7% 0;
		position: relative;
		left: 5%;
	}
	.item .title li:nth-child(1){
		width: 30px;
		line-height: 0;
		margin: 0 20px 0 0;
	}
	.item .title li:nth-child(2){
		width: max-content;
	}
	.item .title li:nth-child(2) img{
		height: 30px;
		line-height: 0;
	}
	.item .data .txt{
		width: 100%;
		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 0 7% 0;
	}

	/* item-w */
	.item-w{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item-w-data{
		width: 100%;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item-w-data .img{
		width: 100%;
		margin: 0 auto 7% auto;
		overflow: hidden;
	}
	.item-w-data .data{
		width: 85%;
		margin: 0 auto;
	}
	.item-w .num{
		width: 35%;
		line-height: 0;
		margin: 0 0 4% 0;
		position: relative;
		left: 5%;
	}
	.item-w .title{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 7% 0;
		position: relative;
		left: 5%;
	}
	.item-w .title li:nth-child(1){
		width: 30px;
		line-height: 0;
		margin: 0 20px 0 0;
	}
	.item-w .title li:nth-child(2){
		width: max-content;
	}
	.item-w .title li:nth-child(2) img{
		height: 30px;
		line-height: 0;
	}
	.item-w .data .txt{
		width: 100%;
		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;
	}
	.item-w .link-box-list{
		width: 85%;
		margin: 0 auto;
	}
	.item-w .link-box-list .link-box{
		width: 100%;
	}

	.item-w-end{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.sub-nav-list{
		width: 70%;
		margin: 0 auto;
	}
	.sub-nav-list li{
		width: 100%;
	}
	.sub-nav-list li a{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		align-items: center;
	}
	.sub-nav-list li a .img{
		width: 35%;
		display: block;
		margin: 0 0 5% 0;
		transform: scale(1);
		transition: .3s;
	}
	.sub-nav-list li a:hover .img{
		transform: scale(1.05);
		transition: .3s;
	}
	.sub-nav-list li a .logo{
		width: 52%;
	}

	/* s-wrap */
	.s-wrap{
		width: 100%;
		height: 100%;
		position: relative;
		background: #fff;
		padding: 3% 0 0 0;
	}
	.item-st{
		width: 100%;
		position: sticky;
		top: 0;
		left: 0;
		background: #fff;
		margin: 0 auto 0 auto !important;
	}

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

	/* item-wrap */
	.item-wrap{
		width: 100%;
		position: relative;
		padding: 15% 0 1px 0;
		margin: 0 0 15% 0;
	}
	.item-wrap .bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #F7F6F4;
	}
	.item-t-title{
		width: 80%;
		line-height: 0;
		position: relative;
		z-index: 10;
		margin: 0 auto 10% auto;
	}
	.item-t-wrap{
		width: 90%;
		position: relative;
		z-index: 10;
		margin: 0 auto;
	}
	.item-t{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item-t .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 7% auto;
	}
	.item-t .img .img-in{
		width: 100%;
		transform: scale(1.2);
	}
	.item-t .link-box{
		width: 90%;
		overflow: hidden;
		margin: 0 auto;
	}

	/*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: 14px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 14px;
		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 5px 0 0;
	}
	.cart-yen span{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 2px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #a0a0a0;
		margin: 10px 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;
	}
	.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: #D3BB97;
		border: .5px solid #D3BB97;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #D3BB97;
		color: #D3BB97;
	}

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

	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #0A1325;
		border: .5px solid #0A1325;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn03 {
		background: #fff;
		border-color: #0A1325;
		color: #0A1325;
	}
	
	.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 7% 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 rgba(0, 0, 0, .5);
		width: 100%;
		margin: 0 auto 10% auto;
		padding: 7% 0 0 0;
	}
	.f-banner02-list{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 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: 8px;
		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: 35px;
		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: 50%;
		box-sizing: border-box;
		border-right: 1px solid #eee;
	}
	.foot_fix_btn ul li:nth-child(2) {
		width: 50%;
		box-sizing: border-box;
	}
	.foot_fix_btn ul li a {
		display: block;
	}

}
