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

/* 
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;
    }
	.l-icon03::before{
        content: url("../img/l-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon03::before{
        content: url("../img/s-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.mv-logo{
		width: 10%;
        position: absolute;
        top: 4%;
        left: 2%;
        z-index: 20;
        line-height: 0;
	}
	.mv-img-box{
		width: 100%;
		overflow: hidden;
	}
	.mv-img-box .mv-img{
		width: 100%;
	}
	.mv-sub-title{
		width: 25%;
        position: absolute;
        top: 10%;
        left: 3%;
	}
	.mv-title-box{
		width: 42%;
		position: absolute;
		left: 12%;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}
	.mv-title-box .mv-title01{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.mv-title-box .mv-title02{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.mv-title-box .mv-title02 .un{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.mv-title-box .mv-title02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
	}
	.mv-title-box .mv-title03{
		width: 65%;
		position: relative;
		margin: 0 0 0 35%;
	}
	.mv-title-box .mv-title04{
		width: 65%;
		position: relative;
		margin: 0 0 0 35%;
		top: -10px;
	}

	.scroll2{
		width: 40px;
		position: absolute;
		right: 1%;
		bottom: 0%;
		z-index: 15;
	}
	.scroll2 .img{
		width: 7px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari逕ｨ */
		transform: translateY(-50%);
		right: 0;
	}
	.scrolldown2{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 120px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.scrolldown2::after{
		content: "";
		position: absolute;
		top: 0;
		width: 1px;
		height: 120px;
		background: #ff9f38;
		animation: pathmove2 1.4s ease-in-out infinite;
		opacity:0;
	}
	@keyframes pathmove2{
		0%{
			height:0;
			top:0;
			opacity: 0;
		}
		30%{
			height:50px;
			opacity: 1;
		}
		100%{
			height:0;
			top: 120px;
			opacity: 0;
		}
	}


	/* read */
	.read{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.read .txt-box{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.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;
	}
	.read .data{
		width: 60%;
		border-top: .5px solid #000;
		border-bottom: .5px solid #000;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 5% 5%;
	}
	.read .data .data01{
		width: 100%;
		margin: 0 0 7% 0;
	}

	/* top-nav */
	.top-nav{
		width: 45%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.top-nav-in{
		width: 40%;
	}
	.top-nav-in a{
		width: 100%;
		display: block;
		text-decoration: none;
	}
	.top-nav-in a .img{
		width: 100%;
		display: block;
		position: relative;
		margin: 0 0 7% 0;
	}
	.top-nav-in a .img .img-in{
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.top-nav-in a .img .img-in .img-in-img{
		transform: scale(1);
		transition: .3s;
	}
	.top-nav-in a:hover .img .img-in .img-in-img{
		transform: scale(1.05);
		transition: .3s;
	}
	.top-nav-in a .img .img-bg01{
		background: #e9eaf2;
	}
	.top-nav-in a .img .img-bg02{
		background: #ffefe5;
	}
	.top-nav-in a .img .img-bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 10%;
		left: 10%;
		z-index: -1;
		transition: .3s;
	}
	.top-nav-in a:hover .img .img-bg{
		top: 8%;
		left: 8%;
		transition: .3s;
	}
	.top-nav-in a .img .img-in .num{
		width: 20%;
		overflow: hidden;
		position: absolute;
		bottom: 20px;
		right: 20px;
	}
	.top-nav-in a .title{
		width: 80%;
		line-height: 0;
		margin: 0 0 4% 0;
	}
	.top-nav-in a .top-nav-txt{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.top-nav-in a .top-nav-txt li:nth-child(1){
		width: 35%;
		height: .5px;
		background: #000;
	}
	.top-nav-in a .top-nav-txt li:nth-child(2){
		width: 60%;
		font-size: 21px;
		letter-spacing: 5px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
	}
	.top-nav-in a .top-nav-txt li:nth-child(2) .txt01{
		color: #6d74a8;
	}
	.top-nav-in a .top-nav-txt li:nth-child(2) .txt02{
		color: #ff9150;
	}

	/* side-nav */
	#side-nav{
		position: fixed;
		width:max-content;
		z-index: 99;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 10px;
	}
	#side-nav nav .side-nav-in li{
		width: 60px;
		position: relative;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li:nth-child(1){
		margin: 0 0 40px 0;
	}
	#side-nav nav .side-nav-in li a{
		width: 100%;
		margin: 0 auto;
		display: block;
		box-sizing: border-box;
		opacity: .3;
		transition: .3s;
		box-sizing: border-box;
		position: relative;
	}
	#side-nav nav .side-nav-in li a img{
		width: 100%;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a .line{
		width: 1px;
		height: 100%;
		position: absolute;
		left: 23px;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		opacity: 0;
		transition: .3s;
	}
	.side-line01{
		background: #6d74a8;
	}
	.side-line02{
		background: #ff9150;
	}
	#side-nav nav .side-nav-in li a::after {
		fill: #000;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a{
		fill: #000;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li.current a .line{
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a::after {
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li a:hover {
		fill: #000;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a:hover .line{
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li a:hover::after {
		fill: #000;
		opacity: 1;
		transition: .3s;
	}

	.section-box{
		width: 100%;
		position: relative;
		margin: 0 auto 10% auto;
	}


	/* door */
	.door{
		width: 100%;
		position: relative;
		margin: 0 auto;
		padding: 3% 0 0 0;
		margin: 0 0 5% 0;
	}
	.door .num{
		width: 9%;
		position: absolute;
		top: 19%;
		left: 15%;
	}
	.door .bg01{
		width: 8%;
		height: 190px;
		position: absolute;
		top: 0%;
		left: 0%;
		right: 0;
		margin: 0 auto;
		background: #e9eaf2;
		z-index: -1;
	}
	.door .bg02{
		width: 8%;
		height: 190px;
		position: absolute;
		top: 0%;
		left: 0%;
		right: 0;
		margin: 0 auto;
		background: #ffefe5;
		z-index: -1;
	}
	.door .main-title{
		width: 30%;
		margin: 0 auto 3% auto;
	}
	.door .txt{
		width: 100%;
		font-size: 20px;
		letter-spacing: 3px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}
	.door .sub-txt{
		width: 25px;
		position: absolute;
		top: 20%;
		right: 20%;
		z-index: 10;
	}
	.door .sub-txt .line{
		width: 1px;
		height: 200%;
		background: #000;
		position: absolute;
		top: 0%;
		right: -20px;
	}

	/* item-w */
	.item-w{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.item-w .img{
		width: 100%;
		position: relative;
		margin: 0 0 3% 0;
	}
	.item-w .img .icon{
		width: 20%;
		position: absolute;
		top: -7%;
		right: 25%;
		z-index: 10;
	}
	.item-w .img .img-in{
		width: 100%;
		overflow: hidden;
	}
	.item-w .img .data{
		width: max-content;
		position: absolute;
		bottom: 20%;
		right: 20%;
	}
	.item-w .img .data .num-box{
		width: 140px;
		position: relative;
		margin: 0 0 20% 0;
		left: 40%;
	}
	.item-w .img .data .num-box .num{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.item-w .img .data .num-box .bg01{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #e9eaf2;
		z-index: 5;
	}
	.item-w .img .data .txt{
		font-size: 19px;
		letter-spacing: 3px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.item-w .link-data{
		width: 55%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-w .link-data .link-list{
		width: 42%;
	}

	/* item-w02 */
	.item-w02{
		width: 100%;
		margin: 0 auto 0 auto;
	}
	.item-w02 .img{
		width: 100%;
		position: relative;
	}
	.item-w02 .img .icon{
		width: 20%;
		position: absolute;
		bottom: -15%;
		right: 5%;
		z-index: 10;
	}
	.item-w02 .img .img-in{
		width: 100%;
		overflow: hidden;
	}
	.item-w02 .img .data{
		width: max-content;
		position: absolute;
		top: 15%;
		left: 20%;
	}
	.item-w02 .img .data .num-box{
		width: 140px;
		position: relative;
		margin: 0 0 20% 0;
		left: 40%;
	}
	.item-w02 .img .data .num-box .num{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.item-w02 .img .data .num-box .bg{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #ffefe5;
		z-index: 5;
	}
	.item-w02 .img .data .txt{
		font-size: 19px;
		letter-spacing: 3px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.item-end{
		width: 70%;
		display: flex;
		justify-content: flex-start;
		align-items: flex-end;
		margin: 0 auto 5% auto;
		position: relative;
		z-index: 10;
		top: -100px;
	}
	.item-end .img{
		width: 50%;
		overflow: hidden;
	}
	.item-end .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0% 7% 10% 7%;
	}
	.item-end .data .txt{
		font-size: 19px;
		letter-spacing: 3px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 0 20% 0;
	}

	

	/* item-c */
	.item-c{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 10% auto;
	}
	.item-c .img{
		width: 70%;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item-c .img .img-in{
		width: 60%;
		overflow: hidden;
		margin: 0 auto;
	}
	.item-c .img .data{
		width: max-content;
		position: absolute;
		bottom: 15%;
		left: 0%;
	}
	.item-c .img .data .num-box{
		width: 140px;
		position: relative;
		margin: 0 0 30% 0;
	}
	.item-c .img .data .num-box .num{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.item-c .img .data .num-box .bg01{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #e9eaf2;
		z-index: 5;
	}
	.item-c .img .data .txt{
		font-size: 19px;
		letter-spacing: 3px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.item-c .link-data{
		width: 55%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-c .link-data .link-list{
		width: 42%;
	}

	/* item-c02 */
	.item-c02{
		width: 70%;
		overflow: hidden;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin: 0 auto 10% auto;
	}
	.item-c02 .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item-c02 .data-l{
		width: 50%;
		box-sizing: border-box;
		padding: 0% 7% 0 7%;
	}
	.item-c02 .data-l .num-box{
		width: 140px;
		position: relative;
		margin: 0 0 5% 0;
	}
	.item-c02 .data-l .num-box .num{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.item-c02 .data-l .num-box .bg{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #ffefe5;
		z-index: 5;
	}
	.item-c02 .data-l .txt{
		width: 100%;
		font-size: 19px;
		letter-spacing: 3px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
	}
	.item-c02 .data-r{
		width: 50%;
		box-sizing: border-box;
		padding: 2% 7% 0 7%;
	}


	/* item-d */
	.item-d{
		width: 70%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.item-d-l{
		width: 47%;
		padding: 10% 0 0 0;
	}
	.item-d-l .num-box{
		width: 140px;
		position: relative;
		margin: 0 0 10% 0;
		left: 10%;
	}
	.item-d-l .num-box .num{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.item-d-l .num-box .bg01{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #e9eaf2;
		z-index: 5;
	}
	.item-d-l .num-box .bg02{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #ffefe5;
		z-index: 5;
	}
	.item-d-l .img{
		width: 100%;
		overflow: hidden;
	}
	.item-d-r{
		width: 47%;
	}
	.item-d-r .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item-d-r .txt{
		width: 80%;
		font-size: 19px;
		letter-spacing: 3px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 auto 5% auto;
	}
	.item-d-r .link-box{
		width: 80%;
		margin: 0 auto;
	}

	/* item */
	.rever{
		flex-direction: row-reverse;
	}
	.item{
		width: 70%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 10% auto;
	}
	.item .img{
		width: 50%;
		overflow: hidden;
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 7%;
	}
	.item .data .num-box{
		width: 140px;
		position: relative;
	}
	.item .data .num-box01{
		margin: 0 0 20% 0;
	}
	.item .data .num-box02{
		margin-left: calc(100% - 140px);
		margin-bottom: 20%;
	}
	.item .data .num-box .num{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.item .data .num-box .bg01{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #e9eaf2;
		z-index: 5;
	}
	.item .data .num-box .bg02{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #ffefe5;
		z-index: 5;
	}
	.item .data .txt{
		font-size: 19px;
		letter-spacing: 3px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 0 20% 0;
	}

	/* item-b */
	.item-b{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.item-b .img{
		width: 60%;
		overflow: hidden;
	}
	.item-b .data{
		width: 40%;
		box-sizing: border-box;
		padding: 5% 7% 0% 7%;
	}
	.item-b .data .num-box{
		width: 140px;
		position: relative;
		margin: 0 0 15% 0;
	}
	.item-b .data .num-box .num{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.item-b .data .num-box .bg{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #ffefe5;
		z-index: 5;
	}
	.item-b .data .txt{
		width: 100%;
		font-size: 19px;
		letter-spacing: 3px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
	}
	.item-end02{
		width: 70%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 5% auto;
		position: relative;
		z-index: 10;
		top: -100px;
	}
	.item-end02 .img{
		width: 50%;
		position: relative;
	}
	.item-end02 .img .icon{
		width: 55%;
		position: absolute;
		bottom: 0;
		left: -50%;
		z-index: 10;
	}
	.item-end02 .img .img-in{
		width: 100%;
		overflow: hidden;
	}
	.item-end02 .data{
		width: 50%;
		box-sizing: border-box;
		padding: 20% 7% 0% 7%;
	}
	.item-end02 .data .txt{
		font-size: 19px;
		letter-spacing: 3px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 0 20% 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: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 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 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 20px 0;
		opacity: .5;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: .5px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
		background: #fff;
		border-color: #000;
		color: #000;
	}

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

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

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.mv-logo{
		width: 10%;
        position: absolute;
        top: 4%;
        left: 2%;
        z-index: 20;
        line-height: 0;
	}
	.mv-img-box{
		width: 100%;
		overflow: hidden;
	}
	.mv-img-box .mv-img{
		width: 100%;
	}
	.mv-sub-title{
		width: 25%;
        position: absolute;
        top: 10%;
        left: 3%;
	}
	.mv-title-box{
		width: 42%;
		position: absolute;
		left: 12%;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}
	.mv-title-box .mv-title01{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.mv-title-box .mv-title02{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.mv-title-box .mv-title02 .un{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.mv-title-box .mv-title02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
	}
	.mv-title-box .mv-title03{
		width: 65%;
		position: relative;
		margin: 0 0 0 35%;
	}
	.mv-title-box .mv-title04{
		width: 65%;
		position: relative;
		margin: 0 0 0 35%;
		top: -10px;
	}

	.scroll2{
		width: 40px;
		position: absolute;
		right: 1%;
		bottom: 0%;
		z-index: 15;
	}
	.scroll2 .img{
		width: 7px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari逕ｨ */
		transform: translateY(-50%);
		right: 0;
	}
	.scrolldown2{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 120px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.scrolldown2::after{
		content: "";
		position: absolute;
		top: 0;
		width: 1px;
		height: 120px;
		background: #ff9f38;
		animation: pathmove2 1.4s ease-in-out infinite;
		opacity:0;
	}
	@keyframes pathmove2{
		0%{
			height:0;
			top:0;
			opacity: 0;
		}
		30%{
			height:50px;
			opacity: 1;
		}
		100%{
			height:0;
			top: 120px;
			opacity: 0;
		}
	}


	/* read */
	.read{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.read .txt-box{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.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;
	}
	.read .data{
		width: 60%;
		border-top: .5px solid #000;
		border-bottom: .5px solid #000;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 5% 5%;
	}
	.read .data .data01{
		width: 100%;
		margin: 0 0 7% 0;
	}

	/* top-nav */
	.top-nav{
		width: 45%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.top-nav-in{
		width: 40%;
	}
	.top-nav-in a{
		width: 100%;
		display: block;
		text-decoration: none;
	}
	.top-nav-in a .img{
		width: 100%;
		display: block;
		position: relative;
		margin: 0 0 7% 0;
	}
	.top-nav-in a .img .img-in{
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.top-nav-in a .img .img-in .img-in-img{
		transform: scale(1);
		transition: .3s;
	}
	.top-nav-in a:hover .img .img-in .img-in-img{
		transform: scale(1.05);
		transition: .3s;
	}
	.top-nav-in a .img .img-bg01{
		background: #e9eaf2;
	}
	.top-nav-in a .img .img-bg02{
		background: #ffefe5;
	}
	.top-nav-in a .img .img-bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 10%;
		left: 10%;
		z-index: -1;
		transition: .3s;
	}
	.top-nav-in a:hover .img .img-bg{
		top: 8%;
		left: 8%;
		transition: .3s;
	}
	.top-nav-in a .img .img-in .num{
		width: 20%;
		overflow: hidden;
		position: absolute;
		bottom: 20px;
		right: 20px;
	}
	.top-nav-in a .title{
		width: 80%;
		line-height: 0;
		margin: 0 0 4% 0;
	}
	.top-nav-in a .top-nav-txt{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.top-nav-in a .top-nav-txt li:nth-child(1){
		width: 35%;
		height: .5px;
		background: #000;
	}
	.top-nav-in a .top-nav-txt li:nth-child(2){
		width: 60%;
		font-size: 21px;
		letter-spacing: 5px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
	}
	.top-nav-in a .top-nav-txt li:nth-child(2) .txt01{
		color: #6d74a8;
	}
	.top-nav-in a .top-nav-txt li:nth-child(2) .txt02{
		color: #ff9150;
	}

	/* side-nav */
	#side-nav{
		position: fixed;
		width:max-content;
		z-index: 99;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 10px;
	}
	#side-nav nav .side-nav-in li{
		width: 60px;
		position: relative;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li:nth-child(1){
		margin: 0 0 40px 0;
	}
	#side-nav nav .side-nav-in li a{
		width: 100%;
		margin: 0 auto;
		display: block;
		box-sizing: border-box;
		opacity: .3;
		transition: .3s;
		box-sizing: border-box;
		position: relative;
	}
	#side-nav nav .side-nav-in li a img{
		width: 100%;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a .line{
		width: 1px;
		height: 100%;
		position: absolute;
		left: 23px;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		opacity: 0;
		transition: .3s;
	}
	.side-line01{
		background: #6d74a8;
	}
	.side-line02{
		background: #ff9150;
	}
	#side-nav nav .side-nav-in li a::after {
		fill: #000;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a{
		fill: #000;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li.current a .line{
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a::after {
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li a:hover {
		fill: #000;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a:hover .line{
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li a:hover::after {
		fill: #000;
		opacity: 1;
		transition: .3s;
	}

	.section-box{
		width: 100%;
		position: relative;
		margin: 0 auto 10% auto;
	}


	/* door */
	.door{
		width: 100%;
		position: relative;
		margin: 0 auto;
		padding: 3% 0 0 0;
		margin: 0 0 5% 0;
	}
	.door .num{
		width: 9%;
		position: absolute;
		top: 19%;
		left: 15%;
	}
	.door .bg01{
		width: 8%;
		height: 190px;
		position: absolute;
		top: 0%;
		left: 0%;
		right: 0;
		margin: 0 auto;
		background: #e9eaf2;
		z-index: -1;
	}
	.door .bg02{
		width: 8%;
		height: 190px;
		position: absolute;
		top: 0%;
		left: 0%;
		right: 0;
		margin: 0 auto;
		background: #ffefe5;
		z-index: -1;
	}
	.door .main-title{
		width: 30%;
		margin: 0 auto 3% auto;
	}
	.door .txt{
		width: 100%;
		font-size: 20px;
		letter-spacing: 3px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}
	.door .sub-txt{
		width: 25px;
		position: absolute;
		top: 20%;
		right: 20%;
		z-index: 10;
	}
	.door .sub-txt .line{
		width: 1px;
		height: 200%;
		background: #000;
		position: absolute;
		top: 0%;
		right: -20px;
	}

	/* item-w */
	.item-w{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.item-w .img{
		width: 100%;
		position: relative;
		margin: 0 0 3% 0;
	}
	.item-w .img .icon{
		width: 20%;
		position: absolute;
		top: -7%;
		right: 25%;
		z-index: 10;
	}
	.item-w .img .img-in{
		width: 100%;
		overflow: hidden;
	}
	.item-w .img .data{
		width: max-content;
		position: absolute;
		bottom: 20%;
		right: 20%;
	}
	.item-w .img .data .num-box{
		width: 140px;
		position: relative;
		margin: 0 0 20% 0;
		left: 40%;
	}
	.item-w .img .data .num-box .num{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.item-w .img .data .num-box .bg01{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #e9eaf2;
		z-index: 5;
	}
	.item-w .img .data .txt{
		font-size: 19px;
		letter-spacing: 3px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.item-w .link-data{
		width: 55%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-w .link-data .link-list{
		width: 42%;
	}

	/* item-w02 */
	.item-w02{
		width: 100%;
		margin: 0 auto 0 auto;
	}
	.item-w02 .img{
		width: 100%;
		position: relative;
	}
	.item-w02 .img .icon{
		width: 20%;
		position: absolute;
		bottom: -15%;
		right: 5%;
		z-index: 10;
	}
	.item-w02 .img .img-in{
		width: 100%;
		overflow: hidden;
	}
	.item-w02 .img .data{
		width: max-content;
		position: absolute;
		top: 15%;
		left: 20%;
	}
	.item-w02 .img .data .num-box{
		width: 140px;
		position: relative;
		margin: 0 0 20% 0;
		left: 40%;
	}
	.item-w02 .img .data .num-box .num{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.item-w02 .img .data .num-box .bg{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #ffefe5;
		z-index: 5;
	}
	.item-w02 .img .data .txt{
		font-size: 19px;
		letter-spacing: 3px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.item-end{
		width: 70%;
		display: flex;
		justify-content: flex-start;
		align-items: flex-end;
		margin: 0 auto 5% auto;
		position: relative;
		z-index: 10;
		top: -100px;
	}
	.item-end .img{
		width: 50%;
		overflow: hidden;
	}
	.item-end .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0% 7% 10% 7%;
	}
	.item-end .data .txt{
		font-size: 19px;
		letter-spacing: 3px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 0 20% 0;
	}

	

	/* item-c */
	.item-c{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 10% auto;
	}
	.item-c .img{
		width: 70%;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item-c .img .img-in{
		width: 60%;
		overflow: hidden;
		margin: 0 auto;
	}
	.item-c .img .data{
		width: max-content;
		position: absolute;
		bottom: 15%;
		left: 0%;
	}
	.item-c .img .data .num-box{
		width: 140px;
		position: relative;
		margin: 0 0 30% 0;
	}
	.item-c .img .data .num-box .num{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.item-c .img .data .num-box .bg01{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #e9eaf2;
		z-index: 5;
	}
	.item-c .img .data .txt{
		font-size: 19px;
		letter-spacing: 3px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.item-c .link-data{
		width: 55%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-c .link-data .link-list{
		width: 42%;
	}

	/* item-c02 */
	.item-c02{
		width: 70%;
		overflow: hidden;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin: 0 auto 10% auto;
	}
	.item-c02 .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item-c02 .data-l{
		width: 50%;
		box-sizing: border-box;
		padding: 0% 7% 0 7%;
	}
	.item-c02 .data-l .num-box{
		width: 140px;
		position: relative;
		margin: 0 0 5% 0;
	}
	.item-c02 .data-l .num-box .num{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.item-c02 .data-l .num-box .bg{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #ffefe5;
		z-index: 5;
	}
	.item-c02 .data-l .txt{
		width: 100%;
		font-size: 19px;
		letter-spacing: 3px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
	}
	.item-c02 .data-r{
		width: 50%;
		box-sizing: border-box;
		padding: 2% 7% 0 7%;
	}


	/* item-d */
	.item-d{
		width: 70%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.item-d-l{
		width: 47%;
		padding: 10% 0 0 0;
	}
	.item-d-l .num-box{
		width: 140px;
		position: relative;
		margin: 0 0 10% 0;
		left: 10%;
	}
	.item-d-l .num-box .num{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.item-d-l .num-box .bg01{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #e9eaf2;
		z-index: 5;
	}
	.item-d-l .num-box .bg02{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #ffefe5;
		z-index: 5;
	}
	.item-d-l .img{
		width: 100%;
		overflow: hidden;
	}
	.item-d-r{
		width: 47%;
	}
	.item-d-r .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item-d-r .txt{
		width: 80%;
		font-size: 19px;
		letter-spacing: 3px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 auto 5% auto;
	}
	.item-d-r .link-box{
		width: 80%;
		margin: 0 auto;
	}

	/* item */
	.rever{
		flex-direction: row-reverse;
	}
	.item{
		width: 70%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 10% auto;
	}
	.item .img{
		width: 50%;
		overflow: hidden;
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 7%;
	}
	.item .data .num-box{
		width: 140px;
		position: relative;
	}
	.item .data .num-box01{
		margin: 0 0 20% 0;
	}
	.item .data .num-box02{
		margin-left: calc(100% - 140px);
		margin-bottom: 20%;
	}
	.item .data .num-box .num{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.item .data .num-box .bg01{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #e9eaf2;
		z-index: 5;
	}
	.item .data .num-box .bg02{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #ffefe5;
		z-index: 5;
	}
	.item .data .txt{
		font-size: 19px;
		letter-spacing: 3px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 0 20% 0;
	}

	/* item-b */
	.item-b{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.item-b .img{
		width: 60%;
		overflow: hidden;
	}
	.item-b .data{
		width: 40%;
		box-sizing: border-box;
		padding: 5% 7% 0% 7%;
	}
	.item-b .data .num-box{
		width: 140px;
		position: relative;
		margin: 0 0 15% 0;
	}
	.item-b .data .num-box .num{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.item-b .data .num-box .bg{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #ffefe5;
		z-index: 5;
	}
	.item-b .data .txt{
		width: 100%;
		font-size: 19px;
		letter-spacing: 3px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
	}
	.item-end02{
		width: 70%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 5% auto;
		position: relative;
		z-index: 10;
		top: -100px;
	}
	.item-end02 .img{
		width: 50%;
		position: relative;
	}
	.item-end02 .img .icon{
		width: 55%;
		position: absolute;
		bottom: 0;
		left: -50%;
		z-index: 10;
	}
	.item-end02 .img .img-in{
		width: 100%;
		overflow: hidden;
	}
	.item-end02 .data{
		width: 50%;
		box-sizing: border-box;
		padding: 20% 7% 0% 7%;
	}
	.item-end02 .data .txt{
		font-size: 19px;
		letter-spacing: 3px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 0 20% 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: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 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 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 20px 0;
		opacity: .5;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: .5px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
		background: #fff;
		border-color: #000;
		color: #000;
	}

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

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

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.mv-logo{
		width: 10%;
        position: absolute;
        top: 4%;
        left: 2%;
        z-index: 20;
        line-height: 0;
	}
	.mv-img-box{
		width: 100%;
		overflow: hidden;
	}
	.mv-img-box .mv-img{
		width: 100%;
	}
	.mv-sub-title{
		width: 25%;
        position: absolute;
        top: 10%;
        left: 3%;
	}
	.mv-title-box{
		width: 42%;
		position: absolute;
		left: 12%;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}
	.mv-title-box .mv-title01{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.mv-title-box .mv-title02{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.mv-title-box .mv-title02 .un{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.mv-title-box .mv-title02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
	}
	.mv-title-box .mv-title03{
		width: 65%;
		position: relative;
		margin: 0 0 0 35%;
	}
	.mv-title-box .mv-title04{
		width: 65%;
		position: relative;
		margin: 0 0 0 35%;
		top: -10px;
	}

	.scroll2{
		width: 40px;
		position: absolute;
		right: 1%;
		bottom: 0%;
		z-index: 15;
	}
	.scroll2 .img{
		width: 7px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari逕ｨ */
		transform: translateY(-50%);
		right: 0;
	}
	.scrolldown2{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 120px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.scrolldown2::after{
		content: "";
		position: absolute;
		top: 0;
		width: 1px;
		height: 120px;
		background: #ff9f38;
		animation: pathmove2 1.4s ease-in-out infinite;
		opacity:0;
	}
	@keyframes pathmove2{
		0%{
			height:0;
			top:0;
			opacity: 0;
		}
		30%{
			height:50px;
			opacity: 1;
		}
		100%{
			height:0;
			top: 120px;
			opacity: 0;
		}
	}


	/* read */
	.read{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.read .txt-box{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.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: 5px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}
	.read .data{
		width: 60%;
		border-top: .5px solid #000;
		border-bottom: .5px solid #000;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 5% 5%;
	}
	.read .data .data01{
		width: 100%;
		margin: 0 0 7% 0;
	}

	/* top-nav */
	.top-nav{
		width: 50%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.top-nav-in{
		width: 40%;
	}
	.top-nav-in a{
		width: 100%;
		display: block;
		text-decoration: none;
	}
	.top-nav-in a .img{
		width: 100%;
		display: block;
		position: relative;
		margin: 0 0 7% 0;
	}
	.top-nav-in a .img .img-in{
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.top-nav-in a .img .img-in .img-in-img{
		transform: scale(1);
		transition: .3s;
	}
	.top-nav-in a:hover .img .img-in .img-in-img{
		transform: scale(1.05);
		transition: .3s;
	}
	.top-nav-in a .img .img-bg01{
		background: #e9eaf2;
	}
	.top-nav-in a .img .img-bg02{
		background: #ffefe5;
	}
	.top-nav-in a .img .img-bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 10%;
		left: 10%;
		z-index: -1;
		transition: .3s;
	}
	.top-nav-in a:hover .img .img-bg{
		top: 8%;
		left: 8%;
		transition: .3s;
	}
	.top-nav-in a .img .img-in .num{
		width: 20%;
		overflow: hidden;
		position: absolute;
		bottom: 20px;
		right: 20px;
	}
	.top-nav-in a .title{
		width: 80%;
		line-height: 0;
		margin: 0 0 4% 0;
	}
	.top-nav-in a .top-nav-txt{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.top-nav-in a .top-nav-txt li:nth-child(1){
		width: 35%;
		height: .5px;
		background: #000;
	}
	.top-nav-in a .top-nav-txt li:nth-child(2){
		width: 60%;
		font-size: 18px;
		letter-spacing: 5px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
	}
	.top-nav-in a .top-nav-txt li:nth-child(2) .txt01{
		color: #6d74a8;
	}
	.top-nav-in a .top-nav-txt li:nth-child(2) .txt02{
		color: #ff9150;
	}

	/* side-nav */
	#side-nav{
		position: fixed;
		width:max-content;
		z-index: 99;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 10px;
	}
	#side-nav nav .side-nav-in li{
		width: 60px;
		position: relative;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li:nth-child(1){
		margin: 0 0 40px 0;
	}
	#side-nav nav .side-nav-in li a{
		width: 100%;
		margin: 0 auto;
		display: block;
		box-sizing: border-box;
		opacity: .3;
		transition: .3s;
		box-sizing: border-box;
		position: relative;
	}
	#side-nav nav .side-nav-in li a img{
		width: 100%;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a .line{
		width: 1px;
		height: 100%;
		position: absolute;
		left: 23px;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		opacity: 0;
		transition: .3s;
	}
	.side-line01{
		background: #6d74a8;
	}
	.side-line02{
		background: #ff9150;
	}
	#side-nav nav .side-nav-in li a::after {
		fill: #000;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a{
		fill: #000;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li.current a .line{
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a::after {
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li a:hover {
		fill: #000;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a:hover .line{
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li a:hover::after {
		fill: #000;
		opacity: 1;
		transition: .3s;
	}

	.section-box{
		width: 100%;
		position: relative;
		margin: 0 auto 10% auto;
	}


	/* door */
	.door{
		width: 100%;
		position: relative;
		margin: 0 auto;
		padding: 3% 0 0 0;
		margin: 0 0 5% 0;
	}
	.door .num{
		width: 9%;
		position: absolute;
		top: 19%;
		left: 15%;
	}
	.door .bg01{
		width: 8%;
		height: 140px;
		position: absolute;
		top: 0%;
		left: 0%;
		right: 0;
		margin: 0 auto;
		background: #e9eaf2;
		z-index: -1;
	}
	.door .bg02{
		width: 8%;
		height: 140px;
		position: absolute;
		top: 0%;
		left: 0%;
		right: 0;
		margin: 0 auto;
		background: #ffefe5;
		z-index: -1;
	}
	.door .main-title{
		width: 30%;
		margin: 0 auto 3% auto;
	}
	.door .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;
	}
	.door .sub-txt{
		width: 20px;
		position: absolute;
		top: 20%;
		right: 15%;
		z-index: 10;
	}
	.door .sub-txt .line{
		width: 1px;
		height: 200%;
		background: #000;
		position: absolute;
		top: 0%;
		right: -20px;
	}

	/* item-w */
	.item-w{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.item-w .img{
		width: 100%;
		position: relative;
		margin: 0 0 3% 0;
	}
	.item-w .img .icon{
		width: 20%;
		position: absolute;
		top: -7%;
		right: 25%;
		z-index: 10;
	}
	.item-w .img .img-in{
		width: 100%;
		overflow: hidden;
	}
	.item-w .img .data{
		width: max-content;
		position: absolute;
		bottom: 20%;
		right: 20%;
	}
	.item-w .img .data .num-box{
		width: 140px;
		position: relative;
		margin: 0 0 20% 0;
		left: 40%;
	}
	.item-w .img .data .num-box .num{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.item-w .img .data .num-box .bg01{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #e9eaf2;
		z-index: 5;
	}
	.item-w .img .data .txt{
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.item-w .link-data{
		width: 65%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-w .link-data .link-list{
		width: 42%;
	}

	/* item-w02 */
	.item-w02{
		width: 100%;
		margin: 0 auto 0 auto;
	}
	.item-w02 .img{
		width: 100%;
		position: relative;
	}
	.item-w02 .img .icon{
		width: 20%;
		position: absolute;
		bottom: -15%;
		right: 5%;
		z-index: 10;
	}
	.item-w02 .img .img-in{
		width: 100%;
		overflow: hidden;
	}
	.item-w02 .img .data{
		width: max-content;
		position: absolute;
		top: 15%;
		left: 20%;
	}
	.item-w02 .img .data .num-box{
		width: 140px;
		position: relative;
		margin: 0 0 20% 0;
		left: 40%;
	}
	.item-w02 .img .data .num-box .num{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.item-w02 .img .data .num-box .bg{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #ffefe5;
		z-index: 5;
	}
	.item-w02 .img .data .txt{
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.item-end{
		width: 80%;
		display: flex;
		justify-content: flex-start;
		align-items: flex-end;
		margin: 0 auto 5% auto;
		position: relative;
		z-index: 10;
		top: -100px;
	}
	.item-end .img{
		width: 50%;
		overflow: hidden;
	}
	.item-end .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0% 7% 10% 7%;
	}
	.item-end .data .txt{
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 0 20% 0;
	}

	

	/* item-c */
	.item-c{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 10% auto;
	}
	.item-c .img{
		width: 70%;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item-c .img .img-in{
		width: 60%;
		overflow: hidden;
		margin: 0 auto;
	}
	.item-c .img .data{
		width: max-content;
		position: absolute;
		bottom: 15%;
		left: 0%;
	}
	.item-c .img .data .num-box{
		width: 140px;
		position: relative;
		margin: 0 0 30% 0;
	}
	.item-c .img .data .num-box .num{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.item-c .img .data .num-box .bg01{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #e9eaf2;
		z-index: 5;
	}
	.item-c .img .data .txt{
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.item-c .link-data{
		width: 65%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-c .link-data .link-list{
		width: 42%;
	}

	/* item-c02 */
	.item-c02{
		width: 80%;
		overflow: hidden;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin: 0 auto 10% auto;
	}
	.item-c02 .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item-c02 .data-l{
		width: 50%;
		box-sizing: border-box;
		padding: 0% 7% 0 7%;
	}
	.item-c02 .data-l .num-box{
		width: 140px;
		position: relative;
		margin: 0 0 5% 0;
	}
	.item-c02 .data-l .num-box .num{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.item-c02 .data-l .num-box .bg{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #ffefe5;
		z-index: 5;
	}
	.item-c02 .data-l .txt{
		width: 100%;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
	}
	.item-c02 .data-r{
		width: 50%;
		box-sizing: border-box;
		padding: 2% 7% 0 7%;
	}


	/* item-d */
	.item-d{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.item-d-l{
		width: 47%;
		padding: 10% 0 0 0;
	}
	.item-d-l .num-box{
		width: 140px;
		position: relative;
		margin: 0 0 10% 0;
		left: 10%;
	}
	.item-d-l .num-box .num{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.item-d-l .num-box .bg01{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #e9eaf2;
		z-index: 5;
	}
	.item-d-l .num-box .bg02{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #ffefe5;
		z-index: 5;
	}
	.item-d-l .img{
		width: 100%;
		overflow: hidden;
	}
	.item-d-r{
		width: 47%;
	}
	.item-d-r .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item-d-r .txt{
		width: 80%;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 auto 5% auto;
	}
	.item-d-r .link-box{
		width: 80%;
		margin: 0 auto;
	}

	/* item */
	.rever{
		flex-direction: row-reverse;
	}
	.item{
		width: 80%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 10% auto;
	}
	.item .img{
		width: 50%;
		overflow: hidden;
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 7%;
	}
	.item .data .num-box{
		width: 140px;
		position: relative;
	}
	.item .data .num-box01{
		margin: 0 0 20% 0;
	}
	.item .data .num-box02{
		margin-left: calc(100% - 140px);
		margin-bottom: 20%;
	}
	.item .data .num-box .num{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.item .data .num-box .bg01{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #e9eaf2;
		z-index: 5;
	}
	.item .data .num-box .bg02{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #ffefe5;
		z-index: 5;
	}
	.item .data .txt{
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 0 20% 0;
	}

	/* item-b */
	.item-b{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.item-b .img{
		width: 60%;
		overflow: hidden;
	}
	.item-b .data{
		width: 40%;
		box-sizing: border-box;
		padding: 5% 7% 0% 7%;
	}
	.item-b .data .num-box{
		width: 140px;
		position: relative;
		margin: 0 0 15% 0;
	}
	.item-b .data .num-box .num{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.item-b .data .num-box .bg{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #ffefe5;
		z-index: 5;
	}
	.item-b .data .txt{
		width: 100%;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
	}
	.item-end02{
		width: 80%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 5% auto;
		position: relative;
		z-index: 10;
		top: -100px;
	}
	.item-end02 .img{
		width: 50%;
		position: relative;
	}
	.item-end02 .img .icon{
		width: 55%;
		position: absolute;
		bottom: 0;
		left: -50%;
		z-index: 10;
	}
	.item-end02 .img .img-in{
		width: 100%;
		overflow: hidden;
	}
	.item-end02 .data{
		width: 50%;
		box-sizing: border-box;
		padding: 20% 7% 0% 7%;
	}
	.item-end02 .data .txt{
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 0 20% 0;
	}


	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 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 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 20px 0;
		opacity: .5;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: .5px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
		background: #fff;
		border-color: #000;
		color: #000;
	}

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

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

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.mv-logo{
		width: 10%;
        position: absolute;
        top: 4%;
        left: 2%;
        z-index: 20;
        line-height: 0;
	}
	.mv-img-box{
		width: 100%;
		overflow: hidden;
	}
	.mv-img-box .mv-img{
		width: 100%;
	}
	.mv-sub-title{
		width: 25%;
        position: absolute;
        top: 10%;
        left: 3%;
	}
	.mv-title-box{
		width: 42%;
		position: absolute;
		left: 12%;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}
	.mv-title-box .mv-title01{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.mv-title-box .mv-title02{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.mv-title-box .mv-title02 .un{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.mv-title-box .mv-title02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
	}
	.mv-title-box .mv-title03{
		width: 65%;
		position: relative;
		margin: 0 0 0 35%;
	}
	.mv-title-box .mv-title04{
		width: 65%;
		position: relative;
		margin: 0 0 0 35%;
		top: -10px;
	}

	.scroll2{
		width: 40px;
		position: absolute;
		right: 1%;
		bottom: 0%;
		z-index: 15;
	}
	.scroll2 .img{
		width: 7px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari逕ｨ */
		transform: translateY(-50%);
		right: 0;
	}
	.scrolldown2{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 120px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.scrolldown2::after{
		content: "";
		position: absolute;
		top: 0;
		width: 1px;
		height: 120px;
		background: #ff9f38;
		animation: pathmove2 1.4s ease-in-out infinite;
		opacity:0;
	}
	@keyframes pathmove2{
		0%{
			height:0;
			top:0;
			opacity: 0;
		}
		30%{
			height:50px;
			opacity: 1;
		}
		100%{
			height:0;
			top: 120px;
			opacity: 0;
		}
	}


	/* read */
	.read{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.read .txt-box{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.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: 5px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}
	.read .data{
		width: 60%;
		border-top: .5px solid #000;
		border-bottom: .5px solid #000;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 5% 5%;
	}
	.read .data .data01{
		width: 100%;
		margin: 0 0 7% 0;
	}

	/* top-nav */
	.top-nav{
		width: 60%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.top-nav-in{
		width: 40%;
	}
	.top-nav-in a{
		width: 100%;
		display: block;
		text-decoration: none;
	}
	.top-nav-in a .img{
		width: 100%;
		display: block;
		position: relative;
		margin: 0 0 7% 0;
	}
	.top-nav-in a .img .img-in{
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.top-nav-in a .img .img-in .img-in-img{
		transform: scale(1);
		transition: .3s;
	}
	.top-nav-in a:hover .img .img-in .img-in-img{
		transform: scale(1.05);
		transition: .3s;
	}
	.top-nav-in a .img .img-bg01{
		background: #e9eaf2;
	}
	.top-nav-in a .img .img-bg02{
		background: #ffefe5;
	}
	.top-nav-in a .img .img-bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 10%;
		left: 10%;
		z-index: -1;
		transition: .3s;
	}
	.top-nav-in a:hover .img .img-bg{
		top: 8%;
		left: 8%;
		transition: .3s;
	}
	.top-nav-in a .img .img-in .num{
		width: 20%;
		overflow: hidden;
		position: absolute;
		bottom: 20px;
		right: 20px;
	}
	.top-nav-in a .title{
		width: 80%;
		line-height: 0;
		margin: 0 0 4% 0;
	}
	.top-nav-in a .top-nav-txt{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.top-nav-in a .top-nav-txt li:nth-child(1){
		width: 35%;
		height: .5px;
		background: #000;
	}
	.top-nav-in a .top-nav-txt li:nth-child(2){
		width: 60%;
		font-size: 17px;
		letter-spacing: 3px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
	}
	.top-nav-in a .top-nav-txt li:nth-child(2) .txt01{
		color: #6d74a8;
	}
	.top-nav-in a .top-nav-txt li:nth-child(2) .txt02{
		color: #ff9150;
	}

	/* side-nav */
	#side-nav{
		display: none;
	}
	#side-nav nav .side-nav-in li{
		display: none;
	}
	#side-nav nav .side-nav-in li:nth-child(1){
		display: none;
	}
	#side-nav nav .side-nav-in li a{
		display: none;
	}
	#side-nav nav .side-nav-in li a img{
		display: none;
	}
	#side-nav nav .side-nav-in li a .line{
		display: none;
	}
	.side-line01{
		background: #6d74a8;
	}
	.side-line02{
		background: #ff9150;
	}
	#side-nav nav .side-nav-in li a::after {
		fill: #000;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a{
		fill: #000;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li.current a .line{
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a::after {
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li a:hover {
		fill: #000;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a:hover .line{
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li a:hover::after {
		fill: #000;
		opacity: 1;
		transition: .3s;
	}

	.section-box{
		width: 100%;
		position: relative;
		margin: 0 auto 10% auto;
	}


	/* door */
	.door{
		width: 100%;
		position: relative;
		margin: 0 auto;
		padding: 3% 0 0 0;
		margin: 0 0 5% 0;
	}
	.door .num{
		width: 12%;
		position: absolute;
		top: 19%;
		left: 10%;
	}
	.door .bg01{
		width: 8%;
		height: 120px;
		position: absolute;
		top: 0%;
		left: 0%;
		right: 0;
		margin: 0 auto;
		background: #e9eaf2;
		z-index: -1;
	}
	.door .bg02{
		width: 8%;
		height: 120px;
		position: absolute;
		top: 0%;
		left: 0%;
		right: 0;
		margin: 0 auto;
		background: #ffefe5;
		z-index: -1;
	}
	.door .main-title{
		width: 35%;
		margin: 0 auto 3% auto;
	}
	.door .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;
	}
	.door .sub-txt{
		width: 15px;
		position: absolute;
		top: 20%;
		right: 5%;
		z-index: 10;
	}
	.door .sub-txt .line{
		width: 1px;
		height: 200%;
		background: #000;
		position: absolute;
		top: 0%;
		right: -20px;
	}

	/* item-w */
	.item-w{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.item-w .img{
		width: 100%;
		position: relative;
		margin: 0 0 3% 0;
	}
	.item-w .img .icon{
		width: 20%;
		position: absolute;
		top: -7%;
		right: 25%;
		z-index: 10;
	}
	.item-w .img .img-in{
		width: 100%;
		overflow: hidden;
	}
	.item-w .img .data{
		width: max-content;
		position: absolute;
		bottom: 20%;
		right: 10%;
	}
	.item-w .img .data .num-box{
		width: 100px;
		position: relative;
		margin: 0 0 10% 0;
		left: 40%;
	}
	.item-w .img .data .num-box .num{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.item-w .img .data .num-box .bg01{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #e9eaf2;
		z-index: 5;
	}
	.item-w .img .data .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.item-w .link-data{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-w .link-data .link-list{
		width: 42%;
	}

	/* item-w02 */
	.item-w02{
		width: 100%;
		margin: 0 auto 0 auto;
	}
	.item-w02 .img{
		width: 100%;
		position: relative;
	}
	.item-w02 .img .icon{
		width: 20%;
		position: absolute;
		bottom: -15%;
		right: 5%;
		z-index: 10;
	}
	.item-w02 .img .img-in{
		width: 100%;
		overflow: hidden;
	}
	.item-w02 .img .data{
		width: max-content;
		position: absolute;
		top: 10%;
		left: 10%;
	}
	.item-w02 .img .data .num-box{
		width: 100px;
		position: relative;
		margin: 0 0 10% 0;
		left: 40%;
	}
	.item-w02 .img .data .num-box .num{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.item-w02 .img .data .num-box .bg{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #ffefe5;
		z-index: 5;
	}
	.item-w02 .img .data .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.item-end{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: flex-end;
		margin: 0 auto 5% auto;
		position: relative;
		z-index: 10;
	}
	.item-end .img{
		width: 50%;
		overflow: hidden;
	}
	.item-end .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0% 7% 10% 7%;
	}
	.item-end .data .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 0 20% 0;
	}

	

	/* item-c */
	.item-c{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 10% auto;
	}
	.item-c .img{
		width: 70%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item-c .img .img-in{
		width: 60%;
		overflow: hidden;
		margin: 0 auto;
	}
	.item-c .img .data{
		width: max-content;
		position: absolute;
		bottom: 15%;
		left: 0%;
	}
	.item-c .img .data .num-box{
		width: 100px;
		position: relative;
		margin: 0 0 30% 0;
	}
	.item-c .img .data .num-box .num{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.item-c .img .data .num-box .bg01{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #e9eaf2;
		z-index: 5;
	}
	.item-c .img .data .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.item-c .link-data{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-c .link-data .link-list{
		width: 42%;
	}

	/* item-c02 */
	.item-c02{
		width: 100%;
		overflow: hidden;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin: 0 auto 10% auto;
	}
	.item-c02 .img{
		width: 90%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item-c02 .data-l{
		width: 50%;
		box-sizing: border-box;
		padding: 0% 7% 0 10%;
	}
	.item-c02 .data-l .num-box{
		width: 100px;
		position: relative;
		margin: 0 0 5% 0;
	}
	.item-c02 .data-l .num-box .num{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.item-c02 .data-l .num-box .bg{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #ffefe5;
		z-index: 5;
	}
	.item-c02 .data-l .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
	}
	.item-c02 .data-r{
		width: 50%;
		box-sizing: border-box;
		padding: 2% 7% 0 7%;
	}


	/* item-d */
	.item-d{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.item-d-l{
		width: 47%;
		padding: 10% 0 0 0;
	}
	.item-d-l .num-box{
		width: 100px;
		position: relative;
		margin: 0 0 10% 0;
		left: 10%;
	}
	.item-d-l .num-box .num{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.item-d-l .num-box .bg01{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #e9eaf2;
		z-index: 5;
	}
	.item-d-l .num-box .bg02{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #ffefe5;
		z-index: 5;
	}
	.item-d-l .img{
		width: 100%;
		overflow: hidden;
	}
	.item-d-r{
		width: 47%;
	}
	.item-d-r .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item-d-r .txt{
		width: 80%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 auto 5% auto;
	}
	.item-d-r .link-box{
		width: 80%;
		margin: 0 auto;
	}

	/* item */
	.rever{
		flex-direction: row-reverse;
	}
	.item{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 10% auto;
	}
	.item .img{
		width: 50%;
		overflow: hidden;
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 7%;
	}
	.item .data .num-box{
		width: 100px;
		position: relative;
	}
	.item .data .num-box01{
		margin: 0 0 20% 0;
	}
	.item .data .num-box02{
		margin-left: calc(100% - 100px);
		margin-bottom: 20%;
	}
	.item .data .num-box .num{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.item .data .num-box .bg01{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #e9eaf2;
		z-index: 5;
	}
	.item .data .num-box .bg02{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #ffefe5;
		z-index: 5;
	}
	.item .data .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 0 20% 0;
	}

	/* item-b */
	.item-b{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.item-b .img{
		width: 50%;
		overflow: hidden;
	}
	.item-b .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0% 7% 0% 7%;
	}
	.item-b .data .num-box{
		width: 100px;
		position: relative;
		margin: 0 0 10% 0;
	}
	.item-b .data .num-box .num{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.item-b .data .num-box .bg{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #ffefe5;
		z-index: 5;
	}
	.item-b .data .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
	}
	.item-end02{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 10% auto;
		position: relative;
		z-index: 10;
	}
	.item-end02 .img{
		width: 50%;
		position: relative;
	}
	.item-end02 .img .icon{
		width: 55%;
		position: absolute;
		bottom: 0;
		left: -50%;
		z-index: 10;
	}
	.item-end02 .img .img-in{
		width: 100%;
		overflow: hidden;
	}
	.item-end02 .data{
		width: 50%;
		box-sizing: border-box;
		padding: 20% 7% 0% 7%;
	}
	.item-end02 .data .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 0 20% 0;
	}


	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 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 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 20px 0;
		opacity: .5;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: .5px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
		background: #fff;
		border-color: #000;
		color: #000;
	}

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

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

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.mv-logo{
		width: 25%;
        position: absolute;
        top: 4%;
        right: 6%;
        z-index: 20;
        line-height: 0;
	}
	.mv-img-box{
		width: 100%;
		overflow: hidden;
	}
	.mv-img-box .mv-img{
		width: 100%;
	}
	.mv-sub-title{
		width: 25%;
        position: absolute;
        top: 10%;
        left: 3%;
	}
	.mv-title-box{
		width: 85%;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 2%;
		margin: 0 auto;
	}
	.mv-title-box .mv-title01{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.mv-title-box .mv-title02{
		width: 100%;
		position: relative;
		margin: 0 0 3% 0;
	}
	.mv-title-box .mv-title02 .un{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.mv-title-box .mv-title02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
	}
	.mv-title-box .mv-title03{
		width: 65%;
		position: relative;
		margin: 0 0 0 35%;
	}
	.mv-title-box .mv-title04{
		width: 65%;
		position: relative;
		margin: 0 0 0 35%;
		top: -10px;
	}

	.scroll2{
		width: 6px;
		position: absolute;
		left: 1%;
		bottom: 0%;
		z-index: 15;
	}
	.scroll2 .img{
		width: 6px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari逕ｨ */
		transform: translateY(-50%);
		right: -13px;
	}
	.scrolldown2{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 90px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.scrolldown2::after{
		content: "";
		position: absolute;
		top: 0;
		width: 1px;
		height: 90px;
		background: #dbcae0;
		animation: pathmove2 1.4s ease-in-out infinite;
		opacity:0;
	}
	@keyframes pathmove2{
		0%{
			height:0;
			top:0;
			opacity: 0;
		}
		30%{
			height:50px;
			opacity: 1;
		}
		100%{
			height:0;
			top: 120px;
			opacity: 0;
		}
	}


	/* read */
	.read{
		width: 100%;
		margin: 0 0 20% 0;
	}
	.read .txt-box{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 10% 0;
	}
	.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: 16px;
		letter-spacing: 2px;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}
	.read .data{
		width: 60%;
		border-top: .5px solid #000;
		border-bottom: .5px solid #000;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 5% 5%;
	}
	.read .data .data01{
		width: 100%;
		margin: 0 0 7% 0;
	}

	/* top-nav */
	.top-nav{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.top-nav-in{
		width: 45%;
	}
	.top-nav-in a{
		width: 100%;
		display: block;
		text-decoration: none;
	}
	.top-nav-in a .img{
		width: 100%;
		display: block;
		position: relative;
		margin: 0 0 7% 0;
	}
	.top-nav-in a .img .img-in{
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.top-nav-in a .img .img-in .img-in-img{
		transform: scale(1);
		transition: .3s;
	}
	.top-nav-in a:hover .img .img-in .img-in-img{
		transform: scale(1.05);
		transition: .3s;
	}
	.top-nav-in a .img .img-bg01{
		background: #e9eaf2;
	}
	.top-nav-in a .img .img-bg02{
		background: #ffefe5;
	}
	.top-nav-in a .img .img-bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 10%;
		left: 10%;
		z-index: -1;
		transition: .3s;
	}
	.top-nav-in a:hover .img .img-bg{
		top: 8%;
		left: 8%;
		transition: .3s;
	}
	.top-nav-in a .img .img-in .num{
		width: 20%;
		overflow: hidden;
		position: absolute;
		bottom: 20px;
		right: 20px;
	}
	.top-nav-in a .title{
		width: 100%;
		line-height: 0;
		margin: 0 0 4% 0;
	}
	.top-nav-in a .top-nav-txt{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.top-nav-in a .top-nav-txt li:nth-child(1){
		width: 25%;
		height: .5px;
		background: #000;
	}
	.top-nav-in a .top-nav-txt li:nth-child(2){
		width: 70%;
		font-size: 13px;
		letter-spacing: 1px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
	}
	.top-nav-in a .top-nav-txt li:nth-child(2) .txt01{
		color: #6d74a8;
	}
	.top-nav-in a .top-nav-txt li:nth-child(2) .txt02{
		color: #ff9150;
	}

	/* side-nav */
	#side-nav{
		display: none;
	}
	#side-nav nav .side-nav-in li{
		display: none;
	}
	#side-nav nav .side-nav-in li:nth-child(1){
		display: none;
	}
	#side-nav nav .side-nav-in li a{
		display: none;
	}
	#side-nav nav .side-nav-in li a img{
		display: none;
	}
	#side-nav nav .side-nav-in li a .line{
		display: none;
	}
	.side-line01{
		background: #6d74a8;
	}
	.side-line02{
		background: #ff9150;
	}
	#side-nav nav .side-nav-in li a::after {
		fill: #000;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a{
		fill: #000;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li.current a .line{
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a::after {
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li a:hover {
		fill: #000;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a:hover .line{
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li a:hover::after {
		fill: #000;
		opacity: 1;
		transition: .3s;
	}

	.section-box{
		width: 100%;
		position: relative;
		margin: 0 auto 10% auto;
	}


	/* door */
	.door{
		width: 100%;
		position: relative;
		margin: 0 auto;
		padding: 0% 0 0 0;
		margin: 0 0 10% 0;
	}
	.door .num{
		width: 25%;
		position: relative;
		left: 5%;
		margin: 0 0 10% 0;
	}
	.door .bg01{
		width: 18%;
		height: 100px;
		position: absolute;
		top: 8%;
		left: 0%;
		right: 0;
		margin: 0 auto;
		background: #e9eaf2;
		z-index: -1;
	}
	.door .bg02{
		width: 18%;
		height: 100px;
		position: absolute;
		top: 8%;
		left: 0%;
		right: 0;
		margin: 0 auto;
		background: #ffefe5;
		z-index: -1;
	}
	.door .main-title{
		width: 75%;
		margin: 0 auto 10% auto;
	}
	.door .txt{
		width: 70%;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
		position: relative;
		left: 7%;
	}
	.door .sub-txt{
		width: 15px;
		position: absolute;
		top: 37%;
		right: 10%;
		z-index: 10;
	}
	.door .sub-txt .line{
		width: 1px;
		height: 230%;
		background: #000;
		position: absolute;
		top: 0%;
		right: -12px;
	}

	/* item-w */
	.item-w{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item-w .img{
		width: 100%;
		position: relative;
		margin: 0 0 3% 0;
	}
	.item-w .img .icon{
		width: 50%;
		position: absolute;
		top: -7%;
		right: 5%;
		z-index: 10;
	}
	.item-w .img .img-in{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item-w .img .data{
		width: 85%;
		margin: 0 auto 7% auto;
	}
	.item-w .img .img-in .num-box{
		width: 100px;
		position: absolute;
		right: 5%;
		bottom: 5%;
	}
	.item-w .img .img-in .num-box .num{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.item-w .img .img-in .num-box .bg01{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #e9eaf2;
		z-index: 5;
	}
	.item-w .img .data .txt{
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
	}
	.item-w .link-data{
		width: 85%;
		margin: 0 auto;
	}
	.item-w .link-data .link-list{
		width: 100%;
	}

	/* item-w02 */
	.item-w02{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.item-w02-end{
		margin: 0 auto 35% auto !important;
	}
	.item-w02 .img{
		width: 100%;
		position: relative;
	}
	.item-w02 .img .icon{
		width: 55%;
		position: absolute;
		bottom: -20%;
		right: 5%;
		z-index: 20;
	}
	.item-w02 .img .img-in{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 7% auto;
	}
	.item-w02 .img .data{
		width: 85%;
		margin: 0 auto;
	}
	.item-w02 .num-box{
		width: 100px;
		position: relative;
		margin: 0 0 5% 0;
		left: 5%;
	}
	.item-w02 .num-box .num{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.item-w02 .num-box .bg{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #ffefe5;
		z-index: 5;
	}
	.item-w02 .img .data .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
	}
	.item-end{
		width: 100%;
		margin: 0 auto 15% auto;
		position: relative;
		z-index: 10;
	}
	.item-end .img{
		width: 90%;
		overflow: hidden;
		margin: 0 0 7% 10%;
	}
	.item-end .data{
		width: 85%;
		margin: 0 auto;
	}
	.item-end .data .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 0 20% 0;
	}

	

	/* item-c */
	.item-c{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 15% auto;
	}
	.item-c .img{
		width: 100%;
		position: relative;
		margin: 0 auto 0 auto;
	}
	.item-c .img .img-in{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item-c .img .data{
		width: 85%;
		margin: 0 auto 7% auto;
	}
	.item-c .img .img-in .num-box{
		width: 100px;
		position: absolute;
		bottom: 5%;
		left: 5%;
	}
	.item-c .img .img-in .num-box .num{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.item-c .img .img-in .num-box .bg01{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #e9eaf2;
		z-index: 5;
	}
	.item-c .img .data .txt{
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.item-c .link-data{
		width: 85%;
		margin: 0 auto;
	}
	.item-c .link-data .link-list{
		width: 100%;
	}

	/* item-c02 */
	.item-c02{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 15% auto;
	}
	.item-c02 .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item-c02 .data-l{
		width: 85%;
		margin: 0 auto 7% auto;
	}
	.item-c02 .img .num-box{
		width: 100px;
		position: absolute;
		right: 5%;
		bottom: 5%;
	}
	.item-c02 .img .num-box .num{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.item-c02 .img .num-box .bg{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #ffefe5;
		z-index: 5;
	}
	.item-c02 .data-l .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
	}
	.item-c02 .data-r{
		width: 85%;
		margin: 0 auto;
	}


	/* item-d */
	.item-d{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item-d-end{
		width: 100%;
		margin: 0 auto 25% auto !important;
	}
	.item-d-l{
		width: 100%;
	}
	.item-d-l .num-box{
		width: 100px;
		position: relative;
		margin: 0 0 5% 0;
		left: 5%;
	}
	.item-d-l .num-box .num{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.item-d-l .num-box .bg01{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #e9eaf2;
		z-index: 5;
	}
	.item-d-l .num-box .bg02{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #ffefe5;
		z-index: 5;
	}
	.item-d-l .img{
		width: 90%;
		overflow: hidden;
		margin: 0 0 7% 0;
	}
	.item-d-r{
		width: 100%;
	}
	.item-d-r .img{
		width: 90%;
		overflow: hidden;
		margin: 0 0 7% 10%;
	}
	.item-d-r .txt{
		width: 80%;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 auto 7% auto;
	}
	.item-d-r .link-box{
		width: 85%;
		margin: 0 auto;
	}

	/* item */
	.item{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 7% auto;
	}
	.item .data{
		width: 85%;
		margin: 0 auto;
	}
	.item .img .num-box{
		width: 100px;
		position: absolute;
		bottom: 5%;
		right: 5%;
	}
	.item .img .num-box02{
		width: 100px;
		position: absolute;
		bottom: 5%;
		left: 5% !important;
	}
	.item .img .num-box .num{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.item .img .num-box .bg01{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #e9eaf2;
		z-index: 5;
	}
	.item .img .num-box .bg02{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #ffefe5;
		z-index: 5;
	}
	.item .data .txt{
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 0 7% 0;
	}

	/* item-b */
	.item-b{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.item-b .img{
		width: 100%;
		overflow: hidden;
	}
	.item-b .data{
		width: 80%;
		margin: 0 auto;
	}
	.item-b .num-box{
		width: 100px;
		position: relative;
		margin: 0 0 5% 0;
		left: 5%;
	}
	.item-b .num-box .num{
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.item-b .num-box .bg{
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 80%;
		background: #ffefe5;
		z-index: 5;
	}
	.item-b .data .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 7% 0 0 0;
	}
	.item-end02{
		width: 100%;
		margin: 0 auto 15% auto;
		position: relative;
		z-index: 10;
	}
	.item-end02 .img{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item-end02 .img .icon{
		width: 45%;
        position: absolute;
        top: 0;
        right: 5%;
        z-index: 10;
	}
	.item-end02 .img .img-in{
		width: 90%;
		overflow: hidden;
		padding: 25% 0 0 0;
		margin: 0 0 0 10%;
	}
	.item-end02 .data{
		width: 85%;
		margin: 0 auto;
	}
	.item-end02 .data .txt{
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 auto 7% auto;
	}


	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 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: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #a0a0a0;
		margin: 20px 0 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 20px 0;
		opacity: .5;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: .5px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
		background: #fff;
		border-color: #000;
		color: #000;
	}

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

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

	/*f-banner*/
	.f-banner{
		width: 80%;
		margin: 0 auto 10% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.f-banner-list li:last-child{
		width: 100%;
		margin: 0 0 0% 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: 30;
	}
	
	.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;
	}
	.foot_fix_btn.js_hide {
		transform: translateY(100%);
	}
	.foot_fix_btn ul {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		text-align: center;
		font-size: 0;
	}
	.foot_fix_btn ul li {
		width: 50%;
	}
	.foot_fix_btn ul li a {
		display: block;
		margin: 0;
		line-height: 0;
		padding: 0;
	}

}
