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

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

/*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: -3px;
    }
    .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: -3px;
    }

	/* header */
	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.mv-logo{
		width: 10%;
		position: absolute;
		top: 3%;
		right: 2%;
		z-index: 20;
		line-height: 0;
	}
	.mv-img{
		width: 100%;
	}
	.mv-title-box{
		width: 30%;
		position: absolute;
		top: 59%;
        -webkit-transform: translateY(-59%); /* Safari用 */
        transform: translateY(-59%);
		left: 7%;
	}
	.mv-title01 {
		width: 95%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.mv-title01 li:nth-child(1){
		width: 15%;
		height: 1px;
		background: #fff;
	}
	.mv-title01 li:nth-child(2){
		width: 60%;
	}
	.mv-title01 li:nth-child(3){
		width: 15%;
		height: 1px;
		background: #fff;
	}
	.mv-title02 {
		width: 100%;
		background: rgba(255, 149, 122, .7);
		margin: 0 0 7% 0;
	}
	.mv-title03 {
		width: 95%;
	}
	.mv-title03 li:nth-child(1){
		width: 60%;
		margin: 0 0 3% 0;
	}
	.mv-title03 li:nth-child(2){
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.mv-title03 li:nth-child(2) .line{
		width: 20%;
		height: 1px;
		background: #fff;
	}
	.mv-title03 li:nth-child(2) .img{
		width: 70%;
	}
	.mv-title04 {
		width: 85%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		top: -15px;
	}
	.mv-title04 li:nth-child(1){
		width: 30%;
		line-height: 0;
	}
	.mv-title04 li:nth-child(2){
		width: 70%;
		line-height: 0;
	}
	.mv-title04 li:nth-child(2) .txt{
		width: 100%;
		line-height: 0;
		margin: 10px 0 0 0;
	}


    /*sid-nav*/
    #side-nav{
		position: fixed;
		width:max-content;
		z-index: 99;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 20px;
	}
	#side-nav nav .side-nav-in li{
		width: 60px;
		position: relative;
		padding: 10px 0;
	}
	#side-nav nav .side-nav-in li a{
		width: 100%;
		display: block;
		opacity: .5;
		transition: .3s;
	}

	#side-nav nav .side-nav-in li a::after {
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a{
		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 {
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li a:hover::after {
		opacity: 1;
		transition: .3s;
	}


	/* read */
	.read{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.read .main-txt{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 3em;
		text-align: center;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	.read .title{
		width: 20%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 5% auto;
	}
	.read .title li:nth-child(1){
		width: 25%;
	}
	.read .title li:nth-child(2){
		width: 75%;
	}

	.side-scroll {
		width: 100%;
		overflow: hidden;
	}
	.side-scroll-container {
		display: flex;
		margin-inline: auto;
		width: 100%;
		position: relative;
	}
	.side-bg{
		width: 100%;
		height: 70%;
		background: #F0EFEB;
		position: absolute;
		bottom: -100px;
		left: 0;
	}
	.side-scroll-list {
		width: 2400px;
		display: flex;
	}
	.side-scroll-list li:nth-child(1){
		width: 500px;
		margin: 0 50px 0 200px;
	}
	.side-scroll-list li{
		width: 500px;
		margin: 0 50px 0 0;
	}
	.side-scroll-list li a .img{
		width: 100%;
		position: relative;
		border-radius: 30px;
		overflow: hidden;
	}
	.side-scroll-list li a .img .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 3;
		opacity: 0;
		transition: .3s;
	}
	.side-scroll-list li a:hover .img .on{
		opacity: 1;
		transition: .3s;
	}
	.side-scroll-list li a .img .num{
		width: 15%;
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 10;
	}
	.side-scroll-list li a .txt{
		width: 100%;
		line-height: 0;
		margin: 10% 0 0 0;
	}
	.side-scroll-list li a .txt img{
		height: 90px;
		display: block;
		margin: 0 auto;
	}

	/* door */
	.door{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.door .line{
		width: 30%;
		height: 1px;
		background: #000;
		margin: 0 auto 0% auto;
		position: relative;
		top: -25px;
	}
	.door .title{
		width: max-content;
		margin: 0 auto;
	}
	.door .title img{
		height: 130px;
	}
	.door .data{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto;
	}
	.door .data .data-l{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.door .data .data-l li:nth-child(1){
		width: 40px;
		line-height: 0;
	}
	.door .data .data-l li:nth-child(2){
		width: 30px;
		height: 1px;
		background: #000;
		margin: 0 15px;
	}
	.door .data .data-l li:nth-child(3){
		width: 30px;
		line-height: 0;
	}
	.door .data .data-c{
		width: 1px;
		height: 60px;
		background: #000;
		margin: 0 40px;
	}
	.door .data .data-r{
		width: max-content;
	}
	.door .data .data-r img{
		height: 30px;
	}

	/* wrap */
	.wrap{
		width: 100%;
		position: relative;
		padding: 0 0 1px 0;
		margin: 0 0 7% 0;
	}
	.bg01{
		width: 100%;
		height: 60%;
		position: absolute;
		left: 0;
		bottom: 0;
		background: #F0EFEB;
		z-index: -1;
		clip-path: polygon(0 50%, 100% 0%, 100% 100%, 0 100%); 
	}
	.bg02{
		width: 100%;
		height: 60%;
		position: absolute;
		left: 0;
		bottom: 0;
		background: #F0EFEB;
		z-index: -1;
		clip-path: polygon(0 0%, 100% 50%, 100% 100%, 0 100%); 
	}


	/* item */
	.item{
		width: 70%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.rever{
		flex-direction: row-reverse;
	}
	.item .img{
		width: 50%;
		overflow: hidden;
	}
	.item .img02{
		width: 50%;
		overflow: hidden;
		border-radius: 50px;
	}
	.item .data{
		width: 40%;
		position: relative;
	}
	.item .data .common{
		width: 120px;
		position: relative;
		margin: 0 0 15% 0;
	}
	.item .data .common02{
		width: 140px;
		position: relative;
		margin: 0 0 15% 0;
	}
	.item .data .common .icon{
		width: 100%;
		box-sizing: border-box;
		padding: 20% 0 15% 20%;
	}
	.item .data .common02 .icon{
		width: 100%;
		box-sizing: border-box;
		padding: 20% 0 15% 20%;
	}
	.item .data .common .line01{
		width: 100%;
		height: 3px;
		background: #8DB9BC;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .common .line02{
		width: 3px;
		height: 100%;
		background: #8DB9BC;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .common02 .line03{
		width: 100%;
		height: 3px;
		background: #FF957A;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .common02 .line04{
		width: 3px;
		height: 100%;
		background: #FF957A;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .sub-title{
		width: 200px;
		position: absolute;
		top: 0;
		left: 35%;
	}
	.item .data .txt{
		font-size: 22px;
		letter-spacing: 5px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 15% 0;
	}
	.item .data .n-txt{
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2.2em;
		text-align: justify;
		margin: 0 0 15% 0;
	}
	.item .data .txt-box{
		width: max-content;
		position: relative;
		margin: 0 0 10% 0;
	}
	.item .data .txt-box .main-txt{
		font-size: 22px;
		letter-spacing: 5px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.item .data .txt-box .icon01 {
		width: 25px;
		position: absolute;
		top: -30px;
		left: 0;
	}
	.item .data .txt-box .icon02 {
		width: 25px;
		position: absolute;
		bottom: -20px;
		right: 0;
		transform: scaleY(-1);
		transform: scaleX(-1);
	}

	/* item02 */
	.item02{
		width: 60%;
		margin: 0 auto 7% auto;
	}
	.item02 .img{
		width: 100%;
		border-radius: 40px;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item02 .img .txt{
		font-size: 22px;
		letter-spacing: 5px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #fff;
		position: absolute;
		top: 5%;
		left: 5%;
	}
	.item02 .data{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item02 .data .data01{
		width: 40%;
	}
	.item02 .data .data01 .sub-title{
		width: 150px;
		margin: 0 0 5% 0;
	}
	.item02 .data .data01 .txt{
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2.2em;
		text-align: justify;
	}
	.item02 .data .data02{
		width: 50%;
	}
	.item02 .data .data02 .sub-title-sp{
		width: 150px;
		height: 37px;
		margin: 0 0 5% 0;
	}

	/* item03 */
	.item03{
		width: 70%;
		margin: 0 auto 7% auto;
	}
	.item03 .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item03 .img .txt01{
		font-size: 22px;
		letter-spacing: 5px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #000;
		position: absolute;
		top: 10%;
		right: 5%;
	}
	.item03 .img .txt02{
		font-size: 22px;
		letter-spacing: 5px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #fff;
		position: absolute;
		bottom: 10%;
		left: 5%;
	}
	.item03 .img .txt03{
		font-size: 22px;
		letter-spacing: 5px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #fff;
		position: absolute;
		top: 10%;
		left: 5%;
	}
	.item03 .data{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item03 .data .data01{
		width: 45%;
		position: relative;
	}
	.item03 .data .data01 .common{
		width: 120px;
		position: relative;
		margin: 0 0 15% 0;
	}
	.item03 .data .data01 .common02{
		width: 140px;
		position: relative;
		margin: 0 0 15% 0;
	}
	.item03 .data .data01 .common .icon{
		width: 100%;
		box-sizing: border-box;
		padding: 20% 0 15% 20%;
	}
	.item03 .data .data01 .common02 .icon{
		width: 100%;
		box-sizing: border-box;
		padding: 20% 0 15% 20%;
	}
	.item03 .data .data01 .common .line01{
		width: 100%;
		height: 3px;
		background: #8DB9BC;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item03 .data .data01 .common .line02{
		width: 3px;
		height: 100%;
		background: #8DB9BC;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item03 .data .data01 .common02 .line03{
		width: 100%;
		height: 3px;
		background: #FF957A;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item03 .data .data01 .common02 .line04{
		width: 3px;
		height: 100%;
		background: #FF957A;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item03 .data .data01 .sub-title{
		width: 200px;
		position: absolute;
		top: 0;
		left: 35%;
	}
	.item03 .data .data02{
		width: 45%;
	}

	.pic-title{
		width: 200px;
		margin: 0 auto 2% auto;
	}






	/* f-sns */
	.f-sns{
		width: 100%;
	}
	.f-sns .logo{
		width: 200px;
		display: block;
		margin: 0 auto 2% auto;
	}
	.f-sns .sns-box{
		width: 150px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 5% auto;
	}
	.f-sns .sns-box li{
		width: 25%;
	}

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

	/*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;
		margin: 3% 0 !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: 1px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #a0a0a0;
		margin: 20px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 20px 0;
		opacity: .5;
	}
	
	.cart-btm .btn00{
		font-size: 10px;
		line-height: 1.5em;
		width: 80px;
		padding: 6px 0 6px 0;
		display: inline-block;
		text-align: center;
		color: #000;
		background-image: linear-gradient(90deg, #000000, #000000);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 0 .5px;
		transition: .3s;
	}
	.cart-btm:hover .btn00 {
		background-size: 100% .5px;
		transition: .3s;
	}

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

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


}

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

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

	/* header */
	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.mv-logo{
		width: 10%;
		position: absolute;
		top: 3%;
		right: 2%;
		z-index: 20;
		line-height: 0;
	}
	.mv-img{
		width: 100%;
	}
	.mv-title-box{
		width: 30%;
		position: absolute;
		top: 59%;
        -webkit-transform: translateY(-59%); /* Safari用 */
        transform: translateY(-59%);
		left: 7%;
	}
	.mv-title01 {
		width: 95%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.mv-title01 li:nth-child(1){
		width: 15%;
		height: 1px;
		background: #fff;
	}
	.mv-title01 li:nth-child(2){
		width: 60%;
	}
	.mv-title01 li:nth-child(3){
		width: 15%;
		height: 1px;
		background: #fff;
	}
	.mv-title02 {
		width: 100%;
		background: rgba(255, 149, 122, .7);
		margin: 0 0 7% 0;
	}
	.mv-title03 {
		width: 95%;
	}
	.mv-title03 li:nth-child(1){
		width: 60%;
		margin: 0 0 3% 0;
	}
	.mv-title03 li:nth-child(2){
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.mv-title03 li:nth-child(2) .line{
		width: 20%;
		height: 1px;
		background: #fff;
	}
	.mv-title03 li:nth-child(2) .img{
		width: 70%;
	}
	.mv-title04 {
		width: 85%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		top: -15px;
	}
	.mv-title04 li:nth-child(1){
		width: 30%;
		line-height: 0;
	}
	.mv-title04 li:nth-child(2){
		width: 70%;
		line-height: 0;
	}
	.mv-title04 li:nth-child(2) .txt{
		width: 100%;
		line-height: 0;
		margin: 10px 0 0 0;
	}

	/*sid-nav*/
    #side-nav{
		position: fixed;
		width:max-content;
		z-index: 99;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 20px;
	}
	#side-nav nav .side-nav-in li{
		width: 60px;
		position: relative;
		padding: 10px 0;
	}
	#side-nav nav .side-nav-in li a{
		width: 100%;
		display: block;
		opacity: .5;
		transition: .3s;
	}

	#side-nav nav .side-nav-in li a::after {
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a{
		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 {
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li a:hover::after {
		opacity: 1;
		transition: .3s;
	}

	/* read */
	.read{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.read .main-txt{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 3em;
		text-align: center;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	.read .title{
		width: 20%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 5% auto;
	}
	.read .title li:nth-child(1){
		width: 25%;
	}
	.read .title li:nth-child(2){
		width: 75%;
	}

	.side-scroll {
		width: 100%;
		overflow: hidden;
	}
	.side-scroll-container {
		display: flex;
		margin-inline: auto;
		width: 100%;
		position: relative;
	}
	.side-bg{
		width: 100%;
		height: 70%;
		background: #F0EFEB;
		position: absolute;
		bottom: -100px;
		left: 0;
	}
	.side-scroll-list {
		width: 2400px;
		display: flex;
	}
	.side-scroll-list li:nth-child(1){
		width: 500px;
		margin: 0 50px 0 200px;
	}
	.side-scroll-list li{
		width: 500px;
		margin: 0 50px 0 0;
	}
	.side-scroll-list li a .img{
		width: 100%;
		position: relative;
		border-radius: 30px;
		overflow: hidden;
	}
	.side-scroll-list li a .img .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 3;
		opacity: 0;
		transition: .3s;
	}
	.side-scroll-list li a:hover .img .on{
		opacity: 1;
		transition: .3s;
	}
	.side-scroll-list li a .img .num{
		width: 15%;
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 10;
	}
	.side-scroll-list li a .txt{
		width: 100%;
		line-height: 0;
		margin: 10% 0 0 0;
	}
	.side-scroll-list li a .txt img{
		height: 90px;
		display: block;
		margin: 0 auto;
	}

	/* door */
	.door{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.door .line{
		width: 30%;
		height: 1px;
		background: #000;
		margin: 0 auto 0% auto;
		position: relative;
		top: -25px;
	}
	.door .title{
		width: max-content;
		margin: 0 auto;
	}
	.door .title img{
		height: 130px;
	}
	.door .data{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto;
	}
	.door .data .data-l{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.door .data .data-l li:nth-child(1){
		width: 40px;
		line-height: 0;
	}
	.door .data .data-l li:nth-child(2){
		width: 30px;
		height: 1px;
		background: #000;
		margin: 0 15px;
	}
	.door .data .data-l li:nth-child(3){
		width: 30px;
		line-height: 0;
	}
	.door .data .data-c{
		width: 1px;
		height: 60px;
		background: #000;
		margin: 0 40px;
	}
	.door .data .data-r{
		width: max-content;
	}
	.door .data .data-r img{
		height: 30px;
	}

	/* wrap */
	.wrap{
		width: 100%;
		position: relative;
		padding: 0 0 1px 0;
		margin: 0 0 7% 0;
	}
	.bg01{
		width: 100%;
		height: 60%;
		position: absolute;
		left: 0;
		bottom: 0;
		background: #F0EFEB;
		z-index: -1;
		clip-path: polygon(0 50%, 100% 0%, 100% 100%, 0 100%); 
	}
	.bg02{
		width: 100%;
		height: 60%;
		position: absolute;
		left: 0;
		bottom: 0;
		background: #F0EFEB;
		z-index: -1;
		clip-path: polygon(0 0%, 100% 50%, 100% 100%, 0 100%); 
	}


	/* item */
	.item{
		width: 70%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.rever{
		flex-direction: row-reverse;
	}
	.item .img{
		width: 50%;
		overflow: hidden;
	}
	.item .img02{
		width: 50%;
		overflow: hidden;
		border-radius: 50px;
	}
	.item .data{
		width: 40%;
		position: relative;
	}
	.item .data .common{
		width: 120px;
		position: relative;
		margin: 0 0 15% 0;
	}
	.item .data .common02{
		width: 140px;
		position: relative;
		margin: 0 0 15% 0;
	}
	.item .data .common .icon{
		width: 100%;
		box-sizing: border-box;
		padding: 20% 0 15% 20%;
	}
	.item .data .common02 .icon{
		width: 100%;
		box-sizing: border-box;
		padding: 20% 0 15% 20%;
	}
	.item .data .common .line01{
		width: 100%;
		height: 3px;
		background: #8DB9BC;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .common .line02{
		width: 3px;
		height: 100%;
		background: #8DB9BC;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .common02 .line03{
		width: 100%;
		height: 3px;
		background: #FF957A;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .common02 .line04{
		width: 3px;
		height: 100%;
		background: #FF957A;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .sub-title{
		width: 200px;
		position: absolute;
		top: 0;
		left: 35%;
	}
	.item .data .txt{
		font-size: 22px;
		letter-spacing: 5px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 15% 0;
	}
	.item .data .n-txt{
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2.2em;
		text-align: justify;
		margin: 0 0 15% 0;
	}
	.item .data .txt-box{
		width: max-content;
		position: relative;
		margin: 0 0 10% 0;
	}
	.item .data .txt-box .main-txt{
		font-size: 22px;
		letter-spacing: 5px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.item .data .txt-box .icon01 {
		width: 25px;
		position: absolute;
		top: -30px;
		left: 0;
	}
	.item .data .txt-box .icon02 {
		width: 25px;
		position: absolute;
		bottom: -20px;
		right: 0;
		transform: scaleY(-1);
		transform: scaleX(-1);
	}

	/* item02 */
	.item02{
		width: 60%;
		margin: 0 auto 7% auto;
	}
	.item02 .img{
		width: 100%;
		border-radius: 40px;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item02 .img .txt{
		font-size: 22px;
		letter-spacing: 5px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #fff;
		position: absolute;
		top: 5%;
		left: 5%;
	}
	.item02 .data{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item02 .data .data01{
		width: 40%;
	}
	.item02 .data .data01 .sub-title{
		width: 150px;
		margin: 0 0 5% 0;
	}
	.item02 .data .data01 .txt{
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2.2em;
		text-align: justify;
	}
	.item02 .data .data02{
		width: 50%;
	}
	.item02 .data .data02 .sub-title-sp{
		width: 150px;
		height: 37px;
		margin: 0 0 5% 0;
	}

	/* item03 */
	.item03{
		width: 70%;
		margin: 0 auto 7% auto;
	}
	.item03 .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item03 .img .txt01{
		font-size: 22px;
		letter-spacing: 5px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #000;
		position: absolute;
		top: 10%;
		right: 5%;
	}
	.item03 .img .txt02{
		font-size: 22px;
		letter-spacing: 5px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #fff;
		position: absolute;
		bottom: 10%;
		left: 5%;
	}
	.item03 .img .txt03{
		font-size: 22px;
		letter-spacing: 5px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #fff;
		position: absolute;
		top: 10%;
		left: 5%;
	}
	.item03 .data{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item03 .data .data01{
		width: 45%;
		position: relative;
	}
	.item03 .data .data01 .common{
		width: 120px;
		position: relative;
		margin: 0 0 15% 0;
	}
	.item03 .data .data01 .common02{
		width: 140px;
		position: relative;
		margin: 0 0 15% 0;
	}
	.item03 .data .data01 .common .icon{
		width: 100%;
		box-sizing: border-box;
		padding: 20% 0 15% 20%;
	}
	.item03 .data .data01 .common02 .icon{
		width: 100%;
		box-sizing: border-box;
		padding: 20% 0 15% 20%;
	}
	.item03 .data .data01 .common .line01{
		width: 100%;
		height: 3px;
		background: #8DB9BC;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item03 .data .data01 .common .line02{
		width: 3px;
		height: 100%;
		background: #8DB9BC;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item03 .data .data01 .common02 .line03{
		width: 100%;
		height: 3px;
		background: #FF957A;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item03 .data .data01 .common02 .line04{
		width: 3px;
		height: 100%;
		background: #FF957A;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item03 .data .data01 .sub-title{
		width: 200px;
		position: absolute;
		top: 0;
		left: 35%;
	}
	.item03 .data .data02{
		width: 45%;
	}

	.pic-title{
		width: 200px;
		margin: 0 auto 2% auto;
	}




	/* f-sns */
	.f-sns{
		width: 100%;
	}
	.f-sns .logo{
		width: 200px;
		display: block;
		margin: 0 auto 2% auto;
	}
	.f-sns .sns-box{
		width: 150px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 5% auto;
	}
	.f-sns .sns-box li{
		width: 25%;
	}

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

	/*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;
		margin: 3% 0 !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: 1px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #a0a0a0;
		margin: 20px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 20px 0;
		opacity: .5;
	}
	
	.cart-btm .btn00{
		font-size: 10px;
		line-height: 1.5em;
		width: 80px;
		padding: 6px 0 6px 0;
		display: inline-block;
		text-align: center;
		color: #000;
		background-image: linear-gradient(90deg, #000000, #000000);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 0 .5px;
		transition: .3s;
	}
	.cart-btm:hover .btn00 {
		background-size: 100% .5px;
		transition: .3s;
	}

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

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

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

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

	/* header */
	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.mv-logo{
		width: 10%;
		position: absolute;
		top: 3%;
		right: 2%;
		z-index: 20;
		line-height: 0;
	}
	.mv-img{
		width: 100%;
	}
	.mv-title-box{
		width: 30%;
		position: absolute;
		top: 59%;
        -webkit-transform: translateY(-59%); /* Safari用 */
        transform: translateY(-59%);
		left: 7%;
	}
	.mv-title01 {
		width: 95%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.mv-title01 li:nth-child(1){
		width: 15%;
		height: 1px;
		background: #fff;
	}
	.mv-title01 li:nth-child(2){
		width: 60%;
	}
	.mv-title01 li:nth-child(3){
		width: 15%;
		height: 1px;
		background: #fff;
	}
	.mv-title02 {
		width: 100%;
		background: rgba(255, 149, 122, .7);
		margin: 0 0 7% 0;
	}
	.mv-title03 {
		width: 95%;
	}
	.mv-title03 li:nth-child(1){
		width: 60%;
		margin: 0 0 3% 0;
	}
	.mv-title03 li:nth-child(2){
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.mv-title03 li:nth-child(2) .line{
		width: 20%;
		height: 1px;
		background: #fff;
	}
	.mv-title03 li:nth-child(2) .img{
		width: 70%;
	}
	.mv-title04 {
		width: 85%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		top: -15px;
	}
	.mv-title04 li:nth-child(1){
		width: 30%;
		line-height: 0;
	}
	.mv-title04 li:nth-child(2){
		width: 70%;
		line-height: 0;
	}
	.mv-title04 li:nth-child(2) .txt{
		width: 100%;
		line-height: 0;
		margin: 10px 0 0 0;
	}

	/*sid-nav*/
    #side-nav{
		position: fixed;
		width:max-content;
		z-index: 99;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 20px;
	}
	#side-nav nav .side-nav-in li{
		width: 60px;
		position: relative;
		padding: 8px 0;
	}
	#side-nav nav .side-nav-in li a{
		width: 100%;
		display: block;
		opacity: .5;
		transition: .3s;
	}

	#side-nav nav .side-nav-in li a::after {
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a{
		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 {
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li a:hover::after {
		opacity: 1;
		transition: .3s;
	}


	/* read */
	.read{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.read .main-txt{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 3em;
		text-align: center;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	.read .title{
		width: 20%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 5% auto;
	}
	.read .title li:nth-child(1){
		width: 25%;
	}
	.read .title li:nth-child(2){
		width: 75%;
	}

	.side-scroll {
		width: 100%;
		overflow: hidden;
	}
	.side-scroll-container {
		display: flex;
		margin-inline: auto;
		width: 100%;
		position: relative;
	}
	.side-bg{
		width: 100%;
		height: 70%;
		background: #F0EFEB;
		position: absolute;
		bottom: -100px;
		left: 0;
	}
	.side-scroll-list {
		width: 2400px;
		display: flex;
	}
	.side-scroll-list li:nth-child(1){
		width: 500px;
		margin: 0 50px 0 200px;
	}
	.side-scroll-list li{
		width: 500px;
		margin: 0 50px 0 0;
	}
	.side-scroll-list li a .img{
		width: 100%;
		position: relative;
		border-radius: 30px;
		overflow: hidden;
	}
	.side-scroll-list li a .img .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 3;
		opacity: 0;
		transition: .3s;
	}
	.side-scroll-list li a:hover .img .on{
		opacity: 1;
		transition: .3s;
	}
	.side-scroll-list li a .img .num{
		width: 15%;
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 10;
	}
	.side-scroll-list li a .txt{
		width: 100%;
		line-height: 0;
		margin: 10% 0 0 0;
	}
	.side-scroll-list li a .txt img{
		height: 90px;
		display: block;
		margin: 0 auto;
	}

	/* door */
	.door{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.door .line{
		width: 30%;
		height: 1px;
		background: #000;
		margin: 0 auto 0% auto;
		position: relative;
		top: -25px;
	}
	.door .title{
		width: max-content;
		margin: 0 auto;
	}
	.door .title img{
		height: 130px;
	}
	.door .data{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto;
	}
	.door .data .data-l{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.door .data .data-l li:nth-child(1){
		width: 40px;
		line-height: 0;
	}
	.door .data .data-l li:nth-child(2){
		width: 30px;
		height: 1px;
		background: #000;
		margin: 0 15px;
	}
	.door .data .data-l li:nth-child(3){
		width: 30px;
		line-height: 0;
	}
	.door .data .data-c{
		width: 1px;
		height: 60px;
		background: #000;
		margin: 0 40px;
	}
	.door .data .data-r{
		width: max-content;
	}
	.door .data .data-r img{
		height: 30px;
	}

	/* wrap */
	.wrap{
		width: 100%;
		position: relative;
		padding: 0 0 1px 0;
		margin: 0 0 7% 0;
	}
	.bg01{
		width: 100%;
		height: 60%;
		position: absolute;
		left: 0;
		bottom: 0;
		background: #F0EFEB;
		z-index: -1;
		clip-path: polygon(0 50%, 100% 0%, 100% 100%, 0 100%); 
	}
	.bg02{
		width: 100%;
		height: 60%;
		position: absolute;
		left: 0;
		bottom: 0;
		background: #F0EFEB;
		z-index: -1;
		clip-path: polygon(0 0%, 100% 50%, 100% 100%, 0 100%); 
	}


	/* item */
	.item{
		width: 70%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.rever{
		flex-direction: row-reverse;
	}
	.item .img{
		width: 50%;
		overflow: hidden;
	}
	.item .img02{
		width: 50%;
		overflow: hidden;
		border-radius: 50px;
	}
	.item .data{
		width: 40%;
		position: relative;
	}
	.item .data .common{
		width: 100px;
		position: relative;
		margin: 0 0 15% 0;
	}
	.item .data .common02{
		width: 120px;
		position: relative;
		margin: 0 0 15% 0;
	}
	.item .data .common .icon{
		width: 100%;
		box-sizing: border-box;
		padding: 20% 0 15% 20%;
	}
	.item .data .common02 .icon{
		width: 100%;
		box-sizing: border-box;
		padding: 20% 0 15% 20%;
	}
	.item .data .common .line01{
		width: 100%;
		height: 3px;
		background: #8DB9BC;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .common .line02{
		width: 3px;
		height: 100%;
		background: #8DB9BC;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .common02 .line03{
		width: 100%;
		height: 3px;
		background: #FF957A;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .common02 .line04{
		width: 3px;
		height: 100%;
		background: #FF957A;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .sub-title{
		width: 180px;
		position: absolute;
		top: 0;
		left: 40%;
	}
	.item .data .txt{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 15% 0;
	}
	.item .data .n-txt{
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2.2em;
		text-align: justify;
		margin: 0 0 15% 0;
	}
	.item .data .txt-box{
		width: max-content;
		position: relative;
		margin: 0 0 10% 0;
	}
	.item .data .txt-box .main-txt{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.item .data .txt-box .icon01 {
		width: 25px;
		position: absolute;
		top: -30px;
		left: 0;
	}
	.item .data .txt-box .icon02 {
		width: 25px;
		position: absolute;
		bottom: -20px;
		right: 0;
		transform: scaleY(-1);
		transform: scaleX(-1);
	}

	/* item02 */
	.item02{
		width: 60%;
		margin: 0 auto 7% auto;
	}
	.item02 .img{
		width: 100%;
		border-radius: 40px;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item02 .img .txt{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #fff;
		position: absolute;
		top: 5%;
		left: 5%;
	}
	.item02 .data{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item02 .data .data01{
		width: 40%;
	}
	.item02 .data .data01 .sub-title{
		width: 150px;
		margin: 0 0 5% 0;
	}
	.item02 .data .data01 .txt{
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2.2em;
		text-align: justify;
	}
	.item02 .data .data02{
		width: 50%;
	}
	.item02 .data .data02 .sub-title-sp{
		width: 150px;
		height: 37px;
		margin: 0 0 5% 0;
	}

	/* item03 */
	.item03{
		width: 70%;
		margin: 0 auto 7% auto;
	}
	.item03 .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item03 .img .txt01{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #000;
		position: absolute;
		top: 10%;
		right: 5%;
	}
	.item03 .img .txt02{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #fff;
		position: absolute;
		bottom: 10%;
		left: 5%;
	}
	.item03 .img .txt03{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #fff;
		position: absolute;
		top: 10%;
		left: 5%;
	}
	.item03 .data{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item03 .data .data01{
		width: 45%;
		position: relative;
	}
	.item03 .data .data01 .common{
		width: 100px;
		position: relative;
		margin: 0 0 15% 0;
	}
	.item03 .data .data01 .common02{
		width: 120px;
		position: relative;
		margin: 0 0 15% 0;
	}
	.item03 .data .data01 .common .icon{
		width: 100%;
		box-sizing: border-box;
		padding: 20% 0 15% 20%;
	}
	.item03 .data .data01 .common02 .icon{
		width: 100%;
		box-sizing: border-box;
		padding: 20% 0 15% 20%;
	}
	.item03 .data .data01 .common .line01{
		width: 100%;
		height: 3px;
		background: #8DB9BC;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item03 .data .data01 .common .line02{
		width: 3px;
		height: 100%;
		background: #8DB9BC;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item03 .data .data01 .common02 .line03{
		width: 100%;
		height: 3px;
		background: #FF957A;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item03 .data .data01 .common02 .line04{
		width: 3px;
		height: 100%;
		background: #FF957A;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item03 .data .data01 .sub-title{
		width: 180px;
		position: absolute;
		top: 0;
		left: 40%;
	}
	.item03 .data .data02{
		width: 45%;
	}

	.pic-title{
		width: 200px;
		margin: 0 auto 2% auto;
	}

	/* f-sns */
	.f-sns{
		width: 100%;
	}
	.f-sns .logo{
		width: 200px;
		display: block;
		margin: 0 auto 2% auto;
	}
	.f-sns .sns-box{
		width: 150px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 5% auto;
	}
	.f-sns .sns-box li{
		width: 25%;
	}

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

	/*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;
		margin: 3% 0 !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: 1px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #a0a0a0;
		margin: 20px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 20px 0;
		opacity: .5;
	}
	
	.cart-btm .btn00{
		font-size: 10px;
		line-height: 1.5em;
		width: 80px;
		padding: 6px 0 6px 0;
		display: inline-block;
		text-align: center;
		color: #000;
		background-image: linear-gradient(90deg, #000000, #000000);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 0 .5px;
		transition: .3s;
	}
	.cart-btm:hover .btn00 {
		background-size: 100% .5px;
		transition: .3s;
	}

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

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

}

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



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

	/* header */
	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.mv-logo{
		width: 10%;
		position: absolute;
		top: 3%;
		right: 2%;
		z-index: 20;
		line-height: 0;
	}
	.mv-img{
		width: 100%;
	}
	.mv-title-box{
		width: 30%;
		position: absolute;
		top: 59%;
        -webkit-transform: translateY(-59%); /* Safari用 */
        transform: translateY(-59%);
		left: 7%;
	}
	.mv-title01 {
		width: 95%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.mv-title01 li:nth-child(1){
		width: 15%;
		height: 1px;
		background: #fff;
	}
	.mv-title01 li:nth-child(2){
		width: 60%;
	}
	.mv-title01 li:nth-child(3){
		width: 15%;
		height: 1px;
		background: #fff;
	}
	.mv-title02 {
		width: 100%;
		background: rgba(255, 149, 122, .7);
		margin: 0 0 7% 0;
	}
	.mv-title03 {
		width: 95%;
	}
	.mv-title03 li:nth-child(1){
		width: 60%;
		margin: 0 0 3% 0;
	}
	.mv-title03 li:nth-child(2){
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.mv-title03 li:nth-child(2) .line{
		width: 20%;
		height: 1px;
		background: #fff;
	}
	.mv-title03 li:nth-child(2) .img{
		width: 70%;
	}
	.mv-title04 {
		width: 85%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		top: -15px;
	}
	.mv-title04 li:nth-child(1){
		width: 30%;
		line-height: 0;
	}
	.mv-title04 li:nth-child(2){
		width: 70%;
		line-height: 0;
	}
	.mv-title04 li:nth-child(2) .txt{
		width: 100%;
		line-height: 0;
		margin: 10px 0 0 0;
	}

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


	/* read */
	.read{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.read .main-txt{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 3em;
		text-align: center;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	.read .title{
		width: 20%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 5% auto;
	}
	.read .title li:nth-child(1){
		width: 25%;
	}
	.read .title li:nth-child(2){
		width: 75%;
	}

	.side-scroll {
		width: 100%;
		overflow: hidden;
	}
	.side-scroll-container {
		display: flex;
		margin-inline: auto;
		width: 100%;
		position: relative;
	}
	.side-bg{
		width: 100%;
		height: 70%;
		background: #F0EFEB;
		position: absolute;
		bottom: -100px;
		left: 0;
	}
	.side-scroll-list {
		width: 2400px;
		display: flex;
	}
	.side-scroll-list li:nth-child(1){
		width: 500px;
		margin: 0 50px 0 200px;
	}
	.side-scroll-list li{
		width: 500px;
		margin: 0 50px 0 0;
	}
	.side-scroll-list li a .img{
		width: 100%;
		position: relative;
		border-radius: 30px;
		overflow: hidden;
	}
	.side-scroll-list li a .img .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 3;
		opacity: 0;
		transition: .3s;
	}
	.side-scroll-list li a:hover .img .on{
		opacity: 1;
		transition: .3s;
	}
	.side-scroll-list li a .img .num{
		width: 15%;
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 10;
	}
	.side-scroll-list li a .txt{
		width: 100%;
		line-height: 0;
		margin: 10% 0 0 0;
	}
	.side-scroll-list li a .txt img{
		height: 90px;
		display: block;
		margin: 0 auto;
	}

	/* door */
	.door{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.door .line{
		width: 50%;
		height: 1px;
		background: #000;
		margin: 0 auto 0% auto;
		position: relative;
		top: -25px;
	}
	.door .title{
		width: max-content;
		margin: 0 auto;
	}
	.door .title img{
		height: 130px;
	}
	.door .data{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto;
	}
	.door .data .data-l{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.door .data .data-l li:nth-child(1){
		width: 40px;
		line-height: 0;
	}
	.door .data .data-l li:nth-child(2){
		width: 30px;
		height: 1px;
		background: #000;
		margin: 0 15px;
	}
	.door .data .data-l li:nth-child(3){
		width: 30px;
		line-height: 0;
	}
	.door .data .data-c{
		width: 1px;
		height: 60px;
		background: #000;
		margin: 0 40px;
	}
	.door .data .data-r{
		width: max-content;
	}
	.door .data .data-r img{
		height: 30px;
	}

	/* wrap */
	.wrap{
		width: 100%;
		position: relative;
		padding: 0 0 1px 0;
		margin: 0 0 7% 0;
	}
	.bg01{
		width: 100%;
		height: 60%;
		position: absolute;
		left: 0;
		bottom: 0;
		background: #F0EFEB;
		z-index: -1;
		clip-path: polygon(0 50%, 100% 0%, 100% 100%, 0 100%); 
	}
	.bg02{
		width: 100%;
		height: 60%;
		position: absolute;
		left: 0;
		bottom: 0;
		background: #F0EFEB;
		z-index: -1;
		clip-path: polygon(0 0%, 100% 50%, 100% 100%, 0 100%); 
	}


	/* item */
	.item{
		width: 90%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.rever{
		flex-direction: row-reverse;
	}
	.item .img{
		width: 50%;
		overflow: hidden;
	}
	.item .img02{
		width: 50%;
		overflow: hidden;
		border-radius: 50px;
	}
	.item .data{
		width: 40%;
		position: relative;
	}
	.item .data .common{
		width: 100px;
		position: relative;
		margin: 0 0 15% 0;
	}
	.item .data .common02{
		width: 120px;
		position: relative;
		margin: 0 0 15% 0;
	}
	.item .data .common .icon{
		width: 100%;
		box-sizing: border-box;
		padding: 20% 0 15% 20%;
	}
	.item .data .common02 .icon{
		width: 100%;
		box-sizing: border-box;
		padding: 20% 0 15% 20%;
	}
	.item .data .common .line01{
		width: 100%;
		height: 3px;
		background: #8DB9BC;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .common .line02{
		width: 3px;
		height: 100%;
		background: #8DB9BC;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .common02 .line03{
		width: 100%;
		height: 3px;
		background: #FF957A;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .common02 .line04{
		width: 3px;
		height: 100%;
		background: #FF957A;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .sub-title{
		width: 180px;
		position: absolute;
		top: 0;
		left: 40%;
	}
	.item .data .txt{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 15% 0;
	}
	.item .data .n-txt{
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2.2em;
		text-align: justify;
		margin: 0 0 15% 0;
	}
	.item .data .txt-box{
		width: max-content;
		position: relative;
		margin: 0 0 10% 0;
	}
	.item .data .txt-box .main-txt{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.item .data .txt-box .icon01 {
		width: 25px;
		position: absolute;
		top: -30px;
		left: 0;
	}
	.item .data .txt-box .icon02 {
		width: 25px;
		position: absolute;
		bottom: -20px;
		right: 0;
		transform: scaleY(-1);
		transform: scaleX(-1);
	}

	/* item02 */
	.item02{
		width: 80%;
		margin: 0 auto 7% auto;
	}
	.item02 .img{
		width: 100%;
		border-radius: 40px;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item02 .img .txt{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #fff;
		position: absolute;
		top: 5%;
		left: 5%;
	}
	.item02 .data{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item02 .data .data01{
		width: 40%;
	}
	.item02 .data .data01 .sub-title{
		width: 150px;
		margin: 0 0 5% 0;
	}
	.item02 .data .data01 .txt{
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2.2em;
		text-align: justify;
	}
	.item02 .data .data02{
		width: 50%;
	}
	.item02 .data .data02 .sub-title-sp{
		width: 150px;
		height: 37px;
		margin: 0 0 5% 0;
	}

	/* item03 */
	.item03{
		width: 90%;
		margin: 0 auto 7% auto;
	}
	.item03 .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item03 .img .txt01{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #000;
		position: absolute;
		top: 10%;
		right: 5%;
	}
	.item03 .img .txt02{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #fff;
		position: absolute;
		bottom: 10%;
		left: 5%;
	}
	.item03 .img .txt03{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #fff;
		position: absolute;
		top: 10%;
		left: 5%;
	}
	.item03 .data{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item03 .data .data01{
		width: 45%;
		position: relative;
	}
	.item03 .data .data01 .common{
		width: 100px;
		position: relative;
		margin: 0 0 15% 0;
	}
	.item03 .data .data01 .common02{
		width: 120px;
		position: relative;
		margin: 0 0 15% 0;
	}
	.item03 .data .data01 .common .icon{
		width: 100%;
		box-sizing: border-box;
		padding: 20% 0 15% 20%;
	}
	.item03 .data .data01 .common02 .icon{
		width: 100%;
		box-sizing: border-box;
		padding: 20% 0 15% 20%;
	}
	.item03 .data .data01 .common .line01{
		width: 100%;
		height: 3px;
		background: #8DB9BC;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item03 .data .data01 .common .line02{
		width: 3px;
		height: 100%;
		background: #8DB9BC;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item03 .data .data01 .common02 .line03{
		width: 100%;
		height: 3px;
		background: #FF957A;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item03 .data .data01 .common02 .line04{
		width: 3px;
		height: 100%;
		background: #FF957A;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item03 .data .data01 .sub-title{
		width: 180px;
		position: absolute;
		top: 0;
		left: 40%;
	}
	.item03 .data .data02{
		width: 45%;
	}

	.pic-title{
		width: 200px;
		margin: 0 auto 2% auto;
	}

	/* f-sns */
	.f-sns{
		width: 100%;
	}
	.f-sns .logo{
		width: 200px;
		display: block;
		margin: 0 auto 2% auto;
	}
	.f-sns .sns-box{
		width: 150px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 5% auto;
	}
	.f-sns .sns-box li{
		width: 25%;
	}

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

	/*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;
		margin: 3% 0 !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: 1px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #a0a0a0;
		margin: 20px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 20px 0;
		opacity: .5;
	}
	
	.cart-btm .btn00{
		font-size: 10px;
		line-height: 1.5em;
		width: 80px;
		padding: 6px 0 6px 0;
		display: inline-block;
		text-align: center;
		color: #000;
		background-image: linear-gradient(90deg, #000000, #000000);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 0 .5px;
		transition: .3s;
	}
	.cart-btm:hover .btn00 {
		background-size: 100% .5px;
		transition: .3s;
	}

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

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

}

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



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

	/* header */
	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 0% auto;
	}
	.mv-logo{
		width: 25%;
		position: absolute;
		top: 2%;
		right: 3%;
		z-index: 20;
		line-height: 0;
	}
	.mv-box{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.item-s-sp{
		margin: 0;
		padding: 0;
		line-height: 0;
	}
	.mv-title-box{
		width: 85%;
		margin: 0 auto;
		position: relative;
	}
	.mv-title01 {
		width: 90%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.mv-title01 li:nth-child(1){
		width: 15%;
		height: 1px;
		background: #000;
	}
	.mv-title01 li:nth-child(2){
		width: 60%;
		line-height: 0;
	}
	.mv-title01 li:nth-child(3){
		width: 15%;
		height: 1px;
		background: #000;
	}
	.mv-title02 {
		width: 45%;
		position: absolute;
		top: 13%;
		right: 0;
	}
	.mv-title03 {
		width: 100%;
	}
	.mv-title03 li:nth-child(1){
		width: 50%;
		margin: 0 0 3% 0;
	}
	.mv-title03 li:nth-child(2){
		width: 60%;
		margin: 0 0 0 40%;
	}
	.mv-title04 {
		width: 80%;
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		position: relative;
		top: -35px;
		margin: 0 auto;
		left: -6%;
		flex-wrap: wrap;
	}
	.mv-title04 li:nth-child(1){
		width: 30%;
		line-height: 0;
		position: relative;
		left: 8%;
	}
	.mv-title04 li:nth-child(2){
		width: 70%;
		line-height: 0;
	}
	.mv-title04 li:nth-child(3){
		width: 100%;
		line-height: 0;
		margin: 3% auto 0 auto;
		position: relative;
		left: 7%;
	}

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


	/* read */
	.read{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.read .main-txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 10% 0;
	}
	.read .title{
		width: 20%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 5% auto;
	}
	.read .title li:nth-child(1){
		width: 25%;
	}
	.read .title li:nth-child(2){
		width: 75%;
	}

	.sp-nav-box{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.sp-nav-box .bg{
		width: 100%;
		height: 85%;
		background: #F0EFEB;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
	}
	.sp-nav-list{
		width: 90%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	.sp-nav-list li{
		width: 25%;
		box-sizing: border-box;
		margin: 0 0 10% 0;
		padding: 0 1%;
	}
	.sp-nav-list li a{
		width: 100%;
		display: block;
	}
	.sp-nav-list li a .img{
		width: 100%;
		display: block;
		margin: 0 0 10% 0;
	}
	.sp-nav-list li a .txt{
		width: 100%;
		line-height: 0;
	}
	.sp-nav-list li a .txt img{
		height: 10px;
		display: block;
		margin: 0 auto;
	}



	/* door */
	.door{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.door .line{
		width: 80%;
		height: 1px;
		background: #000;
		margin: 0 auto 0% auto;
		position: relative;
		top: -15px;
	}
	.door .title{
		width: max-content;
		margin: 0 auto;
	}
	.door .title img{
		height: 90px;
	}
	.door .data{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto;
		position: relative;
	}
	.door .data .data-l{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.door .data .data-l li:nth-child(1){
		width: 40px;
		line-height: 0;
	}
	.door .data .data-l li:nth-child(2){
		width: 20px;
		height: 1px;
		background: #000;
		margin: 0 10px;
	}
	.door .data .data-l li:nth-child(3){
		width: 25px;
		line-height: 0;
	}
	.door .data .data-c{
		width: 1px;
		height: 60px;
		background: #000;
		margin: 0 20px;
	}
	.door .data .data-r{
		width: max-content;
	}
	.door .data .data-r img{
		height: 20px;
	}

	/* wrap */
	.wrap{
		width: 100%;
		position: relative;
		padding: 0 0 1px 0;
		margin: 0 0 15% 0;
	}
	.bg01{
		width: 100%;
		height: 60%;
		position: absolute;
		left: 0;
		bottom: 0;
		background: #F0EFEB;
		z-index: -1;
		clip-path: polygon(0 50%, 100% 0%, 100% 100%, 0 100%); 
	}
	.bg02{
		width: 100%;
		height: 60%;
		position: absolute;
		left: 0;
		bottom: 0;
		background: #F0EFEB;
		z-index: -1;
		clip-path: polygon(0 0%, 100% 50%, 100% 100%, 0 100%); 
	}


	/* item */
	.item{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 7% auto;
	}
	.item .img02{
		width: 90%;
		overflow: hidden;
		border-radius: 30px;
		margin: 0 auto 5% auto;
	}
	.item .data{
		width: 85%;
		position: relative;
		margin: 0 auto;
	}
	.item .data .common{
		width: 90px;
		position: relative;
		margin: 0 0 7% 0;
	}
	.item .data .common02{
		width: 110px;
		position: relative;
		margin: 0 0 7% 0;
	}
	.item .data .common .icon{
		width: 100%;
		box-sizing: border-box;
		padding: 20% 0 15% 20%;
	}
	.item .data .common02 .icon{
		width: 100%;
		box-sizing: border-box;
		padding: 20% 0 15% 20%;
	}
	.item .data .common .line01{
		width: 100%;
		height: 3px;
		background: #8DB9BC;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .common .line02{
		width: 3px;
		height: 100%;
		background: #8DB9BC;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .common02 .line03{
		width: 100%;
		height: 3px;
		background: #FF957A;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .common02 .line04{
		width: 3px;
		height: 100%;
		background: #FF957A;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .sub-title{
		width: 140px;
		position: absolute;
		top: 0;
		left: 40%;
	}
	.item .data .txt{
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 7% 0;
	}
	.item .data .n-txt{
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2.2em;
		text-align: justify;
		margin: 0 0 5% 0;
	}
	.item .data .txt-box{
		width: max-content;
		position: relative;
		margin: 0 0 5% 0;
	}
	.item .data .txt-box .main-txt{
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		padding: 10% 20px 5% 20px;
		box-sizing: border-box;
	}
	.item .data .txt-box .icon01 {
		width: 15px;
		position: absolute;
		top: 0px;
		left: 0;
	}
	.item .data .txt-box .icon02 {
		width: 15px;
		position: absolute;
		bottom: 0px;
		right: 0;
		transform: scaleY(-1);
		transform: scaleX(-1);
	}

	/* item02 */
	.item02{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item02 .img{
		width: 90%;
		border-radius: 40px;
		overflow: hidden;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item02 .img .txt{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #fff;
		position: absolute;
		top: 5%;
		left: 5%;
	}
	.item02 .data{
		width: 85%;
		margin: 0 auto;
	}
	.item02 .data .data01{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item02 .data .data01 .txt{
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2.2em;
		text-align: justify;
	}
	.item02 .data .data01 .sub-title{
		width: 150px;
		margin: 0 0 3% 0;
	}
	.item02 .data .data02{
		width: 100%;
	}
	.item02 .data .txt-box{
		width: max-content;
		position: relative;
		margin: 0 0 5% 0;
	}
	.item02 .data .txt-box .main-txt{
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		padding: 10% 20px 5% 20px;
		box-sizing: border-box;
	}
	.item02 .data .txt-box .icon01 {
		width: 15px;
		position: absolute;
		top: 0px;
		left: 0;
	}
	.item02 .data .txt-box .icon02 {
		width: 15px;
		position: absolute;
		bottom: 0px;
		right: 0;
		transform: scaleY(-1);
		transform: scaleX(-1);
	}

	/* item03 */
	.item03{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item03 .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item03 .data .txt01{
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 7% 0;
	}
	.item03 .data .txt02{
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 7% 0;
	}
	.item03 .data .txt03{
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 7% 0;
	}
	.item03 .data{
		width: 85%;
		margin: 0 auto;
	}
	.item03 .data .data01{
		width: 100%;
		position: relative;
	}
	.item03 .data .data01 .common{
		width: 90px;
		position: relative;
		margin: 0 0 7% 0;
	}
	.item03 .data .data01 .common02{
		width: 110px;
		position: relative;
		margin: 0 0 7% 0;
	}
	.item03 .data .data01 .common .icon{
		width: 100%;
		box-sizing: border-box;
		padding: 20% 0 15% 20%;
	}
	.item03 .data .data01 .common02 .icon{
		width: 100%;
		box-sizing: border-box;
		padding: 20% 0 15% 20%;
	}
	.item03 .data .data01 .common .line01{
		width: 100%;
		height: 3px;
		background: #8DB9BC;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item03 .data .data01 .common .line02{
		width: 3px;
		height: 100%;
		background: #8DB9BC;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item03 .data .data01 .common02 .line03{
		width: 100%;
		height: 3px;
		background: #FF957A;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item03 .data .data01 .common02 .line04{
		width: 3px;
		height: 100%;
		background: #FF957A;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item03 .data .data01 .sub-title{
		width: 140px;
		position: absolute;
		top: 0;
		left: 40%;
	}
	.item03 .data .data02{
		width: 100%;
	}

	.pic-title{
		width: 150px;
		margin: 0 auto 5% auto;
	}

	/* f-sns */
	.f-sns{
		width: 100%;
	}
	.f-sns .logo{
		width: 200px;
		display: block;
		margin: 0 auto 2% auto;
	}
	.f-sns .sns-box{
		width: 150px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 5% auto;
	}
	.f-sns .sns-box li{
		width: 25%;
	}

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

	/*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;
		margin: 3% 0 !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: 1px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #a0a0a0;
		margin: 20px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 20px 0;
		opacity: .5;
	}
	
	.cart-btm .btn00{
		font-size: 10px;
		line-height: 1.5em;
		width: 80px;
		padding: 6px 0 6px 0;
		display: inline-block;
		text-align: center;
		color: #000;
		background-image: linear-gradient(90deg, #000000, #000000);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 0 .5px;
		transition: .3s;
	}
	.cart-btm:hover .btn00 {
		background-size: 100% .5px;
		transition: .3s;
	}

	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #B5B7B5;
		border: 1px solid #B5B7B5;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #B5B7B5;
		color: #B5B7B5;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid #fff;
		display: inline-block;
		text-align: center;
		color: #6C8FB1;
	}
	.cart-btm:hover .btn02 {
		background: #6C8FB1;
		border-color: #fff;
		color: #fff;
	}
	
	.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-sns */
	.f-sns{
		width: 100%;
	}
	.f-sns .logo{
		width: 150px;
		display: block;
		margin: 0 auto 5% auto;
	}
	.f-sns .sns-box{
		width: 110px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.f-sns .sns-box li{
		width: 25%;
	}
	
	/*f-banner*/
	.f-banner{
		width: 90%;
		margin: 0 auto 10% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		margin: 0 auto 10% auto;
		padding: 10% 0 0 0;
	}
	.f-banner02-list{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 20% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 10px;
		bottom: 10px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}

	.foot_fix_btn {
		position: fixed;
		z-index: 99;
		bottom: 0;
		left: 0;
		width: 100%;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		background: rgba(255, 255, 255, .6);
	}
	.foot_fix_btn.js_hide {
		transform: translateY(100%);
	}
	.foot_fix_btn ul {
		width: 97%;
		display: flex;
		justify-content: space-between;
		font-size: 0;
		margin: 0 auto;
		padding: 10px 0;
	}
	.foot_fix_btn ul li {
		width: 13%;
	}

}
