body {
    height: 100%;
    margin: 0;
    font-feature-settings: 'palt';
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: "Noto Sans JP", sans-serif !important;
	color: #1a1311;
}
a{
	color: #000;
	text-decoration: none;
}
.item-s-sp{
	line-height: 0;
}
.item-s{
	line-height: 0;
}

/* js_ani */
.img-opa {
	opacity: 0;
	transition: opacity 0.3s ease-out;
}
.img-opa img {
	display: block;
	width: 100%;
	height: auto;
}

/* txt-ani */
.anime-txt {
	opacity: 0;
	margin: 0;
}
.anime-txt.animating {
	opacity: 1;
}
.char {
	display: inline-block;
	opacity: 0;
	transform: translateX(-10px);
	transition: all 0.6s ease;
}
.char.show {
	opacity: 1;
	transform: translateX(0);
}




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

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


/* 

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

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

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

Didot LT Pro Headline
font-family: "linotype-didot-headline", serif;
font-weight: 400;
font-style: normal;

*/

/*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: 1px 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: 1px solid #000;
		border-radius: 3px;
    }

	/* header */
	.header{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		background: #faf9f9;
		position: relative;
	}
	.mv-logo{
		display: block;
		width: 4.5%;
		position: absolute;
		top: 2%;
		left: 1%;
		z-index: 10;
		line-height: 0;
	}
	.mv-img-box{
		width: 100%;
		overflow: hidden;
		display: flex;
		justify-content: flex-start;
	}
	.mv-img{
		width: 33.33%;
		overflow: hidden;
	}
	.mv-title-box{
		width: 50%;
		position: absolute;
		bottom: 15%;
		left: 0%;
		right: 0;
		margin: 0 auto;
	}
	.mv-title-box-in{
		width: 100%;
	}
	.mv-title01{
		width: 70%;
		line-height: 0;
		margin: 0 auto 5% auto;
	}
	.mv-title02{
		width: 100%;
		line-height: 0;
		position: relative;
	}

	/* read */
	.read{
		width: 100%;
		position: relative;
	}
	.read .txt {
        width: 100%;
        font-size: 20px;
        letter-spacing: 8px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 3em;
		text-align: center;
		padding: 5% 0;
    }
	.read .txt span{
        width: 60px;
		height: 1px;
		background: #000;
		display: inline-block;
		margin: 0 10px;
		position: relative;
		top: -6px;
    }

	/* door */
	.color01{
		background: #f3f3f3;
	}
	.color01-txt{
		color: #8b929a;
	}
	.color02{
		background: #262228;
	}
	.color02-2{
		background: rgba(38, 34, 40, .5);
	}
	.color02-txt{
		color: #000000;
	}
	.color03{
		background: rgba(175, 160, 152, .25);
	}
	.color03-txt{
		color: #afa098;
	}
	.color04{
		background: #ebefe7;
	}
	.color04-txt{
		color: #afa098;
	}
	.color05{
		background: rgba(0, 108, 161, .24);
	}
	.color05-txt{
		color: #006ca1;
	}
	.color06{
		background: #e6e6e6;
	}
	.color06-txt{
		color: #5f6d68;
	}
	.door{
		width: 100%;
		position: relative;
		padding: 3% 0;
		margin: 0 0 5% 0;
	}
	.door .num{
		width: 10%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari逕ｨ */
        transform: translateY(-50%);
		left: 15%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.door .num li:nth-child(1){
		width: 150px;
		margin: 0 20px 0 0;
	}
	.door .num li:nth-child(2){
		width: 180px;
	}
	.door .main-title{
		width: 25%;
		margin: 0 auto;
		line-height: 0;
	}

	/* item */
	.rever{
		flex-direction: row-reverse;
	}
	.item{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
	}
	.item .data{
		width: 47%;
	}
	.item .data .img{
		width: 100%;
		position: relative;
	}
	.item .data .img .bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.item .data .img .img-in01{
		width: 100%;
		display: block;
		overflow: hidden;
		padding: 0 0 0 20%;
		box-sizing: border-box;
	}
	.item .data .img .img-in02{
		width: 100%;
		display: block;
		overflow: hidden;
		padding: 0 20% 0 0%;
		box-sizing: border-box;
	}
	.item .data .txt01{
		width: 80%;
		font-size: 18px;
        letter-spacing: 4px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
		text-align: center;
		margin: 0 0 5% 0;
		white-space: nowrap;
	}
	.item .data .txt02{
		width: 80%;
		font-size: 18px;
        letter-spacing: 4px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
		text-align: center;
		margin: 0 0 5% 20%;
		white-space: nowrap;
	}
	.item .data .title-box{
		width: 80%;
		position: relative;
		margin: 0 0 7% 0;
		padding: 5% 0 0 0;
	}
	.item .data .title-box02{
		margin: 0 0 5% 20%;
	}
	.item .data .title-box .sub-title{
		width: 20%;
		line-height: 0;
		margin: 0 auto 3% auto;
	}
	.item .data .title-box .main-title{
		font-size: 3.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 2px;
		text-align: center;
	}
	.item .data .link-box{
		width: 55%;
		margin: 7% 0 0 35%;
	}
	.item .data .link-box02{
		width: 55%;
		margin: 7% 0 0 10%;
	}

	/* item-n */
	.item-n{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin: 0 auto 7% auto;
	}
	.item-n .img{
		width: 47%;
		position: relative;
	}
	.item-n .img .bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.item-n .img01{
		box-sizing: border-box;
		padding: 0 10% 0 0;
	}
	.item-n .img02{
		box-sizing: border-box;
		padding: 0 0% 0 10%;
	}
	.item-n .data{
		width: 47%;
		position: relative;
	}
	.item-n .data01{
		box-sizing: border-box;
		padding: 0 0% 0 10%;
	}
	.item-n .data02{
		box-sizing: border-box;
		padding: 0 10% 0 0%;
	}
	.item-n .data .title-box{
		width: 100%;
		position: relative;
		padding: 7% 0 0 0;
		margin: 0 0 5% 0;
	}
	.item-n .data .title-box .sub-title{
		width: 20%;
		line-height: 0;
		margin: 0 auto 3% auto;
	}
	.item-n .data .title-box .main-title{
		font-size: 3.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 2px;
		text-align: center;
	}
	.item-n .data .txt{
		font-size: 18px;
        letter-spacing: 4px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
		text-align: center;
		margin: 0 0 10% 0;
		white-space: nowrap;
	}
	.item-n .data .link-box{
		width: 70%;
		margin: 0 auto;
	}

	/* countdown */
	.countdown-out{
		width: 100px;
		height: 120px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.countdown-out-n{
		top: 0;
		right: -10% !important;
	}
	.countdown-out .line{
		width: 1px;
		height: 140px;
		background: #bebfbf;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
	}
	.countdown-container {
		width: max-content;
		height: 70px;
		overflow: hidden;
		position: absolute;
		top: -5px;
		left: -5px;
	}
	.countdown {
		list-style: none;
		margin: 0;
		padding: 0;
		opacity: 0;
	}
	.countdown.active {
		animation-name: countdown;
		animation-duration: 2s;
		animation-timing-function: ease-in-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.countdown li {
		width: max-content;
		height: 80px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 3em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 0px;
		line-height: 1em;
	}
	.sub-count{
		position: absolute;
		right: 3%;
		bottom: 0;
		font-size: 3em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 0px;
		line-height: 1em;
	}
	@keyframes countdown {
		0% {
			opacity: 0;
			transform: translateY(0);
		}
		30% {
			opacity: 1;
		}
		100% {
			opacity: 1;
			transform: translateY(-240px);
		}
	}

	/* item-a-box */
	.item-a-box{
		width: 100%;
		margin: 10% auto 7% auto;
	}
	.item-a-box .wrap{
		width: 100%;
		background: #f9f9f9;
		padding: 5% 0 5% 0;
	}
	.item-a-box .main-title{
		width: max-content;
		font-size: 3.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 2px;
		margin: 0 auto 3% auto;
		text-align: center;
		position: relative;
	}
	.item-a-box .main-title .line{
		width: 70px;
		height: 1px;
		background: #bebfbf;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: -100px;
	}
	.item-a{
		width: 75%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-a li{
		width: 47%;
	}
	.item-a li .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item-a li .txt{
		width: 90%;
		font-size: 16px;
        letter-spacing: 4px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
		white-space: nowrap;
		margin: 0 auto 10% auto;
	}
	.item-a li .link-box{
		width: 90%;
		margin: 0 auto;
	}


	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.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{
		font-size: 9px;
		margin: 0 0 0 10px;
		position: relative;
		top: -2px;
	}
	.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: 3px 0 3px 0;
		display: inline-block;
		text-align: center;
		color: #000;
		position: relative;
	}
	.cart-btm .btn00::before {
		background: #4C4948;
		content: '';
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: 0;
		margin: auto;
		transform-origin: right top;
		transform: scale(0, 1);
		transition: transform .3s;
	}
	.cart-btm:hover .btn00::before {
		transform-origin: left top;
		transform: scale(1, 1);
	}

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

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

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

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

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

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

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

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

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*f-banner02*/
	.f-banner02{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 0 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: 1px 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: 1px solid #000;
		border-radius: 3px;
    }

	/* header */
	.header{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		background: #faf9f9;
		position: relative;
	}
	.mv-logo{
		display: block;
		width: 4.5%;
		position: absolute;
		top: 2%;
		left: 1%;
		z-index: 10;
		line-height: 0;
	}
	.mv-img-box{
		width: 100%;
		overflow: hidden;
		display: flex;
		justify-content: flex-start;
	}
	.mv-img{
		width: 33.33%;
		overflow: hidden;
	}
	.mv-title-box{
		width: 50%;
		position: absolute;
		bottom: 15%;
		left: 0%;
		right: 0;
		margin: 0 auto;
	}
	.mv-title-box-in{
		width: 100%;
	}
	.mv-title01{
		width: 70%;
		line-height: 0;
		margin: 0 auto 5% auto;
	}
	.mv-title02{
		width: 100%;
		line-height: 0;
		position: relative;
	}

	/* read */
	.read{
		width: 100%;
		position: relative;
	}
	.read .txt {
        width: 100%;
        font-size: 20px;
        letter-spacing: 8px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 3em;
		text-align: center;
		padding: 5% 0;
    }
	.read .txt span{
        width: 60px;
		height: 1px;
		background: #000;
		display: inline-block;
		margin: 0 10px;
		position: relative;
		top: -6px;
    }

	/* door */
	.color01{
		background: #f3f3f3;
	}
	.color01-txt{
		color: #8b929a;
	}
	.color02{
		background: #262228;
	}
	.color02-2{
		background: rgba(38, 34, 40, .5);
	}
	.color02-txt{
		color: #000000;
	}
	.color03{
		background: rgba(175, 160, 152, .25);
	}
	.color03-txt{
		color: #afa098;
	}
	.color04{
		background: #ebefe7;
	}
	.color04-txt{
		color: #afa098;
	}
	.color05{
		background: rgba(0, 108, 161, .24);
	}
	.color05-txt{
		color: #006ca1;
	}
	.color06{
		background: #e6e6e6;
	}
	.color06-txt{
		color: #5f6d68;
	}
	.door{
		width: 100%;
		position: relative;
		padding: 3% 0;
		margin: 0 0 5% 0;
	}
	.door .num{
		width: 10%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari逕ｨ */
        transform: translateY(-50%);
		left: 15%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.door .num li:nth-child(1){
		width: 150px;
		margin: 0 20px 0 0;
	}
	.door .num li:nth-child(2){
		width: 180px;
	}
	.door .main-title{
		width: 25%;
		margin: 0 auto;
		line-height: 0;
	}

	/* item */
	.rever{
		flex-direction: row-reverse;
	}
	.item{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
	}
	.item .data{
		width: 47%;
	}
	.item .data .img{
		width: 100%;
		position: relative;
	}
	.item .data .img .bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.item .data .img .img-in01{
		width: 100%;
		display: block;
		overflow: hidden;
		padding: 0 0 0 20%;
		box-sizing: border-box;
	}
	.item .data .img .img-in02{
		width: 100%;
		display: block;
		overflow: hidden;
		padding: 0 20% 0 0%;
		box-sizing: border-box;
	}
	.item .data .txt01{
		width: 80%;
		font-size: 18px;
        letter-spacing: 4px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
		text-align: center;
		margin: 0 0 5% 0;
		white-space: nowrap;
	}
	.item .data .txt02{
		width: 80%;
		font-size: 18px;
        letter-spacing: 4px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
		text-align: center;
		margin: 0 0 5% 20%;
		white-space: nowrap;
	}
	.item .data .title-box{
		width: 80%;
		position: relative;
		margin: 0 0 7% 0;
		padding: 5% 0 0 0;
	}
	.item .data .title-box02{
		margin: 0 0 5% 20%;
	}
	.item .data .title-box .sub-title{
		width: 20%;
		line-height: 0;
		margin: 0 auto 3% auto;
	}
	.item .data .title-box .main-title{
		font-size: 3.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 2px;
		text-align: center;
	}
	.item .data .link-box{
		width: 55%;
		margin: 7% 0 0 35%;
	}
	.item .data .link-box02{
		width: 55%;
		margin: 7% 0 0 10%;
	}

	/* item-n */
	.item-n{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin: 0 auto 7% auto;
	}
	.item-n .img{
		width: 47%;
		position: relative;
	}
	.item-n .img .bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.item-n .img01{
		box-sizing: border-box;
		padding: 0 10% 0 0;
	}
	.item-n .img02{
		box-sizing: border-box;
		padding: 0 0% 0 10%;
	}
	.item-n .data{
		width: 47%;
		position: relative;
	}
	.item-n .data01{
		box-sizing: border-box;
		padding: 0 0% 0 10%;
	}
	.item-n .data02{
		box-sizing: border-box;
		padding: 0 10% 0 0%;
	}
	.item-n .data .title-box{
		width: 100%;
		position: relative;
		padding: 7% 0 0 0;
		margin: 0 0 5% 0;
	}
	.item-n .data .title-box .sub-title{
		width: 20%;
		line-height: 0;
		margin: 0 auto 3% auto;
	}
	.item-n .data .title-box .main-title{
		font-size: 3.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 2px;
		text-align: center;
	}
	.item-n .data .txt{
		font-size: 18px;
        letter-spacing: 4px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
		text-align: center;
		margin: 0 0 10% 0;
		white-space: nowrap;
	}
	.item-n .data .link-box{
		width: 70%;
		margin: 0 auto;
	}

	/* countdown */
	.countdown-out{
		width: 100px;
		height: 120px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.countdown-out-n{
		top: 0;
		right: -10% !important;
	}
	.countdown-out .line{
		width: 1px;
		height: 140px;
		background: #bebfbf;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
	}
	.countdown-container {
		width: max-content;
		height: 70px;
		overflow: hidden;
		position: absolute;
		top: -5px;
		left: -5px;
	}
	.countdown {
		list-style: none;
		margin: 0;
		padding: 0;
		opacity: 0;
	}
	.countdown.active {
		animation-name: countdown;
		animation-duration: 2s;
		animation-timing-function: ease-in-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.countdown li {
		width: max-content;
		height: 80px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 3em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 0px;
		line-height: 1em;
	}
	.sub-count{
		position: absolute;
		right: 3%;
		bottom: 0;
		font-size: 3em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 0px;
		line-height: 1em;
	}
	@keyframes countdown {
		0% {
			opacity: 0;
			transform: translateY(0);
		}
		30% {
			opacity: 1;
		}
		100% {
			opacity: 1;
			transform: translateY(-240px);
		}
	}

	/* item-a-box */
	.item-a-box{
		width: 100%;
		margin: 10% auto 7% auto;
	}
	.item-a-box .wrap{
		width: 100%;
		background: #f9f9f9;
		padding: 5% 0 5% 0;
	}
	.item-a-box .main-title{
		width: max-content;
		font-size: 3.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 2px;
		margin: 0 auto 3% auto;
		text-align: center;
		position: relative;
	}
	.item-a-box .main-title .line{
		width: 70px;
		height: 1px;
		background: #bebfbf;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: -100px;
	}
	.item-a{
		width: 75%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-a li{
		width: 47%;
	}
	.item-a li .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item-a li .txt{
		width: 90%;
		font-size: 16px;
        letter-spacing: 4px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
		white-space: nowrap;
		margin: 0 auto 10% auto;
	}
	.item-a li .link-box{
		width: 90%;
		margin: 0 auto;
	}


	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.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{
		font-size: 9px;
		margin: 0 0 0 10px;
		position: relative;
		top: -2px;
	}
	.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: 3px 0 3px 0;
		display: inline-block;
		text-align: center;
		color: #000;
		position: relative;
	}
	.cart-btm .btn00::before {
		background: #4C4948;
		content: '';
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: 0;
		margin: auto;
		transform-origin: right top;
		transform: scale(0, 1);
		transition: transform .3s;
	}
	.cart-btm:hover .btn00::before {
		transform-origin: left top;
		transform: scale(1, 1);
	}

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

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

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

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

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

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

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

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

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*f-banner02*/
	.f-banner02{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 0 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: 1px 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: 1px solid #000;
		border-radius: 3px;
    }

	/* header */
	.header{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		background: #faf9f9;
		position: relative;
	}
	.mv-logo{
		display: block;
		width: 4.5%;
		position: absolute;
		top: 2%;
		left: 1%;
		z-index: 10;
		line-height: 0;
	}
	.mv-img-box{
		width: 100%;
		overflow: hidden;
		display: flex;
		justify-content: flex-start;
	}
	.mv-img{
		width: 33.33%;
		overflow: hidden;
	}
	.mv-title-box{
		width: 50%;
		position: absolute;
		bottom: 15%;
		left: 0%;
		right: 0;
		margin: 0 auto;
	}
	.mv-title-box-in{
		width: 100%;
	}
	.mv-title01{
		width: 70%;
		line-height: 0;
		margin: 0 auto 5% auto;
	}
	.mv-title02{
		width: 100%;
		line-height: 0;
		position: relative;
	}

	/* read */
	.read{
		width: 100%;
		position: relative;
	}
	.read .txt {
        width: 100%;
        font-size: 20px;
        letter-spacing: 8px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 3em;
		text-align: center;
		padding: 5% 0;
    }
	.read .txt span{
        width: 60px;
		height: 1px;
		background: #000;
		display: inline-block;
		margin: 0 10px;
		position: relative;
		top: -6px;
    }

	/* door */
	.color01{
		background: #f3f3f3;
	}
	.color01-txt{
		color: #8b929a;
	}
	.color02{
		background: #262228;
	}
	.color02-2{
		background: rgba(38, 34, 40, .5);
	}
	.color02-txt{
		color: #000000;
	}
	.color03{
		background: rgba(175, 160, 152, .25);
	}
	.color03-txt{
		color: #afa098;
	}
	.color04{
		background: #ebefe7;
	}
	.color04-txt{
		color: #afa098;
	}
	.color05{
		background: rgba(0, 108, 161, .24);
	}
	.color05-txt{
		color: #006ca1;
	}
	.color06{
		background: #e6e6e6;
	}
	.color06-txt{
		color: #5f6d68;
	}
	.door{
		width: 100%;
		position: relative;
		padding: 3% 0;
		margin: 0 0 5% 0;
	}
	.door .num{
		width: 10%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari逕ｨ */
        transform: translateY(-50%);
		left: 15%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.door .num li:nth-child(1){
		width: 150px;
		margin: 0 20px 0 0;
	}
	.door .num li:nth-child(2){
		width: 180px;
	}
	.door .main-title{
		width: 30%;
		margin: 0 auto;
		line-height: 0;
	}

	/* item */
	.rever{
		flex-direction: row-reverse;
	}
	.item{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
	}
	.item .data{
		width: 47%;
	}
	.item .data .img{
		width: 100%;
		position: relative;
	}
	.item .data .img .bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.item .data .img .img-in01{
		width: 100%;
		display: block;
		overflow: hidden;
		padding: 0 0 0 20%;
		box-sizing: border-box;
	}
	.item .data .img .img-in02{
		width: 100%;
		display: block;
		overflow: hidden;
		padding: 0 20% 0 0%;
		box-sizing: border-box;
	}
	.item .data .txt01{
		width: 80%;
		font-size: 18px;
        letter-spacing: 4px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
		text-align: center;
		margin: 0 0 5% 0;
		white-space: nowrap;
	}
	.item .data .txt02{
		width: 80%;
		font-size: 16px;
        letter-spacing: 4px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
		text-align: center;
		margin: 0 0 5% 20%;
		white-space: nowrap;
	}
	.item .data .title-box{
		width: 80%;
		position: relative;
		margin: 0 0 7% 0;
		padding: 5% 0 0 0;
	}
	.item .data .title-box02{
		margin: 0 0 5% 20%;
	}
	.item .data .title-box .sub-title{
		width: 20%;
		line-height: 0;
		margin: 0 auto 3% auto;
	}
	.item .data .title-box .main-title{
		font-size: 3.2em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 2px;
		text-align: center;
	}
	.item .data .link-box{
		width: 55%;
		margin: 7% 0 0 35%;
	}
	.item .data .link-box02{
		width: 55%;
		margin: 7% 0 0 10%;
	}

	/* item-n */
	.item-n{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin: 0 auto 7% auto;
	}
	.item-n .img{
		width: 47%;
		position: relative;
	}
	.item-n .img .bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.item-n .img01{
		box-sizing: border-box;
		padding: 0 10% 0 0;
	}
	.item-n .img02{
		box-sizing: border-box;
		padding: 0 0% 0 10%;
	}
	.item-n .data{
		width: 47%;
		position: relative;
	}
	.item-n .data01{
		box-sizing: border-box;
		padding: 0 0% 0 10%;
	}
	.item-n .data02{
		box-sizing: border-box;
		padding: 0 10% 0 0%;
	}
	.item-n .data .title-box{
		width: 100%;
		position: relative;
		padding: 7% 0 0 0;
		margin: 0 0 5% 0;
	}
	.item-n .data .title-box .sub-title{
		width: 20%;
		line-height: 0;
		margin: 0 auto 3% auto;
	}
	.item-n .data .title-box .main-title{
		font-size: 3.2em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 2px;
		text-align: center;
	}
	.item-n .data .txt{
		font-size: 16px;
        letter-spacing: 4px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
		text-align: center;
		margin: 0 0 10% 0;
		white-space: nowrap;
	}
	.item-n .data .link-box{
		width: 70%;
		margin: 0 auto;
	}

	/* countdown */
	.countdown-out{
		width: 70px;
		height: 100px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.countdown-out-n{
		top: 0;
		right: -10% !important;
	}
	.countdown-out .line{
		width: 1px;
		height: 100px;
		background: #bebfbf;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
	}
	.countdown-container {
		width: max-content;
		height: 70px;
		overflow: hidden;
		position: absolute;
		top: -5px;
		left: -5px;
	}
	.countdown {
		list-style: none;
		margin: 0;
		padding: 0;
		opacity: 0;
	}
	.countdown.active {
		animation-name: countdown;
		animation-duration: 2s;
		animation-timing-function: ease-in-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.countdown li {
		width: max-content;
		height: 80px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 2.3em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 0px;
		line-height: 1em;
	}
	.sub-count{
		position: absolute;
		right: 3%;
		bottom: 0;
		font-size: 2.3em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 0px;
		line-height: 1em;
	}
	@keyframes countdown {
		0% {
			opacity: 0;
			transform: translateY(0);
		}
		30% {
			opacity: 1;
		}
		100% {
			opacity: 1;
			transform: translateY(-240px);
		}
	}

	/* item-a-box */
	.item-a-box{
		width: 100%;
		margin: 10% auto 7% auto;
	}
	.item-a-box .wrap{
		width: 100%;
		background: #f9f9f9;
		padding: 5% 0 5% 0;
	}
	.item-a-box .main-title{
		width: max-content;
		font-size: 3.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 2px;
		margin: 0 auto 3% auto;
		text-align: center;
		position: relative;
	}
	.item-a-box .main-title .line{
		width: 70px;
		height: 1px;
		background: #bebfbf;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: -100px;
	}
	.item-a{
		width: 75%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-a li{
		width: 47%;
	}
	.item-a li .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item-a li .txt{
		width: 90%;
		font-size: 16px;
        letter-spacing: 4px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
		white-space: nowrap;
		margin: 0 auto 10% auto;
	}
	.item-a li .link-box{
		width: 90%;
		margin: 0 auto;
	}


	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.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{
		font-size: 9px;
		margin: 0 0 0 10px;
		position: relative;
		top: -2px;
	}
	.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: 3px 0 3px 0;
		display: inline-block;
		text-align: center;
		color: #000;
		position: relative;
	}
	.cart-btm .btn00::before {
		background: #4C4948;
		content: '';
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: 0;
		margin: auto;
		transform-origin: right top;
		transform: scale(0, 1);
		transition: transform .3s;
	}
	.cart-btm:hover .btn00::before {
		transform-origin: left top;
		transform: scale(1, 1);
	}

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

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

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

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

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

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

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

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

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*f-banner02*/
	.f-banner02{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 0 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: 1px 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: 1px solid #000;
		border-radius: 3px;
    }

	/* header */
	.header{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		background: #faf9f9;
		position: relative;
	}
	.mv-logo{
		display: block;
		width: 4.5%;
		position: absolute;
		top: 2%;
		left: 1%;
		z-index: 10;
		line-height: 0;
	}
	.mv-img-box{
		width: 100%;
		overflow: hidden;
		display: flex;
		justify-content: flex-start;
	}
	.mv-img{
		width: 33.33%;
		overflow: hidden;
	}
	.mv-title-box{
		width: 50%;
		position: absolute;
		bottom: 15%;
		left: 0%;
		right: 0;
		margin: 0 auto;
	}
	.mv-title-box-in{
		width: 100%;
	}
	.mv-title01{
		width: 70%;
		line-height: 0;
		margin: 0 auto 5% auto;
	}
	.mv-title02{
		width: 100%;
		line-height: 0;
		position: relative;
	}

	/* read */
	.read{
		width: 100%;
		position: relative;
	}
	.read .txt {
        width: 100%;
        font-size: 18px;
        letter-spacing: 4px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 3em;
		text-align: center;
		padding: 5% 0;
    }
	.read .txt span{
        width: 60px;
		height: 1px;
		background: #000;
		display: inline-block;
		margin: 0 10px;
		position: relative;
		top: -6px;
    }

	/* door */
	.color01{
		background: #f3f3f3;
	}
	.color01-txt{
		color: #8b929a;
	}
	.color02{
		background: #262228;
	}
	.color02-2{
		background: rgba(38, 34, 40, .5);
	}
	.color02-txt{
		color: #000000;
	}
	.color03{
		background: rgba(175, 160, 152, .25);
	}
	.color03-txt{
		color: #afa098;
	}
	.color04{
		background: #ebefe7;
	}
	.color04-txt{
		color: #afa098;
	}
	.color05{
		background: rgba(0, 108, 161, .24);
	}
	.color05-txt{
		color: #006ca1;
	}
	.color06{
		background: #e6e6e6;
	}
	.color06-txt{
		color: #5f6d68;
	}
	.door{
		width: 100%;
		position: relative;
		padding: 3% 0;
		margin: 0 0 5% 0;
	}
	.door .num{
		width: 10%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari逕ｨ */
        transform: translateY(-50%);
		left: 15%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.door .num li:nth-child(1){
		width: 150px;
		margin: 0 20px 0 0;
	}
	.door .num li:nth-child(2){
		width: 180px;
	}
	.door .main-title{
		width: 30%;
		margin: 0 auto;
		line-height: 0;
	}

	/* item */
	.rever{
		flex-direction: row-reverse;
	}
	.item{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
	}
	.item .data{
		width: 47%;
	}
	.item .data .img{
		width: 100%;
		position: relative;
	}
	.item .data .img .bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.item .data .img .img-in01{
		width: 100%;
		display: block;
		overflow: hidden;
		padding: 0 0 0 5%;
		box-sizing: border-box;
	}
	.item .data .img .img-in02{
		width: 100%;
		display: block;
		overflow: hidden;
		padding: 0 5% 0 0%;
		box-sizing: border-box;
	}
	.item .data .txt01{
		width: 95%;
		font-size: 15px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.2em;
		text-align: center;
		margin: 0 0 5% 0;
		white-space: nowrap;
	}
	.item .data .txt02{
		width: 95%;
		font-size: 15px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.2em;
		text-align: center;
		margin: 0 0 5% 5%;
		white-space: nowrap;
	}
	.item .data .title-box{
		width: 95%;
		position: relative;
		margin: 0 0 7% 0;
		padding: 5% 0 0 0;
	}
	.item .data .title-box02{
		margin: 0 0 5% 5%;
	}
	.item .data .title-box .sub-title{
		width: 20%;
		line-height: 0;
		margin: 0 auto 3% auto;
	}
	.item .data .title-box .main-title{
		font-size: 2.2em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 2px;
		text-align: center;
	}
	.item .data .link-box{
		width: 80%;
		margin: 7% 0 0 20%;
	}
	.item .data .link-box02{
		width: 80%;
		margin: 7% 0 0 0%;
	}

	/* item-n */
	.item-n{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin: 0 auto 10% auto;
	}
	.item-n .img{
		width: 49%;
		position: relative;
	}
	.item-n .img .bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.item-n .img01{
		box-sizing: border-box;
		padding: 0 5% 0 0;
	}
	.item-n .img02{
		box-sizing: border-box;
		padding: 0 0% 0 5%;
	}
	.item-n .data{
		width: 47%;
		position: relative;
	}
	.item-n .data01{
		box-sizing: border-box;
		padding: 0 0% 0 5%;
	}
	.item-n .data02{
		box-sizing: border-box;
		padding: 0 5% 0 0%;
	}
	.item-n .data .title-box{
		width: 100%;
		position: relative;
		padding: 7% 0 0 0;
		margin: 0 0 5% 0;
	}
	.item-n .data .title-box .sub-title{
		width: 20%;
		line-height: 0;
		margin: 0 auto 3% auto;
	}
	.item-n .data .title-box .main-title{
		font-size: 2.2em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 2px;
		text-align: center;
	}
	.item-n .data .txt{
		font-size: 15px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.2em;
		text-align: center;
		margin: 0 0 10% 0;
		white-space: nowrap;
	}
	.item-n .data .link-box{
		width: 90%;
		margin: 0 auto;
	}

	/* countdown */
	.countdown-out{
		width: 70px;
		height: 100px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.countdown-out-n{
		top: 0;
		right: -10% !important;
	}
	.countdown-out .line{
		width: 1px;
		height: 100px;
		background: #bebfbf;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
	}
	.countdown-container {
		width: max-content;
		height: 70px;
		overflow: hidden;
		position: absolute;
		top: -5px;
		left: -5px;
	}
	.countdown {
		list-style: none;
		margin: 0;
		padding: 0;
		opacity: 0;
	}
	.countdown.active {
		animation-name: countdown;
		animation-duration: 2s;
		animation-timing-function: ease-in-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.countdown li {
		width: max-content;
		height: 80px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 2.3em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 0px;
		line-height: 1em;
	}
	.sub-count{
		position: absolute;
		right: 3%;
		bottom: 0;
		font-size: 2.3em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 0px;
		line-height: 1em;
	}
	@keyframes countdown {
		0% {
			opacity: 0;
			transform: translateY(0);
		}
		30% {
			opacity: 1;
		}
		100% {
			opacity: 1;
			transform: translateY(-240px);
		}
	}

	/* item-a-box */
	.item-a-box{
		width: 100%;
		margin: 10% auto 7% auto;
	}
	.item-a-box .wrap{
		width: 100%;
		background: #f9f9f9;
		padding: 5% 0 5% 0;
	}
	.item-a-box .main-title{
		width: max-content;
		font-size: 3.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 2px;
		margin: 0 auto 3% auto;
		text-align: center;
		position: relative;
	}
	.item-a-box .main-title .line{
		width: 70px;
		height: 1px;
		background: #bebfbf;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: -100px;
	}
	.item-a{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-a li{
		width: 47%;
	}
	.item-a li .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item-a li .txt{
		width: 90%;
		font-size: 15px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.2em;
		text-align: justify;
		margin: 0 auto 10% auto;
	}
	.item-a li .txt br{
		display: none;
	}
	.item-a li .link-box{
		width: 90%;
		margin: 0 auto;
	}


	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.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{
		font-size: 9px;
		margin: 0 0 0 10px;
		position: relative;
		top: -2px;
	}
	.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: 3px 0 3px 0;
		display: inline-block;
		text-align: center;
		color: #000;
		position: relative;
	}
	.cart-btm .btn00::before {
		background: #4C4948;
		content: '';
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: 0;
		margin: auto;
		transform-origin: right top;
		transform: scale(0, 1);
		transition: transform .3s;
	}
	.cart-btm:hover .btn00::before {
		transform-origin: left top;
		transform: scale(1, 1);
	}

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

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

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

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

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

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

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

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

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*f-banner02*/
	.f-banner02{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 0 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: 1px 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: 1px solid #000;
		border-radius: 3px;
    }

	/* header */
	.header{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		background: #faf9f9;
		position: relative;
	}
	.mv-logo{
		display: block;
		width: 17%;
		position: absolute;
		top: 2%;
		right: 2%;
		z-index: 10;
		line-height: 0;
	}
	.mv-img-box{
		width: 100%;
		overflow: hidden;
		display: flex;
		justify-content: flex-start;
	}
	.mv-img{
		width: 100%;
		overflow: hidden;
	}
	.mv-title-box{
		width: 75%;
		position: absolute;
		bottom: 5%;
		left: 0%;
		right: 0;
		margin: 0 auto;
	}
	.mv-title-box-in{
		width: 100%;
	}
	.mv-title01{
		width: 100%;
		line-height: 0;
		margin: 0 auto 10% auto;
	}
	.mv-title02{
		width: 90%;
		line-height: 0;
		position: relative;
		margin: 0 auto;
	}
	.mv-title02 li:nth-child(1){
		width: 100%;
		line-height: 0;
		margin: 0 0 10% 0;
	}

	/* read */
	.read{
		width: 100%;
		position: relative;
	}
	.read .txt {
		width: 100%;
        font-size: 16px;
        letter-spacing: 4px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
        text-align: center;
        padding: 15% 0;
    }
	.read .txt span{
        width: 30px;
		height: 1px;
		background: #000;
		display: inline-block;
		margin: 0 10px;
		position: relative;
		top: -6px;
    }

	/* door */
	.color01{
		background: #f3f3f3;
	}
	.color01-txt{
		color: #8b929a;
	}
	.color02{
		background: #262228;
	}
	.color02-2{
		background: rgba(38, 34, 40, .5);
	}
	.color02-txt{
		color: #000000;
	}
	.color03{
		background: rgba(175, 160, 152, .25);
	}
	.color03-txt{
		color: #afa098;
	}
	.color04{
		background: #ebefe7;
	}
	.color04-txt{
		color: #afa098;
	}
	.color05{
		background: rgba(0, 108, 161, .24);
	}
	.color05-txt{
		color: #006ca1;
	}
	.color06{
		background: #e6e6e6;
	}
	.color06-txt{
		color: #5f6d68;
	}
	.door{
		width: 100%;
		position: relative;
		padding: 6% 0;
		margin: 0 0 10% 0;
	}
	.door .num{
		width: max-content;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari逕ｨ */
        transform: translateY(-50%);
		right: 5%;
		align-items: center;
	}
	.door .num li:nth-child(1){
		display: none;
	}
	.door .num li:nth-child(2){
		width: 30px;
		line-height: 0;
	}
	.door .main-title{
		width: 60%;
		margin: 0 auto;
		line-height: 0;
	}

	/* item */
	.item{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 15% auto;
	}
	.item .data{
		width: 100%;
	}
	.item .data .img{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item .data .img .bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.item .data .img .img-in01{
		width: 100%;
		display: block;
		overflow: hidden;
		padding: 0 0 0 0%;
		box-sizing: border-box;
	}
	.item .data .img .img-in02{
		width: 100%;
		display: block;
		overflow: hidden;
		padding: 0 0% 0 0%;
		box-sizing: border-box;
	}
	.item .data .txt01{
		font-size: 15px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
        text-align: center;
        margin: 0 0 5% 0;
        white-space: nowrap;
	}
	.item .data .txt02{
		font-size: 15px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
        text-align: center;
        margin: 0 0 5% 0;
        white-space: nowrap;
	}
	.item .title-box{
		width: 100%;
        position: relative;
        margin: 0 0 5% 0;
	}
	.item .title-box .sub-title{
		width: 27%;
        line-height: 0;
        margin: 0 0 3% 7.5%;
	}
	.item .title-box .main-title{
		font-size: 2.5em;
        font-family: "garamond-premier-pro-display", serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 1px;
        text-align: left;
        position: relative;
        left: 7.5%;
	}
	.item .data .link-box{
		width: 85%;
		margin: 0 auto;
	}
	.item .data .link-box02{
		width: 85%;
		margin: 0 auto;
	}

	/* item-n */
	.item-n{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 15% auto;
	}
	.item-n .img{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item-n .img .bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.item-n .img01{
		box-sizing: border-box;
		padding: 0 0 0 0;
	}
	.item-n .img02{
		box-sizing: border-box;
		padding: 0 0% 0 0;
	}
	.item-n .data{
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.item-n .data01{
		box-sizing: border-box;
		padding: 0 0% 0 0%;
	}
	.item-n .data02{
		box-sizing: border-box;
		padding: 0 0% 0 0%;
	}
	.item-n .title-box{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.item-n .title-box .sub-title{
		width: 27%;
		line-height: 0;
		margin: 0 0 3% 7.5%;
	}
	.item-n .title-box .main-title{
		font-size: 2.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 1px;
		text-align: left;
		position: relative;
		left: 7.5%;
	}
	.item-n .data .txt{
		font-size: 15px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.5em;
		text-align: center;
		margin: 0 0 5% 0;
		white-space: nowrap;
	}
	.item-n .data .link-box{
		width: 85%;
		margin: 0 auto;
	}

	/* countdown */
	.countdown-out{
		width: 50px;
		height: 60px;
		position: absolute;
		bottom: 3%;
		right: 3%;
	}
	.countdown-out-n{
		top: 0;
		right: -10% !important;
	}
	.countdown-out .line{
		width: 1px;
		height: 60px;
		background: #bebfbf;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
	}
	.countdown-container {
		width: max-content;
		height: 40px;
		overflow: hidden;
		position: absolute;
		top: -5px;
		left: -5px;
	}
	.countdown {
		list-style: none;
		margin: 0;
		padding: 0;
		opacity: 0;
	}
	.countdown.active {
		animation-name: countdown;
		animation-duration: 2s;
		animation-timing-function: ease-in-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.countdown li {
		width: max-content;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 0px;
		line-height: 1em;
	}
	.sub-count{
		position: absolute;
		right: 3%;
		bottom: 0;
		font-size: 1.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 0px;
		line-height: 1em;
	}
	@keyframes countdown {
		0% {
			opacity: 0;
			transform: translateY(0);
		}
		30% {
			opacity: 1;
		}
		100% {
			opacity: 1;
			transform: translateY(-120px);
		}
	}

	/* item-a-box */
	.item-a-box{
		width: 100%;
		margin: 10% auto 15% auto;
	}
	.item-a-box .wrap{
		width: 100%;
		background: #f9f9f9;
		padding: 10% 0 15% 0;
	}
	.item-a-box .main-title{
		width: max-content;
		font-size: 1.8em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 1px;
		margin: 0 auto 3% auto;
		text-align: center;
		position: relative;
	}
	.item-a-box .main-title .line{
		width: 30px;
		height: 1px;
		background: #bebfbf;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: -40px;
	}
	.item-a{
		width: 85%;
		margin: 0 auto;
	}
	.item-a li{
		width: 100%;
	}
	.item-a li:nth-child(1){
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item-a li .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item-a li .txt{
		width: 100%;
		font-size: 15px;
        letter-spacing: 2px;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        line-height: 2.2em;
		text-align: justify;
		margin: 0 auto 5% auto;
	}
	.item-a li .txt br{
		display: none;
	}
	.item-a li .link-box{
		width: 100%;
		margin: 0 auto;
	}


	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.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{
		font-size: 9px;
		margin: 0 0 0 10px;
		position: relative;
		top: -2px;
	}
	.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: 3px 0 3px 0;
		display: inline-block;
		text-align: center;
		color: #000;
		position: relative;
	}
	.cart-btm .btn00::before {
		background: #4C4948;
		content: '';
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: 0;
		margin: auto;
		transform-origin: right top;
		transform: scale(0, 1);
		transition: transform .3s;
	}
	.cart-btm:hover .btn00::before {
		transform-origin: left top;
		transform: scale(1, 1);
	}

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

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

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

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

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

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

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

	.btn-border {
		background-color: transparent;
		color: #1d1d1d;
	}
	.btn-arrow {
		position: relative;
		-webkit-transition: background-color 300ms ease-out;
		transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
		display: inline-block;
		position: relative;
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
		position: absolute;
		width: 1.1em;
		right: 0px;
		right: 0rem;
		opacity: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: right, opacity;
	}
	.btn-arrow img * {
		stroke-width: 5;
		stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}
	
	/*f-banner*/
	.f-banner{
		width: 80%;
		margin: 15% auto 10% auto;
	}
	.f-banner-m{
		width: 80%;
		margin: 0 auto 15% auto !important;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000000;
		transition: .3s;
	}
	
	/*f-banner02*/
	.f-banner02{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.f-banner02-list{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
		margin: 0 0 5% 0 !important;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000000;
		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: 0 0 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;
		color: #000000;
	}
	#pagetop{
		position: fixed;
        right: 10px;
        bottom: 10px;
        width: 40px;
        height: 40px;
        display: block;
        z-index: 99;
	}
	#pagetop .btn-loading {
		display: inline-flex;
		text-decoration: none;
		font-weight: 700;
		color: #111;
		width: 100%;
		height: 100%;
		position: relative;
		opacity: 1 !important;
		transition: all 0.3s;
		background-color: #CCC;
		border-radius: 100%;
		transition: color 0.2s;
		overflow: hidden;
	}
	#pagetop .btn-loading01:before,
	#pagetop .btn-loading01:after {
		content: "";
		display: block;
		position: absolute;
		width: 50%;
		height: 0;
		background-color: #231815;
		pointer-events: none;
	}
	#pagetop .btn-loading:before {
		bottom: 0;
		left: 0;
	}
	#pagetop .btn-loading:after {
		top: 0;
		right: 0;
	}
	#pagetop:hover .btn-loading {
		color: #65A04D;
	}
	#pagetop:hover .btn-loading:before,
	#pagetop:hover .btn-loading:after {
		height: 100%;
	}
	#pagetop:hover .btn-loading:before {
		transition: height 0.1s 0.1s linear;
	}
	#pagetop:hover .btn-loading:after {
		transition: height 0.1s linear;
	}
	#pagetop .btn-loading span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 1px);
		height: calc(100% - 1px);
		background-color: #FFF;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
	}
	#pagetop .btn-loading span img{
		width: 18px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
	}
	
	.in-btn{
		width: 35px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}

	.foot_fix_btn {
		position: fixed;
		z-index: 99;
		bottom: 0;
		left: 0;
		width: 100%;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}
	.foot_fix_btn.js_hide {
		transform: translateY(100%);
	}
	.foot_fix_btn ul {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		text-align: center;
		font-size: 0;
	}
	.foot_fix_btn ul li:nth-child(1) {
		width: 16.66%;
		background: rgba(255, 255, 255, .8);
		box-sizing: border-box;
		border-right: 1px solid #eee;
	}
	.foot_fix_btn ul li:nth-child(2) {
		width: 16.66%;
		background: rgba(255, 255, 255, .8);
		box-sizing: border-box;
		border-right: 1px solid #eee;
	}
	.foot_fix_btn ul li:nth-child(3) {
		width: 16.66%;
		background: rgba(255, 255, 255, .8);
		box-sizing: border-box;
		border-right: 1px solid #eee;
	}
	.foot_fix_btn ul li:nth-child(4) {
		width: 16.66%;
		background: rgba(255, 255, 255, .8);
		box-sizing: border-box;
		border-right: 1px solid #eee;
	}
	.foot_fix_btn ul li:nth-child(5) {
		width: 16.66%;
		background: rgba(255, 255, 255, .8);
		box-sizing: border-box;
		border-right: 1px solid #eee;
	}
	.foot_fix_btn ul li:nth-child(6) {
		width: 16.66%;
		background: rgba(255, 255, 255, .8);
		box-sizing: border-box;
	}
	.foot_fix_btn ul li a {
		display: block;
		padding: 5px 0;
	}

}
