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: #1a1311;
}
a{
	color: #000;
	text-decoration: none;
}
.is-hidden {
	opacity: 0;
    pointer-events: none; /* クリックできないように */
    transition: opacity 0.8s ease-in-out;
}
.item-s-sp{
	line-height: 0;
}
.item-s{
	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; */


/* 

font-family: "baskerville-urw", serif;
font-weight: 400;
font-style: normal;

font-family: garamond-premier-pro, serif;
font-weight: 400;

*/



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

	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon02::before{
        content: url("../img/l-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon02::before{
        content: url("../img/s-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon03::before{
        content: url("../img/l-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon03::before{
        content: url("../img/s-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }

	/* header */
	.header{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 7% 0;
	}

	.mv-logo{
		width: 4%;
        position: absolute;
        top: 2%;
        right: 1%;
        line-height: 0;
        z-index: 10;
	}

	.mv-img{
		width: 100%;
		position: relative;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		position: relative;
	}
	.mv-img .img{
		width: 50%;
		overflow: hidden;
	}
	.mv-img .txt{
		width: 5%;
		position: absolute;
		top: 10%;
		left: -13%;
		right: 0;
		margin: 0 auto;
		z-index: 10;
	}

	.mv-title-box{
		width: 100%;
		position: relative;
		background: #f9f9f9;
		padding: 2% 0;
	}
	.mv-title-box-in{
		width: 70%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		position: relative;
	}
	.mv-title01{
		width: 33%;
		line-height: 0;
	}
	.mv-title02{
		width: 53%;
		line-height: 0;
	}
	.mv-title03{
		width: 10%;
        line-height: 0;
        position: absolute;
        bottom: 0px;
        left: -15%;
        right: 0;
        margin: 0 auto;
	}
	.mv-title04{
		width: 13%;
        line-height: 0;
        position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari逕ｨ */
		transform: translateY(-50%);
        right: -15%;
	}

	/* read */
	.read{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.read .txt{
		width: 100%;
		font-size: 18px;
        letter-spacing: 6px;
        line-height: 3em;
		text-align: center;
		margin: 0 auto;
	}

	/* top-item */
	.top-item{
		width: 80%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.top-item .title{
		width: 25%;
		position: relative;
		margin: 0 auto 2% auto;
	}
	.top-item .title .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.top-item .img{
		width: 60%;
		overflow: hidden;
		margin: 0 auto;
	}
	.point-box{
		width: 250px;
	}
	.point-box .title{
		width: 40%;
		margin: 0 0 5% 10%;
	}
	.point-box .txt{
		width: 100%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 3px;
		line-height: 2em;
		padding: 0 0 0 10%;
		box-sizing: border-box;
	}
	.point01{
		position: absolute;
		top: 20%;
		right: 0;
	}
	.point-box .line-box01{
		width: 150%;
		margin: 0 0 5% 0;
		position: relative;
		left: -50%;
	}
	.point-box .line-box01 .line01{
		width: 100%;
		height: 1px;
		background: #000;
	}
	.point-box .line-box01 .line02{
		width: 1px;
		height: 50px;
		background: #000;
		position: absolute;
		top: 0;
		left: -10px;
		transform: rotate(45deg) translateX(-10px);
	}
	.point02{
		position: absolute;
		top: 25%;
		left: 0;
	}
	.point-box .line-box02{
		width: 160%;
		margin: 0 0 5% 0;
	}
	.point-box .line-box02 .line01{
		width: 100%;
		height: 1px;
		background: #000;
	}
	.point03{
		margin: 2% 0 0 70%;
	}
	.point-box .line-box03{
		width: 120%;
		margin: 0 0 5% 0;
		position: relative;
		left: -20%;
	}
	.point-box .line-box03 .line01{
		width: 100%;
		height: 1px;
		background: #000;
	}
	.point-box .line-box03 .line02{
		width: 1px;
		height: 140px;
		background: #000;
		position: absolute;
		top: 0;
        left: -221px;
        transform: rotate(-35deg) translateX(221px);
	}

	/* common */
	.wrap_all{
		width: 100%;
		position: relative;
	}

	.fix-side-nav{
		width: 7%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 20;
	}

	.fix-side-nav .fix-box{
		width: 100%;
		position: sticky;
		top: 0;
		right: 0;
	}
	.fix-side-nav .fix-box .fix-title{
		width: 13%;
		position: absolute;
		top: 40%;
        -webkit-transform: translateY(-40%); /* Safari用 */
        transform: translateY(-40%);
		left: -30%;
	}

	.fix-side-nav .fix-box .top-btn{
		width: 10%;
		position: absolute;
		bottom: 5%;
		left: -30%;
	}
	.fix-side-nav .fix-box .top-btn a span{
		width: 100%;
		display: block;
		margin: 0 0 10px 0;
		transform: translateY(0);
		transition: .3s;
	}
	.fix-side-nav .fix-box .top-btn a:hover span{
		transform: translateY(-10px);
		transition: .3s;
	}

	.fix-side-nav-in{
		width: 100%;
		height: 100vh;
	}
	.fix-side-nav-in li a{
		width: 100%;
		height: 100%;
		display: block;
		position: relative;
		background: rgba(195, 201, 222, 0);
		transition: .3s;
	}
	.fix-side-nav-in li a:hover{
		background: rgba(195, 201, 222, .4);
		transition: .3s;
	}
	.fix-side-nav-in li a .num{
		width: 20%;
		position: absolute;
		top: 5%;
		right: 5%;
		line-height: 0;
	}
	.fix-side-nav-in li:nth-child(1){
		width: 100%;
		height: 16.666vh;
		background-image: url(../img/side-nav03-01.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;
	}
	.fix-side-nav-in li:nth-child(2){
		width: 100%;
		height: 16.666vh;
		background-image: url(../img/side-nav03-02.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.fix-side-nav-in li:nth-child(3){
		width: 100%;
		height: 16.666vh;
		background-image: url(../img/side-nav03-03.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.fix-side-nav-in li:nth-child(4){
		width: 100%;
		height: 16.666vh;
		background-image: url(../img/side-nav03-04.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.fix-side-nav-in li:nth-child(5){
		width: 100%;
		height: 16.666vh;
		background-image: url(../img/side-nav03-05.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.fix-side-nav-in li:nth-child(6){
		width: 100%;
		height: 16.666vh;
		background-image: url(../img/side-nav03-06.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	/* door */
	.door{
		width: 60%;
		margin: 0 auto 5% auto;
	}
	.door .icon{
		width: 40%;
		position: relative;
		margin: 0 0 2% 0;
	}
	.door .icon .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .data{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
		margin: 0 auto;
	}
	.door .data li:nth-child(1){
		width: 40px;
		line-height: 0;
		margin: 0 20px 0 0;
	}
	.door .data li:nth-child(2){
		width: 280px;
        position: relative;
        padding: 2% 0;
		margin: 0 20px 0 0;
	}
	.door .data li:nth-child(2) .line01{
		width: 98%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
	}
	.door .data li:nth-child(2) .line02{
		width: 1px;
		height: 98%;
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
	}
	.door .data li:nth-child(2) .line03{
		width: 98%;
		height: 1px;
		position: absolute;
		bottom: 0;
		right: 0;
		background: #000;
	}
	.door .data li:nth-child(2) .line04{
		width: 1px;
		height: 98%;
		position: absolute;
		bottom: 0;
		right: 0;
		background: #000;
	}
	.door .data li:nth-child(2) .txt{
		width: 100%;
		font-size: 25px;
        letter-spacing: 7px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}
	.door .data li:nth-child(3){
		width: 150px;
		line-height: 0;
	}

	/* item01 */
	.item01{
		width: 70%;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.item01 .img{
		width: 50%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item01 .data{
		width: 32%;
		position: absolute;
		top: 10%;
		left: 0;
		z-index: 20;
	}
	.item01 .data .icon{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
		margin: 0 0 5% 0;
	}
	.item01 .data .icon .color01{
		color: #c3c9de;
	}
	.item01 .data .icon li:nth-child(1){
		width: max-content;
		font-size: 30px;
		font-family: "baskerville-urw", serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 5px;
		margin: 0 20px 0 0;
		line-height: 1em;
	}
	.item01 .data .icon li:nth-child(2){
		width: max-content;
		font-size: 50px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 5px;
		line-height: 1em;
	}
	.item01 .data .line01{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 0 0 7% 0;
		position: relative;
		z-index: 10;
	}
	.item01 .data .title{
		font-size: 19px;
		letter-spacing: 6px;
		line-height: 2.5em;
		white-space: nowrap;
	}
	.item01 .link-list{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item01 .link-list .link-box{
		width: 45%;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item02 */
	.item02{
		width: 70%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 7% auto;
	}
	.item02 .img{
		width: 50%;
		overflow: hidden;
	}
	.item02 .data{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 7%;
	}
	.item02 .data .icon{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
		margin: 0 0 5% 0;
	}
	.item02 .data .icon .color01{
		color: #c3c9de;
	}
	.item02 .data .icon li:nth-child(1){
		width: max-content;
		font-size: 30px;
		font-family: "baskerville-urw", serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 5px;
		margin: 0 20px 0 0;
		line-height: 1em;
	}
	.item02 .data .icon li:nth-child(2){
		width: max-content;
		font-size: 50px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 5px;
		line-height: 1em;
	}
	.item02 .data .line01{
		width: 140%;
		height: 1px;
		background: #000;
		margin: 0 0 15% 0;
		position: relative;
		z-index: 10;
	}
	.item02 .data .line02{
		width: 140%;
		height: 1px;
		background: #000;
		margin: 0 0 15% 0;
		position: relative;
		z-index: 10;
		left: -40%;
	}
	.item02 .data .title{
		font-size: 19px;
		letter-spacing: 6px;
		line-height: 2.5em;
		margin: 0 0 15% 0;
		white-space: nowrap;
	}
	.item02 .data .link-box{
		width: 100%;
	}

	/* item03 */
	.item03{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item03 .img{
		width: 85%;
		overflow: hidden;
	}
	.item03 .data{
		width: 25%;
		overflow: hidden;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari逕ｨ */
		transform: translateY(-50%);
		right: 25%;
	}
	.item03 .data .icon{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
		margin: 0 0 5% 0;
	}
	.item03 .data .icon .color01{
		color: #fff;
	}
	.item03 .data .icon li:nth-child(1){
		width: max-content;
		font-size: 30px;
		font-family: "baskerville-urw", serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 5px;
		margin: 0 20px 0 0;
		line-height: 1em;
	}
	.item03 .data .icon li:nth-child(2){
		width: max-content;
		font-size: 50px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 5px;
		line-height: 1em;
	}
	.item03 .data .line{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 0 0 5% 0;
		position: relative;
		z-index: 10;
	}
	.item03 .data .title{
		font-size: 19px;
		letter-spacing: 6px;
		line-height: 2.5em;
		margin: 0 0 15% 0;
		white-space: nowrap;
	}
	.item03 .data .link-box{
		width: 100%;
	}

	/* f-cont */
	.f-cont{
		width: 60%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 7% auto;
	}
	.f-cont .img{
		width: 50%;
	}
	.f-cont .data{
		width: 43%;
	}
	.f-cont .data .title {
		display: flex;
		align-items: center;
		font-size: 30px;
		font-family: garamond-premier-pro, serif;
		font-weight: 400;
		letter-spacing: 3px;
		margin: 0 auto 7% auto;
	}
	.f-cont .data .title:before{
		content: "";
		height: 1px;
		flex-grow: 1;
		background-color: #666;
	}
	.f-cont .data .title:before {
		margin-right: 1rem;
	}
	.f-cont .data .txt{
		width: 100%;
		font-size: 16px;
        letter-spacing: 2px;
        line-height: 2.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
	}


	/* end-cont */
	.end-cont{
		width: 40%;
		margin: 0 auto 5% auto;
	}
	.end-cont .title{
		width: 70px;
		line-height: 0;
		margin: 0 auto 2% auto;
	}
	.end-cont .icon{
		width: 20px;
		line-height: 0;
		margin: 0 auto 5% auto;
	}
	.end-cont a{
		width: 100%;
		display: block;
		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: 10px;
		margin: 0 0 0 5px;
        display: inline-block;
		position: relative;
		top: -1px;
	}
    .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: #bfbec5;
		border: .5px solid #bfbec5;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #bfbec5;
		color: #bfbec5;
	}

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

	.btn-border {
		background-color: transparent;
		color: #1d1d1d;
	}
	.btn-arrow {
		position: relative;
		-webkit-transition: background-color 300ms ease-out;
		transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
		display: inline-block;
		position: relative;
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
		position: absolute;
		width: 1.1em;
		right: 0px;
		right: 0rem;
		opacity: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: right, opacity;
	}
	.btn-arrow img * {
		stroke-width: 5;
		stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 15px;
		width: 50px;
		height: 50px;
		display: block;
		z-index: 99;
	}
	#pagetop .btn-loading {
		display: inline-flex;
		text-decoration: none;
		font-weight: 700;
		color: #111;
		width: 100%;
		height: 100%;
		position: relative;
		opacity: 1 !important;
		transition: all 0.3s;
		background-color: #CCC;
		border-radius: 100%;
		transition: color 0.2s;
		overflow: hidden;
	}
	#pagetop .btn-loading01:before,
	#pagetop .btn-loading01:after {
		content: "";
		display: block;
		position: absolute;
		width: 50%;
		height: 0;
		background-color: #231815;
		pointer-events: none;
	}
	#pagetop .btn-loading:before {
		bottom: 0;
		left: 0;
	}
	#pagetop .btn-loading:after {
		top: 0;
		right: 0;
	}
	#pagetop:hover .btn-loading {
		color: #65A04D;
	}
	#pagetop:hover .btn-loading:before,
	#pagetop:hover .btn-loading:after {
		height: 100%;
	}
	#pagetop:hover .btn-loading:before {
		transition: height 0.1s 0.1s linear;
	}
	#pagetop:hover .btn-loading:after {
		transition: height 0.1s linear;
	}
	#pagetop .btn-loading span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 1px);
		height: calc(100% - 1px);
		background-color: #FFF;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
	}
	#pagetop .btn-loading span img{
		width: 20px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}

}

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

	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon02::before{
        content: url("../img/l-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon02::before{
        content: url("../img/s-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon03::before{
        content: url("../img/l-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon03::before{
        content: url("../img/s-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }

	/* header */
	.header{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 7% 0;
	}

	.mv-logo{
		width: 4%;
        position: absolute;
        top: 2%;
        right: 1%;
        line-height: 0;
        z-index: 10;
	}

	.mv-img{
		width: 100%;
		position: relative;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		position: relative;
	}
	.mv-img .img{
		width: 50%;
		overflow: hidden;
	}
	.mv-img .txt{
		width: 5%;
		position: absolute;
		top: 10%;
		left: -13%;
		right: 0;
		margin: 0 auto;
		z-index: 10;
	}

	.mv-title-box{
		width: 100%;
		position: relative;
		background: #f9f9f9;
		padding: 2% 0;
	}
	.mv-title-box-in{
		width: 70%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		position: relative;
	}
	.mv-title01{
		width: 33%;
		line-height: 0;
	}
	.mv-title02{
		width: 53%;
		line-height: 0;
	}
	.mv-title03{
		width: 10%;
        line-height: 0;
        position: absolute;
        bottom: 0px;
        left: -15%;
        right: 0;
        margin: 0 auto;
	}
	.mv-title04{
		width: 13%;
        line-height: 0;
        position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari逕ｨ */
		transform: translateY(-50%);
        right: -15%;
	}

	/* read */
	.read{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.read .txt{
		width: 100%;
		font-size: 18px;
        letter-spacing: 6px;
        line-height: 3em;
		text-align: center;
		margin: 0 auto;
	}


	/* top-item */
	.top-item{
		width: 80%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.top-item .title{
		width: 25%;
		position: relative;
		margin: 0 auto 2% auto;
	}
	.top-item .title .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.top-item .img{
		width: 60%;
		overflow: hidden;
		margin: 0 auto;
	}
	.point-box{
		width: 250px;
	}
	.point-box .title{
		width: 40%;
		margin: 0 0 5% 10%;
	}
	.point-box .txt{
		width: 100%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 3px;
		line-height: 2em;
		padding: 0 0 0 10%;
		box-sizing: border-box;
	}
	.point01{
		position: absolute;
		top: 20%;
		right: 0;
	}
	.point-box .line-box01{
		width: 150%;
		margin: 0 0 5% 0;
		position: relative;
		left: -50%;
	}
	.point-box .line-box01 .line01{
		width: 100%;
		height: 1px;
		background: #000;
	}
	.point-box .line-box01 .line02{
		width: 1px;
		height: 50px;
		background: #000;
		position: absolute;
		top: 0;
		left: -10px;
		transform: rotate(45deg) translateX(-10px);
	}
	.point02{
		position: absolute;
		top: 25%;
		left: 0;
	}
	.point-box .line-box02{
		width: 160%;
		margin: 0 0 5% 0;
	}
	.point-box .line-box02 .line01{
		width: 100%;
		height: 1px;
		background: #000;
	}
	.point03{
		margin: 2% 0 0 70%;
	}
	.point-box .line-box03{
		width: 120%;
		margin: 0 0 5% 0;
		position: relative;
		left: -20%;
	}
	.point-box .line-box03 .line01{
		width: 100%;
		height: 1px;
		background: #000;
	}
	.point-box .line-box03 .line02{
		width: 1px;
		height: 140px;
		background: #000;
		position: absolute;
		top: 0;
        left: -221px;
        transform: rotate(-35deg) translateX(221px);
	}

	/* common */
	.wrap_all{
		width: 100%;
		position: relative;
	}

	.fix-side-nav{
		width: 7%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 20;
	}

	.fix-side-nav .fix-box{
		width: 100%;
		position: sticky;
		top: 0;
		right: 0;
	}
	.fix-side-nav .fix-box .fix-title{
		width: 13%;
		position: absolute;
		top: 40%;
        -webkit-transform: translateY(-40%); /* Safari用 */
        transform: translateY(-40%);
		left: -30%;
	}

	.fix-side-nav .fix-box .top-btn{
		width: 10%;
		position: absolute;
		bottom: 5%;
		left: -30%;
	}
	.fix-side-nav .fix-box .top-btn a span{
		width: 100%;
		display: block;
		margin: 0 0 10px 0;
		transform: translateY(0);
		transition: .3s;
	}
	.fix-side-nav .fix-box .top-btn a:hover span{
		transform: translateY(-10px);
		transition: .3s;
	}

	.fix-side-nav-in{
		width: 100%;
		height: 100vh;
	}
	.fix-side-nav-in li a{
		width: 100%;
		height: 100%;
		display: block;
		position: relative;
		background: rgba(195, 201, 222, 0);
		transition: .3s;
	}
	.fix-side-nav-in li a:hover{
		background: rgba(195, 201, 222, .4);
		transition: .3s;
	}
	.fix-side-nav-in li a .num{
		width: 20%;
		position: absolute;
		top: 5%;
		right: 5%;
		line-height: 0;
	}
	.fix-side-nav-in li:nth-child(1){
		width: 100%;
		height: 16.666vh;
		background-image: url(../img/side-nav03-01.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;
	}
	.fix-side-nav-in li:nth-child(2){
		width: 100%;
		height: 16.666vh;
		background-image: url(../img/side-nav03-02.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.fix-side-nav-in li:nth-child(3){
		width: 100%;
		height: 16.666vh;
		background-image: url(../img/side-nav03-03.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.fix-side-nav-in li:nth-child(4){
		width: 100%;
		height: 16.666vh;
		background-image: url(../img/side-nav03-04.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.fix-side-nav-in li:nth-child(5){
		width: 100%;
		height: 16.666vh;
		background-image: url(../img/side-nav03-05.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.fix-side-nav-in li:nth-child(6){
		width: 100%;
		height: 16.666vh;
		background-image: url(../img/side-nav03-06.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	/* door */
	.door{
		width: 60%;
		margin: 0 auto 5% auto;
	}
	.door .icon{
		width: 40%;
		position: relative;
		margin: 0 0 2% 0;
	}
	.door .icon .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .data{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
		margin: 0 auto;
	}
	.door .data li:nth-child(1){
		width: 40px;
		line-height: 0;
		margin: 0 20px 0 0;
	}
	.door .data li:nth-child(2){
		width: 280px;
        position: relative;
        padding: 2% 0;
		margin: 0 20px 0 0;
	}
	.door .data li:nth-child(2) .line01{
		width: 98%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
	}
	.door .data li:nth-child(2) .line02{
		width: 1px;
		height: 98%;
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
	}
	.door .data li:nth-child(2) .line03{
		width: 98%;
		height: 1px;
		position: absolute;
		bottom: 0;
		right: 0;
		background: #000;
	}
	.door .data li:nth-child(2) .line04{
		width: 1px;
		height: 98%;
		position: absolute;
		bottom: 0;
		right: 0;
		background: #000;
	}
	.door .data li:nth-child(2) .txt{
		width: 100%;
		font-size: 25px;
        letter-spacing: 7px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}
	.door .data li:nth-child(3){
		width: 150px;
		line-height: 0;
	}

	/* item01 */
	.item01{
		width: 70%;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.item01 .img{
		width: 50%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item01 .data{
		width: 32%;
		position: absolute;
		top: 10%;
		left: 0;
		z-index: 20;
	}
	.item01 .data .icon{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
		margin: 0 0 5% 0;
	}
	.item01 .data .icon .color01{
		color: #c3c9de;
	}
	.item01 .data .icon li:nth-child(1){
		width: max-content;
		font-size: 30px;
		font-family: "baskerville-urw", serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 5px;
		margin: 0 20px 0 0;
		line-height: 1em;
	}
	.item01 .data .icon li:nth-child(2){
		width: max-content;
		font-size: 50px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 5px;
		line-height: 1em;
	}
	.item01 .data .line01{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 0 0 7% 0;
		position: relative;
		z-index: 10;
	}
	.item01 .data .title{
		font-size: 19px;
		letter-spacing: 6px;
		line-height: 2.5em;
		white-space: nowrap;
	}
	.item01 .link-list{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item01 .link-list .link-box{
		width: 45%;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item02 */
	.item02{
		width: 70%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 7% auto;
	}
	.item02 .img{
		width: 50%;
		overflow: hidden;
	}
	.item02 .data{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 7%;
	}
	.item02 .data .icon{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
		margin: 0 0 5% 0;
	}
	.item02 .data .icon .color01{
		color: #c3c9de;
	}
	.item02 .data .icon li:nth-child(1){
		width: max-content;
		font-size: 30px;
		font-family: "baskerville-urw", serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 5px;
		margin: 0 20px 0 0;
		line-height: 1em;
	}
	.item02 .data .icon li:nth-child(2){
		width: max-content;
		font-size: 50px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 5px;
		line-height: 1em;
	}
	.item02 .data .line01{
		width: 140%;
		height: 1px;
		background: #000;
		margin: 0 0 15% 0;
		position: relative;
		z-index: 10;
	}
	.item02 .data .line02{
		width: 140%;
		height: 1px;
		background: #000;
		margin: 0 0 15% 0;
		position: relative;
		z-index: 10;
		left: -40%;
	}
	.item02 .data .title{
		font-size: 19px;
		letter-spacing: 6px;
		line-height: 2.5em;
		margin: 0 0 15% 0;
		white-space: nowrap;
	}
	.item02 .data .link-box{
		width: 100%;
	}

	/* item03 */
	.item03{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item03 .img{
		width: 85%;
		overflow: hidden;
	}
	.item03 .data{
		width: 25%;
		overflow: hidden;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari逕ｨ */
		transform: translateY(-50%);
		right: 25%;
	}
	.item03 .data .icon{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
		margin: 0 0 5% 0;
	}
	.item03 .data .icon .color01{
		color: #fff;
	}
	.item03 .data .icon li:nth-child(1){
		width: max-content;
		font-size: 30px;
		font-family: "baskerville-urw", serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 5px;
		margin: 0 20px 0 0;
		line-height: 1em;
	}
	.item03 .data .icon li:nth-child(2){
		width: max-content;
		font-size: 50px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 5px;
		line-height: 1em;
	}
	.item03 .data .line{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 0 0 5% 0;
		position: relative;
		z-index: 10;
	}
	.item03 .data .title{
		font-size: 19px;
		letter-spacing: 6px;
		line-height: 2.5em;
		margin: 0 0 15% 0;
		white-space: nowrap;
	}
	.item03 .data .link-box{
		width: 100%;
	}

	/* f-cont */
	.f-cont{
		width: 60%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 7% auto;
	}
	.f-cont .img{
		width: 50%;
	}
	.f-cont .data{
		width: 43%;
	}
	.f-cont .data .title {
		display: flex;
		align-items: center;
		font-size: 30px;
		font-family: garamond-premier-pro, serif;
		font-weight: 400;
		letter-spacing: 3px;
		margin: 0 auto 7% auto;
	}
	.f-cont .data .title:before{
		content: "";
		height: 1px;
		flex-grow: 1;
		background-color: #666;
	}
	.f-cont .data .title:before {
		margin-right: 1rem;
	}
	.f-cont .data .txt{
		width: 100%;
		font-size: 16px;
        letter-spacing: 2px;
        line-height: 2.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
	}

	/* end-cont */
	.end-cont{
		width: 40%;
		margin: 0 auto 5% auto;
	}
	.end-cont .title{
		width: 70px;
		line-height: 0;
		margin: 0 auto 2% auto;
	}
	.end-cont .icon{
		width: 15px;
		line-height: 0;
		margin: 0 auto 5% auto;
	}
	.end-cont a{
		width: 100%;
		display: block;
		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: 10px;
		margin: 0 0 0 5px;
        display: inline-block;
		position: relative;
		top: -1px;
	}
    .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: #bfbec5;
		border: .5px solid #bfbec5;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #bfbec5;
		color: #bfbec5;
	}

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

	.btn-border {
		background-color: transparent;
		color: #1d1d1d;
	}
	.btn-arrow {
		position: relative;
		-webkit-transition: background-color 300ms ease-out;
		transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
		display: inline-block;
		position: relative;
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
		position: absolute;
		width: 1.1em;
		right: 0px;
		right: 0rem;
		opacity: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: right, opacity;
	}
	.btn-arrow img * {
		stroke-width: 5;
		stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 15px;
		width: 50px;
		height: 50px;
		display: block;
		z-index: 99;
	}
	#pagetop .btn-loading {
		display: inline-flex;
		text-decoration: none;
		font-weight: 700;
		color: #111;
		width: 100%;
		height: 100%;
		position: relative;
		opacity: 1 !important;
		transition: all 0.3s;
		background-color: #CCC;
		border-radius: 100%;
		transition: color 0.2s;
		overflow: hidden;
	}
	#pagetop .btn-loading01:before,
	#pagetop .btn-loading01:after {
		content: "";
		display: block;
		position: absolute;
		width: 50%;
		height: 0;
		background-color: #231815;
		pointer-events: none;
	}
	#pagetop .btn-loading:before {
		bottom: 0;
		left: 0;
	}
	#pagetop .btn-loading:after {
		top: 0;
		right: 0;
	}
	#pagetop:hover .btn-loading {
		color: #65A04D;
	}
	#pagetop:hover .btn-loading:before,
	#pagetop:hover .btn-loading:after {
		height: 100%;
	}
	#pagetop:hover .btn-loading:before {
		transition: height 0.1s 0.1s linear;
	}
	#pagetop:hover .btn-loading:after {
		transition: height 0.1s linear;
	}
	#pagetop .btn-loading span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 1px);
		height: calc(100% - 1px);
		background-color: #FFF;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
	}
	#pagetop .btn-loading span img{
		width: 20px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	
}

/*note pc*/
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .sp-on{
		display: none !important;
	}

	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon02::before{
        content: url("../img/l-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon02::before{
        content: url("../img/s-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon03::before{
        content: url("../img/l-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon03::before{
        content: url("../img/s-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }

	/* header */
	.header{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 7% 0;
	}

	.mv-logo{
		width: 4%;
        position: absolute;
        top: 2%;
        right: 1%;
        line-height: 0;
        z-index: 10;
	}

	.mv-img{
		width: 100%;
		position: relative;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		position: relative;
	}
	.mv-img .img{
		width: 50%;
		overflow: hidden;
	}
	.mv-img .txt{
		width: 5%;
		position: absolute;
		top: 10%;
		left: -13%;
		right: 0;
		margin: 0 auto;
		z-index: 10;
	}

	.mv-title-box{
		width: 100%;
		position: relative;
		background: #f9f9f9;
		padding: 2% 0;
	}
	.mv-title-box-in{
		width: 70%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		position: relative;
	}
	.mv-title01{
		width: 33%;
		line-height: 0;
	}
	.mv-title02{
		width: 53%;
		line-height: 0;
	}
	.mv-title03{
		width: 10%;
        line-height: 0;
        position: absolute;
        bottom: 0px;
        left: -15%;
        right: 0;
        margin: 0 auto;
	}
	.mv-title04{
		width: 13%;
        line-height: 0;
        position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari逕ｨ */
		transform: translateY(-50%);
        right: -15%;
	}

	/* read */
	.read{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.read .txt{
		width: 100%;
		font-size: 18px;
        letter-spacing: 6px;
        line-height: 3em;
		text-align: center;
		margin: 0 auto;
	}

	/* top-item */
	.top-item{
		width: 80%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.top-item .title{
		width: 25%;
		position: relative;
		margin: 0 auto 2% auto;
	}
	.top-item .title .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.top-item .img{
		width: 60%;
		overflow: hidden;
		margin: 0 auto;
	}
	.point-box{
		width: 200px;
	}
	.point-box .title{
		width: 50%;
		margin: 0 0 5% 10%;
	}
	.point-box .txt{
		width: 100%;
		text-align: justify;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		padding: 0 0 0 10%;
		box-sizing: border-box;
	}
	.point01{
		position: absolute;
		top: 20%;
		right: 0;
	}
	.point-box .line-box01{
		width: 130%;
		margin: 0 0 5% 0;
		position: relative;
		left: -30%;
	}
	.point-box .line-box01 .line01{
		width: 100%;
		height: 1px;
		background: #000;
	}
	.point-box .line-box01 .line02{
		width: 1px;
		height: 50px;
		background: #000;
		position: absolute;
		top: 0;
		left: -10px;
		transform: rotate(45deg) translateX(-10px);
	}
	.point02{
		position: absolute;
		top: 25%;
		left: 0;
	}
	.point-box .line-box02{
		width: 140%;
		margin: 0 0 5% 0;
	}
	.point-box .line-box02 .line01{
		width: 100%;
		height: 1px;
		background: #000;
	}
	.point03{
		margin: 2% 0 0 70%;
	}
	.point-box .line-box03{
		width: 120%;
		margin: 0 0 5% 0;
		position: relative;
		left: -20%;
	}
	.point-box .line-box03 .line01{
		width: 100%;
		height: 1px;
		background: #000;
	}
	.point-box .line-box03 .line02{
		width: 1px;
		height: 120px;
		background: #000;
		position: absolute;
		top: 0;
        left: -191px;
        transform: rotate(-35deg) translateX(191px);
	}

	/* common */
	.wrap_all{
		width: 100%;
		position: relative;
	}

	.fix-side-nav{
		width: 7%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 20;
	}

	.fix-side-nav .fix-box{
		width: 100%;
		position: sticky;
		top: 0;
		right: 0;
	}
	.fix-side-nav .fix-box .fix-title{
		width: 13%;
		position: absolute;
		top: 40%;
        -webkit-transform: translateY(-40%); /* Safari用 */
        transform: translateY(-40%);
		left: -30%;
	}

	.fix-side-nav .fix-box .top-btn{
		width: 10%;
		position: absolute;
		bottom: 5%;
		left: -30%;
	}
	.fix-side-nav .fix-box .top-btn a span{
		width: 100%;
		display: block;
		margin: 0 0 10px 0;
		transform: translateY(0);
		transition: .3s;
	}
	.fix-side-nav .fix-box .top-btn a:hover span{
		transform: translateY(-10px);
		transition: .3s;
	}

	.fix-side-nav-in{
		width: 100%;
		height: 100vh;
	}
	.fix-side-nav-in li a{
		width: 100%;
		height: 100%;
		display: block;
		position: relative;
		background: rgba(195, 201, 222, 0);
		transition: .3s;
	}
	.fix-side-nav-in li a:hover{
		background: rgba(195, 201, 222, .4);
		transition: .3s;
	}
	.fix-side-nav-in li a .num{
		width: 20%;
		position: absolute;
		top: 5%;
		right: 5%;
		line-height: 0;
	}
	.fix-side-nav-in li:nth-child(1){
		width: 100%;
		height: 16.666vh;
		background-image: url(../img/side-nav03-01.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;
	}
	.fix-side-nav-in li:nth-child(2){
		width: 100%;
		height: 16.666vh;
		background-image: url(../img/side-nav03-02.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.fix-side-nav-in li:nth-child(3){
		width: 100%;
		height: 16.666vh;
		background-image: url(../img/side-nav03-03.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.fix-side-nav-in li:nth-child(4){
		width: 100%;
		height: 16.666vh;
		background-image: url(../img/side-nav03-04.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.fix-side-nav-in li:nth-child(5){
		width: 100%;
		height: 16.666vh;
		background-image: url(../img/side-nav03-05.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.fix-side-nav-in li:nth-child(6){
		width: 100%;
		height: 16.666vh;
		background-image: url(../img/side-nav03-06.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	/* door */
	.door{
		width: 60%;
		margin: 0 auto 5% auto;
	}
	.door .icon{
		width: 40%;
		position: relative;
		margin: 0 0 2% 0;
	}
	.door .icon .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .data{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
		margin: 0 auto;
	}
	.door .data li:nth-child(1){
		width: 40px;
		line-height: 0;
		margin: 0 20px 0 0;
	}
	.door .data li:nth-child(2){
		width: 280px;
        position: relative;
        padding: 2% 0;
		margin: 0 20px 0 0;
	}
	.door .data li:nth-child(2) .line01{
		width: 98%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
	}
	.door .data li:nth-child(2) .line02{
		width: 1px;
		height: 98%;
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
	}
	.door .data li:nth-child(2) .line03{
		width: 98%;
		height: 1px;
		position: absolute;
		bottom: 0;
		right: 0;
		background: #000;
	}
	.door .data li:nth-child(2) .line04{
		width: 1px;
		height: 98%;
		position: absolute;
		bottom: 0;
		right: 0;
		background: #000;
	}
	.door .data li:nth-child(2) .txt{
		width: 100%;
		font-size: 25px;
        letter-spacing: 7px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}
	.door .data li:nth-child(3){
		width: 150px;
		line-height: 0;
	}

	/* item01 */
	.item01{
		width: 70%;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.item01 .img{
		width: 50%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item01 .data{
		width: 32%;
		position: absolute;
		top: 10%;
		left: -5%;
		z-index: 20;
	}
	.item01 .data .icon{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
		margin: 0 0 5% 0;
	}
	.item01 .data .icon .color01{
		color: #c3c9de;
	}
	.item01 .data .icon li:nth-child(1){
		width: max-content;
		font-size: 25px;
		font-family: "baskerville-urw", serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 5px;
		margin: 0 20px 0 0;
		line-height: 1em;
	}
	.item01 .data .icon li:nth-child(2){
		width: max-content;
		font-size: 45px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 5px;
		line-height: 1em;
	}
	.item01 .data .line01{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 0 0 7% 0;
		position: relative;
		z-index: 10;
	}
	.item01 .data .title{
		font-size: 17px;
		letter-spacing: 6px;
		line-height: 2.5em;
		white-space: nowrap;
	}
	.item01 .link-list{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item01 .link-list .link-box{
		width: 45%;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item02 */
	.item02{
		width: 70%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 7% auto;
	}
	.item02 .img{
		width: 50%;
		overflow: hidden;
	}
	.item02 .data{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 7%;
	}
	.item02 .data .icon{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
		margin: 0 0 5% 0;
	}
	.item02 .data .icon .color01{
		color: #c3c9de;
	}
	.item02 .data .icon li:nth-child(1){
		width: max-content;
		font-size: 25px;
		font-family: "baskerville-urw", serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 5px;
		margin: 0 20px 0 0;
		line-height: 1em;
	}
	.item02 .data .icon li:nth-child(2){
		width: max-content;
		font-size: 45px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 5px;
		line-height: 1em;
	}
	.item02 .data .line01{
		width: 140%;
		height: 1px;
		background: #000;
		margin: 0 0 15% 0;
		position: relative;
		z-index: 10;
	}
	.item02 .data .line02{
		width: 140%;
		height: 1px;
		background: #000;
		margin: 0 0 15% 0;
		position: relative;
		z-index: 10;
		left: -40%;
	}
	.item02 .data .title{
		font-size: 17px;
		letter-spacing: 6px;
		line-height: 2.5em;
		margin: 0 0 15% 0;
		white-space: nowrap;
	}
	.item02 .data .link-box{
		width: 100%;
	}

	/* item03 */
	.item03{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item03 .img{
		width: 85%;
		overflow: hidden;
	}
	.item03 .data{
		width: 30%;
		overflow: hidden;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari逕ｨ */
		transform: translateY(-50%);
		right: 20%;
	}
	.item03 .data .icon{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
		margin: 0 0 5% 0;
	}
	.item03 .data .icon .color01{
		color: #fff;
	}
	.item03 .data .icon li:nth-child(1){
		width: max-content;
		font-size: 25px;
		font-family: "baskerville-urw", serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 5px;
		margin: 0 20px 0 0;
		line-height: 1em;
	}
	.item03 .data .icon li:nth-child(2){
		width: max-content;
		font-size: 45px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 5px;
		line-height: 1em;
	}
	.item03 .data .line{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 0 0 5% 0;
		position: relative;
		z-index: 10;
	}
	.item03 .data .title{
		font-size: 15px;
		letter-spacing: 6px;
		line-height: 2.3em;
		margin: 0 0 5% 0;
		white-space: nowrap;
	}
	.item03 .data .link-box{
		width: 100%;
	}

	/* f-cont */
	.f-cont{
		width: 70%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 7% auto;
	}
	.f-cont .img{
		width: 45%;
	}
	.f-cont .data{
		width: 50%;
	}
	.f-cont .data .title {
		display: flex;
		align-items: center;
		font-size: 25px;
		font-family: garamond-premier-pro, serif;
		font-weight: 400;
		letter-spacing: 3px;
		margin: 0 auto 7% auto;
	}
	.f-cont .data .title:before{
		content: "";
		height: 1px;
		flex-grow: 1;
		background-color: #666;
	}
	.f-cont .data .title:before {
		margin-right: 1rem;
	}
	.f-cont .data .txt{
		width: 100%;
		font-size: 15px;
        letter-spacing: 2px;
        line-height: 2.2em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
	}


	/* end-cont */
	.end-cont{
		width: 50%;
		margin: 0 auto 5% auto;
	}
	.end-cont .title{
		width: 70px;
		line-height: 0;
		margin: 0 auto 2% auto;
	}
	.end-cont .icon{
		width: 20px;
		line-height: 0;
		margin: 0 auto 5% auto;
	}
	.end-cont a{
		width: 100%;
		display: block;
		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: 10px;
		margin: 0 0 0 5px;
        display: inline-block;
		position: relative;
		top: -1px;
	}
    .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: #bfbec5;
		border: .5px solid #bfbec5;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #bfbec5;
		color: #bfbec5;
	}

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

	.btn-border {
		background-color: transparent;
		color: #1d1d1d;
	}
	.btn-arrow {
		position: relative;
		-webkit-transition: background-color 300ms ease-out;
		transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
		display: inline-block;
		position: relative;
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
		position: absolute;
		width: 1.1em;
		right: 0px;
		right: 0rem;
		opacity: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: right, opacity;
	}
	.btn-arrow img * {
		stroke-width: 5;
		stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 15px;
		width: 50px;
		height: 50px;
		display: block;
		z-index: 99;
	}
	#pagetop .btn-loading {
		display: inline-flex;
		text-decoration: none;
		font-weight: 700;
		color: #111;
		width: 100%;
		height: 100%;
		position: relative;
		opacity: 1 !important;
		transition: all 0.3s;
		background-color: #CCC;
		border-radius: 100%;
		transition: color 0.2s;
		overflow: hidden;
	}
	#pagetop .btn-loading01:before,
	#pagetop .btn-loading01:after {
		content: "";
		display: block;
		position: absolute;
		width: 50%;
		height: 0;
		background-color: #231815;
		pointer-events: none;
	}
	#pagetop .btn-loading:before {
		bottom: 0;
		left: 0;
	}
	#pagetop .btn-loading:after {
		top: 0;
		right: 0;
	}
	#pagetop:hover .btn-loading {
		color: #65A04D;
	}
	#pagetop:hover .btn-loading:before,
	#pagetop:hover .btn-loading:after {
		height: 100%;
	}
	#pagetop:hover .btn-loading:before {
		transition: height 0.1s 0.1s linear;
	}
	#pagetop:hover .btn-loading:after {
		transition: height 0.1s linear;
	}
	#pagetop .btn-loading span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 1px);
		height: calc(100% - 1px);
		background-color: #FFF;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
	}
	#pagetop .btn-loading span img{
		width: 20px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}

}

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

	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon02::before{
        content: url("../img/l-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon02::before{
        content: url("../img/s-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon03::before{
        content: url("../img/l-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon03::before{
        content: url("../img/s-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }

	/* header */
	.header{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 7% 0;
	}

	.mv-logo{
		width: 4%;
        position: absolute;
        top: 2%;
        right: 1%;
        line-height: 0;
        z-index: 10;
	}

	.mv-img{
		width: 100%;
		position: relative;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		position: relative;
	}
	.mv-img .img{
		width: 50%;
		overflow: hidden;
	}
	.mv-img .txt{
		width: 5%;
		position: absolute;
		top: 10%;
		left: -13%;
		right: 0;
		margin: 0 auto;
		z-index: 10;
	}

	.mv-title-box{
		width: 100%;
		position: relative;
		background: #f9f9f9;
		padding: 2% 0;
	}
	.mv-title-box-in{
		width: 70%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		position: relative;
	}
	.mv-title01{
		width: 33%;
		line-height: 0;
	}
	.mv-title02{
		width: 53%;
		line-height: 0;
	}
	.mv-title03{
		width: 10%;
        line-height: 0;
        position: absolute;
        bottom: 0px;
        left: -15%;
        right: 0;
        margin: 0 auto;
	}
	.mv-title04{
		width: 13%;
        line-height: 0;
        position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari逕ｨ */
		transform: translateY(-50%);
        right: -15%;
	}

	/* read */
	.read{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.read .txt{
		width: 100%;
		font-size: 18px;
        letter-spacing: 6px;
        line-height: 3em;
		text-align: center;
		margin: 0 auto;
	}

	/* top-item */
	.top-item{
		width: 90%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.top-item .title{
		width: 25%;
		position: relative;
		margin: 0 auto 2% auto;
	}
	.top-item .title .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.top-item .img{
		width: 60%;
		overflow: hidden;
		margin: 0 auto;
	}
	.point-box{
		width: 200px;
	}
	.point-box .title{
		width: 50%;
		margin: 0 0 5% 10%;
	}
	.point-box .txt{
		width: 100%;
		text-align: justify;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		padding: 0 0 0 10%;
		box-sizing: border-box;
	}
	.point01{
		position: absolute;
		top: 20%;
		right: 0;
	}
	.point-box .line-box01{
		width: 120%;
		margin: 0 0 5% 0;
		position: relative;
		left: -20%;
	}
	.point-box .line-box01 .line01{
		width: 100%;
		height: 1px;
		background: #000;
	}
	.point-box .line-box01 .line02{
		width: 1px;
		height: 50px;
		background: #000;
		position: absolute;
		top: 0;
		left: -10px;
		transform: rotate(45deg) translateX(-10px);
	}
	.point02{
		position: absolute;
		top: 25%;
		left: 0;
	}
	.point-box .line-box02{
		width: 130%;
		margin: 0 0 5% 0;
	}
	.point-box .line-box02 .line01{
		width: 100%;
		height: 1px;
		background: #000;
	}
	.point03{
		margin: 2% 0 0 75%;
	}
	.point-box .line-box03{
		width: 120%;
		margin: 0 0 5% 0;
		position: relative;
		left: -20%;
	}
	.point-box .line-box03 .line01{
		width: 100%;
		height: 1px;
		background: #000;
	}
	.point-box .line-box03 .line02{
		width: 1px;
		height: 120px;
		background: #000;
		position: absolute;
		top: 0;
        left: -191px;
        transform: rotate(-35deg) translateX(191px);
	}

	/* common */
	.wrap_all{
		width: 100%;
		position: relative;
	}

	.fix-side-nav{
		display: none;
	}

	.fix-side-nav .fix-box{
		width: 100%;
		position: sticky;
		top: 0;
		right: 0;
	}
	.fix-side-nav .fix-box .fix-title{
		width: 13%;
		position: absolute;
		top: 40%;
        -webkit-transform: translateY(-40%); /* Safari用 */
        transform: translateY(-40%);
		left: -30%;
	}

	.fix-side-nav .fix-box .top-btn{
		width: 10%;
		position: absolute;
		bottom: 5%;
		left: -30%;
	}
	.fix-side-nav .fix-box .top-btn a span{
		width: 100%;
		display: block;
		margin: 0 0 10px 0;
		transform: translateY(0);
		transition: .3s;
	}
	.fix-side-nav .fix-box .top-btn a:hover span{
		transform: translateY(-10px);
		transition: .3s;
	}

	.fix-side-nav-in{
		width: 100%;
		height: 100vh;
	}
	.fix-side-nav-in li a{
		width: 100%;
		height: 100%;
		display: block;
		position: relative;
		background: rgba(195, 201, 222, 0);
		transition: .3s;
	}
	.fix-side-nav-in li a:hover{
		background: rgba(195, 201, 222, .4);
		transition: .3s;
	}
	.fix-side-nav-in li a .num{
		width: 20%;
		position: absolute;
		top: 5%;
		right: 5%;
		line-height: 0;
	}
	.fix-side-nav-in li:nth-child(1){
		width: 100%;
		height: 16.666vh;
		background-image: url(../img/side-nav03-01.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;
	}
	.fix-side-nav-in li:nth-child(2){
		width: 100%;
		height: 16.666vh;
		background-image: url(../img/side-nav03-02.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.fix-side-nav-in li:nth-child(3){
		width: 100%;
		height: 16.666vh;
		background-image: url(../img/side-nav03-03.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.fix-side-nav-in li:nth-child(4){
		width: 100%;
		height: 16.666vh;
		background-image: url(../img/side-nav03-04.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.fix-side-nav-in li:nth-child(5){
		width: 100%;
		height: 16.666vh;
		background-image: url(../img/side-nav03-05.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.fix-side-nav-in li:nth-child(6){
		width: 100%;
		height: 16.666vh;
		background-image: url(../img/side-nav03-06.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	/* door */
	.door{
		width: 80%;
		margin: 0 auto 5% auto;
	}
	.door .icon{
		width: 45%;
        position: relative;
        margin: 0 0 5% 0;
	}
	.door .icon .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .data{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
		margin: 0 auto;
	}
	.door .data li:nth-child(1){
		width: 40px;
		line-height: 0;
		margin: 0 20px 0 0;
	}
	.door .data li:nth-child(2){
		width: 230px;
        position: relative;
        padding: 2% 0;
		margin: 0 20px 0 0;
	}
	.door .data li:nth-child(2) .line01{
		width: 98%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
	}
	.door .data li:nth-child(2) .line02{
		width: 1px;
		height: 98%;
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
	}
	.door .data li:nth-child(2) .line03{
		width: 98%;
		height: 1px;
		position: absolute;
		bottom: 0;
		right: 0;
		background: #000;
	}
	.door .data li:nth-child(2) .line04{
		width: 1px;
		height: 98%;
		position: absolute;
		bottom: 0;
		right: 0;
		background: #000;
	}
	.door .data li:nth-child(2) .txt{
		width: 100%;
		font-size: 20px;
        letter-spacing: 7px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}
	.door .data li:nth-child(3){
		width: 110px;
		line-height: 0;
	}

	/* item01 */
	.item01{
		width: 100%;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.item01 .img{
		width: 55%;
		overflow: hidden;
		margin: 0 0 5% 45%;
	}
	.item01 .data{
		width: 45%;
        position: absolute;
        top: 10%;
        left: 5%;
		z-index: 20;
	}
	.item01 .data .icon{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
		margin: 0 0 5% 0;
	}
	.item01 .data .icon .color01{
		color: #c3c9de;
	}
	.item01 .data .icon li:nth-child(1){
		width: max-content;
		font-size: 25px;
		font-family: "baskerville-urw", serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 5px;
		margin: 0 20px 0 0;
		line-height: 1em;
	}
	.item01 .data .icon li:nth-child(2){
		width: max-content;
		font-size: 45px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 5px;
		line-height: 1em;
	}
	.item01 .data .line01{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 0 0 7% 0;
		position: relative;
		z-index: 10;
	}
	.item01 .data .title{
		font-size: 15px;
		letter-spacing: 3px;
		line-height: 2.5em;
		white-space: nowrap;
	}
	.item01 .link-list{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item01 .link-list .link-box{
		width: 45%;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item02 */
	.item02{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 15% auto;
	}
	.item02 .img{
		width: 50%;
		overflow: hidden;
	}
	.item02 .data{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 7%;
	}
	.item02 .data .icon{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
		margin: 0 0 5% 0;
	}
	.item02 .data .icon .color01{
		color: #c3c9de;
	}
	.item02 .data .icon li:nth-child(1){
		width: max-content;
		font-size: 25px;
		font-family: "baskerville-urw", serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 5px;
		margin: 0 20px 0 0;
		line-height: 1em;
	}
	.item02 .data .icon li:nth-child(2){
		width: max-content;
		font-size: 45px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 5px;
		line-height: 1em;
	}
	.item02 .data .line01{
		width: 140%;
		height: 1px;
		background: #000;
		margin: 0 0 15% 0;
		position: relative;
		z-index: 10;
	}
	.item02 .data .line02{
		width: 140%;
		height: 1px;
		background: #000;
		margin: 0 0 15% 0;
		position: relative;
		z-index: 10;
		left: -40%;
	}
	.item02 .data .title{
		font-size: 15px;
		letter-spacing: 3px;
		line-height: 2.5em;
		margin: 0 0 15% 0;
		white-space: nowrap;
	}
	.item02 .data .link-box{
		width: 100%;
	}

	/* item03 */
	.item03{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item03 .img{
		width: 100%;
		overflow: hidden;
	}
	.item03 .data{
		width: 30%;
		overflow: hidden;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari逕ｨ */
		transform: translateY(-50%);
		right: 10%;
	}
	.item03 .data .icon{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
		margin: 0 0 5% 0;
	}
	.item03 .data .icon .color01{
		color: #fff;
	}
	.item03 .data .icon li:nth-child(1){
		width: max-content;
		font-size: 25px;
		font-family: "baskerville-urw", serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 5px;
		margin: 0 20px 0 0;
		line-height: 1em;
	}
	.item03 .data .icon li:nth-child(2){
		width: max-content;
		font-size: 45px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 5px;
		line-height: 1em;
	}
	.item03 .data .line{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 0 0 5% 0;
		position: relative;
		z-index: 10;
	}
	.item03 .data .title{
		font-size: 15px;
		letter-spacing: 6px;
		line-height: 2.3em;
		margin: 0 0 5% 0;
		white-space: nowrap;
	}
	.item03 .data .link-box{
		width: 100%;
	}

	/* f-cont */
	.f-cont{
		width: 90%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 10% auto;
	}
	.f-cont .img{
		width: 45%;
	}
	.f-cont .data{
		width: 50%;
	}
	.f-cont .data .title {
		display: flex;
		align-items: center;
		font-size: 25px;
		font-family: garamond-premier-pro, serif;
		font-weight: 400;
		letter-spacing: 3px;
		margin: 0 auto 7% auto;
	}
	.f-cont .data .title:before{
		content: "";
		height: 1px;
		flex-grow: 1;
		background-color: #666;
	}
	.f-cont .data .title:before {
		margin-right: 1rem;
	}
	.f-cont .data .txt{
		width: 100%;
		font-size: 15px;
        letter-spacing: 2px;
        line-height: 2.2em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
	}

	/* end-cont */
	.end-cont{
		width: 70%;
		margin: 0 auto 10% auto;
	}
	.end-cont .title{
		width: 80px;
		line-height: 0;
		margin: 0 auto 2% auto;
	}
	.end-cont .icon{
		width: 20px;
		line-height: 0;
		margin: 0 auto 5% auto;
	}
	.end-cont a{
		width: 100%;
		display: block;
		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: 10px;
		margin: 0 0 0 5px;
        display: inline-block;
		position: relative;
		top: -1px;
	}
    .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: #bfbec5;
		border: .5px solid #bfbec5;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #bfbec5;
		color: #bfbec5;
	}

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

	.btn-border {
		background-color: transparent;
		color: #1d1d1d;
	}
	.btn-arrow {
		position: relative;
		-webkit-transition: background-color 300ms ease-out;
		transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
		display: inline-block;
		position: relative;
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
		position: absolute;
		width: 1.1em;
		right: 0px;
		right: 0rem;
		opacity: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: right, opacity;
	}
	.btn-arrow img * {
		stroke-width: 5;
		stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 15px;
		width: 50px;
		height: 50px;
		display: block;
		z-index: 99;
	}
	#pagetop .btn-loading {
		display: inline-flex;
		text-decoration: none;
		font-weight: 700;
		color: #111;
		width: 100%;
		height: 100%;
		position: relative;
		opacity: 1 !important;
		transition: all 0.3s;
		background-color: #CCC;
		border-radius: 100%;
		transition: color 0.2s;
		overflow: hidden;
	}
	#pagetop .btn-loading01:before,
	#pagetop .btn-loading01:after {
		content: "";
		display: block;
		position: absolute;
		width: 50%;
		height: 0;
		background-color: #231815;
		pointer-events: none;
	}
	#pagetop .btn-loading:before {
		bottom: 0;
		left: 0;
	}
	#pagetop .btn-loading:after {
		top: 0;
		right: 0;
	}
	#pagetop:hover .btn-loading {
		color: #65A04D;
	}
	#pagetop:hover .btn-loading:before,
	#pagetop:hover .btn-loading:after {
		height: 100%;
	}
	#pagetop:hover .btn-loading:before {
		transition: height 0.1s 0.1s linear;
	}
	#pagetop:hover .btn-loading:after {
		transition: height 0.1s linear;
	}
	#pagetop .btn-loading span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 1px);
		height: calc(100% - 1px);
		background-color: #FFF;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
	}
	#pagetop .btn-loading span img{
		width: 20px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}

}

/*//////////////////////////////// for iphone ////////////////////////////*/
@media (min-width:0px) and ( max-width:766px) {
	.pc-on{
		display: none !important;
	}

	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon02::before{
        content: url("../img/l-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon02::before{
        content: url("../img/s-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon03::before{
        content: url("../img/l-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon03::before{
        content: url("../img/s-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }

	/* header */
	.header{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 7% 0;
	}

	.mv-logo{
		width: 17%;
        position: absolute;
        top: 2%;
        right: 3%;
        line-height: 0;
        z-index: 10;
	}

	.mv-img{
		width: 100%;
		position: relative;
		margin: 0 auto;
		position: relative;
	}
	.mv-img .img{
		width: 100%;
		overflow: hidden;
	}
	.mv-img .txt{
		width: 16%;
		position: absolute;
		bottom: 15%;
		left: 5%;
		z-index: 10;
	}

	.mv-title-box{
		width: 100%;
		position: relative;
		background: #f9f9f9;
		padding: 6% 0;
	}
	.mv-title-box-in{
		width: 85%;
		margin: 0 auto;
		position: relative;
	}
	.mv-title01{
		width: 40%;
		line-height: 0;
		margin: 0 0 10% 0;
	}
	.mv-title02{
		width: 60%;
		line-height: 0;
		margin: 0 0 0 40%;
	}
	.mv-title03{
		width: 11%;
        line-height: 0;
        position: absolute;
        bottom: 0px;
        left: -32%;
        right: 0;
        margin: 0 auto;
	}
	.mv-title04{
		width: 35%;
        line-height: 0;
        position: absolute;
        top: 42%;
        right: -39%;
        left: 0%;
        margin: 0 auto;
	}

	/* read */
	.read{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.read .txt{
		width: 100%;
		font-size: 16px;
        letter-spacing: 3px;
        line-height: 2.5em;
		text-align: center;
		margin: 0 auto;
	}

	/* top-item */
	.top-item{
		width: 100%;
		position: relative;
		margin: 0 auto 15% auto;
	}
	.top-item .title{
		width: 60%;
		position: relative;
		margin: 0 auto 2% auto;
	}
	.top-item .title .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.top-item .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.point-box{
		width: 75%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.point-box .title-box{
		width: 15%;
	}
	.point-box .txt-box{
		width: 75%;
	}
	.point-box .txt-box .txt{
		width: 100%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		white-space: nowrap;
	}

	.sp-point{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.sp-point li {
		position: relative;
		width: 15px;
		height: 15px;
	}
	.sp-point li:nth-child(1) {
		position: absolute;
		top: 30%;
		right: 20%;
	}
	.sp-point li:nth-child(2) {
		position: absolute;
		top: 30%;
		left: 20%;
	}
	.sp-point li:nth-child(3) {
		position: absolute;
		bottom: 20%;
		right: 30%;
	}
	.sp-point li a {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		background-color: #fff;
		box-shadow: 0 0 20px #fff;
        left: 12%;
        top: 17%;
		opacity: .8;
	}	
	.sp-point li a::before {
		content: "";
		display: block;
		position: absolute;
		top: 100%;
		bottom: 0;
		left: 50%;
		margin: auto;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		box-sizing: border-box;
		pointer-events: none;
		animation: map-on-ani 2s linear infinite;
	}
	.sp-point li a::after {
		animation-delay: 1s;
	}
	@keyframes map-on-ani {
		0% {
		transform: translate(-50%, -50%) scale(1, 1);
		background-color: rgba(255, 255, 255, 0.7)
		}
		100% {
		transform: translate(-50%, -50%) scale(3.5, 3.5);
		background-color: rgba(255, 255, 255, 0)
		}
	}





	/* common */
	.wrap_all{
		width: 100%;
		position: relative;
	}

	.fix-side-nav{
		display: none;
	}

	.fix-side-nav .fix-box{
		width: 100%;
		position: sticky;
		top: 0;
		right: 0;
	}
	.fix-side-nav .fix-box .fix-title{
		width: 13%;
		position: absolute;
		top: 40%;
        -webkit-transform: translateY(-40%); /* Safari用 */
        transform: translateY(-40%);
		left: -30%;
	}

	.fix-side-nav .fix-box .top-btn{
		width: 10%;
		position: absolute;
		bottom: 5%;
		left: -30%;
	}
	.fix-side-nav .fix-box .top-btn a span{
		width: 100%;
		display: block;
		margin: 0 0 10px 0;
		transform: translateY(0);
		transition: .3s;
	}
	.fix-side-nav .fix-box .top-btn a:hover span{
		transform: translateY(-10px);
		transition: .3s;
	}

	.fix-side-nav-in{
		width: 100%;
		height: 100vh;
	}
	.fix-side-nav-in li a{
		width: 100%;
		height: 100%;
		display: block;
		position: relative;
		background: rgba(195, 201, 222, 0);
		transition: .3s;
	}
	.fix-side-nav-in li a:hover{
		background: rgba(195, 201, 222, .4);
		transition: .3s;
	}
	.fix-side-nav-in li a .num{
		width: 20%;
		position: absolute;
		top: 5%;
		right: 5%;
		line-height: 0;
	}
	.fix-side-nav-in li:nth-child(1){
		width: 100%;
		height: 16.666vh;
		background-image: url(../img/side-nav03-01.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;
	}
	.fix-side-nav-in li:nth-child(2){
		width: 100%;
		height: 16.666vh;
		background-image: url(../img/side-nav03-02.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.fix-side-nav-in li:nth-child(3){
		width: 100%;
		height: 16.666vh;
		background-image: url(../img/side-nav03-03.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.fix-side-nav-in li:nth-child(4){
		width: 100%;
		height: 16.666vh;
		background-image: url(../img/side-nav03-04.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.fix-side-nav-in li:nth-child(5){
		width: 100%;
		height: 16.666vh;
		background-image: url(../img/side-nav03-05.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.fix-side-nav-in li:nth-child(6){
		width: 100%;
		height: 16.666vh;
		background-image: url(../img/side-nav03-06.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	/* door */
	.door{
		width: 85%;
		margin: 0 auto 10% auto;
	}
	.door .icon{
		width: 80%;
        position: relative;
        margin: 0 auto 5% auto;
	}
	.door .icon-sp{
		width: 10px;
		line-height: 0;
        position: relative;
        margin: 0 auto 5% auto;
	}
	.door .icon .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .data{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
		margin: 0 auto;
	}
	.door .data li:nth-child(1){
		display: none;
	}
	.door .data li:nth-child(2){
		width: 180px;
        position: relative;
        padding: 2% 0;
		margin: 0 20px 0 0;
	}
	.door .data li:nth-child(2) .line01{
		width: 98%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
	}
	.door .data li:nth-child(2) .line02{
		width: 1px;
		height: 98%;
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
	}
	.door .data li:nth-child(2) .line03{
		width: 98%;
		height: 1px;
		position: absolute;
		bottom: 0;
		right: 0;
		background: #000;
	}
	.door .data li:nth-child(2) .line04{
		width: 1px;
		height: 98%;
		position: absolute;
		bottom: 0;
		right: 0;
		background: #000;
	}
	.door .data li:nth-child(2) .txt{
		width: 100%;
		font-size: 18px;
        letter-spacing: 7px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}
	.door .data li:nth-child(3){
		width: 90px;
		line-height: 0;
	}

	/* item01 */
	.item01{
		width: 100%;
		margin: 0 auto 15% auto;
		position: relative;
	}
	.item01 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 7% 0%;
	}
	.item01 .data{
		width: 100%;
	}
	.item01 .data .icon{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
		margin: 0 0 2% 7.5%;
	}
	.item01 .data .icon .color01{
		color: #c3c9de;
	}
	.item01 .data .icon li:nth-child(1){
		width: max-content;
		font-size: 22px;
		font-family: "baskerville-urw", serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 5px;
		margin: 0 20px 0 0;
		line-height: 1em;
	}
	.item01 .data .icon li:nth-child(2){
		width: max-content;
		font-size: 40px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 5px;
		line-height: 1em;
	}
	.item01 .data .line01{
		width: 92.5%;
		height: 1px;
		background: #000;
		margin: 0 0 4% 7.5%;
		position: relative;
		z-index: 10;
	}
	.item01 .data .title{
		width: 85%;
		font-size: 15px;
		letter-spacing: 4px;
		line-height: 2.2em;
		margin: 0 auto 5% auto;
		white-space: nowrap;
	}
	.item01 .link-list{
		width: 85%;
		margin: 0 auto;
	}
	.item01 .link-list .link-box{
		width: 100%;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item02 */
	.item02{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item02 .data .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 7% 0;
	}
	.item02 .data{
		width: 100%;
		margin: 0 auto;
	}
	.item02 .data .icon{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
		margin: 0 0 2% 7.5%;
	}
	.item02 .data .icon .color01{
		color: #c3c9de;
	}
	.item02 .data .icon li:nth-child(1){
		width: max-content;
		font-size: 22px;
		font-family: "baskerville-urw", serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 5px;
		margin: 0 20px 0 0;
		line-height: 1em;
	}
	.item02 .data .icon li:nth-child(2){
		width: max-content;
		font-size: 40px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 5px;
		line-height: 1em;
	}
	.item02 .data .line01{
		width: 92.5%;
		height: 1px;
		background: #000;
		margin: 0 0 4% 7.5%;
		position: relative;
		z-index: 10;
	}
	.item02 .data .line02{
		width: 92.5%;
		height: 1px;
		background: #000;
		margin: 0 0 4% 0%;
		position: relative;
		z-index: 10;
	}
	.item02 .data .title{
		width: 85%;
		font-size: 15px;
		letter-spacing: 4px;
		line-height: 2.2em;
		margin: 0 auto 5% auto;
		white-space: nowrap;
	}
	.item02 .data .link-box{
		width: 85%;
		margin: 0 auto;
	}

	/* item03 */
	.item03{
		width: 100%;
		position: relative;
		margin: 0 auto 15% auto;
	}
	.item03 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 7% 0;
	}
	.item03 .data{
		width: 100%;
		margin: 0 auto;
	}
	.item03 .data .icon{
		width: max-content;
        display: flex;
        justify-content: flex-start;
        align-items: baseline;
        margin: 0 0 2% 7.5%;
	}
	.item03 .data .icon .color01{
		color: #c3c9de;
	}
	.item03 .data .icon li:nth-child(1){
		width: max-content;
        font-size: 22px;
        font-family: "baskerville-urw", serif;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 5px;
        margin: 0 20px 0 0;
        line-height: 1em;
	}
	.item03 .data .icon li:nth-child(2){
		width: max-content;
		font-size: 40px;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 5px;
		line-height: 1em;
	}
	.item03 .data .line{
		width: 90%;
		height: 1px;
		background: #000;
		margin: 0 0 5% 0;
		position: relative;
		z-index: 10;
	}
	.item03 .data .title{
		width: 85%;
        font-size: 15px;
        letter-spacing: 4px;
        line-height: 2.2em;
        margin: 0 auto 5% auto;
        white-space: nowrap;
	}
	.item03 .data .link-box{
		width: 85%;
		margin: 0 auto;
	}

	/* f-cont */
	.f-cont{
		width: 85%;
		margin: 0 auto 15% auto;
	}
	.f-cont .img{
		width: 100%;
	}
	.f-cont .data{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.f-cont .data .title {
		display: flex;
		align-items: center;
		font-size: 30px;
		font-family: garamond-premier-pro, serif;
		font-weight: 400;
		letter-spacing: 3px;
		margin: 0 auto 7% auto;
	}
	.f-cont .data .title:before{
		content: "";
		height: 1px;
		flex-grow: 1;
		background-color: #666;
	}
	.f-cont .data .title:before {
		margin-right: 1rem;
	}
	.f-cont .data .txt{
		width: 100%;
		font-size: 15px;
        letter-spacing: 2px;
        line-height: 2.2em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
	}
	.f-cont .data .txt br{
		display: none;
	}


	/* end-cont */
	.end-cont{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.end-cont .title{
		width: 50px;
		line-height: 0;
		margin: 0 auto 5% auto;
	}
	.end-cont .icon{
		width: 10px;
		line-height: 0;
		margin: 0 auto 5% auto;
	}
	.end-cont a{
		width: 100%;
		display: block;
		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: 10px;
		margin: 0 0 0 5px;
        display: inline-block;
		position: relative;
		top: -1px;
	}
    .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: #bfbec5;
		border: .5px solid #bfbec5;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #bfbec5;
		color: #bfbec5;
	}

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

	.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-m{
		width: 80%;
		margin: 0 auto 15% auto !important;
	}
	.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: 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: 18px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
	}
	
	.in-btn{
		width: 35px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}

	/*nav*/
	.menu{
		width: 100%;
		height: 40px;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 9999;
		cursor: pointer;
		background: #c3c9de;
	}
	.menu.active{
		width: 100%;
		height: 40px;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 9999;
		cursor: pointer;
		background: #231815;
	}

	.menu__line--icon{
		width: max-content;
		height: 12px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
		line-height: 0;
		display: block;
	}
	.menu__line--icon img{
		height: 12px;
	}
	.menu__line--top{
		display: none;
	}
	.menu__line--icon.active{
		display: none;
	}
	.menu__line--top.active{
		width: max-content;
		height: 15px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
		line-height: 0;
		display: block;
	}
	.menu__line--top.active img{
		height: 12px;
	}

	/*gnav*/
	.gnav{
		display: none;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 8888!important;
		bottom: 0;
		left: 0;
	}
	.menu_bg{
		background: rgba(255,255,255,0.9);
		height: 100%;
		position: fixed;
		width: 100%;
		bottom: 0;
		left: 0;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
	.gnav__wrap{
		align-items:center;
		display: flex;
		flex-wrap: wrap;
		height: auto;
		justify-content: center;
		position: absolute;
		top: 40%;
        -webkit-transform: translateY(-40%); /* Safari用 */
        transform: translateY(-40%);
		width: 65%;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	.gnav__menu{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		overflow-y: scroll;
	}
	.gnav__menu::-webkit-scrollbar{
		display: none;
	}
	.gnav__menu::-ms-scrollbar{
		display: none;
	}
	.gnav__menu::-moz-scrollbar{
		display: none;
	}
	.big-menu-title{
		text-align: center;
		font-size: 28px;
		letter-spacing: 5px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.gnav__menu li:first-child{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.gnav__menu li{
		width: 50%;
		box-sizing: border-box;
		padding: 0 1%;
		margin: 0 0 5% 0;
	}
	.gnav__menu li:nth-child(5){
		margin: 0 0 0 0;
	}
	.gnav__menu li:nth-child(6){
		margin: 0 0 0 0;
	}
	.gnav__menu li a{
		width: 100%;
		box-sizing: border-box;
		display: block;
		padding: 0 5%;
		text-decoration: none;
	}
	.gnav__menu li a .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		background: #fff;
	}

	.grad-btn {
		background: #000;
		color: #fff;
		text-align: center;
		display: block;
		margin: 5% auto 0 auto;
		font-size: 12px;
		padding: 1% 0;
	}
	.grad-btn::before {
	content: "READ MORE"
	}
	.grad-item {
	position: relative;
	overflow: hidden;
	height: 35px; /*隠した状態の高さ*/
	}
	.grad-item::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 35px; 
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	content: "";
	}
	.grad-trigger {
	display: none; 
	}
	.grad-trigger:checked ~ .grad-btn::before {
	content: "CLOSE" 
	}
	.grad-trigger:checked ~ .grad-item {
	height: auto;
	}
	.grad-trigger:checked ~ .grad-item::before {
	display: none;
	}


}
