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

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


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

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

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

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.mv-logo{
		width: 8%;
		position: absolute;
		left: 2%;
		top: 3%;
		z-index: 20;
		line-height: 0;
	}
	.mv01{
		width: 100%;
	}
	.mv02{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
	}
	.mv03{
		width: 100%;
		position: absolute;
		display: flex;
		justify-content: flex-start;
		top: 0;
		left: 0;
		z-index: 6;
	}
	.mv03 li{
		width: 50%;
		overflow: hidden;
	}
	.mv04{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 8;
	}
	.mv04 .on{
		width: 100%;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 8;
	}
	.mv05{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 7;
	}

	.mv-title-box{
		width: 39%;
		position: absolute;
		top: 47%;
		-webkit-transform: translateY(-47%); /* Safari用 */
		transform: translateY(-47%);
		left: 10.5%;
		z-index: 99;
	}
	.mv-title01{
		width: 94%;
		position: relative;
		margin: 0 0 7% 6%;
	}
	.mv-title02{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		position: relative;
		margin: 0 0 5% 0;
	}
	.mv-title02 li:nth-child(1){
		width: 24%;
		line-height: 0;
	}
	.mv-title02 li:nth-child(2){
		width: 70%;
		line-height: 0;
	}
	.mv-title03{
		width: 100%;
	}
	.scroll{
		width: 40px;
		position: absolute;
		left: 16%;
		bottom: 5%;
		z-index: 15;
	}
	.scroll .img{
		width: 8px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari逕ｨ */
		transform: translateY(-50%);
		right: 0;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 100px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.scrolldown::after{
		content: "";
		position: absolute;
		top: 0;
		width: 1px;
		height: 100px;
		background: #55afc6;
		animation: pathmove 1.4s ease-in-out infinite;
		opacity:0;
	}
	@keyframes pathmove{
		0%{
			height:0;
			top:0;
			opacity: 0;
		}
		30%{
			height:50px;
			opacity: 1;
		}
		100%{
			height:0;
			top: 100px;
			opacity: 0;
		}
	}


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

	.top-nav-wrap{
		width: 100%;
		position: relative;
		padding: 0 0 5% 0;
	}
	.top-nav-wrap .bg{
		width: 100%;
		height: 80%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: #f9f9f9;
	}

	.top-nav{
		width: 60%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.top-nav li{
		width: 28%;
	}
	.top-nav li a{
		width: 100%;
		position: relative;
		display: block;
	}
	.top-nav li a .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.top-nav li a .img .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.top-nav li a .title{
		width: 60%;
		margin: 0 0 0 35%;
	}
	.top-nav li a .img .top-nav-line{
		width: 90%;
		height: 90%;
		position: absolute;
		top: 5%;
		left: 5%;
	}
	.top-nav li a .img .top-nav-line li:nth-child(1){
		width: 0%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
		background: #fff;
		transition: .3s;
	}
	.top-nav li a:hover .img .top-nav-line li:nth-child(1){
		width: 100%;
		transition: .3s;
	}
	.top-nav li a .img .top-nav-line li:nth-child(2){
		width: 1px;
		height: 0%;
		position: absolute;
		top: 0;
		left: 0;
		background: #fff;
		transition: .3s;
	}
	.top-nav li a:hover .img .top-nav-line li:nth-child(2){
		height: 100%;
		transition: .3s;
	}
	.top-nav li a .img .top-nav-line li:nth-child(3){
		width: 0%;
		height: 1px;
		position: absolute;
		bottom: 0;
		right: 0;
		background: #fff;
		transition: .3s;
	}
	.top-nav li a:hover .img .top-nav-line li:nth-child(3){
		width: 100%;
		transition: .3s;
	}
	.top-nav li a .img .top-nav-line li:nth-child(4){
		width: 1px;
		height: 0%;
		position: absolute;
		bottom: 0;
		right: 0;
		background: #fff;
		transition: .3s;
	}
	.top-nav li a:hover .img .top-nav-line li:nth-child(4){
		height: 100%;
		transition: .3s;
	}



	/* door */
	.door{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.door .num{
		width: 100px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: -70%;
		right: 0;
		margin: 0 auto;
	}
	.door .title{
		width: 5%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: -50%;
		left: 0;
		margin: 0 auto;
	}
	.door .door-wrap{
		width: 40%;
		height: 100%;
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		background: rgba(255, 255, 255, .8);
	}
	.door .door-wrap .txt-box{
		width: 100%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}
	.door .door-wrap .txt-box .txt{
		width: max-content;
		margin: 0 auto 10% auto;
		font-size: 20px;
		letter-spacing: 5px;
		line-height: 3em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.door .door-wrap .txt-box .sub-txt{
		width: 80%;
		margin: 0 auto;
		text-align: right;
		font-size: 50px;
		letter-spacing: 10px;
		border-top: .5px solid #000;
		padding: 5% 5% 0 0;
		box-sizing: border-box;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}


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

	/* item-b-t */
	.item-b-t{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item-b-t .title01{
		width: max-content;
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		position: absolute;
		bottom: 25%;
		left: 10%;
		color: #fff;
	}
	.item-b-b{
		width: 60%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 10% auto;
	}
	.item-b-b .img{
		width: 50%;
		overflow: hidden;
	}
	.item-b-b .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0% 7% 0 7%;
	}
	.item-b-b .data .link-box{
		width: 100%;
	}

	/* item */
	.rever{
		flex-direction: row-reverse;
	}
	.item{
		width: 70%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 10% auto;
	}
	.item .img{
		width: 50%;
		overflow: hidden;
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0% 7% 0 7%;
	}
	.item .data .title{
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 20% 0;
		white-space: nowrap;
	}
	.item .data .link-box{
		width: 100%;
	}

	/* item-2 */
	.item-2{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 0% auto;
	}
	.item-2 .img{
		width: 55%;
		overflow: hidden;
	}
	.item-2 .data{
		width: 45%;
		box-sizing: border-box;
		padding: 0 5% 0 5%;
	}
	.item-2 .data .title{
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
	}
	.item-2-b{
		width: 70%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 0px auto;
		position: relative;
		top: -150px;
	}
	.item-2-b .img{
		width: 50%;
		overflow: hidden;
	}
	.item-2-b .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0% 7% 0 7%;
	}
	.item-2-b .data .title{
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 20% 0;
		white-space: nowrap;
	}
	.item-2-b .data .link-box{
		width: 100%;
	}

	/* item-d */
	.item-d{
		width: 70%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.item-d .data01{
		width: 50%;
		padding: 10% 0 0 0;
	}
	.item-d .data01 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item-d .data01 .title{
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		position: relative;
		left: 7%;
	}
	.item-d .data02{
		width: 45%;
	}
	.item-d .data02 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 10% 0;
	}
	.item-d .data02 .link-box{
		width: 80%;
		margin: 0 auto;
	}

	/* item-s */
	.item-s{
		width: 70%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.item-s .bg{
		width: 45%;
		position: absolute;
		top: 30%;
		left: 5%;
	}
	.item-s .img{
		width: 55%;
		overflow: hidden;
		margin: 0 0 5% 45%;
	}
	.item-s .title{
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		position: absolute;
		left: 5%;
		top: 5%;
	}
	.item-s .data{
		width: 55%;
		overflow: hidden;
		margin: 0 0 0 45%;
	}
	.item-s .data .link-box{
		width: 65%;
		margin: 0 0 0 25%;
	}







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

	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
		letter-spacing: 1px;
		padding: 10px 0 10px 0;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		border-top: 0.7px solid #000;
		padding: 4% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
		top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}

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

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 1% 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: 15px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 16px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #a0a0a0;
		margin: 20px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 20px 0;
		opacity: .5;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
		background: #fff;
		border-color: #000;
		color: #000;
	}

	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #55afc6;
		border: 1px solid #55afc6;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #55afc6;
		color: #55afc6;
	}
	
	.btn-border {
		background-color: transparent;
		color: #1d1d1d;
	}
	.btn-arrow {
		position: relative;
		-webkit-transition: background-color 300ms ease-out;
		transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
		display: inline-block;
		position: relative;
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
		position: absolute;
		width: 1.1em;
		right: 0px;
		right: 0rem;
		opacity: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: right, opacity;
	}
	.btn-arrow img * {
		stroke-width: 5;
		stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}

}

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

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

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.mv-logo{
		width: 8%;
		position: absolute;
		left: 2%;
		top: 3%;
		z-index: 20;
		line-height: 0;
	}
	.mv01{
		width: 100%;
	}
	.mv02{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
	}
	.mv03{
		width: 100%;
		position: absolute;
		display: flex;
		justify-content: flex-start;
		top: 0;
		left: 0;
		z-index: 6;
	}
	.mv03 li{
		width: 50%;
		overflow: hidden;
	}
	.mv04{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 8;
	}
	.mv04 .on{
		width: 100%;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 8;
	}
	.mv05{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 7;
	}

	.mv-title-box{
		width: 39%;
		position: absolute;
		top: 47%;
		-webkit-transform: translateY(-47%); /* Safari用 */
		transform: translateY(-47%);
		left: 10.5%;
		z-index: 99;
	}
	.mv-title01{
		width: 94%;
		position: relative;
		margin: 0 0 7% 6%;
	}
	.mv-title02{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		position: relative;
		margin: 0 0 5% 0;
	}
	.mv-title02 li:nth-child(1){
		width: 24%;
		line-height: 0;
	}
	.mv-title02 li:nth-child(2){
		width: 70%;
		line-height: 0;
	}
	.mv-title03{
		width: 100%;
	}
	.scroll{
		width: 40px;
		position: absolute;
		left: 16%;
		bottom: 5%;
		z-index: 15;
	}
	.scroll .img{
		width: 8px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari逕ｨ */
		transform: translateY(-50%);
		right: 0;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 80px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.scrolldown::after{
		content: "";
		position: absolute;
		top: 0;
		width: 1px;
		height: 80px;
		background: #55afc6;
		animation: pathmove 1.4s ease-in-out infinite;
		opacity:0;
	}
	@keyframes pathmove{
		0%{
			height:0;
			top:0;
			opacity: 0;
		}
		30%{
			height:50px;
			opacity: 1;
		}
		100%{
			height:0;
			top: 100px;
			opacity: 0;
		}
	}


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

	.top-nav-wrap{
		width: 100%;
		position: relative;
		padding: 0 0 5% 0;
	}
	.top-nav-wrap .bg{
		width: 100%;
		height: 80%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: #f9f9f9;
	}

	.top-nav{
		width: 60%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.top-nav li{
		width: 28%;
	}
	.top-nav li a{
		width: 100%;
		position: relative;
		display: block;
	}
	.top-nav li a .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.top-nav li a .img .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.top-nav li a .title{
		width: 60%;
		margin: 0 0 0 35%;
	}
	.top-nav li a .img .top-nav-line{
		width: 90%;
		height: 90%;
		position: absolute;
		top: 5%;
		left: 5%;
	}
	.top-nav li a .img .top-nav-line li:nth-child(1){
		width: 0%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
		background: #fff;
		transition: .3s;
	}
	.top-nav li a:hover .img .top-nav-line li:nth-child(1){
		width: 100%;
		transition: .3s;
	}
	.top-nav li a .img .top-nav-line li:nth-child(2){
		width: 1px;
		height: 0%;
		position: absolute;
		top: 0;
		left: 0;
		background: #fff;
		transition: .3s;
	}
	.top-nav li a:hover .img .top-nav-line li:nth-child(2){
		height: 100%;
		transition: .3s;
	}
	.top-nav li a .img .top-nav-line li:nth-child(3){
		width: 0%;
		height: 1px;
		position: absolute;
		bottom: 0;
		right: 0;
		background: #fff;
		transition: .3s;
	}
	.top-nav li a:hover .img .top-nav-line li:nth-child(3){
		width: 100%;
		transition: .3s;
	}
	.top-nav li a .img .top-nav-line li:nth-child(4){
		width: 1px;
		height: 0%;
		position: absolute;
		bottom: 0;
		right: 0;
		background: #fff;
		transition: .3s;
	}
	.top-nav li a:hover .img .top-nav-line li:nth-child(4){
		height: 100%;
		transition: .3s;
	}



	/* door */
	.door{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.door .num{
		width: 100px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: -70%;
		right: 0;
		margin: 0 auto;
	}
	.door .title{
		width: 5%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: -50%;
		left: 0;
		margin: 0 auto;
	}
	.door .door-wrap{
		width: 40%;
		height: 100%;
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		background: rgba(255, 255, 255, .8);
	}
	.door .door-wrap .txt-box{
		width: 100%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}
	.door .door-wrap .txt-box .txt{
		width: max-content;
		margin: 0 auto 10% auto;
		font-size: 20px;
		letter-spacing: 5px;
		line-height: 3em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.door .door-wrap .txt-box .sub-txt{
		width: 80%;
		margin: 0 auto;
		text-align: right;
		font-size: 50px;
		letter-spacing: 10px;
		border-top: .5px solid #000;
		padding: 5% 5% 0 0;
		box-sizing: border-box;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}


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

	/* item-b-t */
	.item-b-t{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item-b-t .title01{
		width: max-content;
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		position: absolute;
		bottom: 25%;
		left: 10%;
		color: #fff;
	}
	.item-b-b{
		width: 60%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 10% auto;
	}
	.item-b-b .img{
		width: 50%;
		overflow: hidden;
	}
	.item-b-b .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0% 7% 0 7%;
	}
	.item-b-b .data .link-box{
		width: 100%;
	}

	/* item */
	.rever{
		flex-direction: row-reverse;
	}
	.item{
		width: 70%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 10% auto;
	}
	.item .img{
		width: 50%;
		overflow: hidden;
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0% 7% 0 7%;
	}
	.item .data .title{
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 20% 0;
		white-space: nowrap;
	}
	.item .data .link-box{
		width: 100%;
	}

	/* item-2 */
	.item-2{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 0% auto;
	}
	.item-2 .img{
		width: 55%;
		overflow: hidden;
	}
	.item-2 .data{
		width: 45%;
		box-sizing: border-box;
		padding: 0 5% 0 5%;
	}
	.item-2 .data .title{
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
	}
	.item-2-b{
		width: 70%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 0px auto;
		position: relative;
		top: -150px;
	}
	.item-2-b .img{
		width: 50%;
		overflow: hidden;
	}
	.item-2-b .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0% 7% 0 7%;
	}
	.item-2-b .data .title{
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 20% 0;
		white-space: nowrap;
	}
	.item-2-b .data .link-box{
		width: 100%;
	}

	/* item-d */
	.item-d{
		width: 70%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.item-d .data01{
		width: 50%;
		padding: 10% 0 0 0;
	}
	.item-d .data01 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item-d .data01 .title{
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		position: relative;
		left: 7%;
	}
	.item-d .data02{
		width: 45%;
	}
	.item-d .data02 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 10% 0;
	}
	.item-d .data02 .link-box{
		width: 80%;
		margin: 0 auto;
	}

	/* item-s */
	.item-s{
		width: 70%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.item-s .bg{
		width: 45%;
		position: absolute;
		top: 30%;
		left: 5%;
	}
	.item-s .img{
		width: 55%;
		overflow: hidden;
		margin: 0 0 5% 45%;
	}
	.item-s .title{
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		position: absolute;
		left: 5%;
		top: 5%;
	}
	.item-s .data{
		width: 55%;
		overflow: hidden;
		margin: 0 0 0 45%;
	}
	.item-s .data .link-box{
		width: 65%;
		margin: 0 0 0 25%;
	}







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

	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
		letter-spacing: 1px;
		padding: 10px 0 10px 0;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		border-top: 0.7px solid #000;
		padding: 4% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
		top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}

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

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 1% 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: 15px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 16px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #a0a0a0;
		margin: 20px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 20px 0;
		opacity: .5;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
		background: #fff;
		border-color: #000;
		color: #000;
	}

	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #55afc6;
		border: 1px solid #55afc6;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #55afc6;
		color: #55afc6;
	}
	
	.btn-border {
		background-color: transparent;
		color: #1d1d1d;
	}
	.btn-arrow {
		position: relative;
		-webkit-transition: background-color 300ms ease-out;
		transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
		display: inline-block;
		position: relative;
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
		position: absolute;
		width: 1.1em;
		right: 0px;
		right: 0rem;
		opacity: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: right, opacity;
	}
	.btn-arrow img * {
		stroke-width: 5;
		stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	
}

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

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

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.mv-logo{
		width: 8%;
		position: absolute;
		left: 2%;
		top: 3%;
		z-index: 20;
		line-height: 0;
	}
	.mv01{
		width: 100%;
	}
	.mv02{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
	}
	.mv03{
		width: 100%;
		position: absolute;
		display: flex;
		justify-content: flex-start;
		top: 0;
		left: 0;
		z-index: 6;
	}
	.mv03 li{
		width: 50%;
		overflow: hidden;
	}
	.mv04{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 8;
	}
	.mv04 .on{
		width: 100%;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 8;
	}
	.mv05{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 7;
	}

	.mv-title-box{
		width: 39%;
		position: absolute;
		top: 47%;
		-webkit-transform: translateY(-47%); /* Safari用 */
		transform: translateY(-47%);
		left: 10.5%;
		z-index: 99;
	}
	.mv-title01{
		width: 94%;
		position: relative;
		margin: 0 0 7% 6%;
	}
	.mv-title02{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		position: relative;
		margin: 0 0 5% 0;
	}
	.mv-title02 li:nth-child(1){
		width: 24%;
		line-height: 0;
	}
	.mv-title02 li:nth-child(2){
		width: 70%;
		line-height: 0;
	}
	.mv-title03{
		width: 100%;
	}
	.scroll{
		width: 40px;
		position: absolute;
		left: 16%;
		bottom: 5%;
		z-index: 15;
	}
	.scroll .img{
		width: 8px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari逕ｨ */
		transform: translateY(-50%);
		right: 0;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 100px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.scrolldown::after{
		content: "";
		position: absolute;
		top: 0;
		width: 1px;
		height: 100px;
		background: #55afc6;
		animation: pathmove 1.4s ease-in-out infinite;
		opacity:0;
	}
	@keyframes pathmove{
		0%{
			height:0;
			top:0;
			opacity: 0;
		}
		30%{
			height:50px;
			opacity: 1;
		}
		100%{
			height:0;
			top: 100px;
			opacity: 0;
		}
	}


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

	.top-nav-wrap{
		width: 100%;
		position: relative;
		padding: 0 0 5% 0;
	}
	.top-nav-wrap .bg{
		width: 100%;
		height: 80%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: #f9f9f9;
	}

	.top-nav{
		width: 70%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.top-nav li{
		width: 28%;
	}
	.top-nav li a{
		width: 100%;
		position: relative;
		display: block;
	}
	.top-nav li a .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.top-nav li a .img .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.top-nav li a .title{
		width: 60%;
		margin: 0 0 0 35%;
	}
	.top-nav li a .img .top-nav-line{
		width: 90%;
		height: 90%;
		position: absolute;
		top: 5%;
		left: 5%;
	}
	.top-nav li a .img .top-nav-line li:nth-child(1){
		width: 0%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
		background: #fff;
		transition: .3s;
	}
	.top-nav li a:hover .img .top-nav-line li:nth-child(1){
		width: 100%;
		transition: .3s;
	}
	.top-nav li a .img .top-nav-line li:nth-child(2){
		width: 1px;
		height: 0%;
		position: absolute;
		top: 0;
		left: 0;
		background: #fff;
		transition: .3s;
	}
	.top-nav li a:hover .img .top-nav-line li:nth-child(2){
		height: 100%;
		transition: .3s;
	}
	.top-nav li a .img .top-nav-line li:nth-child(3){
		width: 0%;
		height: 1px;
		position: absolute;
		bottom: 0;
		right: 0;
		background: #fff;
		transition: .3s;
	}
	.top-nav li a:hover .img .top-nav-line li:nth-child(3){
		width: 100%;
		transition: .3s;
	}
	.top-nav li a .img .top-nav-line li:nth-child(4){
		width: 1px;
		height: 0%;
		position: absolute;
		bottom: 0;
		right: 0;
		background: #fff;
		transition: .3s;
	}
	.top-nav li a:hover .img .top-nav-line li:nth-child(4){
		height: 100%;
		transition: .3s;
	}



	/* door */
	.door{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.door .num{
		width: 80px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: -70%;
		right: 0;
		margin: 0 auto;
	}
	.door .title{
		width: 5%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: -55%;
		left: 0;
		margin: 0 auto;
	}
	.door .door-wrap{
		width: 45%;
		height: 100%;
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		background: rgba(255, 255, 255, .8);
	}
	.door .door-wrap .txt-box{
		width: 100%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}
	.door .door-wrap .txt-box .txt{
		width: max-content;
		margin: 0 auto 10% auto;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 3em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.door .door-wrap .txt-box .sub-txt{
		width: 80%;
		margin: 0 auto;
		text-align: right;
		font-size: 30px;
		letter-spacing: 10px;
		border-top: .5px solid #000;
		padding: 5% 5% 0 0;
		box-sizing: border-box;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}


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

	/* item-b-t */
	.item-b-t{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item-b-t .title01{
		width: max-content;
		font-size: 17px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		position: absolute;
		bottom: 25%;
		left: 10%;
		color: #fff;
	}
	.item-b-b{
		width: 65%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 10% auto;
	}
	.item-b-b .img{
		width: 50%;
		overflow: hidden;
	}
	.item-b-b .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0% 0% 0 7%;
	}
	.item-b-b .data .link-box{
		width: 100%;
	}

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

	/* item-2 */
	.item-2{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 0% auto;
	}
	.item-2 .img{
		width: 55%;
		overflow: hidden;
	}
	.item-2 .data{
		width: 45%;
		box-sizing: border-box;
		padding: 0 5% 0 5%;
	}
	.item-2 .data .title{
		font-size: 17px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
	}
	.item-2-b{
		width: 70%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 0px auto;
		position: relative;
		top: -150px;
	}
	.item-2-b .img{
		width: 50%;
		overflow: hidden;
	}
	.item-2-b .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0% 7% 0 7%;
	}
	.item-2-b .data .title{
		font-size: 17px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 20% 0;
		white-space: nowrap;
	}
	.item-2-b .data .link-box{
		width: 100%;
	}

	/* item-d */
	.item-d{
		width: 70%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.item-d .data01{
		width: 50%;
		padding: 10% 0 0 0;
	}
	.item-d .data01 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item-d .data01 .title{
		font-size: 17px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		position: relative;
		left: 7%;
	}
	.item-d .data02{
		width: 45%;
	}
	.item-d .data02 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 10% 0;
	}
	.item-d .data02 .link-box{
		width: 90%;
		margin: 0 auto;
	}

	/* item-s */
	.item-s{
		width: 70%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.item-s .bg{
		width: 45%;
		position: absolute;
		top: 35%;
		left: 5%;
	}
	.item-s .img{
		width: 55%;
		overflow: hidden;
		margin: 0 0 5% 45%;
	}
	.item-s .title{
		font-size: 17px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		position: absolute;
		left: 5%;
		top: 5%;
	}
	.item-s .data{
		width: 55%;
		overflow: hidden;
		margin: 0 0 0 45%;
	}
	.item-s .data .link-box{
		width: 65%;
		margin: 0 0 0 25%;
	}







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

	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
		letter-spacing: 1px;
		padding: 10px 0 10px 0;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		border-top: 0.7px solid #000;
		padding: 4% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
		top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}

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

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 1% 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: 15px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 16px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #a0a0a0;
		margin: 20px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 20px 0;
		opacity: .5;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
		background: #fff;
		border-color: #000;
		color: #000;
	}

	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #55afc6;
		border: 1px solid #55afc6;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #55afc6;
		color: #55afc6;
	}
	
	.btn-border {
		background-color: transparent;
		color: #1d1d1d;
	}
	.btn-arrow {
		position: relative;
		-webkit-transition: background-color 300ms ease-out;
		transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
		display: inline-block;
		position: relative;
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
		position: absolute;
		width: 1.1em;
		right: 0px;
		right: 0rem;
		opacity: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: right, opacity;
	}
	.btn-arrow img * {
		stroke-width: 5;
		stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}

}

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

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

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.mv-logo{
		width: 8%;
		position: absolute;
		left: 2%;
		top: 3%;
		z-index: 20;
		line-height: 0;
	}
	.mv01{
		width: 100%;
	}
	.mv02{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
	}
	.mv03{
		width: 100%;
		position: absolute;
		display: flex;
		justify-content: flex-start;
		top: 0;
		left: 0;
		z-index: 6;
	}
	.mv03 li{
		width: 50%;
		overflow: hidden;
	}
	.mv04{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 8;
	}
	.mv04 .on{
		width: 100%;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 8;
	}
	.mv05{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 7;
	}

	.mv-title-box{
		width: 39%;
		position: absolute;
		top: 47%;
		-webkit-transform: translateY(-47%); /* Safari用 */
		transform: translateY(-47%);
		left: 10.5%;
		z-index: 99;
	}
	.mv-title01{
		width: 94%;
		position: relative;
		margin: 0 0 7% 6%;
	}
	.mv-title02{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		position: relative;
		margin: 0 0 5% 0;
	}
	.mv-title02 li:nth-child(1){
		width: 24%;
		line-height: 0;
	}
	.mv-title02 li:nth-child(2){
		width: 70%;
		line-height: 0;
	}
	.mv-title03{
		width: 100%;
	}
	.scroll{
		width: 40px;
		position: absolute;
		left: 16%;
		bottom: 5%;
		z-index: 15;
	}
	.scroll .img{
		width: 8px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari逕ｨ */
		transform: translateY(-50%);
		right: 0;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 100px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.scrolldown::after{
		content: "";
		position: absolute;
		top: 0;
		width: 1px;
		height: 100px;
		background: #55afc6;
		animation: pathmove 1.4s ease-in-out infinite;
		opacity:0;
	}
	@keyframes pathmove{
		0%{
			height:0;
			top:0;
			opacity: 0;
		}
		30%{
			height:50px;
			opacity: 1;
		}
		100%{
			height:0;
			top: 100px;
			opacity: 0;
		}
	}


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

	.top-nav-wrap{
		width: 100%;
		position: relative;
		padding: 0 0 5% 0;
	}
	.top-nav-wrap .bg{
		width: 100%;
		height: 80%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: #f9f9f9;
	}

	.top-nav{
		width: 80%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.top-nav li{
		width: 30%;
	}
	.top-nav li a{
		width: 100%;
		position: relative;
		display: block;
	}
	.top-nav li a .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.top-nav li a .img .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.top-nav li a .title{
		width: 60%;
		margin: 0 0 0 35%;
	}
	.top-nav li a .img .top-nav-line{
		width: 90%;
		height: 90%;
		position: absolute;
		top: 5%;
		left: 5%;
	}
	.top-nav li a .img .top-nav-line li:nth-child(1){
		width: 0%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
		background: #fff;
		transition: .3s;
	}
	.top-nav li a:hover .img .top-nav-line li:nth-child(1){
		width: 100%;
		transition: .3s;
	}
	.top-nav li a .img .top-nav-line li:nth-child(2){
		width: 1px;
		height: 0%;
		position: absolute;
		top: 0;
		left: 0;
		background: #fff;
		transition: .3s;
	}
	.top-nav li a:hover .img .top-nav-line li:nth-child(2){
		height: 100%;
		transition: .3s;
	}
	.top-nav li a .img .top-nav-line li:nth-child(3){
		width: 0%;
		height: 1px;
		position: absolute;
		bottom: 0;
		right: 0;
		background: #fff;
		transition: .3s;
	}
	.top-nav li a:hover .img .top-nav-line li:nth-child(3){
		width: 100%;
		transition: .3s;
	}
	.top-nav li a .img .top-nav-line li:nth-child(4){
		width: 1px;
		height: 0%;
		position: absolute;
		bottom: 0;
		right: 0;
		background: #fff;
		transition: .3s;
	}
	.top-nav li a:hover .img .top-nav-line li:nth-child(4){
		height: 100%;
		transition: .3s;
	}



	/* door */
	.door{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.door .num{
		width: 80px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: -70%;
		right: 0;
		margin: 0 auto;
	}
	.door .title{
		width: 5%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: -55%;
		left: 0;
		margin: 0 auto;
	}
	.door .door-wrap{
		width: 45%;
		height: 100%;
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		background: rgba(255, 255, 255, .8);
	}
	.door .door-wrap .txt-box{
		width: 100%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}
	.door .door-wrap .txt-box .txt{
		width: max-content;
		margin: 0 auto 10% auto;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 3em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.door .door-wrap .txt-box .sub-txt{
		width: 80%;
		margin: 0 auto;
		text-align: right;
		font-size: 30px;
		letter-spacing: 10px;
		border-top: .5px solid #000;
		padding: 5% 5% 0 0;
		box-sizing: border-box;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}


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

	/* item-b-t */
	.item-b-t{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item-b-t .title01{
		width: max-content;
		font-size: 17px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		position: absolute;
		bottom: 25%;
		left: 10%;
		color: #fff;
	}
	.item-b-b{
		width: 75%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 10% auto;
	}
	.item-b-b .img{
		width: 50%;
		overflow: hidden;
	}
	.item-b-b .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0% 0% 0 7%;
	}
	.item-b-b .data .link-box{
		width: 100%;
	}

	/* item */
	.rever{
		flex-direction: row-reverse;
	}
	.item{
		width: 95%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 10% auto;
	}
	.item .img{
		width: 50%;
		overflow: hidden;
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0% 7% 0 7%;
	}
	.item .data .title{
		font-size: 17px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 20% 0;
		white-space: nowrap;
	}
	.item .data .link-box{
		width: 100%;
	}

	/* item-2 */
	.item-2{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 0% auto;
	}
	.item-2 .img{
		width: 55%;
		overflow: hidden;
	}
	.item-2 .data{
		width: 45%;
		box-sizing: border-box;
		padding: 0 5% 0 5%;
	}
	.item-2 .data .title{
		font-size: 17px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
	}
	.item-2-b{
		width: 95%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 5% auto;
		position: relative;
		top: -50px;
	}
	.item-2-b .img{
		width: 50%;
		overflow: hidden;
	}
	.item-2-b .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0% 7% 0 7%;
	}
	.item-2-b .data .title{
		font-size: 17px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 20% 0;
		white-space: nowrap;
	}
	.item-2-b .data .link-box{
		width: 100%;
	}

	/* item-d */
	.item-d{
		width: 95%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.item-d .data01{
		width: 50%;
		padding: 10% 0 0 0;
	}
	.item-d .data01 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item-d .data01 .title{
		font-size: 17px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		position: relative;
		left: 7%;
	}
	.item-d .data02{
		width: 45%;
	}
	.item-d .data02 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 10% 0;
	}
	.item-d .data02 .link-box{
		width: 90%;
		margin: 0 auto;
	}

	/* item-s */
	.item-s{
		width: 95%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.item-s .bg{
		width: 45%;
		position: absolute;
		top: 35%;
		left: 5%;
	}
	.item-s .img{
		width: 55%;
		overflow: hidden;
		margin: 0 0 5% 45%;
	}
	.item-s .title{
		font-size: 17px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		position: absolute;
		left: 5%;
		top: 5%;
	}
	.item-s .data{
		width: 55%;
		overflow: hidden;
		margin: 0 0 0 45%;
	}
	.item-s .data .link-box{
		width: 65%;
		margin: 0 0 0 25%;
	}


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

	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
		letter-spacing: 1px;
		padding: 10px 0 10px 0;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		border-top: 0.7px solid #000;
		padding: 4% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
		top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}

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

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 1% 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: 15px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 16px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #a0a0a0;
		margin: 20px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 20px 0;
		opacity: .5;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
		background: #fff;
		border-color: #000;
		color: #000;
	}

	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #55afc6;
		border: 1px solid #55afc6;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #55afc6;
		color: #55afc6;
	}
	
	.btn-border {
		background-color: transparent;
		color: #1d1d1d;
	}
	.btn-arrow {
		position: relative;
		-webkit-transition: background-color 300ms ease-out;
		transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
		display: inline-block;
		position: relative;
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
		position: absolute;
		width: 1.1em;
		right: 0px;
		right: 0rem;
		opacity: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: right, opacity;
	}
	.btn-arrow img * {
		stroke-width: 5;
		stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}

}

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

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

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 15% auto;
	}
	.mv-logo{
		width: 35%;
		position: absolute;
		left: 0%;
		right: 0;
		top: 3%;
		margin: 0 auto;
		z-index: 20;
		line-height: 0;
	}
	.mv01{
		width: 100%;
	}
	.mv02{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
	}
	.mv03{
		width: 100%;
		position: absolute;
		display: flex;
		justify-content: flex-start;
		top: 0;
		left: 0;
		z-index: 6;
	}
	.mv03 li{
		width: 50%;
		overflow: hidden;
	}
	.mv04{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 8;
	}
	.mv04 .on{
		width: 100%;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 8;
	}
	.mv05{
		width: 100%;
		position: absolute;
		top: 8.5%;
		left: 0;
		z-index: 9;
	}

	.mv-title-box{
		width: 75%;
		position: absolute;
		bottom: 5%;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 99;
	}
	.mv-title01{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0%;
	}
	.mv-title02{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		position: relative;
		margin: 0 0 2% 0;
	}
	.mv-title02 li:nth-child(1){
		width: 28%;
		line-height: 0;
	}
	.mv-title02 li:nth-child(2){
		width: 65%;
		line-height: 0;
	}
	.mv-title03{
		width: 100%;
	}
	.scroll{
		width: 25px;
		position: absolute;
		right: 2%;
		bottom: 5%;
		z-index: 15;
	}
	.scroll .img{
		width: 6px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari逕ｨ */
		transform: translateY(-50%);
		right: 0;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 70px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.scrolldown::after{
		content: "";
		position: absolute;
		top: 0;
		width: 1px;
		height: 70px;
		background: #55afc6;
		animation: pathmove 1.4s ease-in-out infinite;
		opacity:0;
	}
	@keyframes pathmove{
		0%{
			height:0;
			top:0;
			opacity: 0;
		}
		30%{
			height:50px;
			opacity: 1;
		}
		100%{
			height:0;
			top: 100px;
			opacity: 0;
		}
	}


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

	.top-nav-wrap{
		width: 100%;
		position: relative;
		padding: 10% 0 1% 0;
	}
	.top-nav-wrap .bg{
		width: 60%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		background: #f9f9f9;
	}

	.top-nav{
		width: 80%;
		margin: 0 auto;
	}
	.top-nav li{
		width: 100%;
		margin: 0 0 0% 0;
	}
	.top-m-sp{
		margin: 10% 0 !important;
	}
	.top-nav li a{
		width: 100%;
		position: relative;
		display: block;
	}
	.top-nav li a .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.top-nav li a .img .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.top-nav li a .title{
		width: 45%;
		margin: 0 0 0 50%;
	}
	.top-nav li a .img .top-nav-line{
		width: 95%;
		height: 90%;
		position: absolute;
		top: 5%;
		left: 2.5%;
	}
	.top-nav li a .img .top-nav-line li:nth-child(1){
		width: 0%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
		background: #fff;
		transition: .3s;
	}
	.top-nav li a:hover .img .top-nav-line li:nth-child(1){
		width: 100%;
		transition: .3s;
	}
	.top-nav li a .img .top-nav-line li:nth-child(2){
		width: 1px;
		height: 0%;
		position: absolute;
		top: 0;
		left: 0;
		background: #fff;
		transition: .3s;
	}
	.top-nav li a:hover .img .top-nav-line li:nth-child(2){
		height: 100%;
		transition: .3s;
	}
	.top-nav li a .img .top-nav-line li:nth-child(3){
		width: 0%;
		height: 1px;
		position: absolute;
		bottom: 0;
		right: 0;
		background: #fff;
		transition: .3s;
	}
	.top-nav li a:hover .img .top-nav-line li:nth-child(3){
		width: 100%;
		transition: .3s;
	}
	.top-nav li a .img .top-nav-line li:nth-child(4){
		width: 1px;
		height: 0%;
		position: absolute;
		bottom: 0;
		right: 0;
		background: #fff;
		transition: .3s;
	}
	.top-nav li a:hover .img .top-nav-line li:nth-child(4){
		height: 100%;
		transition: .3s;
	}



	/* door */
	.door{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 10% auto;
	}
	.door .num{
		width: 80px;
		position: absolute;
		right: 0;
		left: 0;
		top: 5%;
		margin: 0 auto;
	}
	.door .title{
		width: 85%;
		position: absolute;
		bottom: 5%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.door .door-wrap{
		width: 100%;
		height: 60%;
		margin: 0 auto;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari逕ｨ */
		transform: translateY(-50%);
		left: 0;
		right: 0;
		background: rgba(255, 255, 255, .8);
	}
	.door .door-wrap .txt-box{
		width: 100%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}
	.door .door-wrap .txt-box .txt{
		width: max-content;
		margin: 0 auto 3% auto;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.door .door-wrap .txt-box .sub-txt{
		width: 85%;
		margin: 0 auto;
		text-align: right;
		font-size: 25px;
		letter-spacing: 10px;
		border-top: .5px solid #000;
		padding: 3% 5% 0 0;
		box-sizing: border-box;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}


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

	/* item-b-t */
	.item-b-t{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item-b-b .title01{
		width: 80%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2.3em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 auto 7% auto;
	}
	.item-b-b{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item-b-b .img{
		width: 90%;
		overflow: hidden;
		margin: 0 0 7% 10%;
	}
	.item-b-b .data{
		width: 80%;
		margin: 0 auto;
	}
	.item-b-b .data .link-box{
		width: 100%;
	}

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

	/* item-2 */
	.item-2{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 0% auto;
	}
	.item-2 .img{
		width: 90%;
		overflow: hidden;
	}
	.item-2 .data{
		width: 45%;
		box-sizing: border-box;
		padding: 0 5% 0 5%;
	}
	.item-2 .data .title{
		font-size: 17px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
	}
	.item-2-b{
		width: 100%;
		margin: 0 auto 5% auto;
		position: relative;
		top: -50px;
	}
	.item-2-b .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 7% auto;
	}
	.item-2-b .img-min{
		width: 90%;
		overflow: hidden;
		margin: 0 0 7% 10% !important;
	}
	.item-2-b .data{
		width: 80%;
		margin: 0 auto;
	}
	.item-2-b .data .title{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2.3em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 7% 0;
		white-space: nowrap;
	}
	.item-2-b .data .link-box{
		width: 100%;
	}

	/* item-d */
	.item-d{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 15% auto;
	}
	.item-d .data01{
		width: 100%;
	}
	.item-d .data01 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 7% 0;
	}
	.item-d .data01 .title{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2.3em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		width: 80%;
		margin: 0 auto 7% auto;
	}
	.item-d .data02{
		width: 100%;
	}
	.item-d .data02 .img{
		width: 90%;
		overflow: hidden;
		margin: 0 0 7% 10%;
	}
	.item-d .data02 .link-box{
		width: 80%;
		margin: 0 auto;
	}

	/* item-s */
	.item-s{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 15% auto;
	}
	.item-s .bg{
		width: 70%;
		position: absolute;
		top: 18%;
		right: 0%;
		z-index: -1;
	}
	.item-s .img{
		width: 90%;
		overflow: hidden;
		margin: 0 0 45% 0%;
	}
	.item-s .title{
		width: 80%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2.3em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 auto 7% auto;
	}
	.item-s .data{
		width: 80%;
		overflow: hidden;
		margin: 0 auto 0 auto;
	}
	.item-s .data .link-box{
		width: 100%;
	}


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

	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
		letter-spacing: 1px;
		padding: 10px 0 10px 0;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		border-top: 0.7px solid #000;
		padding: 4% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
		top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}

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

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 1% 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: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 15px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 9px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #a0a0a0;
		margin: 20px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 20px 0;
		opacity: .5;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
		background: #fff;
		border-color: #000;
		color: #000;
	}

	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #55afc6;
		border: 1px solid #55afc6;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #55afc6;
		color: #55afc6;
	}
	
	.btn-border {
		background-color: transparent;
		color: #1d1d1d;
	}
	.btn-arrow {
		position: relative;
		-webkit-transition: background-color 300ms ease-out;
		transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
		display: inline-block;
		position: relative;
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
		position: absolute;
		width: 1.1em;
		right: 0px;
		right: 0rem;
		opacity: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: right, opacity;
	}
	.btn-arrow img * {
		stroke-width: 5;
		stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}

	/*f-banner*/
	.f-banner{
		width: 90%;
		margin: 0 auto 10% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		margin: 0 auto 10% auto;
		padding: 10% 0 0 0;
	}
	.f-banner02-list{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 20% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 10px;
		bottom: 10px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}

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

}
