body {
    height: 100%;
    margin: 0;
    font-feature-settings: 'palt';
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: "Noto Sans JP", sans-serif !important;
	color: #231815;
}

.is-hidden {
	visibility: hidden;
	opacity: 0;
	transition: .3s;
}
.item-s-sp{
	line-height: 0;
}
.item-s{
	line-height: 0;
	padding: 0;
	margin: 0;
}

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

font-family: "corporate-s", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "futura-pt", sans-serif;
font-weight: 300;
font-style: normal;

font-family: "garamond-premier-pro-display", serif;
font-weight: 300;
font-style: italic;

Avenir Next LT Pro Medium Condensed
font-family: "avenir-next-lt-pro-condensed", sans-serif;
font-weight: 500;
font-style: normal;

Avenir Next LT Pro Regular
font-family: "avenir-next-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;


font-family: "miller-banner", serif;
font-weight: 300;
font-style: normal;

 */


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




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

	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
		margin: 0 10px 0 0;
		line-height: 0;
		border: .5px solid #000;
		border-radius: 3px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
		margin: 0 10px 0 0;
		line-height: 0;
		border: .5px solid #000;
		border-radius: 3px;
    }

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		background: #f9f9f9;
		margin: 0 auto 5% auto;
	}
	.mv-logo{
		width: 10%;
		line-height: 0;
		position: absolute;
		top: 2%;
		left: 1%;
		z-index: 10;
	}
	.mv-img-box{
		width: 100%;
		position: relative;
	}
	.mv-title-box{
		width: 35%;
		top: 45%;
		-webkit-transform: translateY(-45%); /* Safari逕ｨ */
		transform: translateY(-45%);
		right: 10%;
		position: absolute;
	}
	.mv-title01{
		width: 100%;
		overflow: hidden;
		margin: 0 0 10% 0;
	}
	.mv-title01 li:nth-child(1){
		width: 100%;
		overflow: hidden;
		margin: 0 0 6% 0;
	}
	.mv-title02{
		width: 100%;
		overflow: hidden;
	}
	.mv-title02 li:nth-child(1){
		width: 100%;
		overflow: hidden;
		margin: 0 0 6% 0;
	}



	/* read */
	.read{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 5% 0;
	}
	.read .txt{
		width: 100%;
		font-size: 19px;
		letter-spacing: 5px;
		line-height: 2.8em;
		text-align: center;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}

	/* top-nav */
	.top-nav{
		width: 70%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-list li{
		width: 27%;
	}
	.top-nav-list li a{
		width: 100%;
		display: block;
		text-decoration: none;
		position: relative;
	}
	.top-nav-list li a .num{
		width: 36%;
        position: absolute;
        top: 6%;
        left: -5%;
        z-index: 99;
	}
	.top-nav-list li a .img{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.top-nav-list li a .img .bg01{
		width: 95%;
		height: 100%;
		background: #594741;
		position: absolute;
		top: -4%;
		left: 0;
		z-index: -1;
		transition: .3s;
	}
	.top-nav-list li a:hover .img .bg01{
		top: -6%;
		left: -2%;
		transition: .3s;
	}
	.top-nav-list li a .img .bg02{
		width: 95%;
		height: 100%;
		background: #202843;
		position: absolute;
		top: -4%;
		left: 0;
		z-index: -1;
		transition: .3s;
	}
	.top-nav-list li a:hover .img .bg02{
		top: -6%;
		left: -2%;
		transition: .3s;
	}
	.top-nav-list li a .img .bg03{
		width: 95%;
		height: 100%;
		background: #a09083;
		position: absolute;
		top: -4%;
		left: 0;
		z-index: -1;
		transition: .3s;
	}
	.top-nav-list li a:hover .img .bg03{
		top: -6%;
		left: -2%;
		transition: .3s;
	}
	.top-nav-list li a .img .img-in{
		width: 95%;
		position: relative;
		overflow: hidden;
		left: 5%;
	}
	.top-nav-list li a .img .img-in img{
		transform: scale(1);
		transition: .3s;
	}
	.top-nav-list li a:hover .img .img-in img{
		transform: scale(1.05);
		transition: .3s;
	}
	.top-nav-list li a .txt{
		width: 100%;
		font-size: 21px;
		letter-spacing: 3px;
		text-align: right;
		font-family: "miller-banner", serif;
		font-weight: 300;
		font-style: normal;
		line-height: 1.8em;
	}
	.top-nav-list li a .txt01{
		color: #594741;
	}
	.top-nav-list li a .txt02{
		color: #202843;
	}
	.top-nav-list li a .txt03{
		color: #a09083;
	}

	/* common */
	.all-wrap{
		width: 100%;
		position: relative;
	}
	.one {
		width: 100%;
		height: auto !important;
	}
	.bg {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		opacity: 0;
		transition: all 1s ease 0s;
		z-index: -2;
	}
	.show .bg {
		opacity: 1;
	}
	.bg._01 {
		background: #ffffff;
	}
	.bg._02 {
		background: #f7eeeb;
	}
	.bg._03 {
		background: #ffffff;
	}
	.bg._04 {
		background: #f7eeeb;
	}
	.bg._05 {
		background: #ffffff;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item-t */
	.item-t{
		width: 75%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 10% auto;
	}
	.item-t .data-l{
		width: 50%;
	}
	.item-t .data-l .img{
		width: 100%;
		position: relative;
		z-index: 2;
		margin: 0 auto 7% auto;
	}
	.item-t .data-l .link-box01{
		width: 70%;
		margin: 0 0 0 5%;
	}
	.item-t .data-l .link-box02{
		width: 70%;
		margin: 0 0 0 25%;
	}
	.item-t .data-r{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 7%;
	}
	.item-t .data-r .num{
		width: max-content;
		margin: 0 auto 10% auto;
	}
	.item-t .data-r .num img{
		height: 60px;
	}
	.item-t .data-r .num02{
		width: max-content;
		margin: 0 auto 10% auto;
	}
	.item-t .data-r .num02 img{
		height: 100px;
	}
	.item-t .data-r .line{
		width: 1px;
		height: 70px;
		background: #eee;
		margin: 0 auto 7% auto;
		position: relative;
		overflow: hidden;
	}
	.item-t .data-r .line .line-in{
		width: 1px;
		height: 70px;
		background: #231815;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		animation: moveDown 2s ease-in-out infinite;
	}
	@keyframes moveDown {
		0% {
			top: -70px;
		}
		100% {
			top: 100%;
		}
	}
	.item-t .data-r .title{
		font-size: 25px;
        letter-spacing: 6px;
        line-height: 2.2em;
		text-align: nowrap;
		margin: 0 0 10% 0;
	}
	.item-t .data-r .txt{
		font-size: 18px;
        letter-spacing: 3px;
        line-height: 2.2em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
	}
	.item-t .data-r .img{
		width: 120%;
		margin: 20% 0 0 0;
	}
	.item-t .data-r .img01{
		position: relative;
		left: -30%;
	}
	.item-t .data-r .img02{
		position: relative;
		left: 10%;
	}

	/* item-b */
	.item-b{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.item-b .num{
		width: max-content;
		margin: 0 auto 3% auto;
	}
	.item-b .num img{
		height: 60px;
	}
	.item-b .img-main{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item-b .img-main .title{
		font-size: 25px;
        letter-spacing: 6px;
        line-height: 2.2em;
		text-align: nowrap;
		color: #fff;
		position: absolute;
		top: 20%;
		right: 20%;
	}
	.item-b .img-main .title-b{
		font-size: 25px;
        letter-spacing: 6px;
        line-height: 2.2em;
		text-align: nowrap;
		position: absolute;
		top: 20%;
		right: 20%;
	}
	.item-b .img-main .title02{
		font-size: 23px;
        letter-spacing: 10px;
        line-height: 2.2em;
		text-align: nowrap;
		color: #fff;
		position: absolute;
		top: 20%;
		left: 20%;
	}
	.item-b-box{
		width: 75%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 10% auto;
	}
	.item-b-box .img{
		width: 50%;
	}
	.item-b-box .data{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 7%;
	}
	.item-b-box .data .txt{
		font-size: 18px;
        letter-spacing: 3px;
        line-height: 2.2em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
		margin: 0 0 10% 0;
	}

	.item-b-box-min{
		width: 75%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 10% auto;
	}
	.item-b-box-min{
		width: 60%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-b-box-min .data{
		width: 45%;
	}
	.item-b-box-min .data .title{
		font-size: 25px;
        letter-spacing: 6px;
        line-height: 2.2em;
		text-align: nowrap;
		margin: 0 0 10% 0;
	}
	.item-b-box-min .data .txt{
		font-size: 18px;
        letter-spacing: 3px;
        line-height: 2.2em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
	}

	/* item-n */
	.item-n{
		width: 75%;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin: 0 auto 10% auto;
	}
	.item-n .num{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item-n .num img{
		height: 60px;
		display: block;
		margin: 0 auto;
	}
	.item-n .img{
		width: 50%;
	}
	.item-n .data{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 7%;
	}
	.item-n .data .title{
		font-size: 25px;
        letter-spacing: 6px;
        line-height: 2.2em;
		text-align: nowrap;
		margin: 0 0 10% 0;
	}
	.item-n .data .txt{
		font-size: 18px;
        letter-spacing: 3px;
        line-height: 2.2em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
		margin: 0 0 10% 0;
	}

	/* item-s */
	.item-s{
		width: 75%;
		margin: 0 auto 10% auto;
	}
	.item-s .num{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item-s .num img{
		height: 60px;
		display: block;
		margin: 0 auto;
	}
	.item-s .img-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 3% auto;
	}
	.item-s .img-box .img{
		width: 49%;
	}
	.item-s .data-box{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-s .data-box .data{
		width: 45%;
	}
	.item-s .data-box .data .title{
		font-size: 25px;
        letter-spacing: 6px;
        line-height: 2.2em;
		text-align: nowrap;
		margin: 0 0 10% 0;
	}
	.item-s .data-box .data .txt{
		font-size: 18px;
        letter-spacing: 3px;
        line-height: 2.2em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
	}

	/* a-title */
	.a-title{
		width: 20%;
		margin: 0 auto 5% auto;
		padding: 10% 0 0 0;
	}
	.a-title .line{
		width: 60%;
		height: 10px;
		background: #a9607c;
		margin: 0 auto 10% auto;
	}
	.a-title .logo{
		width: 100%;
		line-height: 0;
	}

	/* item-a */
	.item-a{
		width: 75%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 7% auto;
		padding: 0 0 7% 0;
		border-bottom: 1px solid #fff;
	}
	.item-a .img{
		width: 50%;
	}
	.item-a .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 7% 0 7%;
	}
	.item-a .data .txt{
		font-size: 21px;
        letter-spacing: 5px;
        line-height: 2.4em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 0 20% 0;
	}


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


	/*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;
	}
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
		flex-wrap: wrap;
        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{
		color: #80a7d6;
		font-size: 16px;
		margin: 0 10px 0 0;
	}
	.cart-title02{
        width: 100%;
		font-size: 14px;
        letter-spacing: 0px;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .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 .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen .tax{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
    .cart-yen02{
		font-size: 16px;
		letter-spacing: 0px;
        width: max-content;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
	}
	.cart-yen02 .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen02 .tax{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #a0a0a0;
		margin: 10px 0 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		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: #000;
		border-color: #000;
		color: #fff;
	}

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

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

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

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

	.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: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
		margin: 0 10px 0 0;
		line-height: 0;
		border: .5px solid #000;
		border-radius: 3px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
		margin: 0 10px 0 0;
		line-height: 0;
		border: .5px solid #000;
		border-radius: 3px;
    }

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		background: #f9f9f9;
		margin: 0 auto 5% auto;
	}
	.mv-logo{
		width: 10%;
		line-height: 0;
		position: absolute;
		top: 2%;
		left: 1%;
		z-index: 10;
	}
	.mv-img-box{
		width: 100%;
		position: relative;
	}
	.mv-title-box{
		width: 35%;
		top: 45%;
		-webkit-transform: translateY(-45%); /* Safari逕ｨ */
		transform: translateY(-45%);
		right: 10%;
		position: absolute;
	}
	.mv-title01{
		width: 100%;
		overflow: hidden;
		margin: 0 0 10% 0;
	}
	.mv-title01 li:nth-child(1){
		width: 100%;
		overflow: hidden;
		margin: 0 0 6% 0;
	}
	.mv-title02{
		width: 100%;
		overflow: hidden;
	}
	.mv-title02 li:nth-child(1){
		width: 100%;
		overflow: hidden;
		margin: 0 0 6% 0;
	}



	/* read */
	.read{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 5% 0;
	}
	.read .txt{
		width: 100%;
		font-size: 19px;
		letter-spacing: 5px;
		line-height: 2.8em;
		text-align: center;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}

	/* top-nav */
	.top-nav{
		width: 70%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-list li{
		width: 27%;
	}
	.top-nav-list li a{
		width: 100%;
		display: block;
		text-decoration: none;
		position: relative;
	}
	.top-nav-list li a .num{
		width: 36%;
        position: absolute;
        top: 6%;
        left: -5%;
        z-index: 99;
	}
	.top-nav-list li a .img{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.top-nav-list li a .img .bg01{
		width: 95%;
		height: 100%;
		background: #594741;
		position: absolute;
		top: -4%;
		left: 0;
		z-index: -1;
		transition: .3s;
	}
	.top-nav-list li a:hover .img .bg01{
		top: -6%;
		left: -2%;
		transition: .3s;
	}
	.top-nav-list li a .img .bg02{
		width: 95%;
		height: 100%;
		background: #202843;
		position: absolute;
		top: -4%;
		left: 0;
		z-index: -1;
		transition: .3s;
	}
	.top-nav-list li a:hover .img .bg02{
		top: -6%;
		left: -2%;
		transition: .3s;
	}
	.top-nav-list li a .img .bg03{
		width: 95%;
		height: 100%;
		background: #a09083;
		position: absolute;
		top: -4%;
		left: 0;
		z-index: -1;
		transition: .3s;
	}
	.top-nav-list li a:hover .img .bg03{
		top: -6%;
		left: -2%;
		transition: .3s;
	}
	.top-nav-list li a .img .img-in{
		width: 95%;
		position: relative;
		overflow: hidden;
		left: 5%;
	}
	.top-nav-list li a .img .img-in img{
		transform: scale(1);
		transition: .3s;
	}
	.top-nav-list li a:hover .img .img-in img{
		transform: scale(1.05);
		transition: .3s;
	}
	.top-nav-list li a .txt{
		width: 100%;
		font-size: 21px;
		letter-spacing: 3px;
		text-align: right;
		font-family: "miller-banner", serif;
		font-weight: 300;
		font-style: normal;
		line-height: 1.8em;
	}
	.top-nav-list li a .txt01{
		color: #594741;
	}
	.top-nav-list li a .txt02{
		color: #202843;
	}
	.top-nav-list li a .txt03{
		color: #a09083;
	}

	/* common */
	.all-wrap{
		width: 100%;
		position: relative;
	}
	.one {
		width: 100%;
		height: auto !important;
	}
	.bg {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		opacity: 0;
		transition: all 1s ease 0s;
		z-index: -2;
	}
	.show .bg {
		opacity: 1;
	}
	.bg._01 {
		background: #ffffff;
	}
	.bg._02 {
		background: #f7eeeb;
	}
	.bg._03 {
		background: #ffffff;
	}
	.bg._04 {
		background: #f7eeeb;
	}
	.bg._05 {
		background: #ffffff;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item-t */
	.item-t{
		width: 75%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 10% auto;
	}
	.item-t .data-l{
		width: 50%;
	}
	.item-t .data-l .img{
		width: 100%;
		position: relative;
		z-index: 2;
		margin: 0 auto 7% auto;
	}
	.item-t .data-l .link-box01{
		width: 70%;
		margin: 0 0 0 5%;
	}
	.item-t .data-l .link-box02{
		width: 70%;
		margin: 0 0 0 25%;
	}
	.item-t .data-r{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 7%;
	}
	.item-t .data-r .num{
		width: max-content;
		margin: 0 auto 10% auto;
	}
	.item-t .data-r .num img{
		height: 60px;
	}
	.item-t .data-r .num02{
		width: max-content;
		margin: 0 auto 10% auto;
	}
	.item-t .data-r .num02 img{
		height: 100px;
	}
	.item-t .data-r .line{
		width: 1px;
		height: 70px;
		background: #eee;
		margin: 0 auto 7% auto;
		position: relative;
		overflow: hidden;
	}
	.item-t .data-r .line .line-in{
		width: 1px;
		height: 70px;
		background: #231815;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		animation: moveDown 2s ease-in-out infinite;
	}
	@keyframes moveDown {
		0% {
			top: -70px;
		}
		100% {
			top: 100%;
		}
	}
	.item-t .data-r .title{
		font-size: 25px;
        letter-spacing: 6px;
        line-height: 2.2em;
		text-align: nowrap;
		margin: 0 0 10% 0;
	}
	.item-t .data-r .txt{
		font-size: 18px;
        letter-spacing: 3px;
        line-height: 2.2em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
	}
	.item-t .data-r .img{
		width: 120%;
		margin: 20% 0 0 0;
	}
	.item-t .data-r .img01{
		position: relative;
		left: -30%;
	}
	.item-t .data-r .img02{
		position: relative;
		left: 10%;
	}

	/* item-b */
	.item-b{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.item-b .num{
		width: max-content;
		margin: 0 auto 3% auto;
	}
	.item-b .num img{
		height: 60px;
	}
	.item-b .img-main{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item-b .img-main .title{
		font-size: 25px;
        letter-spacing: 6px;
        line-height: 2.2em;
		text-align: nowrap;
		color: #fff;
		position: absolute;
		top: 20%;
		right: 20%;
	}
	.item-b .img-main .title-b{
		font-size: 25px;
        letter-spacing: 6px;
        line-height: 2.2em;
		text-align: nowrap;
		position: absolute;
		top: 20%;
		right: 20%;
	}
	.item-b .img-main .title02{
		font-size: 23px;
        letter-spacing: 10px;
        line-height: 2.2em;
		text-align: nowrap;
		color: #fff;
		position: absolute;
		top: 20%;
		left: 20%;
	}
	.item-b-box{
		width: 75%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 10% auto;
	}
	.item-b-box .img{
		width: 50%;
	}
	.item-b-box .data{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 7%;
	}
	.item-b-box .data .txt{
		font-size: 18px;
        letter-spacing: 3px;
        line-height: 2.2em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
		margin: 0 0 10% 0;
	}

	.item-b-box-min{
		width: 75%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 10% auto;
	}
	.item-b-box-min{
		width: 60%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-b-box-min .data{
		width: 45%;
	}
	.item-b-box-min .data .title{
		font-size: 25px;
        letter-spacing: 6px;
        line-height: 2.2em;
		text-align: nowrap;
		margin: 0 0 10% 0;
	}
	.item-b-box-min .data .txt{
		font-size: 18px;
        letter-spacing: 3px;
        line-height: 2.2em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
	}

	/* item-n */
	.item-n{
		width: 75%;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin: 0 auto 10% auto;
	}
	.item-n .num{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item-n .num img{
		height: 60px;
		display: block;
		margin: 0 auto;
	}
	.item-n .img{
		width: 50%;
	}
	.item-n .data{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 7%;
	}
	.item-n .data .title{
		font-size: 25px;
        letter-spacing: 6px;
        line-height: 2.2em;
		text-align: nowrap;
		margin: 0 0 10% 0;
	}
	.item-n .data .txt{
		font-size: 18px;
        letter-spacing: 3px;
        line-height: 2.2em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
		margin: 0 0 10% 0;
	}

	/* item-s */
	.item-s{
		width: 75%;
		margin: 0 auto 10% auto;
	}
	.item-s .num{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item-s .num img{
		height: 60px;
		display: block;
		margin: 0 auto;
	}
	.item-s .img-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 3% auto;
	}
	.item-s .img-box .img{
		width: 49%;
	}
	.item-s .data-box{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-s .data-box .data{
		width: 45%;
	}
	.item-s .data-box .data .title{
		font-size: 25px;
        letter-spacing: 6px;
        line-height: 2.2em;
		text-align: nowrap;
		margin: 0 0 10% 0;
	}
	.item-s .data-box .data .txt{
		font-size: 18px;
        letter-spacing: 3px;
        line-height: 2.2em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
	}

	/* a-title */
	.a-title{
		width: 20%;
		margin: 0 auto 5% auto;
		padding: 10% 0 0 0;
	}
	.a-title .line{
		width: 60%;
		height: 10px;
		background: #a9607c;
		margin: 0 auto 10% auto;
	}
	.a-title .logo{
		width: 100%;
		line-height: 0;
	}

	/* item-a */
	.item-a{
		width: 75%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 7% auto;
		padding: 0 0 7% 0;
		border-bottom: 1px solid #fff;
	}
	.item-a .img{
		width: 50%;
	}
	.item-a .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 7% 0 7%;
	}
	.item-a .data .txt{
		font-size: 21px;
        letter-spacing: 5px;
        line-height: 2.4em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 0 20% 0;
	}


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


	/*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;
	}
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
		flex-wrap: wrap;
        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{
		color: #80a7d6;
		font-size: 16px;
		margin: 0 10px 0 0;
	}
	.cart-title02{
        width: 100%;
		font-size: 14px;
        letter-spacing: 0px;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .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 .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen .tax{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
    .cart-yen02{
		font-size: 16px;
		letter-spacing: 0px;
        width: max-content;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
	}
	.cart-yen02 .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen02 .tax{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #a0a0a0;
		margin: 10px 0 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		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: #000;
		border-color: #000;
		color: #fff;
	}

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

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

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

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

	.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: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
		margin: 0 10px 0 0;
		line-height: 0;
		border: .5px solid #000;
		border-radius: 3px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
		margin: 0 10px 0 0;
		line-height: 0;
		border: .5px solid #000;
		border-radius: 3px;
    }

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		background: #f9f9f9;
		margin: 0 auto 5% auto;
	}
	.mv-logo{
		width: 10%;
		line-height: 0;
		position: absolute;
		top: 2%;
		left: 1%;
		z-index: 10;
	}
	.mv-img-box{
		width: 100%;
		position: relative;
	}
	.mv-title-box{
		width: 35%;
		top: 45%;
		-webkit-transform: translateY(-45%); /* Safari逕ｨ */
		transform: translateY(-45%);
		right: 10%;
		position: absolute;
	}
	.mv-title01{
		width: 100%;
		overflow: hidden;
		margin: 0 0 10% 0;
	}
	.mv-title01 li:nth-child(1){
		width: 100%;
		overflow: hidden;
		margin: 0 0 6% 0;
	}
	.mv-title02{
		width: 100%;
		overflow: hidden;
	}
	.mv-title02 li:nth-child(1){
		width: 100%;
		overflow: hidden;
		margin: 0 0 6% 0;
	}



	/* read */
	.read{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 5% 0;
	}
	.read .txt{
		width: 100%;
		font-size: 19px;
		letter-spacing: 5px;
		line-height: 2.8em;
		text-align: center;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}

	/* top-nav */
	.top-nav{
		width: 70%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-list li{
		width: 27%;
	}
	.top-nav-list li a{
		width: 100%;
		display: block;
		text-decoration: none;
		position: relative;
	}
	.top-nav-list li a .num{
		width: 36%;
        position: absolute;
        top: 6%;
        left: -5%;
        z-index: 99;
	}
	.top-nav-list li a .img{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.top-nav-list li a .img .bg01{
		width: 95%;
		height: 100%;
		background: #594741;
		position: absolute;
		top: -4%;
		left: 0;
		z-index: -1;
		transition: .3s;
	}
	.top-nav-list li a:hover .img .bg01{
		top: -6%;
		left: -2%;
		transition: .3s;
	}
	.top-nav-list li a .img .bg02{
		width: 95%;
		height: 100%;
		background: #202843;
		position: absolute;
		top: -4%;
		left: 0;
		z-index: -1;
		transition: .3s;
	}
	.top-nav-list li a:hover .img .bg02{
		top: -6%;
		left: -2%;
		transition: .3s;
	}
	.top-nav-list li a .img .bg03{
		width: 95%;
		height: 100%;
		background: #a09083;
		position: absolute;
		top: -4%;
		left: 0;
		z-index: -1;
		transition: .3s;
	}
	.top-nav-list li a:hover .img .bg03{
		top: -6%;
		left: -2%;
		transition: .3s;
	}
	.top-nav-list li a .img .img-in{
		width: 95%;
		position: relative;
		overflow: hidden;
		left: 5%;
	}
	.top-nav-list li a .img .img-in img{
		transform: scale(1);
		transition: .3s;
	}
	.top-nav-list li a:hover .img .img-in img{
		transform: scale(1.05);
		transition: .3s;
	}
	.top-nav-list li a .txt{
		width: 100%;
		font-size: 21px;
		letter-spacing: 3px;
		text-align: right;
		font-family: "miller-banner", serif;
		font-weight: 300;
		font-style: normal;
		line-height: 1.8em;
	}
	.top-nav-list li a .txt01{
		color: #594741;
	}
	.top-nav-list li a .txt02{
		color: #202843;
	}
	.top-nav-list li a .txt03{
		color: #a09083;
	}

	/* common */
	.all-wrap{
		width: 100%;
		position: relative;
	}
	.one {
		width: 100%;
		height: auto !important;
	}
	.bg {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		opacity: 0;
		transition: all 1s ease 0s;
		z-index: -2;
	}
	.show .bg {
		opacity: 1;
	}
	.bg._01 {
		background: #ffffff;
	}
	.bg._02 {
		background: #f7eeeb;
	}
	.bg._03 {
		background: #ffffff;
	}
	.bg._04 {
		background: #f7eeeb;
	}
	.bg._05 {
		background: #ffffff;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item-t */
	.item-t{
		width: 75%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 10% auto;
	}
	.item-t .data-l{
		width: 50%;
	}
	.item-t .data-l .img{
		width: 100%;
		position: relative;
		z-index: 2;
		margin: 0 auto 7% auto;
	}
	.item-t .data-l .link-box01{
		width: 70%;
		margin: 0 0 0 5%;
	}
	.item-t .data-l .link-box02{
		width: 70%;
		margin: 0 0 0 25%;
	}
	.item-t .data-r{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 7%;
	}
	.item-t .data-r .num{
		width: max-content;
		margin: 0 auto 10% auto;
	}
	.item-t .data-r .num img{
		height: 50px;
	}
	.item-t .data-r .num02{
		width: max-content;
		margin: 0 auto 10% auto;
	}
	.item-t .data-r .num02 img{
		height: 100px;
	}
	.item-t .data-r .line{
		width: 1px;
		height: 70px;
		background: #eee;
		margin: 0 auto 7% auto;
		position: relative;
		overflow: hidden;
	}
	.item-t .data-r .line .line-in{
		width: 1px;
		height: 70px;
		background: #231815;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		animation: moveDown 2s ease-in-out infinite;
	}
	@keyframes moveDown {
		0% {
			top: -70px;
		}
		100% {
			top: 100%;
		}
	}
	.item-t .data-r .title{
		font-size: 21px;
        letter-spacing: 6px;
        line-height: 2.2em;
		text-align: nowrap;
		margin: 0 0 10% 0;
	}
	.item-t .data-r .txt{
		font-size: 15px;
        letter-spacing: 3px;
        line-height: 2.2em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
	}
	.item-t .data-r .img{
		width: 120%;
		margin: 20% 0 0 0;
	}
	.item-t .data-r .img01{
		position: relative;
		left: -30%;
	}
	.item-t .data-r .img02{
		position: relative;
		left: 10%;
	}

	/* item-b */
	.item-b{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.item-b .num{
		width: max-content;
		margin: 0 auto 3% auto;
	}
	.item-b .num img{
		height: 50px;
	}
	.item-b .img-main{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item-b .img-main .title{
		font-size: 21px;
        letter-spacing: 6px;
        line-height: 2.2em;
		text-align: nowrap;
		color: #fff;
		position: absolute;
		top: 20%;
		right: 20%;
	}
	.item-b .img-main .title-b{
		font-size: 21px;
        letter-spacing: 6px;
        line-height: 2.2em;
		text-align: nowrap;
		position: absolute;
		top: 20%;
		right: 20%;
	}
	.item-b .img-main .title02{
		font-size: 23px;
        letter-spacing: 10px;
        line-height: 2.2em;
		text-align: nowrap;
		color: #fff;
		position: absolute;
		top: 20%;
		left: 20%;
	}
	.item-b-box{
		width: 75%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 10% auto;
	}
	.item-b-box .img{
		width: 50%;
	}
	.item-b-box .data{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 7%;
	}
	.item-b-box .data .txt{
		font-size: 15px;
        letter-spacing: 3px;
        line-height: 2.2em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
		margin: 0 0 10% 0;
	}

	.item-b-box-min{
		width: 75%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 10% auto;
	}
	.item-b-box-min{
		width: 60%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-b-box-min .data{
		width: 45%;
	}
	.item-b-box-min .data .title{
		font-size: 21px;
        letter-spacing: 6px;
        line-height: 2.2em;
		text-align: nowrap;
		margin: 0 0 10% 0;
	}
	.item-b-box-min .data .txt{
		font-size: 15px;
        letter-spacing: 3px;
        line-height: 2.2em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
	}

	/* item-n */
	.item-n{
		width: 75%;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin: 0 auto 10% auto;
	}
	.item-n .num{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item-n .num img{
		height: 50px;
		display: block;
		margin: 0 auto;
	}
	.item-n .img{
		width: 50%;
	}
	.item-n .data{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 7%;
	}
	.item-n .data .title{
		font-size: 21px;
        letter-spacing: 6px;
        line-height: 2.2em;
		text-align: nowrap;
		margin: 0 0 10% 0;
	}
	.item-n .data .txt{
		font-size: 15px;
        letter-spacing: 3px;
        line-height: 2.2em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
		margin: 0 0 10% 0;
	}

	/* item-s */
	.item-s{
		width: 75%;
		margin: 0 auto 10% auto;
	}
	.item-s .num{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item-s .num img{
		height: 50px;
		display: block;
		margin: 0 auto;
	}
	.item-s .img-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 3% auto;
	}
	.item-s .img-box .img{
		width: 49%;
	}
	.item-s .data-box{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-s .data-box .data{
		width: 45%;
	}
	.item-s .data-box .data .title{
		font-size: 21px;
        letter-spacing: 6px;
        line-height: 2.2em;
		text-align: nowrap;
		margin: 0 0 10% 0;
	}
	.item-s .data-box .data .txt{
		font-size: 15px;
        letter-spacing: 3px;
        line-height: 2.2em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
	}

	/* a-title */
	.a-title{
		width: 20%;
		margin: 0 auto 5% auto;
		padding: 10% 0 0 0;
	}
	.a-title .line{
		width: 60%;
		height: 10px;
		background: #a9607c;
		margin: 0 auto 10% auto;
	}
	.a-title .logo{
		width: 100%;
		line-height: 0;
	}

	/* item-a */
	.item-a{
		width: 75%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 7% auto;
		padding: 0 0 7% 0;
		border-bottom: 1px solid #fff;
	}
	.item-a .img{
		width: 50%;
	}
	.item-a .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 7% 0 7%;
	}
	.item-a .data .txt{
		font-size: 19px;
        letter-spacing: 5px;
        line-height: 2.4em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 0 20% 0;
	}


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


	/*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;
	}
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
		flex-wrap: wrap;
        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{
		color: #80a7d6;
		font-size: 16px;
		margin: 0 10px 0 0;
	}
	.cart-title02{
        width: 100%;
		font-size: 14px;
        letter-spacing: 0px;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .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 .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen .tax{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
    .cart-yen02{
		font-size: 16px;
		letter-spacing: 0px;
        width: max-content;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
	}
	.cart-yen02 .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen02 .tax{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #a0a0a0;
		margin: 10px 0 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		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: #000;
		border-color: #000;
		color: #fff;
	}

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

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

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

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

	.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: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
		margin: 0 10px 0 0;
		line-height: 0;
		border: .5px solid #000;
		border-radius: 3px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
		margin: 0 10px 0 0;
		line-height: 0;
		border: .5px solid #000;
		border-radius: 3px;
    }

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		background: #f9f9f9;
		margin: 0 auto 10% auto;
	}
	.mv-logo{
		width: 10%;
		line-height: 0;
		position: absolute;
		top: 2%;
		left: 1%;
		z-index: 10;
	}
	.mv-img-box{
		width: 100%;
		position: relative;
	}
	.mv-title-box{
		width: 35%;
		top: 45%;
		-webkit-transform: translateY(-45%); /* Safari逕ｨ */
		transform: translateY(-45%);
		right: 10%;
		position: absolute;
	}
	.mv-title01{
		width: 100%;
		overflow: hidden;
		margin: 0 0 10% 0;
	}
	.mv-title01 li:nth-child(1){
		width: 100%;
		overflow: hidden;
		margin: 0 0 6% 0;
	}
	.mv-title02{
		width: 100%;
		overflow: hidden;
	}
	.mv-title02 li:nth-child(1){
		width: 100%;
		overflow: hidden;
		margin: 0 0 6% 0;
	}



	/* read */
	.read{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 10% 0;
	}
	.read .txt{
		width: 100%;
		font-size: 19px;
		letter-spacing: 5px;
		line-height: 2.8em;
		text-align: center;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}

	/* top-nav */
	.top-nav{
		width: 90%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-list li{
		width: 27%;
	}
	.top-nav-list li a{
		width: 100%;
		display: block;
		text-decoration: none;
		position: relative;
	}
	.top-nav-list li a .num{
		width: 36%;
        position: absolute;
        top: 6%;
        left: -5%;
        z-index: 99;
	}
	.top-nav-list li a .img{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.top-nav-list li a .img .bg01{
		width: 95%;
		height: 100%;
		background: #594741;
		position: absolute;
		top: -4%;
		left: 0;
		z-index: -1;
		transition: .3s;
	}
	.top-nav-list li a:hover .img .bg01{
		top: -6%;
		left: -2%;
		transition: .3s;
	}
	.top-nav-list li a .img .bg02{
		width: 95%;
		height: 100%;
		background: #202843;
		position: absolute;
		top: -4%;
		left: 0;
		z-index: -1;
		transition: .3s;
	}
	.top-nav-list li a:hover .img .bg02{
		top: -6%;
		left: -2%;
		transition: .3s;
	}
	.top-nav-list li a .img .bg03{
		width: 95%;
		height: 100%;
		background: #a09083;
		position: absolute;
		top: -4%;
		left: 0;
		z-index: -1;
		transition: .3s;
	}
	.top-nav-list li a:hover .img .bg03{
		top: -6%;
		left: -2%;
		transition: .3s;
	}
	.top-nav-list li a .img .img-in{
		width: 95%;
		position: relative;
		overflow: hidden;
		left: 5%;
	}
	.top-nav-list li a .img .img-in img{
		transform: scale(1);
		transition: .3s;
	}
	.top-nav-list li a:hover .img .img-in img{
		transform: scale(1.05);
		transition: .3s;
	}
	.top-nav-list li a .txt{
		width: 100%;
		font-size: 21px;
		letter-spacing: 3px;
		text-align: right;
		font-family: "miller-banner", serif;
		font-weight: 300;
		font-style: normal;
		line-height: 1.8em;
	}
	.top-nav-list li a .txt01{
		color: #594741;
	}
	.top-nav-list li a .txt02{
		color: #202843;
	}
	.top-nav-list li a .txt03{
		color: #a09083;
	}

	/* common */
	.all-wrap{
		width: 100%;
		position: relative;
	}
	.one {
		width: 100%;
		height: auto !important;
	}
	.bg {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		opacity: 0;
		transition: all 1s ease 0s;
		z-index: -2;
	}
	.show .bg {
		opacity: 1;
	}
	.bg._01 {
		background: #ffffff;
	}
	.bg._02 {
		background: #f7eeeb;
	}
	.bg._03 {
		background: #ffffff;
	}
	.bg._04 {
		background: #f7eeeb;
	}
	.bg._05 {
		background: #ffffff;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item-t */
	.item-t{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 15% auto;
	}
	.item-t .data-l{
		width: 50%;
	}
	.item-t .data-l .img{
		width: 100%;
		position: relative;
		z-index: 2;
		margin: 0 auto 7% auto;
	}
	.item-t .data-l .link-box01{
		width: 70%;
		margin: 0 0 0 10%;
	}
	.item-t .data-l .link-box02{
		width: 70%;
		margin: 0 0 0 20%;
	}
	.item-t .data-r{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 7%;
	}
	.item-t .data-r .num{
		width: max-content;
		margin: 0 auto 10% auto;
	}
	.item-t .data-r .num img{
		height: 50px;
	}
	.item-t .data-r .num02{
		width: max-content;
		margin: 0 auto 10% auto;
	}
	.item-t .data-r .num02 img{
		height: 100px;
	}
	.item-t .data-r .line{
		width: 1px;
		height: 70px;
		background: #eee;
		margin: 0 auto 7% auto;
		position: relative;
		overflow: hidden;
	}
	.item-t .data-r .line .line-in{
		width: 1px;
		height: 70px;
		background: #231815;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		animation: moveDown 2s ease-in-out infinite;
	}
	@keyframes moveDown {
		0% {
			top: -70px;
		}
		100% {
			top: 100%;
		}
	}
	.item-t .data-r .title{
		font-size: 21px;
        letter-spacing: 6px;
        line-height: 2.2em;
		text-align: nowrap;
		margin: 0 0 10% 0;
	}
	.item-t .data-r .txt{
		font-size: 15px;
        letter-spacing: 3px;
        line-height: 2.2em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
	}
	.item-t .data-r .img{
		width: 120%;
		margin: 20% 0 0 0;
	}
	.item-t .data-r .img01{
		position: relative;
		left: -30%;
	}
	.item-t .data-r .img02{
		position: relative;
		left: 10%;
	}

	/* item-b */
	.item-b{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.item-b .num{
		width: max-content;
		margin: 0 auto 3% auto;
	}
	.item-b .num img{
		height: 50px;
	}
	.item-b .img-main{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item-b .img-main .title{
		font-size: 21px;
        letter-spacing: 6px;
        line-height: 2.2em;
		text-align: nowrap;
		color: #fff;
		position: absolute;
		top: 20%;
		right: 10%;
	}
	.item-b .img-main .title-b{
		font-size: 21px;
        letter-spacing: 6px;
        line-height: 2.2em;
		text-align: nowrap;
		position: absolute;
		top: 20%;
		right: 10%;
	}
	.item-b .img-main .title02{
		font-size: 23px;
        letter-spacing: 10px;
        line-height: 2.2em;
		text-align: nowrap;
		color: #fff;
		position: absolute;
		top: 20%;
		left: 10%;
	}
	.item-b-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 15% auto;
	}
	.item-b-box .img{
		width: 50%;
	}
	.item-b-box .data{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 7%;
	}
	.item-b-box .data .txt{
		font-size: 15px;
        letter-spacing: 3px;
        line-height: 2.2em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
		margin: 0 0 10% 0;
	}

	.item-b-box-min{
		width: 75%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 10% auto;
	}
	.item-b-box-min{
		width: 60%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-b-box-min .data{
		width: 45%;
	}
	.item-b-box-min .data .title{
		font-size: 21px;
        letter-spacing: 6px;
        line-height: 2.2em;
		text-align: nowrap;
		margin: 0 0 10% 0;
	}
	.item-b-box-min .data .txt{
		font-size: 15px;
        letter-spacing: 3px;
        line-height: 2.2em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
	}

	/* item-n */
	.item-n{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin: 0 auto 15% auto;
	}
	.item-n .num{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item-n .num img{
		height: 50px;
		display: block;
		margin: 0 auto;
	}
	.item-n .img{
		width: 50%;
	}
	.item-n .data{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 7%;
	}
	.item-n .data .title{
		font-size: 21px;
        letter-spacing: 6px;
        line-height: 2.2em;
		text-align: nowrap;
		margin: 0 0 10% 0;
	}
	.item-n .data .txt{
		font-size: 15px;
        letter-spacing: 3px;
        line-height: 2.2em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
		margin: 0 0 10% 0;
	}

	/* item-s */
	.item-s{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item-s .num{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item-s .num img{
		height: 50px;
		display: block;
		margin: 0 auto;
	}
	.item-s .img-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 3% auto;
	}
	.item-s .img-box .img{
		width: 49%;
	}
	.item-s .data-box{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-s .data-box .data{
		width: 45%;
	}
	.item-s .data-box .data .title{
		font-size: 21px;
        letter-spacing: 6px;
        line-height: 2.2em;
		text-align: nowrap;
		margin: 0 0 10% 0;
	}
	.item-s .data-box .data .txt{
		font-size: 15px;
        letter-spacing: 3px;
        line-height: 2.2em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
	}

	/* a-title */
	.a-title{
		width: 40%;
		margin: 0 auto 10% auto;
		padding: 10% 0 0 0;
	}
	.a-title .line{
		width: 60%;
		height: 10px;
		background: #a9607c;
		margin: 0 auto 10% auto;
	}
	.a-title .logo{
		width: 100%;
		line-height: 0;
	}

	/* item-a */
	.item-a{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 7% auto;
		padding: 0 0 7% 0;
		border-bottom: 1px solid #fff;
	}
	.item-a .img{
		width: 50%;
	}
	.item-a .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 7% 0 7%;
	}
	.item-a .data .txt{
		font-size: 17px;
        letter-spacing: 5px;
        line-height: 2.4em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 0 20% 0;
	}


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


	/*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;
	}
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
		flex-wrap: wrap;
        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{
		color: #80a7d6;
		font-size: 16px;
		margin: 0 10px 0 0;
	}
	.cart-title02{
        width: 100%;
		font-size: 14px;
        letter-spacing: 0px;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .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 .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen .tax{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
    .cart-yen02{
		font-size: 16px;
		letter-spacing: 0px;
        width: max-content;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
	}
	.cart-yen02 .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen02 .tax{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #a0a0a0;
		margin: 10px 0 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		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: #000;
		border-color: #000;
		color: #fff;
	}

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

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

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

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

	.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: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
		margin: 0 10px 0 0;
		line-height: 0;
		border: .5px solid #000;
		border-radius: 3px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
		margin: 0 10px 0 0;
		line-height: 0;
		border: .5px solid #000;
		border-radius: 3px;
    }

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		background: #f9f9f9;
		margin: 0 auto 10% auto;
	}
	.mv-logo{
		width: 25%;
		line-height: 0;
		position: absolute;
		top: 2%;
		left: 3%;
		z-index: 10;
	}
	.mv-img-box{
		width: 100%;
		position: relative;
	}
	.mv-title-box{
		width: 80%;
		right: 0;
		left: 0;
		bottom: 10%;
		position: absolute;
		margin: 0 auto;
	}
	.mv-title01{
		width: 100%;
		overflow: hidden;
		margin: 0 0 10% 0;
	}
	.mv-title01 li:nth-child(1){
		width: 100%;
		overflow: hidden;
		margin: 0 0 6% 0;
	}
	.mv-title02{
		width: 100%;
		overflow: hidden;
	}
	.mv-title02 li:nth-child(1){
		width: 100%;
		overflow: hidden;
		margin: 0 0 6% 0;
	}



	/* read */
	.read{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 10% 0;
	}
	.read .txt{
		width: 100%;
		font-size: 17px;
		letter-spacing: 3px;
		line-height: 2.4em;
		text-align: center;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}

	/* top-nav */
	.top-nav{
		width: 95%;
		margin: 0 0 20% 5%;
		position: relative;
	}
	.top-nav-list{
		width: 100%;
	}
	.top-nav-list li{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.top-nav-list li:last-child{
		width: 100%;
		margin: 0 0 0% 0 !important;
	}
	.top-nav-list li a{
		width: 100%;
		display: block;
		text-decoration: none;
		position: relative;
	}

	/* common */
	.all-wrap{
		width: 100%;
		position: relative;
	}
	.one {
		width: 100%;
		height: auto !important;
	}
	.bg {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		opacity: 0;
		transition: all 1s ease 0s;
		z-index: -2;
	}
	.show .bg {
		opacity: 1;
	}
	.bg._01 {
		background: #ffffff;
	}
	.bg._02 {
		background: #f7eeeb;
	}
	.bg._03 {
		background: #ffffff;
	}
	.bg._04 {
		background: #f7eeeb;
	}
	.bg._05 {
		background: #ffffff;
	}

	/* item-t */
	.item-t{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 20% auto;
	}
	.item-t .data-l{
		width: 100%;
	}
	.item-t .data-l .img{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.item-t .data-r .link-box{
		width: 85%;
		margin: 0 auto;
	}
	.item-t .data-r{
		width: 100%;
	}
	.item-t .data-l .num{
		width: max-content;
		margin: 0 auto 7% auto;
	}
	.item-t .data-l .num img{
		height: 40px;
	}
	.item-t .data-l .num-sp{
		width: max-content;
		margin: 0 auto 7% auto;
	}
	.item-t .data-l .num-sp img{
		height: 80px;
	}
	.item-t .data-r .num02{
		width: max-content;
		margin: 0 auto 10% auto;
	}
	.item-t .data-r .num02 img{
		height: 100px;
	}
	.item-t .data-r .line{
		width: 1px;
		height: 70px;
		background: #eee;
		margin: 0 auto 7% auto;
		position: relative;
		overflow: hidden;
	}
	.item-t .data-r .line .line-in{
		width: 1px;
		height: 70px;
		background: #231815;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		animation: moveDown 2s ease-in-out infinite;
	}
	@keyframes moveDown {
		0% {
			top: -70px;
		}
		100% {
			top: 100%;
		}
	}
	.item-t .data-r .title{
		width: 85%;
		font-size: 19px;
        letter-spacing: 3px;
        line-height: 2em;
		text-align: nowrap;
		margin: 0 auto 5% auto;
	}
	.item-t .data-r .txt{
		width: 85%;
		font-size: 15px;
        letter-spacing: 3px;
        line-height: 2.2em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
		margin: 0 auto;
	}
	.item-t .data-r .img{
		width: 120%;
		margin: 20% 0 0 0;
	}
	.item-t .data-r .img01{
		width: 85%;
		margin: 7% 0 7% 15%;
		position: relative;
	}
	.item-t .data-r .img02{
		width: 85%;
		margin: 7% 0 7% 0%;
		position: relative;
	}

	/* item-b */
	.item-b{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 20% auto;
	}
	.item-b .num{
		width: max-content;
		margin: 0 auto 7% auto;
	}
	.item-b .num img{
		height: 40px;
	}
	.item-b .num-sp{
		width: max-content;
		margin: 0 auto 7% auto;
	}
	.item-b .num-sp img{
		height: 80px;
	}
	.item-b .img-main{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item-b .img-main .title{
		font-size: 21px;
        letter-spacing: 6px;
        line-height: 2.2em;
		text-align: nowrap;
		color: #fff;
		position: absolute;
		top: 20%;
		right: 10%;
	}
	.item-b .img-main .title-b{
		font-size: 21px;
        letter-spacing: 6px;
        line-height: 2.2em;
		text-align: nowrap;
		position: absolute;
		top: 20%;
		right: 10%;
	}
	.item-b .img-main .title02{
		font-size: 23px;
        letter-spacing: 10px;
        line-height: 2.2em;
		text-align: nowrap;
		color: #fff;
		position: absolute;
		top: 20%;
		left: 10%;
	}
	.item-b-box{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item-b-box .img{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.item-b-box .data{
		width: 85%;
		margin: 0 auto;
	}
	.item-b-box .title{
		width: 85%;
		font-size: 19px;
        letter-spacing: 3px;
        line-height: 2em;
		text-align: nowrap;
		margin: 0 auto 5% auto;
	}
	.item-b-box .txt{
		width: 85%;
		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;
		margin: 0 auto 7% auto;
	}

	.item-b-box-min{
		width: 85%;
		margin: 0 auto 0% auto;
	}
	.item-b-box-min .data{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.item-b-box-min .data .title{
		font-size: 19px;
        letter-spacing: 3px;
        line-height: 2em;
		text-align: nowrap;
		margin: 0 0 5% 0;
	}
	.item-b-box-min .data .txt{
		font-size: 15px;
        letter-spacing: 3px;
        line-height: 2.2em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
	}

	/* item-n */
	.item-n{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 20% auto;
	}
	.item-n .num{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.item-n .num img{
		height: 40px;
		display: block;
		margin: 0 auto;
	}
	.item-n .img{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.item-n .data{
		width: 85%;
		margin: 0 auto;
	}
	.item-n .data .title{
		font-size: 19px;
        letter-spacing: 3px;
        line-height: 2em;
		text-align: nowrap;
		margin: 0 0 5% 0;
	}
	.item-n .data .txt{
		font-size: 15px;
        letter-spacing: 3px;
        line-height: 2.2em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
		margin: 0 0 7% 0;
	}

	/* item-s */
	.item-s{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 20% auto;
	}
	.item-s .num{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.item-s .num img{
		height: 40px;
		display: block;
		margin: 0 auto;
	}
	.item-s .num-sp{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.item-s .num-sp img{
		height: 80px;
		display: block;
		margin: 0 auto;
	}
	.item-s .img-box{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.item-s .img-box .img{
		width: 100%;
	}
	.item-s .data-box{
		width: 85%;
		margin: 0 auto;
	}
	.item-s .data-box .data{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.item-s .data-box .data .title{
		font-size: 19px;
        letter-spacing: 3px;
        line-height: 2em;
		text-align: nowrap;
		margin: 0 0 5% 0;
	}
	.item-s .data-box .data .txt{
		font-size: 15px;
        letter-spacing: 3px;
        line-height: 2.2em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
	}

	/* a-title */
	.a-title{
		width: 80%;
		margin: 0 auto 15% auto;
		padding: 10% 0 0 0;
	}
	.a-title .line{
		width: 60%;
		height: 7px;
		background: #a9607c;
		margin: 0 auto 7% auto;
	}
	.a-title .logo{
		width: 100%;
		line-height: 0;
	}

	/* item-a */
	.item-a{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 15% auto;
	}
	.item-a .img{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.item-a .data{
		width: 85%;
		margin: 0 auto;
	}
	.item-a .data .txt{
		font-size: 19px;
        letter-spacing: 3px;
        line-height: 2em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 0 7% 0;
	}


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


	/*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;
	}
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
		flex-wrap: wrap;
        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{
		color: #80a7d6;
		font-size: 16px;
		margin: 0 10px 0 0;
	}
	.cart-title02{
        width: 100%;
		font-size: 14px;
        letter-spacing: 0px;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .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 .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen .tax{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
    .cart-yen02{
		font-size: 16px;
		letter-spacing: 0px;
        width: max-content;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
	}
	.cart-yen02 .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen02 .tax{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #a0a0a0;
		margin: 10px 0 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		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: #000;
		border-color: #000;
		color: #fff;
	}

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

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

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

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

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

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

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

	.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;
		line-height: 0;
	}
	.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;
		line-height: 0;
	}

	/*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,1);
		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: 90%;
		margin: 0 0 0 10%;
		left: 0;
		right: 0;
	}
	.gnav__menu{
		width: 100%;
		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{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.gnav__menu li:last-child{
		width: 100%;
		margin: 0 0 0% 0 !important;
	}
	.gnav__menu li a{
		width: 100%;
		box-sizing: border-box;
		display: block;
		text-decoration: none;
	}
	.gnav__menu li a .img{
		width: 100%;
		position: relative;
	}
	.gnav__menu li a:hover .img{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.gnav__menu li a .img img{
		opacity: 1;
		transition: .3s;
	}
	.gnav__menu li a:hover .img img{
		opacity: .9;
		transition: .3s;
	}
	.gnav__menu li a .txt{
		width: 100%;
		line-height: 0;
		display: block;
	}

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